html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: TimesNewRoman;
    font-display: swap;
    src: url(../fonts/TimesNewRoman.woff) format("woff"), url(../fonts/TimesNewRoman.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova-Regular;
    font-display: swap;
    src: url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova-Light;
    font-display: swap;
    src: url(../fonts/ProximaNova-Light.woff) format("woff"), url(../fonts/ProximaNova-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}
._container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 55px;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
._container,
.modal_contactus .modal-dialog .modal-content,
.modal_disclaimer .modal-dialog .modal-content,
.modal_portfolio .modal-dialog .modal-content,
.modal_team .modal-dialog .modal-content,
.venture-tabs__nav ul,
.wealth-tabs__nav ul {
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
::-webkit-input-placeholder {
    color: #605959;
}
::-moz-placeholder {
    color: #605959;
}
:-ms-input-placeholder {
    color: #605959;
}
::-ms-input-placeholder {
    color: #605959;
}
::placeholder {
    color: #605959;
}
input,
textarea {
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
button,
input,
select,
textarea {
    font-family: "Proxima Nova", sans-serif;
}
svg path,
svg polygon {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    font-family: "Proxima Nova", sans-serif;
    font-size: 22px;
    min-width: 320px;
    font-weight: 400;
    position: relative;
    line-height: 1.22;
    overflow-x: hidden;
    color: #605959;
    background-color: #fff;
}
body._lock {
    overflow: hidden;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1 {
    font-size: 105px;
    line-height: 106.66667%;
}
h2 {
    font-size: 64px;
    line-height: 115.625%;
}
h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}
h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120.83333%;
}
h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 122.22222%;
}
h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 118.75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin: 0 0 15px 0;
}
body.hold {
    overflow: hidden;
}
.modal_disclaimer__body,
.scroller {
    overflow-y: auto;
}
.modal_disclaimer__body::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
    width: 5px;
}
.modal_disclaimer__body::-webkit-scrollbar-track,
.scroller::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}
.modal_disclaimer__body::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
.scroller--hidden::-webkit-scrollbar {
    width: 0;
    background: 0 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.hidden {
    display: none;
}
.tab-content > .tab-pane,
.venture-tabs__content > .tab-pane,
.wealth-tabs__content > .tab-pane {
    display: none;
}
.tab-content > .active,
.venture-tabs__content > .active,
.wealth-tabs__content > .active {
    display: block;
}
.tab-content .fade,
.venture-tabs__content .fade,
.wealth-tabs__content .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.tab-content .fade.in,
.venture-tabs__content .fade.in,
.wealth-tabs__content .fade.in {
    opacity: 1;
}
a:active,
a:focus,
a:focus:active {
    outline: 0;
}
button,
input,
textarea {
    outline: 0;
    border-radius: 0;
}
nav {
    display: block;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.list-unstyled {
    margin: 0;
    padding: 0;
}
video {
    -o-object-fit: contain;
    object-fit: contain;
}
.btn {
    outline: 0;
    display: inline-block;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    vertical-align: middle;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.btn-red {
    height: 50px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    background-color: #97252c;
    font: normal 18px/50px "Proxima Nova", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-red:hover {
    background-color: #832026;
}
.btn-red-shadow {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.btn-bordered-red {
    height: 48px;
    border: 1px solid #3a201f;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0;
    background-color: transparent;
    font: bold 18px/33px "Proxima Nova", sans-serif;
    color: #3a201f;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-width: 172px;
}
.btn-bordered-red:hover {
    background-color: #3a201f;
    color: #fff;
}
.inp-group {
    position: relative;
    margin: 0 0 20px 0;
}
.inp-group {
    position: relative;
    margin: 0 0 20px 0;
}
.btn-fw,
.inp-fw {
    width: 100%;
}
.inp-style {
    font-family: "Proxima Nova", sans-serif;
    height: 48px;
    border: 1px solid #cececf;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(8, 8, 13, 0.3);
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.inp-style::-webkit-input-placeholder {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(8, 8, 13, 0.3);
}
.inp-style::-moz-placeholder {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(8, 8, 13, 0.3);
}
.inp-style:-ms-input-placeholder {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(8, 8, 13, 0.3);
}
.inp-style:focus {
    border-color: #3a201f;
}
.inp-style .error {
    border-color: #f20202;
    color: #f20202;
}
textarea.inp-style {
    max-width: 100%;
    height: auto;
    min-height: 42px;
    padding-top: 8px;
    line-height: 130%;
    resize: none;
}
.inp-error label {
    color: red !important;
}
.inp-error .inp-style {
    border-color: red;
    color: red;
}
.inp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}
.inp-row-2 .inp-group {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.preloader {
    z-index: 4000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}
.preloader__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.preloader__logo {
    position: absolute;
    height: 320px;
    top: 50%;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.preloader__logo img + img {
    margin: 60px 0 0 0;
}
.preloader__text {
    padding-top: 380px;
    font-size: 22px;
    line-height: 100%;
    color: #7d7d7d;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.preloader__text span:after {
    content: ".";
    -webkit-animation: dots 1s steps(5, end) infinite;
    animation: dots 1s steps(5, end) infinite;
}
.pre .pre__text {
    margin: 20px 0 0 0;
    display: block;
}
#fpnav {
    z-index: 1890;
    position: fixed;
    top: 0;
    right: 17px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#fpnav ul {
    list-style: none;
}
#fpnav ul li {
    margin: 0 0 13px 0;
}
#fpnav ul li.active a:after {
    width: 17px;
}
#fpnav ul li a {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000;
    text-indent: -9999px;
}
#fpnav ul li a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.top {
    z-index: 2000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    background: #fff;
}
.top--hide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.top ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.top__logo {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: all;
}
.top__logo img {
    display: block;
    max-width: 397px;
    height: auto;
}
.top__logo--hide {
    opacity: 0;
}
.modal-open .top__logo {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.top__burger {
    outline: 0;
    border: 0;
    padding: 10px 0;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    pointer-events: all;
    margin: 0 -55px 0 0;
}
.top__burger:hover i {
    background-color: #000;
}
.top__burger-btn {
    position: relative;
    display: block;
    width: 20px;
    height: 19px;
    margin: auto;
}
.top__burger i {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: inherit;
    height: 3px;
    background-color: #000;
    -webkit-transition: top 350ms ease-in-out, background-color 350ms ease;
    -o-transition: top 350ms ease-in-out, background-color 350ms ease;
    transition: top 350ms ease-in-out, background-color 350ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.top__burger i:first-child {
    top: 0;
}
.top__burger i:nth-child(2) {
    top: 8px;
}
.top__burger i:last-child {
    top: 16px;
}
.top__burger--active i:first-child {
    opacity: 1;
    top: 10px;
    -webkit-transition: top 350ms ease, width 350ms ease 350ms, background-color 350ms ease, -webkit-transform 0.5s ease 350ms;
    transition: top 350ms ease, width 350ms ease 350ms, background-color 350ms ease, -webkit-transform 0.5s ease 350ms;
    -o-transition: top 350ms ease, width 350ms ease 350ms, transform 0.5s ease 350ms, background-color 350ms ease;
    transition: top 350ms ease, width 350ms ease 350ms, transform 0.5s ease 350ms, background-color 350ms ease;
    transition: top 350ms ease, width 350ms ease 350ms, transform 0.5s ease 350ms, background-color 350ms ease, -webkit-transform 0.5s ease 350ms;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top__burger--active i:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 50ms ease 350ms;
    -o-transition: opacity 50ms ease 350ms;
    transition: opacity 50ms ease 350ms;
}
.top__burger--active i:last-child {
    opacity: 1;
    top: 10px;
    -webkit-transition: top 350ms ease, width 350ms ease 350ms, background-color 350ms ease, -webkit-transform 0.5s ease 350ms;
    transition: top 350ms ease, width 350ms ease 350ms, background-color 350ms ease, -webkit-transform 0.5s ease 350ms;
    -o-transition: top 350ms ease, width 350ms ease 350ms, transform 0.5s ease 350ms, background-color 350ms ease;
    transition: top 350ms ease, width 350ms ease 350ms, transform 0.5s ease 350ms, background-color 350ms ease;
    transition: top 350ms ease, width 350ms ease 350ms, transform 0.5s ease 350ms, background-color 350ms ease, -webkit-transform 0.5s ease 350ms;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hold .language {
    display: none;
}
.language {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    right: 3%;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.14;
    z-index: 2000;
    padding: 0 0 20px 0;
}
.language:hover .language__select-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.language__select {
    cursor: pointer;
}
.language__select-values {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    border: 1px solid #d7dcdf;
    -webkit-box-shadow: 0 2px 16px rgba(228, 228, 228, 0.5);
    box-shadow: 0 2px 16px rgba(228, 228, 228, 0.5);
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 24px 16px 24px;
}
.language__select-values a {
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    margin: 0 0 16px 0;
}
.language__select-values a:first-child {
    pointer-events: none;
    opacity: 0.6;
}
.language__select-values a:last-child {
    margin: 0;
}
.language__select-values a:hover {
    color: #bda47f;
}
.menu {
    z-index: 1990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 100px 50px;
}
.menu:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu--active:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}
.menu__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
}
.menu__logo {
    opacity: 0;
    margin: 0 0 45px 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 1s 650ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 1s 650ms cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s 650ms cubic-bezier(0, 1, 0.5, 1);
}
.menu__logo img {
    display: block;
    width: 100%;
    max-width: 512px;
    height: auto;
}
.menu.menu--active .menu__logo {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 125px;
    margin: 0 auto;
    list-style: none;
}
.menu__social ul li a {
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu.menu--active .menu__social li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu__social--fb {
    -webkit-transition: all 1s 0.7s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 1s 0.7s cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s 0.7s cubic-bezier(0, 1, 0.5, 1);
}
.menu__social--fb a {
    background: url(../img/icons/ico-fb-d.svg) center center no-repeat;
    background-size: 18px auto;
}
.menu__social--tw {
    margin: 0 55px 0 55px;
    -webkit-transition: all 1s 750ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 1s 750ms cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s 750ms cubic-bezier(0, 1, 0.5, 1);
}
.menu__social--tw a {
    background: url(../img/icons/ico-tw-d.svg) center center no-repeat;
    background-size: 18px auto;
}
.menu__social--in {
    -webkit-transition: all 1s 750ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 1s 750ms cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s 750ms cubic-bezier(0, 1, 0.5, 1);
}
.menu__social--in a {
    background: url(../img/icons/ico-in-d.svg) center center no-repeat;
    background-size: 18px auto;
}
.menu__links {
    height: 100%;
}
.menu__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    list-style: none;
}
.menu__links ul li {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu__links ul li:last-child {
    margin-bottom: 0;
}
.menu__links ul li:nth-child(1) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.menu__links ul li:nth-child(2) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
.menu__links ul li:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.menu__links ul li:nth-child(4) {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
.menu__links ul li:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.menu__links ul li:nth-child(6) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.menu__links ul li:nth-child(7) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.menu__links ul li:nth-child(8) {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.menu__links ul li:nth-child(9) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.menu__links ul li:nth-child(10) {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
}
.menu__links ul li a {
    font-size: 40px;
    line-height: 100%;
    font-family: "Times New Roman", sans-serif;
    color: #3a201f;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu__links ul li a:hover {
    color: #bda47f;
}
.menu.menu--active .menu__links li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 0 50px;
    max-height: 1200px;
}
.main__logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 155px;
}
.main__logo a {
    display: block;
    line-height: 100%;
}
.main__logo img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
}
.main__in {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 155px);
    margin: 155px 0 0 0;
    padding: 110px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3a201f;
}
.main__title {
    z-index: 2;
    position: relative;
}
.main__title h1 {
    font-size: 80px;
    line-height: 1.7;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-family: "Times New Roman", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.main__video video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
}
.main__scrollbt {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 350ms 1.8s ease-out;
    -o-transition: all 350ms 1.8s ease-out;
    transition: all 350ms 1.8s ease-out;
}
.main__scrollbt-btn {
    position: relative;
    display: block;
    width: 18px;
    height: 32px;
    margin: 0 auto;
    border: 2px solid rgba(221, 221, 221, 0.85);
    border-radius: 18px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-animation: nudgeMouse 5s ease-out infinite;
    animation: nudgeMouse 5s ease-out infinite;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: all;
}
.main__scrollbt-btn:after {
    content: " ";
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 7px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: rgba(221, 221, 221, 0.85);
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}
@-webkit-keyframes trackBallSlide {
    0%,
    28%,
    29.99%,
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    58%,
    59.99%,
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    100%,
    88% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
}
@keyframes trackBallSlide {
    0%,
    28%,
    29.99%,
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    58%,
    59.99%,
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-6px);
        transform: scale(0.4) translateY(-6px);
    }
    100%,
    88% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-6px);
        transform: scale(1) translateY(-6px);
    }
}
@-webkit-keyframes nudgeMouse {
    0%,
    30%,
    60%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20%,
    50%,
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@keyframes nudgeMouse {
    0%,
    30%,
    60%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20%,
    50%,
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
.page--loaded .main__scrollbt {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.timeofchange {
    padding: 135px 0 0 0;
    position: relative;
}
.timeofchange__text {
    text-align: center;
    margin: 0 0 40px 0;
}
.timeofchange__text h2 {
    margin: 0 0 20px 0;
    font-size: 105px;
    line-height: 1.06;
    text-align: center;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeofchange__text h3 {
    margin: 0 0 45px 0;
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #3a201f;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.timeofchange__text p {
    font-family: "Proxima Nova", sans-serif;
    width: 100%;
    max-width: 836px;
    margin: 0 auto 0;
    padding: 0 0 95px 0;
    font-size: 22px;
    line-height: 1.22;
    text-align: center;
    color: #605959;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.timeofchange__bg {
    width: 100%;
    height: 478px;
}
.architect {
    padding: 135px 0 50px 0;
}
.architect.active .architect__text h2,
.architect.active .architect__text p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.architect.active .architect__col {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.architect ._container,
.architect .modal_contactus .modal-dialog .modal-content,
.architect .modal_disclaimer .modal-dialog .modal-content,
.architect .modal_portfolio .modal-dialog .modal-content,
.architect .modal_team .modal-dialog .modal-content,
.architect .venture-tabs__nav ul,
.architect .wealth-tabs__nav ul,
.modal_contactus .modal-dialog .architect .modal-content,
.modal_disclaimer .modal-dialog .architect .modal-content,
.modal_portfolio .modal-dialog .architect .modal-content,
.modal_team .modal-dialog .architect .modal-content,
.venture-tabs__nav .architect ul,
.wealth-tabs__nav .architect ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.architect__text {
    margin: 0 0 50px 0;
}
.architect__text h2 {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-style: normal;
    font-family: "Times New Roman", sans-serif;
    font-size: 64px;
    line-height: 1.15;
    color: #bda47f;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.architect__text p {
    margin: 0;
    font-size: 28px;
    line-height: 1.21;
    color: #605959;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.architect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.architect__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.architect__col:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.architect__col:nth-child(2) {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.architect__col:nth-child(3) {
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.architect__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: block;
    border: 1px solid #bda47f;
    padding: 25px 25px 30px 25px;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.architect__item:hover {
    background: #3a201f;
    border: 1px solid #bda47f;
}
.architect__item:hover h3 {
    color: #bda47f;
}
.architect__item:hover p {
    color: #f8fafb;
}
.architect__item:hover span {
    opacity: 1;
    color: #eae9e9;
}
.architect__item:hover ul {
    color: #bda47f;
}
.architect__item h3 {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    line-height: 1.15;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.architect__item p {
    margin: 0 0 45px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: #605959;
    font-family: "Times New Roman", sans-serif;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.architect__ul {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: #bda47f;
    margin: 0 0 100px 25px;
}
.architect__ul li {
    margin: 0 0 2px 0;
    list-style-type: disc;
}
.architect__item span {
    opacity: 1;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0 50px 0 0;
    background: url(../img/icons/ico-arr-r-w.svg) right center no-repeat;
    font-size: 16px;
    letter-spacing: 5.33px;
    color: #7d7d7d;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.preserve {
    padding: 410px 0 120px 0;
    overflow: hidden;
    position: relative;
    background: #f8fafb;
}
.preserve.active .preserve__text h2 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.preserve.active .preserve__text p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.preserve.active .preserve__map {
    opacity: 1;
}
.modal_contactus .modal-dialog .preserve .modal-content,
.modal_disclaimer .modal-dialog .preserve .modal-content,
.modal_portfolio .modal-dialog .preserve .modal-content,
.modal_team .modal-dialog .preserve .modal-content,
.preserve ._container,
.preserve .modal_contactus .modal-dialog .modal-content,
.preserve .modal_disclaimer .modal-dialog .modal-content,
.preserve .modal_portfolio .modal-dialog .modal-content,
.preserve .modal_team .modal-dialog .modal-content,
.preserve .venture-tabs__nav ul,
.preserve .wealth-tabs__nav ul,
.venture-tabs__nav .preserve ul,
.wealth-tabs__nav .preserve ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.preserve__text {
    z-index: 2;
    position: relative;
    width: 33%;
}
.preserve__text h2 {
    margin: 0 0 40px 0;
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    color: #bda47f;
    white-space: nowrap;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.preserve__text p {
    margin: 0 0 25px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.22;
    color: #605959;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.preserve__text p:last-child {
    margin-bottom: 0;
}
.preserve__map {
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    max-width: 1330px;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.preserve__map img {
    display: block;
    width: 100%;
    height: auto;
}
@-webkit-keyframes mapCircle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes mapCircle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes mapCircleInner {
    0%,
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@keyframes mapCircleInner {
    0%,
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
.preserve__map-marker {
    position: absolute;
    cursor: pointer;
}
.preserve__map-marker:hover .preserve__map-marker-info {
    opacity: 1;
}
.preserve__map-marker-circle {
    position: relative;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: rgba(58, 32, 31, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-animation: mapCircle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite alternate;
    animation: mapCircle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite alternate;
}
.preserve__map-marker-circle > i {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    border-radius: 50%;
    background: rgba(58, 32, 31, 0.2);
    -webkit-animation: mapCircle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite alternate;
    animation: mapCircle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite alternate;
}
.preserve__map-marker-circle > i > i {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: #3a201f;
    -webkit-animation: mapCircleInner 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 150ms infinite alternate;
    animation: mapCircleInner 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 150ms infinite alternate;
}
.preserve__map-marker-info {
    opacity: 0;
    position: absolute;
    font-size: 16px;
    line-height: 100%;
    color: #3a201f;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team {
    padding: 165px 0 60px 0;
}
.team.active .team__title h2 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.team.active .team__col {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.team.active .team__col:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.team.active .team__col:nth-child(2) {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.team.active .team__col:nth-child(3) {
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.team.active .team__col:nth-child(4) {
    -webkit-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    transition-delay: 950ms;
}
.team.active .team__col:nth-child(5) {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
.team.active .team__col:nth-child(6) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.team.active .team__col:nth-child(7) {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
}
.team.active .team__text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.modal_contactus .modal-dialog .team .modal-content,
.modal_disclaimer .modal-dialog .team .modal-content,
.modal_portfolio .modal-dialog .team .modal-content,
.modal_team .modal-dialog .team .modal-content,
.team ._container,
.team .modal_contactus .modal-dialog .modal-content,
.team .modal_disclaimer .modal-dialog .modal-content,
.team .modal_portfolio .modal-dialog .modal-content,
.team .modal_team .modal-dialog .modal-content,
.team .venture-tabs__nav ul,
.team .wealth-tabs__nav ul,
.venture-tabs__nav .team ul,
.wealth-tabs__nav .team ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.team__title {
    margin: 0 0 95px 0;
}
.team__title h2 {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #bda47f;
    font-family: "Times New Roman", sans-serif;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
}
.team__col {
    margin: 0 0 45px 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.team__item {
    max-width: 210px;
    position: relative;
    display: block;
    text-decoration: none;
}
.team__item:after {
    content: " ";
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(94, 94, 94, 0.5)), to(rgba(94, 94, 94, 0.5)));
    background: -o-linear-gradient(bottom, rgba(94, 94, 94, 0.5), rgba(94, 94, 94, 0.5));
    background: linear-gradient(0deg, rgba(94, 94, 94, 0.5), rgba(94, 94, 94, 0.5));
    mix-blend-mode: multiply;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    pointer-events: none;
}
.team__item:hover:after {
    opacity: 1;
}
.team__item-photo {
    position: relative;
}
.team__item-photo:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.team__item-photo img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.team__text {
    padding: 0 0 50px 0;
    position: relative;
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.team__text p {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.22;
    color: #605959;
}
.team__text .team__text-more {
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 50px 0 0;
    background: url(../img/icons/ico-arr-r-w.svg) right center no-repeat;
    font-size: 16px;
    letter-spacing: 5.33px;
    color: #7d7d7d;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.team__text .team__text-more:hover {
    color: #bda47f;
}
.team__text p:last-child {
    margin-bottom: 0;
}
.footer {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 100px 95px;
}
.footer ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__in {
    width: 100%;
    max-width: 397px;
    margin: 0 auto 0 0;
    text-align: center;
}
.footer__logo {
    margin: 0 0 165px 0;
}
.footer__logo a {
    text-decoration: none;
}
.footer__logo img {
    display: inline-block;
    width: 100%;
    max-width: 397px;
    height: auto;
    margin: 0 0 10px 0;
}
.footer__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 177px;
    margin-right: auto;
    list-style: none;
}
.footer__social ul li a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer__social ul li a:hover {
    opacity: 0.7;
}
.footer__social--fb {
    background: url(../img/icons/ico-fb-d.svg) center center no-repeat;
    background-size: 22px auto;
}
.footer__social--tw {
    background: url(../img/icons/ico-tw-d.svg) center center no-repeat;
    background-size: 22px auto;
}
.footer__social--in {
    background: url(../img/icons/ico-in-d.svg) center center no-repeat;
    background-size: 22px auto;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 140px 0 0;
}
.footer__nav {
    margin-left: 80px;
}
.footer__nav h4 {
    min-height: 50px;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.785714px;
    text-transform: uppercase;
    color: rgba(36, 36, 36, 0.8);
    font-family: "Times New Roman", sans-serif;
}
.footer__nav ul {
    list-style: none;
}
.footer__nav ul li {
    margin: 0 0 19px 0;
}
.footer__nav ul li:last-child {
    margin-bottom: 0;
}
.footer__nav ul li a {
    font-size: 18px;
    font-family: ProximaNova-Light, sans-serif;
    line-height: 1.2;
    color: rgba(36, 36, 36, 0.8);
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer__nav ul li a:hover {
    color: #bda47f;
}
.modal-open {
    overflow: hidden !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    z-index: 1990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
    outline: 0;
}
.modal.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.modal.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
}
.modal-dialog .modal-content {
    position: relative;
    outline: 0;
}
.modal-backdrop {
    z-index: 1980;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.7);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 1;
}
.modal_info.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal_info .modal-dialog {
    max-width: 500px;
    margin: 10px;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal_info .modal-dialog .modal-content {
    padding: 35px 40px 15px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.modal_info .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    border: 0;
    background: url(../img/icons/ico-close-g.png) center center no-repeat;
    background-size: 21px 21px;
    text-indent: -9999px;
}
.modal_info .btn-close:hover {
    background-image: url(../img/icons/ico-close-o.png);
}
.modal_team {
    z-index: 2500;
    -webkit-transition: opacity 750ms linear;
    -o-transition: opacity 750ms linear;
    transition: opacity 750ms linear;
}
.modal_team.fade {
    opacity: 0;
}
.modal_team.fade.in {
    opacity: 1;
}
.modal_team.fade.in .modal-dialog:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal_team.fade.in .modal_team__sidebar:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1.2s 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 1.2s 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1.2s 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modal_team.fade.in .modal_team__title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s 0.7s ease;
    -o-transition: all 1s 0.7s ease;
    transition: all 1s 0.7s ease;
}
.modal_team.fade.in .modal_team__photo {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s 0.8s ease;
    -o-transition: all 1s 0.8s ease;
    transition: all 1s 0.8s ease;
}
.modal_team.fade.in .modal_team__body {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1.1s 1.2s ease;
    -o-transition: all 1.1s 1.2s ease;
    transition: all 1.1s 1.2s ease;
}
.modal_team.fade.in .modal_team__ctrl {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s 1.8s ease;
    -o-transition: all 1s 1.8s ease;
    transition: all 1s 1.8s ease;
}
.modal_team.fade.in.modal_team--hide .modal_team__sidebar:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.8s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.8s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.8s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modal_team.fade.in.modal_team--hide .modal_team__title {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all 1s 1.2s ease;
    -o-transition: all 1s 1.2s ease;
    transition: all 1s 1.2s ease;
}
.modal_team.fade.in.modal_team--hide .modal_team__photo {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all 1s 0.8s ease;
    -o-transition: all 1s 0.8s ease;
    transition: all 1s 0.8s ease;
}
.modal_team.fade.in.modal_team--hide .modal_team__body {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: all 1.1s 0.7s ease;
    -o-transition: all 1.1s 0.7s ease;
    transition: all 1.1s 0.7s ease;
}
.modal_team.fade.in.modal_team--hide .modal_team__ctrl {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.modal_team.fade.in.modal_team--hide .modal-dialog:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.7s 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 1.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modal_team .modal-dialog {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.modal_team .modal-dialog:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.modal_team .modal-dialog .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.modal_team__sidebar {
    position: relative;
    width: 30%;
    padding: 150px 50px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal_team__title {
    opacity: 0;
    margin: 0 0 44px 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.modal_team__title h2 {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
}
.modal_team__photo {
    opacity: 0;
    margin: 0 0 44px 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.modal_team__photo img {
    display: block;
    width: 100%;
    max-width: 395px;
    height: auto;
}
.modal_team__body {
    position: relative;
    width: 70%;
    max-width: 900px;
    height: 100%;
    padding: 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
}
.modal_team__ctrl {
    opacity: 0;
    margin: 0 0 44px 0;
    padding: 150px 0 0 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
}
.modal_team__ctrl .btn-back {
    display: inline-block;
    font-size: 12px;
    line-height: 44px;
    color: #7d7d7d;
    letter-spacing: 3px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.modal_team__ctrl .btn-back:hover {
    color: #bda47f;
}
.modal_team__ctrl .btn-back span {
    padding-left: 55px;
    background: url(../img/icons/ico-arr-r-r.svg) left center no-repeat;
    background-size: 32px auto;
    font-size: 16px;
    line-height: 1.18;
    letter-spacing: 5.33px;
    color: #605959;
}
.modal_team__text {
    padding: 0 0 40px 0;
}
.modal_team__text h3 {
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 1.57895px;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
}
.modal_team__text p {
    margin: 0 0 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.22;
    color: #605959;
}
.modal_team__text p small {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 1.05263px;
    color: #bda47f;
}
.modal_team__text span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 1.05263px;
    color: #bda47f;
}
.modal_team__text a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #605959;
}
.modal_team__text a:hover {
    color: #bda47f;
}
.breadcrumbs {
    margin: 0 0 40px 0;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.breadcrumbs ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: #bda47f;
}
.breadcrumbs ul li a {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs ul li a:hover {
    color: #3a201f;
}
.breadcrumbs ul li span {
    display: inline-block;
    margin: 0 4px;
}
.wealth {
    padding: 160px 0 0 0;
}
.wealth-main__title {
    margin: 0 0 70px 0;
}
.wealth-main__title h1 {
    margin: 0 0 25px 0;
    font-weight: 400;
    font-size: 105px;
    line-height: 1.06;
    text-align: center;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
}
.wealth-main__title h2 {
    margin: 0;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
}
.wealth-main__text {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 90px auto;
    max-height: 350px;
}
.wealth-main__text p {
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 1.2;
    color: #605959;
}
.wealth-main__text p span {
    color: #bda47f;
}
.wealth-tabs__nav ul {
    position: relative;
    top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 345px;
}
.wealth-tabs__nav ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 105px;
}
.wealth-tabs__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    line-height: 1.14;
    text-align: center;
    color: #eae9e9;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 20px 0 0 0;
}
.wealth-tabs__nav ul li.active {
    background-color: #fff;
    border-bottom: 2px solid #bda47f;
}
.wealth-tabs__nav ul li.active a {
    color: #3a201f;
}
.wealth-tabs__content {
    background-color: #fff;
    padding-top: 245px;
    padding-bottom: 135px;
}
.wealth-tabs__content .tab-pane {
    position: relative;
}
.wealth-tabs__content .tab-pane--position {
    position: static;
}
.modal_contactus .modal-dialog .wealth-tabs__content .modal-content,
.modal_disclaimer .modal-dialog .wealth-tabs__content .modal-content,
.modal_portfolio .modal-dialog .wealth-tabs__content .modal-content,
.modal_team .modal-dialog .wealth-tabs__content .modal-content,
.venture-tabs__nav .wealth-tabs__content ul,
.wealth-tabs__content ._container,
.wealth-tabs__content .modal_contactus .modal-dialog .modal-content,
.wealth-tabs__content .modal_disclaimer .modal-dialog .modal-content,
.wealth-tabs__content .modal_portfolio .modal-dialog .modal-content,
.wealth-tabs__content .modal_team .modal-dialog .modal-content,
.wealth-tabs__content .venture-tabs__nav ul,
.wealth-tabs__content .wealth-tabs__nav ul,
.wealth-tabs__nav .wealth-tabs__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 460px;
}
.wealth-tabs__body {
    max-width: 940px;
    padding: 20px 30px 0 0;
}
.wealth-tabs__body-head {
    margin: 0 0 40px 0;
}
.wealth-tabs__body h3 {
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 64px;
    line-height: 1;
    color: #bda47f;
    font-family: "Times New Roman", sans-serif;
}
.wealth-tabs__body h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.22;
    color: #bda47f;
}
.wealth-tabs__body p {
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 1.22;
    color: #7d7d7d;
}
.body-tabs__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body-tabs__nav ul li.active a {
    color: #3a201f;
}
.body-tabs__nav ul li a {
    text-decoration: none;
    display: block;
    font-size: 28px;
    line-height: 1.14;
    color: #7d7d7d;
    padding: 20px 0;
    border-bottom: 2px solid #bda47f;
}
.body-tabs__content {
    padding: 65px 0 0 0;
}
.body-tabs__text {
    padding: 0 175px 0 0;
}
.body-tabs .tab-pane .body-tabs__text {
    height: 0;
}
.body-tabs .tab-pane .wealth-tabs__thumb {
    display: none;
}
.body-tabs .tab-pane.active .body-tabs__text {
    height: 100%;
    max-height: 255px;
    min-height: 255px;
}
.body-tabs .tab-pane.active .wealth-tabs__thumb {
    display: block;
}
.wealth-tabs__body-text {
    padding: 0 15px 0 0;
    max-height: 325px;
    margin: 0 0 20px 0;
}
.wealth-tabs__body-list {
    margin: 0 0 20px 0;
    list-style-type: disc;
    padding: 0 0 0 30px;
}
.wealth-tabs__body-list li {
    list-style: disc;
    font-size: 16px;
}
.wealth-tabs__thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}
.body-tabs__thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}
.wealth-tabs__thumb img {
    display: block;
    width: 100%;
    max-width: 380px;
    height: auto;
}
.wealth-tabs__thumb--two img {
    display: block;
    width: 100%;
    max-width: 335px;
    height: auto;
}
.wealth-tabs__thumb-img {
    position: absolute;
    left: -110%;
    top: 35%;
}
.wealth-keycomp {
    margin: 0;
}
.wealth-keycomp__bg {
    height: 470px;
}
.wealth-keycomp__bg img {
    display: block;
    width: 100%;
    height: auto;
}
.wealth-keycomp__body {
    padding-top: 110px;
    padding-bottom: 60px;
    background: #f8fafb;
}
.wealth-keycomp__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -13px;
    margin: 0 0 120px 0;
}
.wealth-keycomp__item {
    padding: 0 13px;
    margin: 0 0 30px 0;
}
.wealth-keycomp__logo {
    margin: 0 0 55px 0;
    text-align: center;
    height: 65px;
}
.wealth-keycomp__logo img {
    display: inline-block;
    width: 100%;
    max-width: 275px;
    height: auto;
}
.wealth-keycomp__title h2 {
    font-size: 64px;
    line-height: 1.15;
    color: #bda47f;
    margin: 0 0 70px 0;
    font-family: "Times New Roman", sans-serif;
}
.wealth-keycomp__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 37px 0;
    background-color: #eff1f1;
    font-size: 24px;
    line-height: 1.16;
    text-align: center;
    letter-spacing: -0.72px;
    color: #48423b;
    padding: 17px 0 17px 0;
}
.wealth-keycomp__head:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c9c7c7;
}
.wealth-keycomp__list {
    padding: 55px 0 20px 0;
}
.wealth-keycomp__list p {
    font-size: 22px;
    line-height: 1.22;
    color: #605959;
}
.wealth-keycomp__bt {
    font-size: 22px;
    line-height: 1.22;
    color: #605959;
}
.wealth-archi {
    padding: 205px 0 0 0;
}
.wealth-archi__title {
    max-width: 500px;
    margin: 0 0 60px 0;
}
.wealth-archi__title h2 {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    color: #bda47f;
    font-family: "Times New Roman", sans-serif;
}
.wealth-archi__title p {
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 1.22;
    color: #605959;
}
.wealth-archi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wealth-archi__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
}
.wealth-archi__col-1 {
    background: #7d7d7d url(../img/bg/bg-archie1.jpg) center center no-repeat;
    background-size: cover;
}
.wealth-archi__col-1 .wealth-archi__item {
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}
.wealth-archi__col-2 {
    background: #7d7d7d url(../img/bg/bg-archie2.jpg) center center no-repeat;
    background-size: cover;
}
.wealth-archi__col-2 .wealth-archi__item {
    padding-right: 50px;
    padding-left: 50px;
}
.wealth-archi__item {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wealth-archi__item h3 {
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 56px;
    line-height: 1.14;
    color: #fff;
    font-family: "Times New Roman", sans-serif;
    min-height: 130px;
}
.wealth-archi__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wealth-archi__item ul li {
    position: relative;
    margin: 0 0 21px 0;
    padding: 0 0 0 21px;
    font-size: 22px;
    color: #d8d8d8;
}
.wealth-archi__item ul li:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 3px;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #eae9e9;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #979797;
    box-shadow: 0 0 0 3px #979797;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wealth-archi__item ul li:last-child {
    margin-bottom: 0;
}
.wealth-globalnetwork {
    padding: 165px 0 80px 0;
}
.wealth-globalnetwork__title {
    margin: 0 0 60px 0;
}
.wealth-globalnetwork__title h2 {
    margin: 0 0 10px 0;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #bda47f;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
}
.wealth-globalnetwork__title p {
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 1, 22;
    color: #7d7d7d;
    text-align: center;
}
.wealth-globalnetwork__list {
    max-width: 1030px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wealth-globalnetwork__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 338px;
    flex: 0 0 338px;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wealth-globalnetwork__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 14px 0;
}
.wealth-globalnetwork__item a {
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    height: inherit;
}
.wealth-globalnetwork__item img {
    display: block;
    width: 100%;
    height: auto;
}
.venture-welookinvest__body {
    padding: 205px 0 175px 0;
    background-color: #f8fafb;
}
.venture-welookinvest__title {
    margin: 0 0 100px 0;
}
.venture-welookinvest__title h2 {
    margin: 0;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #bda47f;
    font-family: "Times New Roman", sans-serif;
}
.venture-welookinvest__list {
    padding: 0 50px 90px 50px;
}
.venture-welookinvest__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
}
.venture-welookinvest__item {
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin: 0 0 30px 0;
}
.venture-welookinvest__item h4 {
    margin: 0 0 7px 0;
    font-size: 35px;
    line-height: 1.14;
    text-align: center;
    text-transform: uppercase;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
}
.venture-welookinvest__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
    margin: 0 0 30px 0;
}
.venture-welookinvest__bg {
    width: 100%;
    height: 412px;
}
.tabtext {
    padding: 20px 0 20px 0;
}
.tabtext__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tabtext__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 15px;
}
.tabtext__title {
    display: inline-block;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.14;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3a201f;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #bda47f;
    margin: 0 0 30px 0;
}
.tabtext__list {
    margin: 0 0 30px 0;
}
.tabtext__list li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 22px;
    line-height: 1.22;
    color: #7d7d7d;
    margin: 0 0 10px 0;
}
.tabtext__list li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #bda47f;
    border-radius: 100%;
    left: 0;
    top: 7px;
}
.contacts {
    padding: 215px 0 55px 0;
}
.contacts ._container,
.contacts .modal_contactus .modal-dialog .modal-content,
.contacts .modal_disclaimer .modal-dialog .modal-content,
.contacts .modal_portfolio .modal-dialog .modal-content,
.contacts .modal_team .modal-dialog .modal-content,
.contacts .venture-tabs__nav ul,
.contacts .wealth-tabs__nav ul,
.modal_contactus .modal-dialog .contacts .modal-content,
.modal_disclaimer .modal-dialog .contacts .modal-content,
.modal_portfolio .modal-dialog .contacts .modal-content,
.modal_team .modal-dialog .contacts .modal-content,
.venture-tabs__nav .contacts ul,
.wealth-tabs__nav .contacts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts__title {
    margin: 0 0 90px 0;
}
.contacts__title h3 {
    margin: 0;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.15;
    color: #3a201f;
    font-family: "Times New Roman", sans-serif;
}
.contacts__form {
    position: relative;
    width: 60%;
}
.contacts__form .inp-group label {
    display: block;
    margin: 0 0 6px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1, 2;
    color: #08080d;
}
.contacts__form .inp-group textarea {
    min-height: 90px;
}
.contacts__form-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.95);
}
.contacts__form-loader-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
@-webkit-keyframes dots {
    0%,
    20% {
        color: transparent;
        text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
    }
    40% {
        color: #7d7d7d;
        text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
    }
    60% {
        text-shadow: 0.25em 0 0 #7d7d7d, 0.5em 0 0 transparent;
    }
    100%,
    80% {
        text-shadow: 0.25em 0 0 #7d7d7d, 0.5em 0 0 #7d7d7d;
    }
}
@keyframes dots {
    0%,
    20% {
        color: transparent;
        text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
    }
    40% {
        color: #7d7d7d;
        text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
    }
    60% {
        text-shadow: 0.25em 0 0 #7d7d7d, 0.5em 0 0 transparent;
    }
    100%,
    80% {
        text-shadow: 0.25em 0 0 #7d7d7d, 0.5em 0 0 #7d7d7d;
    }
}
.contacts__form-loader-in span:after {
    content: ".";
    -webkit-animation: dots 1s steps(5, end) infinite;
    animation: dots 1s steps(5, end) infinite;
}
.contacts__form-success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
}
.contacts__form-success-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.contacts__form-success-in h3 {
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    font-family: "Times New Roman", sans-serif;
    color: #97252c;
}
.contacts__form-success-in p {
    margin: 0;
    font-size: 18px;
    line-height: 140%;
    color: #7d7d7d;
}
.contacts__office {
    width: 40%;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts__office p {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 140%;
    color: #7d7d7d;
}
.contacts__office p a {
    color: inherit;
    text-decoration: none;
}
.contacts__office p a:hover {
    color: #97252c;
}
@media (min-width: 767px) {
    .modal_vam {
        padding: 0 !important;
        text-align: center;
    }
    .modal_vam:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -4px;
        vertical-align: middle;
    }
    .modal_vam .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
@media (min-width: 768px) {
    .page--loaded .main__in {
        opacity: 1;
        -webkit-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    .modal_info .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal_team__sidebar:before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background-color: #e3e2e2;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@media (min-width: 1023px) {
    .fp-enabled .fp-section.active {
        visibility: visible;
        opacity: 1;
    }
    .fp-enabled .fp-section {
        width: 100% !important;
        position: absolute !important;
        left: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }
    .timeofchange__text p {
        padding: 0 0 50px 0;
    }
    .timeofchange__bg {
        height: 378px;
    }
}
@media (min-width: 1400px) {
    .wealth-archi__col-1 .wealth-archi__item {
        padding-left: 0;
        left: calc(100% - (1680px / 2) - 65px * -1);
    }
}
@media (max-width: 1640px) {
    .wealth-tabs__thumb-img {
        display: none !important;
    }
}
@media (max-width: 1400px) {
    .menu__logo img {
        max-width: 412px;
    }
    .menu__links ul li a {
        font-size: 5vh;
    }
    .main__title h1 {
        font-size: 60px;
    }
    .timeofchange {
        padding: 90px 0 0 0;
    }
}
@media (max-width: 1300px) {
    .wealth-main__title h1 {
        margin-bottom: 15px;
        font-size: 60px;
    }
    .wealth-main__title h2 {
        margin-bottom: 15px;
        font-size: 34px;
    }
    .wealth-main__text p {
        font-size: 20px;
        line-height: 1.5;
    }
    .wealth-tabs__body {
        max-width: 750px;
    }
    .body-tabs__nav ul li a {
        font-size: 20px;
    }
    .wealth-tabs__thumb {
        position: static;
    }
}
@media (max-width: 1200px) {
    .menu__logo img {
        max-width: 312px;
    }
    .menu__links ul li a {
        font-size: 4vh;
    }
    .timeofchange {
        padding: 50px 0 0 0;
    }
    .wealth-keycomp__body {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .wealth-keycomp__items {
        margin: 0 0 50px 0;
    }
    .wealth-keycomp__title h2 {
        font-size: 48px;
        margin: 0 20px 60px 20px;
    }
    .wealth-archi {
        padding: 105px 0 0 0;
    }
    .venture-welookinvest__list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .venture-welookinvest__item h4 {
        font-size: 28px;
    }
}
@media (max-width: 1150px) {
    .wealth-tabs__content ._container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wealth-tabs__body {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    ._container,
    .modal_contactus .modal-dialog .modal-content,
    .modal_disclaimer .modal-dialog .modal-content,
    .modal_portfolio .modal-dialog .modal-content,
    .modal_team .modal-dialog .modal-content,
    .venture-tabs__nav ul,
    .wealth-tabs__nav ul {
        padding-right: 30px;
        padding-left: 30px;
    }
    .top {
        -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    }
    .hold .top {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .top--filled {
        background: #fff;
        -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    }
    .menu {
        overflow-y: auto;
        padding: 65px 30px;
    }
    .menu__logo img {
        max-width: 250px;
    }
    .menu__links ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu__links ul li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .main {
        padding-right: 30px;
        padding-left: 30px;
    }
    .main__scrollbt {
        display: none;
    }
    .architect ._container,
    .architect .modal_contactus .modal-dialog .modal-content,
    .architect .modal_disclaimer .modal-dialog .modal-content,
    .architect .modal_portfolio .modal-dialog .modal-content,
    .architect .modal_team .modal-dialog .modal-content,
    .architect .venture-tabs__nav ul,
    .architect .wealth-tabs__nav ul,
    .modal_contactus .modal-dialog .architect .modal-content,
    .modal_disclaimer .modal-dialog .architect .modal-content,
    .modal_portfolio .modal-dialog .architect .modal-content,
    .modal_team .modal-dialog .architect .modal-content,
    .venture-tabs__nav .architect ul,
    .wealth-tabs__nav .architect ul {
        height: auto;
        padding-top: 70px;
    }
    .architect__text {
        margin-bottom: 30px;
    }
    .architect__list {
        margin: 0 -10px;
    }
    .architect__col {
        padding-right: 10px;
        padding-left: 10px;
    }
    .architect__item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .architect__item h3 {
        margin-bottom: 25px;
        font-size: 34px;
    }
    .architect__item h3 br {
        display: none;
    }
    .architect__item p {
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .preserve {
        padding: 100px 0;
    }
    .modal_contactus .modal-dialog .preserve .modal-content,
    .modal_disclaimer .modal-dialog .preserve .modal-content,
    .modal_portfolio .modal-dialog .preserve .modal-content,
    .modal_team .modal-dialog .preserve .modal-content,
    .preserve ._container,
    .preserve .modal_contactus .modal-dialog .modal-content,
    .preserve .modal_disclaimer .modal-dialog .modal-content,
    .preserve .modal_portfolio .modal-dialog .modal-content,
    .preserve .modal_team .modal-dialog .modal-content,
    .preserve .venture-tabs__nav ul,
    .preserve .wealth-tabs__nav ul,
    .venture-tabs__nav .preserve ul,
    .wealth-tabs__nav .preserve ul {
        padding-bottom: 0;
    }
    .modal_contactus .modal-dialog .team .modal-content,
    .modal_disclaimer .modal-dialog .team .modal-content,
    .modal_portfolio .modal-dialog .team .modal-content,
    .modal_team .modal-dialog .team .modal-content,
    .team ._container,
    .team .modal_contactus .modal-dialog .modal-content,
    .team .modal_disclaimer .modal-dialog .modal-content,
    .team .modal_portfolio .modal-dialog .modal-content,
    .team .modal_team .modal-dialog .modal-content,
    .team .venture-tabs__nav ul,
    .team .wealth-tabs__nav ul,
    .venture-tabs__nav .team ul,
    .wealth-tabs__nav .team ul {
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .footer {
        padding: 30px;
    }
    .modal_team__sidebar {
        padding-right: 30px;
    }
    .wealth-tabs__nav ul {
        padding-right: 0;
        padding-left: 0;
    }
    .wealth-tabs__nav ul li a {
        font-size: 18px;
    }
    .wealth-tabs__content {
        padding-top: 100px;
    }
    .modal_contactus .modal-dialog .wealth-tabs__content .modal-content,
    .modal_disclaimer .modal-dialog .wealth-tabs__content .modal-content,
    .modal_portfolio .modal-dialog .wealth-tabs__content .modal-content,
    .modal_team .modal-dialog .wealth-tabs__content .modal-content,
    .venture-tabs__nav .wealth-tabs__content ul,
    .wealth-tabs__content ._container,
    .wealth-tabs__content .modal_contactus .modal-dialog .modal-content,
    .wealth-tabs__content .modal_disclaimer .modal-dialog .modal-content,
    .wealth-tabs__content .modal_portfolio .modal-dialog .modal-content,
    .wealth-tabs__content .modal_team .modal-dialog .modal-content,
    .wealth-tabs__content .venture-tabs__nav ul,
    .wealth-tabs__content .wealth-tabs__nav ul,
    .wealth-tabs__nav .wealth-tabs__content ul {
        min-height: 375px;
    }
    .wealth-tabs__body {
        padding-right: 20px;
    }
    .wealth-tabs__body h3 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .wealth-tabs__thumb img {
        max-width: 210px;
    }
    .wealth-archi__item h3 {
        font-size: 40px;
    }
    .wealth-globalnetwork {
        padding: 125px 0 70px 0;
    }
    .contacts__title {
        margin-bottom: 30px;
    }
    .contacts__form {
        width: 100%;
    }
    .contacts__office {
        width: 45%;
        padding-right: 0;
        padding-left: 60px;
    }
}
@media (max-width: 1023px) {
    ._container {
        padding: 0 40px;
    }
    .architect {
        padding: 0 0 50px 0;
    }
    .architect__ul {
        font-size: 24px;
    }
    .preserve {
        background: #f8fafb url(../img/map.png) center center no-repeat;
        background-size: auto 100%;
    }
    .preserve__text {
        width: 100%;
    }
    .preserve__map {
        display: none;
    }
    .team {
        padding: 0 0 60px 0;
    }
    .footer__links {
        padding: 0;
    }
    .wealth-tabs__thumb img {
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    ._container {
        max-width: 750px;
    }
    #fpnav {
        display: none;
    }
    .top__burger {
        margin: 0;
    }
    .language {
        font-size: 22px;
        right: 13%;
    }
    .language__select-values {
        padding: 14px 14px 14px 14px;
    }
    .breadcrumbs ul li {
        font-size: 13px;
    }
    .body-tabs__content {
        padding: 30px 0 0 0;
    }
    .body-tabs__text {
        padding: 0;
    }
    .body-tabs .tab-pane.active .body-tabs__text {
        max-height: 100%;
        min-height: auto;
    }
    .wealth-tabs__body-text {
        margin: 20px 0 20px 0;
    }
    .wealth-keycomp__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .wealth-keycomp__title h2 {
        font-size: 38px;
        margin: 20px 0 40px 20px;
    }
    .wealth-keycomp__list {
        padding: 20px 0 20px 0;
    }
    .wealth-keycomp__list p {
        font-size: 16px;
        line-height: 1.22;
    }
    .wealth-archi__title p {
        font-size: 16px;
    }
    .wealth-archi__item ul li {
        font-size: 20px;
    }
    .wealth-globalnetwork__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}
@media (max-width: 767.98px) {
    ._container {
        max-width: none;
        padding: 0 10px;
    }
    .btn-bordered-red {
        height: 33px;
        min-width: 104px;
        font-size: 13px;
        letter-spacing: 2px;
    }
    .inp-style {
        font-size: 13px;
        height: 33px;
    }
    .inp-style::-webkit-input-placeholder {
        font-size: 13px;
    }
    .inp-style::-moz-placeholder {
        font-size: 13px;
    }
    .inp-style:-ms-input-placeholder {
        font-size: 13px;
    }
    .menu__social ul {
        max-width: 170px;
    }
    .architect__ul {
        font-size: 20px;
    }
    .architect__ul li {
        margin: 0 0 5px 0;
    }
    .modal_team__ctrl .btn-back span {
        font-size: 13px;
        background-size: 22px auto;
        padding-left: 35px;
    }
    .modal_team__text h3 {
        font-weight: 400;
        font-size: 21px;
    }
    .modal_team__text p {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .modal_team__text p small {
        font-size: 14px;
    }
    .modal_team__text span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .modal_team__text a {
        font-size: 16px;
    }
    .wealth {
        padding: 120px 0 0 0;
    }
    .wealth-tabs__body-head {
        margin: 0;
    }
    .body-tabs__nav ul li a {
        font-size: 18px;
    }
    .wealth-keycomp__title h2 {
        font-size: 26px;
        font-weight: 400;
    }
    .wealth-archi__item ul li {
        font-size: 15px;
    }
    .wealth-globalnetwork__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    }
    .venture-welookinvest__img img {
        max-height: 60px;
        max-width: 75px;
    }
    .tabtext__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .tabtext__list li {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    ._container,
    .modal_contactus .modal-dialog .modal-content,
    .modal_disclaimer .modal-dialog .modal-content,
    .modal_portfolio .modal-dialog .modal-content,
    .modal_team .modal-dialog .modal-content,
    .venture-tabs__nav ul,
    .wealth-tabs__nav ul {
        padding-right: 15px;
        padding-left: 15px;
    }
    .btn-red {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
    .inp-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .inp-row-2 .inp-group {
        width: 100%;
    }
    .top__logo img {
        max-width: 250px;
    }
    .menu {
        padding: 0;
    }
    .menu ._container {
        display: block;
        min-height: 500px;
        padding: 155px 15px 80px 15px;
    }
    .menu__sidebar {
        display: block;
        height: auto;
    }
    .menu__logo {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 155px;
        margin-bottom: 0;
        z-index: 3000;
    }
    .menu__logo {
        margin: 0 auto;
    }
    .menu__social {
        position: absolute;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .menu__links {
        max-height: 600px;
    }
    .menu__links ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }
    .menu__links ul li {
        margin-top: 0;
        margin-bottom: 0;
    }
    .menu__links ul li a {
        font-size: 22px;
    }
    .main {
        padding-right: 15px;
        padding-left: 15px;
        height: 100%;
    }
    .main__in {
        height: 310px;
        padding: 0 15px 0 15px;
        background: url(../img/bg/bg-main.jpg) center bottom no-repeat;
        background-size: cover;
        margin: 100px 0 0 0;
    }
    .main__title h1 {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        font-size: 31px;
    }
    .main__title h1 span {
        font-size: 20px;
    }
    .timeofchange__text {
        text-align: left;
        margin: 0 0 20px 0;
    }
    .timeofchange__text h2 {
        font-size: 38px;
        text-align: left;
    }
    .timeofchange__text h3 {
        font-size: 24px;
        text-align: left;
    }
    .timeofchange__text p {
        font-size: 14px;
        padding: 0 0 40px 0;
        text-align: left;
    }
    .timeofchange__bg {
        height: 178px;
    }
    .architect__text h2 {
        font-size: 38px;
    }
    .architect__text p {
        font-size: 14px;
    }
    .architect__list {
        display: block;
    }
    .architect__col {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .preserve__text h2 {
        margin-bottom: 50px;
        font-size: 38px;
    }
    .preserve__text p {
        font-size: 14px;
    }
    .preserve__map-marker {
        display: none;
    }
    .team__title {
        margin-bottom: 40px;
    }
    .team__title h2 {
        font-size: 38px;
        text-align: left;
    }
    .team__list {
        width: auto;
        margin: 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .team__col {
        width: 33.33333%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .team__text p {
        font-size: 14px;
    }
    .footer {
        padding: 30px 0 15px 0;
    }
    .footer ._container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .footer__in {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin: 0;
    }
    .footer__logo {
        margin-bottom: 0;
    }
    .footer__logo img {
        max-width: 150px;
    }
    .footer__social ul {
        width: 95px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__links {
        margin-bottom: 65px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__nav {
        margin-left: 0;
    }
    .footer__nav h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
        min-height: 40px;
    }
    .footer__nav ul li {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 100%;
    }
    .footer__nav ul li a {
        font-size: 13px;
        line-height: 100%;
    }
    .modal_info .modal-dialog {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .modal_info .modal-dialog .modal-content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .modal_team .modal-dialog {
        height: auto;
    }
    .modal_team .modal-dialog .modal-content {
        position: relative;
        display: block;
        height: auto;
    }
    .modal_team__sidebar {
        width: 100%;
        border-right: none;
        padding-top: 30px;
        padding-right: 0;
    }
    .modal_team__title {
        margin-bottom: 30px;
    }
    .modal_team__title h2 {
        font-size: 30px;
    }
    .modal_team__photo {
        margin-bottom: 30px;
    }
    .modal_team__photo img {
        max-width: 100%;
    }
    .modal_team__body {
        overflow-y: initial;
        position: initial;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .modal_team__ctrl {
        position: absolute;
        top: -9px;
        right: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
    .modal_team__text {
        padding-bottom: 20px;
    }
    .breadcrumbs {
        margin-bottom: 30px;
    }
    .wealth-main__title {
        margin-bottom: 30px;
    }
    .wealth-main__title h1 {
        margin-bottom: 15px;
        font-size: 44px;
    }
    .wealth-main__title h2 {
        font-size: 26px;
    }
    .wealth-main__text {
        margin-bottom: 50px;
    }
    .wealth-main__text p {
        font-size: 16px;
    }
    .wealth-tabs__nav ul {
        height: 100px;
        padding-right: 0;
        padding-left: 0;
    }
    .wealth-tabs__nav ul li {
        width: 100%;
        height: auto;
    }
    .wealth-tabs__nav ul li a {
        padding: 25px 0 25px 0;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }
    .wealth-tabs__content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .modal_contactus .modal-dialog .wealth-tabs__content .modal-content,
    .modal_disclaimer .modal-dialog .wealth-tabs__content .modal-content,
    .modal_portfolio .modal-dialog .wealth-tabs__content .modal-content,
    .modal_team .modal-dialog .wealth-tabs__content .modal-content,
    .venture-tabs__nav .wealth-tabs__content ul,
    .wealth-tabs__content ._container,
    .wealth-tabs__content .modal_contactus .modal-dialog .modal-content,
    .wealth-tabs__content .modal_disclaimer .modal-dialog .modal-content,
    .wealth-tabs__content .modal_portfolio .modal-dialog .modal-content,
    .wealth-tabs__content .modal_team .modal-dialog .modal-content,
    .wealth-tabs__content .venture-tabs__nav ul,
    .wealth-tabs__content .wealth-tabs__nav ul,
    .wealth-tabs__nav .wealth-tabs__content ul {
        display: block;
        min-height: initial;
    }
    .wealth-tabs__body {
        padding-top: 0;
        padding-right: 0;
    }
    .wealth-tabs__body h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .wealth-tabs__body p {
        font-size: 16px;
    }
    .wealth-tabs__thumb img {
        max-width: 100%;
    }
    .wealth-keycomp__bg {
        display: none;
    }
    .wealth-keycomp__body {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .modal_contactus .modal-dialog .wealth-keycomp .modal-content,
    .modal_disclaimer .modal-dialog .wealth-keycomp .modal-content,
    .modal_portfolio .modal-dialog .wealth-keycomp .modal-content,
    .modal_team .modal-dialog .wealth-keycomp .modal-content,
    .venture-tabs__nav .wealth-keycomp ul,
    .wealth-keycomp ._container,
    .wealth-keycomp .modal_contactus .modal-dialog .modal-content,
    .wealth-keycomp .modal_disclaimer .modal-dialog .modal-content,
    .wealth-keycomp .modal_portfolio .modal-dialog .modal-content,
    .wealth-keycomp .modal_team .modal-dialog .modal-content,
    .wealth-keycomp .venture-tabs__nav ul,
    .wealth-keycomp .wealth-tabs__nav ul,
    .wealth-tabs__nav .wealth-keycomp ul {
        padding-right: 0;
        padding-left: 0;
    }
    .wealth-keycomp__logo {
        margin-bottom: 35px;
        text-align: center;
    }
    .wealth-keycomp__head {
        padding-left: 15px;
        font-size: 16px;
    }
    .wealth-keycomp__bt {
        font-size: 16px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .wealth-archi {
        padding: 60px 0 60px 0;
    }
    .wealth-archi__title {
        margin-bottom: 30px;
    }
    .wealth-archi__title h2 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .wealth-archi__list {
        display: block;
    }
    .wealth-archi__col {
        width: 100%;
    }
    .wealth-archi__col-1 .wealth-archi__item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wealth-archi__col-2 .wealth-archi__item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wealth-archi__item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wealth-archi__item h3 {
        min-height: initial;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 130%;
    }
    .wealth-archi__item h3 br {
        display: none;
    }
    .wealth-globalnetwork {
        padding: 0 0 70px 0;
    }
    .wealth-globalnetwork__title {
        margin-bottom: 35px;
    }
    .wealth-globalnetwork__title h2 {
        font-size: 30px;
        font-weight: 400;
    }
    .wealth-globalnetwork__title p {
        font-size: 16px;
    }
    .wealth-globalnetwork__col {
        width: 50%;
    }
    .venture-welookinvest__body {
        padding: 105px 0 75px 0;
    }
    .venture-welookinvest__title {
        margin: 0 0 40px 0;
    }
    .venture-welookinvest__title h2 {
        font-size: 30px;
    }
    .venture-welookinvest__list {
        padding: 0 0 45px 0;
    }
    .venture-welookinvest__item {
        width: 50%;
        margin-bottom: 20px;
    }
    .venture-welookinvest__item h4 {
        font-size: 20px;
    }
    .venture-welookinvest__bg {
        height: 250px;
    }
    .contacts {
        padding: 20px 0 25px 0;
    }
    .contacts ._container,
    .contacts .modal_contactus .modal-dialog .modal-content,
    .contacts .modal_disclaimer .modal-dialog .modal-content,
    .contacts .modal_portfolio .modal-dialog .modal-content,
    .contacts .modal_team .modal-dialog .modal-content,
    .contacts .venture-tabs__nav ul,
    .contacts .wealth-tabs__nav ul,
    .modal_contactus .modal-dialog .contacts .modal-content,
    .modal_disclaimer .modal-dialog .contacts .modal-content,
    .modal_portfolio .modal-dialog .contacts .modal-content,
    .modal_team .modal-dialog .contacts .modal-content,
    .venture-tabs__nav .contacts ul,
    .wealth-tabs__nav .contacts ul {
        display: block;
    }
    .contacts__title h3 {
        font-size: 30px;
    }
    .contacts__form {
        width: 100%;
        margin-bottom: 60px;
    }
    .contacts__form .inp-group label.label-blank {
        display: none;
    }
    .contacts__form-success-in h3 {
        font-size: 30px;
    }
    .contacts__form-success-in p {
        font-size: 16px;
    }
    .contacts__office {
        width: 100%;
        padding: 0;
    }
    .contacts__office p {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .main__title h1 {
        font-size: 26px;
        line-height: 130%;
    }
}
@media (max-width: 479.98px) {
    .footer__social ul li a {
        margin: 0 4px 4px 4px;
    }
    .body-tabs__nav ul li {
        margin: 0 4px;
    }
    .body-tabs__nav ul li a {
        font-size: 14px;
    }
    .tabtext__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 424px) {
    .wealth-globalnetwork__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 144px;
        flex: 0 0 144px;
    }
}
@media (max-width: 374px) {
    .top__logo img {
        max-width: 185px;
    }
    .language {
        margin: 0 15px 0 0;
    }
    .footer__nav h4 {
        font-size: 14px;
    }
    .modal_team__ctrl .btn-back {
        margin: -23px 0 0 0;
    }
    .modal_team__ctrl .btn-back span {
        padding-left: 45px;
        letter-spacing: 3px;
    }
    .wealth-tabs__nav ul li a {
        font-size: 10px;
        padding: 20px 0 20px 0;
    }
    .body-tabs__nav ul li {
        margin: 0 2px;
    }
    .body-tabs__nav ul li a {
        font-size: 11px;
    }
    .tab-pane ._container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
