fv-our-work {
  min-height: 100vh;
}

fv-project {
  background: white;
}

.component {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  transition: left 250ms ease-in-out;
  background-color: #f2f2f2;
}
.component.show {
  left: 0;
}

.project-title {
  padding: 0 32px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: flex-end;
  justify-content: center;
}
.project-title h1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 48px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.project-hero {
  position: relative;
}

.project-img {
  width: 100%;
}

.project-caption {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}

.project-body p {
  margin-bottom: 1rem;
}

.gallery {
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  margin-top: 24px;
  margin-right: 18px;
}

.page-title {
  position: relative;
  width: 100vw;
  height: 96px;
  color: white;
  align-items: center;
  justify-content: center;
  padding: 0 72px;
}
.page-title h1 {
  font-size: 1.65rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.content-wrapper {
  width: 100vw;
  background-color: white;
}

.content {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: calc(100vh - 96px);
  left: 50%;
  transform: translateX(-50%);
  color: #4f4f4f;
}

fv-scroll {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 44px;
}

.filter {
  padding: 12px 0;
  align-items: center;
  justify-content: center;
}
.filter .btn-round {
  min-width: 90px;
  font-weight: bold;
  color: #4f4f4f;
  background: none;
}
.filter .btn-round.selected {
  color: white;
  background-color: #FB673E;
}

.role-team {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}

.role-tag {
  color: #4f4f4f;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.role-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0085BC;
  margin: 16px 0;
}
.role-title span {
  color: #808080;
}

.role-body {
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
}

.role-members {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.role-member {
  margin-top: 16px;
}

.role-member-name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 16px;
}

.role-member-title {
  font-size: 16px;
  text-align: center;
}

.work {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 16px;
}

.work-item {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 16px 16px;
  cursor: pointer;
}
.work-item img {
  width: 100%;
}
.work-item .overlay {
  position: absolute;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
}
.work-item .subtitle {
  font-size: 0.75rem;
  font-weight: normal;
}

.takeover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.takeover-window {
  position: relative;
  width: calc(100vw - 40px);
  min-width: 280px;
  max-width: 480px;
  min-height: 128px;
  max-height: calc(100vh - 80px);
  background-color: white;
  border-radius: 12px;
  padding: 8px;
  color: #4f4f4f;
  overflow-x: hidden;
  overflow-y: auto;
}
.takeover-window .email {
  background-color: #f2f2f2;
}

.takeover-window.role {
  padding: 32px;
}

.takeover-title {
  font-weight: bold;
  font-size: 1.15rem;
  text-align: center;
  width: calc(100% - 32px);
  padding: 10px 16px;
}

.contact-close,
.takeover-close {
  cursor: pointer;
  width: 44px;
  height: 44px;
  margin-top: 16px;
}
.contact-close img,
.takeover-close img {
  width: 100%;
}

.takeover-img {
  width: 100%;
  max-height: 100%;
  max-width: 1000px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.takeover-single {
  margin-bottom: 12px;
}

.takeover-body {
  padding: 0 16px;
}
.takeover-body p {
  margin-bottom: 16px;
}

.team .takeover-img {
  max-width: 320px;
  margin-bottom: 24px;
}
.team .takeover-title {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.team .takeover-body {
  padding: 16px;
}

.popup-logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  z-index: 1;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  justify-content: center;
}
.popup-close img {
  margin-left: 8px;
}

.content.clients {
  padding: 16px;
  text-align: center;
}

.client-body {
  line-height: 1.4rem;
  margin: 16px 0;
}

.capabilities {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #808080;
  margin: 16px 0;
}
.capabilities .title {
  color: #0085BC;
  cursor: pointer;
}
.capabilities .plus:last-of-type {
  display: none;
}

.capability .takeover-title {
  color: #0085BC;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.capability .takeover-img {
  aspect-ratio: unset;
}

.clients {
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.clients img {
  margin: 12px;
}

.map {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.map video {
  width: 200%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 420px) {
  .map {
    height: 580px;
  }
}
.map-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}
.map-header .logo {
  width: 50%;
  max-width: 320px;
}
.map-header .icon-menu {
  cursor: pointer;
  width: 44px;
}

.map-header-img {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.map-header-txt {
  font-size: 16px;
  color: white;
  max-width: 250px;
  margin-top: 12px;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
.nav a {
  pointer-events: all;
}
.nav img {
  position: absolute;
  cursor: pointer;
}
.nav #museum {
  top: 34%;
  left: 33%;
}
.nav #chronic {
  top: 34%;
  left: 55%;
}
.nav #townhall {
  top: 38%;
  left: 70%;
}
.nav #team {
  top: 53%;
  left: 63%;
}

@media (max-width: 360px) {
  .nav #museum {
    top: 29%;
    left: 33%;
  }
  .nav #chronic {
    top: 29%;
    left: 55%;
  }
  .nav #townhall {
    top: 33%;
    left: 70%;
  }
  .nav #team {
    top: 48%;
    left: 63%;
  }
}
.bg-img {
  width: 100vw;
}

.team-member {
  position: relative;
  width: 80%;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 16px;
  align-items: stretch;
}
.team-member .team-photo, .team-member .team-info {
  width: 50%;
}
.team-member .team-info {
  position: relative;
  color: white;
  justify-content: center;
}
.team-member .team-name {
  font-weight: bold;
}
.team-member .img-tap {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.team-member:nth-child(even) {
  flex-direction: row-reverse !important;
}
.team-member:nth-child(even) .img-tap {
  right: unset;
  left: 16px;
}

.team-orange {
  background: linear-gradient(102.81deg, #FFCA1A 0%, #FB673E 101.01%);
}

.team-green {
  background: linear-gradient(103.25deg, #3EAA97 0%, #88DC61 100.43%);
}

.team-blue {
  background: linear-gradient(103.25deg, #3EAA97 0%, #0085BC 100.43%);
}

.team-purple {
  background: linear-gradient(103.25deg, #5869BF 0%, #A458BF 100.43%);
}

.team-txt {
  max-width: 80%;
  text-align: center;
}

.team-hire {
  color: #4f4f4f;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 16px 0 8px;
}

.team-job {
  max-width: 80%;
  margin-bottom: 24px;
}

.job-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0085BC;
  margin-left: 8px;
}

.job-body {
  margin-left: 28px;
}

.job-header {
  margin-bottom: 8px;
}

.clients-desktop {
  display: none;
}

@media (hover: hover) {
  .work-item .overlay {
    opacity: 0;
  }
  .work-item .overlay:hover {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  .map video {
    width: 200%;
    height: 920px;
  }

  .nav #museum {
    top: 20%;
    left: 40%;
  }
  .nav #chronic {
    top: 20%;
    left: 58%;
  }
  .nav #townhall {
    top: 23%;
    left: 71%;
  }
  .nav #team {
    top: 39%;
    left: 65%;
  }
}
@media (min-width: 720px) {
  .map video {
    width: 200%;
    height: 1080px;
  }
}
@media (min-width: 900px) {
  .map video {
    width: 160%;
  }

  .nav #museum {
    top: 18%;
    left: 40%;
  }
  .nav #chronic {
    top: 18%;
    left: 56%;
  }
  .nav #townhall {
    top: 22%;
    left: 66%;
  }
  .nav #team {
    top: 39%;
    left: 63%;
  }

  .work-item {
    max-width: 420px;
  }

  .content.project {
    display: flex;
    flex-direction: row-reverse;
    max-width: unset;
    align-items: flex-start;
    justify-content: center;
    min-height: unset;
  }
  .content.project .project-hero {
    margin-left: 16px;
  }
  .content.project .project-img {
    width: unset;
    max-width: 420px;
  }
  .content.project .project-detail {
    min-width: 380px;
    max-width: 420px;
  }
}
@media (min-width: 1025px) {
  .role-members {
    flex-direction: row;
  }

  .map-header {
    padding: 32px;
  }

  .map-header-txt {
    max-width: 350px;
  }

  .page-title {
    height: 180px;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0;
  }
  .page-title h1 {
    font-size: 72px;
    line-height: 86px;
    margin-left: 76px;
    margin-bottom: 12px;
    text-align: left;
  }

  .content.project .project-img {
    max-width: 670px;
  }
  .content.project .project-detail {
    min-width: 380px;
    max-width: 480px;
  }

  .project-title {
    padding: 0 108px;
    min-height: 180px;
  }

  .gallery {
    justify-content: flex-start;
  }

  .back2top {
    display: none;
  }

  .hide-mobile {
    display: none;
  }

  .takeover-window {
    border-radius: 18px;
    padding: 16px;
    max-width: 800px;
  }

  .clients-desktop {
    display: flex;
    flex-direction: row;
    width: 100vw;
    max-width: 1680px;
    background-color: white;
    padding: 32px;
  }

  .cl-left {
    max-width: 320px;
    margin-right: 32px;
  }

  .cl-right {
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cl-right .plus {
    margin-right: 12px;
  }

  .cl-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0085BC;
  }

  .cl-body {
    margin: 12px 0;
  }
  .cl-body p {
    margin: 12px 0;
  }

  .cl-card {
    align-items: flex-start;
    max-width: 292px;
    padding: 16px 16px 32px;
  }

  .work-item .overlay {
    width: calc(100% - 44px);
    height: calc(100% - 44px);
  }
}
.cl-img {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background-color: #f2f2f2;
}
.cl-img span {
  padding: 8px 16px;
}

@media (min-width: 1200px) {
  .map video {
    width: 150%;
  }

  .nav #museum {
    top: 15%;
  }
  .nav #chronic {
    top: 15%;
  }
  .nav #townhall {
    top: 20%;
    left: 65%;
  }
}
.team-desktop {
  display: none;
}

@media (min-width: 1280px) {
  .team-mobile {
    display: none;
  }

  .team-desktop {
    display: flex;
    flex-direction: column;
    width: 100vw;
    background-color: white;
    padding: 32px;
  }

  .team-hire {
    margin-top: 0;
  }

  .t-left {
    min-width: 360px;
    max-width: 360px;
  }

  .t-right {
    align-items: flex-start;
    justify-content: space-evenly;
    flex-grow: 1;
  }

  .team-card {
    max-width: 275px;
    min-width: 275px;
  }
  .team-card img {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .team-job {
    max-width: 275px;
    min-width: 275px;
  }

  .team-txt {
    text-align: left;
  }

  .map video {
    width: 140%;
  }
}
@media (min-width: 1360px) {
  .work-item {
    max-width: 520px;
  }
}
@media (min-width: 1440px) {
  .map video {
    width: 120%;
    height: 1000px;
  }

  .nav #museum {
    top: 14%;
    left: 43%;
  }
  .nav #chronic {
    top: 14%;
    left: 55%;
  }
  .nav #townhall {
    top: 18%;
    left: 62%;
  }
  .nav #team {
    left: 59%;
  }
}
@media (min-width: 1680px) {
  .work-item {
    max-width: 720px;
  }

  .map video {
    width: 110%;
    height: 1080px;
  }

  .team-desktop,
.clients-desktop {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1800px) {
  .map video {
    height: 1140px;
  }
}
@media (min-width: 1920px) {
  .map video {
    height: 1140px;
  }
}
@media (min-width: 2200px) {
  .map video {
    height: 1360px;
  }
}
@media (min-width: 2500px) {
  .map video {
    height: 1500px;
  }
}

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