﻿@charset "UTF-8";

.footer,
.spacing-button {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer,
  .spacing-button {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media only screen and (min-width: 1200px) {
  .footer,
  .spacing-button {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

.site-navbar {
  height: 80px;
}

@media only screen and (min-width: 768px) {
  .site-navbar {
    height: 140px;
  }
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
svg,
video {
  vertical-align: middle;
}
.wrapper {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}
[class*="col-xs"] {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0;
  padding-left: 0;
  flex-basis: auto;
}
@media only screen and (min-width: 480px) {
  [class*="col-xs"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 0;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 768px) {
  [class*="col-sm"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 0;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 992px) {
  [class*="col-md"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 0;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 1200px) {
  [class*="col-lg"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 0;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 1681px) {
  [class*="col-mx"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 0;
    flex-basis: auto;
  }
}
html {
  font-size: 1em;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 1.25em;
  }
}
body {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  font-weight: 700;
  font-family: Poppins, Arial, helvetica, sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.25rem;
  }
}
h2 {
  font-size: 1.125rem;
  line-height: 1.125;
  padding-top: 1rem;

}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.625rem;
  }
}
h3 {
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0;
}
h4 {
  font-size: 1rem;
  line-height: 1em;
}
h5 {
  font-size: 1rem;
  line-height: 1.25em;
}
h6 {
  font-size: 1rem;
  line-height: 1.25em;
}
.p,
p {
  font-weight: 400;
  font-size: 1rem;
}
label,
li,
p {
  margin: 0 0 1em 0;
  line-height: 1.3;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
}
.offer__content-heading {
  font-family: Helvetica, Arial, sans-serif;
}
.text-light {
  font-weight: 400;
}
.text-regular {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.btn-link__text {
  font-size: 0.875rem;
}
.text-number h3,
.text-number p {
  margin-bottom: 0;
  line-height: 1;
  word-break: normal;
  font-size: 16px;
}
.text-number p {
  font-family: Poppins, Arial, helvetica, sans-serif;
}
.footer__link-list {
  font-family: Poppins, Arial, helvetica, sans-serif;
}
.footer__link-list--regular {
  font-family: Poppins, Arial, helvetica, sans-serif;
}
.link-list {
  font-size: 1rem;
}
.btn-link__text {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .btn-link__text {
    font-size: 0.8rem;
  }
}
.investor__content-heading {
  font-family: Helvetica, Arial, sans-serif;
}
.btn {
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  white-space: normal;
  padding: 0.75em 1.5em 0.85em 1.5em;
  border-radius: 100px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: all 0.2s 0s;
  border-width: 0;
  border-style: solid;
  font-size: 1em;
  text-shadow: none;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  z-index: -1;
}
.btn:hover:before {
  -webkit-animation: button-pulse 1s 1 ease-out;
  -moz-animation: button-pulse 1s 1 ease-out;
  -o-animation: button-pulse 1s 1 ease-out;
  animation: button-pulse 1s 1 ease-out;
  z-index: 0;
}
.btn:active {
  transform: scale(0.98);
  transition: transform 50ms ease-in, background-color 50ms ease-in;
}
.btn:focus:before {
  -webkit-animation: button-pulse 1s infinite ease-out;
  -moz-animation: button-pulse 1s infinite ease-out;
  -o-animation: button-pulse 1s infinite ease-out;
  animation: button-pulse 1s infinite ease-out;
  z-index: 0;
}
.btn--full {
  width: 100%;
}
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #744e74;
  border-color: transparent;
}
.btn-link {
  color: #744e74;
  border-color: transparent !important;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  background: 0 0;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  text-decoration: none;
}
@-webkit-keyframes button-pulse {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(45, 42, 38, 0.25);
  }
  30% {
    opacity: 0;
    box-shadow: 0 0 0 1em rgba(45, 42, 38, 0.25);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes button-pulse {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(45, 42, 38, 0.25);
  }
  30% {
    opacity: 0;
    box-shadow: 0 0 0 1em rgba(45, 42, 38, 0.25);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes button-pulse {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(45, 42, 38, 0.25);
  }
  30% {
    opacity: 0;
    box-shadow: 0 0 0 1em rgba(45, 42, 38, 0.25);
  }
  100% {
    opacity: 0;
  }
}
@keyframes button-pulse {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(45, 42, 38, 0.25);
  }
  30% {
    opacity: 0;
    box-shadow: 0 0 0 1em rgba(45, 42, 38, 0.25);
  }
  100% {
    opacity: 0;
  }
}
.link-list {
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  margin-bottom: 4rem;
}
.link-list:last-child {
  margin-bottom: 0;
}
.btn-link {
  display: inline-flex;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
}
.btn-link .btn-link__text {
  padding: 0.75rem 1.875rem;
  font-weight: 700;
  align-self: center;
  width: calc(100% - 1.875em);
}
.btn-link .btn-link__arrow-right {
  height: 2.375rem;
  width: 2.375rem;
  align-self: flex-end;
}
.btn-link .btn-link__arrow-right svg {
  height: 100%;
  width: auto;
}
.button-close {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.button-close svg {
  width: 2rem;
  height: 2rem;
}
.button-close .theme-icon-bg {
  fill: #f56142 !important;
}
:focus {
  outline: 0;
}
button {
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  white-space: normal;
  padding: 0.75em 1.25em 0.85em 1.25em;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: all 0.3s 0s;
  border-width: 0;
  border-style: solid;
  font-size: 1em;
}
button:hover {
  opacity: 1;
}
label {
  font-weight: 400;
}
body {
  -webkit-transform: translateZ(0x);
}
@-webkit-keyframes loadingSpinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingSpinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-list {
  margin: 0 0 2em 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.icon-list__icon,
.icon-list__text {
  display: table-cell;
  vertical-align: baseline;
}
.icon-list__text > span {
  display: inline-block;
  font-weight: 400;
  word-break: break-all;
}
.icon-list__icon {
  width: 30px;
  padding-right: 1em;
}
.social-icons {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .social-icons {
    display: flex;
    justify-content: flex-end;
  }
}
.social-icons ul {
  display: inline-flex;
}
.social-icons ul li {
  list-style-type: none;
  margin: 0 0.5em;
}
.social-icons ul li:first-child {
  margin-left: 0;
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons a {
  display: block;
}
.social-icons a:focus,
.social-icons a:hover {
  transform: scale(1.1);
}
.social-icons svg {
  height: 2em;
  width: 2em;
}
.notice {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px dashed;
  background-color: #e3ded8;
  color: #744e74;
}
.notice--block {
  text-align: center;
  padding: 2em;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid;
  padding-left: 2rem;
  padding-right: 2rem;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0.6s, opacity 0.6s 0s;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  .header {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}
@media only screen and (min-width: 1681px) {
  .header {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}
.header__navbar-group {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .header__navbar-group {
    z-index: 200;
  }
}
.site-logo {
  position: relative;
  z-index: 100;
  justify-content: flex-start;
}
.site-logo .svg-logo {
  transition: fill 0.2s 0s;
}
.site-logo a {
  transition: opacity 0.2s 0s;
}
.site-logo a:focus {
  outline: 0;
}
.site-logo svg {
  display: block;
  height: calc(80px * 0.4);
}
@media only screen and (min-width: 768px) {
  .site-logo svg {
    height: calc(140px * 0.4);
  }
}
@media only screen and (min-width: 992px) {
  .site-logo svg {
    height: calc(140px * 0.4);
  }
}
@media only screen and (min-width: 1200px) {
  .site-logo svg {
    height: calc(140px * 0.4);
  }
}
@media only screen and (min-width: 1681px) {
  .site-logo svg {
    height: calc(140px * 0.4);
  }
}
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__content {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.footer__text {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1681px) {
  .footer__text {
    width: 50%;
  }
}
.footer__link-list {
  display: flex;
  flex-direction: column;
  margin-right: 2em;
  list-style: none;
}
.footer__link-list:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer__link-list {
    margin-bottom: 0;
  }
}
.footer__link-list li {
  display: flex;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer__link-list li:last-child {
    margin-bottom: 0;
  }
}
.footer__link-list li a {
  text-decoration: none;
  display: block;
}
.footer__link-list li a:focus,
.footer__link-list li a:hover {
  color: #b5ada5;
}
.footer__link-list--regular li {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .footer__link-list--regular li {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .footer__foot {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__foot {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.copyright {
  margin-bottom: 3rem;
}
.page-content {
  z-index: 40 !important;
  position: relative;
  margin-top: 80px !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .page-content {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content {
    margin-top: 140px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-content {
    margin-top: 140px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  .page-content {
    margin-top: 140px !important;
  }
}
@media only screen and (min-width: 1681px) {
  .page-content {
    margin-top: 140px !important;
  }
}
.layout {
  position: relative;
  width: 100%;
  z-index: 2;
}
.layout--default,
.layout--flush {
  margin-top: 2rem;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .layout--default,
  .layout--flush {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout--default,
  .layout--flush {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .layout--default,
  .layout--flush {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  .layout--default,
  .layout--flush {
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 1681px) {
  .layout--default,
  .layout--flush {
    margin-top: 5vw;
  }
}
.layout--default + .layout--default,
.layout--default + .layout--flush,
.layout--default:first-child,
.layout--flush + .layout--default,
.layout--flush + .layout--flush,
.layout--flush:first-child {
  margin-top: 0;
}
.layout--default:last-child,
.layout--flush:last-child {
  margin-bottom: 0;
}
.layout__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background 1s 0s ease-in-out;
}
.layout__inner {
  position: relative;
  z-index: 2;
  transition: background 1s 0s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .layout__inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
@media only screen and (min-width: 992px) {
  .layout__inner--rows {
    flex-direction: column;
  }
}
.layout__block {
  display: block;
  width: 100%;
}
body {
  overflow-x: hidden;
}
.content-wrapper {
  /* display: flex; */
  /* flex-direction: column;
  justify-content: space-between; */
}
.content-wrapper__heading {
  max-width: 50rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.content-wrapper__heading span {
  display: block;
}
.spacing-button {
  padding-top: 3rem;
  padding-bottom: calc(1.5rem + 4rem);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .spacing-button {
    padding-top: 3rem;
    padding-bottom: calc(1.5rem + 4rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .spacing-button {
    padding-top: 3vw;
    padding-bottom: calc(1.5vw + 4rem);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .spacing-button {
    padding-top: 3vw;
    padding-bottom: calc(1.5vw + 5rem);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  .spacing-button {
    padding-top: 4vw;
    padding-bottom: calc(2vw + 5rem);
  }
}
@media only screen and (min-width: 1681px) {
  .spacing-button {
    padding-top: 4vw;
    padding-bottom: calc(2vw + 5rem);
  }
}
.site-navbar {
  display: flex;
  justify-content: space-between;
}
.navbar-element {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .navbar-element {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-element {
    width: 100%;
  }
}
.button-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.button-list li {
  margin: 0;
  margin-top: -1px;
}
@font-face {
  font-family: lg;
  src: url(/site/templates/vendor/lightGallery-master/src/fonts/lg.eot?n1z373);
  src: url(/site/templates/vendor/lightGallery-master/src/fonts/lg.eot?#iefixn1z373)
      format("embedded-opentype"),
    url(/site/templates/vendor/lightGallery-master/src/fonts/lg.woff?n1z373)
      format("woff"),
    url(/site/templates/vendor/lightGallery-master/src/fonts/lg.ttf?n1z373)
      format("truetype"),
    url(/site/templates/vendor/lightGallery-master/src/fonts/lg.svg?n1z373#lg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.person-wrapper {
  position: relative;
  transform: scale(1);
}
.person {
  position: relative;
  display: flex;
  overflow: hidden;
  background: rgba(45, 42, 38, 0.1);
}
.person__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2d2a26;
  transition: transform 0.2s ease-out;
}
.person__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.person__btn svg {
  height: 2.5rem;
  width: 2.5rem;
}
.investor-list {
  margin-top: -1rem;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
}
.investor {
  position: relative;
  padding: 2rem;
  width: 100%;
  margin: 1rem;
}
@media only screen and (min-width: 1200px) {
  .investor {
    width: calc(50% - 2rem);
  }
}
.investor__heading span {
  display: block;
}
.investor__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.investor__content-heading {
  line-height: 1.25em;
}
.investor__content-text {
  line-height: 1.25em;
}
.investment-list {
  margin-top: -1rem;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
}
.investment {
  position: relative;
  padding: 2rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 768px) {
  .investment {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .investment {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1681px) {
  .investment {
    width: calc(33.333% - 2rem);
  }
}
.investment__content-heading {
  text-transform: uppercase;
}
.investment__links {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .investment__links {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .investment__links {
    margin-left: 0;
  }
}
.investment__links .btn-link__text {
  white-space: nowrap;
}
@media all and (-ms-high-contrast: none) {
  ::-ms-backdrop {
    position: relative;
    top: 0;
  }
}
.block-content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .block-content {
    min-height: 100vh;
  }
}
.simple-block-content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.offer-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .offer-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.offer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1681px) {
  .offer {
    width: calc((100% - 3rem) / 2);
  }
  .offer:not(:nth-child(even)) {
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 1681px) {
  .offer {
    width: calc((100% - 2 * 3rem) / 3);
  }
  .offer:not(:nth-child(3n)) {
    margin-right: 3rem;
  }
}
.offer__content {
  margin-bottom: 2rem;
}
.scroll-btn {
  position: absolute;
  height: 4rem;
  width: 4rem;
  bottom: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .scroll-btn {
    height: 4rem;
    width: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll-btn {
    height: 4rem;
    width: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll-btn {
    height: 5rem;
    width: 5rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  .scroll-btn {
    height: 5rem;
    width: 5rem;
  }
}
@media only screen and (min-width: 1681px) {
  .scroll-btn {
    height: 5rem;
    width: 5rem;
  }
}
.scroll-btn .scroll-btn__link {
  box-sizing: border-box;
}
.scroll-btn .scroll-btn__link .theme-icon-content-stroke {
  transition: fill 0.2s ease-out;
}
.text-block-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .text-block-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .text-block-list {
    justify-content: start;
  }
}
.simple-text {
  margin-bottom: 1.25em;
}
.simple-text__heading {
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.number-list {
  list-style: none;
  counter-reset: item-counter;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.text-number {
  z-index: 2;
  text-transform: uppercase;
  width: 80%;
}
@media only screen and (min-width: 1200px) {
  .text-number {
    margin: 0 auto;
    max-width: 12rem;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1681px) {
  .page-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.page-header__heading {
  max-width: 50rem;
  text-transform: uppercase;
  margin: 0;
}
.page-header__heading span {
  display: block;
}
.page-header__intro {
  margin: 1.5rem 0 0 0;
  font-weight: 700;
}
@media only screen and (min-width: 1681px) {
  .page-header__intro {
    margin: 0 0 0 3rem;
    width: 20rem;
  }
}
.element-intro {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.element-intro__heading {
  margin-bottom: 1em;
  text-transform: uppercase;
}
.element-intro__content-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.element-intro--default {
  justify-content: start;
}
.jsPreLoad * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pin-pulse {
  0% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
@-moz-keyframes pin-pulse {
  0% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
@-ms-keyframes pin-pulse {
  0% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
@keyframes pin-pulse {
  0% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
@-webkit-keyframes pin-pulse-second {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@-moz-keyframes pin-pulse-second {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@-ms-keyframes pin-pulse-second {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes pin-pulse-second {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes preloadAnim {
  0% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-moz-keyframes preloadAnim {
  0% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-ms-keyframes preloadAnim {
  0% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes preloadAnim {
  0% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes grow {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes grow {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes grow {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
[data-animate="fadeIn"] {
  opacity: 0;
}
.no-js [data-animate="fadeIn"] {
  opacity: 1;
}
[data-animate="fadeInUp"] {
  opacity: 0;
  transform: translateY(20px);
  transform-origin: center center;
}
.no-js [data-animate="fadeInUp"] {
  opacity: 1;
  transform: translateY(0);
}
[data-animate="fadeInLeft"] {
  opacity: 0;
  transform: translateX(-20px);
  transform-origin: center center;
}
.no-js [data-animate="fadeInLeft"] {
  opacity: 1;
  transform: translateX(0);
}
[data-animate="fadeInRight"] {
  opacity: 0;
  transform: translateX(20px);
  transform-origin: center center;
}
.no-js [data-animate="fadeInRight"] {
  opacity: 1;
  transform: translateX(0);
}
@keyframes moveInLeftImpact {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRightImpact {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInImpact {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.theme-default {
  color: #2d2a26;
}
a.theme-default:focus,
a.theme-default:hover {
  color: #f56142;
}
.theme-default-bg {
  background-color: #fff;
}
[data-theme-contents="default"]
  + [data-theme-contents="default"]
  .block-content {
  border-top: 1px solid #e6e6e6;
}
[data-theme-contents="default"]
  + [data-theme-contents="default"]
  .scroll-btn__link {
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #fff;
}
.theme-default {
  background-color: #fff;
  color: #2d2a26;
}
a .theme-default {
  color: #2d2a26;
}
.theme-default a {
  color: #f56142;
  transition: color 0.2s ease-out;
}
.theme-default a:hover {
  color: #888;
}
.theme-default.header {
  background-color: #fff;
  border-bottom-color: rgba(45, 42, 38, 0.1);
}
.theme-default .site-logo a .svg-logo {
  fill: #2d2a26;
}
.theme-default .site-logo a:focus .svg-logo,
.theme-default .site-logo a:hover .svg-logo {
  fill: #4d4a47;
}
.theme-default .icon-list a {
  color: #2d2a26;
}
.theme-default .icon-list a:hover {
  color: #2d2a26;
}
.theme-default .text-highlight {
  color: #f56142;
}
.theme-default svg.has-theme * {
  fill: #2d2a26;
}
.theme-default .notice {
  border-color: #fff;
}
.theme-default .btn {
  background-color: #f9f8f7;
  color: #2d2a26;
}
.theme-default .btn:focus,
.theme-default .btn:hover {
  background-color: #2d2a26;
}
.theme-default .btn:active {
  background-color: #2d2a26;
}
.theme-default .link-arrow-left,
.theme-default .link-arrow-right {
  color: #2d2a26;
}
.theme-default .link-arrow-left:after,
.theme-default .link-arrow-right:after {
  border-color: #2d2a26;
}
.theme-default .link-arrow-left:hover:after,
.theme-default .link-arrow-right:hover:after {
  border-color: #f56142;
}
.theme-default label {
  color: #2d2a26;
}
.theme-default .theme-icon-bg {
  transition: fill 0.2s ease-out;
  fill: #2d2a26;
}
.theme-default .theme-icon-content-stroke {
  transition: stroke 0.2s ease-out;
  fill: #f56142;
}
.theme-default .social-icons .theme-icon-bg {
  fill: #2d2a26;
}
.theme-default .social-icons a .theme-icon-bg {
  fill: #2d2a26;
}
.theme-default .social-icons a:focus .theme-icon-bg,
.theme-default .social-icons a:hover .theme-icon-bg {
  fill: #e3ded8;
}
.theme-default .scroll-btn__link .theme-icon-bg {
  fill: #fff;
}
.theme-default .scroll-btn__link .theme-icon-content-stroke {
  fill: #2d2a26;
}
.theme-default .scroll-btn__link:hover .theme-icon-content-stroke {
  fill: #f56142;
}
.theme-default .btn-link {
  background: #f9f8f7;
}
.theme-default .btn-link .btn-link__text {
  color: #2d2a26;
}
.theme-default .btn-link:hover .btn-link__text {
  color: #f56142;
  transition: all 0.2s ease-in-out;
}
.theme-default .btn-link .theme-icon-bg {
  transition: fill 0.2s ease-out;
  fill: #f56142;
}
.theme-default .btn-link .theme-icon-content-stroke {
  transition: stroke 0.2s ease-out;
  fill: #fff;
}
.theme-default .person__btn .theme-icon-bg {
  transition: fill 0.5s;
  fill: #2d2a26;
}
.theme-default .person__btn .theme-icon-content-stroke {
  fill: #fff;
}
.theme-default .investor-list {
  background: #fff;
}
.theme-default .investor {
  background: #f9f8f7;
}
.theme-default .investor__btn .theme-icon-bg {
  fill: #f56142;
}
.theme-default .investor__btn .theme-icon-content-stroke {
  fill: #fff;
}
.theme-default .investment-list {
  background: #fff;
}
.theme-default .investment {
  background: #f9f8f7;
}
.theme-default .offer {
  background: #fff;
}
.theme-default .offer__link .btn-link__text {
  background: #e3ded8;
}
.theme-default .portfolio .btn-link {
  background: #f9f8f7;
  color: #2d2a26;
  transition: color 0.2s ease-out;
}
.theme-default .portfolio .btn-link .theme-icon-bg {
  transition: fill 0.2s ease-in-out;
  fill: #2d2a26;
}
.theme-default .portfolio .btn-link:active .theme-icon-bg,
.theme-default .portfolio .btn-link:focus .theme-icon-bg,
.theme-default .portfolio .btn-link:hover .theme-icon-bg {
  fill: #f56142;
}
.btn-theme-default {
  background-color: #fff !important;
  color: #2d2a26 !important;
}
[data-theme-contents="imagery"]
  + [data-theme-contents="imagery"]
  .block-content {
  border-top: 1px solid #11100f;
}
[data-theme-contents="imagery"]
  + [data-theme-contents="imagery"]
  .scroll-btn__link {
  border: 1px solid #11100f;
  border-bottom: 2px solid #2d2a26;
}
a.theme-white {
  color: #2d2a26;
}
a.theme-white:focus,
a.theme-white:hover {
  color: #f56142;
}
.theme-white-bg {
  background-color: #fff;
}
[data-theme-contents="white"] + [data-theme-contents="white"] .block-content {
  border-top: 1px solid #e6e6e6;
}
[data-theme-contents="white"]
  + [data-theme-contents="white"]
  .scroll-btn__link {
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #fff;
}
.theme-white {
  background-color: #fff;
  color: #2d2a26;
}
a .theme-white {
  color: #2d2a26;
}
.theme-white a {
  color: #2d2a26;
  transition: color 0.2s ease-out;
}
.theme-white a:hover {
  color: #f56142;
}
.theme-white.header {
  background-color: #fff;
  border-bottom-color: rgba(45, 42, 38, 0.1);
}
.theme-white .site-logo a .svg-logo {
  fill: #2d2a26;
}
.theme-white .site-logo a:focus .svg-logo,
.theme-white .site-logo a:hover .svg-logo {
  fill: #4d4a47;
}
.theme-white .icon-list a {
  color: #2d2a26;
}
.theme-white .icon-list a:hover {
  color: #2d2a26;
}
.theme-white .text-highlight {
  color: #f56142;
}
.theme-white svg.has-theme * {
  fill: #2d2a26;
}
.theme-white .notice {
  border-color: #fff;
}
.theme-white .btn {
  background-color: #f9f8f7;
  color: #2d2a26;
}
.theme-white .btn:focus,
.theme-white .btn:hover {
  background-color: #2d2a26;
}
.theme-white .btn:active {
  background-color: #2d2a26;
}
.theme-white .link-arrow-left,
.theme-white .link-arrow-right {
  color: #2d2a26;
}
.theme-white .link-arrow-left:after,
.theme-white .link-arrow-right:after {
  border-color: #2d2a26;
}
.theme-white .link-arrow-left:hover:after,
.theme-white .link-arrow-right:hover:after {
  border-color: #f56142;
}
.theme-white label {
  color: #2d2a26;
}
.theme-white .theme-icon-bg {
  transition: fill 0.2s ease-out;
  fill: #2d2a26;
}
.theme-white .theme-icon-content-stroke {
  transition: stroke 0.2s ease-out;
  fill: #f56142;
}
.theme-white .social-icons .theme-icon-bg {
  fill: #2d2a26;
}
.theme-white .social-icons a .theme-icon-bg {
  fill: #2d2a26;
}
.theme-white .social-icons a:focus .theme-icon-bg,
.theme-white .social-icons a:hover .theme-icon-bg {
  fill: #e3ded8;
}
.theme-white .scroll-btn__link .theme-icon-bg {
  fill: #fff;
}
.theme-white .scroll-btn__link .theme-icon-content-stroke {
  fill: #2d2a26;
}
.theme-white .scroll-btn__link:hover .theme-icon-content-stroke {
  fill: #f56142;
}
.theme-white .btn-link {
  background: #f9f8f7;
}
.theme-white .btn-link .btn-link__text {
  color: #2d2a26;
}
.theme-white .btn-link:hover .btn-link__text {
  color: #f56142;
  transition: all 0.2s ease-in-out;
}
.theme-white .btn-link .theme-icon-bg {
  transition: fill 0.2s ease-out;
  fill: #f56142;
}
.theme-white .btn-link .theme-icon-content-stroke {
  transition: stroke 0.2s ease-out;
  fill: #fff;
}
.theme-white .person__btn .theme-icon-bg {
  transition: fill 0.5s;
  fill: #2d2a26;
}
.theme-white .person__btn .theme-icon-content-stroke {
  fill: #fff;
}
.theme-white .investor-list {
  background: #fff;
}
.theme-white .investor {
  background: #f9f8f7;
}
.theme-white .investor__btn .theme-icon-bg {
  fill: #f56142;
}
.theme-white .investor__btn .theme-icon-content-stroke {
  fill: #fff;
}
.theme-white .investment-list {
  background: #fff;
}
.theme-white .investment {
  background: #f9f8f7;
}
.theme-white .offer {
  background: #fff;
}
.theme-white .offer__link .btn-link__text {
  background: #e3ded8;
}
.theme-white .portfolio .btn-link {
  background: #f9f8f7;
  color: #2d2a26;
  transition: color 0.2s ease-out;
}
.theme-white .portfolio .btn-link .theme-icon-bg {
  transition: fill 0.2s ease-in-out;
  fill: #2d2a26;
}
.theme-white .portfolio .btn-link:active .theme-icon-bg,
.theme-white .portfolio .btn-link:focus .theme-icon-bg,
.theme-white .portfolio .btn-link:hover .theme-icon-bg {
  fill: #f56142;
}
.btn-theme-white {
  background-color: #fff !important;
  color: #2d2a26 !important;
}
[data-theme-contents="putty"] + [data-theme-contents="putty"] .block-content {
  border-top: 1px solid #cec5ba;
}
[data-theme-contents="putty"]
  + [data-theme-contents="putty"]
  .scroll-btn__link {
  border: 1px solid #cec5ba;
  border-bottom: 2px solid #e3ded8;
}
[data-theme-contents="stone"] + [data-theme-contents="stone"] .block-content {
  border-top: 1px solid #9e9489;
}
[data-theme-contents="stone"]
  + [data-theme-contents="stone"]
  .scroll-btn__link {
  border: 1px solid #9e9489;
  border-bottom: 2px solid #b5ada5;
}
[data-theme-contents="orange"] + [data-theme-contents="orange"] .block-content {
  border-top: 1px solid #f23912;
}
[data-theme-contents="orange"]
  + [data-theme-contents="orange"]
  .scroll-btn__link {
  border: 1px solid #f23912;
  border-bottom: 2px solid #f56142;
}
a.theme-black {
  color: #fff;
}
a.theme-black:focus,
a.theme-black:hover {
  color: #f56142;
}
.theme-black-bg {
  background-color: #2d2a26;
}
[data-theme-contents="black"] + [data-theme-contents="black"] .block-content {
  border-top: 1px solid #11100f;
}
[data-theme-contents="black"]
  + [data-theme-contents="black"]
  .scroll-btn__link {
  border: 1px solid #11100f;
  border-bottom: 2px solid #2d2a26;
}
.theme-black {
  background-color: #2d2a26;
  color: #fff;
}
a .theme-black {
  color: #fff;
}
.theme-black a {
  color: #2d2a26;
  transition: color 0.2s ease-out;
}
.theme-black a:hover {
  color: #f56142;
}
.theme-black.header {
  background-color: #2d2a26;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.theme-black .site-logo a .svg-logo {
  fill: #fff;
}
.theme-black .site-logo a:focus .svg-logo,
.theme-black .site-logo a:hover .svg-logo {
  fill: #fff;
}
.theme-black .icon-list a {
  color: #2d2a26;
}
.theme-black .icon-list a:hover {
  color: #2d2a26;
}
.theme-black .text-highlight {
  color: #f56142;
}
.theme-black svg.has-theme * {
  fill: #2d2a26;
}
.theme-black .notice {
  border-color: #2d2a26;
}
.theme-black .btn {
  background-color: #fff;
  color: #2d2a26;
}
.theme-black .btn:focus,
.theme-black .btn:hover {
  background-color: #fff;
}
.theme-black .btn:active {
  background-color: #eaeae9;
}
.theme-black .link-arrow-left,
.theme-black .link-arrow-right {
  color: #fff;
}
.theme-black .link-arrow-left:after,
.theme-black .link-arrow-right:after {
  border-color: #2d2a26;
}
.theme-black .link-arrow-left:hover:after,
.theme-black .link-arrow-right:hover:after {
  border-color: #f56142;
}
.theme-black label {
  color: #fff;
}
.theme-black .theme-icon-bg {
  transition: fill 0.2s ease-out;
  fill: #fff;
}
.theme-black .theme-icon-content-stroke {
  transition: stroke 0.2s ease-out;
  fill: #fff;
}
.theme-black .social-icons .theme-icon-bg {
  fill: #fff;
}
.theme-black .social-icons a .theme-icon-bg {
  fill: #fff;
}
.theme-black .social-icons a:focus .theme-icon-bg,
.theme-black .social-icons a:hover .theme-icon-bg {
  fill: #e3ded8;
}
.theme-black .scroll-btn__link .theme-icon-bg {
  fill: #2d2a26;
}
.theme-black .scroll-btn__link .theme-icon-content-stroke {
  fill: #fff;
}
.theme-black .scroll-btn__link:hover .theme-icon-content-stroke {
  fill: #f56142;
}
.theme-black .btn-link {
  background: #fff;
}
.theme-black .btn-link .btn-link__text {
  color: #2d2a26;
}
.theme-black .btn-link:hover .btn-link__text {
  color: #f56142;
  transition: all 0.2s ease-in-out;
}
.theme-black .btn-link .theme-icon-bg {
  transition: fill 0.2s ease-out;
  fill: #f56142;
}
.theme-black .btn-link .theme-icon-content-stroke {
  transition: stroke 0.2s ease-out;
  fill: #fff;
}
.theme-black .person__btn .theme-icon-bg {
  transition: fill 0.5s;
  fill: #2d2a26;
}
.theme-black .person__btn .theme-icon-content-stroke {
  fill: #fff;
}
.theme-black .investor-list {
  background: #fff;
}
.theme-black .investor {
  background: #f9f8f7;
}
.theme-black .investor__btn .theme-icon-bg {
  fill: #f56142;
}
.theme-black .investor__btn .theme-icon-content-stroke {
  fill: #fff;
}
.theme-black .investment-list {
  background: #fff;
}
.theme-black .investment {
  background: #f9f8f7;
}
.theme-black .offer {
  background: #fff;
}
.theme-black .offer__link .btn-link__text {
  background: #e3ded8;
}
.theme-black .portfolio .btn-link {
  background: #f9f8f7;
  color: #2d2a26;
  transition: color 0.2s ease-out;
}
.theme-black .portfolio .btn-link .theme-icon-bg {
  transition: fill 0.2s ease-in-out;
  fill: #2d2a26;
}
.theme-black .portfolio .btn-link:active .theme-icon-bg,
.theme-black .portfolio .btn-link:focus .theme-icon-bg,
.theme-black .portfolio .btn-link:hover .theme-icon-bg {
  fill: #f56142;
}
.btn-theme-black {
  background-color: #2d2a26 !important;
  color: #2d2a26 !important;
}
[data-theme-contents="putty-light"]
  + [data-theme-contents="putty-light"]
  .block-content {
  border-top: 1px solid #e3dfda;
}
[data-theme-contents="putty-light"]
  + [data-theme-contents="putty-light"]
  .scroll-btn__link {
  border: 1px solid #e3dfda;
  border-bottom: 2px solid #f9f8f7;
}
.no-spacing {
  margin: 0;
  padding: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
#noscript {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  background-color: red;
  padding: 0.5em;
  z-index: 100;
}
#noscript p {
  font-weight: 700;
  margin-bottom: 0;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  [data-animate] {
    display: block;
    opacity: 1;
    transform: none;
  }
  .btn {
    transform: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 1em 0;
    font-weight: 400;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}
ol.roman-bullet {
  list-style: lower-roman;
  list-style-position: inside;
}
h3 {
  text-transform: uppercase;
  padding-top: 1em;
  padding-bottom: 1em;
}

ul {
  padding-left: 30px;
}

/* Document table */
.document-table-wrapper {
  width: 90%;
}

.document-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.document-table th {
  background-color: #e3ded8;
}

.document-table th,
.document-table td {
  padding: 5px;
}

.document-table .document-name {
  text-align: left;
  width: auto;
}

.document-table .document-date  {
  text-align: center;
  width: 25%;
}

.document-table .document-download {
  text-align: center; 
  width: 15%;
}

.document-page .document-section-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.offers {
  padding-left: 40px;
  padding-right: 40px;
}

.document-page {
  width: 100%;
  padding: 20px;
}

section.video .iframe_wrapper {
  height: 80vh;
  width: 80vw;
}

@media only screen and (max-width: 768px) {
    .offers {
        padding-left: 0;
        padding-right: 0;
    }

    .document-table-wrapper {
        width: 100%;
    }

    .footer__link-list {
        padding-left: 0;
    }
    .social-icons>ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .document-table-wrapper {
        width: 100%;
        font-size: 0.8em;
    }
}