* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "monotype-grotesque", sans-serif;
}

html {
  font-size: 62.5%;
}

a {
  color: #FFA97E;
}

h1 {
  font-size: 4rem;
}
@media screen and (max-width: 1500px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1500px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3, h4, h5, h6 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  h3, h4, h5, h6 {
    font-size: 2.2rem;
  }
}

p, a, span, ul li {
  font-size: 1.8rem;
  line-height: 1.35em;
}
@media screen and (max-width: 1500px) {
  p, a, span, ul li {
    font-size: 1.6rem;
  }
}

th, td {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  th, td {
    font-size: 1.2rem;
  }
}

.pageTransition {
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  position: fixed;
  background-color: #ffffff;
  transition: opacity 500ms ease-in;
  opacity: 1;
  z-index: 5;
  pointer-events: none;
}
.pageTransition.inActive {
  opacity: 0;
}
.pageTransition.noTouch {
  pointer-events: auto;
}

.sidenav {
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/menu-pattern.png") no-repeat top left/cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 37rem;
  padding: 3rem;
  transition: left 0.4s ease-in-out;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .sidenav {
    left: -100%;
  }
}
@media screen and (max-width: 600px) {
  .sidenav {
    left: -100%;
    width: 100%;
  }
}
.sidenav.open {
  left: 0;
}
.sidenav h1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .sidenav h1 {
    font-size: 1.6rem;
  }
}
.sidenav a {
  text-decoration: none;
}
.sidenav h1, .sidenav a, .sidenav .closeMenu {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6rem;
}
.sidenav ul li, .sidenav .closeMenu {
  list-style: none;
  margin-top: 2rem;
  position: relative;
  padding-left: 4rem;
}
.sidenav ul li::before, .sidenav .closeMenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/arrow.svg") no-repeat;
  transition: transform 0.1s linear;
}
.sidenav ul li:hover::before, .sidenav .closeMenu:hover::before {
  transform: translateX(1.5rem);
}
.sidenav .closeMenu {
  cursor: pointer;
  transition: transform 0.1s linear;
  display: none;
}
@media screen and (max-width: 1300px) {
  .sidenav .closeMenu {
    display: block;
    margin: 0 0 4rem;
  }
}
.sidenav .closeMenu::before {
  transform: rotate(180deg);
  top: 0.3rem;
}
.sidenav .closeMenu:hover::before {
  transform: rotate(180deg) translateX(-1.5rem);
}
.sidenav .closeMenu:hover {
  transform: translateX(-1.5rem);
}
.sidenav .poweredBy {
  color: #ffffff;
  position: absolute;
  bottom: 3rem;
}
.sidenav .poweredBy a {
  text-transform: none;
  font-weight: bold;
}

.topnav {
  position: fixed;
  top: -10rem;
  left: 0;
  width: 100%;
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/small-menu-pattern.png") no-repeat center center/cover;
  background-color: white;
  padding: 1.5rem 6rem;
  text-transform: uppercase;
  z-index: 2;
  color: white;
  transition: top 0.4s ease-in-out;
}
@media screen and (max-width: 900px) {
  .topnav {
    padding: 1.5rem 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .topnav.open {
    top: 0;
  }
}
.topnav p {
  position: relative;
}
.topnav .menuIcon {
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/menu.svg") no-repeat;
  position: absolute;
  right: 0;
  top: 0.3rem;
  height: 2.2rem;
  width: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .topnav .menuIcon {
    top: 0rem;
  }
}
.topnav .miLogo {
  margin-left: 3rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .topnav .miLogo {
    font-size: 1.4rem;
    top: 0.1rem;
  }
}
.topnav .logo__circle {
  left: -3rem;
}
@media screen and (max-width: 600px) {
  .topnav .logo__circle {
    top: 0.1rem;
  }
}

.miLogo {
  position: relative;
  margin-left: 4rem;
}

.logo__circle {
  position: absolute;
  background-color: white;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  display: block;
  left: -4rem;
  top: 0.3rem;
}

.ajaxWrapper, .footer {
  width: calc(100vw - 37rem);
  margin-left: 37rem;
}
@media screen and (max-width: 1300px) {
  .ajaxWrapper, .footer {
    width: 100vw;
    margin-left: 0;
  }
}

.ajaxWrapper {
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .ajaxWrapper {
    margin-top: 5rem;
  }
}

.caption {
  color: #7B8D58;
  margin-top: 1.5rem;
}

.footer {
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/footer-pattern-4.png") no-repeat center center/cover;
  padding: 4.5rem 6rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 4.5rem 3rem;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
  }
}
.footer .leftColumn, .footer .rightColumn {
  flex-basis: 35%;
}
@media screen and (max-width: 1500px) {
  .footer .leftColumn, .footer .rightColumn {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 600px) {
  .footer .leftColumn, .footer .rightColumn {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer .leftColumn {
    flex-basis: 60%;
  }
}
.footer .rightColumn {
  padding-left: 3rem;
}
@media screen and (max-width: 600px) {
  .footer .rightColumn {
    max-width: 40rem;
    padding-left: 0;
  }
}
.footer h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .footer h3 {
    font-size: 1.6rem;
  }
}
.footer .logo__circle {
  background-color: #111111;
  left: -3rem;
  top: 0.3rem;
}
.footer .miLogo {
  margin-left: 3rem;
}
.footer .rightColumn .wysiwyg, .footer .rightColumn .contactLinks {
  margin-bottom: 1.5rem;
}
.footer .rightColumn li, .footer .rightColumn a {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.footer .rightColumn a {
  position: relative;
}
.footer .rightColumn a::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0.3rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/arrow-black.svg") no-repeat;
  transition: transform 0.1s linear;
}
.footer .rightColumn a:hover::after {
  transform: translateX(1rem);
}
.footer ul {
  list-style: none;
}

.container {
  min-height: 60vh;
}

.block--text {
  padding: 3rem 6rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .block--text {
    padding: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .block--text {
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 3rem 0;
  }
}
.block--text--reversed {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .block--text--reversed {
    flex-direction: column;
  }
}
.block--text--reversed .block__title {
  padding-left: 6rem;
}
@media screen and (max-width: 900px) {
  .block--text--reversed .block__title {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .block--text--reversed .block__title {
    padding-left: 0;
  }
}
.block--text:last-child {
  margin-bottom: 3rem;
}

.block--video {
  margin: 3rem 6rem;
  position: relative;
  width: calc(65% - 9rem);
  height: 0;
  padding-bottom: calc((65% - 9rem) * 9 / 16);
}
@media screen and (max-width: 1500px) {
  .block--video {
    width: calc(60% - 6rem);
    padding-bottom: calc((60% - 6rem) * 9 / 16);
  }
}
@media screen and (max-width: 900px) {
  .block--video {
    margin: 1.5rem 3rem;
    width: calc(100% - 6rem);
    padding-bottom: calc((100% - 6rem) * 9 / 16);
  }
}
@media screen and (max-width: 600px) {
  .block--video {
    margin: 3rem 3rem 0;
  }
}
.block--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--video:last-child {
  margin-bottom: 3rem;
}

.block--table {
  margin-top: 3rem;
  padding: 0 6rem;
}
@media screen and (max-width: 900px) {
  .block--table {
    padding: 0 3rem;
  }
}
.block--table table {
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom: 3rem;
  width: 100%;
}
.block--table td, .block--table th {
  text-align: left;
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 1%;
}
@media screen and (max-width: 750px) {
  .block--table td, .block--table th {
    padding: 1rem 0.5rem;
  }
}
.block--table td:last-child, .block--table th:last-child {
  border-right: 1px solid #ccc;
}
.block--table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.block--gallery {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 6rem;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .block--gallery {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .block--gallery {
    flex-direction: column;
  }
}
.block--gallery .gallery__image {
  width: -moz-min-content;
  width: min-content;
}
@media screen and (max-width: 600px) {
  .block--gallery .gallery__image {
    flex-basis: 100%;
  }
}
.block--gallery .gallery__image img {
  height: calc(((100vw - 49rem) / 2 - 1.5rem) * 2 / 3);
}
@media screen and (max-width: 1300px) {
  .block--gallery .gallery__image img {
    height: calc(((100vw - 12rem) / 2 - 1.5rem) * 2 / 3);
  }
}
@media screen and (max-width: 900px) {
  .block--gallery .gallery__image img {
    height: calc(((100vw - 6rem) / 2 - 1.5rem) * 2 / 3);
  }
}
@media screen and (max-width: 600px) {
  .block--gallery .gallery__image img {
    height: unset;
    width: calc(100vw - 6rem);
  }
}
.block--gallery .gallery__image p {
  color: #7B8D58;
  margin-top: 1rem;
}

.wysiwyg p {
  margin-bottom: 1em;
}
.wysiwyg :last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  margin-bottom: 2rem;
}
.wysiwyg ul li {
  margin-left: 1em;
  margin-bottom: 2rem;
}

.block__title {
  flex-basis: 35%;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .block__title {
    flex-basis: 40%;
  }
}

.block__body {
  flex-basis: 65%;
}
@media screen and (max-width: 1500px) {
  .block__body {
    flex-basis: 60%;
  }
}

.overviewWrapper a {
  text-decoration: none;
}

.overviewItem {
  display: flex;
}
@media screen and (max-width: 900px) {
  .overviewItem {
    flex-direction: column;
  }
}
.overviewItem:nth-child(even) {
  flex-direction: row-reverse;
  border-left: 0.5rem solid #FFA97E;
}
@media screen and (max-width: 900px) {
  .overviewItem:nth-child(even) {
    flex-direction: column;
    border: none;
  }
}
.overviewItem:nth-child(even) .overviewItem__img {
  border-right: none;
}
@media screen and (max-width: 900px) {
  .overviewItem--person {
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem--person {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .overviewItem--person:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem--person:nth-child(even) {
    flex-direction: column;
  }
}

.overviewItem__sentence {
  font-size: 2.4rem;
  max-width: 28em;
}
@media screen and (max-width: 1700px) {
  .overviewItem__sentence {
    max-width: 100%;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  .overviewItem__sentence {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem__sentence {
    max-width: 28em;
  }
}

.overviewItem .overviewItem__textContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .overviewItem:first-child .overviewItem__img {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem:first-child .overviewItem__img {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 900px) {
  .overviewItem--person:first-child .overviewItem__img {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem--person:first-child .overviewItem__img {
    margin-top: 3rem;
  }
}

.overviewItem__img {
  width: 35%;
  flex-basis: 35%;
  height: auto;
  position: 0;
  margin-bottom: 0;
  padding: 13.125% 0;
  border-right: 0.5rem solid #FFA97E;
}
@media screen and (max-width: 1500px) {
  .overviewItem__img {
    width: 40%;
    flex-basis: 40%;
    padding: 15% 0;
  }
}
@media screen and (max-width: 900px) {
  .overviewItem__img {
    width: calc(80% - 6rem);
    flex-basis: calc(80% - 6rem);
    padding: calc((80% - 6rem) / 4 * 3 / 2) 0;
    margin: 0 0 0 3rem;
    border-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem__img {
    width: calc(100% - 6rem);
    flex-basis: calc(100% - 6rem);
    padding: calc((100% - 6rem) / 4 * 3 / 2) 0;
    margin: 0 0 0 3rem;
    border-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .overviewItem--person .overviewItem__img {
    width: 40%;
    flex-basis: 40%;
    padding: 15% 0;
    margin-left: 0;
    border-right: 0.5rem solid #FFA97E;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem--person .overviewItem__img {
    width: calc(100% - 6rem);
    flex-basis: calc(100% - 6rem);
    padding: calc((100% - 6rem) / 4 * 3 / 2) 0;
    margin: 0 0 0 3rem;
    border-right: 0;
  }
}

.overviewItem__textContainer {
  flex-basis: 65%;
  padding: 3rem 6rem;
}
@media screen and (max-width: 1500px) {
  .overviewItem__textContainer {
    width: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .overviewItem__textContainer {
    padding: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .overviewItem__textContainer {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .overviewItem--person .overviewItem__textContainer {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .overviewItem--person .overviewItem__textContainer {
    width: 100%;
  }
}

.wysiwyg--overview {
  width: 100%;
}

.overviewItem__title {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.overviewItem__subtitle {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.overviewItem__title, .overviewItem__subtitle {
  font-weight: 400;
}

.overviewItem__readmore {
  color: #FFA97E;
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 1.8rem;
}
.overviewItem__readmore::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url("https://materialincubator.com/wp-content/themes/materialincubator/assets/arrow-orange.svg") no-repeat;
  transition: transform 0.1s linear;
}
.overviewItem__readmore:hover::before {
  transform: translateX(0.5rem);
}

.single__main {
  display: flex;
  gap: 6rem;
  padding: 3rem 6rem;
}
@media screen and (max-width: 900px) {
  .single__main {
    padding: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .single__main {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 1rem;
  }
}

.single__main:last-child .single__mainright {
  border-bottom: none;
}

.single__mainleft {
  flex-basis: 35%;
}
@media screen and (max-width: 1500px) {
  .single__mainleft {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 750px) {
  .single__mainleft {
    border-bottom: 2px solid #7B8D58;
    padding-bottom: 3rem;
  }
}
.single__mainleft h1, .single__mainleft h2, .single__mainleft h3, .single__mainleft h4 {
  font-weight: 400;
}
.single__mainleft h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .single__mainleft h4 {
    font-size: 1.6rem;
  }
}

.single__mainright {
  flex-basis: 65%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .single__mainright {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 750px) {
  .single__mainright {
    border-bottom: 2px solid #7B8D58;
    padding-bottom: 3rem;
  }
}

.single__project .single__mainleft .single__subtitle {
  margin-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .single__project .single__mainleft .single__subtitle {
    margin-top: 2rem;
  }
}
.single__project .single__mainleft .single__subtitle p, .single__project .single__mainleft .single__subtitle a, .single__project .single__mainleft .single__subtitle span, .single__project .single__mainleft .single__subtitle ul, .single__project .single__mainleft .single__subtitle li {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .single__project .single__mainleft .single__subtitle p, .single__project .single__mainleft .single__subtitle a, .single__project .single__mainleft .single__subtitle span, .single__project .single__mainleft .single__subtitle ul, .single__project .single__mainleft .single__subtitle li {
    font-size: 2.2rem;
  }
}

.single__details {
  margin-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .single__details {
    margin-top: 2rem;
  }
}
.single__details p {
  font-weight: bold;
  margin-bottom: 0;
}
.single__details + .single__details {
  margin-top: 1.5rem;
}

.single__details .wysiwyg {
  margin-bottom: 1.5rem;
}
.single__details .wysiwyg p {
  font-weight: normal;
}
.single__details .wysiwyg:last-child {
  margin-bottom: 0;
}

.single__portrait {
  margin-top: 3rem;
  width: 100%;
  height: 0;
  padding: 50% 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .single__portrait {
    margin-top: 2rem;
  }
}

.single__projectimg {
  width: 100%;
  margin-top: 3rem;
}
.single__projectimg img {
  max-width: 100%;
}

.relatedProjects {
  margin-top: 3rem;
}
.relatedProjects__intro {
  margin-bottom: 1.5rem;
}
.relatedProjects ul {
  list-style: none;
}

.pubSection {
  padding: 3rem 6rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .pubSection {
    padding: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .pubSection {
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 3rem 0;
  }
}
.pubSection:last-child {
  margin-bottom: 3rem;
}
.pubSection:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .pubSection:nth-child(even) {
    flex-direction: column;
  }
}
.pubSection:nth-child(even) .pubSection__title {
  padding-left: 6rem;
}
@media screen and (max-width: 900px) {
  .pubSection:nth-child(even) .pubSection__title {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .pubSection:nth-child(even) .pubSection__title {
    padding-left: 0;
  }
}

.pubSection__title {
  font-weight: 400;
  flex-basis: 35%;
}
@media screen and (max-width: 1500px) {
  .pubSection__title {
    flex-basis: 40%;
  }
}

.pubSection__content {
  flex-basis: 65%;
}
@media screen and (max-width: 1500px) {
  .pubSection__content {
    flex-basis: 60%;
  }
}

.pubSection__item {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 450px) {
  .pubSection__item {
    flex-direction: column;
  }
}
.pubSection__item:last-child {
  margin-bottom: 0;
}
.pubSection__item .pubSection__img {
  flex-basis: 30%;
  width: 30%;
}
@media screen and (max-width: 450px) {
  .pubSection__item .pubSection__img {
    flex-basis: 50%;
    width: 50%;
  }
}
.pubSection__item .pubSection__img + .pubSection__wysiwyg {
  margin-left: 3rem;
  flex-basis: calc(100% - 3rem);
}
@media screen and (max-width: 450px) {
  .pubSection__item .pubSection__img + .pubSection__wysiwyg {
    margin-left: 0;
    margin-top: 1.5rem;
    flex-basis: 100%;
  }
}
.pubSection__item .pubSection__wysiwyg {
  flex-basis: 100%;
}
.pubSection__item .pubSection__wysiwyg p, .pubSection__item .pubSection__wysiwyg a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.home__intro {
  display: flex;
  gap: 3rem;
  padding: 3rem 6rem;
}
@media screen and (max-width: 900px) {
  .home__intro {
    padding: 3rem;
    display: block;
    gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .home__intro {
    flex-direction: column;
  }
}
.home__intro .leftColumn {
  flex-basis: 35%;
}
@media screen and (max-width: 1500px) {
  .home__intro .leftColumn {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 900px) {
  .home__intro .leftColumn {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .home__intro .leftColumn {
    flex-basis: 100%;
  }
}
.home__intro .leftColumn h1, .home__intro .leftColumn h4 {
  font-weight: 400;
}
.home__intro .leftColumn h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .home__intro .leftColumn h4 {
    font-size: 1.6rem;
  }
}
.home__intro .rightColumn {
  flex-basis: 65%;
}
@media screen and (max-width: 1500px) {
  .home__intro .rightColumn {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 900px) {
  .home__intro .rightColumn {
    max-width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .home__intro .rightColumn {
    flex-basis: 100%;
    max-width: 40rem;
  }
}

.home__visual {
  height: 70vh;
  width: 100%;
  padding: 3rem 6rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .home__visual {
    height: 50vh;
  }
}

.visual__plane {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
.visual__plane.hidden {
  opacity: 0;
}

.home__visualdesc {
  margin: 3rem 6rem 6rem;
  font-weight: 400;
  min-height: 3rem;
  display: none;
}

.home__visualstorage {
  display: none;
}
.home__visualstorage .visual__imgWrapper {
  display: none;
}

.visual__imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease-in-out, transform 0.1s ease-in-out;
  overflow: hidden;
}
.visual__imgWrapper .visual__img {
  min-height: 30vh;
  max-height: 45vh;
  top: 0;
}
@media screen and (max-width: 900px) {
  .visual__imgWrapper .visual__img {
    min-height: 20vh;
    max-height: 30vh;
  }
}
@media screen and (max-width: 900px) {
  .visual__imgWrapper .visual__img {
    min-height: 20vh;
    max-height: 25vh;
  }
}
.visual__imgWrapper .visual__imgdesc {
  display: none;
}
.visual__imgWrapper.hidden {
  opacity: 0;
  transform: scale(1.1);
}
.visual__imgWrapper.hide {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */