:root {
  --primary:                                      #3CB878;
  --secondary:                                    #2D8692;
  --black:                                        #000;
  --white:                                        #fff;
  --success:                                      #00A65A;
  --warning:                                      #E0A800;
  --danger:                                       #C82333;
  --link:                                         #007DFF;
  --gray-1:                                       #f2f2f7;
  --gray-2:                                       #e5e5ea;
  --gray-3:                                       #d1d1d6;
  --gray-4:                                       #c7c7cc;
  --gray-5:                                       #aeaeb2;
  --gray-6:                                       #8e8e93;
  --bg-bw:                                        #f2f2f7;
  --bg-bw-rv:                                     #1c1d1f;
  --bg-body:                                      #fafafa;
  --bg-bw:                                        #f6f6f9;
  --bg-bw-rv:                                     #1c1d1f;
  --border:                                       var(--gray-2);
  --text-title:                                   #1c1d1f;
  --text-subtitle:                                #3a3a3c;
  --text-paragraph:                               #48484a;
  --text-overline:                                #8e8e93;
  --webfont-family:                               -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --webfont-size:                                 16px;
}

.theme-dark {
  --gray-1:                                       #1c1d1f;
  --gray-2:                                       #2c2c2e;
  --gray-3:                                       #3a3a3c;
  --gray-4:                                       #48484a;
  --gray-5:                                       #636366;
  --gray-6:                                       #8e8e93;
  --bg-body:                                      #0a0a0a;
  --bg-bw:                                        #131414;
  --bg-bw-rv:                                     #f2f2f7;
  --border:                                       var(--gray-2);
  --text-title:                                   #f2f2f7;
  --text-subtitle:                                #d1d1d6;
  --text-paragraph:                               #c7c7cc;
  --text-overline:                                #8e8e93;
}

.about > .container-fluid {
  padding: 8rem 8rem 0;
}

.about > .container-fluid .row .heading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about > .container-fluid .row .heading-content h3 {
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about > .container-fluid .row .heading-content h4 {
  margin-bottom: 2rem;
  font-weight: 400;
}

.about > .container-fluid .row .heading-content h6 {
  margin-bottom: 0.75rem;
}

.about > .container-fluid .row .heading-content p {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.about > .container-fluid .row .heading-content a {
  color: var(--text-title);
  text-decoration: underline;
  display: none;
}

.about > .container-fluid .row .heading-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about > .container-fluid .row .heading-image .mask {
  width: 100%;
  height: 80;
  padding: 2rem 0;
  position: relative;
  border-radius: 0.5rem;
}

.about > .container-fluid .row .heading-image .mask .mask-overlay {
  width: 100%;
  height: 100%;
  background-image: url("/dist/img/bg_texture.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about > .container-fluid {
  margin-bottom: 8rem;
}

.about > .container-fluid .team-header .container {
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about > .container-fluid .team-header .container h3 {
  font-weight: 800;
  text-transform: uppercase;
}

.about > .container-fluid .team-body .row .item-team:hover .mask .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.about > .container-fluid .team-body .row .item-team:hover .mask .overlay h3,
.about > .container-fluid .team-body .row .item-team:hover .mask .overlay h6 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.about > .container-fluid .team-body .row .item-team .mask {
  height: 50vh;
  position: relative;
}

.about > .container-fluid .team-body .row .item-team .mask .overlay {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-image: url("/dist/img/bg_texture.png");
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.about > .container-fluid .team-body .row .item-team .mask .overlay h3 {
  margin-bottom: 1.5rem;
  font-weight: 800;
  -webkit-transform: translate(0, 1rem);
  transform: translate(0, 1rem);
}

.about > .container-fluid .team-body .row .item-team .mask .overlay h6 {
  text-transform: uppercase;
  -webkit-transform: translate(-2rem, 0);
  transform: translate(-2rem, 0);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.about > .container-fluid .team-body .row .item-team .mask .overlay h3,
.about > .container-fluid .team-body .row .item-team .mask .overlay h6 {
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

@media screen and (max-width: 576px) {
  .about > .container-fluid {
    padding: 8rem 1.5rem 0;
  }
  .about > .container-fluid .team-body .row .item-team {
    margin-bottom: 1.5rem;
  }
}
/*# sourceMappingURL=about.css.map */