:root {
  --border-465074: #465074;
  --nav-hover-3daeec: #3daeec;
  --white: white;
  --slate-15233f: #15233f;
  --text-light-4th-a4acbf: #a4acbf;
  --light-f4f5f9: #f4f5f9;
  --nav-reg-ccc: white;
  --black: black;
  --text-light-2nd-3d4252: #3d4252;
  --text-a4acbf: #a4acbf;
  --text-dark-3rd-a0abb6: #a0abb6;
  --181a26: #181a26;
  --text-dark-2nd-dae2ea: #dae2ea;
  --text-dark-1st-ffffff: white;
  --text-light-1st-181a26: #181a26;
  --bg-light-1st-f4f5f9: #f4f5f9;
  --bg-light-2nd-ebeff5: #ebeff5;
  --text-light-3rd-6f768b: #6f768b;
  --text-blue-highlight: #00d5ff;
  --nav-focused-5085e1: #76a0ea;
  --nav-pressed-99dbff: #5085e1;
  --14px-0-875rem: .875rem;
  --16px-1-0rem: 1rem;
  --20px-1-25rem: 1.25rem;
  --24px-1-5rem: 1.5rem;
  --28px-1-75rem: 1.75rem;
  --32px-2-0rem: 2rem;
  --36px-2-25rem: 2.25rem;
  --40px-2-5rem: 2.5rem;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.navbar-fixed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.container {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 1080px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.temp-nav-link {
  color: #ccc;
  mix-blend-mode: normal;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: color .25s;
  display: block;
}

.temp-nav-link:hover {
  color: var(--border-465074);
  background-color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.temp-nav-link:active {
  background-color: var(--nav-hover-3daeec);
  color: var(--white);
  text-decoration: none;
}

.temp-nav-link:focus {
  color: var(--white);
  text-decoration: none;
}

.temp-nav-link:focus-visible, .temp-nav-link[data-wf-focus-visible] {
  text-decoration: underline;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.brand.w--current {
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  display: block;
}

.image {
  min-width: 51px;
  max-width: 51px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-page-header---home {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/Bg_JWT_VirtualOffice.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.menu-button {
  display: none;
}

.container-page-margins {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-page-margins.top-btm-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 240px;
  padding-bottom: 240px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.white-label {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--slate-15233f);
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  background-color: #ffffffc2;
  border-right: 1px solid #ffffffa3;
  min-width: 100%;
  margin-top: 0;
  padding: 8px 48px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.page-heading-copy {
  color: #fff;
  text-align: center;
  text-indent: 0%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.section-home-dimension {
  text-align: left;
  object-fit: contain;
  background-image: linear-gradient(#010131a3, #000), url('../images/Bg_3DCubes.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  max-width: 100vw;
  display: block;
  position: static;
}

.grid-home-dimension {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.tn-home-dimension {
  object-fit: cover;
}

.h1-heading-feature {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0 0 80px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.heading-james-w-tsai {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alata, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.tn-feature-home-msg {
  text-indent: 0%;
  min-width: 0;
  max-width: 316px;
  margin-top: 0;
  margin-bottom: 0;
}

.tn-feature-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #a4acbf;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.image-round-home {
  border-radius: 70px;
  max-width: 136px;
  max-height: 136px;
}

.grid-tn-feature-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(500px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.section-home-big-thinkers {
  background-color: #15233f;
}

.grid-home-big-thinkers {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template: ". Area"
  / minmax(500px, 500px) minmax(420px, 420px);
  grid-auto-columns: 1fr;
  padding-left: 32px;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.div-home-big-thinkers-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h2-dark {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.p-a4acbf {
  color: #a4acbf;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.h3-heading-feature-home {
  color: #a4acbf;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.h3-heading-feature-home.custom-width-01 {
  max-width: 370px;
}

.grid-home-big-thinkers-logos {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #a4acbf;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto minmax(auto, 96px) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center;
  padding-top: 32px;
  padding-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
  display: grid;
}

.section-home-reel {
  text-align: left;
  object-fit: contain;
  background-image: linear-gradient(#000, #181a26 69%);
  justify-content: center;
  max-width: 100vw;
  display: block;
  position: static;
}

.grid-home-awards {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(610px, 1fr);
  grid-auto-columns: 1fr;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.container-home-awards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #a4acbf;
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.award-msg {
  text-align: center;
  text-indent: 0%;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.image-logo-01 {
  object-fit: contain;
  max-width: 100%;
  max-height: 96px;
}

.div-home-big-thinkers-quote {
  object-fit: fill;
  max-width: 800px;
  padding-top: 240px;
}

.quote {
  color: var(--text-light-4th-a4acbf);
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.quote-attribution {
  color: var(--white);
  text-align: center;
  padding-top: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.footer {
  background-image: url('../images/Bg_3DBlocks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h1-footer {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding-top: 160px;
  padding-bottom: 32px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
}

.button-white {
  background-color: var(--light-f4f5f9);
  color: var(--slate-15233f);
  text-transform: uppercase;
  border-radius: 32px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-white:hover {
  box-shadow: none;
  border-radius: 32px;
  padding: 16px 32px;
  font-size: 16px;
}

.button-white:active {
  box-shadow: none;
  transform: scale(1);
}

.footer-jwt-logo {
  min-width: 0;
  max-width: 98px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-nav {
  border: 1px none var(--border-465074);
  text-align: center;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  min-width: 640px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-link-block-left {
  color: var(--nav-reg-ccc);
  text-transform: uppercase;
  padding: 8px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-nav-link-block-left:hover {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}

.footer-nav-link-block-left:active, .footer-nav-link-block-left:focus {
  background-color: var(--text-light-2nd-3d4252);
  color: var(--white);
  text-decoration: none;
}

.footer-nav-link-block-left:focus-visible, .footer-nav-link-block-left[data-wf-focus-visible] {
  background-color: var(--white);
  color: var(--black);
}

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

.footer-copyright {
  color: var(--text-a4acbf);
  text-align: center;
  min-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Source Sans 3", sans-serif;
}

.text-block {
  text-transform: uppercase;
}

.text-block-footer-nav-link {
  text-transform: uppercase;
  font-size: .875rem;
}

.text-block-3 {
  text-transform: uppercase;
  overflow: visible;
}

.text-block-footer-copyright-notice {
  color: var(--text-dark-3rd-a0abb6);
}

.footer-nav-link-block-right {
  color: var(--nav-reg-ccc);
  text-transform: uppercase;
  padding: 8px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-nav-link-block-right:hover {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}

.footer-nav-link-block-right:active, .footer-nav-link-block-right:focus {
  background-color: var(--text-light-2nd-3d4252);
  color: var(--white);
  text-decoration: none;
}

.footer-nav-link-block-right:focus-visible, .footer-nav-link-block-right[data-wf-focus-visible] {
  background-color: var(--white);
  color: var(--black);
}

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

.footer-nav-link-block-right.w--current:focus {
  color: var(--white);
  text-decoration: none;
}

.footer-nav-link-block-right.w--current:focus-visible, .footer-nav-link-block-right.w--current[data-wf-focus-visible] {
  background-color: var(--white);
  color: var(--black);
}

.glassdark {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000008f;
  border: 1px solid #ffffff29;
  border-color: #ffffff52 #ffffff29 #ffffff29 #ffffff3d;
  flex: 0 auto;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 48px;
  display: block;
}

.glassdark.magintop64 {
  margin-top: 24px;
}

.container-glass-margins {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-glass-margins._100-vh {
  aspect-ratio: auto;
  object-fit: fill;
  min-height: 100vh;
  margin-left: auto;
  display: flex;
  position: relative;
}

.container-glass-margins._100-vh.glass-width-02 {
  max-width: 680px;
}

.video-div {
  justify-content: center;
  max-width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 240px 0;
  display: flex;
}

.footer-contact-button {
  justify-content: center;
  align-items: center;
  min-width: 400px;
  min-height: 80px;
  display: flex;
}

.div-home-featured-header {
  background-image: url('../images/Woman-With-Vision-Pro.jpg'), linear-gradient(180deg, var(--181a26), var(--slate-15233f));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: fixed, scroll;
  min-width: 100vw;
  min-height: 100vh;
}

.section-home-featured-pages {
  background-color: #15233f;
}

.grid-home-featured {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.list-home {
  color: var(--text-light-4th-a4acbf);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.section-about-intro {
  background-image: linear-gradient(180deg, #010101, #181a26), linear-gradient(to bottom, var(--181a26), var(--181a26));
  text-align: left;
  object-fit: contain;
  justify-content: center;
  max-width: 100vw;
  display: block;
  position: static;
}

.section-about-page-heading {
  background-color: #000;
  background-image: url('../images/404.png'), linear-gradient(180deg, #503e72, var(--181a26));
  -webkit-text-fill-color: inherit;
  background-position: 50% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: fixed, scroll;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.div-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 280px);
  align-content: center;
  place-items: center;
}

.grid-about.margin-top-120 {
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  margin-top: 120px;
}

.h2-heading-dark {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.image-round-about {
  border-radius: 240px;
  max-height: 300px;
}

.div-about-tn {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.section-about-featured-company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, var(--slate-15233f), var(--slate-15233f));
  text-align: left;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: block;
  position: static;
}

.h1-heading-about {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.h1-heading-about.margin-btm-80 {
  margin-bottom: 80px;
}

.div-about-company-header {
  min-width: 100vw;
  margin-bottom: 8px;
}

.list-about {
  color: var(--text-light-4th-a4acbf);
  padding-left: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.list-item {
  margin-bottom: 16px;
}

.grid-about-02 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 280px);
  align-content: center;
  place-items: start center;
}

.navbar-absolute {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.container-3 {
  max-width: 1632px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
}

.nav-link {
  color: var(--nav-reg-ccc);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: color .4s, background-color .4s;
  display: block;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}

.nav-link:active, .nav-link:focus {
  background-color: var(--black);
  color: var(--white);
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  background-color: var(--white);
  color: var(--black);
}

.nav-link.w--current {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #ffffff3d;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
}

.nav-menu-2 {
  display: flex;
}

.section-contact-page-heading {
  background-color: #000;
  background-image: linear-gradient(to bottom, #0000003d, #0000003d), url('../images/Mailbox-London.jpg'), linear-gradient(180deg, #503e72, var(--181a26));
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.div-contact-page-button {
  justify-content: center;
  align-items: center;
  min-width: 400px;
  min-height: 80px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.section-page-header---resp-img {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/BgMasthead-Img-Video-Planner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.section-page-header---services {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/BgMasthead-Img-Video-Planner-JWT.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.section-page-header---portfolio {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-width: 100vw;
}

.heading-portfolio {
  z-index: -1;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 120px;
  margin-bottom: 0;
  font-family: Alata, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.body-portfolio {
  background-image: linear-gradient(90deg, #11172d, #2b5d78);
}

.container-page-header---portfolio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  min-height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-page-header---portfolio._80-vh {
  aspect-ratio: auto;
  object-fit: fill;
  min-width: 1080px;
  max-width: 1440px;
  min-height: 80vh;
  margin-left: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.img-header-portfolio {
  margin-top: -60px;
  position: static;
}

.section-portfolio-featured {
  text-align: left;
  object-fit: contain;
  justify-content: center;
  max-width: 100vw;
  padding-bottom: 0;
  display: block;
  position: static;
}

.delete-me-container-margins-max-padding-max {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h1-portfolio-heading-dark {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 80px;
  font-family: Alata, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.grid-overflow-auto {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.card-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #a4acbf;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.image-project-card {
  box-shadow: 4px 4px 16px 4px #00000040;
}

.grid-overflow-none---portfolio-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.container-margins-overflow {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 1080px;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.bg-video-fullscreen {
  min-height: 100vh;
}

.body {
  background-color: #000;
}

.project-title-dark {
  color: #fff;
  font-family: Alata, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 150%;
}

.project-subtitle-fff {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

.grid-66-34 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: .66fr .34fr;
}

.div-grid-66-34-col-01 {
  padding-top: 0;
}

.div-achievement {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-grid-66-34-col-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.p1-dark-2nd {
  color: var(--text-dark-2nd-dae2ea);
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.text-achievement {
  color: var(--text-dark-2nd-dae2ea);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.p3-dark-3rd {
  color: var(--text-dark-3rd-a0abb6);
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.grid-3-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
}

.grid-3-col-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 128px;
  display: flex;
}

.h4-projects-fff {
  color: var(--text-dark-1st-ffffff);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.div-project-hr-dark-for-black-bg {
  background-color: #26405d;
  min-width: 100%;
  height: 2px;
}

.list-p2-dark-2nd {
  color: var(--text-dark-2nd-dae2ea);
  margin-top: 24px;
  padding-left: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.grid-tools {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 32px;
}

.div-icon-tool {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-tool-name-dark-2nd {
  color: var(--text-dark-2nd-dae2ea);
  margin-top: 4px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.grid-3-col-div-desc-dark-2nd {
  color: var(--text-dark-2nd-dae2ea);
  margin-top: 34px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.section-181a26 {
  background-color: #181a26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-ctr-gap-16px {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1-project-step-dark {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-centered-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 128px;
  text-decoration: none;
  display: flex;
}

.text-methodology-dark-01 {
  color: #dae2ea;
  text-align: center;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-methodology-frame {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  min-height: 400px;
  padding-top: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-methodology-line {
  color: #464851;
  text-align: center;
  letter-spacing: 22px;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
  top: 88px;
  left: auto;
  overflow: hidden;
}

.div-methodology-layout {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stage {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.methodology-vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.text-methodology-title-dark-01 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-methodology-desc-dark-02 {
  color: #dae2ea;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.nautilus-wanted-to-expand {
  color: var(--text-dark-2nd-dae2ea);
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.list-p1-dark-2nd {
  color: var(--text-dark-2nd-dae2ea);
  margin-top: 24px;
  padding-left: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}

.container-width-1180 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.section-352638 {
  background-color: #352638;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-section-header {
  min-width: 100vw;
  padding-bottom: 8px;
}

.grid-3-col-stats {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.grid-overflow-auto-slides-type01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(1080px, 1fr);
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.section-263538 {
  background-color: #263538;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-33333e {
  background-color: #33333e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-radius-8 {
  border-radius: 8px;
}

.container-velocore-diagram-choices {
  flex-flow: column;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 160px;
  display: flex;
}

.container-velocore-diagram-program-music {
  max-width: 1200px;
  margin-top: 80px;
  margin-bottom: 160px;
}

.section-2f3440 {
  background-color: #2f3440;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-centered-top-margin {
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
}

.div-video {
  min-width: 1240px;
}

.container-velocore-results {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1180px;
  display: block;
}

.div-velocore-results-img {
  max-width: 1440px;
  margin-top: 80px;
}

.container-title-margins {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-title-margins._50-vh {
  aspect-ratio: auto;
  object-fit: fill;
  min-height: 70vh;
  margin-left: auto;
  display: flex;
  position: relative;
}

.section-page-header---alaska-airlines-aircraft {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#0059a1, #065da3 56%, #014379);
  background-clip: border-box;
}

.project-title-4e4f54 {
  color: var(--text-light-1st-181a26);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Alata, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 150%;
}

.project-subtitle-fff-copy {
  color: var(--text-light-2nd-3d4252);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.p1-light-2nd {
  color: var(--text-light-2nd-3d4252);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.div-project-desc-1-col {
  max-width: 880px;
  padding-top: 0;
}

.div-full-width {
  text-align: center;
}

.h4-projects-181a26 {
  color: var(--text-light-1st-181a26);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.list-p2-light-2nd {
  color: var(--text-light-2nd-3d4252);
  margin-top: 24px;
  padding-left: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-tool-name-light-2nd {
  color: var(--text-light-2nd-3d4252);
  margin-top: 4px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.grid-3-col-div-desc-light-2nd {
  color: var(--text-light-2nd-3d4252);
  margin-top: 34px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.div-project-hr-light-01 {
  background-color: #9fc1e7;
  min-width: 100%;
  height: 2px;
}

.section-ebeff5 {
  background-color: var(--bg-light-2nd-ebeff5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1-project-step-light {
  color: var(--text-light-1st-181a26);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.p3-light-3rd {
  color: var(--text-light-3rd-6f768b);
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.container-margins-max-padding-reg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 240px;
  display: flex;
}

.h2-project-subtitle-light-01 {
  color: var(--text-light-1st-181a26);
  font-family: Alata, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 150%;
}

.h2-light {
  color: var(--text-light-1st-181a26);
  font-family: Merriweather, serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.div-margin-top-80 {
  margin-top: 80px;
}

.image-radius-64 {
  border-radius: 64px;
}

.h3-project-label-light {
  color: var(--text-light-1st-181a26);
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.section-fafafc {
  background-color: #fafafc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-width-100pct {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: block;
}

.image-60pct {
  max-width: 60%;
}

.div-margins-left-right {
  max-width: 1632px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
}

.delete-me-div-spacer-section-top {
  margin-top: 0;
  padding-top: 240px;
}

.div-spacer-subsection {
  padding-top: 120px;
  padding-bottom: 0;
}

.div-flex-images {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.div-spacer-section {
  padding-top: 240px;
}

.section-alaska-blue-grad {
  background-image: linear-gradient(#014379, #014f95);
}

.h4-projects-fff-2 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.div-grid-66-34-col-3 {
  padding-top: 0;
}

.p1-dark-2nd-2 {
  color: #dae2ea;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}

.text-achievement-2 {
  color: #dae2ea;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.list-p2-dark-2nd-2 {
  color: #dae2ea;
  margin-top: 32px;
  padding-left: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.p3-dark-3rd-2 {
  color: var(--text-light-2nd-3d4252);
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-tool-name-dark-2nd-2 {
  color: #dae2ea;
  margin-top: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.grid-3-col-div-desc-dark-2nd-2 {
  color: #dae2ea;
  margin-top: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.bold-text {
  color: #00d5ff;
}

.image-project-feature-circle-bdr {
  border: 6px solid #396199;
  border-radius: 400px;
  margin-top: 80px;
}

.div-project-hr-dark-for-blue-bg {
  background-color: #2089ca;
  min-width: 100%;
  height: 2px;
}

.section-alaska-blue-grad-02 {
  background-color: #181a26;
  background-image: linear-gradient(#014f95, #014f95 90%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-bold-blue-highlight {
  color: var(--text-blue-highlight);
}

.image-alaskaplane_paintjob {
  border: 6px solid #396199;
  border-radius: 400px;
  margin-top: 0;
}

.div-spacer-content-01 {
  padding-top: 64px;
  padding-bottom: 0;
}

.div-image-alaskaplane_krakenliverydesign {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.h3-project-label-dark {
  color: var(--text-dark-1st-ffffff);
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.h2-project-subtitle-dark-01 {
  color: var(--text-dark-1st-ffffff);
  font-family: Alata, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-3 {
  color: #00d5ff;
}

.div-width-80pct {
  flex-flow: column;
  align-items: stretch;
  width: 80%;
  display: block;
}

.list-p1-light-2nd {
  color: var(--text-light-2nd-3d4252);
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}

.section-portfolio-featured-footer {
  background-color: var(--black);
  text-align: left;
  object-fit: contain;
  justify-content: center;
  max-width: 100vw;
  padding-bottom: 0;
  display: block;
  position: static;
}

.grid-overflow-auto-alaska-aircraft-3d-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.grid-overflow-auto-alaska-aircraft-3d-3-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.section-page-header---alaska-airlines-check-in {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/AlaskaCheck-in_Header_Bg1x.jpg'), linear-gradient(#0059a1, #065da3 56%, #014379);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-clip: border-box;
}

.text-methodology-light-01 {
  color: var(--text-light-1st-181a26);
  text-align: center;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-methodology-title-light-01 {
  color: var(--text-light-1st-181a26);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-methodology-desc-light-02 {
  color: var(--text-light-2nd-3d4252);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.grid-50-50 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-grid-50-50-col-01 {
  padding-top: 0;
}

.div-grid-50-50-col-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.section-f4f5f9 {
  background-color: var(--light-f4f5f9);
}

.grid-40-60 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
}

.div-grid-40-60-col-01, .div-grid-40-60-col-02 {
  padding-top: 0;
}

.div-margins-max-width-1280 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.list-p1-heading-light-2nd {
  color: var(--text-light-2nd-3d4252);
  margin-top: 0;
  margin-bottom: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.image-project-title-alaska-airlines-aircraft {
  max-width: 80%;
  margin-top: 220px;
}

.h1-heading-feature-light {
  color: var(--text-light-1st-181a26);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.heading-ctr {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-centered {
  text-align: center;
}

.div-spacer-content-02 {
  padding-top: 32px;
  padding-bottom: 0;
}

.div-margins-max-width-1080-ctr {
  flex-flow: column;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-003b73 {
  background-color: #003b73;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-alaskacheck-in-flowimprovement {
  text-align: center;
  max-width: 1080px;
}

.container-alaskacheck-in-userflow {
  text-align: center;
  max-width: 1920px;
}

.container-alaskacheck-in-finalsummary {
  text-align: center;
  max-width: 1280px;
}

.image-alaskacheck-in-userflow {
  min-width: 72%;
}

.h3-dark {
  color: var(--white);
  font-family: Alata, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 150%;
}

.container-centered {
  margin-top: 64px;
}

.link {
  color: var(--nav-focused-5085e1);
}

.link:hover {
  color: var(--nav-hover-3daeec);
}

.link:active {
  color: var(--nav-pressed-99dbff);
}

.link:focus, .link:focus-visible, .link[data-wf-focus-visible], .link:visited {
  color: var(--nav-focused-5085e1);
}

.div-delete-me-not-used {
  border-radius: 40px;
  max-width: 1440px;
  margin-top: 80px;
}

.image-radius-24 {
  border-radius: 24px;
}

.grid-overflow-auto-slides-type02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(1280px, 1fr);
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.grid-overflow-auto-portfolio-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
  overflow: auto;
}

.italic-text, .bold-text-4, .bold-text-5 {
  color: var(--text-blue-highlight);
}

.grid-slides-full-width {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.grid-overflow-auto---posters {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  min-width: 100%;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
  overflow: auto;
}

.link-dark {
  color: var(--nav-hover-3daeec);
  text-decoration: none;
}

.p1-dark-3rd {
  color: var(--text-dark-3rd-a0abb6);
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.link-no-decor {
  text-decoration: none;
}

.section-page-header---bowflex-storyboard {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/BowflexStoryboard_Header_Title1x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.p1-dark-3rd-highlight {
  color: var(--text-dark-2nd-dae2ea);
  font-weight: 500;
}

.grid-overflow-auto-3-col-about-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
}

.div-overflow-auto-3-col-about-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
}

.image-about-company-header {
  min-width: 100vw;
  margin-bottom: 16px;
  overflow: visible;
}

.p3-dark-2nd {
  color: var(--text-dark-3rd-a0abb6);
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.grid-overflow-auto-2-col-about-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(92px, 1fr) 1fr;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: grid;
  overflow: auto;
}

.div-overflow-auto-2-col-about-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 320px;
  margin-bottom: 16px;
  display: flex;
}

.body-2 {
  background-color: #010101;
}

.section-page-header---404-page {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/404.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: scroll;
  background-clip: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.heading-404-page {
  color: var(--white);
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: -111px;
  margin-bottom: 0;
  font-family: Alata, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    min-width: 100vw;
    margin-top: 0;
  }

  .nav-menu {
    flex-direction: row;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brand {
    padding-left: 20px;
  }

  .brand.w--current {
    margin-left: 0;
    padding: 20px;
  }

  .menu-button, .icon {
    display: none;
  }

  .container-page-margins.top-btm-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .white-label {
    letter-spacing: 5px;
    min-width: 80%;
    max-width: 80%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-heading-copy {
    font-size: 18px;
  }

  .grid-home-dimension {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .h1-heading-feature {
    max-width: 560px;
    font-size: 40px;
    line-height: 150%;
  }

  .heading-james-w-tsai {
    letter-spacing: 8px;
    font-size: 50px;
  }

  .tn-feature-home-msg {
    margin-top: 0;
    font-size: 20px;
  }

  .tn-feature-home {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-tn-feature-home {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: minmax(400px, 1fr);
    padding-left: 0;
  }

  .grid-home-big-thinkers {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: minmax(360px, 1fr);
    padding-left: 0;
  }

  .div-home-big-thinkers-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h2-dark {
    font-size: 2rem;
  }

  .p-a4acbf {
    font-size: 20px;
  }

  .h3-heading-feature-home.custom-width-01 {
    max-width: 310px;
    font-size: 20px;
  }

  .grid-home-big-thinkers-logos {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-home-awards {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: minmax(400px, 1fr);
    padding-left: 0;
  }

  .container-home-awards {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .award-msg {
    margin-top: 0;
    font-size: 20px;
  }

  .image-logo-01 {
    max-height: 64px;
  }

  .div-home-big-thinkers-quote {
    padding-top: 140px;
  }

  .quote {
    font-size: 24px;
  }

  .quote-attribution {
    font-size: 20px;
  }

  .h1-footer {
    max-width: 560px;
    font-size: 40px;
    line-height: 150%;
  }

  .footer-nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .glassdark {
    min-width: 80%;
    max-width: 80%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-home-featured-header {
    background-position: 50% 0;
    background-size: auto 60vh;
    background-attachment: fixed;
    min-height: 64vh;
  }

  .grid-home-featured {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .list-home {
    font-size: 20px;
  }

  .section-about-page-heading {
    background-size: cover, contain, auto;
  }

  .grid-about.margin-top-120 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr minmax(200px, 200px);
  }

  .h2-heading-dark {
    font-size: 32px;
  }

  .image-round-about {
    max-height: 200px;
  }

  .h1-heading-about {
    max-width: 560px;
    font-size: 40px;
    line-height: 150%;
  }

  .list-about {
    padding-left: 32px;
    font-size: 20px;
  }

  .list-item {
    margin-bottom: 16px;
  }

  .navbar-absolute {
    min-width: 100vw;
  }

  .container-3 {
    min-width: 100vw;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu-2 {
    margin-top: 16px;
  }

  .heading-portfolio {
    letter-spacing: 8px;
    margin-top: 80px;
    font-size: 64px;
  }

  .container-page-header---portfolio {
    max-width: 640px;
  }

  .container-page-header---portfolio._80-vh {
    min-width: 100vw;
    max-width: 0;
  }

  .img-header-portfolio {
    margin-top: -30px;
  }

  .section-portfolio-featured {
    padding-bottom: 0;
  }

  .delete-me-container-margins-max-padding-max {
    min-width: 720px;
    margin-top: 128px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .h1-portfolio-heading-dark {
    max-width: 560px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .grid-overflow-auto {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .card-project {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-overflow-none---portfolio-page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .container-margins-overflow {
    min-width: 0;
    max-width: none;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-video-fullscreen {
    min-height: 50vh;
  }

  .project-title-dark {
    font-size: 48px;
  }

  .project-subtitle-fff {
    font-size: 1.5rem;
  }

  .grid-66-34 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-achievement {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .p1-dark-2nd {
    font-size: 1.25rem;
  }

  .text-achievement {
    font-size: 14px;
  }

  .p3-dark-3rd {
    max-width: 208px;
    font-size: .75rem;
  }

  .grid-3-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3-col-div {
    margin-top: 40px;
  }

  .h4-projects-fff {
    font-size: 20px;
  }

  .list-p2-dark-2nd {
    font-size: 18px;
  }

  .grid-tools {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-tool-name-dark-2nd, .grid-3-col-div-desc-dark-2nd {
    font-size: 18px;
  }

  .section-181a26 {
    display: block;
  }

  .heading-ctr-gap-16px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .text-methodology-dark-01 {
    font-size: 1.25rem;
  }

  .div-methodology-frame {
    padding-top: 0;
  }

  .text-methodology-line {
    display: none;
    overflow: visible;
  }

  .div-methodology-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
    position: relative;
  }

  .stage {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 60px;
  }

  .text-methodology-desc-dark-02 {
    font-size: 1rem;
  }

  .nautilus-wanted-to-expand {
    font-size: 1.25rem;
  }

  .list-p1-dark-2nd {
    font-size: 20px;
  }

  .grid-3-col-stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-overflow-auto-slides-type01 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    display: grid;
    overflow: auto;
  }

  .div-video {
    min-width: 680px;
  }

  .project-title-4e4f54 {
    font-size: 48px;
  }

  .project-subtitle-fff-copy {
    font-size: 24px;
  }

  .p1-light-2nd {
    font-size: 20px;
  }

  .div-project-desc-1-col {
    max-width: 424px;
  }

  .h4-projects-181a26 {
    font-size: 20px;
  }

  .list-p2-light-2nd, .text-tool-name-light-2nd, .grid-3-col-div-desc-light-2nd {
    font-size: 18px;
  }

  .h1-project-step-light {
    font-size: 2.25rem;
  }

  .p3-light-3rd {
    font-size: 12px;
  }

  .container-margins-max-padding-reg {
    min-width: 720px;
    margin-top: 128px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .h2-project-subtitle-light-01 {
    font-size: 2rem;
  }

  .h2-light {
    font-size: 1.5rem;
  }

  .div-margins-left-right {
    max-width: 720px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-spacer-subsection {
    padding-top: 80px;
  }

  .div-spacer-section {
    padding-top: 120px;
  }

  .list-item-2 {
    font-size: 1.25rem;
  }

  .h4-projects-fff-2 {
    font-size: 20px;
  }

  .div-grid-66-34-col-3 {
    max-width: 424px;
  }

  .p1-dark-2nd-2 {
    font-size: 1.25rem;
  }

  .text-achievement-2 {
    font-size: 14px;
  }

  .list-p2-dark-2nd-2 {
    font-size: 18px;
  }

  .p3-dark-3rd-2 {
    max-width: 208px;
    font-size: .75rem;
  }

  .text-tool-name-dark-2nd-2, .grid-3-col-div-desc-dark-2nd-2 {
    font-size: 18px;
  }

  .section-alaska-blue-grad-02 {
    display: block;
  }

  .div-spacer-content-01 {
    padding-top: 64px;
  }

  .div-image-alaskaplane_krakenliverydesign {
    max-width: 255px;
  }

  .h3-project-label-dark {
    font-size: 1.25rem;
  }

  .h2-project-subtitle-dark-01 {
    text-align: center;
    font-size: 2rem;
  }

  .list-p1-light-2nd {
    font-size: 20px;
  }

  .section-portfolio-featured-footer {
    padding-bottom: 0;
  }

  .grid-overflow-auto-alaska-aircraft-3d-2-col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    overflow: auto;
  }

  .grid-overflow-auto-alaska-aircraft-3d-3-col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    overflow: auto;
  }

  .text-methodology-light-01 {
    font-size: 1.25rem;
  }

  .text-methodology-desc-light-02 {
    font-size: 1rem;
  }

  .grid-50-50 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-grid-50-50-col-01 {
    max-width: 424px;
  }

  .div-grid-50-50-col-02 {
    max-width: 255px;
  }

  .grid-40-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-grid-40-60-col-01, .div-grid-40-60-col-02 {
    max-width: 424px;
  }

  .div-margins-max-width-1280 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-p1-heading-light-2nd {
    font-size: 20px;
  }

  .image-project-title-alaska-airlines-aircraft {
    max-width: 100%;
  }

  .h1-heading-feature-light {
    max-width: 560px;
    font-size: 40px;
    line-height: 150%;
  }

  .heading-ctr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .div-spacer-content-02 {
    padding-top: 64px;
  }

  .div-margins-max-width-1080-ctr {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h3-dark {
    font-size: 1.5rem;
  }

  .grid-overflow-auto-slides-type02 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    display: grid;
    overflow: auto;
  }

  .grid-overflow-auto-portfolio-page, .grid-overflow-auto---posters {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .p1-dark-3rd {
    font-size: 1.25rem;
  }

  .section-page-header---bowflex-storyboard {
    background-position: 50% 0;
    background-size: auto 80vh;
    min-height: 80vh;
  }

  .grid-overflow-auto-3-col-about-page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    overflow: auto;
  }

  .grid-overflow-auto-2-col-about-page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    overflow: auto;
  }

  .div-overflow-auto-2-col-about-page {
    max-width: 180px;
  }

  .heading-404-page {
    letter-spacing: 8px;
    margin-top: 80px;
    font-size: 64px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .nav-menu {
    background-color: #00000080;
    flex-flow: row;
  }

  .brand {
    margin-top: 10px;
  }

  .brand.w--current {
    margin-top: 0;
    margin-left: 0;
    padding: 12px 20px 0;
  }

  .menu-button {
    padding: 20px;
    display: inline-flex;
  }

  .menu-button.w--open {
    background-color: #00000080;
  }

  .icon {
    color: #fff;
    padding-top: 6px;
    display: inline-flex;
  }

  .container-page-margins.top-btm-padding {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-label {
    letter-spacing: 2px;
    min-width: 72%;
    max-width: 72%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
  }

  .page-heading-copy {
    font-size: 18px;
  }

  .grid-home-dimension {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(204px, .5fr));
  }

  .h1-heading-feature {
    margin-bottom: 64px;
    font-size: 32px;
    line-height: 150%;
  }

  .heading-james-w-tsai {
    letter-spacing: 4px;
    font-size: 36px;
  }

  .tn-feature-home-msg {
    font-size: 20px;
  }

  .image-round-home {
    max-width: 120px;
  }

  .grid-home-big-thinkers {
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .div-home-big-thinkers-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h2-dark {
    font-size: 1.5rem;
  }

  .h3-heading-feature-home.custom-width-01 {
    margin-top: 0;
  }

  .grid-home-big-thinkers-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    min-width: 330px;
  }

  .award-msg {
    font-size: 20px;
  }

  .image-logo-01 {
    max-width: 124px;
  }

  .h1-footer {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 150%;
  }

  .footer-nav {
    text-align: center;
    border-style: none;
    min-width: 480px;
    max-width: 480px;
    display: flex;
  }

  .footer-nav-link-block-left, .footer-nav-link-block-right {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .glassdark {
    text-align: left;
    flex: 0 auto;
    min-width: 72%;
    max-width: 72%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-home-featured {
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .list-home {
    font-size: 20px;
  }

  .grid-about.margin-top-120 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr minmax(140px, 140px);
  }

  .image-round-about {
    max-height: 200px;
  }

  .h1-heading-about {
    margin-bottom: 64px;
    font-size: 32px;
    line-height: 150%;
  }

  .list-about {
    padding-left: 24px;
    font-size: 20px;
  }

  .list-item {
    margin-bottom: 8px;
  }

  .container-3 {
    min-width: 100vw;
    margin-top: 0;
  }

  .nav-link {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #0006;
    margin-top: 0;
  }

  .menu-button-2 {
    color: var(--nav-reg-ccc);
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #0006;
  }

  .heading-portfolio {
    letter-spacing: 4px;
    font-size: 56px;
  }

  .container-page-header---portfolio._80-vh {
    min-height: 24vh;
  }

  .section-portfolio-featured {
    padding-bottom: 80px;
  }

  .delete-me-container-margins-max-padding-max {
    min-width: 536px;
    margin-top: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .h1-portfolio-heading-dark {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .grid-overflow-auto {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    min-width: 100%;
  }

  .image-project-card {
    max-width: 100%;
  }

  .grid-overflow-none---portfolio-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    min-width: 100%;
  }

  .container-margins-overflow {
    margin-top: 0;
  }

  .project-title-dark {
    font-size: 2rem;
  }

  .project-subtitle-fff {
    font-size: 1.5rem;
  }

  .p1-dark-2nd {
    font-size: 1.125rem;
  }

  .text-achievement {
    font-size: 12px;
  }

  .p3-dark-3rd {
    font-size: .75rem;
  }

  .grid-3-col {
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: minmax(200px, 1fr);
  }

  .grid-3-col-div {
    margin-top: 40px;
  }

  .h4-projects-fff {
    font-size: 16px;
  }

  .list-p2-dark-2nd {
    font-size: 1rem;
  }

  .grid-tools {
    margin-top: 24px;
  }

  .text-tool-name-dark-2nd {
    margin-top: 8px;
    font-size: 1rem;
  }

  .grid-3-col-div-desc-dark-2nd {
    margin-top: 24px;
    font-size: 1rem;
  }

  .image-ces-2021-award {
    max-width: 20%;
  }

  .h1-project-step-dark {
    font-size: 20px;
  }

  .stage {
    min-width: 260px;
  }

  .nautilus-wanted-to-expand, .list-p1-dark-2nd {
    font-size: 1.125rem;
  }

  .grid-3-col-stats {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-overflow-auto-slides-type01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    margin-left: 16px;
    margin-right: 0;
    display: flex;
  }

  .image-slide-type01 {
    min-width: 90%;
    max-width: 200%;
  }

  .div-video {
    min-width: 520px;
  }

  .project-title-4e4f54 {
    font-size: 2rem;
  }

  .project-subtitle-fff-copy {
    text-transform: none;
    font-size: 1.5rem;
  }

  .p1-light-2nd {
    margin-top: 16px;
    font-size: 1.25rem;
  }

  .h4-projects-181a26 {
    font-size: 1.25rem;
  }

  .list-p2-light-2nd, .text-tool-name-light-2nd, .grid-3-col-div-desc-light-2nd {
    font-size: 1rem;
  }

  .h1-project-step-light {
    font-size: 2rem;
  }

  .p3-light-3rd {
    font-size: 10px;
  }

  .container-margins-max-padding-reg {
    min-width: 536px;
    margin-top: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .h2-project-subtitle-light-01 {
    font-size: 1.75rem;
  }

  .h2-light {
    font-size: 1.25rem;
  }

  .div-spacer-subsection {
    padding-top: 64px;
  }

  .div-spacer-section {
    padding-top: 80px;
  }

  .list-item-2 {
    font-size: 1rem;
  }

  .h4-projects-fff-2, .p1-dark-2nd-2 {
    font-size: 1.25rem;
  }

  .text-achievement-2 {
    font-size: 12px;
  }

  .list-p2-dark-2nd-2 {
    font-size: 1rem;
  }

  .p3-dark-3rd-2 {
    color: var(--text-dark-3rd-a0abb6);
    font-size: .75rem;
  }

  .text-tool-name-dark-2nd-2, .grid-3-col-div-desc-dark-2nd-2 {
    font-size: 1rem;
  }

  .div-spacer-content-01 {
    padding-top: 40px;
  }

  .h3-project-label-dark {
    font-size: 1rem;
  }

  .h2-project-subtitle-dark-01 {
    font-size: 1.75rem;
  }

  .div-width-80pct {
    width: 90%;
  }

  .list-p1-light-2nd {
    font-size: 1rem;
  }

  .section-portfolio-featured-footer {
    padding-bottom: 80px;
  }

  .grid-overflow-auto-alaska-aircraft-3d-2-col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    display: flex;
  }

  .grid-overflow-auto-alaska-aircraft-3d-3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-alaska-aircraft-results-img-text {
    flex-flow: column;
    min-width: 85%;
    display: flex;
  }

  .div-overflow-auto-alaska-aircraft-3d-3-col {
    min-width: 64%;
  }

  .section-page-header---alaska-airlines-check-in {
    background-position: 50%, 0 0;
  }

  .div-margins-max-width-1280 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-p1-heading-light-2nd {
    margin-top: 16px;
    font-size: 16px;
  }

  .image-project-title-alaska-airlines-aircraft {
    margin-top: 0;
  }

  .h1-heading-feature-light {
    margin-bottom: 64px;
    font-size: 32px;
    line-height: 150%;
  }

  .div-spacer-content-02 {
    padding-top: 40px;
  }

  .div-margins-max-width-1080-ctr {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3-dark {
    font-size: 1.5rem;
  }

  .grid-overflow-auto-slides-type02 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    margin-left: 16px;
    margin-right: 0;
    display: flex;
  }

  .grid-overflow-auto-portfolio-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    min-width: 100%;
  }

  .list-item-3 {
    font-size: 1rem;
  }

  .grid-overflow-auto---posters {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    min-width: 100%;
  }

  .p1-dark-3rd {
    font-size: 1.125rem;
  }

  .section-page-header---bowflex-storyboard {
    background-size: auto 60vh;
    min-height: 60vh;
  }

  .grid-overflow-auto-3-col-about-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-overflow-auto-3-col-about-page {
    min-width: 64%;
  }

  .grid-overflow-auto-2-col-about-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-overflow-auto-2-col-about-page {
    min-width: 64%;
  }

  .heading-404-page {
    letter-spacing: 4px;
    font-size: 56px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-fixed {
    display: none;
  }

  .container {
    min-width: 100vw;
    margin-top: 0;
  }

  .nav-menu {
    display: none;
  }

  .brand {
    margin-top: 10px;
  }

  .brand.w--current {
    margin-left: 0;
    padding: 20px 20px 0 16px;
  }

  .image {
    min-width: 0;
    max-width: 41px;
  }

  .section-page-header---home {
    background-image: url('../images/Bg_JWT_VirtualOffice.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 90vh;
  }

  .menu-button {
    padding: 20px;
    display: block;
  }

  .icon {
    color: #fff;
    display: inline-flex;
  }

  .container-page-margins {
    padding: 0 32px;
  }

  .container-page-margins.top-btm-padding {
    margin-top: 0;
    margin-bottom: 0;
    padding: 120px 32px;
  }

  .white-label {
    letter-spacing: .5vw;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.25vw;
  }

  .page-heading-copy {
    text-align: center;
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 4.5vw;
  }

  .grid-home-dimension {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
  }

  .h1-heading-feature {
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .heading-james-w-tsai {
    text-align: center;
    letter-spacing: .25vh;
    font-size: 8vw;
  }

  .tn-feature-home-msg {
    max-width: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .tn-feature-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-round-home {
    max-width: 80px;
    max-height: 80px;
  }

  .grid-tn-feature-home {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(256px, 1fr);
  }

  .grid-home-big-thinkers {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-home-big-thinkers-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-dark {
    text-align: center;
    font-size: 1.5rem;
  }

  .p-a4acbf {
    font-size: 14px;
  }

  .h3-heading-feature-home.custom-width-01 {
    text-align: left;
    font-size: 18px;
  }

  .grid-home-big-thinkers-logos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto minmax(auto, 72px) auto;
    min-width: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-home-reel {
    background-position: 0 0, 50% 0;
  }

  .grid-home-awards {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-home-awards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .award-msg {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .image-logo-01 {
    max-width: 100px;
    max-height: 56px;
  }

  .div-home-big-thinkers-quote {
    padding-bottom: 100px;
  }

  .quote {
    font-size: 20px;
  }

  .h1-footer {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .button-white {
    font-size: 13px;
  }

  .button-white:hover {
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .footer-jwt-logo.w--current {
    max-width: 80px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    min-width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-nav-link-block-left {
    text-align: left;
    padding: 16px;
  }

  .text-block-footer-copyright-notice {
    font-size: 12px;
  }

  .footer-nav-link-block-right {
    text-align: right;
    padding: 16px;
  }

  .glassdark {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    padding: 16px 8px;
    display: flex;
  }

  .glassdark.magintop64 {
    text-align: left;
    flex-flow: column;
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-glass-margins {
    min-height: 90vh;
    padding: 0 32px;
  }

  .container-glass-margins._100-vh {
    min-height: 100vh;
  }

  .video-div {
    max-width: 100vw;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-contact-button {
    min-width: 100vw;
  }

  .div-home-featured-header {
    background-size: auto 50vh, auto;
    min-height: 50vh;
  }

  .grid-home-featured {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .list-home {
    font-size: 14px;
  }

  .section-about-page-heading {
    background-image: url('../images/404.png'), linear-gradient(#010101, #010101);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    min-height: 100vh;
  }

  .grid-about.margin-top-120 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h2-heading-dark {
    text-align: left;
    font-size: 24px;
  }

  .image-round-about {
    max-height: 200px;
  }

  .h1-heading-about {
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .list-about {
    padding-left: 16px;
    font-size: 14px;
  }

  .container-3 {
    min-width: 100vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-contact-page-heading {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/Mailbox-London.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-contact-page-button {
    min-width: 100%;
  }

  .section-page-header---resp-img {
    background-image: url('../images/BgMasthead-Img-Video-Planner.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-page-header---services {
    background-image: url('../images/BgMasthead-Img-Video-Planner-JWT.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-portfolio {
    text-align: center;
    letter-spacing: .25vh;
    margin-top: 0;
    font-size: 40px;
  }

  .container-page-header---portfolio {
    min-height: 90vh;
    padding: 0 32px;
  }

  .container-page-header---portfolio._80-vh {
    min-height: 64vh;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .img-header-portfolio {
    min-width: 150%;
    max-width: 150%;
    margin-top: -16px;
    margin-left: -64px;
  }

  .delete-me-container-margins-max-padding-max {
    flex-flow: column;
    width: auto;
    min-width: auto;
    margin-bottom: 128px;
    margin-left: 16px;
    padding: 0;
  }

  .h1-portfolio-heading-dark {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.25rem;
  }

  .grid-overflow-auto {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .card-project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .image-project-card {
    max-width: 100%;
  }

  .grid-overflow-none---portfolio-page {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-margins-overflow {
    min-width: 100vw;
    padding: 0 0 0 16px;
  }

  .bg-video-fullscreen {
    min-height: 40vh;
    max-height: 50vh;
  }

  .section-000000 {
    display: block;
  }

  .project-title-dark {
    font-size: 2rem;
  }

  .project-subtitle-fff {
    font-size: 1.5rem;
  }

  .grid-66-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-grid-66-34-col-01 {
    min-width: auto;
    max-width: none;
  }

  .div-achievement {
    margin-top: 40px;
  }

  .div-grid-66-34-col-02 {
    min-width: 100%;
    max-width: none;
    margin-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-achievement {
    font-size: .75rem;
  }

  .p3-dark-3rd {
    text-align: center;
    min-width: 100%;
    max-width: none;
  }

  .grid-3-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid-3-col-div {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 64px;
  }

  .list-p2-dark-2nd {
    margin-top: 16px;
    padding-left: 24px;
  }

  .grid-tools {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .grid-3-col-div-desc-dark-2nd {
    margin-top: 16px;
  }

  .image-ces-2021-award {
    max-width: 24%;
  }

  .section-181a26 {
    flex-flow: row;
    display: block;
  }

  .h1-project-step-dark {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }

  .container-centered-2 {
    padding-top: 80px;
  }

  .text-methodology-dark-01 {
    font-size: 1rem;
  }

  .div-methodology-layout {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .methodology-vectors-wrapper {
    width: 64px;
    height: 64px;
  }

  .text-methodology-title-dark-01 {
    font-size: 1.25rem;
  }

  .nautilus-wanted-to-expand {
    font-size: 1rem;
  }

  .container-width-1180 {
    max-width: none;
  }

  .grid-3-col-stats {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .grid-overflow-auto-slides-type01 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 0%;
    max-width: none;
    margin: 0 0 0 16px;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .image-slide-type01 {
    min-width: 90%;
    max-width: 200%;
  }

  .section-263538 {
    display: block;
  }

  .container-velocore-diagram-choices, .container-velocore-diagram-program-music {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-2f3440 {
    display: block;
  }

  .div-centered-top-margin {
    margin-top: 128px;
  }

  .div-video {
    min-width: 280px;
  }

  .container-title-margins {
    padding: 0 32px;
  }

  .container-title-margins._50-vh {
    min-height: 75vh;
    padding-left: 0;
    padding-right: 0;
  }

  .section-page-header---alaska-airlines-aircraft {
    background-image: linear-gradient(#0059a1, #065da3 53%, #014379);
  }

  .div-project-desc-1-col {
    min-width: 0;
    max-width: 290px;
  }

  .h4-projects-181a26, .list-p2-light-2nd {
    font-size: 1rem;
  }

  .h1-project-step-light {
    font-size: 20px;
  }

  .p3-light-3rd {
    max-width: 290px;
  }

  .container-margins-max-padding-reg {
    min-width: 0;
    max-width: none;
    margin-bottom: 128px;
    padding: 0;
  }

  .h2-light {
    text-align: left;
    font-size: 1.25rem;
  }

  .image-methodology-step {
    max-width: 23%;
  }

  .div-margins-left-right {
    flex-flow: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .delete-me-div-spacer-section-top {
    flex-flow: row;
    margin-top: 64px;
    display: block;
  }

  .div-spacer-subsection {
    margin-bottom: 0;
    padding-top: 64px;
  }

  .div-flex-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .div-spacer-section {
    flex-flow: column;
    align-items: stretch;
    height: 1px;
    display: block;
  }

  .image-project-title-01 {
    max-width: 100vw;
  }

  .div-grid-66-34-col-3 {
    min-width: auto;
    max-width: none;
  }

  .p1-dark-2nd-2 {
    font-size: 1.25rem;
  }

  .text-achievement-2 {
    font-size: .75rem;
  }

  .list-p2-dark-2nd-2 {
    margin-top: 16px;
    padding-left: 24px;
  }

  .p3-dark-3rd-2 {
    text-align: center;
    min-width: 100%;
    max-width: none;
  }

  .grid-3-col-div-desc-dark-2nd-2 {
    margin-top: 16px;
  }

  .section-alaska-blue-grad-02 {
    flex-flow: row;
    display: block;
  }

  .div-spacer-content-01 {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .div-image-alaskaplane_krakenliverydesign {
    min-width: 100%;
    max-width: none;
    margin-top: 64px;
  }

  .h2-project-subtitle-dark-01 {
    text-align: center;
    font-size: 1.75rem;
  }

  .div-width-80pct {
    width: 100%;
  }

  .grid-overflow-auto-alaska-aircraft-3d-2-col {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100vw;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .grid-overflow-auto-alaska-aircraft-3d-3-col {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 0%;
    max-width: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: auto;
  }

  .div-alaska-aircraft-results-img-text {
    flex-flow: column;
    min-width: 85%;
    display: flex;
  }

  .div-overflow-auto-alaska-aircraft-3d-3-col {
    min-width: 80%;
  }

  .section-page-header---alaska-airlines-check-in {
    background-position: 50%, 0 0;
  }

  .text-methodology-light-01 {
    font-size: 1rem;
  }

  .text-methodology-title-light-01 {
    font-size: 1.25rem;
  }

  .grid-50-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-grid-50-50-col-01 {
    min-width: auto;
    max-width: none;
  }

  .div-grid-50-50-col-02 {
    min-width: 100%;
    max-width: none;
    margin-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-40-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-grid-40-60-col-01, .div-grid-40-60-col-02 {
    min-width: auto;
    max-width: none;
  }

  .list-p1-heading-light-2nd {
    margin-bottom: 8px;
  }

  .image-project-title-alaska-airlines-aircraft {
    max-width: 100vw;
  }

  .h1-heading-feature-light {
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .div-spacer-content-02 {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .grid-overflow-auto-slides-type02 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 0%;
    max-width: none;
    margin: 0 0 0 16px;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .grid-overflow-auto-portfolio-page, .grid-overflow-auto---posters {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .section-page-header---bowflex-storyboard {
    background-image: url('../images/BowflexStoryboard_Header_Title1x.jpg');
    background-position: 50% 0;
    background-size: auto 50vh;
    min-height: 50vh;
  }

  .grid-overflow-auto-3-col-about-page {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 0%;
    max-width: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: auto;
  }

  .div-overflow-auto-3-col-about-page {
    min-width: 80%;
  }

  .grid-overflow-auto-2-col-about-page {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 0%;
    max-width: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: auto;
  }

  .div-overflow-auto-2-col-about-page {
    min-width: 80%;
  }

  .heading-404-page {
    text-align: center;
    letter-spacing: .25vh;
    margin-top: 0;
    font-size: 40px;
  }
}

#w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-b2c221ad, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-b2c221ad, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-275097cc, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-275097cc, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-2878efbe, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-2878efbe, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-0bc34f3f, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-0bc34f3f, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-0ab6e428, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-0ab6e428, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-7e94dba1, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-7e94dba1, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-798cfc98, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-798cfc98, #w-node-ab400ab6-d52e-b921-0586-1d1f70785e6b-b60a08a5, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-b60a08a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-b2c221ad, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-275097cc, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-2878efbe, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-0bc34f3f, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-0ab6e428, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-7e94dba1, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-798cfc98, #w-node-_0dc2ef25-419f-2c57-6992-8ed374eec2b4-b60a08a5 {
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_435764f6-66f6-14af-d66c-8b2b49b209e2-49b209d8 {
    justify-self: start;
  }

  #w-node-_435764f6-66f6-14af-d66c-8b2b49b209e5-49b209d8 {
    justify-self: end;
  }

  #w-node-_435764f6-66f6-14af-d66c-8b2b49b209e8-49b209d8 {
    justify-self: start;
  }

  #w-node-_435764f6-66f6-14af-d66c-8b2b49b209eb-49b209d8 {
    justify-self: end;
  }

  #w-node-_7b16ea7b-6525-a61e-cd8f-869314949983-275097cc {
    justify-self: start;
  }

  #w-node-_06c1eaa3-c82f-4f1f-5d85-125eb0b677b7-275097cc {
    justify-self: end;
  }

  #w-node-_318757dd-c1a8-e7fc-6897-9a86b9c94374-275097cc {
    justify-self: start;
  }

  #w-node-_3d7b0303-edbc-51df-25dd-bae16bee42c9-275097cc {
    justify-self: end;
  }

  #w-node-_7b16ea7b-6525-a61e-cd8f-869314949983-2878efbe {
    justify-self: start;
  }

  #w-node-_06c1eaa3-c82f-4f1f-5d85-125eb0b677b7-2878efbe {
    justify-self: end;
  }

  #w-node-_318757dd-c1a8-e7fc-6897-9a86b9c94374-2878efbe {
    justify-self: start;
  }

  #w-node-_3d7b0303-edbc-51df-25dd-bae16bee42c9-2878efbe {
    justify-self: end;
  }

  #w-node-_7b16ea7b-6525-a61e-cd8f-869314949983-0ab6e428 {
    justify-self: start;
  }

  #w-node-_06c1eaa3-c82f-4f1f-5d85-125eb0b677b7-0ab6e428 {
    justify-self: end;
  }

  #w-node-_318757dd-c1a8-e7fc-6897-9a86b9c94374-0ab6e428 {
    justify-self: start;
  }

  #w-node-_3d7b0303-edbc-51df-25dd-bae16bee42c9-0ab6e428 {
    justify-self: end;
  }

  #w-node-_7b16ea7b-6525-a61e-cd8f-869314949983-7e94dba1 {
    justify-self: start;
  }

  #w-node-_06c1eaa3-c82f-4f1f-5d85-125eb0b677b7-7e94dba1 {
    justify-self: end;
  }

  #w-node-_318757dd-c1a8-e7fc-6897-9a86b9c94374-7e94dba1 {
    justify-self: start;
  }

  #w-node-_3d7b0303-edbc-51df-25dd-bae16bee42c9-7e94dba1 {
    justify-self: end;
  }

  #w-node-_7b16ea7b-6525-a61e-cd8f-869314949983-798cfc98 {
    justify-self: start;
  }

  #w-node-_06c1eaa3-c82f-4f1f-5d85-125eb0b677b7-798cfc98 {
    justify-self: end;
  }

  #w-node-_318757dd-c1a8-e7fc-6897-9a86b9c94374-798cfc98 {
    justify-self: start;
  }

  #w-node-_3d7b0303-edbc-51df-25dd-bae16bee42c9-798cfc98 {
    justify-self: end;
  }

  #w-node-_7b16ea7b-6525-a61e-cd8f-869314949983-b60a08a5 {
    justify-self: start;
  }

  #w-node-_06c1eaa3-c82f-4f1f-5d85-125eb0b677b7-b60a08a5 {
    justify-self: end;
  }

  #w-node-_318757dd-c1a8-e7fc-6897-9a86b9c94374-b60a08a5 {
    justify-self: start;
  }

  #w-node-_3d7b0303-edbc-51df-25dd-bae16bee42c9-b60a08a5 {
    justify-self: end;
  }
}


