/* compiled by scssphp 1.6.0 on Tue, 17 Oct 2023 17:12:59 +0000 (0.0383s) */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
html body#root .section.header.futerd {
  position: relative;
  margin-top: 0 !important;
  z-index: 0;
  padding-bottom: 0;
  padding-top: 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.futerd {
    padding: 80px 0;
    min-height: 350px;
  }
}
html body#root .section.header.futerd .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.futerd .container {
    flex-direction: column-reverse;
  }
}
html body#root .section.header.futerd .container > .column {
  margin: 20px;
}
html body#root .section.header.futerd .heading h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.futerd .heading h1 {
    text-align: left;
    margin-bottom: 20px;
  }
}
html body#root .section.header.futerd .heading .buttons {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.futerd .heading .buttons {
    justify-content: left;
  }
}
html body#root .section.header.futerd .heading .subtitle p {
  font-size: 22px;
  max-width: 80%;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.futerd .heading .subtitle p {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
html body#root .section.header.futerd .image-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  overflow: hidden;
}
html body#root .section.header.futerd .image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
html body#root .section.header.futerd .image-container img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  max-height: initial;
  height: auto;
  width: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
html body#root .section.header.simple {
  min-height: 650px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 74.9375rem) {
  html body#root .section.header.simple {
    min-height: auto;
    padding: 40px 0;
  }
}
html body#root .section.header.simple .container {
  margin: 0 auto;
  z-index: 2;
  position: static;
  flex: 1;
}
html body#root .section.header.simple .column {
  max-width: 550px;
  margin: 0 20px;
}
@media only screen and (max-width: 74.9375rem) {
  html body#root .section.header.simple .column {
    max-width: 768px;
  }
}
html body#root .section.header.simple .heading {
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 74.9375rem) {
  html body#root .section.header.simple .heading {
    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 .subtitle p {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 74.9375rem) {
  html body#root .section.header.simple .subtitle p {
    color: #fff;
  }
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header.simple .subtitle p {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
html body#root .section.header.simple .image-container {
  width: 50%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 74.9375rem) {
  html body#root .section.header.simple .image-container {
    width: 100%;
    z-index: -1;
  }
  html body#root .section.header.simple .image-container img {
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  html body#root .section.header.simple .image-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
html body#root .section.header.simple .image-container img {
  max-height: 10000px;
}
