/* stylelint-disable */
:root {
  --font-primary: sans-serif;
  --font-secondary: serif;
  /* set base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  /* type scale */
  /* stylelint-disable max-line-length */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  /* stylelint-enable max-line-length */
}

::-moz-selection { /* Code for Firefox */
  background-color: #bd8b50;
  color: #fff;
}

::selection {
  background-color: #bd8b50;
  color: #fff;
}

body {
  font-size: var(--text-base-size);
  font-family: "Poppins-Regular", sans-serif;
  color: var(--color-text);
}
body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
  max-width: 1330px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body:not(.home) .post-type-page > figure figure figcaption {
  background: #bd8b50 !important;
  padding: 10px 8px 8px !important;
}
body:not(.home) .post-type-page > h2 {
  color: #000;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > h2 {
    text-align: left;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .post-type-page > h2 {
    padding-top: 100px;
  }
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > h2 {
    font-size: 45px;
    padding-top: 140px;
  }
}
body:not(.home) .post-type-page > .guten-subtitle {
  padding-top: 40px;
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > .guten-subtitle {
    padding-top: 58px;
  }
}
body:not(.home) .post-type-page > p {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
}
body:not(.home) .post-type-page > p a {
  color: #bd8b50;
}
body:not(.home) .post-type-page > p a:hover {
  color: #30190c;
}
body:not(.home) .post-type-page > p strong {
  font-weight: 700;
}
body:not(.home) .post-type-page > p.form__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  color: #fff;
  background-color: #bd8b50;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
body:not(.home) .post-type-page > p.form__link a:hover {
  background-color: #5d4030;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p.form__link a {
    width: 340px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.9px;
    line-height: 42px;
  }
}
body:not(.home) .post-type-page > p:last-child {
  padding-bottom: 109px;
}
body:not(.home) .post-type-page > .wp-block-gallery figure {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border, body:not(.home) .post-type-page > .wp-block-image .is-style-default {
  text-align: center;
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
  float: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
    padding-top: 85px;
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }
}
@media (min-width: 1440px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
    padding-top: 40px;
    margin: 0.5em 0 0.5em 1em;
  }
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
  padding-top: 40px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
    margin-top: -40px !important;
    margin-left: 77px !important;
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
    padding-top: 0;
  }
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure img, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure img {
  max-width: 90%;
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure img, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure img {
    max-width: 100%;
  }
}
body:not(.home) .post-type-page > .is-style-white-border img {
  background-color: #fff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
body:not(.home) .post-type-page > h3 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #bd8b50;
  padding-bottom: 17px;
  padding-top: 61px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > h3 {
    padding-bottom: 11px;
    padding-top: 58px;
  }
}
body:not(.home) .post-type-page > ul li {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-size: 15px;
  list-style: disc;
  padding-left: 10px;
}
body:not(.home) .post-type-page > ul li span,
body:not(.home) .post-type-page > ul li strong {
  position: relative;
  bottom: 4px;
}
body:not(.home) .post-type-page > ul li a {
  color: #bd8b50;
}
body:not(.home) .post-type-page > ul li a:hover {
  color: #30190c;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul li {
    padding-left: 29px;
    font-weight: 600;
    font-style: normal;
    line-height: 40px;
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  body:not(.home) .post-type-page > ul li {
    font-size: 20px;
  }
}
body:not(.home) .post-type-page > ul li::marker {
  font-size: 20px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul li::marker {
    font-size: 30px;
  }
}
body:not(.home) .post-type-page > ul {
  padding-left: 50px !important;
  padding-top: 10px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul {
    padding-left: 95px !important;
  }
}
body:not(.home) .post-type-page > ul.marker-link li::marker {
  color: #bd8b50;
}
body:not(.home) .post-type-page > ul.marker-link li:hover::marker {
  color: #30190c;
}

h1,
h2,
h3,
h4,
form legend {
  color: var(--color-text-heading);
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height);
}

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl);
}

h1,
.text--xxl {
  font-size: var(--text-xxl);
}

h2,
.text--xl {
  font-size: var(--text-xl);
}

h3,
.text--lg {
  font-size: var(--text-lg);
}

h4,
.text--md {
  font-size: var(--text-md);
}

.text--sm,
small {
  font-size: var(--text-sm);
}

.text--xs {
  font-size: var(--text-xs);
}

p {
  line-height: var(--body-line-height);
}

img {
  max-width: 100%;
  height: auto;
}

.object-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

.wp-block-column p {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
}
.wp-block-column p a {
  color: #bd8b50;
}
.wp-block-column p a:hover {
  color: #30190c;
}
.wp-block-column p strong {
  font-weight: 700;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  body.fixed {
    position: fixed;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
}

.site-content {
  flex: 1 0 auto;
  overflow: hidden;
}

.meet-team-block {
  position: relative;
}
.meet-team-block__wrap {
  display: grid;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 1920px) {
  .meet-team-block__wrap {
    grid-template-rows: auto auto auto;
  }
}
.meet-team-block__bg {
  display: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .meet-team-block__bg {
    display: grid;
    opacity: 1;
    z-index: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.meet-team-block__heading {
  text-align: center;
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 30px 10px;
}
@media (min-width: 480px) {
  .meet-team-block__heading {
    padding: 38px 20px 52px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__heading {
    padding: 68px 20px 58px;
  }
}
.meet-team-block__heading picture {
  display: block;
  margin-bottom: 9px;
}
@media (min-width: 480px) {
  .meet-team-block__heading picture {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__heading picture {
    margin-bottom: 29px;
  }
}
.meet-team-block__heading h2 {
  color: #bd8b50;
  font-family: "Poppins-Light", sans-serif;
  font-size: 46px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .meet-team-block__heading h2 {
    font-size: 80px;
    letter-spacing: -3px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1800px) {
  .meet-team-block__heading h2 {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
.meet-team-block__heading h2::after {
  content: "";
  position: absolute;
  background-color: #5d4030;
  height: 1px;
  width: 170px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
@media (min-width: 992px) {
  .meet-team-block__heading h2::after {
    bottom: -3px;
    width: 660px;
  }
}
.meet-team-block__heading p {
  color: #bd8b50;
  font-family: "Poppins-Light", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .meet-team-block__heading p {
    font-size: 60px;
  }
}
.meet-team-block__bg-team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: var(--bg-desktop);
  background-repeat: no-repeat;
  background-size: cover;
}
.meet-team-block__team {
  max-width: 1520px;
  margin: 0 auto;
  grid-column: 1/2;
  grid-row: 2/3;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (min-width: 992px) {
  .meet-team-block__team {
    padding: 0 30px 0;
  }
}
@media (min-width: 1800px) {
  .meet-team-block__team {
    padding: 0 0 58px;
  }
}
.meet-team-block__team-big {
  display: grid;
  align-items: flex-start;
  gap: 28px;
  padding: 36px 20px 27px;
}
@media (min-width: 480px) {
  .meet-team-block__team-big {
    padding: 0 80px 27px;
  }
}
@media (min-width: 834px) {
  .meet-team-block__team-big {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__team-big {
    padding: 36px 30px 27px;
  }
}
@media (min-width: 1800px) {
  .meet-team-block__team-big {
    padding: 0;
    justify-content: center;
    grid-template-columns: repeat(3, 480px);
    grid-gap: 40px;
  }
}
.meet-team-block__team-big .meet-team-block__team-link {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.meet-team-block__team-big .meet-team-block__team_item {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 20px 32px 15px;
  position: relative;
}
@media (min-width: 1366px) {
  .meet-team-block__team-big .meet-team-block__team_item {
    padding: 38px 50px 14px;
  }
}
.meet-team-block__team-big .meet-team-block__team_item-title p {
  color: #bd8b50;
  font-family: "Poppins-Light", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 8px;
  letter-spacing: 0;
}
@media (min-width: 834px) {
  .meet-team-block__team-big .meet-team-block__team_item-title p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__team-big .meet-team-block__team_item-title p {
    font-size: 22px;
    padding-bottom: 18px;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .meet-team-block__team-big .meet-team-block__team_item-title p {
    font-size: 30px;
  }
}
@media (min-width: 1800px) {
  .meet-team-block__team-big .meet-team-block__team_item-title p {
    font-size: 36px;
  }
}
.meet-team-block__team-big .meet-team-block__team_item picture {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .meet-team-block__team-big .meet-team-block__team_item picture {
    margin-bottom: 17px;
  }
}
.meet-team-block__team-big .meet-team-block__team_item-link {
  display: block;
  color: #bd8b50;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  line-height: 32px;
}
@media (min-width: 992px) {
  .meet-team-block__team-big .meet-team-block__team_item-link {
    font-size: 12px;
    padding: 14px 15px 13px;
    line-height: 32px;
    letter-spacing: 0.38px;
  }
}
@media (min-width: 1440px) {
  .meet-team-block__team-big .meet-team-block__team_item-link {
    font-size: 15px;
    padding: 15px;
  }
}
.meet-team-block__team-big .meet-team-block__team_item-link:hover {
  background-color: #efefef;
}
.meet-team-block__team-grid {
  display: grid;
  gap: 20px 22px;
  padding: 50px 20px;
}
@media (min-width: 480px) {
  .meet-team-block__team-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .meet-team-block__team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__team-grid {
    padding: 110px 0 0;
  }
}
@media (min-width: 1800px) {
  .meet-team-block__team-grid {
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 260px 260px;
  }
}
@media (max-width: 1600px) {
  .meet-team-block__team-grid.grid-12 .meet-team-block__team_item:last-child {
    grid-column: 2/3;
  }
}
.meet-team-block__team-grid .meet-team-block__team_item {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  padding: 17px;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .meet-team-block__team-grid .meet-team-block__team_item {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__team-grid .meet-team-block__team_item {
    width: 260px;
    height: 260px;
    padding: 25px;
  }
}
.meet-team-block__team-grid .meet-team-block__team_item-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.meet-team-block__team-grid .meet-team-block__team_item-image {
  width: 100%;
  height: 100%;
  display: block;
  background-image: var(--bg);
  background-position: center var(--bg-pos);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  background-size: 150%;
}
.meet-team-block__team-grid .meet-team-block__team_item-title {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.meet-team-block__team-grid .meet-team-block__team_item-title .name {
  color: #bd8b50;
  font-family: "Poppins-Light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.071;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .meet-team-block__team-grid .meet-team-block__team_item-title .name {
    font-size: 28px;
  }
}
.meet-team-block__team-grid .meet-team-block__team_item-title .position {
  color: #efefef;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.41176;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}
@media (min-width: 992px) {
  .meet-team-block__team-grid .meet-team-block__team_item-title .position {
    font-size: 17px;
  }
}
.meet-team-block__team-grid .meet-team-block__team_item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.meet-team-block__team-grid .meet-team-block__team_item:hover .meet-team-block__team_item-title {
  opacity: 0.9;
  visibility: visible;
}
.meet-team-block__team_item-description {
  color: #505050;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.9px;
  text-align: left;
  line-height: normal;
  padding-top: 13px;
}
@media (min-width: 992px) {
  .meet-team-block__team_item-description {
    letter-spacing: 0.45px;
    line-height: 32px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .meet-team-block__team_item-description {
    font-size: 18px;
  }
}
.meet-team-block__logo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  padding: 12px 20px 85px;
  margin: auto;
}
@media (min-width: 768px) {
  .meet-team-block__logo-list {
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__logo-list {
    max-width: 680px;
    padding: 80px 20px 60px;
  }
}
@media (min-width: 1600px) {
  .meet-team-block__logo-list {
    max-width: 1200px;
    padding: 124px 20px 44px;
  }
}
.meet-team-block__logo-list img {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .meet-team-block__logo-list img {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .meet-team-block__logo-list img {
    margin: 0 auto !important;
  }
}
@media (min-width: 992px) {
  .meet-team-block__logo-list_mobile {
    display: none;
  }
}
.meet-team-block__logo-list_desktop {
  display: none;
}
@media (min-width: 992px) {
  .meet-team-block__logo-list_desktop {
    display: block;
  }
}
.meet-team-block__heading_title p {
  font-family: "Poppins-Light", sans-serif;
  color: #bd8b50;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.meet-team-block__heading_title p::after {
  position: absolute;
  content: "";
  bottom: -23px;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #d2d2d2;
}
@media (min-width: 480px) {
  .meet-team-block__heading_title p::after {
    font-size: 40px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .meet-team-block__heading_title p::after {
    width: 27.5%;
    left: 36.5%;
    bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .meet-team-block__heading_title p::after {
    bottom: -40px;
  }
}
@media (min-width: 1440px) {
  .meet-team-block__heading_title p {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 41px;
    letter-spacing: -2.25px;
  }
}
.meet-team-block .morecontent span {
  display: none;
}
.meet-team-block .section-content a {
  color: #000;
  text-decoration: underline;
}
.meet-team-block .section-content.inline {
  display: inline !important;
}
.meet-team-block .more-link {
  display: block;
}
