:root {
  --brand-main: #25bcca;
  --brand2nd: #1e949e;
  --light-grey: #d4d4d4;
  --dark-grey: #9b9b9b;
  --black-2: black;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 77px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
  font-size: 17.5px;
}

a {
  color: var(--brand-main);
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--brand2nd);
}

img {
  display: block;
}

strong {
  font-weight: bold;
}

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

.mycontain {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 5px;
  display: block;
}

.mycontain.navcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  position: relative;
}

.mycontain.heromaincontainer {
  height: 100%;
}

.mycontain.navbar-container {
  padding: 0;
}

.herosection {
  height: 100vh;
  position: relative;
}

.herosection.privacypolicyhero {
  background-image: url("https://cdn.prod.website-files.com/5ce1972f24b02e7494523a9b/5ce1972f24b02eb728523ad8_privacy.jpg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.5vh;
}

.herosection.gdprhero {
  background-image: url("https://cdn.prod.website-files.com/5ce1972f24b02e7494523a9b/5ce1972f24b02e412a523ace_gdpr.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.5vh;
}

.background-video {
  height: 100%;
}

.herocontentwrapper {
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 600px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.herowrapper {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.h2-middle {
  margin-top: 0;
  margin-bottom: 45px;
  display: block;
}

.h2last {
  margin-bottom: 120px;
}

.heading-8 {
  margin-bottom: 5px;
}

.informationsection {
  height: 100vh;
}

.informationsection.cookie-policyhero {
  height: 63.5vh;
}

.datalwrapper {
  float: none;
  clear: none;
  width: 100%;
  margin-top: 100px;
  padding-top: 0;
  position: relative;
}

.videowrapper {
  clear: none;
  width: 92%;
  position: relative;
}

.h1div {
  position: absolute;
  inset: 0% 0% auto auto;
}

.h1div.datah1div {
  inset: 0% auto auto 0%;
  inset: 0% auto auto 0%;
}

.background-video-2 {
  z-index: 10;
  width: 100%;
  box-shadow: 0 50px 250px 20px #51a0d54d;
}

.background-video-2.datavideobg {
  box-shadow: 0 50px 250px 20px #ac5d434d;
}

.background-video-2.webvideobg {
  box-shadow: 0 50px 250px 20px #d568514d;
}

.background-video-2.contentvideobg {
  box-shadow: 0 50px 250px #51d5b780;
}

.background-video-2.creativesvideobg {
  box-shadow: 0 50px 250px #52cbf94d;
}

.informationwrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: block;
}

.list {
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 15px solid #51a0d533;
  width: 340px;
  margin-top: -120px;
  padding: 150px 30px 120px;
  position: relative;
  box-shadow: 0 100px 250px #51a0d54d;
}

.list.datalist {
  border-bottom-color: #ac5d4333;
  box-shadow: 0 50px 250px #ac5d434d;
}

.list.datalist.leftlist {
  float: left;
  float: left;
  width: 32%;
}

.list.weblist {
  border-bottom-color: #d5685133;
  box-shadow: 0 50px 250px #d568514d;
}

.list.weblist.listright {
  float: right;
  cursor: pointer;
  float: right;
  cursor: pointer;
}

.list.contentlist {
  border-bottom-color: #51d5b733;
  box-shadow: 0 50px 250px #51d5b74d;
}

.list.contentlist.leftlist {
  float: left;
  float: left;
}

.list.creativeslist {
  border-bottom-color: #52cbf933;
  box-shadow: 0 50px 250px #52cbf94d;
}

.list.listright {
  float: right;
  width: 32%;
}

.para {
  width: 42%;
  padding-left: 60px;
  padding-right: 35px;
}

.para.pararight {
  float: right;
}

.para.leftpara {
  float: left;
}

.listitem {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.listitem.listitemlink {
  color: #333;
  text-decoration: none;
}

.li-image {
  width: 45px;
  height: 37px;
  padding-right: 8px;
}

.h3div {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 100px;
  display: flex;
}

.image-2 {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-right: 0;
}

.heading-9 {
  color: #000;
  line-height: 25px;
}

.datavideowrapper {
  justify-content: flex-end;
  display: flex;
}

.datah3wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.datasection {
  background-color: #f5f5f5;
}

.heading-10, .heading-11, .heading-12, .heading-13, .heading-14 {
  z-index: 15;
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
}

.aboutsection {
  background-color: #fff;
  margin-bottom: 80px;
}

.aboutwrapper {
  width: 83%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-row-gap: 56px;
  grid-template: "."
                 "."
                 "."
                 / 35% 65%;
}

.h4red {
  color: red;
  text-align: center;
  margin-bottom: 15px;
  font-size: 50px;
}

.text-block-2 {
  text-align: center;
}

.abouttext {
  display: block;
}

.formsection {
  background-image: url("https://cdn.prod.website-files.com/5ce1972f24b02e7494523a9b/5ce1972f24b02e6e03523ad1_colorbg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h140paddinddiv {
  padding-left: 40px;
}

.div-block-3 {
  display: flex;
}

.blueh1 {
  color: #0294fa;
  margin-top: 0;
  margin-right: 15px;
}

.heading-15 {
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 24px;
  line-height: 28px;
}

.formwrapper {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 25px 35px;
}

.formelement {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5px;
  display: flex;
}

.formelement50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.labeltext {
  margin-bottom: 2px;
  font-size: 14px;
}

.formtext-field {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 45px;
  box-shadow: inset 1px 1px 1px #00000014;
}

.formbottomelement {
  padding-left: 15px;
  padding-right: 15px;
}

.field-label {
  font-size: 14px;
}

.redsubmit-button {
  background-color: #e80f00;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
}

.textarea {
  border-radius: 6px;
  margin-bottom: 15px;
}

.contact {
  margin-top: 10px;
}

.mapsection {
  background-image: linear-gradient(#000, #000);
  display: block;
}

.footerwrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.grid-3 {
  grid-column-gap: 31px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
}

.h4footer {
  color: #ababab;
  border-bottom: 1px solid #565656;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 23px;
  font-size: 18px;
}

.footerli {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  text-decoration: none;
}

.footergraycontainer {
  background-color: #1f1f1f;
  text-decoration: none;
}

.footerdetailswrapper {
  background-color: #000;
}

.footerdertailschildwrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footerbottomtext {
  color: #fff;
  text-align: center;
  padding: 10px 20px 20px;
  font-size: 13px;
  display: flex;
}

.div-block-5 {
  height: 80px;
}

.main-navbar {
  z-index: 50;
  color: #fff;
  background-color: #0000;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-3 {
  float: right;
  margin-left: 9px;
}

.brand-3.w--current {
  width: 100px;
}

.menu-button-4 {
  z-index: 30;
  color: #fff;
  margin-right: 40px;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
}

.menu-button-4.w--open {
  color: var(--black-2);
}

.icon-3 {
  font-size: 50px;
  font-weight: 400;
  display: none;
}

.image-3 {
  width: 100%;
  display: none;
}

.menu-hamburger {
  z-index: 70;
  background-color: #0000;
  margin: 60px 25px 15px 10px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.side-nav {
  z-index: 60;
  opacity: 1;
  color: var(--white);
  background-color: #0a0404c4;
  width: 300px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-nav-wrapper {
  flex-direction: column;
  margin-top: 110px;
  padding-top: 20px;
  display: flex;
}

.sidenavlink {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.small-nav-menu {
  float: left;
  opacity: 0;
  border-top: .5px solid #9b9b9bcc;
  border-bottom: .5px solid #9b9b9bcc;
  border-left: .5px solid #9b9b9bcc;
  border-radius: 4px;
}

.small-nav-menu-link {
  color: #fff;
  border-right: .5px solid #9b9b9b;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.small-nav-menu-link:hover {
  color: var(--black-2);
  background-color: #fff;
}

.big-nav-menu {
  border-radius: 4px;
}

.big-nav-menu-link {
  border: .5px solid var(--dark-grey);
  color: #fff;
  margin-left: -1px;
  padding: 5px 13px;
  font-weight: 700;
  text-decoration: none;
}

.big-nav-menu-link:hover {
  color: var(--black-2);
  background-color: #fff;
}

.div-block-9 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.link-9, .link-10, .link-11 {
  color: #fff;
  text-decoration: none;
}

.link-11.w--current {
  text-decoration: none;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27 {
  color: var(--white);
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .mycontain {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mycontain.heromaincontainer {
    padding-bottom: 20px;
  }

  .herosection.privacypolicyhero {
    height: 50vh;
  }

  .herosection.gdprhero {
    background-position: 50%;
    height: 30vh;
  }

  .herocontentwrapper {
    padding-bottom: 10px;
  }

  .navbar-2 {
    opacity: 1;
  }

  .nav-menu-2 {
    display: block;
  }

  .h2-middle {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .h2last {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .informationsection.cookie-policyhero {
    background-position: 80%;
    background-size: cover;
    height: 30vh;
  }

  .videowrapper {
    height: auto;
  }

  .background-video-2 {
    height: 400px;
  }

  .list {
    width: 42%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list.datalist.leftlist, .list.listright, .list.datalist.leftlist, .list.datalist.leftlist, .list.listright {
    width: 42%;
  }

  .para {
    width: 55%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .para.pararight, .para.leftpara, .para.pararight, .para.leftpara {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10, .heading-11, .heading-12, .heading-13, .heading-14 {
    padding-top: 50px;
    font-size: 60px;
    line-height: 58px;
  }

  .blueh1 {
    font-size: 60px;
    line-height: 58px;
  }

  .heading-15 {
    font-size: 38px;
    line-height: 45px;
  }

  .contact {
    font-size: 60px;
    line-height: 58px;
  }

  .mapsection {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 22px;
    grid-template-areas: ".";
  }

  .heading-16 {
    font-size: 60px;
  }

  .brand-3 {
    float: left;
  }

  .image-3 {
    width: 80%;
  }

  .side-nav {
    width: 250px;
    display: block;
  }

  .small-nav-menu {
    display: none;
  }

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

  .redhat_pagecontainer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .contentwrapper {
    width: 100%;
  }

  .boxwrapper {
    width: 70%;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mycontain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mycontain.heromaincontainer {
    padding-bottom: 3px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .mycontain.privacy-mycontain {
    padding-top: 40px;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

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

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

  .flex3col {
    width: 100%;
  }

  .herosection.privacypolicyhero {
    background-position: 100%;
    background-size: cover;
    height: 60vh;
  }

  .herosection.gdprhero {
    background-position: 90%;
    height: 60vh;
  }

  .herocontentwrapper {
    padding-bottom: 0;
  }

  .h2-middle {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .h2last {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-8 {
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 20px;
    line-height: 30px;
  }

  .informationsection.cookie-policyhero {
    background-position: 50% 10%;
    height: 50vh;
  }

  .videowrapper {
    overflow: hidden;
  }

  .background-video-2, .background-video-2.webvideobg, .background-video-2.webvideobg {
    height: 300px;
  }

  .informationwrapper {
    display: block;
  }

  .list {
    width: 65%;
  }

  .list.datalist.leftlist {
    float: none;
    float: none;
    width: 75%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }

  .list.weblist.listright {
    float: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .list.contentlist.leftlist {
    float: none;
    float: none;
    width: 75%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }

  .list.rightlist {
    float: right;
  }

  .list.listright {
    float: none;
    width: 75%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }

  .list.listright.listrightmobile {
    width: 70%;
  }

  .para {
    width: 80%;
  }

  .para.pararight, .para.leftpara, .para.pararight, .para.leftpara {
    float: none;
    width: 65%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10 {
    padding-top: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading-11 {
    padding-top: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-12, .heading-13, .heading-14 {
    padding-top: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-template-areas: ".";
  }

  .rightlistwrapper {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .body {
    background-color: #f5f5f5;
  }

  .side-nav {
    width: 200px;
    display: block;
  }

  .side-nav-wrapper {
    margin-top: 20px;
    padding-top: 0;
  }

  .sidenavlink, .sidenavlink.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .big-nav-menu {
    margin-top: 4px;
  }

  .big-nav-menu-link {
    font-size: 16px;
  }

  .redhat_pagecontainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contentwrapper {
    padding-right: 10px;
  }

  .boxwrapper {
    width: 100%;
    padding-right: 10px;
  }

  .rh1 {
    font-size: 30px;
    line-height: 32px;
  }

  .redhat_para {
    font-size: 20px;
    line-height: 28px;
  }
}

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

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

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

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

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

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

  a {
    font-size: 15px;
  }

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

  .mycontain.heromaincontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .herosection.privacypolicyhero {
    background-position: 100% 100%;
    height: 35vh;
  }

  .herosection.gdprhero {
    height: 40vh;
  }

  .herocontentwrapper {
    padding-bottom: 30px;
  }

  .h2-middle {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .h2last, .heading-8 {
    font-size: 21px;
  }

  .informationsection.cookie-policyhero {
    background-position: 90% 60%;
    height: 30vh;
  }

  .videowrapper {
    width: 92%;
  }

  .background-video-2, .background-video-2.webvideobg, .background-video-2.webvideobg {
    height: 250px;
  }

  .list.datalist.leftlist, .list.contentlist.leftlist, .list.listright, .list.datalist.leftlist, .list.datalist.leftlist, .list.contentlist.leftlist, .list.contentlist.leftlist, .list.listright {
    width: 80%;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .para.pararight, .para.leftpara, .para.pararight, .para.leftpara {
    width: 93%;
  }

  .h3div {
    padding-left: 20px;
    padding-right: 10px;
  }

  .heading-9 {
    font-size: 18px;
  }

  .h4red {
    font-size: 45px;
  }

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

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

  .formelement {
    flex-direction: column;
  }

  .formelement50 {
    width: 100%;
  }

  .contact {
    font-size: 30px;
  }

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

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

  .heading-16 {
    font-size: 30px;
  }

  .brand-3 {
    margin-left: 0;
  }

  .image-3 {
    width: 77%;
  }

  .menu-hamburger {
    margin-right: 7px;
  }

  .side-nav {
    width: 150px;
    display: block;
  }

  .side-nav-wrapper {
    margin-top: 60px;
  }

  .sidenavlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .big-nav-menu-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .redhat_pagecontainer {
    padding: 40px 20px;
  }

  .contentwrapper {
    padding-right: 0;
  }

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

  .rh1 {
    font-size: 28px;
  }

  .submit-button {
    background-size: cover;
    width: 160px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c7e0e0c6-f69f-c282-9fb8-e713ba8ad7f1-7a523a98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05fb6647-9dfd-c3ca-82c2-c7b1a98c33df-7a523a98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb958927-f2ac-2f14-cf39-e4f0f38342c7-7a523a98 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_95c8cf4f-9878-01d0-d3c0-5d8c295fcb0b-7a523a98 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3817c77c-8cca-b85c-4a1d-9ae98a9c1e79-7a523a98 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2fe5c5b2-8a5e-2c3c-bada-631571289109-7a523a98 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab67-65beab56 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab74-65beab56 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab81-65beab56 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab8e-65beab56 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab9b-65beab56 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (max-width: 479px) {
  #w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab74-65beab56 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab81-65beab56 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab8e-65beab56 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5c3c6710-e0db-cfa7-7abb-b46265beab9b-65beab56 {
    grid-area: 5 / 1 / 6 / 2;
  }
}
