:root {
  --black: #000;
  --white: white;
  --transprant: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

.all {
  margin-top: 140px;
  overflow: hidden;
}

.section {
  padding-top: 80px;
}

.section.full-page {
  min-height: 90vh;
  padding-top: 40px;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-menu {
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.tab {
  border-right: 1px solid var(--white);
  background-color: var(--transprant);
  opacity: .3;
  color: var(--white);
  padding: 0 20px;
  font-weight: 500;
  line-height: 100%;
}

.tab.w--current {
  background-color: var(--transprant);
  opacity: 1;
}

.tab-content {
  margin-top: 40px;
}

.work-featured-b {
  flex-flow: wrap;
  margin-bottom: -100px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.work-feature-content-container {
  width: 25%;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.img-full {
  width: 100%;
  display: block;
}

.work-feature-content-img {
  margin-bottom: 20px;
  overflow: hidden;
}

.work-feature-detail-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.work-feature-content-title {
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 120%;
}

.work-feature-detail {
  border-right: 1px solid var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.work-feature-content-b {
  display: block;
}

.footer-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-content-container {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-content-b {
  text-transform: uppercase;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2vw;
  font-weight: 300;
}

.footer-content-b.align-right {
  text-align: right;
}

.footer-span {
  white-space: nowrap;
}

.footer-social-b {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-social-img-b {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-social-img {
  width: 24px;
  transition: opacity .3s;
  display: block;
}

.footer-social-img:hover {
  opacity: .5;
}

.work-list-container {
  overflow: hidden;
}

.list-b {
  border-top: 1px solid var(--white);
  margin-left: -20px;
  margin-right: -20px;
}

.feature-list-title {
  padding-right: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.work-feature-list-tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.work-list {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.work-list-content {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-social-content-b {
  text-transform: uppercase;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2vw;
  font-weight: 300;
}

.header {
  z-index: 999;
  background-color: var(--black);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-col-l {
  width: 30%;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0 0 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 120%;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.header-b {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-col-r {
  text-align: right;
  width: 30%;
  margin-left: -40px;
  margin-right: -40px;
}

.header-logo {
  text-align: center;
  width: 40%;
}

.logo-link-b {
  width: 140px;
}

.header-logo-mobile {
  display: none;
}

.menu-btn {
  padding: 0;
}

.notes-content-container {
  width: 33.33%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.notes-featured-b {
  flex-flow: wrap;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  overflow: hidden;
}

.notes-feature-content-b {
  display: block;
  position: relative;
}

.notes-feature-content-img {
  overflow: hidden;
}

.notes-feature-content-bg {
  text-align: center;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.notes-feature-content-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.bg-img {
  width: 100%;
  height: 100%;
  display: block;
}

.bg-img.work-feature {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
  padding-top: 160%;
}

.bg-img.work-feature._01 {
  background-image: url('../images/work-list-img12x.jpg');
}

.bg-img.work-feature._02 {
  background-image: url('../images/work-list-img22x.jpg');
}

.bg-img.work-feature._03 {
  background-image: url('../images/work-list-img32x.jpg');
}

.bg-img.work-feature._04 {
  background-image: url('../images/work-list-img42x.jpg');
}

.bg-img.work-feature._05 {
  background-image: url('../images/work-list-img52x.jpg');
}

.bg-img.work-feature._06 {
  background-image: url('../images/work-list-img62x.jpg');
}

.bg-img.work-feature._07 {
  background-image: url('../images/work-list-img72x.jpg');
}

.bg-img.work-feature._08 {
  background-image: url('../images/work-list-img82x.jpg');
}

.bg-img.work-feature._09 {
  background-image: url('../images/work-list-img92x.jpg');
}

.bg-img.work-feature._10 {
  background-image: url('../images/work-list-img102x.jpg');
}

.bg-img.notes-feature {
  /* background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'); */
  background-position: 50%;
  background-size: cover;
  min-height: 250px;
  padding-top: 75%;
}

.bg-img.notes-feature._01 {
  background-image: url('../images/notes-list-img12x.jpg');
}

.bg-img.notes-feature._02 {
  background-image: url('../images/notes-list-img22x.jpg');
}

.bg-img.notes-feature._03 {
  background-image: url('../images/notes-list-img32x.jpg');
}

.bg-img.notes-feature._04 {
  background-image: url('../images/notes-list-img42x.jpg');
}

.bg-img.notes-feature._05 {
  background-image: url('../images/notes-list-img52x.jpg');
}

.bg-img.notes-feature._06 {
  /* background-image: url('../images/notes-list-img62x.jpg'); */
}

.bg-img.detail-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img.detail-img._01 {
  background-image: url('../images/work-detail-img12x.jpg');
}

.bg-img.detail-img._02 {
  background-image: url('../images/work-detail-img22x.jpg');
}

.bg-img.detail-img._03 {
  background-image: url('../images/work-detail-img32x.jpg');
}

.bg-img.detail-img._04 {
  background-image: url('../images/work-detail-img42x.jpg');
}

.bg-img.detail-img._05 {
  background-image: url('../images/work-detail-img52x.jpg');
}

.bg-img.detail-img._06 {
  background-image: url('../images/work-detail-img62x.jpg');
}

.bg-img.notes-small-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding-top: 57%;
}

.bg-img.notes-small-img._01 {
  background-image: url('../images/notes-detail-img22x.jpg');
}

.bg-img.notes-small-img._02 {
  background-image: url('../images/notes-detail-img32x.jpg');
}

.bg-img.notes-small-img._03 {
  background-image: url('../images/notes-detail-img52x.jpg');
}

.bg-img.notes-small-img._04 {
  background-image: url('../images/notes-detail-img62x.jpg');
}

.bg-img.notes-big-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding-top: 57%;
}

.bg-img.notes-big-img._01 {
  background-image: url('../images/notes-detail-img12x.jpg');
}

.bg-img.notes-big-img._02 {
  background-image: url('../images/notes-detail-img42x.jpg');
}

.bg-img.notes-big-img._03 {
  background-image: url('../images/notes-detail-img72x.jpg');
}

.notes-description {
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
}

.notes-tab-plane {
  margin-top: -60px;
}

.notes-tab-content {
  margin-top: 40px;
  overflow: visible;
}

.detail-content-b {
  text-align: center;
  width: 70%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.detail-content-b.credits-b {
  margin-top: 80px;
}

.detail-subtitle-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.detail-title-b {
  margin-top: 20px;
}

.detail-title-b.credit-title, .detail-title-b.no-padding {
  margin-top: 0;
}

.detail-title-txt {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.detail-paragraph-b, .detail-list-b {
  margin-top: 40px;
}

.detail-list {
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.detail-list-txt {
  padding-left: 20px;
  padding-right: 20px;
}

.detail-list-container {
  border-top: 1px solid var(--white);
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

.detail-work-video-b {
  width: 100%;
  margin-top: 80px;
}

.detail-paragraph2-b {
  padding-top: 80px;
}

.detail-tab {
  margin-top: 80px;
}

.detail-tab-menu {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  overflow: hidden;
}

.detail-tab-content {
  margin-top: 80px;
}

.detail-img-b {
  flex-flow: wrap;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.detail-img-container {
  width: 33.33%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.detail-img {
  object-fit: cover;
  width: 100%;
  min-height: 200px;
  display: block;
}

.detail-img-content {
  cursor: pointer;
  overflow: hidden;
}

.img-popup-container {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.back-btn-b {
  text-align: center;
  margin-top: 80px;
}

.back-btn-container {
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.back-btn {
  transition: opacity .3s;
  display: inline-block;
}

.back-btn:hover {
  opacity: .5;
}

.back-btn-arrow {
  width: 14px;
  margin-left: 20px;
}

.notes-detail-row {
  flex-flow: wrap;
  margin: 80px -20px -80px;
  display: flex;
}

.notes-detail-col {
  width: 50%;
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.notes-detail-col.full-width {
  width: 100%;
}

.about-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-content-col {
  width: 50%;
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
}

.about-info-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 80px -40px -20px;
  display: flex;
}

.about-info-col {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-info-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.about-info {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 200;
  transition: opacity .3s;
}

.about-info:hover {
  opacity: .5;
}

.about-content-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* max-height: 400px; */
  display: block;
}

.about-img-content-col {
  width: 70%;
  padding-left: 40px;
  font-size: 20px;
}

.link-hover {
  transition: opacity .3s;
}

.link-hover:hover {
  opacity: .5;
}

.detail-lightbox-link {
  width: 100%;
  display: block;
}

.feature-type {
  font-size: .9vw;
  font-weight: 400;
  line-height: 120%;
  transition: opacity .3s;
  display: block;
}

.feature-type:hover {
  opacity: .5;
}

.work-detail-tag {
  transition: opacity .3s;
}

.work-detail-tag:hover {
  opacity: .5;
}

.feature-brand {
  font-size: .9vw;
  font-weight: 400;
  line-height: 120%;
  transition: opacity .3s;
  display: block;
}

.feature-brand:hover {
  opacity: .5;
}

.notes-detail-tag {
  transition: opacity .3s;
}

.notes-detail-tag:hover {
  opacity: .5;
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="fade-from-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .work-feature-content-container {
    width: 20%;
  }

  .footer-content-b {
    font-size: 16px;
  }

  .feature-list-title {
    font-size: 24px;
  }

  .work-feature-list-tag, .footer-social-content-b {
    font-size: 16px;
  }

  .notes-content-container {
    width: 33.333%;
  }

  .notes-feature-content-title {
    font-size: 22px;
  }

  .bg-img.work-feature {
    min-height: 350px;
    padding-top: 160%;
  }

  .bg-img.detail-img {
    padding-top: 50%;
  }

  .bg-img.notes-small-img {
    min-height: 300px;
  }

  .bg-img.notes-big-img {
    min-height: 650px;
  }

  .detail-content-b {
    width: auto;
  }

  .about-content-col, .about-img-content-col {
    font-size: 24px;
  }

  .detail-lightbox-link {
    width: 100%;
    display: block;
  }

  .feature-type {
    font-size: .7vw;
  }

  .work-detail-tag {
    display: block;
  }

  .feature-brand {
    font-size: .7vw;
  }

  .notes-detail-tag {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .all {
    margin-top: 120px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-featured-b {
    margin-bottom: -80px;
  }

  .work-feature-content-container {
    width: 33.33%;
    margin-bottom: 80px;
  }

  .work-feature-detail-b {
    margin-top: 5px;
  }

  .work-feature-content-title {
    font-size: 16px;
  }

  .footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-content-b {
    font-size: 12px;
  }

  .feature-list-title {
    font-size: 20px;
  }

  .footer-social-content-b {
    font-size: 12px;
  }

  .header-row {
    background-color: var(--black);
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 120px 5%;
    inset: 0%;
  }

  .header-col-l {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .nav-link {
    margin-bottom: 20px;
    font-size: 18px;
    display: inline-block;
  }

  .header-col-r {
    text-align: left;
    width: 100%;
  }

  .header-logo {
    display: none;
  }

  .logo-link-b {
    width: 120px;
  }

  .header-logo-mobile {
    display: block;
  }

  .header-mobile-row {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-btn.w--open {
    background-color: var(--transprant);
  }

  .menu-icon-b {
    width: 25px;
  }

  .menu-icon-line {
    background-color: var(--white);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line02 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .line03 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .notes-content-container {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notes-featured-b {
    margin-bottom: -80px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .notes-feature-content-title {
    font-size: 16px;
  }

  .bg-img.notes-small-img {
    min-height: 180px;
  }

  .bg-img.notes-big-img {
    min-height: 350px;
  }

  .detail-content-b {
    width: 80%;
  }

  .detail-content-b.credits-b, .detail-work-video-b {
    margin-top: 40px;
  }

  .detail-paragraph2-b {
    padding-top: 40px;
  }

  .detail-tab, .detail-tab-content {
    margin-top: 40px;
  }

  .detail-img-b {
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .detail-img-container {
    width: 33.33%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .detail-img {
    min-height: 150px;
  }

  .back-btn-b {
    margin-top: 40px;
  }

  .back-btn-container {
    font-size: 20px;
  }

  .notes-detail-row {
    margin: 40px -10px -40px;
  }

  .notes-detail-col {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-content-col {
    padding-right: 20px;
  }

  .about-content-paragraph {
    font-size: 18px;
  }

  .about-info-row {
    margin-top: 40px;
  }

  .about-info-title, .text-block {
    font-size: 14px;
  }

  .about-img-content-col {
    padding-left: 20px;
  }

  .feature-type, .feature-brand {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0;
  }

  .all {
    margin-top: 110px;
  }

  .work-feature-content-container {
    width: 50%;
  }

  .footer-content-container {
    flex-flow: column;
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .footer-content-b {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-content-b.align-right {
    text-align: center;
  }

  .footer-social-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-social-img-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-img {
    width: 20px;
  }

  .feature-list-title {
    font-size: 18px;
  }

  .footer-social-content-b {
    order: -1;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    font-size: 16px;
  }

  .logo-link-b {
    width: 100px;
  }

  .notes-content-container {
    width: 50%;
  }

  .bg-img.work-feature {
    min-height: 280px;
  }

  .bg-img.notes-feature {
    min-height: 200px;
  }

  .bg-img.notes-small-img {
    min-height: 150px;
  }

  .bg-img.notes-big-img {
    min-height: 280px;
  }

  .notes-description {
    width: 100%;
    margin-left: 0;
  }

  .notes-tab-plane {
    margin-top: 0;
  }

  .detail-content-b {
    width: 100%;
  }

  .detail-list-txt {
    font-size: 14px;
  }

  .detail-img-container {
    width: 50%;
  }

  .detail-img-content {
    cursor: pointer;
  }

  .back-btn-arrow {
    margin-left: 10px;
  }

  .notes-detail-row {
    margin-bottom: -20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .notes-detail-col {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-row {
    flex-flow: column;
  }

  .about-content-col {
    width: 100%;
    padding-right: 0;
  }

  .about-info-col {
    width: 50%;
  }

  .about-img-content-col {
    order: -1;
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .paragraph {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .work-featured-b {
    margin-bottom: -60px;
  }

  .work-feature-content-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .feature-list-title {
    font-size: 16px;
  }

  .notes-content-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .notes-featured-b {
    margin-bottom: -60px;
  }

  .bg-img.notes-big-img {
    min-height: 150px;
  }

  .detail-img-b {
    /* margin-bottom: -60px; */
  }

  .detail-img-container {
    width: 100%;
  }

  .detail-img {
    height: 220px;
  }

  .back-btn-container {
    font-size: 18px;
  }

  .notes-detail-col, .about-info-col {
    width: 100%;
  }
}

