body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #dfdfdf;
  scroll-behavior: smooth;
}
body.full-hero header:not(.scrolled) button {
  color: #dfdfdf;
}
body.full-hero header:not(.scrolled) a {
  color: #dfdfdf !important;
}

.wrapper-body {
  position: absolute;
  width: 100%;
  transition: all 0.25s ease-in-out;
  filter: brightness(1);
  overflow: initial;
  transition: all 0.2s ease;
}
.wrapper-body:before {
  content: "";
  transition: all 0.2s ease;
}
.wrapper-body.nav-open:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

h1, h2, h3, h4, h5, h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p, li, li a, a {
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
}

li a, a:not(.btn) {
  transition: 0.2s ease-in-out;
}
li a:hover, a:not(.btn):hover {
  color: #595959;
}

.bg-white {
  background-color: #e9e9e9;
}

.btn-dark {
  color: #dfdfdf !important;
}

.btn-light {
  color: #191919;
}

.nav-fullscreen {
  transition: all 0.5s cubic-bezier(0.5, 0.06, 0.01, 0.99);
  transform: translateX(-100%);
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
  width: 90vw;
  height: 100vh;
  background-color: #bfbfbf;
  color: #191919;
}
.nav-fullscreen.in-view {
  transform: translateX(0%);
}
.nav-fullscreen.in-view .inner {
  opacity: 1;
}
@media (min-width: 992px) {
  .nav-fullscreen {
    min-height: 700px;
  }
}
@media (max-width: 991.98px) {
  .nav-fullscreen {
    height: 100% !important;
  }
}
@media (min-height: 768px) {
  .nav-fullscreen {
    position: fixed;
  }
}
@media (max-height: 767.98px) {
  .nav-fullscreen {
    position: absolute;
  }
}
.nav-fullscreen .inner {
  position: relative;
  height: inherit;
  padding: 2rem 2.5rem;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
.nav-fullscreen .inner #btnCloseNavscreen svg {
  position: relative;
  top: -2px;
}
.nav-fullscreen .inner a {
  color: #191919;
}
.nav-fullscreen .inner .wrapper-main {
  width: 90vw;
}
@media (min-height: 768px) {
  .nav-fullscreen .inner .wrapper-main {
    position: absolute;
    top: 30%;
  }
}
.nav-fullscreen .inner .wrapper-main .wrapper h3 {
  font-weight: 600;
}
.nav-fullscreen .inner .wrapper-main .wrapper .list-unstyled a {
  font-size: max(1.5rem, 2vw);
}
.nav-fullscreen .inner .wrapper-bottom {
  display: flex;
  flex-direction: row;
  width: 90vw;
}
@media (min-height: 768px) {
  .nav-fullscreen .inner .wrapper-bottom {
    position: absolute;
    bottom: 2%;
  }
}
.nav-fullscreen .inner .wrapper-bottom .col-bottom {
  flex: 1;
}
.nav-fullscreen .inner .wrapper-bottom .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.nav-fullscreen .inner .wrapper-bottom .list-inline-item a {
  font-size: max(1.5rem, 1.25vw);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 3%;
  transition: all 0.2s ease-in-out;
}
header.scrolled {
  background-color: #dfdfdf;
}
header.scrolled a, header.scrolled button {
  color: #191919 !important;
}
header a {
  color: #191919;
}
header button {
  background-color: transparent;
  border: none;
  color: #191919;
}
header button svg {
  width: 50px;
  height: 50px;
}

footer {
  padding: 5rem 4.125% 1rem;
}
footer h2, footer h3 {
  font-size: max(1.5rem, 1.5vw);
}
footer p {
  font-size: max(1.25rem, 1vw);
}
footer a {
  font-size: max(1.25rem, 1.25vw);
  color: #191919;
}

.form-material fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}
.form-material .form-radio,
.form-material .form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.form-material .form-inline > .form-group,
.form-material .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}
.form-material .form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.form-material .checkbox .form-help, .form-material .form-radio .form-help, .form-material .form-group .form-help {
  position: absolute;
  width: 100%;
}
.form-material .checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-material .form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}
.form-material .form-group input {
  height: 1.9rem;
}
.form-material .form-group textarea {
  resize: none;
}
.form-material .form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-material .form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-material .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-material .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #191919;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-material .form-group input,
.form-material .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-material .form-group input[type=file] {
  line-height: 1;
}
.form-material .form-group input[type=file] ~ .bar {
  display: none;
}
.form-material .form-group select,
.form-material .form-group input:focus,
.form-material .form-group input:valid,
.form-material .form-group input.form-file,
.form-material .form-group input.has-value,
.form-material .form-group textarea:focus,
.form-material .form-group textarea:valid,
.form-material .form-group textarea.form-file,
.form-material .form-group textarea.has-value {
  color: #333;
}
.form-material .form-group select ~ .control-label,
.form-material .form-group input:focus ~ .control-label,
.form-material .form-group input:valid ~ .control-label,
.form-material .form-group input.form-file ~ .control-label,
.form-material .form-group input.has-value ~ .control-label,
.form-material .form-group textarea:focus ~ .control-label,
.form-material .form-group textarea:valid ~ .control-label,
.form-material .form-group textarea.form-file ~ .control-label,
.form-material .form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-material .form-group select:focus,
.form-material .form-group input:focus,
.form-material .form-group textarea:focus {
  outline: none;
}
.form-material .form-group select:focus ~ .control-label,
.form-material .form-group input:focus ~ .control-label,
.form-material .form-group textarea:focus ~ .control-label {
  color: #191919;
}
.form-material .form-group select:focus ~ .bar::before,
.form-material .form-group input:focus ~ .bar::before,
.form-material .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.form-material .checkbox label,
.form-material .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.form-material .checkbox input,
.form-material .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.form-material .radio {
  margin-bottom: 1rem;
}
.form-material .radio .helper {
  position: absolute;
  top: 0.2rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.form-material .radio .helper::before, .form-material .radio .helper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.form-material .radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #191919;
  border-color: #191919;
}
.form-material .radio label:hover .helper {
  color: #191919;
}
.form-material .radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.form-material .radio input:checked ~ .helper::before {
  color: #191919;
}
.form-material .checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.form-material .checkbox .helper {
  color: #999;
  position: absolute;
  top: 7px;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.form-material .checkbox .helper::before, .form-material .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #191919;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.form-material .checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.form-material .checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-material .checkbox label:hover .helper {
  color: #191919;
}
.form-material .checkbox input:checked ~ .helper {
  color: #191919;
}
.form-material .checkbox input:checked ~ .helper::after, .form-material .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.form-material .checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.form-material .checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.form-material .radio + .radio,
.form-material .checkbox + .checkbox {
  margin-top: 1rem;
}
.form-material .has-error .legend.legend, .form-material .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.form-material .has-error.form-group .form-help,
.form-material .has-error.form-group .helper, .form-material .has-error.checkbox .form-help,
.form-material .has-error.checkbox .helper, .form-material .has-error.radio .form-help,
.form-material .has-error.radio .helper, .form-material .has-error.form-radio .form-help,
.form-material .has-error.form-radio .helper {
  color: #d9534f;
}
.form-material .has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.form-material .button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #191919;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.form-material .button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.form-material .button::before {
  content: "";
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.form-material .button:hover {
  color: #191919;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.form-material .button:active::before, .form-material .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.form-material .button:focus {
  outline: none;
}

.section-cta {
  background-color: #191919;
  padding: 2.5rem 4.125% 2.25rem;
}
.section-cta h2 {
  color: #dfdfdf;
  margin-bottom: 0;
}

main .section-hero {
  position: relative;
  padding: 15rem 4.125%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
main .section-hero.has-bg-img *, main .section-hero.has-bg-img p, main .section-hero.has-bg-img a {
  color: #dfdfdf !important;
}
main .section-hero.has-bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
main .section-hero .wrapper-heading {
  position: relative;
  width: fit-content;
  padding-bottom: 5rem;
}
main .section-hero .wrapper-heading h1 {
  font-size: max(2.5rem, 5vw);
}
main .section-hero .wrapper-heading svg {
  margin-top: 1.25rem;
  position: absolute;
  right: 0;
  width: max(2rem, 2vw);
  height: max(2rem, 2vw);
}
main .section-hero .col-content {
  margin-top: 4rem;
}
main .section-hero .col-content p {
  font-size: max(1.75rem, 1.75vw);
}
main .section-hero .col-content p a {
  color: #191919;
}
main section .col-heading {
  padding-left: 5%;
}
main section .col-heading h2 {
  font-size: max(1.25rem, 1.25vw);
}
main section .col-content * {
  font-size: max(1.125rem, 1.125vw);
}
main section .col-content .accordion .accordion-button {
  background-color: #dfdfdf;
  border-bottom: 1px solid #191919;
}
main section .col-content .accordion .accordion-button:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
main section .col-content .accordion .accordion-button:not(.collapsed) {
  color: #191919;
}
main section .col-content .accordion .accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-icon);
}
main section .col-content .accordion .accordion-collapse {
  background-color: #dfdfdf;
}
main .section-standard-content {
  padding: 7.5rem 0 15rem;
}
main .section-standard-content * {
  color: #191919;
}

main.main-home .section-home-hero {
  position: relative;
}
main.main-home .section-home-hero > img, main.main-home .section-home-hero > video {
  width: 100vw;
  height: 100vh;
  min-height: 768px;
  object-fit: cover;
  filter: brightness(0.65);
}
main.main-home .section-home-hero > .wrapper-center {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
}
main.main-home .section-home-hero > .wrapper-center h1 {
  color: #dfdfdf;
}
main.main-home .section-home-hero > .wrapper-center p {
  color: #dfdfdf;
}
main.main-home .section-home-hero > .wrapper-bottom {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
}
main.main-home .section-home-hero > .wrapper-bottom .list-inline-item {
  border-top: 1px solid #dfdfdf;
  padding-top: 1rem;
  color: #dfdfdf;
}
@media (min-width: 992px) {
  main.main-home .section-home-hero > .wrapper-bottom .list-inline-item:not(:last-child) {
    margin-right: 7.5%;
  }
}
@media (min-width: 992px) {
  main.main-home .section-home-hero > .wrapper-bottom .list-inline-item {
    width: 45%;
  }
}
@media (max-width: 991.98px) {
  main.main-home .section-home-hero > .wrapper-bottom .list-inline-item {
    display: block;
    margin-bottom: 2rem;
  }
}
main.main-home .section-partners {
  padding: 2.5rem 4.125%;
}
main.main-home .section-standard-content {
  background-color: #191919;
}
main.main-home .section-standard-content * {
  color: #dfdfdf;
}
main.main-home .section-services {
  padding: 7.5rem 0 15rem;
}

main.main-contact .section-standard-content {
  background-color: #e9e9e9;
}

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