/*-----------------------------------------------------------------------------------------*/
/*	Big header   */
/*-----------------------------------------------------------------------------------------*/
.region_type_header_full_image {
  background-color: #000000;
  position: relative;
}

.region_type_header_full_image .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.region_type_header_full_image .image .object_fit_container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.region_type_header_full_image .wrapper {
  padding: 3.43rem;
  z-index: 4;
  position: relative;
}

.region_type_header_full_image .wrapper .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}

.region_type_header_full_image .wrapper .text > *:first-child {
  margin-top: 0px;
}

.region_type_header_full_image .wrapper .text > *:last-child {
  margin-bottom: 0px;
}

.region_type_header_full_image .wrapper .text h1 {
  color: #fff;
  text-transform: initial;
  margin: 0;
}

.region_type_header_full_image .wrapper .text p {
  color: #fff;
  font-size: 1.5em;
}

.region_type_header_full_image .wrapper .text p strong {
  font-weight: 900;
}

/*-----------------------------------------------------------------------------------------*/
/*	End   */
/*-----------------------------------------------------------------------------------------*/
