/* compiled by scssphp 1.6.0 on Sat, 13 May 2023 14:36:32 +0000 (0.023s) */

html body#root .section.header {
  position: relative;
  margin-top: 0 !important;
  z-index: 0;
  padding-bottom: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  /*  &:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .7;
        background-image: url('https://digitalplanit.nl/wp-content/uploads/2022/06/gray_bg.svg');
        background-repeat: no-repeat;
        background-size: auto 30vw;
        z-index: -1;
    } */
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header {
    padding-top: 15%;
  }
}
html body#root .section.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .container {
    flex-direction: column-reverse;
  }
}
html body#root .section.header .image-container, html body#root .section.header .heading {
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .image-container, html body#root .section.header .heading {
    width: calc(100% - 40px);
    margin: 0 20px;
    max-width: 550px;
  }
}
html body#root .section.header .heading {
  padding-left: 50px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .heading {
    padding-left: 0;
    margin: 0 20px;
  }
}
html body#root .section.header .heading h1 {
  text-transform: uppercase;
  font-weight: 700;
}
html body#root .section.header .heading .buttons {
  max-width: 570px;
}
html body#root .section.header .heading p {
  font-size: 22px;
  max-width: 550px;
  font-weight: 500;
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .section.header .heading p {
    font-size: 18px;
  }
}
html body#root .section.header .image-container {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .image-container {
    height: auto;
  }
}
html body#root .section.header .image-container img {
  max-width: 100%;
  height: auto;
  max-height: 450px;
}
html body#root .section.header.simple {
  padding: 100px 0 30px 0;
}
html body#root .section.header.simple:before {
  content: '';
  background: #233543;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html body#root .section.header.simple .header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
html body#root .section.header.simple .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  z-index: 1;
  max-width: 1300px;
}
html body#root .section.header.simple .heading {
  width: auto;
  max-width: 800px;
  margin: 0 20px;
  padding: 0;
  color: #fff;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.simple .heading {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
}
html body#root .section.header.simple .heading h1 {
  color: #fff;
}
html body#root .section.header.simple .image-container {
  position: absolute;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.simple .image-container {
    max-width: 100%;
  }
}
html body#root .section.header.simple .image-container img {
  max-height: 10000px;
}
