body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

a {
  display: inline;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

img {
  display: inline-block;
  max-width: 100%;
}

.portfolio-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-column-count: 1;
  column-count: 1;
}

.portfolio-wrap.porfolio {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  overflow: visible;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-v-wrap {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 30px;
  padding: 20px 0px 0px 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-height: 80px;
  margin-left: 0px;
  padding: 0px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 400;
}

.button-nav:hover {
  color: #fff;
}

.button-nav.logo-name {
  display: block;
  height: 67px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: rgba(0, 0, 0, 0.25);
  font-size: 29px;
  line-height: 25px;
}

.button-nav.logo-name:hover {
  color: #000;
}

.button-nav.logo-name.w--current {
  margin-bottom: 15px;
  color: #fff;
}

.button-nav.logo-name.currently {
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.2);
}

.button-nav-hor {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: rgba(0, 0, 0, 0.35);
  font-size: 17px;
}

.button-nav-hor:hover {
  color: #000;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.button-nav-hor.current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.35px;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.button-nav-hor.current.w--current {
  line-height: 18px;
}

.button-nav-hor.section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.button-nav-hor.section:hover {
  color: #000;
  font-weight: 700;
}

.button-nav-hor.subsection {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
}

.button-nav-hor.subsection:hover {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.button-nav-hor.currently {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.flex-folio {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0px;
  padding: 0px 0px 0px 200px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.info {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 90.2%, 0.85);
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0em;
  column-gap: 0em;
}

.plus {
  position: absolute;
  left: 5px;
  bottom: 10px;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: opacity 975ms ease;
  transition: opacity 975ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
}

.plus:hover {
  color: #000;
}

.paragraph {
  position: relative;
  z-index: 100;
  display: block;
  width: 50%;
  margin: 23px 0px 0px;
  padding: 0px 50px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.paragraph.non-head {
  position: relative;
  display: block;
  width: 50%;
  margin-top: 23px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph.overlay {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.paragraph.publication {
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 20px;
  text-align: left;
}

.cross {
  position: fixed;
  left: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  line-height: 0px;
}

.cross:hover {
  color: #fff;
}

.body {
  background-color: #ccc;
  line-height: 18px;
}

.section {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.section:hover {
  color: #fff;
}

.logo-name:hover {
  color: #79fa50;
}

.portfolio-thumb {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0.5vh 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.portfolio-thumb:hover {
  color: #000;
}

.portfolio-title {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.55)), to(hsla(0, 0%, 80%, 0.55)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.55), hsla(0, 0%, 80%, 0.55));
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.nav-pair {
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pc {
  color: rgba(0, 0, 0, 0.12);
  font-size: 19px;
}

.pc.home {
  color: hsla(0, 0%, 99.2%, 0.53);
}

.minus {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb0b0b;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.minus:hover {
  color: #000;
}

.plus-info {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: ltr;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  text-align: right;
}

.main-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-wrap.non-slide {
  overflow: auto;
  padding-right: 10px;
  padding-left: 190px;
}

.main-wrap.publication {
  overflow: auto;
  padding-right: 30px;
  padding-left: 190px;
}

.social {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.googleplus {
  left: 34px;
  top: 29px;
  padding-right: 0px;
  padding-left: 0px;
}

.facebook {
  left: 186px;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.sidebar {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 400px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar:hover {
  color: #000;
}

.info-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3000;
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 0px 0px 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.plus-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.icon {
  margin-top: 5px;
  margin-right: 1vw;
  margin-left: 1vw;
  opacity: 0.33;
}

.icon:hover {
  opacity: 1;
}

.icon:active {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.portfolio-slide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-right: 75px;
  padding-bottom: 1vh;
  padding-left: 195px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.portfolio-overlay {
  position: absolute;
  top: 45%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 4vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.portfolio-overlay.large {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  height: 45px;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 190px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0)), to(#ccc));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0), #ccc);
  color: #f0f0f0;
  font-size: 14px;
  line-height: 14px;
}

.portfolio-image {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: block;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

.portfolio-image:hover {
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}

.portfolio-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-width: 25%;
  margin-right: 0vw;
  margin-left: 0.3vw;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-link:hover {
  color: #000;
}

.info-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  line-height: 50px;
}

.info-rich-text-block {
  position: relative;
  padding: 0px 2vw 30px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.8)), to(hsla(0, 0%, 80%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.8), hsla(0, 0%, 80%, 0.8));
  color: #000;
  text-align: left;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1.5vw;
  column-gap: 1.5vw;
}

.info-rich-text-block p {
  position: relative;
  margin-bottom: 0px;
}

.info-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thumb-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
  color: #000;
}

.thumb-text:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.25)), to(hsla(0, 0%, 80%, 0.25)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.25), hsla(0, 0%, 80%, 0.25));
  opacity: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gradient {
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.01), #ccc);
}

.gradient.top {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 20000;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0)), to(hsla(0, 0%, 80%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0), hsla(0, 0%, 80%, 0.8));
}

.gradient.top.page {
  position: fixed;
  left: 170px;
  top: 0px;
  display: block;
  width: 100%;
  height: 25px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(hsla(0, 0%, 80%, 0.2)));
  background-image: linear-gradient(180deg, #ccc, hsla(0, 0%, 80%, 0.2));
}

.gradient.bottom {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  height: 50px;
}

.gradient.bottom.page {
  position: fixed;
  left: 170px;
  display: block;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0)), to(#ccc));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0), #ccc);
}

.gradient.thumb {
  position: static;
  display: block;
  width: 7.75vw;
  height: 30px;
  max-width: 120px;
  padding-bottom: 0px;
}

.gradient.thumb.up {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 100000;
  display: block;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
  background-image: linear-gradient(0deg, hsla(0, 0%, 80%, 0.01), #ccc);
}

.gradient.thumb.down {
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 100000;
  display: block;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.next-page {
  position: absolute;
  left: 0px;
  top: 50%;
  bottom: 50%;
  z-index: 5;
  display: inline;
  margin-right: 1vw;
  padding-left: 189px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-page.left {
  position: fixed;
  top: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 0px;
  margin-left: 135px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-page.left.w--current {
  left: 0px;
  top: 50%;
  bottom: 50%;
  padding-left: 166px;
}

.next-page.right {
  position: fixed;
  left: auto;
  top: 45%;
  right: 0px;
  bottom: 50%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-arrow {
  display: block;
  width: 55px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/arrow-l.png');
  background-position: 0px 0px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  opacity: 0.5;
  color: #fff;
  font-size: 14px;
}

.page-arrow:hover {
  opacity: 1;
}

.page-arrow.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: 10px;
  padding-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/arrow-r.png');
  background-position: 50% 0px;
  background-size: auto;
  opacity: 0.7;
}

.page-arrow.right:hover {
  opacity: 1;
}

.page-arrow.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-left: 0px;
  padding-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 0px;
  opacity: 0.7;
  text-align: right;
}

.page-arrow.left:hover {
  opacity: 1;
}

.page-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.thumbs-spacer {
  display: none;
  width: 0px;
  height: 0px;
}

@media (max-width: 991px) {
  h4 {
    line-height: 30px;
  }
  .portfolio-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .portfolio-wrap.porfolio {
    position: fixed;
    left: 0%;
    top: 90px;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-v-wrap {
    position: fixed;
    width: 100%;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 4vw;
    padding-left: 3.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-nav {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-nav.logo-name {
    width: 25%;
    height: 60px;
    max-height: none;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 29px;
    line-height: 29px;
  }
  .button-nav.logo-name.w--current {
    position: relative;
    width: 200px;
    height: 60px;
    max-height: none;
    margin-top: 0px;
    padding-left: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 27px;
    line-height: 25px;
  }
  .button-nav-hor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    line-height: 17px;
  }
  .button-nav-hor.current {
    position: absolute;
    width: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .button-nav-hor.current.w--current {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .button-nav-hor.section {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
  }
  .button-nav-hor.section:hover {
    color: #000;
    font-weight: 700;
  }
  .button-nav-hor.section.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-nav-hor.subsection {
    position: absolute;
    width: 200px;
    margin-top: 0px;
    font-size: 15px;
  }
  .button-nav-hor.currently.sub {
    position: absolute;
    width: 200px;
    line-height: 17px;
  }
  .flex-folio {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: -80px;
    margin-right: -2px;
    margin-left: -2px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-nav-wrap {
    width: 100%;
    padding-top: 22px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .current {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .info {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: hsla(0, 0%, 90.2%, 0.85);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-column-count: 3;
    column-count: 3;
  }
  .plus {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
  }
  .plus:hover {
    color: #000;
  }
  .paragraph {
    top: 0px;
    width: 50%;
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .paragraph.non-head {
    width: 50%;
    margin-top: 10px;
    margin-right: 0px;
    padding: 0px 30px 1px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph.overlay {
    position: static;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph.publication {
    margin-top: 14px;
    margin-bottom: 50px;
    padding-right: 2vw;
    padding-bottom: 70px;
    padding-left: 2vw;
  }
  .cross {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.39;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-size: 80px;
    line-height: 0px;
    text-decoration: none;
  }
  .section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .portfolio-thumb {
    max-width: none;
    margin: 0px 0.5vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .portfolio-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
  }
  .nav-pair {
    height: 60px;
    margin-bottom: 0px;
  }
  .pc {
    color: rgba(0, 0, 0, 0.15);
    font-size: 20px;
  }
  .minus {
    position: absolute;
    left: -19px;
    bottom: 5px;
    width: 30px;
    height: 27px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 36px;
  }
  .plus-info {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 3500;
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-left: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
  }
  .main-wrap {
    left: 0px;
    top: 80px;
    right: 0px;
    overflow: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-wrap.non-slide {
    top: 90px;
    bottom: 0px;
    z-index: 1;
    overflow: auto;
    width: 100%;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .main-wrap.publication {
    top: 85px;
    padding-top: 0px;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .social {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 600;
    height: 50px;
    margin-bottom: 0px;
    background-color: #ccc;
  }
  .sidebar {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 45px;
    z-index: 5000;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }
  .info-text {
    position: fixed;
    left: 0px;
    bottom: 0px;
    overflow: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .portfolio-slide {
    position: fixed;
    left: 0px;
    top: 90px;
    right: auto;
    display: block;
    width: 100vw;
    height: 95%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 1vw;
    padding-bottom: 90px;
    padding-left: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .portfolio-overlay {
    left: 0px;
    right: 0px;
    bottom: 25px;
    width: 100%;
    margin-top: 1vh;
    margin-bottom: 3vh;
    font-size: 13px;
    line-height: 13px;
  }
  .portfolio-overlay.large {
    position: fixed;
    height: 40px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 14px;
  }
  .portfolio-image {
    width: 100%;
    max-height: 200%;
    max-width: 200%;
  }
  .portfolio-column {
    overflow: visible;
    height: 25%;
    min-width: 0%;
    margin-right: 0vw;
    margin-left: 0vw;
    padding: 0px 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-rich-text-block {
    padding-right: 4vw;
    padding-bottom: 60px;
    padding-left: 4vw;
    font-size: 15px;
    text-align: left;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }
  .info-rich-text-block p {
    margin-bottom: 0px;
    padding-left: 2px;
    line-height: 17px;
  }
  .info-section {
    position: fixed;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .gradient {
    position: static;
  }
  .gradient.top {
    position: relative;
    left: 0px;
    top: auto;
    z-index: 5000;
    display: block;
    width: 100%;
  }
  .gradient.top.page {
    left: 0px;
    height: 20px;
    margin-top: 85px;
    padding-bottom: 0px;
  }
  .gradient.bottom {
    position: relative;
    top: 0px;
    z-index: 10000;
    height: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0)), to(hsla(0, 0%, 80%, 0.8)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0), hsla(0, 0%, 80%, 0.8));
  }
  .gradient.bottom.page {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 75px;
  }
  .gradient.bottom.page.connect {
    left: 0px;
    right: 0px;
    bottom: 50px;
    height: 50px;
  }
  .gradient.thumb.up {
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0.5vh;
    width: 15px;
    height: 10.3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
    background-image: linear-gradient(270deg, hsla(0, 0%, 80%, 0.01), #ccc);
  }
  .gradient.thumb.down {
    right: 0px;
    bottom: 0.5vh;
    width: 15px;
    height: 10.3vw;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
    background-image: linear-gradient(90deg, hsla(0, 0%, 80%, 0.01), #ccc);
  }
  .next-page.left {
    position: fixed;
    left: 45%;
    top: auto;
    right: auto;
    bottom: 10px;
    z-index: 500;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .next-page.right {
    position: fixed;
    left: 45%;
    top: auto;
    right: auto;
    bottom: 1vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-arrow.right {
    width: 100px;
    height: 35px;
    padding-top: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/arrows-b.png');
    background-position: 0px 0px;
    background-size: contain;
    opacity: 0.62;
    text-align: right;
  }
  .page-arrow.left {
    position: relative;
    width: 100px;
    height: 35px;
    padding-top: 7px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/arrows-b.png');
    background-position: 0px 0px;
    background-size: contain;
  }
  .page-text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
  }
  .thumbs-spacer {
    display: none;
  }
}

@media (max-width: 767px) {
  p {
    line-height: 15px;
  }
  .portfolio-wrap {
    position: absolute;
    left: 27vw;
    top: 0px;
    overflow: auto;
    width: auto;
    height: 100%;
    min-height: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .portfolio-wrap.porfolio {
    position: fixed;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-top: 1vh;
    padding-right: 6vw;
    padding-left: 22vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-v-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50;
    width: 24vw;
    height: auto;
    padding: 2.5vh 0px 0px 1.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .button-nav {
    height: 10vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 4vh;
    line-height: 6vw;
  }
  .button-nav.logo-name {
    position: relative;
    width: 100%;
    height: 7vw;
    margin-bottom: 3vh;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    font-size: 3.6vw;
    line-height: 3.5vw;
    text-align: left;
  }
  .button-nav.logo-name.w--current {
    display: block;
    width: auto;
    height: 8vw;
    margin-bottom: 2.5vh;
    padding-left: 0px;
    font-size: 4vw;
    line-height: 3.5vw;
    text-align: left;
  }
  .button-nav-hor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 18px;
  }
  .button-nav-hor.w--current {
    width: 100%;
    height: 7vw;
    line-height: 7vw;
  }
  .button-nav-hor.current {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-nav-hor.section {
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-nav-hor.section:hover {
    color: #000;
    font-weight: 700;
  }
  .button-nav-hor.section.w--current {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-nav-hor.subsection {
    position: static;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 17px;
    line-height: 17px;
  }
  .button-nav-hor.subsection:hover {
    letter-spacing: 0px;
  }
  .button-nav-hor.currently.sub {
    position: static;
  }
  .flex-folio {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 95%;
    margin: 0.1vh 0px 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 21vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flex-folio.video {
    padding-right: 0px;
  }
  .flex-nav-wrap {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .info {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 0px 20px 0px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: hsla(0, 0%, 90.2%, 0.95);
    -webkit-column-count: 1;
    column-count: 1;
  }
  .plus {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    color: rgba(0, 0, 0, 0.5);
    font-size: 45px;
    line-height: 6.5vw;
  }
  .paragraph {
    position: relative;
    top: 0px;
    display: block;
    overflow: visible;
    width: 50%;
    margin: 0px;
    padding: 2.5vh 1vw 25px 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    text-align: left;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph.non-head {
    margin-top: 0vh;
    margin-right: 5px;
    padding: 2.5vh 5px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph.overlay {
    position: static;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph.connect {
    width: 50%;
    padding-right: 50px;
    padding-left: 0px;
  }
  .paragraph.publication {
    margin-top: 6px;
    margin-bottom: 30px;
    padding: 2.5vh 1vw 20px 3vw;
  }
  .cross {
    width: 18px;
    font-size: 35px;
    line-height: 22px;
  }
  .portfolio-thumb {
    position: relative;
    height: 100%;
    margin: 0vh 0.5vw 0% 0vw;
    padding-top: 0px;
    padding-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
    line-height: 13px;
  }
  .portfolio-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 1vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2vw;
    line-height: 3vw;
  }
  .nav-pair {
    height: auto;
    margin-bottom: 3.5vh;
  }
  .pc {
    font-size: 2.4vw;
    line-height: 2.5vw;
  }
  .minus {
    left: -16px;
    bottom: 8px;
    font-size: 39px;
  }
  .plus-info {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 30px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
  }
  .main-wrap {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: -5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 22vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-wrap.non-slide {
    position: relative;
    top: 0px;
    margin-right: 0px;
    padding-right: 1vw;
    padding-left: 21vw;
  }
  .main-wrap.publication {
    position: relative;
    top: 0vh;
    padding-left: 21vw;
  }
  .social {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    width: auto;
    height: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .info-text {
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-left: 21vw;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.8)), to(hsla(0, 0%, 80%, 0.8)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.8), hsla(0, 0%, 80%, 0.8));
    font-size: 15px;
  }
  .plus-text {
    position: fixed;
    z-index: 50;
  }
  .icon {
    margin-top: 2vh;
    margin-bottom: 2vh;
    opacity: 0.33;
  }
  .portfolio-slide {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 0px 1.5vw 0vh 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .portfolio-overlay {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 1vw;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5vw;
    line-height: 1.5vw;
  }
  .portfolio-overlay.large {
    width: 100%;
    height: 8vh;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 135px;
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .portfolio-column {
    height: 80vh;
    min-width: 25%;
    margin-top: -2vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0vw 0px 0.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .info-plus {
    position: fixed;
    left: 0px;
    top: 35vw;
    z-index: 100;
  }
  .info-rich-text-block {
    position: static;
    overflow: auto;
    padding: 15px 2vw 12px 1vw;
    background-image: none;
    line-height: 18px;
    text-align: justify;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.2em;
    column-gap: 1.2em;
  }
  .info-rich-text-block p {
    margin-bottom: 0px;
    line-height: 18px;
  }
  .info-section {
    position: fixed;
    z-index: 100;
    display: block;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gradient {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 80%, 0.1)), to(#ccc));
    background-image: linear-gradient(0deg, hsla(0, 0%, 80%, 0.1), #ccc);
  }
  .gradient.top {
    position: absolute;
    left: 0vw;
    top: 0px;
    right: 0px;
    bottom: auto;
    height: 25px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(0%, #ccc), to(hsla(0, 0%, 80%, 0)));
    background-image: linear-gradient(180deg, #ccc, #ccc 0%, hsla(0, 0%, 80%, 0));
  }
  .gradient.top.page {
    left: 21vw;
    width: 100%;
    height: 3vh;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(hsla(0, 0%, 80%, 0.2)));
    background-image: linear-gradient(180deg, #ccc, hsla(0, 0%, 80%, 0.2));
  }
  .gradient.bottom {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.1)), color-stop(100%, #ccc), to(#ccc));
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.1), #ccc 100%, #ccc);
  }
  .gradient.bottom.page {
    position: fixed;
    left: 20vw;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.1)), to(#ccc));
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.1), #ccc);
  }
  .gradient.bottom.page.connect {
    bottom: 0px;
  }
  .gradient.thumb.up {
    left: auto;
    top: -2px;
    right: 0px;
    bottom: auto;
    width: 53px;
    height: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
    background-image: linear-gradient(0deg, hsla(0, 0%, 80%, 0.01), #ccc);
  }
  .gradient.thumb.down {
    left: auto;
    right: 0px;
    bottom: -2px;
    width: 53px;
    height: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.01), #ccc);
  }
  .next-page.left {
    left: auto;
    top: 33%;
    right: 0%;
    bottom: auto;
    width: 6vw;
    margin-right: 1vw;
  }
  .next-page.right {
    left: auto;
    top: 33%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6vw;
    margin-right: 1vw;
  }
  .page-arrow.right {
    width: 4vw;
    margin-right: 0px;
    padding-top: 6vw;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/arrow-r.png');
    background-position: 100% 0px;
    opacity: 0.69;
    line-height: 14px;
  }
  .page-arrow.left {
    width: 4vw;
    margin-right: 0vw;
    padding-top: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/arrow-r.png');
    background-size: contain;
    line-height: 14px;
  }
  .page-text {
    width: 7vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2vw;
  }
  .thumbs-spacer {
    width: 0px;
    height: 0px;
  }
}

@media (max-width: 479px) {
  h4 {
    margin-top: 7px;
    margin-bottom: 4px;
    line-height: 22px;
  }
  .portfolio-wrap {
    position: fixed;
    left: 0px;
    top: 21vh;
    right: 0px;
    bottom: 9vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .portfolio-wrap.porfolio {
    position: fixed;
    left: 0%;
    top: 15vh;
    right: 0px;
    bottom: 40px;
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    padding: 0vh 0vw 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-v-wrap {
    position: fixed;
    z-index: 6000;
    width: 100%;
    height: 85px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ccc;
  }
  .button-nav.logo-name {
    display: block;
    width: 100%;
    height: 6vh;
    max-height: auto;
    margin-bottom: 5px;
    padding-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 7vw;
    line-height: 8vw;
    text-align: center;
  }
  .button-nav.logo-name.w--current {
    width: 100%;
    padding-top: 7px;
    color: #fff;
    font-size: 7vw;
    line-height: 4vh;
    text-align: center;
  }
  .button-nav.logo-name.currently {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-nav-hor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-nav-hor.current {
    position: fixed;
    display: block;
    overflow: visible;
    width: auto;
    min-height: 3vh;
    padding-top: 1px;
    padding-bottom: 0vw;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 4vw;
    line-height: 4.2vw;
    font-weight: 700;
    text-align: left;
  }
  .button-nav-hor.current.w--current {
    height: 5vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 5vw;
    line-height: 12px;
  }
  .button-nav-hor.section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .button-nav-hor.section:hover {
    color: #000;
    font-weight: 700;
  }
  .button-nav-hor.subsection {
    position: absolute;
    padding-top: 2px;
    font-size: 4.2vw;
    line-height: 4vw;
    text-align: left;
  }
  .button-nav-hor.currently.sub {
    position: absolute;
  }
  .flex-folio {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 103vw;
    height: auto;
    max-height: none;
    margin: 9vh 0px 0px -2vw;
    padding: 0vh 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flex-nav-wrap {
    padding-right: 4vw;
    padding-left: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .current {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .info {
    position: fixed;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    display: block;
    overflow: visible;
    height: auto;
    padding: 0px 15px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: hsla(0, 0%, 94.1%, 0.95);
    -webkit-column-count: 1;
    column-count: 1;
  }
  .info:hover {
    color: #000;
  }
  .plus {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    position: static;
    left: 0px;
    right: 0px;
    z-index: 200;
    display: block;
    overflow: visible;
    width: 100%;
    margin: 0px;
    padding: 0px 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 15.5px;
    line-height: 17px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph:hover {
    color: #000;
  }
  .paragraph.non-head {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0vh 10px 20px 2vw;
  }
  .paragraph.overlay {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .paragraph.connect {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 70px;
    padding-left: 10px;
  }
  .paragraph.publication {
    margin-bottom: 0px;
    padding: 0px 3vw 0px 3.5vw;
  }
  .cross {
    margin-top: 0px;
    font-size: 4vh;
    line-height: 3vh;
  }
  .body {
    overflow: auto;
    height: 100%;
  }
  .section {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .section:hover {
    color: #fff;
  }
  .portfolio-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0vh 0.5vw 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0vh;
    padding-bottom: 1vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 4.3vw;
    line-height: 6vw;
  }
  .nav-pair {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 5vw;
    line-height: 5vw;
  }
  .minus {
    position: fixed;
    left: -15px;
    bottom: 8px;
    z-index: 10000;
    width: 21px;
    margin-right: 0px;
    background-color: #f0f0f0;
    color: grey;
    font-size: 34px;
  }
  .plus-info {
    margin-bottom: 10px;
    text-align: left;
  }
  .main-wrap {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    overflow: auto;
    width: 100%;
    margin-right: -2px;
    margin-bottom: 0px;
    padding: 11vh 0vw 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .main-wrap.non-slide {
    position: fixed;
    top: 0px;
    padding: 95px 1vw 0px;
  }
  .main-wrap.publication {
    top: 0vh;
    margin-bottom: 0px;
    padding: 90px 0px 25px;
  }
  .social {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 600;
    overflow: visible;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 1vh 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: #ccc;
  }
  .facebook {
    height: auto;
  }
  .info-text {
    position: fixed;
    left: 0px;
    top: 13vh;
    bottom: 0px;
    z-index: 1000;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .portfolio-slide {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 95%;
    padding: 0px 0.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .portfolio-overlay {
    left: 0px;
    top: 40%;
    right: 0px;
    bottom: 1vw;
    width: auto;
    height: auto;
    margin-bottom: 0vh;
    padding-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4vh;
    line-height: 1.6vh;
  }
  .portfolio-overlay.large {
    position: absolute;
    left: 25%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 50%;
    height: 6vh;
    padding-bottom: 11px;
    padding-left: 0px;
    font-size: 3vw;
    line-height: 3.5vw;
  }
  .portfolio-column {
    position: static;
    overflow: visible;
    width: 100vw;
    height: 100%;
    min-width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 1vw;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .info-plus {
    position: fixed;
    left: 0px;
    top: auto;
    bottom: 0px;
    z-index: 10000;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .info-rich-text-block {
    position: relative;
    z-index: 1000;
    overflow: auto;
    padding: 10px 3.5vw 15px 2.5vw;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.2em;
    column-gap: 1.2em;
  }
  .info-rich-text-block p {
    font-size: 15px;
    line-height: 17.5px;
    text-align: justify;
  }
  .info-section {
    position: absolute;
    padding-bottom: 0px;
  }
  .thumb-text {
    z-index: 5000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gradient.top {
    position: absolute;
    z-index: 500000;
    height: 22px;
    margin-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(hsla(0, 0%, 80%, 0)));
    background-image: linear-gradient(180deg, #ccc, hsla(0, 0%, 80%, 0));
  }
  .gradient.top.page {
    left: 0vw;
    top: 80px;
    height: 20px;
  }
  .gradient.bottom {
    bottom: 35px;
    height: 30px;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.1)), color-stop(100%, #ccc), to(#ccc));
    background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.1), #ccc 100%, #ccc);
    text-shadow: none;
  }
  .gradient.bottom.page {
    position: fixed;
    left: 0px;
  }
  .gradient.bottom.page.connect {
    position: fixed;
    bottom: 50px;
    height: 55px;
  }
  .gradient.thumb.up {
    left: 0px;
    top: auto;
    right: auto;
    bottom: -100vh;
    display: none;
    width: 5px;
    height: 7vh;
    max-width: auto;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
    background-image: linear-gradient(270deg, hsla(0, 0%, 80%, 0.01), #ccc);
  }
  .gradient.thumb.down {
    bottom: -100vh;
    display: none;
    width: 5px;
    height: 53px;
    max-width: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 80%, 0.01)), to(#ccc));
    background-image: linear-gradient(90deg, hsla(0, 0%, 80%, 0.01), #ccc);
  }
  .next-page.left {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 15px;
    margin-right: 0vw;
  }
  .next-page.left.w--current {
    left: 35%;
    top: auto;
    bottom: 0%;
    padding-left: 0px;
  }
  .next-page.right {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 15px;
    margin-right: 0vw;
  }
  .page-arrow.right {
    width: 33vw;
    padding-top: 0vw;
    padding-left: 37px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/arrows-b.png');
    background-position: 0px 50%;
    background-size: 40px;
    font-size: 3vw;
    text-align: right;
  }
  .page-arrow.left {
    width: 33vw;
    padding-top: 0vw;
    padding-left: 37px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/arrows-b.png');
    background-position: 0px 50%;
    background-size: 40px;
    font-size: 3vw;
  }
  .page-text {
    width: 15vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4vw;
  }
  .thumbs-spacer {
    display: none;
  }
  .placeholder {
    display: none;
  }
}

