@font-face {
  font-family: 'Basier-Circle';
  src: url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basier-Circle-M';
  src: url("../fonts/BasierCircle-Medium.woff2") format("woff2"), url("../fonts/BasierCircle-Medium.woff") format("woff"), url("../fonts/BasierCircle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basier-Circle-B';
  src: url("../fonts/BasierCircle-Bold.woff2") format("woff2"), url("../fonts/BasierCircle-Bold.woff") format("woff"), url("../fonts/BasierCircle-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.white-space {
  width: 100%;
  height: 90px;
  background-color: transparent;
}

.taxonomies-heading {
  text-align: center;
  font-size: 48px;
  font-family: 'Basier-Circle-B';
  color: #fff;
  line-height: 64px;
  letter-spacing: -1px;
}

.taxonomie-top-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ea6b06;
  border-radius: 60px;
  color: #243d4c;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 3px 15px 3px 15px;
  font-family: 'Basier-Circle-M';
}

.taxonomies-top-inner {
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 426px) {
  .taxonomies-top-inner {
    min-height: 180px;
    padding-top: 40px;
  }
  .taxonomies-heading {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
  .taxonomie-top-name {
    font-size: 14px;
  }
}

.personal-info {
  padding: 36px 0 35px 0;
}

.personal-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 950px;
  padding: 0 0 80px 0;
}

.personal-photo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 367px;
  height: 551px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.personal-photo {
  width: 100%;
  height: auto;
}

.personal-info-text {
  padding: 0 0 0 25px;
}

.personal-info-text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.15px;
  margin-bottom: 14px;
}

.personal-info-heading {
  font-family: 'Basier-Circle-B';
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #243d4c;
  margin-bottom: 10px;
}

.personal-info-paragr {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.15px;
  margin-bottom: 14px;
}

.personal-social-links {
  max-width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

.social-share {
  font-size: 0;
}

.social-share-link {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  font-size: 0;
}

.twitter {
  background-image: url(../img/twitter-ico.svg);
}

.linkedin {
  background-image: url(../img/in-ico.svg);
}

.social-hidden-null {
  display: none;
}

@media screen and (max-width: 1025px) {
  .personal-info-paragr {
    max-width: 95%;
  }
}

@media screen and (max-width: 769px) {
  .personal-info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .personal-info-text {
    padding: 20px 0 0 0px;
    width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .personal-info-text {
    padding: 26px 0 0 0px;
  }
  .personal-info {
    padding: 26px 0 10px 0;
  }
  .personal-photo-wrapper {
    width: 271px;
    height: 407px;
  }
  .personal-info-heading {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .personal-info-paragr {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.15px;
    margin-bottom: 14px;
  }
  .personal-info-inner {
    padding: 0 0 22px 0;
  }
}
/*# sourceMappingURL=individual-manager.css.map */