@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700');

body {
  background-color: #070f16;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #dee7e8;
  font-size: 24px;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 56px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

h5 {
  margin-top: 56px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}

p {
  margin-bottom: 24px;
  line-height: 1.6;
}

a {
  color: #dee7e8;
  text-decoration: none;
}

.body {
  font-size: 24px;
  line-height: 1.8;
}

.container {
  position: static;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  background-color: #070f16;
}

.container.top-padding {
  padding-top: 376px;
}

.navigation-wrapper {
  position: static;
  top: 80px;
  display: block;
  width: 100%;
  height: 40px;
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.intro {
  margin-top: 376px;
}

.headline {
  margin-right: 25%;
  margin-left: 12.5%;
  font-size: 40px;
  line-height: 1.4;
}

.subtitle {
  margin: 40px 25% 128px 12.5%;
  font-size: 24px;
  line-height: 1.6;
}

.project {
  display: -ms-grid;
  display: grid;
  margin-right: 12.5%;
  margin-bottom: 128px;
  margin-left: 12.5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.project-image {
  display: block;
  width: 100%;
}

.project-title {
  margin-top: 24px;
  font-size: 32px;
  line-height: 1.4;
}

.project-description {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}

.project-cta {
  border-bottom: 4px solid #dee7e8;
  color: #dee7e8;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cta-wrapper {
  margin-top: 24px;
}

.logo {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 0;
  -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;
}

.navigation {
  position: relative;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  list-style-type: none;
}

.nav-item {
  display: inline-block;
  margin-left: 0px;
  line-height: 1;
}

.nav-item.item-1 {
  margin-right: 100px;
}

.image {
  line-height: 1;
}

.navigation-fixed {
  position: fixed;
  top: 80px;
  z-index: 99999;
  width: 100%;
}

.grid {
  display: block;
  padding-top: 376px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.title {
  margin-right: 12.5%;
  margin-bottom: 160px;
  margin-left: 12.5%;
  padding-top: 30vh;
  text-align: center;
}

.reading-time{
  font-size: 16px;
  margin-top: 40px;
}

.hero {
  width: 75%;
  margin-right: 12.5%;
  margin-bottom: 80px;
  margin-left: 12.5%;
}

.hero-image {
  width: 100%;
}

.content {
  margin: 48px 25% 48px 25%;
  text-align: left;
}

.wrapper {
  top: 0px;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: #070f16;
}

.image-fullwidth {
  display: block;
  width: 100%;
  margin-top: 56px;
}

.image-fullwidth-caption {
  margin-top: 16px;
  padding-right: 80px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.next-project-base {
  margin-top: 160px;
  text-align: center;
}

.next-bg {
  width: 100%;
  margin-top: 80px;
}

.next-bg.enso-bg {
  height: auto;
  background-color: #ff3257;
}

.next-bg.flow-bg {
  background-color: #003c88;
}

.next-bg.ds-bg {
  background-color: #029EB5;
}

.flow-bg .next-title{
  color:#dee7e8;
}

.flow-bg .next-subtitle{
  color:#dee7e8;
}

.next-bg.redesign-bg {
  background-color: #fbce06;
}

.next-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  max-width: 1360px;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.next-image {
  bottom: 1px;
  display: block;
  width: auto;
  height: auto;
  max-height: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.next-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62.5%;
  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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.next-link {
  width: 100%;
  height: 100%;
}

.heading {
  text-align: center;
}

.next-title {
  color: #070f16;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
}

.next-subtitle {
  margin-top: 16px;
  color: #070f16;
  font-size: 18px;
  text-align: left;
}

.next-image-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 37.5%;
  height: auto;
  max-height: 100%;
  -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-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: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -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;
}

.h2-index {
  margin: 0px 25% 72px 12.5%;
}

.writing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12.5%;
  margin-left: 12.5%;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.writing-item {
  width: 48%;
  min-height: 200px;
}

.writing-image {
  display: block;
  width: 100%;
}

.writing-title {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
}

.writing-description {
  margin-bottom: 32px;
  font-size: 18px;
}

.about-image {
  display: block;
  width: 50%;
  margin-top: 208px;
  margin-right: 37.5%;
  margin-left: 12.5%;
  position: relative;
}

.about-image-hover{
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.about-image:hover .about-image-hover{
  opacity: 1;
}

.about-content {
  width: 50%;
  margin-top: 80px;
  margin-right: 12.5%;
  margin-left: 37.5%;
  text-align: left;
}

.about-h1 {
  text-align: left;
}

.button-cv {
  margin-top: 16px;
  padding: 20px 40px;
  border-radius: 8px;
  background-color: #dee7e8;
  color: #070f16;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.experience-wrapper {
  margin-top: 16px;
  margin-bottom: 40px;
}

.experience-title {
  margin-bottom: 8px;
  line-height: 1;
  font-weight: 700;
}

.experience-subtitle {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1;
}

.contact-list {
  margin-bottom: 240px;
  padding-left: 0px;
  list-style-type: none;
}

.contact-item {
  line-height: 2;
}

.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: 600px;
  -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;
}

.image-2 {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.button-error {
  margin-top: 40px;
  padding: 20px 32px;
  -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;
  border-radius: 8px;
  background-color: #dee7e8;
  color: #070f16;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.image-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  -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: #1c242a;
}

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

.footer {
  margin: 160px 12.5% 240px;
  font-size: 40px;
  text-align: center;
}

.footer-link {
  border-bottom: 2px solid #dee7e8;
}

.link-headline {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #dee7e8;
}

@media (max-width: 991px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .navigation-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .headline {
    margin-right: 12.5%;
  }
  .subtitle {
    margin-right: 12.5%;
  }
  .navigation-fixed {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content {
    margin-right: 20%;
    margin-left: 20%;
  }
  .wrapper {
    position: relative;
  }
  .next-wrapper {
    height: auto;
    max-height: 600px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .next-image {
    height: 100%;
    max-height: 100%;
  }
  .next-content {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .next-image-wrapper {
    width: 100%;
    height: 300px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-content {
    display: block;
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (max-width: 767px) {
  .headline {
    margin-right: 0%;
    margin-left: 0%;
  }
  .subtitle {
    margin-right: 0%;
    margin-left: 0%;
  }
  .project {
    margin-right: 0%;
    margin-left: 0%;
  }
  .project-title {
    font-size: 24px;
  }
  .project-description {
    font-size: 16px;
  }
  .content {
    margin-right: 40px;
    margin-left: 40px;
  }
  .next-wrapper {
    max-height: none;
  }
  .h2-index {
    margin-right: 0%;
    margin-left: 0%;
  }
  .writing-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    -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;
  }
  .writing-item {
    width: 100%;
    margin-bottom: 48px;
  }
  .writing-title {
    font-size: 24px;
  }
  .writing-description {
    font-size: 16px;
  }
  .about-image {
    width: 75%;
    margin-right: 12.5%;
  }
  .utility-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    margin: 80px 0% 120px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 40px;
  }
  h4 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
  }
  .container.top-padding {
    padding-top: 80px;
  }
  .headline {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 32px;
  }
  .subtitle {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .project {
    margin-bottom: 80px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-title {
    font-size: 24px;
  }
  .project-description {
    font-size: 16px;
  }
  .navigation {
    font-size: 20px;
    line-height: 40px;
  }
  .nav-item.item-1 {
    margin-right: 40px;
  }
  .navigation-fixed {
    top: 20px;
  }
  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .title {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 80px;
    margin-left: 0%;
  }
  .hero {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-fullwidth {
    margin-top: 32px;
  }
  .image-fullwidth-caption {
    padding-right: 0px;
    padding-left: 0px;
  }
  .next-wrapper {
    max-height: none;
    min-width: 200px;
    -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-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .next-image {
    max-height: none;
    max-width: none;
  }
  .next-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .h2-index {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .about-image {
    width: 100%;
    margin-top: 120px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .about-content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .about-h1 {
    font-size: 32px;
  }
  .experience-title {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.6;
  }
  .experience-subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.6;
  }
  .contact-item {
    font-size: 18px;
  }
  .about-h2 {
    font-size: 24px;
  }
  .error-h2 {
    font-size: 32px;
  }
  .text-block {
    font-size: 20px;
  }
  .footer {
    font-size: 24px;
  }
  .paragraph {
    font-size: 18px;
  }
  .heading-2 {
    font-size: 24px;
  }
}

#w-node-7370058b4633-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7370058b4635-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-7370058b4635-c5b0f240 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

#w-node-7370058b4639-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-7370058b4639-c5b0f240 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

#w-node-7370058b463b-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-914ca673eaf4-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-914ca673eaf6-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-914ca673eaf6-c5b0f240 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

#w-node-914ca673eafa-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-914ca673eafa-c5b0f240 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

#w-node-914ca673eafc-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ded58c5856ac-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-ded58c5856ac-c5b0f240 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

#w-node-ded58c5856ae-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-ded58c5856ae-c5b0f240 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ded58c5856ae-c5b0f240 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

#w-node-ded58c5856b2-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-ded58c5856b2-c5b0f240 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ded58c5856b2-c5b0f240 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

#w-node-ded58c5856b4-c5b0f240 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 479px) {
  #w-node-ded58c5856b4-c5b0f240 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}
