.navbar {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #fffef2;
  border: 1px solid #e7e7e7;
  border-top: 5px #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.body.projects {
  background-color: #f1f1f1;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.logo-div {
  width: auto;
  height: auto;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image {
  width: auto;
  max-height: none;
  max-width: 300px;
  min-height: auto;
  min-width: auto;
  margin: auto;
  display: block;
}

.columns {
  height: 90%;
  text-align: center;
  background-color: #f6f9ef;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.column {
  height: 90%;
  text-align: left;
  background-color: #9ad1e3;
  flex-flow: row;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0 40px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.column-2 {
  height: 90%;
  flex-direction: row;
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  margin: 0 30px auto;
  padding: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.div-block {
  min-height: 80px;
  background-color: #5cff95;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px 0 20px 20px;
}

.div-block-2 {
  min-height: 80px;
  background-color: #67ecd8;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px 0 20px 20px;
}

.div-block-3 {
  min-height: 80px;
  background-color: #5f88e5;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px 0 20px 20px;
}

.heading {
  color: #000;
  margin-top: auto;
  font-family: Bitter, serif;
}

.text-block {
  width: auto;
  color: #000;
  text-align: left;
  border-top: 5px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 39px;
  display: block;
}

.div-block-4 {
  height: auto;
  min-height: auto;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
}

.section {
  width: 100%;
  height: 50vw;
  background-color: #f9f9f9;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 0 auto auto;
  padding: 0;
  display: flex;
  position: static;
  top: 604px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.header {
  width: 100vw;
  height: 100vh;
  background-color: #f7eb7e;
  flex-wrap: wrap;
  flex: 0 auto;
  align-self: auto;
  margin: 0;
  padding: 0;
  display: flex;
  position: static;
}

.section.second {
  background-color: #fff;
  border-top: 5px solid #e4e4e4;
}

.section.menu {
  background-color: #fff;
}

.div-block-5 {
  width: auto;
  height: auto;
  background-color: #78aadb;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  padding: 0;
  display: block;
  position: static;
  top: auto;
}

.div-block-5._2nd {
  height: 100vh;
  background-color: #78dbaf;
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: scroll;
}

.div-block-5._1st {
  height: auto;
  background-color: #ebb208;
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-3 {
  height: 100%;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-width: 0;
  flex-wrap: nowrap;
  flex: 1;
  align-content: space-around;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 188px 0 10px;
  display: block;
  position: static;
}

.columns-2 {
  height: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.column-4 {
  height: 90%;
  justify-content: center;
  align-items: center;
  padding-bottom: 66px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-6 {
  width: 50vw;
  height: 100vh;
  background-color: #f7eb7e;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-6.left {
  object-fit: fill;
  border-right: 5px #000;
  flex-wrap: wrap;
  align-content: center;
  align-self: center;
  align-items: center;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-left {
  width: 50vw;
  height: 100vh;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.title-left.right {
  clear: none;
  background-color: #f7eb7e;
  flex-flow: wrap;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 50vw;
  right: auto;
}

.title-left.right._02 {
  height: 100vh;
  background-color: #78dbaf;
  align-content: flex-start;
  align-self: auto;
  position: static;
  top: 100vh;
  bottom: 0%;
  left: 50vw;
  right: 0%;
}

.heading-2 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 50px;
}

.column-5 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.column-6 {
  left: 50vw;
}

.heading-1 {
  width: 410px;
  height: 350px;
  color: #f7eb7e;
  text-shadow: -21px -21px 60px #ffff9b, 21px 21px 60px #dbd06b;
  align-self: center;
  margin: auto;
  font-family: Do Hyeon, sans-serif;
  font-size: 500px;
  font-weight: 400;
  display: block;
}

.div-block-8 {
  background-color: #fff;
}

.column-7 {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.column-8 {
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: scroll;
}

.navbar-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 50px;
}

.nav-menu {
  z-index: 1;
  width: 50vw;
  height: auto;
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 79px auto auto;
  padding: 74px;
  font-family: Abril Fatface, sans-serif;
  font-size: 50px;
  display: flex;
  position: relative;
}

.nav-link {
  width: 430px;
  text-align: left;
  margin: 80px 82px 82px auto;
}

.menu-button {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
}

.menu-button.w--open {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  display: flex;
  top: auto;
}

.nav-link-2, .nav-link-3 {
  width: 430px;
  text-align: left;
}

.nav-link-4 {
  text-align: center;
}

.nav-link-4.left {
  width: 430px;
  text-align: left;
}

.nav-link-5 {
  text-align: center;
}

.nav-link-5.left {
  width: 430px;
  text-align: left;
}

.column-9 {
  height: 100vh;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: scroll;
}

.section-2 {
  width: 100vw;
  height: 100vh;
  background-color: #d2f487;
  border-bottom: 2px solid #9178db;
  position: static;
  overflow: scroll;
}

.section-2.gapless, .section-2._5e {
  background-color: #b3f487;
}

.columns-3 {
  height: 100vh;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  height: 100vh;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.title {
  z-index: 5;
  width: 100vw;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title.project {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
}

.heading-3 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
}

.div-block-9 {
  width: auto;
  height: auto;
  flex-flow: column wrap;
  align-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-10 {
  height: auto;
}

.section-3 {
  width: 100vw;
  height: 100vh;
  background-color: red;
}

.div-block-11 {
  justify-content: center;
  margin: 20px auto;
  display: flex;
}

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

.div-block-13 {
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.div-block-14 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-2 {
  max-width: 130%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: block;
}

.image-3 {
  margin-bottom: 20px;
  padding-left: 0;
}

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

.image-5 {
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
}

.heading-4 {
  font-family: Abril Fatface, sans-serif;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.columns-4 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11 {
  background-color: #d2f487;
}

.column-12 {
  background-color: #000;
}

.column-13 {
  height: 100vh;
  flex-flow: column wrap;
  padding-left: 0;
  padding-right: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div_left {
  width: 50vw;
  height: auto;
}

.div_right {
  width: 50vw;
  justify-content: center;
  display: flex;
}

.section-4 {
  height: 100vh;
  background-color: #f0efe2;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4._2nd-row {
  position: static;
}

.heading-5 {
  color: #000;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.div_round {
  width: 550px;
  height: 550px;
  min-height: 500px;
  min-width: auto;
  background-color: #ebb208;
  border-radius: 500px;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.cover-story {
  width: 100vw;
  height: 100vh;
  background-color: #d2d7c3;
  order: 0;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  width: 50vw;
}

.div-block-16 {
  width: 50vw;
  height: 100vh;
  background-color: #e0cab6;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.heading-7 {
  color: #d5750e;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
}

.heading-7.about {
  color: #ca660c;
}

.heading-8 {
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin: auto 83px auto 36px;
  padding: 0 20px;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  top: 35vh;
}

.div-block-17 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-18 {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 76.2vh;
  bottom: auto;
  left: 78.5vw;
  right: 0%;
}

.image-7 {
  margin-bottom: 0;
  margin-right: 0;
}

.menu-panel {
  width: 50vw;
  height: 100vh;
  background-color: #e28476;
  border: 1px #a7a7a7;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 50vw;
}

.heading-9 {
  color: #f7eb7e;
  text-align: left;
  border: 1px #000;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-9.activ {
  color: #000;
}

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

.div-block-20 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.image-8 {
  display: inline-block;
  position: static;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.menu-open-button {
  z-index: 5;
  max-width: none;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  transition: transform .2s;
  display: block;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.menu-open-button.project {
  z-index: 200;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-9 {
  margin-right: 10px;
  padding: 0;
  position: static;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.menu-close {
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-2 {
  width: 50vw;
  height: 100vh;
  background-color: #e28476;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 447px;
  right: 0%;
}

.container-2 {
  width: 50vw;
  height: 100vh;
  flex-direction: row;
  align-items: center;
  display: block;
}

.section-6 {
  border-bottom: 2px solid #e9ec51;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-10 {
  width: 59vw;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-11 {
  height: auto;
  margin-left: 20px;
  margin-right: 40px;
}

.image-11.ipad {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.image-11.lessmargin {
  margin-right: 10px;
}

.image-12 {
  height: 390px;
  margin-left: 10px;
  margin-right: 40px;
}

.div-block-21 {
  width: 100vw;
  height: auto;
  object-fit: fill;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 130px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: scroll;
}

.image-13 {
  max-height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  display: block;
}

.image-13.magin {
  margin-left: 20px;
  margin-right: 0;
}

.title-h2 {
  color: #000;
  text-align: left;
  margin-top: auto;
  font-family: Abril Fatface, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-10 {
  color: #78dbaf;
  text-align: left;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.body-copy {
  text-align: left;
  margin-bottom: auto;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.container-3 {
  display: flex;
}

.columns-5 {
  width: 50%;
  height: 100%;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-23 {
  width: 80vw;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px #78dbaf;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: scroll;
}

.div-block-23.mmb {
  width: 80vw;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: static;
}

.div-block-23._5e, .div-block-23.sgb {
  background-color: rgba(0, 0, 0, 0);
}

.image-14 {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.crazykims {
  z-index: 0;
  width: 100vw;
  height: 85vh;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  left: 0;
  overflow: auto;
}

.div-block-24 {
  width: 80vw;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #e0e0e0;
  flex-flow: column wrap;
  align-content: space-between;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 20vw;
  right: 0%;
}

.image-15 {
  max-width: 30%;
  margin-right: 10px;
}

.image-16 {
  height: 70vh;
  max-width: 30%;
  margin: auto 10px;
}

.div-block-25 {
  width: 65vw;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container-4 {
  background-color: #f7eb7e;
  border-radius: 0;
  padding: 20px;
}

.div-block-26 {
  width: 20vw;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  flex-wrap: wrap;
  align-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-26._5e-text {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-26.mmb-text {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.div-block-26.sgb {
  background-color: rgba(0, 0, 0, 0);
}

.image-17 {
  width: auto;
  height: 70vh;
  box-shadow: none;
  margin: auto 25px auto 20px;
  padding: 0;
}

.image-18 {
  width: auto;
  height: 70vh;
  margin-top: auto;
  margin-bottom: auto;
}

.image-18.card {
  height: auto;
}

.content-wrapping {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping.mmb {
  display: none;
}

.content-wrapping._5e {
  display: flex;
}

.ck_next {
  background-color: #78dbaf;
}

.ck_next.back {
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: none;
}

.ck_next.next {
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.ck_navi {
  position: static;
}

.ck_navi.navi-margin {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.content-wrapping-5e {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-5e.mmb {
  display: none;
}

.content-wrapping-5e._5e {
  height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-content: center;
  display: flex;
  position: relative;
}

.content-wrapping-mmb {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-mmb.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-mmb._5e {
  display: flex;
}

.mmb_navi {
  display: block;
  position: static;
}

._5e-navi {
  margin-top: 10px;
  display: flex;
  position: static;
}

._5e-navi.navi-margin {
  margin-top: 10px;
}

.ck_back {
  background-color: #78dbaf;
}

.ck_back.back {
  width: 50px;
  height: 50px;
}

.ck_back.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

.mmb_next {
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
}

.mmb_next.back {
  width: 50px;
  height: 50px;
}

.mmb_next.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

.mmb_back {
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
}

.mmb_back.back {
  width: 50px;
  height: 50px;
}

.mmb_back.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

._5e_back {
  width: 50px;
  height: 50px;
  background-color: #78dbaf;
}

._5e_back.back {
  width: 50px;
  height: 50px;
}

._5e_back.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

._5e_back.navi-effect {
  width: 100px;
  background-color: rgba(0, 0, 0, 0);
}

._5e_next {
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
}

._5e_next.back {
  width: 50px;
  height: 50px;
}

._5e_next.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

.mmb-navi {
  position: static;
}

.mmb-navi.navi-margin {
  margin-top: 10px;
  display: none;
}

.div-block-29 {
  margin-left: 50vw;
  position: fixed;
  top: 20px;
}

.image-19, .image-20 {
  display: none;
}

.menu {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: #eaec51;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu.start {
  width: auto;
  height: 100vh;
  display: flex;
  position: static;
  top: 100vh;
  left: 0%;
}

.menu.projects {
  display: flex;
  top: 0%;
  left: 100%;
}

.menu.archive, .menu.about {
  left: 100%;
}

.heading-11 {
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
}

.heading-11:hover {
  text-decoration: none;
}

.heading-11.active, .heading-11.scratch, .heading-11.showcases, .heading-11.about {
  color: #000;
}

.heading-11.home {
  color: #fff;
}

.heading-11.projects {
  color: #000;
}

.heading-11.contact {
  width: auto;
  height: auto;
  color: #000;
  position: static;
}

.heading-11.project {
  color: #fff;
}

.link-block-2 {
  color: #5a3333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.link-block-2.w--current {
  color: #fff;
}

.collect-data {
  height: 100vh;
  background-color: #feffc5;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 500px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-30 {
  align-items: center;
  margin-top: 76px;
  display: flex;
  overflow: scroll;
}

.slider {
  width: 100vw;
  height: 100vh;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.mask {
  width: 70vw;
}

.image-22 {
  max-width: none;
  display: block;
}

.slide {
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-8 {
  position: absolute;
  top: 100vh;
}

.div-block-31 {
  z-index: 99;
  width: auto;
  height: auto;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.div-block-32 {
  width: 50px;
  height: 50px;
}

.down {
  background-color: #9178db;
}

.up {
  background-color: #78dbaf;
}

.slider-2 {
  width: 100vh;
  height: 100vw;
}

.section-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.up-arrow {
  width: 10vh;
  height: 10vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 510px;
}

.down-arrow {
  width: 10vh;
  height: 10vw;
  margin-top: auto;
  margin-bottom: auto;
  top: auto;
  left: -345px;
}

.slide-nav {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-2 {
  left: auto;
}

.image-23 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.slider-3 {
  width: 100vw;
  height: 100vh;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-3.wrapping {
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
}

.image-24 {
  width: 100vw;
  max-width: none;
}

.content-wrapping-sgb {
  z-index: 2;
  width: 100vw;
  height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-sgb.mmb, .content-wrapping-sgb._5e {
  display: none;
}

.sgb_next-copy {
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.sgb_next-copy.back {
  width: 50px;
  height: 50px;
}

.sgb_next-copy.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

.sgb_back-copy {
  width: 50px;
  height: 50px;
  background-color: #78dbaf;
}

.sgb_back-copy.back {
  width: 50px;
  height: 50px;
}

.sgb_back-copy.next {
  width: 50px;
  height: 50px;
  background-color: #78aadb;
}

.sgb_back-copy.navi-effect {
  width: 100px;
  background-color: rgba(0, 0, 0, 0);
}

.contact {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 100vh;
}

.heading-12 {
  color: #000;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.div-block-33 {
  width: 80vh;
  height: 80vh;
  background-color: #778a4b;
  border-radius: 40vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  height: auto;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-34, .div-block-35 {
  width: 100px;
}

.showcases-h3 {
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.showcases-h3:hover {
  text-decoration: none;
}

.showcases-h3.active, .showcases-h3.scratch, .showcases-h3.showcases {
  color: #000;
}

.showcases-h3.showcases.ative {
  color: #fff;
}

.showcases-h3.about {
  color: #000;
}

.showcases-h3.home {
  color: #fff;
}

.showcases-h3.projects {
  color: #000;
}

.showcases-h3.contact {
  width: auto;
  height: auto;
  color: #000;
  position: static;
}

.showcases-h3.project {
  color: #fff;
}

.abour-h3 {
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.abour-h3:hover {
  text-decoration: none;
}

.abour-h3.active, .abour-h3.scratch, .abour-h3.showcases {
  color: #000;
}

.abour-h3.about, .abour-h3.home {
  color: #fff;
}

.abour-h3.projects {
  color: #000;
}

.abour-h3.contact {
  width: auto;
  height: auto;
  color: #000;
  position: static;
}

.abour-h3.project {
  color: #fff;
}

.image-25 {
  display: block;
}

.image-26 {
  height: auto;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-36 {
  width: 20vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-37 {
  background-color: rgba(0, 0, 0, 0);
}

.menu-left {
  z-index: 50;
  width: 20vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 5px 0 18px -2px rgba(0, 0, 0, .25);
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-17-copy {
  width: auto;
  height: 50vh;
  box-shadow: none;
  margin: auto 10px;
  padding: 0;
}

.content-wrapping-sonic {
  z-index: 2;
  width: 100vw;
  height: 85vh;
  background-color: #f3f6ea;
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-sonic.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-sonic._5e {
  display: flex;
}

.body-2, .body-3 {
  background-color: #f0efe2;
}

.div-block-39 {
  height: 15px;
  background-color: #f7eb7e;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-40 {
  padding-bottom: 30px;
  padding-right: 30px;
  position: absolute;
  top: 76px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-40.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-13 {
  color: #000;
  text-align: right;
  font-family: Abril Fatface, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-13.white {
  color: #fff;
}

.slide-nav-2 {
  display: block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  color: #000;
  text-align: right;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-3.white {
  color: #fff;
}

.image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
  height: auto;
}

.alexkat {
  z-index: 0;
  width: 100vw;
  height: 85vh;
  object-fit: cover;
  background-color: #f0efe2;
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 10vh;
  display: flex;
  position: relative;
  left: 0;
  overflow: auto;
}

.leeheemoon {
  z-index: 0;
  width: 100vw;
  height: 85vh;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  left: 0;
  overflow: auto;
}

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

.content-wrapping-leeheemoon {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-leeheemoon.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-leeheemoon._5e {
  display: flex;
}

.content-wrapping-mmb-copy {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-mmb-copy.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-mmb-copy._5e {
  display: flex;
}

.content-wrapping-alexkat {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-alexkat.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-alexkat._5e {
  display: flex;
}

.content-wrapping-alexkat.mmb-copy, .content-wrapping-alexkat.tenent-app {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ux-shocase {
  z-index: 0;
  width: 100vw;
  height: 60vh;
  object-fit: cover;
  background-color: #f3f6ea;
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 10vh;
  display: flex;
  position: relative;
  left: 0;
  overflow: auto;
}

.ux-shocase.post01 {
  align-items: flex-start;
  display: block;
}

.ux-section {
  width: 80vw;
  height: auto;
  background-color: #000;
  border-bottom: 3px #78dbaf;
  flex-flow: row;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: auto;
  padding: 0;
  display: flex;
  overflow: scroll;
}

.ux-section.mmb {
  width: 80vw;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: static;
}

.ux-section._5e, .ux-section.sgb {
  background-color: rgba(0, 0, 0, 0);
}

.content-wrapping-mmb-copy {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-mmb-copy.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-mmb-copy._5e {
  display: flex;
}

.content-wrapping-mmb-copy.gapless {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-gapless {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-gapless.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-gapless._5e {
  display: flex;
}

.content-wrapping-gapless.gapless {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-14 {
  text-align: center;
  font-family: Bitter, serif;
}

.content-wrapping-pyrexx {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fcfff6;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.content-wrapping-pyrexx.mmb {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapping-pyrexx._5e {
  display: flex;
}

.content-wrapping-pyrexx.mmb-copy, .content-wrapping-pyrexx.tenent-app {
  height: 85vh;
  background-color: #f3f6ea;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pyrexx-style-guide {
  z-index: 0;
  width: 100vw;
  height: 85vh;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  left: 0;
  overflow: auto;
}

.ux-examples {
  width: auto;
  height: 55vh;
  box-shadow: none;
  margin: auto 25px auto 20px;
  padding: 0;
}

.ux-examples-small {
  width: auto;
  height: 30vh;
  box-shadow: none;
  margin: auto 25px auto 20px;
  padding: 0;
}

.study-case-title {
  padding: 20px;
  font-family: Abril Fatface, sans-serif;
}

.paragraph {
  padding: 20px 220px 20px 20px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
}

.div-block-41 {
  width: 1152vw;
  margin: auto 25px auto 20px;
}

.image-43 {
  max-width: none;
}

.div-block-42 {
  margin: auto 25px auto 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ux-examples-new {
  width: auto;
  height: 55vh;
  max-width: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.div-block-43 {
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-15 {
  color: #f0efe2;
  background-color: rgba(0, 0, 0, 0);
  margin: auto auto auto 0;
  padding: 10px;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: static;
  top: -63px;
}

.section-11 {
  background-color: #eaec51;
  margin-top: 10vh;
}

.text-box {
  z-index: 30;
  width: 100vw;
  height: auto;
  object-fit: cover;
  background-color: #f3f6ea;
  flex-flow: wrap;
  align-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 10vh;
  display: block;
  position: static;
  top: 200vh;
  left: 0;
  overflow: auto;
}

.text-box.post01 {
  align-items: flex-start;
  display: block;
}

.text-box._02 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  position: static;
  top: 100vh;
}

.text-box.fix {
  position: static;
}

.link-block-4 {
  height: 55vh;
  flex: 1;
  order: 0;
  align-self: auto;
  margin: auto 25px auto 20px;
  display: block;
}

.heading-16 {
  margin-left: 20px;
  font-family: Questrial, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.div-block-44 {
  margin-bottom: 20px;
  display: flex;
}

.text-block-4 {
  max-width: 50%;
  min-width: 50%;
  margin: 20px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.text-block-4.italic {
  font-style: italic;
}

.text-block-5 {
  max-width: 50%;
  white-space: normal;
  margin: 20px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.block-quote {
  color: #d5750e;
  border: 1px #000;
  border-left: 6px solid #d5750e;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  font-family: Questrial, sans-serif;
}

.div-block-45 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.image-44 {
  width: 90vw;
  margin-right: 20px;
}

.image-44.right {
  width: 40vw;
}

.div-block-46 {
  width: 50vw;
  padding: 0 20px 20px;
}

.link {
  margin: 20px;
}

.link.text-block-5 {
  font-weight: 400;
}

.image-45 {
  max-width: 50%;
}

.image-45._2nd {
  margin-top: 20px;
}

.div-block-47 {
  background-color: rgba(0, 0, 0, .7);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: -62px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  color: #fff;
  margin-right: 20px;
  font-family: Questrial, sans-serif;
}

.section-12 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/image-23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5 {
  background-image: linear-gradient(rgba(234, 236, 81, .9), rgba(234, 236, 81, .9));
  padding: 20px;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-13 {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/PYREXX-REDESIGN.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-17 {
  color: #000;
  font-family: Abril Fatface, sans-serif;
  text-decoration: none;
}

.heading-17.linktitle {
  margin-top: 0;
  margin-bottom: 0;
}

.section-14 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/iPhone-14-Pro---Clay.png'), linear-gradient(#b3f487, #b3f487);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 434px, auto;
  background-attachment: fixed, scroll;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-47 {
  width: auto;
}

.image-48, .image-49, .image-50 {
  width: 90vw;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 26px;
    line-height: 32px;
  }

  .div_round {
    width: 380px;
    height: 380px;
    min-height: auto;
    background-image: none;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-18 {
    top: 63.5vh;
  }

  .menu-panel {
    opacity: 0;
    position: absolute;
  }

  .nav-menu-2 {
    background-color: #e28476;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-23 {
    flex-wrap: nowrap;
  }

  .div-block-24 {
    padding-left: 20px;
  }

  .div-block-26 {
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
  }

  .image-17 {
    width: 60vw;
    height: auto;
  }

  .div-block-38 {
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .ux-section {
    flex-wrap: nowrap;
  }

  .ux-examples, .ux-examples-small, .ux-examples-new {
    width: 60vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .div_round {
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
  }

  .logo-div {
    max-height: 300px;
    max-width: 260px;
    margin: auto;
  }

  .image {
    width: 270px;
    max-width: none;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .columns {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
  }

  .column {
    position: static;
  }

  .column-2 {
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block {
    padding-left: 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section.header {
    height: auto;
    flex-direction: column;
    margin: 0;
    display: flex;
  }

  .div-block-5 {
    width: 100vw;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    padding: 0;
    display: flex;
    position: static;
  }

  .column-3 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .columns-2 {
    height: auto;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: stretch;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-4 {
    height: auto;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: block;
  }

  .div-block-6.left {
    width: 100vw;
    height: 50vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .title-left.right {
    width: 100vw;
    height: 50vh;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .heading-3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
  }

  .div_left {
    margin: 81px;
  }

  .div_right {
    width: 100vw;
    flex-wrap: wrap;
    align-content: center;
  }

  .section-4 {
    flex-direction: column;
  }

  .heading-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div_round {
    width: 320px;
    height: 320px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
  }

  .heading-6 {
    margin: 0 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .cover-story {
    flex-direction: column;
  }

  .div-block-15 {
    width: 100vw;
    height: 40vh;
    justify-content: center;
    display: flex;
  }

  .div-block-16 {
    width: 100vw;
    height: 120vh;
  }

  .heading-7 {
    margin-top: auto;
    font-size: 30px;
  }

  .heading-8 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-size: 20px;
    top: 48px;
    left: 0;
  }

  .image-6 {
    z-index: -1;
    position: fixed;
    top: 28%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-18 {
    top: 66vh;
    left: 47.6vw;
  }

  .menu-panel {
    width: 100vw;
    left: 0;
  }

  .menu-open-button.project {
    top: 10px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-open-button.showcases, .menu-open-button.about {
    top: 16px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-9 {
    position: static;
    top: 15px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .title-h2 {
    font-size: 20px;
  }

  .heading-10 {
    font-size: 14px;
  }

  .body-copy {
    font-size: 16px;
  }

  .div-block-23 {
    width: 100vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23.mmb {
    width: 100vw;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
  }

  .div-block-23._5e {
    padding-top: 0;
  }

  .div-block-23.sgb {
    margin-top: auto;
    padding-top: 0;
  }

  .image-14 {
    width: 100%;
    max-width: none;
    margin-left: 20px;
  }

  .crazykims {
    width: auto;
    height: auto;
    background-color: #fcfff6;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-24 {
    width: 100vw;
    height: auto;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    padding-left: 0;
    position: static;
  }

  .image-15 {
    max-width: 100%;
  }

  .image-16 {
    width: auto;
    height: 200px;
    max-width: none;
  }

  .div-block-25 {
    width: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .div-block-26 {
    width: 100vw;
    height: 30vh;
    align-content: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-26._5e-text, .div-block-26.mmb-text {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .div-block-26.sgb {
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-17 {
    width: 80vw;
    height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: 10px;
    overflow: visible;
  }

  .image-18 {
    width: 80vw;
    height: auto;
    max-width: none;
    margin-right: 10px;
  }

  .div-block-27, .div-block-28 {
    display: flex;
  }

  .content-wrapping {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping.mmb {
    display: none;
  }

  .content-wrapping-5e {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-5e.mmb {
    display: none;
  }

  .content-wrapping-5e._5e {
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .content-wrapping-mmb {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-mmb.mmb {
    display: flex;
  }

  .div-block-29 {
    max-width: 25%;
    margin-top: 20px;
    margin-left: auto;
    top: 44px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-19 {
    display: inline-block;
  }

  .image-20 {
    display: none;
  }

  .slider-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrapping-sgb {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrapping-sgb.mmb {
    display: none;
  }

  .contact {
    flex-wrap: nowrap;
  }

  .heading-12 {
    font-size: 30px;
  }

  .div-block-33 {
    width: 40vh;
    height: 40vh;
    flex-wrap: nowrap;
  }

  .image-25 {
    display: none;
  }

  .image-26 {
    height: auto;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .mask-2 {
    top: 87px;
  }

  .image-27, .image-28, .menu-left {
    display: none;
  }

  .image-17-copy {
    width: 100vw;
    max-width: none;
    margin-left: 20px;
    margin-right: 10px;
    overflow: visible;
  }

  .content-wrapping-sonic {
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .content-wrapping-sonic.mmb {
    display: none;
  }

  .div-block-40.bottom.mobile {
    bottom: 120px;
  }

  .div-block-40.bottom.mobile.black {
    color: #000;
  }

  .alexkat, .leeheemoon {
    width: auto;
    height: auto;
    background-color: #fcfff6;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-wrapping-leeheemoon {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-leeheemoon.mmb {
    display: flex;
  }

  .content-wrapping-mmb-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-mmb-copy.mmb {
    display: flex;
  }

  .content-wrapping-alexkat {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-alexkat.mmb, .content-wrapping-alexkat.mmb-copy, .content-wrapping-alexkat.tenent-app {
    display: flex;
  }

  .ux-shocase {
    width: auto;
    height: auto;
    background-color: #fcfff6;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ux-section {
    width: 100vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .ux-section.mmb {
    width: 100vw;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
  }

  .ux-section._5e {
    padding-top: 0;
  }

  .ux-section.sgb {
    margin-top: auto;
    padding-top: 0;
  }

  .content-wrapping-mmb-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-mmb-copy.mmb, .content-wrapping-mmb-copy.gapless {
    display: flex;
  }

  .content-wrapping-gapless {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-gapless.mmb, .content-wrapping-gapless.gapless {
    display: flex;
  }

  .content-wrapping-pyrexx {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapping-pyrexx.mmb, .content-wrapping-pyrexx.mmb-copy, .content-wrapping-pyrexx.tenent-app {
    display: flex;
  }

  .pyrexx-style-guide {
    width: auto;
    height: auto;
    background-color: #fcfff6;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ux-examples, .ux-examples-small, .ux-examples-new {
    width: 80vw;
    height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: 10px;
    overflow: visible;
  }

  .text-box {
    width: auto;
    height: auto;
    background-color: #fcfff6;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-44 {
    display: block;
  }

  .text-block-4, .text-block-5 {
    max-width: none;
    min-width: auto;
  }

  .section-12, .section-13 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-17.linktitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}


