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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Noto Serif TC', sans-serif;
  color: #ff6464;
  font-size: 46px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Noto Serif TC', sans-serif;
  color: #ff6464;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #ff6464;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #ff6464;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #ff6464;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #ff6464;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #ff6464;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0ff;
}

.mycontain {
  display: block;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mycontain.hero {
  max-width: 1020px;
  padding-top: 25px;
}

.mycontain.footer {
  overflow: visible;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #ff6464;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.small-p {
  margin-bottom: 20px;
  color: #ff6464;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
  white-space: break-spaces;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
}

.colorbox.brandmaincolor {
  background-color: #ff6464;
}

.colorbox.brand2ndcolor {
  background-color: #0ff;
}

.colorbox.darkgreycolor {
  background-color: #9b9b9b;
}

.colorbox.lightgreycolor {
  background-color: #d4d4d4;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff6464;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #ff6464;
  font-weight: 500;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-button:hover {
  border-color: #0ff;
  background-color: #0ff;
  color: #fff;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: #ff6464;
  background-color: transparent;
  color: #ff6464;
}

.cta-button.ghost-button:hover {
  border-color: #ff6464;
  background-color: #ff6464;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  border-color: #fff;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #ff6464;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #ff6464;
}

.cta-button.inverse-button:hover {
  background-color: #0ff;
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -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: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

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

.herosection {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/home_viktoriagasse.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/home_viktoriagasse.jpg');
  background-position: 0px 0px, 0px -145px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.herosubhead {
  margin-top: -10px;
  color: #ff6464;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.divider {
  width: 42px;
  height: 6px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  background-color: #ff6464;
  text-align: center;
}

.divider.left {
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 2px;
  padding-left: 0px;
  text-align: left;
}

.curve-top {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: block;
  width: 100%;
  max-height: 250px;
  max-width: none;
  margin-bottom: -1px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.homeherotitle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.navlink {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ff6464;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.navlink.w--current {
  color: #ff6464;
  font-size: 20px;
  line-height: 32px;
}

.navlink.footer {
  display: inline;
  padding: 0px 2px;
  color: #0ff;
  font-size: 16px;
  line-height: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navlink.footer:hover {
  color: #ff6464;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.navbarlogo {
  height: 100px;
}

.homeaboutsection {
  padding: 20px;
}

.portfoliosection {
  padding: 20px 20px 70px;
}

.portfoliotabsmenu {
  margin-bottom: 20px;
  text-align: center;
}

.portfoliotablink {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #ff6464;
}

.portfoliotablink.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #0ff;
}

.tabcontentgrid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabcontentgrid.all {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tabcontentgrid.casestudies {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabcontentgrid.rectangle {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footersection {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  padding-top: 50px;
  background-color: transparent;
}

.curve-bottom {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.footerbg {
  margin-top: -1px;
  margin-bottom: auto;
  padding-bottom: 60px;
  background-color: #ff6464;
}

.footer {
  position: relative;
  overflow: visible;
  width: 100%;
}

.footersocial {
  display: block;
  margin-right: -11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footercontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.footerlogo {
  height: 100px;
}

.footericon {
  width: 22px;
  height: 22px;
  margin-right: 11px;
  margin-left: 11px;
}

.topsectionnoheroimg {
  margin-top: 125px;
  padding-top: 90px;
  padding-bottom: 70px;
}

.p4columns {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.aboutimgcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutimg {
  max-width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.servicessection {
  padding-top: 20px;
  padding-bottom: 20px;
}

.whatwedobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.servicebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 26px;
  margin-bottom: 26px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serviceicon {
  display: inline-block;
  width: 80px;
}

.serviceicon.branding {
  width: 64px;
}

.serviceicon.packaging {
  width: 53px;
}

.serviceicon.raumgestaltung {
  width: 53px;
}

.serviceicon.ux-design {
  width: 53px;
}

.serviceicon.infografik {
  width: 62px;
}

.serviceicon.editorial {
  width: 50px;
}

.serviceheadline {
  margin-bottom: 25px;
}

.serviceiconbox {
  max-height: 80px;
  max-width: 80px;
}

.contacticon {
  display: block;
  width: 135px;
  margin: 90px auto 45px;
  text-align: center;
}

.contactlink {
  font-size: 20px;
  font-weight: 400;
}

.worktext-section {
  margin-top: 125px;
  padding-top: 90px;
  padding-bottom: 10px;
  text-align: left;
}

.h1-left {
  margin-bottom: 15px;
  font-size: 44px;
  text-align: left;
}

.h1-left.versal {
  letter-spacing: 2px;
}

.workcategory {
  margin-top: 20px;
  margin-bottom: 25px;
}

.worksocialbox {
  margin-top: 30px;
  margin-left: -11px;
}

.workimg-section {
  padding-bottom: 20px;
}

.workimg-section.logos {
  padding-bottom: 20px;
}

.workgrid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 24px auto 24px auto 24px auto;
  grid-template-rows: auto auto auto auto;
}

.workgrid.oleola {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.workgrid.pla-pla-pla {
  grid-auto-flow: column;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border: 0px none #000;
  border-radius: 0px;
}

.workgrid.griller {
  -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
}

.workgrid.pua {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.workinfo-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

.linknormaltext {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.linknormaltext:hover {
  color: #0ff;
  text-decoration: none;
}

.work4column {
  max-width: 520px;
  margin-left: 173px;
}

.work4column.smaller {
  max-width: 510px;
}

.worklogogrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.worklogobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 75px;
  margin-bottom: 75px;
  -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;
  text-align: center;
}

.worklogo {
  max-height: 250px;
  max-width: 235px;
  margin-right: auto;
  margin-left: auto;
}

.texthome {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.workgridlysa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: "Area-1 Area-1 Area-1 Area-1 . ."
    "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
    "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
    "Area-1 Area-1 Area-1 Area-1 Area-3 .";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) 24px minmax(auto, 1fr) 24px minmax(auto, 1fr) 24px minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
}

.linkblock-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.linkblock-workoutline {
  border: 1px solid #d4d4d4;
}

.homeworkbox {
  position: relative;
  overflow: hidden;
}

.homeworkhover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: hsla(0, 0%, 100%, 0.75);
}

.gridworkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tab-pane-logos {
  text-align: center;
}

.projectnavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectnavigation.no-margin {
  margin-top: 0px;
}

.aboutimgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  text-align: center;
}

.aboutname {
  margin-top: 25px;
  color: #ff6464;
  font-weight: 600;
}

.imgwork {
  width: 100%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  padding-left: 0px;
}

.footertext {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 250px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(100px, -186px) rotate(-90deg);
  -ms-transform: translate(100px, -186px) rotate(-90deg);
  transform: translate(100px, -186px) rotate(-90deg);
  color: #0ff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}

.aboutfunction {
  color: #ff6464;
  font-weight: 400;
}

.linknormaltextbold {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
}

.linknormaltextbold:hover {
  color: #0ff;
  text-decoration: none;
}

.imagecontact {
  position: static;
  display: block;
  width: 600px;
  max-width: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.imageoutline {
  border: 1px solid #d4d4d4;
}

.workgridflyer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  a {
    font-size: 18px;
    line-height: 30px;
  }

  .small-p {
    font-size: 15px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 18px;
    line-height: 30px;
  }

  .herosection {
    height: 40vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/home_viktoriagasse.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/home_viktoriagasse.jpg');
    background-position: 0px 0px, 50% 23%;
    background-size: auto, 200% 200%;
  }

  .herosubhead {
    font-size: 18px;
    line-height: 30px;
  }

  .divider.menu {
    display: inline-block;
    margin-bottom: 0px;
  }

  .homeherotitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navlink {
    z-index: 10;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-size: 20px;
    line-height: 32px;
  }

  .navlink.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    font-size: 15px;
    line-height: 15px;
  }

  .navbar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .navbarlogo {
    height: 95px;
  }

  .portfoliosection {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .tabcontentgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footersection {
    position: static;
    margin-top: auto;
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .curve-bottom {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .footerbg {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 50px;
  }

  .footersocial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footercontain {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footerlogo {
    height: 95px;
  }

  .topsectionnoheroimg {
    padding: 70px 20px 50px;
  }

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

  .aboutimg {
    width: 200px;
    height: 200px;
  }

  .servicessection {
    padding: 10px 20px;
  }

  .whatwedobox {
    margin-top: 65px;
  }

  .contacticon {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .contactlink {
    font-size: 18px;
    line-height: 24px;
  }

  .worktext-section {
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-left {
    font-size: 40px;
  }

  .workimg-section {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .workimg-section.logos {
    padding-bottom: 10px;
  }

  .workgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .workinfo-section {
    padding: 15px 20px 50px;
  }

  .linknormaltext {
    font-size: 15px;
    line-height: 22px;
  }

  .work4column {
    margin-left: 0px;
  }

  .worklogogrid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .worklogobox {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px;
  }

  .worklogo {
    max-width: 200px;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    z-index: 10;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    -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;
    color: #ff6464;
  }

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

  .menubuttonmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .mobilemenutext {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-menu {
    z-index: 5;
    width: 100%;
    margin-right: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .workgridlysa {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto;
    grid-template-areas: "Area-1 Area-1 Area-1 Area-1 . ."
      "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
      "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
      "Area-1 Area-1 Area-1 Area-1 Area-3 .";
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px minmax(auto, 1fr) 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr minmax(auto, 1fr) 1fr;
  }

  .aboutimgbox {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footertext {
    font-size: 15px;
    line-height: 15px;
  }

  .linknormaltextbold {
    font-size: 15px;
    line-height: 22px;
  }

  .imagecontact {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .workgridflyer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  p {
    font-size: 17px;
    line-height: 27px;
  }

  a {
    font-size: 16px;
    line-height: 28px;
  }

  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .small-p {
    font-size: 14px;
    line-height: 21px;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .cta-button {
    font-size: 16px;
  }

  .herosection {
    height: 40vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home_viktoriagasse.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home_viktoriagasse.jpg');
    background-position: 0px 0px, 50% 19%;
    background-size: auto, 300%;
    background-repeat: repeat, repeat;
  }

  .herosubhead {
    font-size: 18px;
    line-height: 28px;
  }

  .navlink {
    font-size: 18px;
    line-height: 25px;
  }

  .navlink.w--current {
    font-size: 18px;
    line-height: 25px;
  }

  .navlink.footer {
    width: auto;
    padding: 15px 0px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }

  .navbarlogo {
    height: 85px;
  }

  .portfoliosection {
    padding-top: 10px;
    padding-bottom: 30px;
  }

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

  .tabcontentgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footersection {
    padding-top: 100px;
  }

  .footercontain {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerlogo {
    height: 85px;
  }

  .topsectionnoheroimg {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .aboutimgcontain {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .whatwedobox {
    margin-top: 45px;
  }

  .servicebox {
    width: 50%;
  }

  .contacticon {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  .contactlink {
    font-size: 17px;
    line-height: 24px;
  }

  .worktext-section {
    padding-top: 60px;
  }

  .h1-left {
    font-size: 36px;
  }

  .workimg-section {
    padding-bottom: 0px;
  }

  .workimg-section.logos {
    padding-bottom: 0px;
  }

  .workgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .workinfo-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .linknormaltext {
    font-size: 14px;
    line-height: 21px;
  }

  .worklogobox {
    width: 50%;
  }

  .mobilemenutext {
    font-size: 18px;
  }

  .paragraph {
    margin-bottom: 17px;
  }

  .workgridlysa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footertext {
    font-size: 14px;
    line-height: 14px;
  }

  .linknormaltextbold {
    font-size: 14px;
    line-height: 21px;
  }

  .imagecontact {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .workgridflyer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 14px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  a {
    font-size: 15px;
  }

  .small-p {
    font-size: 14px;
    line-height: 21px;
  }

  .cta-button {
    font-size: 15px;
  }

  .herosection {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home_viktoriagasse.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home_viktoriagasse.jpg');
    background-position: 0px 0px, 46% 35%;
    background-size: auto, 320%;
    background-repeat: repeat, no-repeat;
  }

  .herosubhead {
    font-size: 16px;
    line-height: 26px;
  }

  .divider {
    width: 38px;
    height: 5px;
  }

  .curve-top {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navlink {
    font-size: 16px;
  }

  .navlink.w--current {
    font-size: 16px;
  }

  .navlink.footer {
    padding-bottom: 15px;
  }

  .navbarlogo {
    height: 75px;
  }

  .portfoliosection {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .portfoliotablink {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .portfoliotablink.w--current {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabcontentgrid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footersection {
    padding-top: 125px;
  }

  .footerbg {
    padding-bottom: 30px;
  }

  .footerlogo {
    height: 80px;
  }

  .topsectionnoheroimg {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .aboutimgcontain {
    margin-top: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .servicessection {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .whatwedobox {
    margin-top: 25px;
  }

  .servicebox {
    width: 100%;
  }

  .serviceheadline {
    font-size: 17px;
  }

  .contacticon {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .contactlink {
    font-size: 15px;
    line-height: 20px;
  }

  .worktext-section {
    padding-top: 40px;
  }

  .h1-left {
    font-size: 30px;
    line-height: 34px;
  }

  .workcategory {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .workgrid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .workinfo-section {
    padding-bottom: 10px;
  }

  .linknormaltext {
    font-size: 14px;
  }

  .worklogobox {
    width: 100%;
  }

  .mobilemenutext {
    font-size: 16px;
  }

  .paragraph {
    margin-bottom: 13px;
  }

  .workgridlysa {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .aboutimgbox {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .linknormaltextbold {
    font-size: 14px;
  }

  .imagecontact {
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .workgridflyer {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .link {
    white-space: nowrap;
  }
}

#w-node-a5f01b54-c62d-75cc-1e4a-55fd478619f7-094d2aeb {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2f056b57-76f4-eb74-0669-229400434912-094d2aeb {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1706d43c-bf53-0f2e-6cbf-1f1c0469d4f1-094d2aeb {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3effccb5-83ea-fdd8-9fc7-1796860df1b5-094d2aeb {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d2b2a19e-142b-68fa-ac3c-79bdc79b702e-094d2aeb {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8939f032-becd-a594-cfaf-fc90eabcc394-094d2aeb {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d2b2a19e-142b-68fa-ac3c-79bdc79b7043-094d2aeb {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f33122f0-1990-f16f-a2b0-88247ee81246-094d2aeb {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f33122f0-1990-f16f-a2b0-88247ee8124d-094d2aeb {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_581ec47e-06cf-ea75-8e08-fe48c0844b18-094d2aeb {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_2ed67444-0d1d-63f1-2946-8def940c7c72-cb4d2af1 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1875d6db-7ed2-8306-63a4-badabcff7472-cb4d2af1 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_08ac70b7-1639-f500-f34e-36980f134fc8-cb4d2af1 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_57fb69be-30bd-67a8-d9f4-60dbc742d146-9c4d2af4 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6dcb85f6-1e5b-29dd-8746-aa5d722e6deb-9c4d2af4 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_22263609-4ec3-569b-0455-83420632f416-9c4d2af4 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_1a9f2371-d660-e0f0-0b7d-949a6525d486-854d2af7 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: Area-1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_22263609-4ec3-569b-0455-83420632f416-854d2af7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2696812f-cc0b-136d-e59e-aa5edb90af7a-854d2af7 {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  grid-area: Area-3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_1a9f2371-d660-e0f0-0b7d-949a6525d486-854d2af7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  #w-node-_22263609-4ec3-569b-0455-83420632f416-854d2af7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }

  #w-node-_2696812f-cc0b-136d-e59e-aa5edb90af7a-854d2af7 {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
}

#w-node-_5c4bcae1-1321-2456-aea8-eb6171781e2b-134d2af9 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3c176b23-e945-1c32-7827-bb155f9bf833-134d2af9 {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c82a752e-d2be-559a-e79e-48bd612be02e-134d2af9 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8d13955f-8f49-80a7-c4ae-6e84d788237e-134d2af9 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_463c72a4-49ec-8899-c271-a618e6ec5bac-2c4d2afa {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_21513e5e-dec5-cfc4-c5cf-c19141eaba67-2c4d2afa {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ef9dfe04-69ce-a563-8da0-10a1797a1603-2c4d2afa {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ed2f7209-9918-9696-3f68-8244be37b6b1-2c4d2afa {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_463c72a4-49ec-8899-c271-a618e6ec5bac-a34d2afb {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_21513e5e-dec5-cfc4-c5cf-c19141eaba67-a34d2afb {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_60cf2278-51ce-2695-4e5f-010252b4fc6e-a34d2afb {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3b5cb1a-ba21-1958-f2f4-b5dd59fcdcd5-a34d2afb {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

