@font-face {
  font-family: Another;
  src: url('../fonts/Another-Flight.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

:root {
  --gold-2: #dfc81f59;
  --white: white;
  --light-pink: #f3b5b3;
  --gold: #dfc81f;
  --light-sea-green: #00a79d;
  --black: black;
  --dodger-blue: #3e9aeed4;
  --blue-violet: #7745d1;
  --yellow: #dfdf1f;
  --light-sky-blue: #99c7f1;
  --notsobright: #caca59;
  --magenta: #e92ed2;
  --white-2: #ffffff5c;
  --black-2: #00000014;
  --light-sky-blue-2: #99c7f130;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

.services {
  background-image: url('../images/lights-04.png'), linear-gradient(to bottom, var(--gold-2), var(--gold-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: block;
}

.services:hover {
  background-image: linear-gradient(to bottom, var(--gold-2), var(--gold-2));
}

.body {
  background-color: var(--white);
  height: 100%;
  padding-bottom: 100px;
}

.work {
  background-image: url('../images/cloudsbg.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 119px;
  display: none;
}

.work.worktablet {
  background-image: linear-gradient(#b2cfdb6b, #b2cfdb6b), url('../images/cloudsbg.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
}

.clients {
  filter: contrast(87%);
  background-image: linear-gradient(#caca5996, #caca5996), url('../images/lights-04.png');
  background-position: 0 0, 50% 95%;
  justify-content: center;
  align-items: center;
  height: 175%;
  padding-top: 0;
  display: flex;
}

.clients.clientsmobile {
  border-right: 40px solid var(--light-pink);
  border-left: 40px solid var(--light-pink);
  background-color: var(--light-pink);
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: none;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffd6;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: start;
}

.div-block-3 {
  text-align: center;
}

.footer {
  background-image: linear-gradient(#7745d1f7, #7745d1f7), url('../images/abstract-art-background-158729.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: none;
}

.footer.whitepg {
  background-image: none;
  display: none;
}

.homeheroh1 {
  color: #000;
  text-align: center;
  letter-spacing: 13px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Another, sans-serif;
  font-size: 49px;
  font-weight: 800;
  line-height: 66px;
  display: flex;
  position: relative;
  top: -25px;
}

.homeheroh1.clientssec {
  background-color: var(--gold);
  color: #fff;
  margin-bottom: 39px;
  margin-left: 0;
  padding-top: 37px;
  padding-bottom: 37px;
  font-size: 39px;
  transition: background-color .7s;
}

.homeheroh1.clientssec:hover {
  background-color: #f3b5b3;
}

.homeheroh1.ourowrk {
  border-style: solid none;
  border-width: 5px;
  border-color: var(--light-pink);
  background-color: var(--light-pink);
  text-align: center;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 0;
  font-size: 50px;
  transition: background-color .7s;
  display: none;
  position: static;
  top: 0;
}

.homeheroh1.ourowrk:hover {
  background-color: var(--light-pink);
  color: var(--black);
}

.ideasbrewing {
  background-image: linear-gradient(to bottom, var(--blue-violet), var(--blue-violet));
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: none;
}

.lightsgrid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: stretch center;
  padding-top: 115px;
  position: relative;
}

.lighth1 {
  color: #fff;
  letter-spacing: 21px;
  text-transform: uppercase;
  margin-top: 197px;
  margin-bottom: 81px;
  padding-top: 27px;
  padding-left: 86px;
  padding-right: 86px;
  font-family: Another, sans-serif;
  font-size: 100px;
}

.ideastxt {
  color: var(--yellow);
}

.pinkbulb {
  height: 200px;
  margin-bottom: 7px;
}

.div-block-4 {
  background-color: #fff6;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.bigbulb {
  padding-top: 0;
}

.clientlink {
  align-self: center;
  padding: 21px;
}

.client-logo {
  filter: contrast(0%);
  align-self: stretch;
}

.container-4 {
  background-image: linear-gradient(#0000, #0000);
}

.slide {
  position: static;
}

.slider {
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.trees {
  border-bottom: 10px none var(--blue-violet);
  background-image: url('../images/TREES-07.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 25%;
  margin-top: 0;
  display: none;
}

.icon {
  color: var(--dodger-blue);
}

.icon-2 {
  color: var(--dodger-blue);
  border-radius: 0;
  font-family: Another, sans-serif;
}

.slide-nav {
  color: #0000;
  margin-bottom: 22px;
  display: none;
}

.worksdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.worksdiv.worksmore {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Another, sans-serif;
  display: flex;
  position: relative;
  top: 66px;
}

.worksdiv.worksmore:hover {
  background-image: none;
}

.grid-4 {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.grid-4.brandgrid2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

.worksh2 {
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ffffffc2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 6px 27px;
  font-family: Another, sans-serif;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  top: 0;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.slide-4 {
  position: static;
}

.slide-4.slide5 {
  height: 600px;
}

.wsliderarrows {
  background-image: linear-gradient(#fff0, #fff0);
  transition: background-color .4s;
}

.wsliderarrows:hover {
  background-image: linear-gradient(#ffffff4f, #ffffff4f);
}

.worksmoretxt {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 64px;
  font-size: 74px;
  text-decoration: none;
  transition: color .425s;
}

.worksmoretxt:hover {
  color: #e92ed28f;
}

.body-2 {
  background-image: linear-gradient(to bottom, var(--light-pink), var(--light-pink));
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 39px;
  display: flex;
}

.contactlabel {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.contactlabel.inst {
  text-align: center;
  letter-spacing: 6px;
  background-color: #fff;
  border-radius: 0;
  font-size: 29px;
  line-height: 41px;
}

.contacttexffield {
  color: #000000e8;
  background-color: #0000;
  border: 2px solid #000;
  border-top-left-radius: 32px;
  flex: 0 auto;
  margin-top: 2px;
  margin-bottom: 16px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 34px;
  font-size: 18px;
  transition: background-color .4s;
}

.contacttexffield:hover {
  background-color: var(--light-sky-blue);
}

.submit-button {
  border: 5px solid var(--black);
  background-color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-bottom-left-radius: 86px;
  margin-top: 0;
  margin-bottom: 26px;
  padding: 23px 45px;
  font-family: futura-pt, sans-serif;
  font-size: 35px;
  font-weight: 400;
  transition: background-color .6s;
}

.submit-button:hover {
  border-color: var(--light-sky-blue);
  background-color: var(--light-sky-blue);
}

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

.contactmessage {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-top-left-radius: 41px;
  flex: 1;
  padding: 30px 56px 82px 34px;
  font-size: 18px;
  transition: background-color .4s;
}

.contactmessage:hover {
  background-color: var(--light-sky-blue);
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  padding-left: 194px;
  padding-right: 194px;
  display: block;
}

.form-block.contactform {
  padding-top: 51px;
  padding-bottom: 81px;
}

.contacth1 {
  color: #fff;
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  align-self: center;
  padding: 0 33px;
  font-family: Another, sans-serif;
  font-size: 87px;
  line-height: 140px;
}

.contactdrop {
  padding: 35px 18px 13px;
}

.contactdrop:hover {
  background-color: var(--light-sea-green);
  padding-right: 18px;
}

.contacthello {
  color: var(--yellow);
  transition: color .3s;
}

.contacthello:hover {
  color: var(--light-sky-blue);
}

.div-block-12 {
  margin-bottom: 64px;
}

.div-block-16 {
  flex: 1;
}

.columns-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.columns-5.allrights {
  min-height: 200px;
}

.column-4 {
  text-align: center;
  flex: 0 auto;
}

.column-5 {
  text-align: center;
}

.contactuslink {
  border: 4px solid var(--notsobright);
  color: #fff;
  letter-spacing: 4px;
  padding: 20px 42px;
  font-family: Another, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .4s;
  display: block;
}

.contactuslink:hover {
  border-color: var(--notsobright);
  background-color: var(--notsobright);
  color: #fff;
  border-radius: 130px;
}

.contactuslink.toplink {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.contactuslink.toplink:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.contactuslink.toplink.makingchanges {
  background-color: var(--magenta);
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  border-width: 3px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  display: none;
  position: static;
  top: 341px;
}

.contactuslink.toplink.makingchanges:hover {
  background-color: var(--gold);
}

.contactuslink.toplink.yellbut {
  font-family: futura-pt, sans-serif;
}

.contactuslink.toplink.pinkbut {
  border-color: var(--light-pink);
  background-color: var(--light-pink);
}

.div-block-21 {
  flex: none;
  align-self: center;
}

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

.column-8 {
  padding-right: 0;
}

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

.jgmobile {
  padding-bottom: 38px;
}

.jgmobile:hover {
  filter: none;
}

.div-block-26 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.topsection {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  display: block;
  position: static;
}

.introtezt {
  color: #000;
  letter-spacing: 4px;
  text-transform: none;
  flex-direction: column;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 42px;
  display: none;
}

.link-block-2 {
  padding: 0;
  display: block;
}

.section {
  padding-bottom: 0;
}

.section.passcontact {
  background-color: #ffffffed;
  flex-direction: row;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.mywork {
  text-align: center;
  background-color: #ffffffbd;
}

.mywork.red-trucking {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 9px;
  display: flex;
}

.mywork.newdirection, .mywork.giftedofdance, .mywork.laescuelita, .mywork.ipgmediabrands, .mywork.vwgroup {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.mywork.omnicom {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.mywork.nourish, .mywork.indev {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.mywork.portgrid {
  padding: 113px 100px 182px;
  display: none;
}

.mywork.portgrid.portpage {
  padding-top: 61px;
  display: block;
}

.grid-7 {
  grid-column-gap: 8px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto 248px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-between;
  place-items: stretch stretch;
}

.paragraph-2 {
  text-align: left;
  letter-spacing: 1px;
  padding-top: 34px;
  padding-bottom: 68px;
  font-size: 16px;
  display: block;
}

.paragraph-2.title {
  text-align: left;
  padding-bottom: 0;
  font-size: 35px;
}

.clientname {
  text-transform: uppercase;
  padding-top: 36px;
  padding-bottom: 36px;
  font-family: Another, sans-serif;
  font-size: 93px;
  font-weight: 600;
}

.bold-text {
  text-transform: uppercase;
  font-size: 18px;
}

.grid-9 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-items: center;
}

.omnicomworks {
  justify-content: center;
  display: flex;
}

.lewl {
  display: none;
}

.indev2wl {
  flex-direction: column;
  display: flex;
}

.omniw2l {
  display: none;
}

.newd4wl {
  display: none;
  overflow: visible;
}

.workdetail {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.container-5 {
  font-size: 15px;
}

.learnmoreowrkd {
  letter-spacing: 0;
  text-shadow: 0 0 2px var(--gold);
  margin-bottom: 44px;
  padding-top: 13px;
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 800;
  transition: text-shadow .425s;
}

.learnmoreowrkd:hover {
  text-shadow: 0 0 7px var(--dodger-blue);
}

.backtoworksbutt {
  text-align: center;
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 0;
}

.body-3 {
  border-style: none;
  border-bottom-width: 0;
  border-bottom-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.contactmeworks {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 159px;
  display: block;
}

.image-7 {
  padding-bottom: 35px;
}

.container-6 {
  padding-bottom: 107px;
}

.container-7 {
  margin-bottom: 0;
  display: none;
}

.body-4 {
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 39px;
  padding-bottom: 54px;
}

.body-5, .body-6 {
  padding-top: 39px;
  padding-bottom: 100px;
}

.body-7 {
  padding-top: 39px;
}

.body-8, .body-9, .body-10, .body-11 {
  padding-top: 39px;
  padding-bottom: 100px;
}

.body-12 {
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 39px;
  padding-bottom: 100px;
  padding-right: 0;
}

.image-8 {
  display: none;
}

.paragraph-3 {
  color: #000;
  font-family: Another, sans-serif;
  font-size: 20px;
}

.paragraph-3.whitepgtxt {
  color: #000;
}

.image-9 {
  align-self: center;
}

.div-block-27 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: none;
}

.grid-10 {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  align-self: flex-start;
  place-items: center;
  padding-top: 147px;
  position: static;
  top: 0;
}

.link-block-4.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
  position: relative;
}

.div-block-28 {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  display: none;
}

.image-10 {
  flex: 1;
  align-self: flex-end;
  min-width: 150%;
  max-width: 200%;
  min-height: 350px;
  max-height: 350px;
}

.container-8 {
  flex: 1;
  align-self: center;
}

.div-block-29 {
  flex-direction: column;
  flex: none;
  align-self: stretch;
  padding: 0;
  display: flex;
}

.thumbnailblock {
  border: 5px none var(--gold);
  background-image: url('../images/services-blocks-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 500px;
  min-height: 500px;
  display: flex;
  position: absolute;
}

.thumbnailblock.th1 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/services-blocks-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.thumbnailblock.th2 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/services-blocks-07.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 250px;
  display: flex;
}

.thumbnailblock.th3 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/services-blocks-05.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  display: flex;
}

.thumbnailblock.th4 {
  background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/services-blocks-03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: 250px;
}

.thumbnailblock.th5 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/servicesblocks-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumbnailblock.th6 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/services-blocks-04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.thumbnailblock.th8 {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/services-blocks-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.servicetitle {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 7px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.servicetitle.doek {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 30px 53px;
  font-family: Another, sans-serif;
  font-size: 39px;
  transition: background-color .4s;
}

.servicetitle.doek:hover {
  background-color: var(--light-pink);
}

.servicetitle.servbutton {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.textwrapper {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.serviceletter {
  color: var(--light-pink);
  text-align: center;
  text-shadow: 0 1px 6px #00000070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 150px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.column-10 {
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-11, .column-12, .column-13 {
  padding-left: 0;
  padding-right: 0;
}

.columns-6 {
  flex: 1;
  align-self: stretch;
  height: 500px;
}

.columns-7 {
  height: 500px;
}

.section-3 {
  width: 100%;
}

.row {
  flex-direction: row;
  display: flex;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-30 {
  background-image: url('../images/servicesblocks-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.appear {
  background-image: linear-gradient(to bottom, var(--light-pink), var(--light-pink));
  flex-direction: column;
  height: 500px;
  display: block;
}

.col1 {
  padding-left: 0;
  padding-right: 0;
}

.brandc {
  background-image: linear-gradient(#ffffff42, #ffffff42);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.brandc._2c {
  background-image: linear-gradient(to bottom, null, null), url('../images/services-blocks-04.png');
}

.brandc._3c {
  background-image: linear-gradient(to bottom, null, null), url('../images/services-blocks-05.png');
}

.graphics {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/services-blocks-04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.website {
  background-image: url('../images/servicesblocks-04.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.content {
  background-image: url('../images/servicesblocks-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.learning {
  background-image: url('../images/servicesblocks-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.creative {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2)), url('../images/servicesblocks-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.digprint {
  background-image: url('../images/servicesblocks_hasg-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-14, .column-15, .column-16, .column-17 {
  padding-left: 0;
  padding-right: 0;
}

.servicesection {
  background-color: #414042;
  display: none;
}

.div-block-32 {
  flex: none;
  align-self: center;
  position: static;
  top: 0;
}

.section-4 {
  background-image: url('../images/jg_contact-3-01.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60%;
  display: flex;
}

.section-4.contactsec {
  background-image: linear-gradient(#f3b5b3, #f3b5b3);
  background-position: 0 0;
  flex: none;
  align-items: stretch;
  height: 70vh;
  margin-top: 52px;
}

.section-4.contactsec._4worksbtm {
  background-image: none;
  background-position: 0 0;
}

.container-9 {
  text-align: center;
  flex: 1;
  align-self: center;
}

.container-10 {
  flex: 0 auto;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  border-style: none dashed none none;
  border-width: 2px;
  border-color: transparent var(--black);
  color: var(--black);
  text-align: right;
  letter-spacing: 3px;
  text-transform: lowercase;
  background-color: #0000;
  font-family: Another, sans-serif;
  font-size: 24px;
  transition: border-color .4s, letter-spacing .4s;
}

.button:hover {
  border-style: none dashed none none;
  border-width: 2px;
  border-color: black var(--yellow) black black;
  color: var(--black);
  letter-spacing: 8px;
}

.grid-12 {
  grid-template-rows: 68px 68px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, .75fr);
  grid-auto-flow: row dense;
  align-items: center;
}

.link-block-5 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.section-5 {
  flex: none;
  height: 100%;
}

.success-message {
  letter-spacing: 2px;
  background-color: #0000;
  margin-top: 0;
  padding-right: 403px;
  font-family: Another, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: relative;
  top: -52px;
}

.text-block {
  text-align: left;
  letter-spacing: 3px;
  line-height: 49px;
}

.columns-8 {
  align-items: center;
  display: flex;
}

.columns-8.passcontact {
  padding-top: 70px;
  padding-bottom: 60px;
}

.text-span {
  color: var(--white);
}

.div-block-33 {
  flex: 1;
  align-self: stretch;
}

.image-11 {
  min-width: 230px;
}

.image-13 {
  min-width: 150px;
}

.image-14 {
  min-width: 230px;
}

.container-11 {
  padding-top: 19px;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 2px;
  padding-top: 92px;
  padding-bottom: 21px;
  font-family: Another, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.image-15, .image-16, .image-17 {
  width: 100%;
}

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

.button-2 {
  color: var(--white);
  letter-spacing: 2px;
  background-color: #dfc81ffc;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 70px;
  font-family: Another, sans-serif;
  font-size: 46px;
  transition: background-color .425s;
  display: flex;
}

.button-2:hover {
  background-color: var(--light-pink);
}

.text-span-2 {
  color: var(--blue-violet);
}

.image-19 {
  width: 100%;
}

.alert {
  background-color: #ff1538;
  display: none;
}

.container-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.image-20 {
  width: 100%;
}

.workthumb {
  text-align: center;
  transition: box-shadow .3s, opacity .25s, transform .25s;
}

.workthumb:hover {
  opacity: 1;
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.workthumb.gifted2 {
  width: 100%;
  height: 100%;
}

.workthumb.button-2 {
  letter-spacing: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.workthumb.button-2:hover {
  transform: scale(1.1);
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.image-21 {
  text-align: center;
}

.heading {
  margin-bottom: 32px;
  font-family: futura-pt, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 46px;
}

.text-field {
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  margin-bottom: 35px;
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.field-label {
  font-family: Another, sans-serif;
  display: none;
}

.heading-2 {
  background-color: var(--yellow);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Another, sans-serif;
  font-size: 35px;
  line-height: 39px;
}

.body-13 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-13 {
  margin-top: 73px;
  padding-top: 0;
}

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

.image-23 {
  max-width: 700px;
}

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

.image-25, .image-26, .image-27, .image-28, .image-29, .image-30 {
  max-width: 700px;
}

.image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47 {
  max-width: 100%;
}

.image-48 {
  max-width: 700px;
}

.image-49, .image-50, .image-51 {
  max-width: 100%;
}

.image-52 {
  max-width: 100%;
  font-size: 100%;
}

.image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-63 {
  max-width: 100%;
}

.container-14 {
  text-align: center;
}

.image-64, .image-65 {
  max-width: 100%;
}

.container-16 {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 22px;
  transition: color .4s, background-color .4s;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  background-color: #000;
}

.nav-link.contactlink {
  text-decoration: underline;
}

.nav-link.contactlink.w--current, .nav-link.contactlink.w--current:active {
  color: #fff;
  background-color: #000;
}

.navbar {
  background-color: #fff;
  height: 10vh;
  display: flex;
}

.navbar.subpagenav {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-18 {
  padding-left: 0;
  padding-right: 0;
}

.accent1 {
  background-color: #414042;
  height: 10px;
}

.accent1.accent2 {
  background-color: #faa627;
}

.column-19 {
  padding-left: 0;
  padding-right: 0;
}

.flex-block {
  max-width: 100%;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  align-self: stretch;
  align-items: end;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.grid-13.footerother {
  position: static;
}

.servicestitleanddesc {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 56.6px;
  margin-right: 3.6px;
  padding-top: 37px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr .75fr;
  place-items: center baseline;
}

.div-block-34 {
  padding-top: 0;
}

.pageheadings {
  text-transform: none;
  font-family: futura-pt-bold, sans-serif;
  font-size: 56px;
}

.page-headings {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 149px;
}

.column-20 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-9 {
  align-items: center;
  display: flex;
}

.column-21 {
  padding-left: 0;
}

.pagedesc {
  text-align: left;
  max-width: 1300px;
  padding-right: 40px;
  font-family: futura-pt, sans-serif;
  font-size: 67px;
  font-weight: 400;
  line-height: 67px;
  display: block;
}

.pagedesc.notasbigdesc {
  font-size: 61px;
  line-height: 68px;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-self: flex-start;
}

.grid-15.subpagegridnav {
  z-index: 0;
  align-self: flex-start;
  padding-top: 28px;
  position: relative;
}

.div-block-35 {
  padding-left: 60px;
}

.div-block-36 {
  text-align: center;
}

.services-headerphotogrid {
  background-color: #f98436;
  grid-template-columns: 1.25fr 1fr 1fr;
  height: 354px;
}

.services-headerphotogrid.photogridstack {
  grid-template-columns: 3.5fr 1fr 1fr;
}

.services-headerphotogrid.servphotomob {
  display: none;
}

.servphoto1 {
  background-image: url('../images/1440-x-720_cityscapes-03.jpg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.servphoto1.ph2 {
  background-image: url('../images/banners_1440-x-350-_adventure-set-one_graphs-horizon_concer_mountain-locations-03.jpg');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.servphoto1.ph2.mt2 {
  background-image: url('../images/Screenshot-2025-02-12-at-1.21.36-PM.png');
  background-position: 50% 59%;
}

.servphoto1.ph2.mt4 {
  background-image: url('../images/Screenshot-2025-02-12-at-2.01.08-PM.png');
  background-position: 38%;
  background-size: cover;
}

.servphoto1.ph2.bc2 {
  background-color: #000;
  background-image: linear-gradient(#cce8fb7a, #cce8fb7a), url('../images/bc.PNG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.servphoto1.ph2.bc4 {
  background-image: linear-gradient(#cce8fb5c, #cce8fb5c), url('../images/Screenshot-2023-08-02-175400.png');
  background-position: 0 0, 50% 47%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.servphoto1.ph2.scph2 {
  background-image: url('../images/Scout_adventure_banners_v1-06.jpg');
  background-position: 67% 47%;
}

.servphoto1.ph2.scph4 {
  background-image: url('../images/HC_Social-Image_BofA_Facebook-Shared-1200x628_1.jpg');
  background-position: 0%;
}

.servphoto1.ph2.mw2 {
  background-color: #05064f;
  background-image: url('../images/new-clients-02.png');
  background-position: 50% 26%;
  background-size: contain;
}

.servphoto1.ph2.mw4 {
  background-image: url('../images/Adobe-Express-2025-02-14-22.25.17.png');
  background-position: 56%;
}

.servphoto1.ph3 {
  background-image: url('../images/Screenshot-2025-02-12-at-6.23.38-AM.png');
}

.servphoto1.ph4 {
  background-image: url('../images/Screenshot-2025-02-12-at-6.27.07-AM.png');
  background-position: 8% 37%;
}

.servphoto1.ph5 {
  background-image: url('../images/Screenshot-2025-02-12-at-7.09.00-AM.png');
  background-position: 50% 60%;
  background-size: cover;
}

.servphoto1.ph6 {
  background-image: url('../images/Screenshot-2025-02-12-at-7.06.46-AM.png');
  background-position: 50% 62%;
}

.servphoto1.mt1 {
  background-image: url('../images/Artboard-16-copy503.png');
}

.servphoto1.mt3 {
  background-color: #e4f3f8;
  background-image: url('../images/Screenshot-2025-02-07-at-10.04.10-AM.png');
  background-position: 50% 66%;
  background-size: cover;
}

.servphoto1.bc1 {
  background-image: linear-gradient(#97d3f880, #97d3f880), url('../images/Screen-Shot-2022-07-01-at-9.36.52-AM.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.servphoto1.bc3 {
  background-image: linear-gradient(#cce9fc87, #cce9fc87), url('../images/Screenshot-2023-08-02-210334.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.servphoto1.scph1 {
  background-image: url('../images/Scout_adventure_banners_v1-03.jpg');
  background-position: 100%;
  background-size: cover;
}

.servphoto1.scph3 {
  background-image: url('../images/banners_1440-x-350_puzzle_clock_phone-hands-01.jpg');
}

.servphoto1.mw1 {
  background-image: url('../images/MW-site.png');
  background-position: 100%;
}

.servphoto1.mw3 {
  background-image: url('../images/Screenshot-2025-02-14-at-10.18.05-PM.png');
  background-position: 0 0;
}

.servphoto1.cc2 {
  background-image: url('../images/Adobe-Express-2025-02-15-20.30.17.jpeg');
  background-position: 50% 1%;
  background-size: cover;
}

.servphoto1.cc1 {
  background-image: url('../images/Adobe-Express-2025-02-15-20.32.35.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.servicesheader {
  padding: 25px 0 40px;
}

.servicesheader.servheadmobi {
  border-top: 1px #000;
  border-bottom: 1px solid #faa627;
}

.subpagetitle {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 42px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 117px;
  font-weight: 400;
  line-height: 95px;
}

.subpagetitle.subh2 {
  text-align: justify;
  text-transform: none;
  margin-left: 56.6px;
  padding-left: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 70px;
}

.subpagetitle.worksecttitle {
  color: #161616;
  text-align: center;
  background-color: #fff;
  flex: none;
  margin-top: 27px;
  margin-bottom: 37px;
  padding: 23px 20px;
  font-size: 87px;
}

.services-desc {
  padding-top: 49px;
  padding-left: 19px;
  padding-right: 0;
}

.grid-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 2fr) auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.generaltitle {
  text-align: left;
  margin-top: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 40px;
}

.generaltitle.more {
  padding-left: 27px;
}

.textlarge {
  max-width: 800px;
  padding-top: 37px;
  font-family: futura-pt, sans-serif;
  font-size: 45px;
  line-height: 46px;
}

.textlarge.notaslarge {
  font-size: 35px;
  line-height: 44px;
}

.body-14 {
  cursor: default;
  margin-bottom: 0;
  padding-bottom: 0;
}

.generalcopy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  font-family: futura-pt, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 44px;
  display: flex;
}

.generalcopy.bigcopy {
  font-size: 37px;
}

.generalcopy.tools {
  background-color: #f7f1db;
}

.div-block-37 {
  padding-bottom: 0;
}

.copyspacediv {
  border-bottom: 1px solid #faa627;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 20px;
}

.copyspacediv.servdiv {
  border-bottom-style: solid;
  border-bottom-color: #faa627;
  padding-top: 20px;
  padding-bottom: 60px;
}

.copyspacediv.servdiv.servdivnobord {
  border-bottom-style: solid;
  border-bottom-color: #faa627;
}

.copyspacediv.servdiv.no {
  border-bottom-style: none;
}

.div-block-38 {
  border-bottom: 1px #000;
  position: sticky;
  top: 3rem;
}

.div-block-38.vcahovetitle {
  background-color: #ffffff85;
}

.workssections {
  background-image: url('../images/MW-site.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 707px;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.workssections.wkph2 {
  background-image: url('../images/Screenshot-2025-02-12-at-7.30.20-AM.png');
}

.section-6 {
  min-height: 72px;
}

.workssection {
  background-image: url('../images/MW-site.png');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 800px;
  margin-bottom: 20px;
  display: flex;
}

.workssection.wkph2 {
  background-image: url('../images/Screenshot-2025-02-12-093110.png');
  background-size: contain;
  margin-bottom: 0;
}

.workssection.wkph3 {
  background-image: url('../images/lD-mockup.jpg');
  background-position: 50% 10%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-bottom: 0;
}

.workssection.wkph4 {
  background-image: url('../images/362265775_790814649717093_4509092287304492067_n.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 0;
  display: none;
}

.workssection.wkph5 {
  background-image: url('../images/bc3.PNG');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: cover;
  margin-bottom: 0;
}

.workssection.wkph6 {
  background-image: url('../images/qqX49njM-4.png');
  margin-bottom: 0;
}

.div-block-40 {
  background-image: url('../images/MW-site.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 707px;
  margin-top: 0;
  padding-top: 0;
}

.divoverlay {
  background-image: linear-gradient(#006aff73, #006aff73);
  height: 100%;
  transition: background-color .4s;
}

.divoverlay:hover {
  background-image: linear-gradient(#006aff00, #006aff00);
}

.workstitle {
  display: block;
}

.toggle-color {
  z-index: 999;
  cursor: pointer;
  background-color: #181a1b;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}

.toggle-color-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.cursor {
  z-index: 99999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: #ff9200;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  font-size: 24px;
  display: flex;
  position: relative;
}

.cursor-circle {
  border: 2px solid #ffffff80;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
}

.cursorwrapper {
  z-index: 100;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursordot {
  background-color: #faa627;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.cursoroutercircle {
  border: 2px solid #faa627;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.workssectionoverlay {
  background-color: #23118a8c;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  display: flex;
}

.workssectionoverlay:hover {
  background-color: #23118a4d;
}

.vcaim1 {
  background-image: url('../images/Screenshot-2025-02-12-091407.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
}

.vcaim1.vca2 {
  background-image: url('../images/Screenshot-2025-02-12-091856.png');
}

.vcaim1.vca3 {
  background-image: url('../images/Screenshot-2025-02-12-092919.png');
  background-size: contain;
}

.mtph1 {
  background-image: url('../images/Screenshot-2025-02-12-at-1.21.36-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mtph1.mt2 {
  background-image: url('../images/Artboard-16-copy503.png');
  background-position: 50% 45%;
  background-size: 100%;
}

.italic-text {
  font-weight: 400;
  text-decoration: none;
}

.container-17 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-span-4 {
  padding-top: 82px;
  padding-bottom: 18px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 34px;
}

.paragraph-5 {
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.paragraph-5.homecopy {
  color: #000;
  background-color: #fff;
  border: 1px solid #414042;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-4 {
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
}

.copyright {
  padding-bottom: 12px;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footernav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 32px;
  padding-bottom: 32px;
}

.recaptcha {
  align-self: center;
}

.subheading {
  margin-top: 34px;
  padding-right: 105px;
  font-family: futura-pt, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 41px;
  display: block;
}

.list-item {
  font-size: 22px;
  line-height: 33px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.paragraph-6 {
  line-height: 29px;
}

.text-span-5 {
  font-weight: 700;
}

.text-block-5 {
  border: 2px solid #000;
  margin-bottom: 56px;
  padding: 88px 15px;
  font-family: futura-pt, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
}

.link {
  color: #5b3aa8;
}

.grid-19 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  padding-bottom: 71px;
}

.image-66, .image-67 {
  border-radius: 59px;
}

.image-68, .image-69, .image-70, .image-71 {
  border-radius: 60px;
}

.image-72, .image-73 {
  min-width: 100%;
}

html.w-mod-js [data-ix="servicesinteraction"], html.w-mod-js [data-ix="servicesgridhover"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .services {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body {
    background-color: #0000;
    margin-top: 0;
  }

  .work {
    justify-content: center;
    height: 200%;
    padding-top: 189px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .work.worktablet {
    justify-content: center;
    height: 150%;
    padding-top: 0;
  }

  .clients {
    align-items: flex-start;
    padding-top: 189px;
  }

  .clients.clientsmobile {
    align-items: center;
    height: 229%;
    padding-top: 87px;
    display: none;
  }

  .homeheroh1 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 39px;
    line-height: 57px;
  }

  .homeheroh1.clientssec {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 29px;
  }

  .homeheroh1.ourowrk {
    background-color: #ffffff85;
    margin-bottom: 70px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 45px;
    top: 8px;
  }

  .ideasbrewing {
    height: 200%;
  }

  .lighth1 {
    line-height: 102px;
  }

  .div-block-4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slide {
    overflow: hidden;
  }

  .slider {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .trees {
    flex: none;
  }

  .worksdiv {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .worksdiv.worksmore {
    flex-direction: row;
    align-items: stretch;
    overflow: visible;
  }

  .grid-4 {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .grid-4.brandgrid2 {
    justify-content: center;
    align-items: center;
  }

  .workslink {
    text-align: center;
    flex: 0 auto;
    align-self: center;
  }

  .workslink.hide {
    display: none;
  }

  .worksh2 {
    text-align: center;
    margin-left: 0;
    font-size: 30px;
  }

  .div-block-9 {
    flex: 0 auto;
  }

  .slide-4 {
    overflow: visible;
  }

  .wsliderarrows {
    flex: 1;
  }

  .worksmoretxt {
    padding-top: 66px;
    padding-bottom: 148px;
    font-size: 117px;
    line-height: 159px;
  }

  .form-block {
    padding-left: 1px;
    padding-right: 1px;
  }

  .contacth1 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .contactdrop {
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 187px;
  }

  .div-block-12 {
    text-align: center;
    justify-content: center;
  }

  .contactuslink.toplink {
    margin-top: 0;
  }

  .contactuslink.toplink.makingchanges {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    display: none;
    top: 375px;
  }

  .div-block-18 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .div-block-19 {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mask {
    flex: 1;
  }

  .div-block-20 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-21, .div-block-22 {
    flex: 1;
  }

  .column-9 {
    align-items: flex-start;
  }

  .div-block-26 {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 80vh;
    padding-top: 146px;
    display: flex;
    top: 0;
  }

  .topsection {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .introtezt {
    text-align: center;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 27px;
    line-height: 33px;
  }

  .image-6 {
    flex: 0 auto;
  }

  .section {
    padding-bottom: 73px;
  }

  .mywork.omnicom {
    padding-left: 0;
  }

  .grid-9 {
    grid-template-rows: auto auto auto;
  }

  .redwl {
    flex-direction: row;
    display: block;
  }

  .body-3 {
    padding-bottom: 100px;
  }

  .body-4 {
    margin-left: 140px;
    margin-right: 140px;
    padding-bottom: 100px;
  }

  .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
    padding-bottom: 100px;
  }

  .body-12 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .image-9 {
    flex: none;
    margin-bottom: 6px;
    display: block;
  }

  .div-block-27 {
    padding-bottom: 15px;
  }

  .grid-10 {
    flex: none;
    grid-template-rows: auto minmax(auto, 1fr) auto;
    align-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    top: 0;
  }

  .link-block-4 {
    display: block;
  }

  .link-block-4.w--current {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .image-10 {
    min-width: 423%;
    min-height: 421px;
  }

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

  .servicetitle {
    font-size: 28px;
    line-height: 35px;
  }

  .column-10 {
    display: block;
    position: relative;
  }

  .columns-6 {
    align-self: auto;
  }

  .row {
    display: block;
  }

  .div-block-32 {
    flex: none;
  }

  .section-4 {
    background-image: linear-gradient(#ffffffa3, #ffffffa3), url('../images/jg_contact-3-01.jpg');
    background-position: 0 0, 3%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
  }

  .section-4.contactsec {
    background-image: linear-gradient(to bottom, var(--light-pink), var(--light-pink));
    background-position: 0 0;
    align-items: stretch;
  }

  .container-10 {
    align-self: stretch;
    height: 100%;
    padding-top: 84px;
  }

  .grid-12 {
    grid-template-rows: 69px 69px;
    grid-auto-rows: .25fr;
    align-items: center;
    height: 100%;
  }

  .success-message {
    padding-right: 100px;
    top: -4px;
  }

  .div-block-33 {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .image-11, .image-13 {
    min-width: 150px;
  }

  .image-14 {
    min-width: 170px;
  }

  .button-2 {
    color: var(--white);
    align-items: center;
    font-size: 33px;
    line-height: 33px;
  }

  .image-63, .image-65 {
    max-width: 100%;
  }

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

  .navbar.subpagenav {
    height: 10vh;
    margin-bottom: 37px;
    padding-bottom: 0;
  }

  .navbar.subpagenav.footernav {
    max-height: 500px;
  }

  .servicestitleanddesc {
    margin-left: 20.6px;
  }

  .grid-15 {
    grid-template-rows: auto;
  }

  .servicesheader.servheadmobi {
    display: block;
  }

  .servicesheader.servtop {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subpagetitle {
    line-height: 93px;
  }

  .subpagetitle.subh2 {
    margin-left: 0;
    padding-bottom: 66px;
  }

  .subpagetitle.worksecttitle {
    font-size: 59px;
  }

  .services-desc {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-16 {
    flex-flow: column;
    display: flex;
  }

  .generaltitle {
    text-align: left;
  }

  .copyspacediv {
    padding-bottom: 56px;
    padding-left: 0;
  }

  .div-block-38 {
    position: relative;
  }

  .div-block-38.vcahovetitle {
    margin-bottom: 91px;
  }

  .workssection.wkph4 {
    background-size: cover;
  }

  .workssection.wkph5 {
    background-repeat: repeat-y;
    background-size: cover;
  }

  .container-17 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .menu-button {
    font-size: 48px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff0;
  }

  .nav-menu {
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .div-block-41 {
    max-height: 50px;
  }

  .grid-18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footernav {
    flex-flow: column;
    display: flex;
  }

  .div-block-42, .div-block-43, .div-block-44, .div-block-45 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .work {
    padding-left: 31px;
    padding-right: 31px;
    display: none;
  }

  .work.worktablet {
    justify-content: center;
    height: 150%;
    padding-top: 0;
  }

  .clients.clientsmobile {
    height: 219%;
    display: none;
  }

  .homeheroh1 {
    align-self: center;
    margin-left: 6px;
    padding: 0 9px;
    font-size: 33px;
    line-height: 53px;
  }

  .ideasbrewing {
    height: 150%;
    display: none;
  }

  .pinkbulb {
    height: 172px;
  }

  .div-block-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .trees {
    background-image: url('../images/TREES-07.png');
    background-position: 0 0;
    background-size: cover;
    border-bottom: 10px #000;
    height: 40%;
  }

  .worksh2 {
    margin-left: 0;
    font-size: 27px;
  }

  .wsliderarrows {
    display: none;
  }

  .worksmoretxt {
    text-align: left;
    padding-left: 52px;
    font-size: 130px;
    line-height: 141px;
  }

  .contactlabel.inst {
    font-size: 18px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .contacth1 {
    text-align: center;
    flex: none;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 21px;
    font-size: 73px;
    line-height: 113px;
  }

  .contactdrop {
    font-size: 73px;
    line-height: 111px;
  }

  .div-block-12 {
    flex-direction: column;
    display: flex;
  }

  .contactuslink.toplink {
    margin-left: 37px;
    margin-right: 37px;
    padding-left: 39px;
    padding-right: 39px;
  }

  .contactuslink.toplink.makingchanges {
    flex: none;
    margin-left: 43px;
    margin-right: 43px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
    display: none;
    top: 408px;
  }

  .column-8 {
    padding-left: 0;
  }

  .column-9 {
    display: none;
  }

  .jgmobile, .jgmobile:hover {
    filter: none;
  }

  .div-block-26 {
    padding-top: 146px;
  }

  .topsection {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .introtezt {
    align-self: center;
    margin-bottom: 38px;
    margin-left: -43px;
    padding-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .image-6 {
    display: block;
  }

  .section {
    padding-bottom: 156px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .mywork.portgrid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-2.title {
    line-height: 45px;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .body-3 {
    padding-bottom: 100px;
  }

  .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
    margin-left: 31px;
    margin-right: 31px;
  }

  .body-12 {
    margin-left: 31px;
    margin-right: 31px;
    padding-right: 0;
  }

  .image-9 {
    margin-bottom: 0;
  }

  .div-block-27 {
    display: none;
  }

  .grid-10 {
    top: 0;
  }

  .link-block-4.w--current {
    padding-bottom: 10px;
  }

  .image-10 {
    min-width: 547%;
  }

  .section-4.contactsec {
    height: 100vh;
  }

  .container-10 {
    flex: 1;
    padding-top: 33px;
  }

  .grid-12 {
    grid-template-rows: 253px 86px minmax(86px, .25fr) repeat(auto-fit, 156px);
    grid-auto-rows: minmax(86px, 1.75fr);
  }

  .success-message {
    padding-right: 40px;
  }

  .image-11 {
    min-width: 120px;
  }

  .image-13 {
    min-width: 100px;
  }

  .image-14 {
    min-width: 106px;
  }

  .text-block-2 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .text-span-2, .text-span-3 {
    font-size: 24px;
  }

  .heading {
    font-size: 36px;
  }

  .heading-2 {
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 29px;
  }

  .image-25, .image-26, .image-27, .image-28, .image-29, .image-30 {
    max-width: 100%;
  }

  .pagedesc {
    font-size: 50px;
  }

  .services-headerphotogrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .servicesheader {
    padding-top: 57px;
  }

  .subpagetitle {
    font-size: 95px;
    line-height: 87px;
  }

  .subpagetitle.subh2 {
    font-size: 64px;
  }

  .subpagetitle.worksecttitle {
    width: 100vw;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 59px;
  }

  .services-desc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .workssection.wkph5 {
    background-repeat: repeat-y;
    background-size: cover;
  }

  .workssectionoverlay {
    display: flex;
  }

  .container-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-4 {
    padding-top: 82px;
  }

  .footernav {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .services {
    height: 350%;
    margin-top: 7px;
    transition-duration: .675s;
  }

  .body {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .work {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .work.worktablet {
    height: 100%;
  }

  .clients.clientsmobile {
    align-items: center;
    height: 200%;
    padding-top: 0;
    display: none;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .homeheroh1 {
    text-align: center;
    justify-content: center;
    align-self: end;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 17px;
    padding-right: 9px;
    font-size: 32px;
    line-height: 43px;
    top: 0;
  }

  .homeheroh1.clientssec {
    margin-bottom: 93px;
    font-size: 38px;
    transition: background-color .708s;
  }

  .homeheroh1.clientssec:hover {
    background-color: var(--light-sea-green);
  }

  .homeheroh1.ourowrk {
    text-align: left;
    padding-left: 37px;
    font-size: 36px;
    transition: background-color .7s;
  }

  .homeheroh1.ourowrk:hover {
    background-color: var(--dodger-blue);
  }

  .lighth1 {
    text-align: center;
    align-self: stretch;
    margin-top: 0;
    padding-left: 21px;
    padding-right: 12px;
    font-size: 41px;
    line-height: 57px;
  }

  .pinkbulb {
    height: auto;
  }

  .div-block-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .bigbulb {
    padding-top: 94px;
  }

  .slider {
    border-width: 0;
  }

  .trees {
    border-bottom-color: var(--blue-violet);
    height: 20%;
  }

  .div-block-9 {
    margin-bottom: 8px;
  }

  .wsliderarrows {
    display: none;
  }

  .worksmoretxt {
    font-size: 106px;
    line-height: 87px;
  }

  .body-2 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .contactlabel {
    text-align: center;
    font-size: 23px;
  }

  .contactlabel.inst {
    font-size: 19px;
    line-height: 28px;
  }

  .submit-button {
    font-size: 25px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacth1 {
    text-align: center;
    margin-top: 53px;
    padding-left: 11px;
    font-size: 60px;
    line-height: 95px;
  }

  .contactdrop {
    padding-top: 13px;
    font-size: 48px;
    line-height: 51px;
  }

  .contacthello {
    font-size: 58px;
  }

  .div-block-12 {
    align-items: center;
    margin-bottom: 47px;
    padding-bottom: 40px;
    padding-left: 13px;
    font-size: 11px;
  }

  .contactuslink {
    padding: 16px 26px;
  }

  .contactuslink.toplink {
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 3px;
    padding-top: 39px;
    padding-bottom: 39px;
    font-size: 17px;
    line-height: 23px;
    position: relative;
    top: -41px;
  }

  .contactuslink.toplink.makingchanges {
    flex: none;
    margin-left: 28px;
    margin-right: 28px;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    top: 340px;
  }

  .contactuslink.toplink.yellbut {
    padding: 20px;
  }

  .contactuslink.hidden {
    display: none;
  }

  .div-block-23 {
    padding-top: 28px;
    padding-bottom: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .column-9 {
    display: none;
  }

  .div-block-26 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: 0;
  }

  .topsection {
    justify-content: center;
  }

  .introtezt {
    text-align: center;
    align-self: end;
    margin-bottom: 67px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .mywork.portgrid {
    padding: 27px 20px 40px;
  }

  .grid-7 {
    grid-template-rows: 1fr auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-2.title {
    text-align: center;
    line-height: 49px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .indev2wl {
    display: none;
  }

  .indev2wl.vvlogo {
    display: block;
  }

  .learnmoreowrkd {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .backtoworksbutt {
    margin-top: 58px;
  }

  .container-7 {
    margin-bottom: 17px;
  }

  .body-12 {
    margin-left: 22px;
    margin-right: 22px;
    padding-right: 0;
  }

  .image-9 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .link-block-3 {
    padding-bottom: 0;
    position: static;
    top: -54px;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    display: none;
    position: relative;
    top: -45px;
  }

  .grid-10 {
    grid-row-gap: 34px;
    flex: 0 auto;
    top: 0;
  }

  .link-block-4.w--current {
    justify-content: center;
  }

  .image-10 {
    min-width: 732%;
  }

  .servicetitle {
    font-size: 26px;
    line-height: 33px;
  }

  .container-10 {
    flex: 0 auto;
    align-self: stretch;
  }

  .text-block {
    padding-left: 18px;
  }

  .text-span {
    font-size: 30px;
  }

  .image-11 {
    min-width: 65px;
  }

  .image-12 {
    grid-template-columns: 1fr 1fr;
  }

  .image-13 {
    min-width: 65px;
  }

  .image-14 {
    min-width: 72px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .button-2 {
    display: none;
  }

  .text-field {
    margin-bottom: 112px;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

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

  .servicestitleanddesc {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pagedesc {
    padding-right: 0;
    font-size: 36px;
    line-height: 41px;
  }

  .pagedesc.notasbigdesc {
    font-size: 51px;
  }

  .div-block-35 {
    padding-left: 10px;
    display: block;
  }

  .subpagetitle {
    font-size: 50px;
    line-height: 63px;
  }

  .subpagetitle.subh2 {
    padding-bottom: 40px;
    font-size: 48px;
  }

  .subpagetitle.worksecttitle {
    font-size: 44px;
    line-height: 42px;
  }

  .generaltitle.more {
    padding-left: 10px;
  }

  .textlarge {
    font-size: 40px;
  }

  .generalcopy {
    max-width: 100%;
    padding-right: 10px;
    font-size: 24px;
    display: flex;
  }

  .copyspacediv {
    padding-right: 0;
  }

  .copyspacediv.servdiv.no {
    padding-bottom: 40px;
  }

  .toggle-color {
    bottom: 1rem;
    left: 1rem;
  }

  .subheading {
    padding-right: 20px;
  }

  .grid-19 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_2ee64a61-1bd3-99d0-3b0d-4e8262ff05e7-1e1d7066 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch center;
}

#w-node-_1a570777-6c9c-cd6c-979a-ba060db884ed-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ba-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b6-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9bc-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c0-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c8-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9cc-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b4-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d4-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b8-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9be-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c2-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c4-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c6-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ca-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ce-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d0-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d2-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9de-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d6-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9da-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9dc-1e1d7066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0680-1e1d7066 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0682-1e1d7066 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0684-1e1d7066 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0686-1e1d7066 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0688-1e1d7066 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b068a-1e1d7066 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b068c-1e1d7066 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b068e-1e1d7066 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0690-1e1d7066 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0692-1e1d7066 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0694-1e1d7066 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0696-1e1d7066 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a21-1e1d7066 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a23-1e1d7066 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a25-1e1d7066 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a27-1e1d7066 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a29-1e1d7066 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a2b-1e1d7066 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a34-1e1d7066 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a36-1e1d7066 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a38-1e1d7066 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a41-1e1d7066 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a43-1e1d7066 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a45-1e1d7066 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a47-1e1d7066 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a50-1e1d7066 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a52-1e1d7066 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a54-1e1d7066 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a5e-1e1d7066 {
  grid-area: 1 / 1 / 3 / 3;
  place-self: stretch stretch;
}

#w-node-_31673878-54ca-8d1c-05d1-b7e8bb5b832f-1e1d7066 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_6313cf6f-43f2-19bf-17e2-d528c785c246-1e1d7066 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3e608b02-f5b7-d821-138a-8fc648e312ac-1e1d7066 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_63289cd1-04c4-98dd-6a78-3cee3e55a076-1e1d7066 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7894674e-2328-6b46-e396-eaa018af7ee7-18af7ee5 {
  justify-self: start;
}

#w-node-_7894674e-2328-6b46-e396-eaa018af7ef2-18af7ee5 {
  place-self: center stretch;
}

#w-node-_6e403480-3d9a-3740-e327-a82c4454a6d5-1e1d707c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1432a633-394e-cfe2-ae0c-6a2769f842a7-1e1d707c {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_25f22a8e-144d-ff44-a873-73b1e7106dd3-1e1d707d {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_302629fb-63aa-42c0-6829-4c2b7519ec90-1e1d707d {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-e5aaf99d-d605-a583-ca02-57e1edbb2908-1e1d707d {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_89f8e2e2-51bd-0650-4170-1b193582ec33-1e1d707d {
  grid-area: 6 / 1 / 8 / 4;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b8849f-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a1-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a3-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a5-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a7-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a9-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884bf-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b884af-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b884b1-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b884b3-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884b5-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884bb-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b884bd-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b884c1-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884c3-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_453f18e3-50e0-6682-797f-033a63b884c9-1e1d707e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c57fd677-2fb4-5396-aaf6-9721e1f45109-1e1d707e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-e26b057c-35f9-f316-1297-76a572b1e682-1e1d707e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e26b057c-35f9-f316-1297-76a572b1e686-1e1d707e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-e26b057c-35f9-f316-1297-76a572b1e688-1e1d707e {
  grid-area: 3 / 1 / 4 / 3;
  place-self: stretch stretch;
}

#w-node-e26b057c-35f9-f316-1297-76a572b1e68a-1e1d707e {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-c9344971-9b79-332f-de2a-96dfaeabf7f6-1e1d707f, #w-node-_9a4ee876-c408-a6ff-7e73-7210a6c5b661-1e1d707f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_2f8be2e6-b9c2-7e4f-1397-95b78214f589-1e1d7081 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_47c8842b-2476-0382-1a59-454e53830165-1e1d7081 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-cf2e5286-90f6-151b-f317-b63f1af7d956-1e1d7081 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-c0c776bf-1520-2d81-a52a-e1bc3c9a8802-1e1d7081 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_0844f1b2-50e7-7db4-70b7-6068a269ef0a-1e1d7081 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-fcc3c9d5-285d-c991-916a-aacfba5dd179-1e1d7082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fcc3c9d5-285d-c991-916a-aacfba5dd17d-1e1d7082 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fcc3c9d5-285d-c991-916a-aacfba5dd17f-1e1d7082 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: stretch stretch;
}

#w-node-fcc3c9d5-285d-c991-916a-aacfba5dd181-1e1d7082 {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_3687eb2a-41a9-0134-cd2a-c9fefcad33f4-1e1d7083 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-fb7edb11-a60c-8608-368c-da76f324875b-1e1d7083 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7083 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_00c86358-ee37-6171-6ae7-1747899c24eb-1e1d7083 {
  grid-area: 4 / 1 / 8 / 4;
}

#w-node-b48d1c0f-e588-2d6c-b2ff-e5be205baccb-1e1d7084 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_11a3918f-bac0-415a-266f-652350eb0bb5-1e1d7084 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-d1af547f-7caa-28b6-faf9-88526146e8b9-1e1d7085 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_577efcfc-4276-9c22-97c9-40105f07160a-1e1d7085 {
  grid-area: 4 / 1 / 6 / 4;
}

#w-node-_7b1ff429-fbac-0d32-b743-416ad0c2a058-1e1d7085 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f6c82bcf-c6ac-987b-8f4b-c6f91931dd73-1e1d7085 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_1447639a-d1dd-53cb-f946-2d3b238bb676-1e1d7086 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4fad63a5-b396-e607-f6f9-646f2d2d1948-1e1d7086 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_9fe14b79-0f66-50f2-562e-2f7f258b29be-1e1d7086 {
  grid-area: 7 / 1 / 9 / 4;
}

#w-node-cb261c40-a4e1-392e-0636-bda6ff0b45e0-1e1d7086 {
  grid-area: 4 / 1 / 7 / 4;
}

#w-node-d566e367-7142-8eb9-7ba4-fcc8e04b1657-1e1d7087 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d177758-c49e-bdbc-0b26-10e9deac5c0f-1e1d7087 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_40162a56-d5fd-3acd-9340-e9f1403d2d31-1e1d7087 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_978e18b5-1190-ab97-4535-8978aa574de8-1e1d7087 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3b7b6415-6e4b-ecb1-f71d-97af776f10d6-1e1d7088, #w-node-_21451c8f-7786-93e1-5559-607b78dba75c-1e1d7088 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd73851e-e109-0454-498e-a5dedc78e70a-1e1d7088 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_25f22a8e-144d-ff44-a873-73b1e7106dd3-1e1d7088 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-f070b83c-efbe-e49c-3569-6ab933553b9d-1e1d7088 {
  grid-area: 5 / 1 / 7 / 4;
}

#w-node-_7a271c84-da26-5d71-65b1-9b5dc37ffd5c-1e1d7089 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_535105ac-d14d-6ad3-5c89-e906d1da8700-1e1d7089 {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_8e2bb715-ac8b-bede-5c77-267c7c5321b3-1e1d708a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd78ca02-6dd9-cf01-e43c-6b4cc232a47b-1e1d708a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f6853b9-d73b-2322-e7e2-9518e5b7ebca-1e1d708a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3b7b6415-6e4b-ecb1-f71d-97af776f10d6-1e1d708a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f070b83c-efbe-e49c-3569-6ab933553b9d-1e1d708a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_25f22a8e-144d-ff44-a873-73b1e7106dd3-1e1d708a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_40162a56-d5fd-3acd-9340-e9f1403d2d31-1e1d708b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_978e18b5-1190-ab97-4535-8978aa574de8-1e1d708b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d566e367-7142-8eb9-7ba4-fcc8e04b1657-1e1d708c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d177758-c49e-bdbc-0b26-10e9deac5c0f-1e1d708c {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_40162a56-d5fd-3acd-9340-e9f1403d2d31-1e1d708c {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_978e18b5-1190-ab97-4535-8978aa574de8-1e1d708c, #w-node-f53db667-e3a4-9a55-e5e0-b341c8dc724f-1e1d708d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dcb0901b-a6ec-21fb-6a99-4319b895fe24-1e1d708d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_219cd2af-0264-8972-1865-08957cf0f9de-1e1d708d {
  grid-area: 2 / 1 / 2 / 4;
}

#w-node-_219cd2af-0264-8972-1865-08957cf0f9df-1e1d708d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-e89173ee-e4ed-f29f-cdcf-f3e49d73ed6f-1e1d708d {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-e89173ee-e4ed-f29f-cdcf-f3e49d73ed70-1e1d708d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_48089f3a-bf0e-1903-2dd2-d51478d060ba-1e1d708d {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_48089f3a-bf0e-1903-2dd2-d51478d060bb-1e1d708d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-cc5a0bc4-bcf4-a714-fd8e-a3a4be93ea5d-1e1d708d {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-cc5a0bc4-bcf4-a714-fd8e-a3a4be93ea5e-1e1d708d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_9bd3cdf5-e8e2-d8a5-1a4b-3031c9b5d602-1e1d708d {
  grid-area: 7 / 1 / 8 / 4;
}

#w-node-_9bd3cdf5-e8e2-d8a5-1a4b-3031c9b5d603-1e1d708d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_40162a56-d5fd-3acd-9340-e9f1403d2d31-1e1d708e {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_978e18b5-1190-ab97-4535-8978aa574de8-1e1d708e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3687eb2a-41a9-0134-cd2a-c9fefcad33f4-1e1d708f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-fb7edb11-a60c-8608-368c-da76f324875b-1e1d708f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d708f {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_87b3d1cf-b6da-d4e8-49be-33e5d2ef8ba6-1e1d708f {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_3687eb2a-41a9-0134-cd2a-c9fefcad33f4-1e1d7090 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-fb7edb11-a60c-8608-368c-da76f324875b-1e1d7090 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7090 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-a02346a8-e2f3-1dfe-ed66-5d838c9fe8ec-1e1d7090 {
  grid-area: 4 / 1 / 6 / 4;
}

#w-node-ecf7515c-5488-1066-63a2-14b41431eaef-1e1d7090, #w-node-_6500200f-f236-7e36-b65f-bbc1a37d8391-1e1d7090, #w-node-fcb77b1d-c6e0-c17f-9e3c-63b4a82444c0-1e1d7090, #w-node-c2b384a6-e9b0-7773-3d35-4f32e7bd92de-1e1d7090, #w-node-b4d977fa-5d00-37e6-3542-ce956c282c9c-1e1d7090 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3687eb2a-41a9-0134-cd2a-c9fefcad33f4-1e1d7091 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-fb7edb11-a60c-8608-368c-da76f324875b-1e1d7091 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7091 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_6ab41a72-f656-0604-d384-cedb3c7751ec-1e1d7092 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0cfe8e1c-5617-0640-16be-7a4d54f11ff8-1e1d7092 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_06207522-1bcf-094e-0ca7-52d99165b84e-1e1d7092 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-fb7edb11-a60c-8608-368c-da76f324875b-1e1d7092 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7092 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-c3a49cb6-d44f-5931-37d0-2c2a938512b5-1e1d7092 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-cba4ce04-3015-9295-c848-5fcd2ba14169-1e1d7092 {
  grid-area: 7 / 1 / 8 / 4;
}

#w-node-_275d07b6-8648-2f31-68d3-a3fcdb39b736-1e1d7095 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4c05baf9-70c1-8dde-38e2-62b872362b0e-1e1d7095 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d9ddbb9d-b0ea-972f-5054-f958cde8b4e8-1e1d7095 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b7454548-afb0-c82f-115d-c057454f6bc6-1e1d7095 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_486173a9-cd43-256a-989f-edfca68c54fd-1e1d7095 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d49548b-a54e-21f2-93b3-3c0ea2799498-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e92c974d-0317-87b7-ef93-b02e19005fbd-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_04cdcd22-d35b-a938-cbc0-7e46c31350eb-1e1d7095, #w-node-_548f51dc-e17e-f2b5-19ed-096307444716-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444717-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444719-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb542-1e1d7095 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb543-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb545-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9a18b2f1-db96-b74a-9724-206011063b4b-1e1d7095 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a18b2f1-db96-b74a-9724-206011063b4c-1e1d7095 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd939-1e1d7095 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd93a-1e1d7095 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd93e-1e1d7095 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd941-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd942-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd944-1e1d7095, #w-node-_9c20d12a-325c-69cc-a441-3fda406cd946-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd947-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd949-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9ec9bf46-428f-bc32-f858-bd5c516d1123-1e1d7095 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9ec9bf46-428f-bc32-f858-bd5c516d1124-1e1d7095 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2a8-1e1d7095 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2a9-1e1d7095 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2ad-1e1d7095 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2b0-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2b1-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2b3-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2ba-1e1d7095 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2bb-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2bd-1e1d7095, #w-node-b4659ec5-8eeb-ce9e-7fdc-532a6a889172-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b4659ec5-8eeb-ce9e-7fdc-532a6a889173-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b4659ec5-8eeb-ce9e-7fdc-532a6a889175-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f275b68f-7fee-9f60-adea-00523e26a403-1e1d7095 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-f275b68f-7fee-9f60-adea-00523e26a404-1e1d7095 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-f275b68f-7fee-9f60-adea-00523e26a406-1e1d7095 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ac341f46-8a59-4c04-b144-f2c0dd081b67-b3833804 {
  justify-self: start;
}

#w-node-_0904fefd-7bd9-d257-05a1-14d74d74f563-b3833804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d7f8011-ad69-fe7c-bc65-c3a13b6965be-b3833804 {
  place-self: center stretch;
}

#w-node-_275d07b6-8648-2f31-68d3-a3fcdb39b736-1e1d7096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4c05baf9-70c1-8dde-38e2-62b872362b0e-1e1d7096 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d9ddbb9d-b0ea-972f-5054-f958cde8b4e8-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b7454548-afb0-c82f-115d-c057454f6bc6-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_486173a9-cd43-256a-989f-edfca68c54fd-1e1d7096 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d49548b-a54e-21f2-93b3-3c0ea2799498-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e92c974d-0317-87b7-ef93-b02e19005fbd-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_04cdcd22-d35b-a938-cbc0-7e46c31350eb-1e1d7096, #w-node-_548f51dc-e17e-f2b5-19ed-096307444716-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444717-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444719-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb542-1e1d7096 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb543-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb545-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9a18b2f1-db96-b74a-9724-206011063b4b-1e1d7096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a18b2f1-db96-b74a-9724-206011063b4c-1e1d7096 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd939-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd93a-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd93e-1e1d7096 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd941-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd942-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd944-1e1d7096, #w-node-_9c20d12a-325c-69cc-a441-3fda406cd946-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd947-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_9c20d12a-325c-69cc-a441-3fda406cd949-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6456e2f1-39de-de4d-867d-c67531bfe9b4-1e1d7096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6456e2f1-39de-de4d-867d-c67531bfe9b5-1e1d7096 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c01-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c02-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c07-1e1d7096 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c0a-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c0b-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c0d-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c0f-1e1d7096 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c10-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c12-1e1d7096, #w-node-d55dfdec-3737-819d-c7d2-b208be428c14-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c15-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c17-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c19-1e1d7096 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c1a-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d55dfdec-3737-819d-c7d2-b208be428c1c-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9ec9bf46-428f-bc32-f858-bd5c516d1123-1e1d7096 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9ec9bf46-428f-bc32-f858-bd5c516d1124-1e1d7096 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2a8-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2a9-1e1d7096 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2ad-1e1d7096 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2b0-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2b1-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2b3-1e1d7096, #w-node-b4659ec5-8eeb-ce9e-7fdc-532a6a889172-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b4659ec5-8eeb-ce9e-7fdc-532a6a889173-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b4659ec5-8eeb-ce9e-7fdc-532a6a889175-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f275b68f-7fee-9f60-adea-00523e26a403-1e1d7096 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-f275b68f-7fee-9f60-adea-00523e26a404-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-f275b68f-7fee-9f60-adea-00523e26a406-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2ba-1e1d7096 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2bb-1e1d7096 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_665389ba-ad67-2de1-ff1b-b8e456fea2bd-1e1d7096 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_050edb35-6c92-fc18-b55d-329fb2c280d9-1e1d7096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e86c49c5-af55-e77c-cfde-a82beb3770ff-1e1d7096 {
  place-self: center;
}

#w-node-_9cb95ad8-5ffe-e232-5b2b-1b7209579c50-1e1d7096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9cb95ad8-5ffe-e232-5b2b-1b7209579c51-1e1d7096 {
  place-self: center;
}

#w-node-_9b904025-7b9f-f2cc-66ab-1089fcb2e238-1e1d7096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9b904025-7b9f-f2cc-66ab-1089fcb2e239-1e1d7096 {
  place-self: center;
}

#w-node-b51b9575-e3db-2a4c-c3bb-8783f0ad390a-1e1d7096 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b51b9575-e3db-2a4c-c3bb-8783f0ad390b-1e1d7096 {
  place-self: center;
}

#w-node-_8d3d11ee-fbc0-1266-966e-c188077dbba1-1e1d7097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d3d11ee-fbc0-1266-966e-c188077dbba2-1e1d7097 {
  place-self: center;
}

#w-node-_8d3d11ee-fbc0-1266-966e-c188077dbba7-1e1d7097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d3d11ee-fbc0-1266-966e-c188077dbba8-1e1d7097 {
  place-self: center;
}

#w-node-_8d3d11ee-fbc0-1266-966e-c188077dbbaa-1e1d7097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d3d11ee-fbc0-1266-966e-c188077dbbab-1e1d7097 {
  place-self: center;
}

#w-node-d9ddbb9d-b0ea-972f-5054-f958cde8b4e8-1e1d7098 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b7454548-afb0-c82f-115d-c057454f6bc6-1e1d7098 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_486173a9-cd43-256a-989f-edfca68c54fd-1e1d7098 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e8d5df74-ab7b-6897-176e-53445f8357d0-1e1d7098, #w-node-_6c04cac9-caf0-338f-93e1-7dcb047253a1-1e1d7098 {
  align-self: stretch;
}

#w-node-_5d49548b-a54e-21f2-93b3-3c0ea2799498-1e1d7098 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e92c974d-0317-87b7-ef93-b02e19005fbd-1e1d7098 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_04cdcd22-d35b-a938-cbc0-7e46c31350eb-1e1d7098, #w-node-_548f51dc-e17e-f2b5-19ed-096307444716-1e1d7098 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444717-1e1d7098 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444719-1e1d7098 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb542-1e1d7098 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb543-1e1d7098 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-ad97ef58-4a80-b9ab-b348-5b8bd5ddb545-1e1d7098 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8037f95e-d803-c454-3b32-d6dcb96f2f8f-1e1d7098 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_8037f95e-d803-c454-3b32-d6dcb96f2f92-1e1d7098 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_04518673-e756-ad7e-942b-d9e629809be0-1e1d7098 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9ee3-1e1d7098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9ee4-1e1d7098 {
  place-self: center;
}

#w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9ee9-1e1d7098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9eea-1e1d7098 {
  place-self: center;
}

#w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9eec-1e1d7098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9eed-1e1d7098 {
  place-self: center;
}

#w-node-d9ddbb9d-b0ea-972f-5054-f958cde8b4e8-1e1d70b8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b7454548-afb0-c82f-115d-c057454f6bc6-1e1d70b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_486173a9-cd43-256a-989f-edfca68c54fd-1e1d70b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d49548b-a54e-21f2-93b3-3c0ea2799498-1e1d70b8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e92c974d-0317-87b7-ef93-b02e19005fbd-1e1d70b8 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_94625628-7f02-65e5-92e1-997f0dcb48a7-1e1d70b8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444716-1e1d70b8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444717-1e1d70b8 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4c3ca38f-cc3c-ba84-eb59-570a8f1b397e-1e1d70b8 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-f795883a-926e-2e38-89fb-e4377377a3f1-1e1d70b8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f795883a-926e-2e38-89fb-e4377377a3f2-1e1d70b8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_20349c86-cc72-d373-5de4-10720d0f5dd0-1e1d70b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20349c86-cc72-d373-5de4-10720d0f5dd1-1e1d70b8 {
  place-self: center;
}

#w-node-_20349c86-cc72-d373-5de4-10720d0f5dd6-1e1d70b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20349c86-cc72-d373-5de4-10720d0f5dd7-1e1d70b8 {
  place-self: center;
}

#w-node-_20349c86-cc72-d373-5de4-10720d0f5dd9-1e1d70b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20349c86-cc72-d373-5de4-10720d0f5dda-1e1d70b8 {
  place-self: center;
}

#w-node-d9ddbb9d-b0ea-972f-5054-f958cde8b4e8-1e1d70cd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b7454548-afb0-c82f-115d-c057454f6bc6-1e1d70cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_486173a9-cd43-256a-989f-edfca68c54fd-1e1d70cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d49548b-a54e-21f2-93b3-3c0ea2799498-1e1d70cd, #w-node-_94625628-7f02-65e5-92e1-997f0dcb48a7-1e1d70cd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444716-1e1d70cd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f795883a-926e-2e38-89fb-e4377377a3f1-1e1d70cd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f795883a-926e-2e38-89fb-e4377377a3f2-1e1d70cd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9e2b5179-cb1c-3202-6fb5-30b4cf5c20ae-1e1d70cd {
  place-self: center;
}

#w-node-_868ba9ed-df69-88ca-215a-495f23be5be0-1e1d70cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f16e-1e1d70cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f16f-1e1d70cd {
  place-self: center;
}

#w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f174-1e1d70cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f175-1e1d70cd {
  place-self: center;
}

#w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f177-1e1d70cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f178-1e1d70cd {
  place-self: center;
}

#w-node-d9ddbb9d-b0ea-972f-5054-f958cde8b4e8-1e1d70e2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b7454548-afb0-c82f-115d-c057454f6bc6-1e1d70e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_486173a9-cd43-256a-989f-edfca68c54fd-1e1d70e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d49548b-a54e-21f2-93b3-3c0ea2799498-1e1d70e2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e92c974d-0317-87b7-ef93-b02e19005fbd-1e1d70e2 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444716-1e1d70e2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_548f51dc-e17e-f2b5-19ed-096307444717-1e1d70e2 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_29a5973a-31a8-c968-0034-aa69cbdf920c-1e1d70e2, #w-node-af61aa71-3b87-a132-162c-ce69152f43b5-1e1d70e2 {
  place-self: center;
}

#w-node-_5e7c36af-ae97-c584-2c95-a9739102dd4e-1e1d70e2 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_1dde3296-8427-c434-64ad-56a8605268dd-1e1d70e2 {
  place-self: center;
}

#w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cb4-1e1d70e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cb5-1e1d70e2 {
  place-self: center;
}

#w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cba-1e1d70e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cbb-1e1d70e2 {
  place-self: center;
}

#w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cbd-1e1d70e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cbe-1e1d70e2 {
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ba-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b6-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9bc-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c0-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c8-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9cc-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b4-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d4-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b8-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9be-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c2-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c4-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c6-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ca-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ce-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d0-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d2-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9de-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d6-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9da-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9dc-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0680-1e1d70e3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0682-1e1d70e3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0684-1e1d70e3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0686-1e1d70e3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0688-1e1d70e3 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b068a-1e1d70e3 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b068c-1e1d70e3 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b068e-1e1d70e3 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0690-1e1d70e3 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0692-1e1d70e3 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0694-1e1d70e3 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_496ecf54-98ae-b5c0-1881-8380b93b0696-1e1d70e3 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a21-1e1d70e3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a23-1e1d70e3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a25-1e1d70e3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a27-1e1d70e3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a29-1e1d70e3 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a2b-1e1d70e3 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a34-1e1d70e3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a36-1e1d70e3 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a38-1e1d70e3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a41-1e1d70e3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a43-1e1d70e3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a45-1e1d70e3 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a47-1e1d70e3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a50-1e1d70e3 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a52-1e1d70e3 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a54-1e1d70e3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_4d08f66f-dc6a-5ed2-c96e-c26c1f767a5e-1e1d70e3 {
  grid-area: 1 / 1 / 3 / 3;
  place-self: stretch stretch;
}

#w-node-_31673878-54ca-8d1c-05d1-b7e8bb5b832f-1e1d70e3 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_6313cf6f-43f2-19bf-17e2-d528c785c246-1e1d70e3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3e608b02-f5b7-d821-138a-8fc648e312ac-1e1d70e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_63289cd1-04c4-98dd-6a78-3cee3e55a076-1e1d70e3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6f61fa94-6a22-0557-66e5-cf934ad2c9d7-1e1d70e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2ee64a61-1bd3-99d0-3b0d-4e8262ff05e7-1e1d7066 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d6-1e1d7066 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: stretch stretch;
  }

  #w-node-_31673878-54ca-8d1c-05d1-b7e8bb5b832f-1e1d7066 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_453f18e3-50e0-6682-797f-033a63b884c3-1e1d707e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e26b057c-35f9-f316-1297-76a572b1e688-1e1d707e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e26b057c-35f9-f316-1297-76a572b1e68a-1e1d707e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-_2f8be2e6-b9c2-7e4f-1397-95b78214f589-1e1d7081 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_47c8842b-2476-0382-1a59-454e53830165-1e1d7081 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cf2e5286-90f6-151b-f317-b63f1af7d956-1e1d7081 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c0c776bf-1520-2d81-a52a-e1bc3c9a8802-1e1d7081 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_0844f1b2-50e7-7db4-70b7-6068a269ef0a-1e1d7081 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd17f-1e1d7082 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3687eb2a-41a9-0134-cd2a-c9fefcad33f4-1e1d7090 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7090 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-fb7edb11-a60c-8608-368c-da76f324875b-1e1d7092, #w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7092 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e86c49c5-af55-e77c-cfde-a82beb3770ff-1e1d7096, #w-node-_9cb95ad8-5ffe-e232-5b2b-1b7209579c51-1e1d7096, #w-node-_9b904025-7b9f-f2cc-66ab-1089fcb2e239-1e1d7096, #w-node-b51b9575-e3db-2a4c-c3bb-8783f0ad390b-1e1d7096, #w-node-_8d3d11ee-fbc0-1266-966e-c188077dbba2-1e1d7097, #w-node-_8d3d11ee-fbc0-1266-966e-c188077dbba8-1e1d7097, #w-node-_8d3d11ee-fbc0-1266-966e-c188077dbbab-1e1d7097, #w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9ee4-1e1d7098, #w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9eea-1e1d7098, #w-node-_9db6f71a-e617-463b-79e9-bc9af2bc9eed-1e1d7098, #w-node-_20349c86-cc72-d373-5de4-10720d0f5dd1-1e1d70b8, #w-node-_20349c86-cc72-d373-5de4-10720d0f5dd7-1e1d70b8, #w-node-_20349c86-cc72-d373-5de4-10720d0f5dda-1e1d70b8, #w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f16f-1e1d70cd, #w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f175-1e1d70cd, #w-node-_0088d8c0-c565-bbf8-cda4-4ce15e45f178-1e1d70cd, #w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cb5-1e1d70e2, #w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cbb-1e1d70e2, #w-node-_649c0a26-90d4-2c61-d7f2-9eafced13cbe-1e1d70e2 {
    place-self: center;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d6-1e1d70e3 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: stretch stretch;
  }

  #w-node-_31673878-54ca-8d1c-05d1-b7e8bb5b832f-1e1d70e3 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e26b057c-35f9-f316-1297-76a572b1e682-1e1d707e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-e26b057c-35f9-f316-1297-76a572b1e686-1e1d707e {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-e26b057c-35f9-f316-1297-76a572b1e688-1e1d707e {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-e26b057c-35f9-f316-1297-76a572b1e68a-1e1d707e {
    grid-area: 2 / 1 / 4 / 4;
    justify-self: center;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd179-1e1d7082 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd17d-1e1d7082 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd17f-1e1d7082 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd181-1e1d7082 {
    grid-area: 2 / 1 / 4 / 4;
    justify-self: center;
  }

  #w-node-_9fe14b79-0f66-50f2-562e-2f7f258b29be-1e1d7086 {
    grid-area: 8 / 1 / 9 / 4;
    place-self: stretch stretch;
  }

  #w-node-cb261c40-a4e1-392e-0636-bda6ff0b45e0-1e1d7086 {
    grid-area: 4 / 1 / 6 / 4;
  }

  #w-node-_8e2bb715-ac8b-bede-5c77-267c7c5321b3-1e1d708a, #w-node-fd78ca02-6dd9-cf01-e43c-6b4cc232a47b-1e1d708a, #w-node-_2f6853b9-d73b-2322-e7e2-9518e5b7ebca-1e1d708a, #w-node-_3b7b6415-6e4b-ecb1-f71d-97af776f10d6-1e1d708a, #w-node-f070b83c-efbe-e49c-3569-6ab933553b9d-1e1d708a, #w-node-_25f22a8e-144d-ff44-a873-73b1e7106dd3-1e1d708a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ba-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b6-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9bc-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c0-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c8-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9cc-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b4-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d4-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b8-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9be-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c2-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c4-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c6-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ca-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ce-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d0-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d2-1e1d7066, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9de-1e1d7066 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d6-1e1d7066 {
    place-self: center;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9da-1e1d7066 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9dc-1e1d7066 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_496ecf54-98ae-b5c0-1881-8380b93b0694-1e1d7066 {
    place-self: stretch stretch;
  }

  #w-node-_453f18e3-50e0-6682-797f-033a63b8849f-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a1-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a3-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a5-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a7-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884a9-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884bf-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884af-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884b1-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884b3-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884b5-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884bb-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884bd-1e1d707e, #w-node-_453f18e3-50e0-6682-797f-033a63b884c1-1e1d707e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_453f18e3-50e0-6682-797f-033a63b884c3-1e1d707e {
    place-self: center;
  }

  #w-node-_453f18e3-50e0-6682-797f-033a63b884c9-1e1d707e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e26b057c-35f9-f316-1297-76a572b1e688-1e1d707e {
    grid-area: 4 / 1 / 7 / 4;
    place-self: stretch stretch;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd179-1e1d7082 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fcc3c9d5-285d-c991-916a-aacfba5dd17f-1e1d7082 {
    grid-area: 4 / 1 / 8 / 4;
    place-self: stretch stretch;
  }

  #w-node-b3b83412-f580-cd5c-eaff-b54a2c3edc62-1e1d7092 {
    place-self: center;
  }

  #w-node-ac341f46-8a59-4c04-b144-f2c0dd081b67-b3833804 {
    place-self: stretch stretch;
  }

  #w-node-_4c05baf9-70c1-8dde-38e2-62b872362b0e-1e1d7096 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ba-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b6-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9bc-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c0-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c8-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9cc-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b4-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d4-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9b8-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9be-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c2-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c4-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9c6-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ca-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9ce-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d0-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d2-1e1d70e3, #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9de-1e1d70e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9d6-1e1d70e3 {
    place-self: center;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9da-1e1d70e3 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_6b716ad9-b1ea-d08d-30f6-e290fcd9e9dc-1e1d70e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_496ecf54-98ae-b5c0-1881-8380b93b0694-1e1d70e3 {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Another';
  src: url('../fonts/Another-Flight.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}