/* compiled by scssphp 1.6.0 on Fri, 12 Jul 2024 08:02:53 +0000 (0.1673s) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@font-face {
  font-family: "Tungsten";
  src: url("./fonts/TungstenNarrow-Medium.woff") format("woff");
}
@font-face {
  font-family: "nova";
  src: url("./fonts/proxima_nova.woff") format("woff");
}
html body#root .section.header {
  position: relative;
  margin-top: 0 !important;
  z-index: 0;
  padding-bottom: 0;
  padding: 80px 0;
  display: flex;
  align-items: center;
  max-height: 1000px;
  height: 70vh;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header {
    max-height: 1000px;
    height: auto;
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.header {
    padding: 200px 0 0 0;
    background-color: #000;
  }
}
html body#root .section.header .container {
  max-width: 1300px;
  width: 80%;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .section.header .container {
    width: 100%;
  }
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .container {
    flex-direction: column-reverse;
  }
}
html body#root .section.header .container > .column {
  margin: 20px;
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.header .column.three-fifth {
    width: calc(100% - (2 * 20px));
    margin-bottom: 40px;
  }
}
html body#root .section.header .heading {
  max-width: 500px;
}
html body#root .section.header .heading h1 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.header .heading h1 {
    margin-bottom: 20px;
  }
}
html body#root .section.header .heading .buttons {
  display: flex;
}
html body#root .section.header .heading .buttons .button {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .heading .buttons .button {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
  }
}
html body#root .section.header .heading p {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 21px;
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.header .heading p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.header .heading p {
    font-size: 18px;
    max-width: 100%;
  }
}
html body#root .section.header .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 .image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -moz-linear-gradient(90deg, black 31%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 31%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, black 31%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.header .image-container:after {
    background: linear-gradient(2deg, black 50%, rgba(0, 0, 0, 0) 100%);
    height: 80%;
    top: initial;
    bottom: 0;
  }
}
html body#root .section.header .image-container img {
  z-index: -1;
  min-height: 100%;
  height: auto;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
  width: auto;
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.header .image-container img {
    transform: translate(0);
    top: 0;
    min-height: 50%;
  }
}
html body#root .section.header.simple {
  max-height: 400px;
  min-height: 400px;
}
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 .header-bg:before {
  content: '';
  background: #000000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html body#root .section.header.simple .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
  z-index: 2;
  margin: auto;
  width: 1300px;
}
html body#root .section.header.simple .container .column {
  margin: auto;
}
html body#root .section.header.simple .heading {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  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;
  margin: auto;
}
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;
}
