.main_header_module {
  width: 100vw;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
}
.main_header_module::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.main_header_module .content {
  width: 85%;
  max-width: 100% !important;
  height: auto;
  min-height: 860px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 0 0 100px 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .main_header_module .content {
    height: auto !important;
    min-height: 690px;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .content {
    min-height: 590px;
    padding: 0 10% 40px;
  }
}
@media only screen and (max-width: 425px) {
  .main_header_module .content {
    border-radius: 0 0 50px 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .main_header_module .content > :last-child {
    margin-bottom: 120px !important;
  }
}
.main_header_module .content > :first-child {
  margin-top: 200px !important;
}
.main_header_module .content::before {
  content: ' ';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 85%);
}
.main_header_module .content::after {
  content: '';
  position: absolute;
  width: 45vw;
  height: 45vw;
  bottom: -35%;
  right: -19%;
  background-image: url(/wp-content/uploads/2025/06/logo-watermark-white.svg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media only screen and (max-width: 1440px) {
  .main_header_module .content::after {
    bottom: -18%;
    right: -25%;
  }
}
@media only screen and (max-width: 1024px) {
  .main_header_module .content::after {
    width: 60vw;
    height: 60vw;
    bottom: -13%;
    right: -34%;
  }
}
@media only screen and (max-width: 640px) {
  .main_header_module .content::after {
    width: 80vw;
    height: 80vw;
    bottom: -12%;
    right: -45%;
  }
}
@media only screen and (max-width: 425px) {
  .main_header_module .content::after {
    width: 120vw;
    height: 120vw;
    bottom: -12%;
    right: -77%;
  }
}
.main_header_module .content > *:last-child {
  margin-bottom: 5% !important;
}
@media only screen and (max-width: 1400px) {
  .main_header_module .content > *:last-child {
    margin-bottom: 120px !important;
  }
}
.main_header_module .content .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 79, 89, 0) 0%, rgba(0, 79, 89, 0.54) 71%, rgba(0, 79, 89, 0.86) 100%);
}
@media only screen and (max-width: 540px) {
  .main_header_module .content .header-overlay {
    background: linear-gradient(0deg, rgba(0, 79, 89, 0) 0%, rgba(0, 79, 89, 0.54) 55%, rgba(0, 79, 89, 0.86) 100%);
  }
}
.main_header_module .content .title {
  text-align: center;
  padding: 0 15%;
  font-size: 100px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px;
  z-index: 2;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .main_header_module .content .title {
    padding: 0;
  }
}
.main_header_module .content .subtitle {
  text-align: center;
  padding: 0 25%;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .main_header_module .content .subtitle {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .content .subtitle {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .content .subtitle {
    font-size: 17px !important;
    width: 100%;
    padding: 0;
  }
}
.main_header_module .content .text-content {
  position: relative;
  z-index: 3;
  color: #fff;
}
.main_header_module .content .text-content p {
  color: #fff;
}
.main_header_module .content .header_button {
  margin-top: 1rem;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .main_header_module .content .header_button {
    font-size: 13px;
  }
}
.main_header_module .content .header_button.btn-dark:hover {
  background-color: white !important;
  color: #111636 !important;
}
.main_header_module .content .header_button.btn-light:hover {
  background-color: #111636 !important;
  color: white !important;
}
.main_header_module .content.header-small {
  min-height: 460px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .main_header_module .content.header-small {
    min-height: 45vh;
  }
}
.main_header_module .content.header-small::after {
  height: 159%;
}
@media only screen and (max-width: 767px) {
  .main_header_module .content.header-small::after {
    height: 100%;
    width: 70vw;
  }
}
@media only screen and (max-width: 475px) {
  .main_header_module .content.header-small::after {
    height: 68%;
    width: 92vw;
  }
}
@media only screen and (max-width: 425px) {
  .main_header_module .content.header-small::after {
    right: -53%;
  }
}
.main_header_module .content.header-small > :first-child {
  margin-top: 180px !important;
}
.main_header_module .content.header-small .title {
  font-size: 60px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .main_header_module .content.header-small .title {
    padding: 0 5%;
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .content.header-small .title {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 425px) {
  .main_header_module .content.header-small .title {
    font-size: 30px !important;
  }
}
.main_header_module .content.header-small .subtitle {
  font-size: 21px;
  margin-bottom: 0 !important;
  margin-top: 21px;
}
.main_header_module .content.header-small .header_button {
  font-size: 19px;
  margin-bottom: 0 !important;
}
.main_header_module .content.header-large {
  min-height: 70vh;
  padding-bottom: 30px;
}
.main_header_module .content.header-large .title {
  font-size: 70px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .main_header_module .content.header-large .title {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .content.header-large .title {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .main_header_module .content.header-large .title {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 425px) {
  .main_header_module .content.header-large .title {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 375px) {
  .main_header_module .content.header-large .title {
    font-size: 30px !important;
  }
}
.main_header_module .content.header-large .subtitle {
  font-size: 21px;
  margin-bottom: 0 !important;
  margin-top: 21px;
}
@media only screen and (max-width: 900px) {
  .main_header_module .content.header-large .subtitle {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 640px) {
  .main_header_module .content.header-large .subtitle {
    font-size: 17px !important;
  }
}
.main_header_module .content.header-large .header_button {
  font-size: 19px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .main_header_module .content.header-large .header_button {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 640px) {
  .main_header_module .content.header-large .header_button {
    font-size: 16px !important;
  }
}
.main_header_module .logo-rings {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 300px;
  right: 14%;
}
@media only screen and (max-width: 1199px) {
  .main_header_module .logo-rings {
    width: 250px;
    right: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .main_header_module .logo-rings {
    right: 4%;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .logo-rings {
    width: 200px;
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .logo-rings {
    width: 180px;
    right: 5%;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .logo-rings {
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    bottom: -50px;
  }
}
.main_header_module .logo-rings.header-small {
  bottom: -9%;
  width: 350px;
}
@media only screen and (max-width: 1199px) {
  .main_header_module .logo-rings.header-small {
    width: 250px;
    right: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .main_header_module .logo-rings.header-small {
    right: 4%;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .logo-rings.header-small {
    width: 200px;
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .main_header_module .logo-rings.header-small {
    width: 180px;
    right: 5%;
  }
}
@media only screen and (max-width: 540px) {
  .main_header_module .logo-rings.header-small {
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    bottom: -50px;
    width: 180px;
  }
}
.main_header_module .boxes {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 20;
  position: relative;
  flex-wrap: wrap;
  margin-top: -15rem;
}
.main_header_module .boxes .box {
  margin: 3%;
  z-index: 10;
  width: 23rem;
  height: 23rem;
  position: relative;
  filter: drop-shadow(0px 16px 13px #777);
}
.main_header_module .boxes .box:hover .ghost_box {
  transform: rotate(0deg);
}
.main_header_module .boxes .box:hover a {
  background-size: 160% !important;
}
.main_header_module .boxes .box a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  border-radius: 10% !important;
  overflow: hidden;
  background: #eee;
  background-size: 150% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s linear;
}
.main_header_module .boxes .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10% !important;
  border-bottom-right-radius: 10% !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #006fb7 100%);
}
.main_header_module .boxes .box a p {
  font-size: 2.5rem;
  line-height: 3rem;
  width: 80%;
  height: auto;
  padding-left: 2rem;
  position: relative;
  z-index: 10;
  color: #fff;
}
.main_header_module .boxes .ghost_box {
  position: absolute;
  left: 6%;
  top: -5%;
  width: 23rem;
  height: 23rem;
  border-radius: 10%;
  background: red;
  transform: rotate(-5deg);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1366px) {
  .main_header_module .boxes .box,
  .main_header_module .boxes .ghost_box {
    width: 20rem;
    height: 20rem;
  }
  .main_header_module .boxes .box p,
  .main_header_module .boxes .ghost_box p {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
}
@media only screen and (max-width: 900px) {
  .main_header_module .boxes {
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 600px) {
  .main_header_module .boxes .box,
  .main_header_module .boxes .ghost_box {
    width: 18rem;
    height: 18rem;
    margin-bottom: 5rem;
  }
  .main_header_module .boxes .box p,
  .main_header_module .boxes .ghost_box p {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    padding: 0 12% 1.5rem !important;
    display: flex;
    align-items: flex-end;
  }
}
