@font-face {
  font-family: Public Sans;
  src: url('../fonts/Public_Sans.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Courier;
  src: url('../fonts/cour.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Firacode Variablefont Wght;
  src: url('../fonts/FiraCode-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans Variablefont Wght;
  src: url('../fonts/PublicSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans Variablefont Wght;
  src: url('../fonts/PublicSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Variablefont Wght;
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --silver: #bebebf;
  --111: #1a1b1f;
  --black: black;
  --white: white;
  --grey1: #00000080;
  --black-2: #0000000d;
  --grey2: var(--grey1);
}

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.work-detail-page-container {
  width: 80%;
  max-width: 1600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  color: var(--silver);
  padding-bottom: 0;
  font-size: 10px;
  line-height: 100%;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--111);
  text-transform: none;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: 1;
  color: var(--black);
  text-align: justify;
  margin-bottom: 22px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.paragraph-light.cc-position-name {
  margin-bottom: 0;
}

.section {
  opacity: 1;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.big-title-2 {
  opacity: 1;
  width: 100%;
  margin: 100px auto 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.big-title-2.cc-bigger-light {
  opacity: .6;
  margin-top: 10px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 1px 11px #fff;
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-right: -10px;
  padding-left: 0;
  display: flex;
}

.navigation {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding: 30px 50px;
  display: flex;
  position: sticky;
  top: auto;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  text-align: left;
  margin-top: 2px;
  margin-bottom: 4.5px;
  margin-left: -1.5px;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / auto auto;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  margin-bottom: 80px;
  display: grid;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition: opacity .2s;
}

.project-name-link:hover {
  opacity: .8;
  color: var(--black);
  background-color: #0000;
  font-weight: 400;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: relative;
  bottom: 0;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.about-head-text-wrap {
  margin-bottom: 0;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 13px;
  color: var(--111);
  background-color: #0000;
  grid-template: "."
  / 1fr;
  width: 100%;
  max-width: 1600px;
  margin: 120px auto 100px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / auto;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #00000038;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.image-2, .image-3 {
  overflow: auto;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.image-4, .image-5 {
  overflow: visible;
}

.body {
  background-color: var(--white);
  object-fit: fill;
  border: 1px #000;
}

.video {
  padding-right: 0;
}

.container-2 {
  margin-bottom: 203px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.container-3 {
  max-width: none;
  max-height: none;
}

.video-2 {
  margin-bottom: 120px;
}

.columns {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.image-6 {
  margin-left: 0;
  margin-right: 0;
}

.column {
  padding-left: 10px;
  padding-right: 10px;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       "Area Area"
                       "Area-2 Area-2"
                       "Area-3 Area-3";
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: auto;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-template: "Area Area"
  / 1fr;
  width: auto;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  width: auto;
  max-width: 2000px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.image-9 {
  overflow: auto;
}

.link-block {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.grid-5 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-areas: "Area Area";
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template: "Area Area Area"
  / 1fr 1fr 1fr;
  width: auto;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.grid-7 {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       "Area Area"
                       ". ."
                       ". .";
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  opacity: .94;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  outline: 0 #1a1b1f;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  overflow: auto;
}

.image-11 {
  border: 5px none var(--silver);
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 0;
  outline: 3px #1a1b1f;
  width: 100%;
  height: auto;
  padding-top: 0;
}

.paragraph {
  text-align: center;
}

._2-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  text-align: center;
}

.image-12, .image-13, .image-14, .image-15 {
  border-radius: 0;
  width: 100%;
}

.text-block-7 {
  color: var(--white);
}

.div-block-3 {
  text-shadow: 0 0 20px #000;
  background-color: #0000;
  border-radius: 0;
  margin-top: 100px;
}

.image-16 {
  opacity: 1;
}

.code-chart-columns {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-column {
  padding-left: 0;
  padding-right: 0;
}

.text-block-8 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-8.paragraph-bigger {
  color: var(--black);
  width: auto;
}

.html-embed {
  background-image: url('../images/code-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 700px;
  margin-left: 0;
}

.image-17 {
  border: 1px solid #0000001c;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
}

.chart-column {
  border: 1px none var(--111);
  padding-left: 10px;
  padding-right: 0;
}

.more-about-grid {
  grid-template-rows: auto;
  width: auto;
  margin: 140px auto 40px;
}

.text-block-9 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 6px;
  font-size: 40px;
}

.top-button-big {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-10, .text-block-11 {
  text-decoration: none;
}

.text-block-12 {
  text-align: center;
}

.thanks {
  text-align: center;
  margin-top: 10px;
}

.section1 {
  color: var(--black);
  background-image: url('../images/Sympathetic-Orchestra-new.jpg');
  background-position: 0 0;
  background-size: contain;
  margin-top: 0;
  padding-top: 1px;
}

.heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 100;
  line-height: 69px;
}

.video-3 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-11 {
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.work-page-title-section {
  background-image: url('../images/养花机和水箱渲染2.37-2.jpg');
  background-position: 0 0;
  background-size: contain;
  padding-top: 1px;
}

.heading-2 {
  color: var(--white);
  font-size: 64px;
  line-height: 64px;
}

.heading-white-old {
  color: var(--white);
  text-shadow: 0 0 20px #000;
  font-size: 64px;
  font-weight: 800;
  line-height: 64px;
}

.text-block-14 {
  color: var(--white);
  text-shadow: 1px 1px 11px #000;
}

.bold-text {
  text-shadow: 0 0 20px #000000d6;
}

.container-4 {
  padding-left: 0;
}

.section-2 {
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.grid-12 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.image-18 {
  width: 90%;
  height: auto;
  max-height: 896.555px;
  margin-left: auto;
  margin-right: auto;
}

.work-page-content-section {
  color: var(--black);
  border: 5px #bebebf;
  width: 80%;
  max-width: 1600px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
}

.grid-13 {
  grid-template: "."
  / 1fr 1fr 1fr;
}

.text-block-15 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.text-block-16 {
  text-align: center;
  padding-bottom: 40px;
}

.text-block-17, .text-block-18 {
  text-align: center;
}

.text-block-19 {
  text-align: center;
  padding-bottom: 40px;
}

.text-block-20 {
  text-align: center;
}

.image-19, .image-20 {
  width: 100%;
}

.text-block-21 {
  text-align: center;
}

.text-block-22 {
  text-align: center;
  padding-bottom: 40px;
}

.text-block-23 {
  text-align: center;
}

.grid-14 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area"
                       ". ."
                       ". .";
  width: 100%;
  height: 9.27624%;
  overflow: auto;
}

.image-21 {
  width: 100%;
  overflow: auto;
}

.text-block-24, .text-block-25 {
  text-align: center;
}

.image-22, .image-23 {
  border: 1px solid var(--grey1);
  width: 100%;
}

.image-24 {
  width: 100%;
}

.flow-chart {
  border: 1px solid #00000040;
  width: 100%;
  height: 100%;
  max-height: 900px;
  margin: auto;
}

.column-4 {
  border: 1px solid var(--grey1);
  border-radius: 1px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.column-5 {
  padding-left: 0;
  padding-right: 10px;
}

.image-26 {
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-15 {
  grid-template: ". Area Area Area"
                 ". Area Area Area"
                 ". Area Area Area"
                 ". Area-2 Area-2 Area-2"
                 / 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.text-block-26 {
  text-align: center;
}

.image-27 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 218px;
  overflow: visible;
}

.image-28 {
  height: 80%;
  max-height: 218px;
  margin: auto;
}

.image-29 {
  max-height: none;
}

.image-30, .image-31 {
  max-height: 218px;
}

.image-32 {
  max-height: none;
}

.paragraph-2 {
  text-align: justify;
}

.paragraph-3 {
  text-align: center;
}

.grid-16 {
  grid-template-rows: auto;
}

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

.text-block-27 {
  padding-top: 20px;
}

.grid-18 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-28 {
  text-align: justify;
  font-family: Droid Sans, sans-serif;
}

.next-project {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.text-block-30, .text-block-31 {
  text-align: center;
}

.bold-text-2 {
  font-size: 36px;
}

.grid-19 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.section-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  width: auto;
  max-width: 200px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
}

.all-works {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.all-works-head-black {
  text-align: center;
  margin: 97px 0 0;
  font-weight: 200;
  text-decoration: none;
}

.all-works-head-black:hover {
  color: #32343ac4;
  background-color: #0000;
  font-weight: 200;
}

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

.all-works-section {
  width: 35%;
  min-width: 400px;
  max-width: 1600px;
  margin: 61px auto 72px;
}

.text-block-32 {
  margin-right: 34px;
}

.image-33 {
  height: 100%;
  max-height: 300px;
  margin: auto 0 auto auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cv-grid {
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 3fr .5fr;
  margin-top: 10px;
}

.text-block-33, .cv-heading {
  border-bottom: 1px solid #000;
  margin-top: 40px;
}

.time-text {
  text-align: right;
  font-family: Droid Sans, sans-serif;
}

.text-block-36, .text-block-37, .text-block-38 {
  text-align: right;
}

.text-block-39 {
  text-align: left;
}

.text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
  text-align: right;
}

.heading-4 {
  border-bottom: 1px #000;
  margin-top: 40px;
}

.image-34 {
  width: auto;
  max-width: 290px;
  height: auto;
  max-height: 250px;
  margin: auto;
}

.image-35 {
  max-width: 290px;
}

.image-social {
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  max-width: 290px;
  max-height: 200px;
  margin: auto;
}

.image-36 {
  width: 100%;
}

.image-37 {
  width: 100%;
  max-width: none;
}

.html-embed-2 {
  object-fit: scale-down;
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 480px;
  max-height: 1080px;
  overflow: auto;
}

.video-embed-big {
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 720px;
  min-height: 480px;
  max-height: none;
  margin-bottom: 10px;
}

.image-38 {
  width: 100%;
  margin-top: 0;
}

.social-media-image {
  background-color: var(--grey1);
  background-image: url('../images/image-loading.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 50%;
  width: 100%;
  min-width: 10px;
  height: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .75fr;
}

.link-block-3 {
  width: 100%;
  margin-top: 10px;
}

.text-block-47 {
  margin: auto;
}

.work-page-project-name {
  text-align: center;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 12px;
}

.work-page-project-name:hover {
  background-color: #0000;
}

.button-2 {
  text-align: center;
  background-color: #333537;
  margin-top: 59px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.button-2:hover {
  color: #d1d1d1;
}

.html-embed-4 {
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  min-width: auto;
  height: 720px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-40 {
  width: 100%;
  height: 100%;
}

.code-grid {
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area";
  margin-bottom: 10px;
}

.image-41 {
  width: 100%;
  height: 100%;
}

.image-42 {
  width: 100%;
  height: 100%;
}

.works-page-heading {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 200;
}

.music-image {
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.music-title {
  text-align: left;
  height: auto;
  min-height: 60px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.work-columns {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.works-page {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.music-link-block {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.music-link-block:hover {
  color: var(--black);
  background-color: #0000;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  width: 100%;
  text-decoration: none;
}

.image-44 {
  width: 100%;
}

.project-link-block {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.project-link-block:hover {
  background-color: #0000;
}

.link-block-11, .link-block-12 {
  text-decoration: none;
}

.link-block-13 {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-13:hover {
  background-color: #00000021;
}

.link-block-14 {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-14:hover {
  background-color: #00000021;
}

.link-block-15 {
  text-decoration: none;
}

.fine-art-link-block {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.fine-art-link-block:hover {
  background-color: #0000;
  margin-bottom: 10px;
}

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

.container-7 {
  max-width: 2000px;
}

.section-7 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.grid-25 {
  grid-template-rows: auto;
}

.image-45, .image-46 {
  width: 100%;
}

.paragraph-4 {
  text-align: justify;
  font-family: Droid Sans, sans-serif;
}

.grid-26 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "."
                       "Area"
                       "Area";
  margin-top: 63px;
}

.grid-27 {
  grid-template: "."
                 "Area"
                 "Area"
                 / 1fr 1fr;
  margin-top: 20px;
}

.image-47 {
  margin-top: 10px;
}

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

.section-8 {
  max-width: 2000px;
}

.section-9 {
  width: 80%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  text-align: left;
  font-family: Droid Sans, sans-serif;
}

.bold-text-3 {
  color: var(--white);
  text-shadow: 0 0 20px #000;
}

.bold3 {
  font-weight: 800;
}

.div-block-4 {
  background-image: url('../images/9331623639553_.pic_hd.jpg');
  background-position: 0 0;
  background-size: contain;
  padding-top: 10px;
}

.text-block-50 {
  color: var(--white);
  text-shadow: 1px 1px 7px #000;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .paragraph-6 {
  color: var(--black);
}

.text-block-51 {
  text-align: right;
  margin-bottom: 88px;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
}

.grid-28 {
  grid-column-gap: 9px;
  grid-template: ". . ."
                 "Area Area Area"
                 / .6fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-29 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-48 {
  height: auto;
  max-height: 800px;
  margin-left: 0;
}

.image-49 {
  max-height: 800px;
}

.image-50, .image-51 {
  width: 100%;
}

.image-52 {
  width: 100%;
  height: 100%;
}

.paragraph-7 {
  text-align: justify;
  font-family: Droid Sans, sans-serif;
}

.image-53 {
  margin: auto;
}

.image-54 {
  max-height: none;
  margin: auto;
}

.text-block-52 {
  text-align: center;
}

.grid-30 {
  grid-template-rows: .25fr auto;
  grid-template-areas: ". Area"
                       ". Area";
}

.html-embed-5 {
  margin-left: auto;
  margin-right: auto;
}

.grid-31 {
  grid-template-rows: auto;
}

.html-embed-6 {
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: auto;
  margin: 0;
}

.text-block-53 {
  text-align: justify;
  font-family: Droid Sans, sans-serif;
}

.text-block-54 {
  text-align: center;
}

.grid-32 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  margin-top: 60px;
  margin-bottom: 20px;
}

.button-3 {
  text-align: center;
  background-color: #73737359;
  margin: 20px 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-55 {
  text-align: right;
  text-decoration: underline;
}

.link-block-17, .link-block-18 {
  text-decoration: none;
}

.image-55, .image-56 {
  width: 100%;
}

.image-57 {
  height: auto;
}

.image-58 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-33 {
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1.25fr;
  margin-bottom: 20px;
}

.text-block-56, .text-block-57, .text-block-58 {
  text-align: center;
}

.grid-34 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-8 {
  text-align: justify;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.grid-35 {
  grid-template-rows: auto;
}

.html-embed-7 {
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 800px;
  max-width: 2000px;
  height: 720px;
  min-height: 480px;
  max-height: 1080px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.grid-37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.body-2 {
  margin-bottom: 20px;
}

.grid-38 {
  grid-template-rows: auto auto;
  margin-top: 20px;
}

.html-embed-8 {
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.image-59, .image-60, .image-61 {
  width: 100%;
}

.html-embed-9 {
  background-image: url('../images/YouTube-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
}

.text-block-59 {
  margin-top: 100px;
}

.image-62 {
  width: 100%;
}

.grid-39 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  background-color: #fff;
  max-width: 2100px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.image-63 {
  width: 100%;
}

.section-10 {
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container-9 {
  max-width: 1600px;
}

.div-block-6 {
  background-image: url('../images/IMG_7958.jpg');
  background-position: 0 0;
  background-size: contain;
  margin-top: 0;
  padding-top: 1px;
}

.paragraph-title-white {
  color: var(--white);
  text-align: left;
  text-shadow: 0 0 9px #000, 0 1px 14px #000;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.div-block-7 {
  margin-top: 0;
}

.grid-40 {
  grid-template-rows: auto;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-64 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  margin: auto;
}

.paragraph-10 {
  margin-top: 40px;
  margin-bottom: 0;
}

.grid-41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-65 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-66 {
  width: 100%;
  margin-top: 0;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-areas: ".";
  margin-top: 20px;
}

.paragraph-11, .text-block-60, .text-block-61 {
  text-align: center;
}

.text-block-62 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.text-block-63 {
  text-align: center;
}

._2-columns-pic-grid {
  grid-template-rows: auto;
  margin-bottom: 10px;
}

.html-embed-10 {
  background-image: url('../images/embed.png');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 480px;
  min-height: 480px;
  margin-top: 20px;
}

.html-embed-10.youtube-embed {
  background-image: url('../images/YouTube-embed.png');
  background-repeat: no-repeat;
}

.body-3 {
  margin-top: auto;
}

.image-67 {
  width: 100%;
}

.image-68 {
  width: 100%;
}

.text-block-64 {
  text-align: center;
  font-size: 10px;
}

.section-11 {
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  background-image: url('../images/羽毛球鞋渲染.41.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-9 {
  margin-top: auto;
  padding-top: 1px;
}

.image-landscape-long {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-44 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-65 {
  text-align: center;
}

.text-block-66 {
  text-align: center;
  font-size: 8px;
}

.div-block-10 {
  background-image: url('../images/模型渲染.149.png');
  background-size: contain;
}

.grid-46 {
  grid-template-rows: auto;
}

.grid-47 {
  margin-top: 20px;
}

.text-block-67, .text-block-68 {
  text-align: right;
}

.image-70 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-71 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.section-12 {
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.image-72 {
  width: 100%;
  height: 100%;
}

.image-73, .image-74, .image-75, .image-76, .image-77, .image-78, .image-79, .image-80, .image-81, .image-82, .image80 {
  width: 100%;
}

.image-100 {
  background-color: var(--grey1);
  background-image: url('../images/image-loading.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  width: 100%;
  min-width: 30px;
  height: 100%;
  min-height: 30px;
  font-weight: 500;
}

.image-84, .image-85, .image-86, .image-87, .image-88, .image-89, .image-90, .image-91, .image-92, .image-93, .image-94 {
  width: 100%;
}

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

.div-block-12 {
  background-color: var(--white);
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}

.work-page-div-block {
  opacity: 1;
  width: 100%;
  max-width: 2000px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.body-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  max-width: 2000px;
  margin-left: 50px;
  margin-right: 50px;
}

.text-block-69 {
  padding-left: 0;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.lightbox-link:hover {
  background-color: #0000;
}

.lightbox-link-2 {
  text-decoration: none;
}

.image-95 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.text-block-70 {
  color: var(--black);
}

.text-block-73 {
  text-align: center;
  margin-top: 88px;
  margin-left: 1043px;
  margin-right: 0;
  padding-top: 0;
  font-size: 300px;
  font-weight: 900;
}

.text-block-72 {
  margin: 519px 621px -381px -267px;
  padding-top: 0;
  font-size: 300px;
  font-weight: 900;
}

.text-block-74 {
  margin-top: -313px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 485px;
  font-size: 300px;
  font-weight: 900;
}

.column-6, .column-7, .column-8, .column-9 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-4 {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "Area-2"
                 / 3fr .75fr;
  margin-top: 0;
  margin-bottom: 40px;
}

.body-5 {
  border: 1px #000;
  margin-bottom: 0;
}

.grid-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 5.25fr 1.25fr;
  grid-template-areas: "Area"
                       "Area";
}

.image-96 {
  opacity: .82;
  width: 150px;
  margin-top: auto;
  margin-left: auto;
}

.html-embed-11 {
  background-image: url('../images/YouTube-embed.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: auto;
  height: 480px;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.paragraph-12 {
  font-family: Droid Sans, sans-serif;
}

.html-embed-12 {
  background-image: url('../images/code-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.html-embed-13 {
  background-image: url('../images/YouTube-embed.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.html-embed-14 {
  background-image: url('../images/code-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-bottom: 0;
}

.html-embed-15, .html-embed-16, .html-embed-17 {
  background-image: url('../images/code-embed.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-75 {
  margin-top: 82px;
}

.submit-button {
  background-color: var(--silver);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-76 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 300;
}

.field-label, .field-label-2, .field-label-3 {
  text-align: center;
}

.music-name-block {
  height: auto;
  margin: 0;
  font-size: 15px;
  font-weight: 200;
  line-height: 100%;
  position: static;
  inset: auto auto 0% 0%;
}

.cv-text {
  text-align: justify;
  margin-top: 1px;
  font-family: Droid Sans, sans-serif;
  line-height: 120%;
}

.grid-50 {
  grid-row-gap: 9px;
  grid-template-columns: 1fr;
}

.text-block-40-copy {
  text-align: right;
}

.link-block-19 {
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
}

.link-block-19:hover {
  opacity: 1;
}

.link-block-20 {
  text-decoration: none;
}

.back-to-top {
  background-color: var(--white);
  opacity: .4;
  cursor: auto;
  border-radius: 0;
  width: 45px;
  height: 45px;
  transition: opacity .15s;
  position: fixed;
  inset: auto 15px 60px auto;
  box-shadow: 0 0 20px #00000024;
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top-image {
  border-radius: 1px;
  width: 50%;
  height: 50%;
  margin: 10px auto auto;
  padding-top: 0;
}

.link-block-21 {
  text-decoration: none;
}

.link-block-21:hover {
  border: 1px #000;
}

.work-container, .work-container:hover {
  background-color: #0000;
}

.work-image-link {
  width: 100%;
  text-decoration: none;
}

.work-essentials-columns {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.work-column {
  border: 5px none var(--white);
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
}

.work-column:hover {
  background-color: #0000;
}

.work-essentials {
  margin-bottom: 60px;
  margin-left: 50px;
  margin-right: 49px;
}

.music-columns {
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
}

.music-link-container {
  background-color: #0000;
  height: 100%;
  min-height: 400px;
  margin-bottom: 10px;
  padding-left: 0;
}

._2-columns {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.pic-txt-column {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

._3-columns {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.image-description {
  text-align: center;
  margin-top: 0;
  line-height: 120%;
}

.conducting-gestures, ._4-columns {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.grid-1-3 {
  grid-template-columns: 1fr 3fr;
}

.image-101 {
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-102 {
  max-height: 160px;
  margin-left: auto;
  margin-right: auto;
}

.work-page-essentials {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
}

.music-columns-on-work-page {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.paragraph-light-chinese {
  opacity: 1;
  color: var(--black);
  text-align: justify;
  margin-bottom: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 210%;
}

.paragraph-light-chinese.cc-position-name {
  margin-bottom: 0;
}

.big-title-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.container-11 {
  margin-bottom: 10px;
}

.image-width-100 {
  background-color: var(--grey1);
  background-image: url('../images/image-loading.png');
  background-repeat: repeat;
  background-size: 50%;
  background-attachment: scroll;
  width: 100%;
  min-width: 30px;
  height: auto;
  min-height: 30px;
  font-weight: 500;
}

.image-100-with-border {
  border: 1px solid var(--silver);
  background-color: var(--grey1);
  background-image: url('../images/image-loading.png');
  background-repeat: repeat;
  background-size: 50%;
  background-attachment: scroll;
  width: 100%;
  min-width: 30px;
  height: 100%;
  min-height: 30px;
  font-weight: 500;
}

.heading-5 {
  margin-top: 100px;
  font-size: 30px;
}

.div-block-6-copy {
  background-image: url('../images/vrviolin.199.png');
  background-position: 0 0;
  background-size: contain;
  margin-top: 0;
  padding-top: 1px;
}

.div-block-6-copy-copy {
  background-image: url('../images/DSC09406.jpeg');
  background-position: 0 0;
  background-size: contain;
  margin-top: 0;
  padding-top: 1px;
}

.div-block-8-copy {
  background-image: url('../images/Screenshot-2022-12-19-at-00.06.42-2.jpg');
  background-position: 0 0;
  background-size: contain;
}

.work-page-title-section-copy {
  background-image: url('../images/XiaoIn.jpg');
  background-position: 0 0;
  background-size: contain;
  padding-top: 1px;
}

.image-width-100-and-borders {
  border: 1px solid var(--silver);
  background-color: var(--grey1);
  background-image: url('../images/image-loading.png');
  background-repeat: repeat;
  background-size: 50%;
  background-attachment: scroll;
  width: 100%;
  min-width: 30px;
  height: auto;
  min-height: 30px;
  font-weight: 500;
}

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

.image-right {
  border: 1px none var(--grey1);
  max-width: 1100px;
  max-height: 400px;
  margin: auto;
}

.grid-51 {
  grid-template-rows: auto auto auto auto;
}

.portfolio-description-git {
  color: var(--grey1);
  text-align: justify;
  min-height: 200px;
  margin-right: 0;
  padding-top: 5px;
  padding-left: 100px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 105%;
}

.text-span {
  color: var(--grey1);
}

.cond_research_image {
  width: 100%;
  min-width: auto;
  max-width: 553px;
  min-height: auto;
  margin: auto;
  padding-top: 22px;
  padding-left: 55px;
}

.image-103 {
  width: 100%;
  max-width: 474px;
  margin: auto;
  padding-top: 80px;
}

.image-103-copy {
  width: 100%;
  max-width: 553px;
  margin: auto;
}

.cond_research_image-copy {
  width: 100%;
  max-width: 553px;
  min-height: auto;
  margin: auto;
  padding-top: 0;
  padding-left: 55px;
}

.paragraph-big {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 120%;
}

.resume-title {
  opacity: 1;
  width: 100%;
  margin: 100px auto 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.resume-title.cc-bigger-light {
  opacity: .6;
  margin-top: 10px;
}

.image-cn {
  max-height: 700px;
  margin-left: auto;
}

.image-cn:hover {
  opacity: 0;
  background-image: none;
}

.image-en {
  height: 100%;
  max-height: 700px;
  margin-bottom: 0;
  margin-right: auto;
}

.image-en:hover {
  opacity: 0;
}

.link-block-22 {
  background-image: url('../images/Cn_smile.PNG');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
}

.columns-5 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-23 {
  background-image: url('../images/En_smile.PNG');
  background-position: 0 0;
  background-size: cover;
  height: 98%;
  margin-right: auto;
}

.grid-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: auto;
}

.text-block-80 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-24, .link-block-25 {
  text-decoration: none;
}

.div-block-15 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 800px;
  margin-top: 0;
}

.text-block-81 {
  color: var(--grey1);
  text-align: center;
  margin-top: 60px;
}

.text-link-big {
  margin-top: 10px;
  font-size: 20px;
  line-height: 130%;
}

.text-link-container {
  margin-top: 74px;
  margin-bottom: 90px;
}

.text-title-big {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
}

.paragraph-light-middle {
  opacity: 1;
  color: var(--black);
  text-align: center;
  margin-bottom: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-light-middle.cc-position-name {
  margin-bottom: 0;
}

.cv-name-heading {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
}

.cv-container {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 68px;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13-copy {
  width: 100%;
  max-width: 2000px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.tmg-div-block {
  margin-bottom: 500px;
}

.italic-text {
  color: #1d4eff;
}

.quote {
  color: var(--111);
  text-align: left;
  background-color: #fff5ac2b;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.quote-head {
  color: var(--silver);
  margin-bottom: -29px;
  margin-left: -20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.quote-tail {
  color: var(--silver);
  text-align: right;
  margin-top: -29px;
  margin-right: -20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
}

.work-heading-div-block-nnmp {
  background-image: url('../images/IMG_9210.jpg');
  background-size: contain;
}

.slider {
  height: 100%;
}

.slide-nav {
  opacity: 1;
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 1px 5px var(--silver);
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #0000;
  margin-bottom: 0;
}

.paragraph-homepage {
  max-width: 960px;
  margin-bottom: 20px;
  margin-right: 64px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 110%;
}

.columns-home-bio {
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
}

.image-home {
  max-height: 300px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.link-in {
  display: inline;
}

.link-in-paragraph {
  font-style: normal;
  display: inline;
}

.link-3, .link-4 {
  display: inline;
}

.paragraph-light-side {
  aspect-ratio: auto;
  opacity: 1;
  color: var(--black);
  text-align: left;
  margin: auto auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
  position: static;
  inset: auto 0% 0;
}

.paragraph-light-side.cc-position-name {
  margin-bottom: 0;
}

.link-5 {
  display: inline;
}

.work-heading-div-block-water {
  background-image: url('../images/water-synth.jpg');
  background-size: contain;
}

.text-block-82 {
  margin-left: 20px;
  margin-right: auto;
}

.background-video {
  opacity: 1;
  pointer-events: none;
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.section-13 {
  opacity: 1;
  background-color: #0000;
  height: 100%;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.text-block-83 {
  color: #1a1b1f4f;
  margin-right: -7px;
  font-size: 10px;
  line-height: 120%;
}

.button-4 {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #42424261;
  border-radius: 0;
  margin: auto;
}

.button-4:hover {
  color: #000;
  background-color: #ffffffc4;
  font-weight: 400;
}

.button-4:active {
  color: #000;
  background-color: #fff;
}

.container-12 {
  width: auto;
  max-width: 180px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  inset: 43% 0%;
}

.heading-4-copy {
  border-bottom: 1px #000;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
}

.paragraph-about {
  max-width: 960px;
  margin-bottom: 20px;
  margin-right: 64px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.columns-about-bio {
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

.image-about {
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  padding-right: 10px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-about:hover {
  opacity: 1;
  background-image: url('../images/bob_laugh.JPG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 3px;
  overflow: clip;
}

.div-block-12-copy {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}

.work-essentials-copy {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.music-columns-copy {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}

.section-14 {
  height: 100%;
}

.div-block-17 {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  outline: 3px #1a1b1f;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  transition: opacity .2s;
}

.background-video-2 {
  height: 100%;
  min-height: 100%;
}

.div-block-18 {
  height: 100%;
  min-height: 100px;
  margin-top: 183px;
  position: fixed;
  inset: 100%;
}

.video-4 {
  pointer-events: none;
  height: 90%;
  max-height: 900px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  position: static;
  inset: 0%;
}

.paragraph-about-1 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
}

.about-button {
  color: #000;
  background-color: #e9eaeb;
  margin-right: 20px;
}

.about-button:hover {
  background-color: #cecece;
}

.container-13 {
  margin-top: auto;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: 0%;
}

.column-17 {
  height: 100%;
}

.container-14 {
  clear: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: inline-block;
}

.friends-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.friends-link {
  text-decoration: underline;
}

.friends-name {
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
}

.friends-description {
  color: #80838f;
  margin-top: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.friends-link-block {
  text-decoration: none;
}

.container-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .95;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.works-page-catalog {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.works-catalog-link {
  color: gray;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition-duration: .1s;
  display: inline;
}

.works-catalog-link:hover {
  color: #000;
}

.works-catalog-link:active {
  color: #b4b4b4;
  line-height: 180%;
}

.grid-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ".";
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-research {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
  padding-right: 20px;
}

.link-100 {
  width: 100%;
  text-decoration: none;
}

.research-cards-text {
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.heading-black-big {
  color: var(--black);
  font-size: 64px;
  font-weight: 200;
  line-height: 64px;
}

.section-15 {
  height: 100%;
  position: static;
}

.black-background {
  background-color: #000;
}

.paragraph-light-white {
  opacity: 1;
  color: var(--white);
  text-align: justify;
  margin-bottom: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-light-white.cc-position-name {
  margin-bottom: 0;
}

.paragraph-light-chinese-white {
  opacity: 1;
  color: var(--white);
  text-align: justify;
  margin-bottom: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 210%;
}

.paragraph-light-chinese-white.cc-position-name {
  margin-bottom: 0;
}

.big-title-2-white {
  opacity: 1;
  color: #fff;
  width: 100%;
  margin: 100px auto 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.big-title-2-white.cc-bigger-light {
  opacity: .6;
  margin-top: 10px;
}

.paragraph-big-white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 120%;
}

.image-description-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  line-height: 120%;
}

.thanks-white {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.next-project-white {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.all-works-head-white {
  color: #fff;
  text-align: center;
  margin: 97px 0 140px;
  font-weight: 200;
  text-decoration: none;
}

.all-works-head-white:hover {
  color: #c2c2c2c4;
  background-color: #0000;
  font-weight: 200;
}

.heading-white-new {
  color: var(--white);
  text-shadow: 0 0 20px #000;
  font-size: 64px;
  font-weight: 200;
  line-height: 64px;
}

.code-block-450 {
  border: .001px #000;
  height: 100%;
  max-height: 450px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.code-block-250 {
  border: .001px #000;
  width: 100%;
  height: 100%;
  max-height: 250px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.code-block-900 {
  border: .001px #000;
  height: 100%;
  max-height: 900px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.album-pic-text {
  opacity: 1;
  color: var(--grey1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 130%;
}

.album-pic-text.cc-position-name {
  margin-bottom: 0;
}

.paragraph-title-black {
  color: var(--111);
  text-align: left;
  margin-bottom: 100px;
  margin-left: 4px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.grid-55 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.code-block-153 {
  border: .001px #000;
  width: 100%;
  height: 100%;
  max-height: 153px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-about-grey {
  color: var(--grey1);
  max-width: none;
  margin: 0 0 20px -.5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 110%;
}

.slider-auto {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-2 {
  background-color: #00000026;
  height: auto;
}

.mask {
  background-color: #0000;
}

.slide-nav-3 {
  opacity: .5;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.left-arrow, .right-arrow {
  opacity: .25;
}

.image-about-news {
  background-color: var(--grey1);
  background-image: url('../images/image-loading.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  width: 25%;
  min-width: auto;
  height: auto;
  min-height: auto;
  font-weight: 500;
}

.link-in-paragraph-grey {
  color: #b1b1b1;
  font-style: normal;
  display: inline;
}

.italic-bold-in-research-title {
  font-style: italic;
  font-weight: 500;
}

.odine-slide-image {
  min-height: auto;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-light-page-middle {
  opacity: 1;
  color: var(--black);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-light-page-middle.cc-position-name {
  margin-bottom: 0;
}

.div-block-image-about {
  opacity: 1;
  background-image: url('../images/bobgrand-canyon-square-smile.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  padding-right: 10px;
}

.ribbon-image-animation {
  opacity: 1;
  cursor: auto;
  transition: opacity .8s cubic-bezier(0, .428, 1, -.087);
}

.ribbon-image-animation:hover {
  opacity: 0;
}

.heading-black-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 120%;
}

.grid2-1 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr .5fr;
}

.image-max-500-left {
  max-height: 500px;
  margin-top: auto;
  margin-left: auto;
}

.image-max-500-right {
  max-height: 500px;
  margin-right: auto;
}

._2grid {
  grid-template-rows: auto;
}

.image-max-300 {
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-56 {
  grid-column-gap: 5px;
  grid-template-columns: 1fr .75fr 1.25fr;
  margin-top: 20px;
}

.image-max-300-l {
  max-height: 300px;
  margin-left: auto;
  margin-right: 0;
}

.image-max-300-r {
  max-height: 300px;
  margin-left: 0;
  margin-right: auto;
}

.bold-text-9 {
  line-height: 100%;
}

.code-embed {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 100%;
  margin: 0;
  display: block;
  overflow: auto;
}

.section-16 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-16 {
  width: 100%;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  overflow: visible;
}

.bold-text-article-name-in-pages {
  text-decoration: underline;
}

.sabbatical {
  margin-top: -5px;
  margin-bottom: -5px;
  font-family: Instrumentserif, Georgia, sans-serif;
  font-size: 22px;
  line-height: 120%;
  text-decoration: none;
}

.design-page-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 100;
  line-height: 100%;
}

.design-page-bio-image {
  margin-right: 0;
  padding-right: 10px;
}

.quote-design-page-prople {
  text-align: right;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
}

.quote-design-page {
  text-align: center;
  max-width: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 100%;
}

.block-1300px-max {
  max-width: 1300px;
  margin: 60px auto;
}

.italic-text-2 {
  line-height: 120%;
}

.works-page-heading-link {
  margin: auto 0 0 10px;
}

.flex-block-in-works-page-heading {
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.block-1000px-max {
  max-width: 1000px;
  margin: 60px auto;
}

.paragraph-13 {
  margin-bottom: 0;
}

.image-in-collaborations {
  max-height: 18px;
  margin-top: 0;
  margin-bottom: -200px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-17 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff0;
  width: 100%;
  max-width: none;
  height: 50px;
}

.div-block-19 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.swe-page-title {
  color: #1a1b1f;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Firacode Variablefont Wght, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

.rich-text-block {
  color: #1d42d8;
  line-height: 100%;
}

.swehero-purple, .swehero_purple-copy {
  color: purple;
  font-weight: 400;
}

.swehero-darkblue {
  color: #4c73ff;
  font-weight: 400;
}

.swehero-greyblue {
  color: #402ec9;
  font-weight: 400;
}

.swehero-grey {
  color: #666;
  font-weight: 400;
}

.swehero-brown {
  color: #ca9d8d;
  font-weight: 400;
}

.swehero-red {
  color: #0e898b;
  font-weight: 400;
}

.trusted-by-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.trusted-by-logo-image {
  max-height: 30px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.trusted-by {
  margin-top: -18px;
  margin-bottom: -18px;
  font-size: 30px;
  font-weight: 200;
}

.beta {
  background-color: #e2e2e2;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.my-vision {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 300;
}

.paragraph-vision {
  opacity: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 22px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-vision.cc-position-name {
  margin-bottom: 0;
}

.works-page-heading-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 200;
}

.best-paper-award {
  background-color: #ffbcbc;
  font-weight: 500;
}

.collection-list-wrapper {
  opacity: 0;
}

.columns-6 {
  max-height: 200px;
}

.image-104 {
  max-height: 20px;
}

.link-in-paragraph-no-underline {
  text-align: justify;
  font-style: normal;
  text-decoration: none;
  display: inline;
}

.ribbon-image-right {
  max-width: 250px;
  margin-left: auto;
}

.ribbon-image-animation-right {
  opacity: 1;
  cursor: auto;
  background-image: url('../images/Berkeley_GraphicElements_Ribbon_CaliforniaGold_RGB.png');
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 250px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-about-animation {
  opacity: 1;
  cursor: auto;
}

.image-about-animation:hover {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .work-detail-page-container {
    width: 90%;
    padding-top: 0;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-light {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .big-title-2 {
    margin-top: 40px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px;
    top: auto;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .name-text {
    font-size: 27px;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .project-name-link {
    margin-top: -15px;
    font-size: 15px;
    line-height: 50px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .about-head-text-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hi-there-heading {
    text-align: left;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 19px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .image-7 {
    width: 100%;
  }

  .grid-4 {
    grid-column-gap: 11px;
    grid-row-gap: 5px;
  }

  .top-button-big {
    margin-bottom: 0;
  }

  .heading {
    font-size: 50px;
    line-height: 100%;
  }

  .grid-11 {
    width: auto;
  }

  .heading-white-old, .text-block-14 {
    text-align: left;
  }

  .section-2 {
    width: 90%;
  }

  .work-page-content-section {
    width: auto;
    margin-left: 23px;
    margin-right: 23px;
  }

  .image-33 {
    height: 100%;
    max-height: 250px;
    margin-top: 20px;
    margin-right: 0;
  }

  .cv-grid {
    grid-row-gap: 4px;
  }

  .heading-4 {
    text-align: center;
  }

  .video-embed-big {
    height: 300px;
    min-height: 300px;
    margin-bottom: 10px;
  }

  .grid-21 {
    grid-column-gap: 0px;
  }

  .music-title {
    font-size: 15px;
  }

  .work-columns {
    margin-left: -5px;
    margin-right: -5px;
  }

  .works-page {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-title-white {
    text-align: left;
  }

  .grid-40 {
    width: 80%;
  }

  .image-64 {
    width: 90%;
  }

  .grid-41 {
    grid-column-gap: 0px;
  }

  ._2-columns-pic-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-12 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .work-page-div-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-14 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .text-block-73 {
    margin-left: 502px;
  }

  .text-block-72 {
    margin-left: 14px;
  }

  .text-block-74 {
    margin-top: -263px;
    margin-right: 0;
    padding-right: 387px;
  }

  .text-block-77, .text-block-78, .text-block-79 {
    font-size: 12px;
  }

  .column-10, .column-11, .column-12, .column-13, .column-14, .column-15 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .work-essentials-columns {
    margin-left: -5px;
    margin-right: -5px;
  }

  .work-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .work-essentials, .music-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .music-link-container {
    height: auto;
    min-height: 240px;
  }

  .pic-txt-column {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  ._3-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-description {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .conducting-gestures {
    width: 100%;
    display: flex;
  }

  ._4-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-light-chinese {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .image-right {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .grid-51 {
    display: block;
  }

  .resume-title {
    margin-top: 40px;
  }

  .text-title-big {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-light-middle {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .cv-name-heading {
    text-align: left;
  }

  .cv-container {
    width: 90%;
    padding-top: 0;
  }

  .div-block-13-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-light-side {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .background-video {
    max-height: none;
  }

  .container-12 {
    top: 35%;
    bottom: 0%;
  }

  .heading-4-copy {
    text-align: center;
  }

  .div-block-12-copy {
    margin-left: 23px;
    margin-right: 23px;
  }

  .work-essentials-copy, .music-columns-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .about-button {
    margin-bottom: 10px;
  }

  .heading-black-big {
    text-align: left;
  }

  .paragraph-light-white, .paragraph-light-chinese-white {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .big-title-2-white {
    margin-top: 40px;
  }

  .image-description-white {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .heading-white-new {
    text-align: left;
  }

  .album-pic-text {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .paragraph-title-black {
    text-align: left;
  }

  .paragraph-light-page-middle {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .design-page-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .swe-page-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .my-vision {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-vision {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .ribbon-image-animation-right {
    max-width: 70%;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .work-detail-page-container {
    text-align: center;
    width: 90%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-light {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .big-title-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 25px;
    position: relative;
  }

  .name-text {
    line-height: 100%;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    margin-top: 5px;
    font-size: 16px;
    line-height: 100%;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-intro-grid {
    display: block;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading {
    text-align: left;
    font-size: 30px;
    line-height: 100%;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 100%;
    max-width: 470px;
    margin-bottom: 10px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 100%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .grid-4 {
    font-size: 16px;
    line-height: 28%;
  }

  ._2-col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 155px;
    display: grid;
  }

  .code-chart-columns {
    display: block;
  }

  .html-embed {
    height: 350px;
    min-height: auto;
  }

  .chart-column {
    padding-left: 0;
  }

  .more-about-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .top-button-big {
    margin-bottom: 0;
  }

  .heading {
    font-size: 40px;
  }

  .work-page-content-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .image-33 {
    height: 100%;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
  }

  .text-block-33 {
    text-align: left;
  }

  .cv-heading {
    text-align: left;
    font-weight: 500;
  }

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

  .video-embed-big {
    height: 250px;
    min-height: 150px;
    margin-bottom: 10px;
  }

  .code-grid {
    display: block;
  }

  .music-title {
    line-height: 100%;
  }

  .link-block-4, .music-link-block, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
    width: 100%;
  }

  .paragraph-title-white {
    text-align: left;
  }

  .grid-40, .image-64 {
    width: 100%;
  }

  .grid-41, ._2-columns-pic-grid {
    display: block;
  }

  .grid-46 {
    grid-column-gap: 5px;
    display: block;
  }

  .text-block-72 {
    margin: 428px 489px -158px 115px;
  }

  .text-block-74 {
    margin-top: -442px;
    padding-right: 244px;
  }

  .music-name-block {
    font-size: 10px;
    line-height: 100%;
  }

  .bold-text-8, .cv-text {
    text-align: left;
  }

  .grid-50 {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .back-to-top {
    opacity: .88;
    width: 50px;
    height: 50px;
  }

  .back-to-top-image {
    margin-top: 12px;
  }

  .work-essentials {
    margin-bottom: 20px;
  }

  .music-link-container {
    height: auto;
    min-height: 200px;
  }

  .pic-txt-column {
    flex: 1;
    height: 100%;
  }

  ._3-columns {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-97, .more-about-link {
    width: 100%;
  }

  .image-description {
    margin-bottom: 10px;
    font-size: 12px;
  }

  ._4-columns {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .grid-1-3 {
    display: block;
  }

  .paragraph-light-chinese {
    text-align: justify;
    font-size: 16px;
    line-height: 120%;
  }

  .resume-title {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .paragraph-light-middle {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .cv-name-heading {
    text-align: left;
    font-size: 30px;
    line-height: 100%;
  }

  .cv-container {
    text-align: center;
    width: 90%;
  }

  .paragraph-homepage {
    margin-right: 0;
  }

  .image-home {
    margin-left: auto;
  }

  .paragraph-light-side {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .background-video {
    max-height: none;
  }

  .container-12 {
    top: 20%;
  }

  .paragraph-about {
    text-align: left;
    margin-right: 0;
  }

  .columns-about-bio {
    margin-bottom: 0;
    display: block;
  }

  .column-16 {
    margin-bottom: 39px;
  }

  .image-about {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
  }

  .work-essentials-copy {
    margin-bottom: 20px;
  }

  .paragraph-about-1 {
    margin-right: 0;
  }

  .about-button {
    margin-bottom: 10px;
  }

  .container-13 {
    margin-bottom: 20px;
  }

  .container-15 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-light-white {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-light-chinese-white {
    text-align: justify;
    font-size: 16px;
    line-height: 120%;
  }

  .big-title-2-white {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .image-description-white {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .album-pic-text {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-title-black {
    text-align: left;
  }

  .paragraph-about-grey {
    text-align: left;
    margin-right: 0;
  }

  .paragraph-light-page-middle {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .swe-page-title {
    font-size: 12px;
  }

  .trusted-by-grid {
    flex-flow: wrap;
    display: flex;
  }

  .paragraph-vision {
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
  }

  .ribbon-image-animation-right {
    max-width: none;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .work-detail-page-container {
    width: 90%;
    padding-top: 0;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-light {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .big-title-2 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .navigation {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .name-text {
    font-size: 18px;
    line-height: 95%;
  }

  .project-name-link {
    margin-top: 5px;
    font-size: 15px;
    line-height: 100%;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-intro-grid {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading {
    text-align: right;
    font-size: 20px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    grid-template-rows: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .grid {
    grid-column-gap: 3px;
    grid-row-gap: 8px;
  }

  .image-7 {
    width: 100%;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    place-items: stretch stretch;
  }

  .div-block-3 {
    text-align: left;
    margin-top: 0;
  }

  .code-chart-columns {
    display: block;
  }

  .html-embed {
    height: 300px;
    min-height: auto;
  }

  .top-button-big {
    margin-bottom: 0;
  }

  .section1 {
    padding-top: 0;
  }

  .heading {
    text-align: left;
    font-size: 25px;
    font-weight: 200;
    line-height: 110%;
  }

  .grid-11 {
    width: auto;
  }

  .heading-white-old {
    text-align: left;
    font-size: 35px;
    line-height: 100%;
  }

  .work-page-content-section {
    margin-left: auto;
    margin-right: auto;
  }

  .all-works {
    width: 100%;
  }

  .all-works-head-black {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .all-works-section {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-33 {
    width: 100%;
    max-height: none;
  }

  .cv-grid {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
    font-size: 15px;
    line-height: 100%;
  }

  .text-block-33 {
    margin-top: 10px;
  }

  .video-embed-big {
    height: 150px;
    min-height: 50px;
    margin-bottom: 10px;
  }

  .grid-21 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 10px;
    line-height: 100%;
    display: block;
  }

  .works-page-heading {
    text-align: left;
    font-size: 25px;
  }

  .music-title {
    font-size: 15px;
    line-height: 100%;
  }

  .works-page {
    text-align: left;
  }

  .music-link-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-27 {
    display: block;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 120%;
  }

  ._2-columns-pic-grid {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-100 {
    height: 100%;
  }

  .div-block-12 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .work-page-div-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-73 {
    margin-top: 56px;
    margin-left: 224px;
    padding-top: 31px;
  }

  .text-block-72 {
    margin-top: -4px;
    margin-bottom: 75px;
    margin-left: 246px;
  }

  .text-block-74 {
    margin-top: -492px;
    margin-bottom: -4px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .image-96 {
    width: 170px;
    height: 100%;
  }

  .text-block-77 {
    font-size: 10px;
    line-height: 100%;
  }

  .text-block-78, .text-block-79 {
    font-size: 10px;
  }

  .link-block-19 {
    width: 70px;
  }

  .back-to-top {
    opacity: .91;
    width: 50px;
    height: 50px;
  }

  .back-to-top-image {
    margin-top: 12px;
  }

  .work-essentials-columns {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }

  .work-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .music-columns {
    margin-left: -10px;
    margin-right: -10px;
  }

  .pic-txt-column {
    margin-bottom: 10px;
  }

  ._3-columns {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-description {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .conducting-gestures, ._4-columns {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-1-3 {
    display: block;
  }

  .paragraph-light-chinese {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 110%;
  }

  .image-width-100, .image-100-with-border, .image-width-100-and-borders {
    height: 100%;
  }

  .image-right {
    min-width: 50px;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .resume-title {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .grid-52 {
    width: 100%;
  }

  .text-title-big {
    text-align: left;
  }

  .paragraph-light-middle {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .cv-name-heading {
    text-align: right;
    font-size: 20px;
  }

  .cv-container {
    width: 90%;
    padding-top: 0;
  }

  .div-block-13-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-light-side {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .background-video {
    height: 100%;
    max-height: none;
    margin-top: 0;
  }

  .section-13 {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: auto;
  }

  .button-4 {
    margin-top: auto;
  }

  .container-12 {
    top: 0%;
  }

  .heading-4-copy {
    margin-top: 60px;
  }

  .paragraph-about {
    font-size: 14px;
  }

  .columns-about-bio {
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .column-16 {
    height: 100%;
    margin-bottom: 0;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .image-about {
    margin-bottom: 0;
  }

  .div-block-12-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .music-columns-copy {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-button {
    margin-bottom: 10px;
  }

  .container-14 {
    margin-top: 20px;
  }

  .friends-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr;
  }

  .container-15 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .works-page-catalog {
    text-align: left;
    font-size: 14px;
    line-height: 200%;
  }

  .grid-research {
    padding-right: 0;
    display: block;
  }

  .research-cards-text {
    font-size: 16px;
  }

  .heading-black-big {
    text-align: left;
    font-size: 35px;
    line-height: 100%;
  }

  .paragraph-light-white {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .paragraph-light-chinese-white {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 110%;
  }

  .big-title-2-white {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .image-description-white {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .all-works-head-white {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .heading-white-new {
    text-align: left;
    font-size: 35px;
    line-height: 100%;
  }

  .album-pic-text {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .image-about-news {
    height: 100%;
  }

  .paragraph-light-page-middle {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .design-page-title {
    text-align: left;
    font-size: 30px;
  }

  .design-page-bio-image {
    padding-left: 10px;
  }

  .swe-page-title {
    text-align: left;
    font-size: 15px;
  }

  .trusted-by-grid {
    flex-flow: wrap;
  }

  .trusted-by {
    text-align: left;
    font-size: 25px;
  }

  .my-vision {
    text-align: left;
  }

  .paragraph-vision {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .works-page-heading-no-margin {
    text-align: left;
    font-size: 25px;
  }

  .ribbon-image-animation-right {
    max-width: none;
    margin-right: auto;
  }
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-8bf6cd9d {
  grid-area: Area;
}

#w-node-_7909d993-31d9-98fb-15da-dc1ae05bcef6-8bf6cd9d, #w-node-_7909d993-31d9-98fb-15da-dc1ae05bcefd-8bf6cd9d, #w-node-ed8148cc-7d5e-e01c-d0dd-3bc99cc3cf78-8bf6cd9d, #w-node-ed8148cc-7d5e-e01c-d0dd-3bc99cc3cf7e-8bf6cd9d, #w-node-_7909d993-31d9-98fb-15da-dc1ae05bcf0a-8bf6cd9d, #w-node-_7909d993-31d9-98fb-15da-dc1ae05bcf04-8bf6cd9d, #w-node-_7909d993-31d9-98fb-15da-dc1ae05bcf11-8bf6cd9d, #w-node-_6e74e9c7-0d16-a3ed-1d30-824963f34aeb-8bf6cd9d, #w-node-_7909d993-31d9-98fb-15da-dc1ae05bcf17-8bf6cd9d, #w-node-_54eaf4fa-04ad-4144-f23c-f0945647e738-8bf6cd9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54eaf4fa-04ad-4144-f23c-f0945647e73a-8bf6cd9d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54eaf4fa-04ad-4144-f23c-f0945647e73b-8bf6cd9d, #w-node-_54eaf4fa-04ad-4144-f23c-f0945647e73e-8bf6cd9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54eaf4fa-04ad-4144-f23c-f0945647e753-8bf6cd9d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54eaf4fa-04ad-4144-f23c-f0945647e754-8bf6cd9d, #w-node-_54eaf4fa-04ad-4144-f23c-f0945647e757-8bf6cd9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54eaf4fa-04ad-4144-f23c-f0945647e764-8bf6cd9d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54eaf4fa-04ad-4144-f23c-f0945647e765-8bf6cd9d, #w-node-_54eaf4fa-04ad-4144-f23c-f0945647e768-8bf6cd9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9ecc2a2-c3c2-1cd4-0e6c-1aefd37578d9-f5f6cda9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1e797ebb-509e-17ef-7b9d-ccb10cc49a2a-f5f6cda9, #w-node-_739c2edc-8ba5-e4d7-cae1-e5a6997a197c-f5f6cda9, #w-node-d7e1d205-7b67-9d6f-1b2b-eb13105fc02e-f5f6cda9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c534cbbd-cee8-8610-86ef-a614f22eeb91-f5f6cda9 {
  grid-area: Area;
}

#w-node-a808769b-9203-5e4d-d521-ec64a400ef00-f5f6cda9, #w-node-_9768d88c-e1fb-cbfa-32d6-b654765b5cff-f5f6cda9, #w-node-_9768d88c-e1fb-cbfa-32d6-b654765b5d00-f5f6cda9, #w-node-c04144dc-54e0-d22c-da45-91c50d3297eb-f5f6cda9, #w-node-_19591c7b-65a2-9ca3-711a-4c0e882d370d-f5f6cda9, #w-node-aeffc407-cd39-1910-6c92-5628f6a86843-f5f6cda9, #w-node-a9d2b85d-0163-a1d2-be2e-e7a9cb78c6f3-f5f6cda9, #w-node-e5b77c10-6344-1653-f8f0-719f7124ce9c-f5f6cda9, #w-node-e8886722-5ab6-1d93-6d93-cef1066bf7d7-f5f6cda9, #w-node-_3353a6aa-4a81-02a0-ab34-f8d5f72a7fdf-f5f6cda9, #w-node-_10370a13-a5d5-def8-0d3c-63f81ad32cd6-f5f6cda9, #w-node-_0dc3642a-2536-c2db-731d-ea825a1629d4-f5f6cda9, #w-node-_9e3b50ba-6def-5f82-2f95-00743c16fab5-f5f6cda9, #w-node-_1bc6bb4e-3c9c-0a60-98ea-c01681a74b9a-f5f6cda9, #w-node-d04d989b-7237-abf7-8a35-bc21ae95e79e-f5f6cda9, #w-node-_0f1b8643-b4fc-11c4-dee5-1a20caec892f-f5f6cda9, #w-node-a8fa3726-39d6-6b14-209e-923ebda44326-f5f6cda9, #w-node-_5df0b0b6-98b9-71f4-b36c-d5587e4418d6-f5f6cda9, #w-node-bf6707ad-252f-2ffb-8224-91c90a5409c0-f5f6cda9, #w-node-_3fc3d850-c100-bc82-3c2b-18b4a3584eb1-f5f6cda9, #w-node-_94c4f5bf-2ccc-a2e4-463a-f99db892a883-f5f6cda9, #w-node-a8cab34f-bf1c-80d7-4028-b5b1f70b07c6-f5f6cda9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c58864-8b7c-8440-8286-16a4983c933f-f5f6cda9 {
  grid-area: Area;
}

#w-node-ef41fcfc-e5f0-0c35-a9b5-96974c07944a-f5f6cda9, #w-node-_27e7094b-1ada-809a-feaf-b0ddb280b34f-f5f6cda9, #w-node-_9517bc6a-ff8c-99ba-371f-0d855a64a5a4-f5f6cda9, #w-node-_0d66aceb-a7e2-6731-12aa-d15658f20a96-f5f6cda9, #w-node-_3b1b9bc7-98e5-9161-9b69-a0f0828a96c9-f5f6cda9, #w-node-_23e02105-4cd9-a1a9-2d6d-50c7088d7db0-f5f6cda9, #w-node-f8cb2dab-9c71-6c6e-6f99-9524090de74a-f5f6cda9, #w-node-_62738a12-2f24-9fb0-ea42-ff1d6fabe9a2-f5f6cda9, #w-node-_2616bac9-0bf6-c728-7365-b4285d10c042-f5f6cda9, #w-node-d8cce84f-5824-443f-c394-087d36f706d1-f5f6cda9, #w-node-_578b0d5c-c9e4-077e-40e9-059c88572aef-f5f6cda9, #w-node-_2d3b9a75-5f6a-e96a-db17-89e0a95dc83e-f5f6cda9, #w-node-_401f80c5-650b-2c10-2936-b98736e6f61f-f5f6cda9, #w-node-b225308a-9f59-62a7-2b0a-939d0833703f-f5f6cda9, #w-node-b225308a-9f59-62a7-2b0a-939d08337044-f5f6cda9, #w-node-d325098a-a89f-3e04-d4c4-058c8366418a-97f6cdac, #w-node-d325098a-a89f-3e04-d4c4-058c83664196-97f6cdac, #w-node-_63b37852-afae-4288-82b9-c9238e36cea4-97f6cdac, #w-node-_940828f3-bfc3-7e3f-2c9f-7b1e2f5a1e7d-97f6cdac, #w-node-d325098a-a89f-3e04-d4c4-058c8366419c-97f6cdac, #w-node-d325098a-a89f-3e04-d4c4-058c836641a7-97f6cdac, #w-node-d325098a-a89f-3e04-d4c4-058c836641b8-97f6cdac, #w-node-d325098a-a89f-3e04-d4c4-058c836641b2-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_151b5089-2876-a508-5da7-8d58812cd163-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_151b5089-2876-a508-5da7-8d58812cd164-97f6cdac, #w-node-_151b5089-2876-a508-5da7-8d58812cd167-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4039cee-62e8-023d-f117-e9253ac3f3b3-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d4039cee-62e8-023d-f117-e9253ac3f3b4-97f6cdac, #w-node-d4039cee-62e8-023d-f117-e9253ac3f3b7-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa06d0f5-6978-0f8f-a937-c708c8d55826-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fa06d0f5-6978-0f8f-a937-c708c8d55827-97f6cdac, #w-node-fa06d0f5-6978-0f8f-a937-c708c8d5582a-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83eaded1-ebb9-a37e-d7b8-45bf77987b59-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_83eaded1-ebb9-a37e-d7b8-45bf77987b5a-97f6cdac, #w-node-_83eaded1-ebb9-a37e-d7b8-45bf77987b5d-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a2b6663-3705-dec2-3378-dac15858132c-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1a2b6663-3705-dec2-3378-dac15858132d-97f6cdac, #w-node-_1a2b6663-3705-dec2-3378-dac158581330-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd9e-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda0-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda1-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda4-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda6-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda8-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda9-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddac-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd8f-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd90-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd93-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd95-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd97-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd98-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd9b-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddaf-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb1-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb2-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb5-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb7-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb9-97f6cdac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddba-97f6cdac, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddbd-97f6cdac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-00f6cdaf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8b5423e0-1c05-3c72-5b7f-37fd7c28b908-00f6cdaf, #w-node-_5ad620e0-c3a0-de45-3cd6-a7e62399c878-00f6cdaf, #w-node-_46d18ec7-b3b6-1ef6-f669-a99d7f6964cb-00f6cdaf, #w-node-_0de92394-4deb-5ad3-fa9d-bedc0ffed5d5-00f6cdaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e21001c6-e748-4fc1-0535-8e3582942eac-00f6cdaf {
  grid-area: Area;
}

#w-node-_54c2c0b2-c287-29c2-8024-ca92e39cc4b6-00f6cdaf, #w-node-de5ae025-2646-6be7-a3ed-f9e9c22fe73b-00f6cdaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-c6f6cdb1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fc294b5e-6e09-58d0-8a7e-1466c29c4a4d-c6f6cdb1, #w-node-e0a4c89d-6f21-1872-80d0-91b7b1037a14-c6f6cdb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85127738-dfce-201f-208a-368876472fd9-c6f6cdb1 {
  grid-area: Area-3;
}

#w-node-b39961ad-c21c-f277-bfa7-a321310583f6-c6f6cdb1 {
  grid-area: Area-2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-c6f6cdb1, #w-node-_0cdedc56-3ce5-ee2c-6afc-bbd5308b329c-c6f6cdb1 {
  grid-area: Area;
}

#w-node-e95d997a-686b-0b82-0674-37fb578f5021-c6f6cdb1, #w-node-_12e7695c-6a50-5a65-0f54-32525512e577-c6f6cdb1, #w-node-_2b415b42-857f-5ced-b67c-3a7e86d1d284-c6f6cdb1, #w-node-_2b415b42-857f-5ced-b67c-3a7e86d1d28b-c6f6cdb1, #w-node-_49b4f31e-8787-c448-80dc-4b60ee24173f-c6f6cdb1, #w-node-_0f5400b7-2ad4-23d5-d5b9-86053b9da11f-c6f6cdb1, #w-node-_0386951a-614e-d0aa-ecf1-75d8ea2bfb23-c6f6cdb1, #w-node-_0386951a-614e-d0aa-ecf1-75d8ea2bfb37-c6f6cdb1, #w-node-_0f909ee4-3a5e-951d-abae-7f62aafcdac1-c6f6cdb1, #w-node-_7bc066ef-a2ce-ab7f-c46d-e97c2e10e08c-c6f6cdb1, #w-node-_43457655-111f-3eda-3efc-31c3cc2a1ab7-c6f6cdb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2b3ab40-a51c-94fb-9ca8-13f9656ead07-c6f6cdb1 {
  grid-area: Area;
}

#w-node-ce0089dd-b982-4850-50f7-0d43788af3a6-c6f6cdb1, #w-node-ce0089dd-b982-4850-50f7-0d43788af3a7-c6f6cdb1, #w-node-ce0089dd-b982-4850-50f7-0d43788af3ac-c6f6cdb1, #w-node-ce0089dd-b982-4850-50f7-0d43788af3ad-c6f6cdb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f66d373-82d4-8b29-8569-dffce2ccaccc-c6f6cdb1 {
  grid-area: Area;
}

#w-node-af0fdd9f-e6d3-e8b4-1bfd-69951cbf8065-c6f6cdb1, #w-node-_1c1deb4a-cb58-84c5-ed93-6c24a7cb35df-c6f6cdb1, #w-node-b22fd90a-a8bd-df33-a59a-c118dfe5311e-c6f6cdb1, #w-node-_4acc6fc1-a899-0c5c-8214-3aee772cc14a-c6f6cdb1, #w-node-_02a7a2e5-80ca-45e6-062f-3ea556cef258-c6f6cdb1, #w-node-_02a7a2e5-80ca-45e6-062f-3ea556cef25c-c6f6cdb1, #w-node-_9eef9ae4-d404-f3da-ab2e-46329d260490-c6f6cdb1, #w-node-fd4c4e4d-8470-36bf-455a-d557a7ca8467-c6f6cdb1, #w-node-fd4c4e4d-8470-36bf-455a-d557a7ca846b-c6f6cdb1, #w-node-_1796a5fc-eec0-cbd7-2158-5785ce20ab2b-c6f6cdb1, #w-node-_33d1e2a0-6676-3f39-c836-f3d1d7bf06d7-c6f6cdb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a44a64e-bb9c-9d09-12e2-44d1bd27bf64-c6f6cdb1 {
  grid-area: Area;
}

#w-node-_00c93fa8-8a53-33e1-758b-2d966c855ea1-c6f6cdb1, #w-node-_81854391-6f92-45f2-a5f6-64d36bcef245-c6f6cdb1, #w-node-aa95f485-9f5a-2aaf-333b-2704350b9f47-c6f6cdb1, #w-node-_72463c65-db07-ebca-f21d-c03c74dc7ec0-c6f6cdb1, #w-node-c5b3ee46-c205-827e-02d8-9ead023c20ad-c6f6cdb1, #w-node-c5b3ee46-c205-827e-02d8-9ead023c20b1-c6f6cdb1, #w-node-_34f6dc68-087d-c628-d372-4a12242cc6c0-c6f6cdb1, #w-node-_34f6dc68-087d-c628-d372-4a12242cc6be-c6f6cdb1, #w-node-a285dafa-ccc8-288c-9e25-00a9a5b60c83-c6f6cdb1, #w-node-_471c8a51-007d-acf7-c9ec-03ac3f2bbaab-c6f6cdb1, #w-node-a94e2ec0-81cb-9678-1368-c3740a556e54-c6f6cdb1, #w-node-c99b2711-a8a9-d113-c9fa-a94743d74c17-c6f6cdb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-e3f6cdb2, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-e2f6cdb3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_19599fd0-ed25-6ae4-c85c-ef089163782f-e2f6cdb3, #w-node-_19599fd0-ed25-6ae4-c85c-ef089163782b-e2f6cdb3, #w-node-_19599fd0-ed25-6ae4-c85c-ef089163782c-e2f6cdb3, #w-node-_19599fd0-ed25-6ae4-c85c-ef0891637830-e2f6cdb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-89f6cdb4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6e1464ed-be6e-1b70-5fbc-2eced81478f7-89f6cdb4, #w-node-a331039a-77e4-287e-ff22-e17e12a3071b-89f6cdb4, #w-node-_13d3a45e-0db5-6c40-ff07-569d7506b980-89f6cdb4, #w-node-ab5b2ef6-67a2-d4fa-a86f-a47a53c82466-89f6cdb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-fff6cdb5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c668d6e9-9cf4-7ce9-d35c-105b112862b7-fff6cdb5, #w-node-c668d6e9-9cf4-7ce9-d35c-105b112862bb-fff6cdb5, #w-node-_3b4de4d2-d0c5-f6ad-93b1-cfa1b7d5d37a-1bf6cdb6, #w-node-e7d6359e-a610-e436-bd77-3d6d6d73f844-1bf6cdb6, #w-node-b0f2158c-1a7d-131f-b430-da1cab9fb07d-1bf6cdb6, #w-node-_55607caf-6608-11e4-7b28-0164c9841f76-1bf6cdb6, #w-node-_7b0e50fc-a2e6-f0e9-8eaf-010c2c158a01-1bf6cdb6, #w-node-_21678cab-7e25-b342-3cbb-8126727e584f-1bf6cdb6, #w-node-_5026ad0c-3189-7e1b-cc10-bec6b4be45a6-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e1-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e4-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e2-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e6-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e3-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e8-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ea-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ed-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4eb-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ef-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ec-1bf6cdb6, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4f1-1bf6cdb6, #w-node-d8e4cc17-527b-5dcd-1e19-4d10aea0d11f-1bf6cdb6, #w-node-_7d8027c4-e841-09c2-01ad-4eb7978b5c9e-1bf6cdb6, #w-node-_29245890-4164-2b81-c07a-f3d23abad1bf-1bf6cdb6, #w-node-_167ecd33-7a71-c919-986d-855ef5d116df-1bf6cdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f871f1fc-d5b0-8c0e-0e18-703358ba03c4-1bf6cdb6 {
  grid-area: Area;
}

#w-node-_3dd80ec1-c47b-dcbb-f7ac-21a00f41a8eb-1bf6cdb6, #w-node-_54337a06-01bf-28bc-e54f-12a756d56019-1bf6cdb6, #w-node-c924f21b-3c35-c5d5-a470-84c8a46af990-1bf6cdb6, #w-node-_7980ead6-54df-76b0-9891-966bbf47a451-1bf6cdb6, #w-node-_9f72056f-569d-86f1-9c20-82b9131c7eae-1bf6cdb6, #w-node-_9f72056f-569d-86f1-9c20-82b9131c7eb0-1bf6cdb6, #w-node-_9f72056f-569d-86f1-9c20-82b9131c7eb2-1bf6cdb6, #w-node-_3ad81c85-6a3f-722e-c295-57361c411452-1bf6cdb6, #w-node-_642a3175-9f42-fb60-62e2-56408d3267a9-1bf6cdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2f996f1-3b5d-e6b4-a6f4-c61338c92dd9-1bf6cdb6 {
  grid-area: Area;
}

#w-node-e33f9710-3b09-a095-85d7-7b9328c0811e-1bf6cdb6, #w-node-e33f9710-3b09-a095-85d7-7b9328c08122-1bf6cdb6, #w-node-e33f9710-3b09-a095-85d7-7b9328c08124-1bf6cdb6, #w-node-_0bd392a7-91da-4f79-64b7-2443f05de932-1bf6cdb6, #w-node-_4a07c21a-8335-3e74-28f7-dd481b64c0a4-1bf6cdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea44e0ef-eb64-09a9-355a-db9cab7ef9ab-1bf6cdb6 {
  grid-area: Area;
}

#w-node-_8a83758e-f9ec-1e94-9e3c-fa3ddafd59e4-1bf6cdb6, #w-node-_8e894233-297f-c7d9-c185-fea403f7a93b-1bf6cdb6, #w-node-a503fe82-3d64-f474-d42e-c84d74d777a6-1bf6cdb6, #w-node-ff1952c5-50d1-86f9-33bd-a3b65ea3890f-1bf6cdb6, #w-node-_38854b60-9d2f-b382-d7d3-3bd73bd10ce4-1bf6cdb6, #w-node-_6d0a4f74-f167-f84d-6f6c-3113b5399c90-1bf6cdb6, #w-node-_6d755f2b-9b97-5ec7-8e64-21b611aee31f-1bf6cdb6, #w-node-a299dcdd-bf36-da87-4af5-8cdbf33d3ca0-1bf6cdb6, #w-node-_6cc3a7e3-7249-a0db-1c48-bb6dd2556ecd-1bf6cdb6, #w-node-dbceeaf7-768a-1081-f216-4f584d704c93-1bf6cdb6, #w-node-_16be41d6-a609-0897-22c1-d90c84cace97-1bf6cdb6, #w-node-b433fcf4-7542-069b-9f0d-81e0e814454a-1bf6cdb6, #w-node-f2815523-5ffa-ea99-06c6-858ce2c4e88a-1bf6cdb6, #w-node-_42d7cefd-b759-b11a-88be-6d03408ed280-1bf6cdb6, #w-node-_15765642-dfe6-7c60-b8b1-27f382d4c7d1-1bf6cdb6, #w-node-_6afa2dd9-f7a0-b18b-117e-2a48c15fda0a-1bf6cdb6, #w-node-_40cbc186-b3e5-d72c-8337-59299c95d00a-1bf6cdb6, #w-node-_252a8d1a-9bbb-44f0-1b70-13f995621874-1bf6cdb6, #w-node-_8bea8ea6-82cc-25f5-81b8-a08eda723044-1bf6cdb6, #w-node-a79fa2cc-06f8-bfc8-6762-6075000b42f4-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453c4-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453c5-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453c8-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453c9-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453cc-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453cd-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453d0-1bf6cdb6, #w-node-_1d19780a-cd6b-4f08-780f-6519abc453d1-1bf6cdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-72f6cdb7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d5e63dd4-df2b-5eb4-bbc3-b202b3713ee8-72f6cdb7, #w-node-_17d4c137-68b7-eee5-8950-58727ad6b5ef-72f6cdb7, #w-node-fd91d98e-777a-bc5e-e2fd-e70204602ca1-72f6cdb7, #w-node-_160eb5c2-8d5e-6bdb-0f98-7fc460ebb7ab-72f6cdb7, #w-node-f633b778-3c93-ece0-710f-4b377ce9e585-72f6cdb7, #w-node-e78910af-0a65-5131-6f3d-1fab7fda1510-72f6cdb7, #w-node-_9c1f778f-2e4c-25e7-d90f-e387e73199ca-72f6cdb7, #w-node-_41a33445-4154-8b3f-5a0b-0eaf71690124-72f6cdb7, #w-node-_09bc5663-088a-fde7-37f6-8c581476fd4a-72f6cdb7, #w-node-_7048f487-bb6b-371a-3ea6-fb20f31ce010-f7f6cdb8, #w-node-_7048f487-bb6b-371a-3ea6-fb20f31ce017-f7f6cdb8, #w-node-e67566b8-982b-7834-305b-838b30d603cb-f7f6cdb8, #w-node-e67566b8-982b-7834-305b-838b30d603cd-f7f6cdb8, #w-node-_6cee497c-f016-3301-bc27-fea64439ce0f-f7f6cdb8, #w-node-_0018f12a-be35-9c72-8c9f-881eb9dc1065-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd8d-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd8f-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd90-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd93-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd95-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd97-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd98-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd9b-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4039cee-62e8-023d-f117-e9253ac3f3b3-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d4039cee-62e8-023d-f117-e9253ac3f3b4-f7f6cdb8, #w-node-d4039cee-62e8-023d-f117-e9253ac3f3b7-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa06d0f5-6978-0f8f-a937-c708c8d55826-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fa06d0f5-6978-0f8f-a937-c708c8d55827-f7f6cdb8, #w-node-fa06d0f5-6978-0f8f-a937-c708c8d5582a-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdd9e-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda0-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda1-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda4-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda6-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda8-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfdda9-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddac-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddaf-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb1-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb2-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb5-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb7-f7f6cdb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddb9-f7f6cdb8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddba-f7f6cdb8, #w-node-df77a3e6-73e1-d10d-a9f6-de8507dfddbd-f7f6cdb8, #w-node-_3b4de4d2-d0c5-f6ad-93b1-cfa1b7d5d37a-37f6cdbe, #w-node-e7d6359e-a610-e436-bd77-3d6d6d73f844-37f6cdbe, #w-node-_4924849e-1ba5-ccf0-2b37-e07afe0e4dbf-37f6cdbe, #w-node-_23b92350-fec4-563d-7cb5-4502a3d4f120-37f6cdbe, #w-node-_62a6b73b-e75c-6629-188f-98ee066b9489-37f6cdbe, #w-node-_4335ebbf-6213-dbc0-1ba7-0a054c513a28-37f6cdbe, #w-node-fb96b51e-f5b2-a296-ed4b-ac04fe86822a-37f6cdbe, #w-node-_186d4d34-15f3-c460-4266-237275b42427-37f6cdbe, #w-node-_1424b569-3048-4979-af8a-feda2c107242-37f6cdbe, #w-node-_7b0e50fc-a2e6-f0e9-8eaf-010c2c158a01-37f6cdbe, #w-node-_21678cab-7e25-b342-3cbb-8126727e584f-37f6cdbe, #w-node-_47e75cbb-4f38-4ae6-4a53-5ad8a4c97413-37f6cdbe, #w-node-ff6e793c-f628-9148-6299-ab3fd5d1882b-37f6cdbe, #w-node-a06aa3f9-91cf-5453-3166-cd6eb0b683d6-37f6cdbe, #w-node-_5fa442fb-d8fd-ca80-e0cb-719c70d221bb-37f6cdbe, #w-node-_1bc5268e-677c-1d22-c3cd-becf2f9f86e6-37f6cdbe, #w-node-_5026ad0c-3189-7e1b-cc10-bec6b4be45a6-37f6cdbe, #w-node-e77be4ce-81a8-130e-068f-9614e97c0e96-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e1-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e4-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e2-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e6-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e3-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4e8-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ea-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ed-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ec-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4f1-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4eb-37f6cdbe, #w-node-bc18566b-83aa-4f9f-8662-643a876cf4ef-37f6cdbe, #w-node-_8c44a522-8657-8e1d-3060-22064469f178-37f6cdbe, #w-node-_8c44a522-8657-8e1d-3060-22064469f179-37f6cdbe, #w-node-_8c44a522-8657-8e1d-3060-22064469f17c-37f6cdbe, #w-node-_8c44a522-8657-8e1d-3060-22064469f17d-37f6cdbe, #w-node-_8c44a522-8657-8e1d-3060-22064469f180-37f6cdbe, #w-node-_8c44a522-8657-8e1d-3060-22064469f181-37f6cdbe, #w-node-_8a1f7afb-4128-e396-5563-1e85c4ea2bf6-37f6cdbe, #w-node-_0b31b663-b8d7-5c26-f0ee-85836b116aae-37f6cdbe, #w-node-_3d9ad319-dbd7-7293-a220-45087101fecf-558a46a4, #w-node-_890c3471-44dd-bbe1-e7bd-47a7cfb4ac02-558a46a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-38e26853, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d88078c9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e757e73d-ac99-8007-8876-ff789903c5ff-d88078c9, #w-node-_90b4ae78-391b-269d-6328-138a1bb7f409-d88078c9, #w-node-_3037d8d9-410d-8627-8e65-2f641f1cc9be-d0ccf1db, #w-node-_3f19b917-e9f1-ed27-7318-bd31ac90a1ea-7d206271, #w-node-_6f7fb286-1705-6fe8-50cc-58f9d02b69d0-7d206271, #w-node-_6f7fb286-1705-6fe8-50cc-58f9d02b69d6-7d206271, #w-node-_6f7fb286-1705-6fe8-50cc-58f9d02b69dd-7d206271, #w-node-_6f7fb286-1705-6fe8-50cc-58f9d02b69ea-7d206271, #w-node-_63b37852-afae-4288-82b9-c9238e36cea4-53745c2b, #w-node-_08076a21-4422-e480-ece1-43ab91da129c-53745c2b, #w-node-d325098a-a89f-3e04-d4c4-058c836641b8-53745c2b, #w-node-d325098a-a89f-3e04-d4c4-058c8366418a-53745c2b, #w-node-d325098a-a89f-3e04-d4c4-058c83664196-53745c2b, #w-node-d325098a-a89f-3e04-d4c4-058c836641a7-53745c2b, #w-node-_6474c3cd-d603-ba43-8992-1034d89bc35e-6a7e6880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e9ecc2a2-c3c2-1cd4-0e6c-1aefd37578d9-f5f6cda9, #w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-00f6cdaf, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-c6f6cdb1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-c6f6cdb1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-e3f6cdb2, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-e2f6cdb3, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-89f6cdb4, #w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-fff6cdb5, #w-node-_0f3635d3-3370-19e6-6a24-47f2a42da01c-72f6cdb7, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-38e26853, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d88078c9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/Public_Sans.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Courier';
  src: url('../fonts/cour.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firacode Variablefont Wght';
  src: url('../fonts/FiraCode-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans Variablefont Wght';
  src: url('../fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans Variablefont Wght';
  src: url('../fonts/PublicSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}