@charset "UTF-8";
.first-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  background-color: #07488a;
  background: linear-gradient(to bottom, #023181, #0d5890);
}

.second-container {
  max-width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px 15vw;
  justify-content: center;
  background-color: #ebedee;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .second-container {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .second-container {
    flex-wrap: wrap;
  }
}
.second-container .image {
  padding: 10%;
  width: calc(30% - 60px);
  background-image: url("https://www.pemnet.com/wp-content/uploads/sites/2/2025/08/campaign-PEM-logo-blue-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .second-container .image {
    width: calc(80% - 20px);
  }
}
.second-container p {
  padding: 10px;
}
.second-container .wp-block-buttons {
  padding: 0 10px;
}

.third-container {
  max-width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #fff;
}
.third-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
  padding: 0 15vw;
}
@media screen and (max-width: 1279px) {
  .third-container .title {
    padding: 0 50px;
  }
}
@media (min-width: 960px) {
  .third-container h3.title {
    font-size: 30px;
  }
}
.third-container p {
  padding: 0 15vw;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .third-container p {
    padding: 0 50px;
    font-size: 1.8rem;
  }
}

.fourth-container {
  max-width: 100%;
  min-height: 700px;
  background-color: #00223b;
  background-image: url("https://www.pemnet.com/wp-content/uploads/sites/2/2025/11/map.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-direction: column-reverse;
}
.fourth-container .row-details-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  background-color: #0069aa86;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .fourth-container .row-details-container {
    margin-bottom: 0;
  }
}
.fourth-container .row-details-container div {
  width: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fourth-container .row-details-container div h2 {
  color: #ffc000;
  font-weight: bold;
  position: relative;
}
.fourth-container .row-details-container div h2 small {
  display: block;
  font-size: 40%;
  position: absolute;
  left: 24%;
  /* transform: translateX(-50%) translateY(-100%); */
  top: -32px;
  white-space: nowrap;
  font-weight: 500;
}
.fourth-container .row-details-container div h4 {
  color: #fff;
  height: 60px;
}

.fifth-container {
  max-width: 100%;
  background-color: #ebedee;
  color: #1684c6;
  text-align: center;
  padding: 77px 10px;
  margin: 0;
}

.sixth-container {
  max-width: 100%;
  padding: 10px;
}
.sixth-container h3 {
  color: #0077b6;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.sixth-container .slider {
  margin-bottom: 50px;
}
.sixth-container .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 1279px) {
  .sixth-container .slider-container {
    gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .sixth-container .slider-container {
    gap: 20px;
  }
}
.sixth-container .arrow {
  font-size: 80px;
  color: #005b83;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 1279px) {
  .sixth-container .arrow {
    font-size: 40px;
  }
}
.sixth-container .icons {
  display: flex;
  gap: 40px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 599px) {
  .sixth-container .icons {
    gap: 20px;
  }
}
.sixth-container .icon {
  height: 160px;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .sixth-container .icon {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .sixth-container .icon {
    height: 40px;
  }
}
.sixth-container .active {
  opacity: 1;
  transform: scale(1.3);
}
.sixth-container p {
  text-align: center;
  font-size: 3.6rem;
  color: #000;
  padding-left: 15vw;
  padding-right: 15vw;
}
@media screen and (max-width: 1279px) {
  .sixth-container p {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.seventh-container {
  max-width: 100%;
  background-color: #f4f4f4;
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .seventh-container {
    flex-wrap: wrap;
  }
}
.seventh-container .content {
  flex: 1;
  padding: 30px 30px 30px 15vw;
}
@media screen and (max-width: 1279px) {
  .seventh-container .content {
    padding: 30px;
  }
}
.seventh-container .image {
  flex: 1;
  background-image: url("https://www.pemnet.com/wp-content/uploads/sites/2/2025/11/Collaboration-100dpi.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1919px) {
  .seventh-container .image {
    background-position: left center;
  }
}
@media screen and (max-width: 959px) {
  .seventh-container .image {
    display: none;
  }
}
.seventh-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}

.eighth-container {
  max-width: 100%;
  padding: 20px 15px 30px;
  display: flex;
  justify-content: center;
}
.eighth-container .slider-2 {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 600px;
  text-align: center;
}
.eighth-container .slider-2 h3 {
  color: #1684c6;
  margin-bottom: 20px;
}
.eighth-container .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  text-align: left;
  margin-bottom: 20px;
}
.eighth-container .item {
  display: flex;
  align-items: center;
}
.eighth-container .item::before {
  content: "✔";
  color: #005381;
  margin-right: 8px;
  font-weight: bold;
}
.eighth-container .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.eighth-container .dot {
  width: 10px;
  height: 10px;
  background: #00a0e3;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}
.eighth-container .dot.active {
  opacity: 1;
}
.eighth-container .slide {
  display: none;
}
.eighth-container .slide.active {
  display: block;
}

.ninth-container {
  max-width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  display: flex;
  justify-content: start;
  gap: 20px;
  background-color: #f4f4f4;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .ninth-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.ninth-container .content {
  flex: 1;
  padding: 30px 15vw 30px 30px;
}
.ninth-container .content h3 {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .ninth-container .content {
    padding: 30px;
  }
}
.ninth-container .image {
  background-image: url("https://www.pemnet.com/wp-content/uploads/sites/2/2025/11/speed-100-dpi.jpg");
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1919px) {
  .ninth-container .image {
    background-position: right center;
  }
}
@media screen and (max-width: 959px) {
  .ninth-container .image {
    display: none;
  }
}
.ninth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}

.tenth-container {
  max-width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #005381;
}
.tenth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}
.tenth-container .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}
.tenth-container .box-container .box {
  width: 200px;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tenth-container .box-container .box h5 {
  padding: 5px 8px;
}

.eleventh-container {
  background-color: #f4f4f4;
  max-width: 100%;
  background-color: #f4f4f4;
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: stretch;
}
.eleventh-container .content {
  flex: 1;
  padding: 30px 30px 30px 15vw;
}
@media screen and (max-width: 1279px) {
  .eleventh-container .content {
    padding: 30px;
  }
}
.eleventh-container .image {
  background-image: url("https://www.pemnet.com/wp-content/uploads/sites/2/2025/11/Portfolio-100-dpi.jpg");
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 2090px) {
  .eleventh-container .image {
    background-position: left center;
  }
}
@media screen and (max-width: 959px) {
  .eleventh-container .image {
    display: none;
  }
}
.eleventh-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}

.twelfth-container {
  max-width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #004468;
  color: #fff;
}
.twelfth-container .title {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
}
.twelfth-container .wp-block-button__link {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
.twelfth-container .wp-block-leadin-hubspot-form-block {
  width: 100%;
  max-width: var(--theme--wide-width);
  margin: var(--theme--block-gap) auto;
}
.twelfth-container .wp-block-bg-p {
  padding: 10px;
  background-color: #fff;
}
.twelfth-container .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.thirteenth-container {
  max-width: 100%;
  padding: 30px 15vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #005381;
}
@media screen and (max-width: 1279px) {
  .thirteenth-container {
    padding: 30px;
  }
}
.thirteenth-container .title {
  color: #005381;
  background-color: transparent;
  font-weight: bold;
}
.thirteenth-container .wp-block-column {
  max-width: 300px;
}
@media screen and (max-width: 1279px) {
  .thirteenth-container .wp-block-columns {
    column-gap: 30px;
  }
}

.main__wrap > .page-header {
  display: none;
  width: calc(100% + var(--theme--block-gap) * 2 - 6rem) !important;
}

.main__wrap > * {
  margin: 0 !important;
}

.main__wrap {
  padding: 0 !important;
}