.pj-section {
  --__background_mode: fill;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
  min-height: 90px;
}

.pj-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  min-height: 40px;
  width: 100%;
  max-width: 1200px;
}

.pj-grid {
  display: grid;
  height: min-content;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: start;
  gap: 0px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  min-height: 40px;
  width: 100%;
  max-width: 1200px;
}

.pj-heading {
  margin: 0px;
  padding: 0px;
  font-size: 42px;
  font-family: "Futura PT", futura-pt, sans-serif!important;
  font-weight: 600;
}

.pj-text {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  font-family: "Futura PT", futura-pt, sans-serif!important;
  font-weight: 400;
}

.pj-video {
  width: 615px;
  height: 350px;
}

.pj-button {
  font-weight: 400;
  padding: 8px 12px 8px 12px;
  border-radius: 8px 8px 8px 8px;
  background-color: #EEEEEE;
  color: #021E30;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.pj-icon {
  font-size: 22px;
  font-weight: 900;
}

.pj-img {
  display: block;
  width: 100%;
  min-width: 300px;
  min-height: 200px;
  border-radius: 12px;
  object-fit: cover;
}

.pj-logo {
  width: 250px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

/* Review to merge */

.pj-section-logo {
  padding: 0 20px;
}

.pj-stack-logo {
  width: 100%;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.pj-section-hero {
  padding: 0 20px;
  min-height: 500px;
}
.pj-stack-hero {
  padding: 80px 0;
  width: 100%;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
}


.pj-stack-hero-actions {
  display: flex;
  flex-direction:
    row; gap:
  10px;
}

.pj-button-hero-primary {
  background-color: #005261;
  color: #ffffff;
}
.pj-button-hero-secondary {
  color: #005261;
  background-color: #EEEEEE; }





.pj-section-hero-bg {
  padding: 0 20px;
  min-height: 500px;
}
.pj-stack-hero-bg {
  padding: 80px 0;
  width: 100%;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
}

.pj-heading-hero-bg {
  color: #ffffff;
}
.pj-text-hero-bg {
  color: #ffffff;
}

.pj-stack-hero-bg-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.pj-button-hero-bg-primary {
  background-color: #005261;
  color: #ffffff;
}
.pj-button-hero-bg-secondary {
  color: #005261;
  background-color: #EEEEEE;
}










.pj-section-content-image-right {
  padding: 0 20px;
}
.pj-grid-content-image-right {
  padding: 80px 0;
  width: 100%;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pj-stack-content-image-right-left {
  width: 100%;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.pj-stack-content-image-right-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.pj-button-content-image-right-primary {
  background-color: #005261;
  color: #ffffff;
}
.pj-button-content-image-right-secondary {
  color: #005261;
  background-color: #EEEEEE;
}

.pj-stack-content-image-right-right {
  width: 100%;
}

.pj-img-content-image-right {
  width: 100%;
  height: 350px;
}






.pj-section-content-image-left {
  padding: 0 20px;
}

.pj-grid-content-image-left {
  padding: 80px 0;
  width: 100%;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pj-stack-content-image-left-left {
  width: 100%;
}
.pj-img-content-image-left {
  width: 100%;
  height: 350px;
}

.pj-stack-content-image-left-right {
  width: 100%;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.pj-heading-content-image-left {
  font-size: 36px;
}

.pj-stack-content-image-left-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.pj-button-content-image-left-primary {
  background-color: #005261;
  color: #ffffff;
}
.pj-button-content-image-left-secondary {
  color: #005261;
  background-color: #EEEEEE;
}





.pj-section-grid-block-with-images {
  padding: 0 20px;
}

.pj-grid-grid-block-with-images {
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  gap: 20px;
  margin: 0 auto;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pj-stack-grid-block-with-images-item {
  width: 100%;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.pj-img-grid-block-with-images-item {
  width: 100%;
  height: 150px;
}

.pj-heading-grid-block-with-images-item {
  font-size: 30px;
}







.pj-section-grid-block-with-icons {
  padding: 0 20px;
}

.pj-grid-grid-block-with-icons {
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  gap: 20px;
  margin: 0 auto;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pj-stack-grid-block-with-icons-item {
  width: 100%;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.pj-icon-grid-block-with-icons-item {
  font-size: 50px;
  color: #81909c;
}

.pj-heading-grid-block-with-icons-item { font-size: 22px; }








.pj-section-faq { padding: 0 20px; }

.pj-grid-faq {
  padding: 80px 0;
  width: 100%;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pj-stack-faq-header {
  width: 100%;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.pj-heading-faq-title { font-size: 36px; }

.pj-stack-faq-list {
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.pj-stack-faq-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}

.pj-heading-faq-question { font-size: 18px; }









.pj-section-cta-bg {
  padding: 0 20px;
  background-image: repeating-linear-gradient(-45deg, #57626a, #57626a 3px, #81909c 3px, #81909c 15px);
}

.pj-stack-cta-bg {
  width: 100%;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.pj-heading-cta-title {
  font-size: 30px;
  color: #fff;
}

.pj-text-cta-subtitle {
  color: #fff;
}

.pj-stack-cta-buttons {
  flex-direction: row;
  gap: 10px;
}

.pj-button-primary {
  background-color: #005261;
  color: #fff;
}

.pj-button-secondary {
  color: #005261;
  background-color: #eee;
}








.pj-section-cta {
  padding: 0 20px;
}

.pj-stack-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 80px 0;
  margin: 0 auto;
  max-width: 1200px;
}

.pj-heading-cta-title {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.pj-text-cta-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.pj-stack-cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pj-button-cta-primary {
  background-color: #005261;
  color: #ffffff;
}

.pj-button-cta-secondary {
  color: #005261;
  background-color: #EEEEEE;
}




.pj-section-brand-logo-bar {
  padding: 0 20px;
}

.pj-stack-brand-logo-bar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
}

.pj-heading-brand-logo-bar-title {
  font-size: 30px;
  text-align: center;
}

.pj-stack-brand-logo-bar-logos {
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.pj-img-brand-logo-bar {
  width: 200px;
  height: 100px;
  min-height: auto;
  object-fit: contain;
}





.pj-section-footer {
  padding: 0 20px;
  background-color: #fff;
}

.pj-stack-footer {
  width: 100%;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.pj-footer-logo {
  width: 150px;
  height: 50px;
  object-fit: contain;
}

.pj-footer-socials {
  display: flex;
  gap: 30px;
  flex-direction: row;
  min-height: unset;
  align-items: center;
  justify-content: center;
}

.pj-footer-icon {
  font-size: 20px;
  font-weight: 400;
  color: #021E30;
  cursor: pointer;
  transition: color 0.3s ease;
}

.pj-footer-icon:hover {
  color: #005261;
}

.pj-footer-text {
  font-size: 12px;
  text-align: center;
  color: #666;
}

.pj-section-footer {
  padding: 0 20px;
  background-color: #fff;
}

.pj-section-footer-dark {
  background-color: #57626a;
}

.pj-stack-footer {
  width: 100%;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.pj-footer-logo {
  width: 150px;
  height: 50px;
  object-fit: contain;
}

.pj-footer-socials {
  display: flex;
  gap: 30px;
  flex-direction: row;
  min-height: unset;
  align-items: center;
  justify-content: center;
}

.pj-footer-icon {
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease;
}

.pj-footer-icon-light {
  color: #fff;
}

.pj-footer-icon-light:hover {
  color: #d1d8dc;
}

.pj-footer-text {
  font-size: 12px;
  text-align: center;
}

.pj-footer-text-light {
  color: #fff;
}