@font-face {
  font-family: "Museo Sans";
  font-weight: 500;
  src: url(../font/MuseoSans_500.otf) format("opentype"), url(../font/museosans-500.ttf) format("truetype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 700;
  src: url(../font/MuseoSans_700.otf) format("opentype"), url(../font/museosans-700.ttf) format("truetype");
}
.work-fula {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  font-family: "Museo Sans", "Noto Sans CJK TC", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
}
.work-fula *, .work-fula *::before, .work-fula *::after {
  box-sizing: inherit;
}
.work-fula img, .work-fula video {
  max-width: 100%;
  display: block;
}
.work-fula a {
  color: inherit;
  text-decoration: none;
}
.work-fula .wf-h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.work-fula .wf-h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.work-fula .wf-h3 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.work-fula .wf-h4 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.work-fula .wf-h5 {
  font-size: 16px;
  line-height: 24px;
}
.work-fula .wf-h6 {
  font-size: 14px;
  line-height: 24px;
}
.work-fula .wf-accent {
  color: #2BC99B;
}
.work-fula .wf-main {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.work-fula .wf-hero {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.work-fula .wf-hero-img {
  display: block;
  width: 100%;
  height: auto;
}
.work-fula .wf-hero-phones {
  position: absolute;
  left: 39.097%;
  top: -11.43%;
  width: 65.903%;
  height: auto;
  pointer-events: none;
  will-change: transform;
  animation: wf-hero-float 5.5s ease-in-out infinite;
}
@keyframes wf-hero-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.work-fula .wf-video {
  width: 100%;
  height: auto;
  background: #000;
  object-fit: cover;
}
.work-fula .wf-00 {
  padding-top: 80px;
}
.work-fula .wf-00 .wf-00-intro {
  position: relative;
}
.work-fula .wf-00 .wf-00-eyebrow {
  padding-left: 136px;
  margin: 0;
}
.work-fula .wf-00 .wf-00-title {
  padding-left: 136px;
  padding-right: 136px;
  margin: 0;
}
.work-fula .wf-00 .wf-00-table {
  position: relative;
  margin-top: 59px;
  width: calc(100% - 136px);
  background: #F2F4F7;
  padding: 40px 0 42px 136px;
}
.work-fula .wf-00 .wf-meta {
  margin: 0;
  width: 574px;
  max-width: 100%;
}
.work-fula .wf-00 .wf-meta .wf-meta-row {
  display: flex;
  align-items: flex-start;
}
.work-fula .wf-00 .wf-meta .wf-meta-row + .wf-meta-row {
  margin-top: 16px;
}
.work-fula .wf-00 .wf-meta .wf-meta-row dt {
  flex: 0 0 198px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #44454C;
  margin: 0;
  white-space: nowrap;
}
.work-fula .wf-00 .wf-meta .wf-meta-row dd {
  flex: 0 1 376px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #242628;
  margin: 0;
}
.work-fula .wf-00 .wf-00-process {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 576px;
}
.work-fula .wf-00 .wf-00-process img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-00 .wf-00-overview {
  margin: 160px 136px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-fula .wf-00 .wf-00-overview-text {
  width: 710px;
  padding-left: 136px;
  box-sizing: border-box;
}
.work-fula .wf-00 .wf-00-overview-title {
  color: #242628;
  margin: 0 0 12px;
}
.work-fula .wf-00 .wf-00-quote {
  margin: 0;
  padding-left: 44px;
  position: relative;
}
.work-fula .wf-00 .wf-00-quote::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  background: radial-gradient(circle closest-side, #2BC99B 99%, transparent) top center/8px 8px no-repeat, radial-gradient(circle closest-side, #2BC99B 99%, transparent) bottom center/8px 8px no-repeat, linear-gradient(#2BC99B, #2BC99B) center/2px calc(100% - 10px) no-repeat;
  top: 8px;
  bottom: 0;
}
.work-fula .wf-00 .wf-00-quote p {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #242628;
  margin: 0;
}
.work-fula .wf-00 .wf-00-body {
  margin-top: 24px;
  width: 574px;
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #242628;
}
.work-fula .wf-00 .wf-00-body p {
  margin: 0 0 16px;
}
.work-fula .wf-00 .wf-00-body p:last-child {
  margin-bottom: 0;
}
.work-fula .wf-00 .wf-00-video-wrap {
  width: 474px;
}
.work-fula .wf-00 .wf-00-thinking {
  position: relative;
}
.work-fula .wf-00 .wf-00-thinking-bg {
  margin-top: 180px;
  background: #44454C;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.work-fula .wf-00 .wf-00-thinking-inner {
  width: 100%;
  padding-left: 335px;
  box-sizing: border-box;
}
.work-fula .wf-00 .wf-00-thinking-inner .wf-h3 {
  margin: 0 0 12px;
}
.work-fula .wf-00 .wf-00-thinking-lead,
.work-fula .wf-00 .wf-00-thinking-body {
  max-width: 772px;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.work-fula .wf-00 .wf-00-thinking-lead {
  margin-bottom: 16px;
}
.work-fula .wf-00 .wf-00-thinking-lead strong {
  font-weight: 700;
}
.work-fula .wf-00 .wf-00-thinking-graphic {
  position: absolute;
  left: 136px;
  top: -40px;
  width: 151px;
  margin: 0;
}
.work-fula .wf-00 .wf-00-thinking-graphic img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-01 {
  padding-top: 80px;
}
.work-fula .wf-01 .wf-01-inner {
  max-width: 1168px;
  margin: 0 auto;
  position: relative;
}
.work-fula .wf-01 .wf-01-header {
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.work-fula .wf-01 .wf-01-num {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: url(../img/fula/img_fula_section-number-bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-fula .wf-01 .wf-01-num-text {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.work-fula .wf-01 .wf-01-header-title {
  line-height: 36px;
  color: #242628;
  margin: 0;
}
.work-fula .wf-01 .wf-01-header-sub {
  color: #242628;
  margin: 0;
}
.work-fula .wf-01 .wf-01-heading {
  position: relative;
  margin-top: 71px;
  margin-left: 198px;
  width: 816px;
  max-width: calc(100% - 198px);
  padding-left: 44px;
}
.work-fula .wf-01 .wf-01-heading::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  background: radial-gradient(circle closest-side, #2BC99B 99%, transparent) top center/8px 8px no-repeat, radial-gradient(circle closest-side, #2BC99B 99%, transparent) bottom center/8px 8px no-repeat, linear-gradient(#2BC99B, #2BC99B) center/2px calc(100% - 10px) no-repeat;
  top: 8px;
  bottom: 0;
}
.work-fula .wf-01 .wf-01-heading-title {
  color: #242628;
  margin: 0 0 16px;
}
.work-fula .wf-01 .wf-01-heading-body {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #242628;
}
.work-fula .wf-01 .wf-01-row {
  margin-top: 120px;
}
.work-fula .wf-01 .wf-01-caption {
  max-width: 772px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #242628;
  margin: 0;
}
.work-fula .wf-01 .wf-01-heading-body p,
.work-fula .wf-01 .wf-01-caption p {
  margin: 0 0 16px;
}
.work-fula .wf-01 .wf-01-heading-body p:last-child,
.work-fula .wf-01 .wf-01-caption p:last-child {
  margin-bottom: 0;
}
.work-fula .wf-01 .wf-01-video-wrap,
.work-fula .wf-01 .wf-01-logosize,
.work-fula .wf-01 .wf-01-system {
  margin-top: 24px;
}
.work-fula .wf-01 .wf-01-logosize-img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-01 .wf-01-logosize-img + .wf-01-logosize-img {
  margin-top: 25px;
}
.work-fula .wf-01 .wf-01-system-top {
  display: flex;
  gap: 6px;
}
.work-fula .wf-01 .wf-01-color-img {
  flex: 0 0 384px;
  width: 384px;
  height: auto;
  display: block;
}
.work-fula .wf-01 .wf-01-typography-img {
  flex: 1 1 auto;
  width: 778px;
  height: auto;
  display: block;
}
.work-fula .wf-01 .wf-01-pattern-wrap {
  margin-top: 8px;
}
.work-fula .wf-01 .wf-01-component {
  margin-top: 24px;
  width: calc(100% + 24px);
  margin-left: -12px;
}
.work-fula .wf-01 .wf-01-component img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-02 {
  padding-top: 0;
}
.work-fula .wf-02 .wf-02-dark {
  background: #44454C;
  padding-top: 80px;
  padding-bottom: 120px;
}
.work-fula .wf-02 .wf-02-inner {
  max-width: 1168px;
  margin: 0 auto;
  position: relative;
}
.work-fula .wf-02 .wf-02-header {
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.work-fula .wf-02 .wf-02-num {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: url(../img/fula/img_fula_section-number-bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-fula .wf-02 .wf-02-num-text {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.work-fula .wf-02 .wf-02-header-title,
.work-fula .wf-02 .wf-02-header-sub {
  color: #fff;
  margin: 0;
}
.work-fula .wf-02 .wf-02-header-title {
  line-height: 36px;
}
.work-fula .wf-02 .wf-02-heading {
  position: relative;
  margin-top: 118px;
  margin-left: 170px;
  width: 816px;
  max-width: calc(100% - 170px);
  padding-left: 44px;
}
.work-fula .wf-02 .wf-02-heading::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  background: radial-gradient(circle closest-side, #2BC99B 99%, transparent) top center/8px 8px no-repeat, radial-gradient(circle closest-side, #2BC99B 99%, transparent) bottom center/8px 8px no-repeat, linear-gradient(#2BC99B, #2BC99B) center/2px calc(100% - 10px) no-repeat;
  top: 8px;
  bottom: 0;
}
.work-fula .wf-02 .wf-02-heading-title {
  color: #fff;
  margin: 0 0 16px;
}
.work-fula .wf-02 .wf-02-heading-body {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #fff;
}
.work-fula .wf-02 .wf-02-heading-body p {
  margin: 0 0 16px;
}
.work-fula .wf-02 .wf-02-heading-body p:last-child {
  margin-bottom: 0;
}
.work-fula .wf-02 .wf-02-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 1076px;
  margin-top: 120px;
}
.work-fula .wf-02 .wf-02-row-1,
.work-fula .wf-02 .wf-02-row-3 {
  margin-left: auto;
  margin-right: 0;
}
.work-fula .wf-02 .wf-02-row-2,
.work-fula .wf-02 .wf-02-row-4 {
  margin-right: auto;
  margin-left: 0;
}
.work-fula .wf-02 .wf-02-persona-col {
  flex: 0 1 376px;
  width: auto;
  min-width: 0;
  margin-top: 80px;
}
.work-fula .wf-02 .wf-02-media-col {
  flex: 0 1 674px;
  width: auto;
  min-width: 0;
}
.work-fula .wf-02 .wf-02-caption {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #fff;
}
.work-fula .wf-02 .wf-02-caption + .wf-02-caption {
  margin-top: 16px;
}
.work-fula .wf-02 .wf-02-bubble {
  box-sizing: border-box;
  position: relative;
  width: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 36px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 400;
  background: #44454C;
  border: 1px solid #fff;
  border-radius: 8px;
}
.work-fula .wf-02 .wf-02-bubble::after {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 16px;
  height: 16px;
  background: #44454C;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.work-fula .wf-02 .wf-02-bubble p {
  margin: 0;
}
.work-fula .wf-02 .wf-02-bubble p + p {
  margin-top: 16px;
}
.work-fula .wf-02 .wf-02-bubble--s {
  min-height: 200px;
}
.work-fula .wf-02 .wf-02-bubble--s::after {
  right: 44px;
}
.work-fula .wf-02 .wf-02-bubble--m {
  min-height: 229px;
}
.work-fula .wf-02 .wf-02-bubble--m::after {
  right: 44px;
}
.work-fula .wf-02 .wf-02-bubble--l {
  min-height: 291px;
}
.work-fula .wf-02 .wf-02-bubble--l::after {
  left: 44px;
}
.work-fula .wf-02 .wf-02-highlight {
  color: #A4FFE5;
  font-weight: 700;
}
.work-fula .wf-02 .wf-02-persona {
  display: block;
  width: 309px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 16px 0 0 auto;
}
.work-fula .wf-02 .wf-02-row-2 .wf-02-persona,
.work-fula .wf-02 .wf-02-row-4 .wf-02-persona {
  margin-left: 0;
  margin-right: auto;
}
.work-fula .wf-02 .wf-02-row-2 .wf-02-bubble::after,
.work-fula .wf-02 .wf-02-row-4 .wf-02-bubble::after {
  left: 44px;
  right: auto;
}
.work-fula .wf-02 .wf-02-parallax {
  position: relative;
  overflow: hidden;
  height: 560px;
  background: #E4E9EF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-fula .wf-02 .wf-02-appscreens {
  width: 1168px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  will-change: transform;
}
.work-fula .wf-03 {
  padding-top: 80px;
}
.work-fula .wf-03 .wf-03-inner {
  max-width: 1168px;
  margin: 0 auto;
  position: relative;
}
.work-fula .wf-03 .wf-03-header {
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.work-fula .wf-03 .wf-03-num {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: url(../img/fula/img_fula_section-number-bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-fula .wf-03 .wf-03-num-text {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.work-fula .wf-03 .wf-03-header-title {
  line-height: 36px;
  color: #242628;
  margin: 0;
}
.work-fula .wf-03 .wf-03-header-sub {
  color: #242628;
  margin: 0;
}
.work-fula .wf-03 .wf-03-heading {
  position: relative;
  margin-top: 71px;
  margin-left: 172px;
  width: 816px;
  max-width: calc(100% - 172px);
  padding-left: 44px;
}
.work-fula .wf-03 .wf-03-heading::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  background: radial-gradient(circle closest-side, #2BC99B 99%, transparent) top center/8px 8px no-repeat, radial-gradient(circle closest-side, #2BC99B 99%, transparent) bottom center/8px 8px no-repeat, linear-gradient(#2BC99B, #2BC99B) center/2px calc(100% - 10px) no-repeat;
  top: 8px;
  bottom: 0;
}
.work-fula .wf-03 .wf-03-heading-title {
  color: #242628;
  margin: 0 0 16px;
}
.work-fula .wf-03 .wf-03-heading-body {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #242628;
}
.work-fula .wf-03 .wf-03-heading-body p {
  margin: 0 0 16px;
}
.work-fula .wf-03 .wf-03-heading-body p:last-child {
  margin-bottom: 0;
}
.work-fula .wf-03 .wf-03-row {
  margin-top: 120px;
}
.work-fula .wf-03 .wf-03-caption {
  max-width: 772px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #242628;
  margin: 0;
}
.work-fula .wf-03 .wf-03-video-wrap {
  margin-top: 24px;
  width: 772px;
  max-width: 100%;
}
.work-fula .wf-03 .wf-03-row-confetti .wf-03-caption {
  width: 772px;
  max-width: 100%;
  margin-left: auto;
}
.work-fula .wf-03 .wf-03-row-confetti .wf-03-video-wrap {
  margin-left: auto;
}
.work-fula .wf-03 .wf-03-web {
  margin: 0;
}
.work-fula .wf-03 .wf-03-web img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-03 .wf-03-social-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}
.work-fula .wf-03 .wf-03-video-wrap--igpost {
  flex: 0 0 582px;
  width: 582px;
  height: 582px;
  margin-top: 0;
}
.work-fula .wf-03 .wf-03-video-wrap--igpost .wf-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-fula .wf-03 .wf-03-fbpost {
  flex: 0 0 582px;
  width: 582px;
  height: 582px;
  margin: 0;
}
.work-fula .wf-03 .wf-03-fbpost img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.work-fula .wf-03 .wf-03-dark {
  margin-top: 85px;
  background: #44454C;
}
.work-fula .wf-03 .wf-03-dark-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 44px 104px 44px 136px;
}
.work-fula .wf-03 .wf-03-templates {
  flex: 0 0 712px;
  width: 712px;
  height: auto;
  display: block;
}
.work-fula .wf-03 .wf-03-colors {
  flex: 0 0 309px;
  width: 309px;
  height: auto;
  display: block;
  margin-top: 17px;
}
.work-fula .wf-04 {
  padding-top: 80px;
}
.work-fula .wf-04 .wf-04-inner {
  max-width: 1168px;
  margin: 0 auto;
  position: relative;
}
.work-fula .wf-04 .wf-04-header {
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.work-fula .wf-04 .wf-04-num {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: url(../img/fula/img_fula_section-number-bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-fula .wf-04 .wf-04-num-text {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.work-fula .wf-04 .wf-04-header-title {
  line-height: 36px;
  color: #242628;
  margin: 0;
}
.work-fula .wf-04 .wf-04-header-sub {
  color: #242628;
  margin: 0;
}
.work-fula .wf-04 .wf-04-heading {
  position: relative;
  margin-top: 73px;
  margin-left: 172px;
  width: 816px;
  max-width: calc(100% - 172px);
  padding-left: 44px;
  padding-bottom: 12px;
}
.work-fula .wf-04 .wf-04-heading::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  background: radial-gradient(circle closest-side, #2BC99B 99%, transparent) top center/8px 8px no-repeat, radial-gradient(circle closest-side, #2BC99B 99%, transparent) bottom center/8px 8px no-repeat, linear-gradient(#2BC99B, #2BC99B) center/2px calc(100% - 10px) no-repeat;
  top: 8px;
  bottom: 0;
}
.work-fula .wf-04 .wf-04-heading-title {
  color: #242628;
  margin: 0 0 16px;
}
.work-fula .wf-04 .wf-04-caption {
  max-width: 772px;
  margin: 120px 0 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #242628;
}
.work-fula .wf-04 .wf-04-heading-body {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #242628;
}
.work-fula .wf-04 .wf-04-heading-body p {
  margin: 0;
}
.work-fula .wf-04 .wf-04-row-guides {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}
.work-fula .wf-04 .wf-04-mark-wrap {
  flex: 0 0 580px;
  width: 580px;
  height: 580px;
}
.work-fula .wf-04 .wf-04-mark-wrap .wf-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-fula .wf-04 .wf-04-uiguide {
  flex: 0 0 580px;
  width: 580px;
  margin: 0;
}
.work-fula .wf-04 .wf-04-uiguide img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-04 .wf-04-brandguide {
  margin: 8px 0 0;
}
.work-fula .wf-04 .wf-04-brandguide img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-04 .wf-04-collage {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.work-fula .wf-04 .wf-04-collage-row {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.work-fula .wf-04 .wf-04-fbpage,
.work-fula .wf-04 .wf-04-igstory {
  flex: 0 0 580px;
  width: 580px;
  margin: 0;
}
.work-fula .wf-04 .wf-04-fbpage img,
.work-fula .wf-04 .wf-04-igstory img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-04 .wf-04-collage-col {
  flex: 0 0 580px;
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.work-fula .wf-04 .wf-04-card,
.work-fula .wf-04 .wf-04-stand {
  margin: 0;
}
.work-fula .wf-04 .wf-04-card img,
.work-fula .wf-04 .wf-04-stand img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-04 .wf-04-poster {
  flex: 0 0 580px;
  width: 580px;
  margin: 0;
}
.work-fula .wf-04 .wf-04-poster img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-04 .wf-04-note {
  margin: 80px 0 0;
  max-width: 772px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #242628;
}
.work-fula .wf-05 {
  position: relative;
  display: flow-root;
  margin-top: 140px;
}
.work-fula .wf-05 .wf-05-graphic {
  position: absolute;
  left: 137px;
  top: 0;
  width: 151px;
  margin: 0;
  z-index: 1;
}
.work-fula .wf-05 .wf-05-graphic img {
  width: 100%;
  height: auto;
  display: block;
}
.work-fula .wf-05 .wf-05-bg {
  position: relative;
  margin-top: 51px;
  min-height: 666px;
  background: #F2F4F7;
  display: flow-root;
}
.work-fula .wf-05 .wf-05-inner {
  padding-top: 102px;
  padding-left: 337px;
  box-sizing: border-box;
}
.work-fula .wf-05 .wf-05-title {
  margin: 0 0 12px;
}
.work-fula .wf-05 .wf-05-body {
  max-width: 769px;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.088px;
  font-weight: 400;
  color: #242628;
}
.work-fula .wf-05 .wf-05-body p {
  margin: 0 0 16px;
}
.work-fula .wf-05 .wf-05-body p:last-child {
  margin-bottom: 0;
}
.work-fula .wf-05 .wf-05-body strong {
  font-weight: 700;
}
.work-fula .wf-05 .wf-05-card {
  width: 711px;
  max-width: calc(100% - 137px);
  margin: 88px 0 116px auto;
  box-sizing: border-box;
  padding: 35px 34px;
  background: #fff;
  border: 1px solid #E4E9EF;
}
.work-fula .wf-05 .wf-05-card-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #242628;
}
.work-fula .wf-05 .wf-05-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.work-fula .wf-05 .wf-05-card-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.work-fula .wf-footer {
  display: block;
}
.work-fula .wf-next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 86px 24px 180px;
  background: #007D7D;
  text-decoration: none;
}
.work-fula .wf-next-label {
  margin: 0;
  color: #242628;
}
.work-fula .wf-next-title {
  margin: 0;
  color: #fff;
}
.work-fula .wf-next-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}
.work-fula .wf-contact {
  position: relative;
  height: 631px;
  background: #242628;
}
.work-fula .wf-contact-info {
  position: absolute;
  top: 88px;
  left: 136px;
  width: 320px;
}
.work-fula .wf-contact-label {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.work-fula .wf-contact-logo {
  margin-top: 12px;
}
.work-fula .wf-contact-logo img {
  width: 210px;
  height: auto;
  display: block;
}
.work-fula .wf-contact-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.work-fula .wf-contact-item {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #E4E9EF;
}
.work-fula .wf-contact-item + .wf-contact-item {
  margin-top: 16px;
}
.work-fula .wf-contact-item::before {
  content: url(../img/icon/two-point-orange-md.svg);
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 0;
}
.work-fula .wf-contact-link {
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.work-fula .wf-contact-link--map {
  align-items: flex-start;
}
.work-fula .wf-contact-pin {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  flex: 0 0 auto;
}
.work-fula .wf-contact-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.work-fula .wf-contact-copy-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  flex: 0 0 auto;
}
.work-fula .wf-contact-copied {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 12px;
  padding: 4px 10px;
  white-space: nowrap;
  background: #FF5036;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.work-fula .wf-contact-copy.is-copied .wf-contact-copied {
  opacity: 1;
}
.work-fula .wf-contact-card {
  position: absolute;
  top: -82px;
  left: 731px;
  width: 574px;
  height: 525px;
  box-sizing: border-box;
  padding: 65px 99px;
  background: #E4E9EF;
}
.work-fula .wf-contact-deco {
  position: absolute;
  top: 26px;
  right: 40px;
  width: 138px;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}
.work-fula .wf-contact-card-title {
  margin: 0 0 48px;
  color: #FF5036;
}
.work-fula .wf-contact-card-heading {
  margin: 0 0 20px;
  color: #211D1E;
}
.work-fula .wf-contact-card-body {
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 27px;
  color: #242628;
}
.work-fula .wf-contact-btn {
  display: inline-flex;
  align-items: stretch;
  height: 64px;
}
.work-fula .wf-contact-btn-label {
  display: flex;
  align-items: center;
  padding: 0 32px;
  background: #FF5036;
  color: #242628;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.work-fula .wf-contact-btn-arrow {
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #242628;
}
.work-fula .wf-contact-btn-arrow img {
  width: 14px;
  height: auto;
  display: block;
}
.work-fula .wf-contact-top {
  position: absolute;
  right: calc(100% - 1305px);
  top: 478px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #FF5036;
  font-size: 16px;
  line-height: 22px;
}
.work-fula .wf-contact-top-icon {
  width: 14px;
  height: auto;
  transform: rotate(180deg);
}
.work-fula .wf-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 136px;
  background: #242628;
  border-top: 1px solid #E4E9EF;
}
.work-fula .wf-footer-copyright {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.work-fula .wf-footer-medium {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #E4E9EF;
}
.work-fula .wf-footer-medium-icon {
  width: 16px;
  height: 16px;
  display: block;
}
.work-fula .wf-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.work-fula .wf-topbar .wf-logo {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
.work-fula .wf-topbar .wf-logo img {
  width: 120px;
  height: 120px;
  display: block;
}
.work-fula .wf-topbar .wf-sidelabel {
  position: fixed;
  left: 60px;
  top: 159px;
  transform: translateX(-50%);
  writing-mode: sideways-lr;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #242628;
  white-space: nowrap;
}

.work-fula .wf-grid .wf-grid-h {
  position: fixed;
  inset: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 0;
}
.work-fula .wf-grid .wf-grid-h .line {
  height: 1px;
  width: 100%;
  opacity: 0.5;
  background: #E4E9EF;
}
.work-fula .wf-grid .wf-grid-h .line:nth-child(n+7) {
  display: none;
}
.work-fula .wf-grid .wf-grid-v {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.work-fula .wf-grid .wf-grid-v .wf-grid-v-inner {
  width: calc(100% - 120px - 120px - 8.33% - 8.33% + 40px);
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.work-fula .wf-grid .wf-grid-v .line {
  width: 1px;
  height: 100%;
  opacity: 0.5;
  background: #E4E9EF;
}

@media (max-width: 1439px) {
  .work-fula .wf-grid .wf-grid-h .line:nth-child(n+6),
  .work-fula .wf-grid .wf-grid-v .line:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .work-fula .wf-grid .wf-grid-h .line:nth-child(n+5),
  .work-fula .wf-grid .wf-grid-v .line:nth-child(n+5) {
    display: none;
  }
  .work-fula .wf-grid .wf-grid-v .wf-grid-v-inner {
    width: calc(100% - 184px);
  }
}
@media (max-width: 1024px) {
  .work-fula .wf-h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .work-fula .wf-h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .work-fula .wf-00 {
    padding-top: 56px;
  }
  .work-fula .wf-00 .wf-00-eyebrow {
    padding-left: 48px;
  }
  .work-fula .wf-00 .wf-00-title {
    padding-left: 48px;
    padding-right: 48px;
  }
  .work-fula .wf-00 .wf-00-table {
    width: 100%;
    padding: 32px 48px 34px;
  }
  .work-fula .wf-00 .wf-00-process {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 576px;
    max-width: calc(100% + 96px);
    margin: 40px -48px 0;
  }
  .work-fula .wf-00 .wf-00-overview-text {
    width: 54%;
  }
  .work-fula .wf-00 .wf-00-video-wrap {
    width: 36%;
  }
  .work-fula .wf-00 .wf-00-thinking-bg {
    min-height: 0;
    padding: 48px 0;
  }
  .work-fula .wf-00 .wf-00-thinking-inner {
    padding-left: 168px;
    padding-right: 48px;
    box-sizing: border-box;
  }
  .work-fula .wf-00 .wf-00-thinking-graphic {
    left: 48px;
    width: 96px;
  }
  .work-fula .wf-00 .wf-meta .wf-meta-row dt {
    flex: 0 0 140px;
  }
  .work-fula .wf-01 .wf-01-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-01 .wf-01-heading {
    margin: 71px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-01 .wf-01-system-top .wf-01-color-img {
    flex: 0 1 33%;
    width: 33%;
    min-width: 0;
  }
  .work-fula .wf-01 .wf-01-system-top .wf-01-typography-img {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
  .work-fula .wf-02 .wf-02-dark {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .work-fula .wf-02 .wf-02-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-02 .wf-02-heading {
    margin: 118px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-02 .wf-02-bubble {
    width: 100%;
    height: auto;
    min-height: 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
  .work-fula .wf-03 .wf-03-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-03 .wf-03-heading {
    margin: 71px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-03 .wf-03-social-row .wf-03-video-wrap--igpost {
    flex: 0 1 49%;
    width: 49%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-03 .wf-03-social-row .wf-03-fbpost {
    flex: 0 1 49%;
    width: 49%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-03 .wf-03-dark-inner .wf-03-templates {
    flex: 0 1 59%;
    width: 59%;
    min-width: 0;
  }
  .work-fula .wf-03 .wf-03-dark-inner .wf-03-colors {
    flex: 0 1 26%;
    width: 26%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-04 .wf-04-heading {
    margin: 73px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-04 .wf-04-row-guides .wf-04-mark-wrap {
    flex: 0 1 49%;
    width: 49%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-04 .wf-04-row-guides .wf-04-uiguide {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-fbpage {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-igstory {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-collage-col {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-poster {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-05 {
    margin-top: 80px;
  }
  .work-fula .wf-05 .wf-05-graphic {
    left: 48px;
    width: 96px;
  }
  .work-fula .wf-05 .wf-05-bg {
    margin-top: 40px;
  }
  .work-fula .wf-05 .wf-05-inner {
    padding-top: 64px;
    padding-left: 168px;
    padding-right: 48px;
    box-sizing: border-box;
  }
  .work-fula .wf-05 .wf-05-card {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    margin: 32px 48px 40px;
    padding: 32px;
    box-sizing: border-box;
  }
  .work-fula .wf-next {
    padding: 56px 24px;
  }
  .work-fula .wf-contact {
    height: auto;
    padding: 56px 24px 72px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .work-fula .wf-contact-info {
    order: 2;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .work-fula .wf-contact-card {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto 40px;
    padding: 40px 32px;
    box-sizing: border-box;
  }
  .work-fula .wf-contact-deco {
    width: 96px;
    top: 20px;
    right: 24px;
  }
  .work-fula .wf-contact-top {
    order: 3;
    position: static;
    right: auto;
    top: auto;
    display: flex;
    justify-content: flex-end;
    margin: 32px auto 0;
    width: 100%;
    max-width: 480px;
  }
  .work-fula .wf-footer-bar {
    padding: 24px 48px;
  }
}
@media (max-width: 768px) {
  .work-fula .wf-hero-phones {
    display: none;
  }
  .work-fula .wf-h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .work-fula .wf-h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .work-fula .wf-h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .work-fula [data-parallax] {
    transform: none !important;
  }
  .work-fula .wf-topbar .wf-sidelabel {
    display: none;
  }
  .work-fula .wf-00 {
    padding-top: 40px;
  }
  .work-fula .wf-00 .wf-00-eyebrow {
    padding-left: 24px;
  }
  .work-fula .wf-00 .wf-00-title {
    padding-left: 24px;
    padding-right: 24px;
  }
  .work-fula .wf-00 .wf-00-table {
    margin-top: 32px;
    width: 100%;
    padding: 24px 24px 26px;
  }
  .work-fula .wf-00 .wf-00-process {
    max-width: calc(100% + 48px);
    margin: 40px -24px 0;
  }
  .work-fula .wf-00 .wf-00-overview {
    margin: 56px 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .work-fula .wf-00 .wf-00-overview-text {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .work-fula .wf-00 .wf-00-video-wrap {
    width: 100%;
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .work-fula .wf-00 .wf-00-thinking-bg {
    margin-top: 24px;
    padding: 40px 0;
  }
  .work-fula .wf-00 .wf-00-thinking-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .work-fula .wf-00 .wf-00-thinking-graphic {
    display: none;
  }
  .work-fula .wf-00 .wf-meta {
    width: 100%;
  }
  .work-fula .wf-00 .wf-meta .wf-meta-row dt {
    flex: 0 0 112px;
    white-space: normal;
  }
  .work-fula .wf-00 .wf-meta .wf-meta-row dd {
    flex: 1 1 auto;
    min-width: 0;
  }
  .work-fula .wf-01 {
    padding-top: 40px;
  }
  .work-fula .wf-01 .wf-01-inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .work-fula .wf-01 .wf-01-heading {
    margin-left: 0;
    max-width: 100%;
    padding-left: 24px;
  }
  .work-fula .wf-01 .wf-01-row {
    margin-top: 48px;
  }
  .work-fula .wf-01 .wf-01-system-top {
    flex-direction: column;
    gap: 24px;
  }
  .work-fula .wf-01 .wf-01-system-top .wf-01-color-img {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-01 .wf-01-system-top .wf-01-typography-img {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-02 .wf-02-dark {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .work-fula .wf-02 .wf-02-inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .work-fula .wf-02 .wf-02-heading {
    margin: 48px 0 0;
    max-width: 100%;
    padding-left: 24px;
  }
  .work-fula .wf-02 .wf-02-row-1,
  .work-fula .wf-02 .wf-02-row-2,
  .work-fula .wf-02 .wf-02-row-3,
  .work-fula .wf-02 .wf-02-row-4 {
    margin-left: 0;
    margin-right: 0;
  }
  .work-fula .wf-02 .wf-02-row {
    flex-direction: column;
    margin-top: 72px;
  }
  .work-fula .wf-02 .wf-02-row .wf-02-media-col {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }
  .work-fula .wf-02 .wf-02-row .wf-02-persona-col {
    flex: none;
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
  .work-fula .wf-02 .wf-02-row-2 .wf-02-persona-col,
  .work-fula .wf-02 .wf-02-row-4 .wf-02-persona-col {
    order: -1;
  }
  .work-fula .wf-02 .wf-02-row-1 .wf-02-persona-col,
  .work-fula .wf-02 .wf-02-row-3 .wf-02-persona-col {
    justify-content: flex-start;
  }
  .work-fula .wf-02 .wf-02-row-1 .wf-02-persona,
  .work-fula .wf-02 .wf-02-row-3 .wf-02-persona {
    order: -1;
  }
  .work-fula .wf-02 .wf-02-row-2 .wf-02-persona-col,
  .work-fula .wf-02 .wf-02-row-4 .wf-02-persona-col {
    justify-content: flex-end;
  }
  .work-fula .wf-02 .wf-02-persona {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    max-width: none;
    border-radius: 50%;
    margin: 0;
  }
  .work-fula .wf-02 .wf-02-row-2 .wf-02-persona,
  .work-fula .wf-02 .wf-02-row-4 .wf-02-persona {
    margin: 0;
  }
  .work-fula .wf-02 .wf-02-video-wrap {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-02 .wf-02-video-wrap .wf-video {
    height: 100%;
  }
  .work-fula .wf-02 .wf-02-bubble {
    flex: 0 1 auto;
    width: auto;
    max-width: 330px;
    height: auto;
    margin: 0;
    padding: 24px 28px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
  .work-fula .wf-02 .wf-02-bubble::after {
    display: none;
  }
  .work-fula .wf-02 .wf-02-bubble::before {
    content: "";
    position: absolute;
    bottom: 67px;
    width: 16px;
    height: 16px;
    background: #44454C;
    transform: rotate(45deg);
  }
  .work-fula .wf-02 .wf-02-row-1 .wf-02-bubble::before,
  .work-fula .wf-02 .wf-02-row-3 .wf-02-bubble::before {
    left: -9px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .work-fula .wf-02 .wf-02-row-2 .wf-02-bubble::before,
  .work-fula .wf-02 .wf-02-row-4 .wf-02-bubble::before {
    right: -9px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .work-fula .wf-02 .wf-02-parallax {
    height: auto;
    padding: 24px 0;
  }
  .work-fula .wf-02 .wf-02-appscreens {
    width: 100%;
    transform: none !important;
  }
  .work-fula .wf-03 {
    padding-top: 40px;
  }
  .work-fula .wf-03 .wf-03-inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .work-fula .wf-03 .wf-03-heading {
    margin-left: 0;
    max-width: 100%;
    padding-left: 24px;
  }
  .work-fula .wf-03 .wf-03-row {
    margin-top: 48px;
  }
  .work-fula .wf-03 .wf-03-social-row {
    flex-direction: column;
  }
  .work-fula .wf-03 .wf-03-social-row .wf-03-video-wrap--igpost {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-03 .wf-03-social-row .wf-03-fbpost {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 24px;
  }
  .work-fula .wf-03 .wf-03-dark {
    margin-top: 56px;
  }
  .work-fula .wf-03 .wf-03-dark-inner {
    flex-direction: column;
    padding: 32px 20px;
  }
  .work-fula .wf-03 .wf-03-dark-inner .wf-03-templates {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-03 .wf-03-dark-inner .wf-03-colors {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }
  .work-fula .wf-04 {
    padding-top: 40px;
  }
  .work-fula .wf-04 .wf-04-inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .work-fula .wf-04 .wf-04-heading {
    margin-left: 0;
    max-width: 100%;
    padding-left: 24px;
  }
  .work-fula .wf-04 .wf-04-caption {
    margin-top: 48px;
  }
  .work-fula .wf-04 .wf-04-row-guides {
    margin-top: 48px;
    flex-direction: column;
  }
  .work-fula .wf-04 .wf-04-row-guides .wf-04-mark-wrap {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-04 .wf-04-row-guides .wf-04-uiguide {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }
  .work-fula .wf-04 .wf-04-brandguide {
    margin-top: 48px;
  }
  .work-fula .wf-04 .wf-04-collage {
    margin-top: 48px;
  }
  .work-fula .wf-04 .wf-04-collage-row {
    flex-direction: column;
  }
  .work-fula .wf-04 .wf-04-collage-row > * + * {
    margin-top: 24px;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-fbpage {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-igstory {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-collage-col {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-poster {
    flex: none;
    width: 100%;
  }
  .work-fula .wf-04 .wf-04-note {
    margin-top: 40px;
  }
  .work-fula .wf-05 {
    margin-top: 56px;
  }
  .work-fula .wf-05 .wf-05-graphic {
    display: none;
  }
  .work-fula .wf-05 .wf-05-bg {
    margin-top: 24px;
  }
  .work-fula .wf-05 .wf-05-inner {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .work-fula .wf-05 .wf-05-card {
    margin: 24px 24px 32px;
    padding: 24px;
  }
  .work-fula .wf-next {
    padding: 40px 24px;
    gap: 12px;
  }
  .work-fula .wf-contact {
    padding: 40px 24px 56px;
  }
  .work-fula .wf-contact-info {
    margin-bottom: 0;
  }
  .work-fula .wf-contact-card {
    padding: 32px 24px;
    margin-bottom: 32px;
  }
  .work-fula .wf-footer-bar {
    padding: 20px 24px;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .work-fula .wf-00 .wf-00-overview-text {
    width: 54%;
  }
  .work-fula .wf-00 .wf-00-video-wrap {
    width: 36%;
  }
  .work-fula .wf-00 .wf-00-process {
    width: 44.2%;
    max-width: 576px;
  }
  .work-fula .wf-01 .wf-01-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-01 .wf-01-heading {
    margin: 71px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-01 .wf-01-system-top .wf-01-color-img {
    flex: 0 1 33%;
    width: 33%;
    min-width: 0;
  }
  .work-fula .wf-01 .wf-01-system-top .wf-01-typography-img {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
  .work-fula .wf-02 .wf-02-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-02 .wf-02-heading {
    margin: 118px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-02 .wf-02-bubble {
    width: 100%;
    height: auto;
  }
  .work-fula .wf-03 .wf-03-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-03 .wf-03-heading {
    margin: 71px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-03 .wf-03-social-row .wf-03-video-wrap--igpost {
    flex: 0 1 49%;
    width: 49%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-03 .wf-03-social-row .wf-03-fbpost {
    flex: 0 1 49%;
    width: 49%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-03 .wf-03-dark-inner .wf-03-templates {
    flex: 0 1 59%;
    width: 59%;
    min-width: 0;
  }
  .work-fula .wf-03 .wf-03-dark-inner .wf-03-colors {
    flex: 0 1 26%;
    width: 26%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-inner {
    width: calc(100% - 272px);
  }
  .work-fula .wf-04 .wf-04-heading {
    margin: 73px auto 0;
    max-width: 100%;
  }
  .work-fula .wf-04 .wf-04-row-guides .wf-04-mark-wrap {
    flex: 0 1 49%;
    width: 49%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .work-fula .wf-04 .wf-04-row-guides .wf-04-uiguide {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-fbpage {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-igstory {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-collage-col {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-04 .wf-04-collage-row .wf-04-poster {
    flex: 0 1 49%;
    width: 49%;
    min-width: 0;
  }
  .work-fula .wf-contact-card {
    left: auto;
    right: 9.4%;
    width: 40%;
    max-width: 574px;
    height: auto;
    padding: 48px 64px;
  }
  .work-fula .wf-contact-top {
    right: 9.4%;
  }
}
@media (max-width: 375px) {
  .work-fula .wf-02 .wf-02-row .wf-02-persona-col {
    gap: 12px;
  }
  .work-fula .wf-02 .wf-02-persona {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
  }
  .work-fula .wf-02 .wf-02-bubble {
    max-width: 226px;
    padding: 20px 22px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .work-fula .wf-02 .wf-02-bubble::before {
    top: auto;
    bottom: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-fula .wf-hero-phones {
    animation: none;
  }
}
