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

.informationsection {
  height: 100vh;
}

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

.datasection {
  background-color: #f5f5f5;
}

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

.privacyrichtext strong {
  color: #000;
}

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

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

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

@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-_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;
  }
}
