/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;
    -ms-user-select: none;
        user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter, body.frontend .section-our-team-filter {
  margin-top: 0;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter, body.frontend .section-our-team-filter {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter, body.frontend .section-our-team-filter {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter, body.frontend .section-our-team-filter {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter, body.frontend .section-our-team-filter {
    margin-top: 60px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .ajax-loader, body.frontend .section-our-team-filter .ajax-loader {
  width: 140px;
  height: 140px;
  margin: -70px auto;
  opacity: 0;
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .ajax-loader.opacity-1, body.frontend .section-our-team-filter .ajax-loader.opacity-1 {
  opacity: 1;
  display: block;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .team-section__wrap, body.frontend .section-our-team-filter .team-section__wrap {
  max-width: 1318px;
  margin-left: auto;
  margin-top: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-track, body.frontend .section-our-team-filter .slick-track {
  margin-left: unset;
  margin-right: unset;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider, body.frontend .section-our-team-filter .investors-slider {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .slick-list .slick-slide, body.frontend .section-our-team-filter .investors-slider .slick-list .slick-slide {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item, body.frontend .section-our-team-filter .investors-slider .investor-item {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item, body.frontend .section-our-team-filter .investors-slider .investor-item {
    width: 33.33%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item .investor__image, body.frontend .section-our-team-filter .investors-slider .investor-item .investor__image {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item .investor__image, body.frontend .section-our-team-filter .investors-slider .investor-item .investor__image {
    min-height: 100px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item .investor__image img, body.frontend .section-our-team-filter .investors-slider .investor-item .investor__image img {
  min-width: 100px;
  max-width: 200px;
  height: 80px;
  object-fit: contain;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item .investor__image img, body.frontend .section-our-team-filter .investors-slider .investor-item .investor__image img {
    height: auto;
    min-width: 90px;
    max-height: 100px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider img, body.frontend .section-our-team-filter .investors-slider img {
  margin: 0 auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .slick-track, body.frontend .section-our-team-filter .investors-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-track, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-track {
  display: flex !important;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide {
    height: inherit !important;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div .investor-item, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div .investor-item {
    height: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider, body.frontend .section-our-team-filter .investors-slider {
  z-index: 10;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item, body.frontend .section-our-team-filter .investors-slider .investor-item {
  padding: 20px 50px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item, body.frontend .section-our-team-filter .investors-slider .investor-item {
    padding: 20px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .investor-item, body.frontend .section-our-team-filter .investors-slider .investor-item {
    padding: 0 20px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider img, body.frontend .section-our-team-filter .investors-slider img {
  margin: 0 auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider .slick-track, body.frontend .section-our-team-filter .investors-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-track, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-track {
  display: flex !important;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide {
    height: inherit !important;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div .investor-item, body.frontend .section-our-team-filter .investors-slider:not(.rows-2) .slick-slide > div .investor-item {
    height: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-list, body.frontend .section-our-team-filter .slick-list {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-list, body.frontend .section-our-team-filter .slick-list {
    margin-top: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-arrow, body.frontend .section-our-team-filter .slick-arrow {
  z-index: 23;
  top: calc(50% - 35px);
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-arrow svg, body.frontend .section-our-team-filter .slick-arrow svg {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-arrow, body.frontend .section-our-team-filter .slick-arrow {
    top: calc(50% - 50px);
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-arrow:before, body.frontend .section-our-team-filter .slick-arrow:before {
  position: absolute;
  font-size: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-next, body.frontend .section-our-team-filter .slick-next {
  right: 10px;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-next, body.frontend .section-our-team-filter .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-next, body.frontend .section-our-team-filter .slick-next {
    right: -45px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-next, body.frontend .section-our-team-filter .slick-next {
    right: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-prev, body.frontend .section-our-team-filter .slick-prev {
  left: 10px;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-prev, body.frontend .section-our-team-filter .slick-prev {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-prev, body.frontend .section-our-team-filter .slick-prev {
    left: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-our-team-filter .slick-prev, body.frontend .section-our-team-filter .slick-prev {
    left: -65px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people, body.frontend .people {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 50;
  justify-content: center;
  max-width: 1318px;
  margin-left: auto;
  margin-top: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .people.bod .team-item, body.frontend .people.bod .team-item {
  width: 45% !important;
}
@media only screen and (min-width: 1170px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people.bod .team-item, body.frontend .people.bod .team-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33% !important;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people .team-item, body.frontend .people .team-item {
  text-align: center;
  width: 33% !important;
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .team-item, body.frontend .people .team-item {
    width: 33% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .team-item, body.frontend .people .team-item {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .team-item, body.frontend .people .team-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people .team-item__name, body.frontend .people .team-item__name {
  color: #fff;
}
.editor-styles-wrapper .block-editor-block-list__layout .people .team-item__title, body.frontend .people .team-item__title {
  line-height: 1.15;
  color: #cf92c6;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .team-item__title, body.frontend .people .team-item__title {
    min-height: 70px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people .team-item .investor__image img, body.frontend .people .team-item .investor__image img {
  max-width: 120px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .team-item .investor__image img, body.frontend .people .team-item .investor__image img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .team-item .investor__image img, body.frontend .people .team-item .investor__image img {
    max-width: 40%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow, body.frontend .people .slick-arrow {
  align-items: center;
  background: #ccc;
  border: none;
  border-radius: 50%;
  display: flex;
  height: 2.5em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 2.5em;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow, body.frontend .people .slick-arrow {
    transform: translateY(-50%) scale(1.2);
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow.prev-arrow, body.frontend .people .slick-arrow.prev-arrow {
  transform: translateY(-50%) rotate(180deg) scale(1);
  left: 0;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow.prev-arrow, body.frontend .people .slick-arrow.prev-arrow {
    transform: translateY(-50%) rotate(180deg) scale(1.2);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow.prev-arrow, body.frontend .people .slick-arrow.prev-arrow {
    left: -1em;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow.next-arrow, body.frontend .people .slick-arrow.next-arrow {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .people .slick-arrow.next-arrow, body.frontend .people .slick-arrow.next-arrow {
    right: -1em;
  }
}

.white-popup {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.white-popup.opacity-9 {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 992px) {
  .white-popup {
    padding: 140px;
    width: 80%;
  }
}
.white-popup .mfp-close {
  top: 50px !important;
  right: 50px !important;
  font-family: "Josefin Sans";
  font-size: 51px;
  font-weight: 700;
  color: #72103b !important;
  opacity: 1;
}
.white-popup .top-wrap {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .white-popup .top-wrap {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .white-popup .top-wrap {
    display: flex;
  }
}
.white-popup .member__category {
  color: #cf92c6;
  padding-bottom: 15px;
  border-bottom: 9px solid #72103b;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .white-popup .member__category {
    width: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  .white-popup .member__category {
    width: 700px;
  }
}
.white-popup .member__name {
  color: #359799;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.white-popup .member__title {
  color: #359799;
  margin-bottom: 25px;
}
.white-popup p {
  color: #4b4b4b;
}

/*# sourceMappingURL=block.css.map*/