/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 02 July 2026 18:24:50
*/


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header.w-full {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero-section-main {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: linear-gradient(to right, #1f2937, #4b5563);
}
@media (min-width: 1024px) {
  .hero-section-main {
    min-height: 800px;
  }
}
.hero-overlay-container {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-content-wrapper {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  padding: 200px 16px 48px 16px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .hero-content-wrapper {
    padding: 152px 16px 48px 16px;
  }
}
.hero-text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  max-width: 600px;
}
@media (min-width: 768px) {
  .hero-text-block {
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .hero-text-block {
    gap: 32px;
  }
}
.hero-link-badge {
  align-self: flex-start;
}
.badge-group {
  cursor: pointer;
  padding: 0.625rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #ffffff;
  transition: background-color 0.2s duration, color 0.2s duration;
}
.badge-group:hover {
  background-color: #ffffff;
  color: #000000;
}
.badge-group:hover .icon-default {
  display: none;
}
.badge-group:hover .icon-hover {
  display: block;
}
.badge-group:hover .logo-default {
  display: none;
}
.badge-group:hover .logo-hover {
  display: block;
}
.badge-icon-wrapper {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.icon-default {
  display: block;
}
.icon-hover {
  display: none;
}
.badge-text {
  font-size: 1rem;
}
.badge-logo-wrapper {
  width: 5rem;
  height: 1.25rem;
  position: relative;
}
.logo-default {
  display: block;
}
.logo-hover {
  display: none;
}
.hero-inner-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.hero-inner-content h1 {
  color: #FFF;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .hero-inner-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .hero-inner-content h1 {
    color: #FFF;
    font-family: Arial;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
  }
}
.hero-inner-content p {
  margin-bottom: 0;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
@media (min-width: 768px) {
  .hero-inner-content p {
    font-size: 20px;
  }
}
.hero-inner-content a {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.2%;
  border-radius: 8px;
  border: 1px solid #F40051;
  background: #E51057;
}
.hero-inner-content a:hover {
  border: 1px solid var(--PfW-colors-PfW-pink, #F40051);
  background: #F40051;
  border-radius: 0px;
}
.hero-cta-btn {
  cursor: pointer;
  height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
}
.hero-section-alt {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(to right, #1f2937, #4b5563);
}
@media (min-width: 768px) {
  .hero-section-alt {
    min-height: 460px;
  }
}
@media (min-width: 1024px) {
  .hero-section-alt {
    min-height: 560px;
  }
}
.hero-bg-img-alt {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero-bg-img-alt {
    object-position: center;
  }
}
@media (min-width: 1280px) {
  .hero-bg-img-alt {
    object-position: right;
  }
}
.hero-content-wrapper-alt {
  position: relative;
  padding-top: 100px;
  max-width: 1200px;
  color: white;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-content-wrapper-alt {
    padding-top: 0;
  }
}
.hero-text-block-alt {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-text-block-alt {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .hero-text-block-alt {
    max-width: 589px;
  }
}
