* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "NeoSansPro", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
}

.main-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 64.654rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@font-face {
  font-family: "NeoSansPro";
  src: url(../../fonts/NeoSansProRegular.otf) format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NeoSansPro";
  src: url(../../fonts/NeoSansProMedium.otf) format("otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NeoSansPro";
  src: url(../../fonts/NeoSansProBold.otf) format("otf");
  font-weight: 700;
  font-style: normal;
}
.wysiwyg-styles * {
  word-wrap: break-word;
}
.wysiwyg-styles *:first-child {
  margin-top: 0;
}
.wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles h4 {
  margin-bottom: 16px;
  font-weight: 700;
}
.wysiwyg-styles p {
  margin-bottom: 16px;
}
.wysiwyg-styles ul {
  margin-bottom: 16px;
  padding: 0 0 0 1em;
}
.wysiwyg-styles ul li {
  padding-left: 0.25em;
}
.wysiwyg-styles ul li ul li {
  list-style-type: disc;
}
.wysiwyg-styles ol {
  margin-bottom: 16px;
  padding: 0 0 0 1em;
}

.home-page {
  height: 100vh;
}
.home-page .background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-page .background-image-wrapper .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .main-container {
  height: 100%;
}
.home-page .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 2rem);
  padding: 3rem 4.5rem;
  background-color: #FFF;
  border-radius: 40px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .home-page .content-box {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-page .content-box {
    padding: 3rem 1rem;
  }
}
.home-page .content-box .wysiwyg-styles {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .home-page .content-box .wysiwyg-styles {
    margin-bottom: 2rem;
  }
}
.home-page .content-box .logo {
  width: 100%;
  height: 100%;
  max-width: 30.236rem;
  max-height: 16.701rem;
}

/*# sourceMappingURL=style.css.map */
