/* 
Theme Name: Lemon Reinforcement Custom WordPress Theme
Author: The Digital Lookout
Description: This is a custom build WP Theme for Lemon Reinforcement by The Digital Lookout
Version: 1.0
*/
* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
@media (prefers-reduced-motion) {
  * {
    scroll-behavior: none;
  }
}
*[role=button]:focus-visible {
  border: solid 2px #FFED00 !important;
}

a:focus-visible,
input:focus-visible,
button:focus-visible {
  border: solid 2px #FFED00 !important;
}

body {
  font-family: "azo-sans-web", sans-serif !important;
  line-height: 1.5;
  background: white;
}

/* Only allow content to be seen by screen-readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only:focus {
  height: auto;
  width: auto;
  padding: 1rem;
  display: block;
  clip: auto;
  z-index: 999;
  background-color: red;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0;
  letter-spacing: -1px;
}

a {
  text-decoration: none !important;
}

button {
  outline: none;
  background: none;
  border: none;
}

.full-width {
  display: block !important;
  width: 100% !important;
}

.has-border {
  border: solid 3px #FFED00 !important;
}

.thin-and-small {
  font-weight: 300 !important;
  font-size: 1.4rem !important;
  opacity: 0.6 !important;
}

.txt-yellow {
  color: #eadb07 !important;
}

.txt-yellow {
  color: #FFED00 !important;
}

.txt-light-blue {
  color: #063e7e;
}

.txt-baby-blue {
  color: #6D94BF;
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#navbar {
  transition: all 0.3s ease;
  padding: 2rem 0.3rem 0 0.3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 995;
}
@media screen and (max-width: 1360px) {
  #navbar {
    padding: 0;
  }
}
#navbar.navbar--scrolled {
  transition: all 0.3s ease;
  background: #051e3e;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1360px) {
  #navbar.navbar--scrolled {
    padding-top: 0;
  }
}
#navbar .device-navbar-icons {
  height: 50px;
  width: 50px;
  border: solid 2px #FFED00;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media screen and (max-width: 1360px) {
  #navbar .device-navbar-icons {
    display: flex;
  }
}
#navbar .device-navbar-icons span {
  font-size: 1.6rem;
  color: white;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 1360px) {
  #navbar .navbar-top {
    display: none;
  }
}
#navbar .navbar-top .width-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
#navbar .navbar-top .width-container .btn-white-outline {
  transition: all 0.3s ease;
  border: solid 2px white;
  border-radius: 30px;
  padding: 0.6rem 1.1rem;
  display: flex;
  font-size: 0.85rem;
  align-items: center;
  gap: 1rem;
  color: white;
}
#navbar .navbar-top .width-container .btn-white-outline:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
  border-color: #012E61;
}
#navbar .navbar-top .width-container .btn-white-outline:hover > .arrow-icon {
  transition: all 0.3s ease;
  border-color: #012E61;
}
#navbar .navbar-top .width-container .btn-white-outline:hover > .arrow-icon i {
  transition: all 0.3s ease;
  color: #012E61;
}
#navbar .navbar-top .width-container .btn-white-outline .arrow-icon {
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar .navbar-top .width-container .btn-white-outline .arrow-icon i {
  transition: all 0.3s ease;
  color: white;
}
#navbar .navbar-top .width-container .separator {
  height: 20px;
  width: 2px;
  background: white;
}
#navbar .navbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar .navbar__container .navbar__left {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 1800px) {
  #navbar .navbar__container .navbar__left {
    gap: 2.8rem;
  }
}
@media screen and (max-width: 1360px) {
  #navbar .navbar__container .navbar__left {
    gap: 0;
  }
}
#navbar .navbar__container .navbar__left a {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
#navbar .navbar__container .navbar__left a img {
  width: 150px;
  height: auto;
  margin: 1rem auto;
}
@media screen and (max-width: 1800px) {
  #navbar .navbar__container .navbar__left a img {
    width: 130px;
  }
}
@media screen and (max-width: 1360px) {
  #navbar .navbar__container .navbar__left a img {
    width: 150px;
  }
}
#navbar .navbar__container .navbar__right {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 1360px) {
  #navbar .navbar__container .navbar__right {
    display: none;
  }
}
#navbar .navbar__container .navbar__right ul {
  display: flex;
  align-items: center;
  gap: 4rem;
  list-style: none;
}
@media screen and (max-width: 1800px) {
  #navbar .navbar__container .navbar__right ul {
    gap: 2.8rem;
  }
}
@media screen and (max-width: 1360px) {
  #navbar .navbar__container .navbar__right ul {
    display: none;
  }
}
#navbar .navbar__container .navbar__right ul li {
  position: relative;
}
#navbar .navbar__container .navbar__right ul li a {
  transition: all 0.3s ease;
  color: white;
  padding: 2rem 0;
}
#navbar .navbar__container .navbar__right ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media screen and (max-width: 1800px) {
  #navbar .navbar__container .navbar__right ul li a {
    font-size: 0.9rem;
  }
}
#navbar .navbar__container .navbar__right ul li:hover > .sub-menu {
  display: flex;
  pointer-events: all;
}
#navbar .navbar__container .navbar__right ul li .sub-menu {
  position: absolute;
  display: none;
  pointer-events: none;
  flex-direction: column;
  gap: 0 !important;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  top: 3.3rem;
  background: #051e3e;
  border: solid 1px #012E61;
  border-top: none;
  padding: 0;
}
#navbar .navbar__container .navbar__right ul li .sub-menu li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 !important;
}
#navbar .navbar__container .navbar__right ul li .sub-menu li a {
  padding: 1rem 4rem 1rem 1rem;
  text-wrap: nowrap;
  display: block;
}
#navbar .navbar__container .navbar__right ul li .sub-menu li a:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  opacity: 1 !important;
  color: #012E61;
}
#navbar .navbar__container .navbar__right ul li .sub-menu .sub-menu {
  top: 0;
  right: -16.3rem;
  z-index: 900;
}
@media screen and (max-width: 1800px) {
  #navbar .navbar__container .navbar__right ul li .sub-menu .sub-menu {
    right: -15.2rem;
  }
}
#navbar .navbar__container .navbar__right button {
  transition: all 0.3s ease;
  font-family: "azo-sans-web", sans-serif;
  background: #012E61;
  color: #FFED00;
  padding: 0.6rem 1rem;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  border: solid 2px #012E61;
}
#navbar .navbar__container .navbar__right button:hover {
  transition: all 0.3s ease;
  background: #063e7e;
  border-color: #FFED00;
}
#navbar .navbar__container .navbar__right button span {
  font-size: 1.8rem;
}
#navbar .navbar__container .navbar__right button a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FFED00;
}

.device-menu {
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #031f3d;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100vw);
  pointer-events: none;
}
.device-menu.device-menu--activated {
  transition: all 0.5s ease;
  transform: translateY(0);
  pointer-events: all;
}
.device-menu .close-menu-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: solid 2px #FFED00;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.device-menu .close-menu-btn span {
  color: #FFED00;
  font-size: 2rem;
}
.device-menu .device-menu__container {
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6rem;
  padding: 6rem 0 3rem 0;
  height: 100%;
  overflow: scroll;
}
.device-menu .device-menu__container::-webkit-scrollbar {
  display: none;
}
.device-menu .device-menu__container .btn {
  padding: 1.2rem 0;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-size: 1.2rem;
}
.device-menu .device-menu__container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
}
.device-menu .device-menu__container ul li {
  padding: 1.8rem 0 !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.device-menu .device-menu__container ul li a {
  font-size: 1.6rem;
  color: white;
  font-weight: 400;
}
.device-menu .device-menu__container ul li .sub-menu {
  display: none;
  padding: 1.2rem 0 !important;
}
.device-menu .device-menu__container ul li .sub-menu li {
  padding: 0.8rem 0 !important;
  border-bottom: none;
}
.device-menu .device-menu__container ul li .sub-menu li a {
  font-size: 1.4rem;
  color: #FFED00;
}

.btn {
  transition: all 0.3s ease;
  padding: 0.6rem 1rem !important;
  cursor: pointer;
  border-radius: 30px;
  font-size: 1.1rem;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 2px #012E61;
}
.btn.btn--dark {
  background: #012E61;
  color: #FFED00;
}
.btn.btn--dark:hover {
  transition: all 0.3s ease;
  border-color: #FFED00;
}
.btn.btn--dark-round {
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
  border-radius: 30px;
}
.btn.btn--dark-round:hover {
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
  opacity: 0.5;
}
.btn.quote-btn-large {
  transition: all 0.3s ease;
  padding: 1.4rem;
  border-radius: 50px;
  text-align: center;
  font-size: 1.6rem;
}
.btn.quote-btn-large:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
.btn.btn--yellow {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
  padding: 1rem 1.4rem;
}
.btn.btn--yellow:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
  background: #FFED00;
  color: #012E61;
}
.btn.btn--yellow-round {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  border: solid 2px #FFED00;
}
.btn.btn--yellow-round:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
  background: #FFED00;
  color: #012E61;
}
.btn.btn--white {
  transition: all 0.3s ease;
  background: white;
  color: #012E61;
  padding: 1rem 1.4rem;
}
.btn.btn--white:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  opacity: 0.7;
}
.btn.btn--indeed {
  transition: all 0.3s ease;
  background: #0B3A9B;
  color: white;
  display: flex;
  padding: 1rem 1.4rem;
}
.btn.btn--indeed:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
  color: white;
  background: #0B3A9B;
}
.btn.btn--transparent {
  border-radius: 30px;
  border: solid 1px #012E61;
  color: #012E61;
}
.btn.btn--transparent:hover {
  border-color: #012E61;
  background: #FFED00;
}

footer {
  padding: 2rem 0 0 0;
}
footer .footer-container {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 4rem 3rem 3rem 3rem;
  color: #012E61;
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  position: relative;
}
@media screen and (max-width: 1800px) {
  footer .footer-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 1360px) {
  footer .footer-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 560px) {
  footer .footer-container {
    grid-template-columns: 1fr;
    padding: 3rem 1.4rem 1.5rem 1.4rem;
  }
}
footer .footer-container .company-contact {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
footer .footer-container .company-contact h5 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
footer .footer-container .company-contact a {
  font-weight: 300;
  color: #012E61;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  margin: 0.4rem 0;
}
footer .footer-container .company-socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}
footer .footer-container .company-socials a {
  color: #012E61;
}
footer .footer-container .company-socials a i {
  font-size: 2rem;
}
footer .footer-container h4 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
footer .footer-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 0;
}
@media screen and (max-width: 1800px) {
  footer .footer-container ul {
    gap: 1rem;
  }
}
footer .footer-container ul li a {
  color: #012E61;
  font-weight: 300;
}
@media screen and (max-width: 1800px) {
  footer .footer-container ul li a {
    font-size: 0.85rem;
  }
}
footer .footer-container .steel-services-logo {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 560px) {
  footer .footer-container .steel-services-logo {
    bottom: 2.8rem;
    right: 1rem;
  }
}
footer .footer-container .steel-services-logo span {
  font-size: 0.85rem;
  color: #012E61;
}
@media screen and (max-width: 560px) {
  footer .footer-container .steel-services-logo span {
    font-size: 0.75rem;
  }
}
footer .footer-container .steel-services-logo img {
  width: 150px;
}
footer .footer-container .footer-accreditation-logos {
  margin-top: 15rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1360px) {
  footer .footer-container .footer-accreditation-logos {
    gap: 1rem;
    position: absolute;
    bottom: 1rem;
    left: 0rem;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 560px) {
  footer .footer-container .footer-accreditation-logos {
    position: relative;
    transform: scale(1);
    margin-top: 4rem;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    overflow: scroll;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  footer .footer-container .footer-accreditation-logos .accreditation-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
    height: 100px;
  }
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-1 {
  width: 50px;
}
@media screen and (max-width: 560px) {
  footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-1 {
    width: 50px;
  }
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-2 {
  width: 75px;
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-3 {
  width: 75px;
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-4 {
  width: 140px;
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-5 {
  width: 40px;
}
@media screen and (max-width: 560px) {
  footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-5 {
    width: 40px;
  }
}
footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-6 {
  width: 140px;
}
@media screen and (max-width: 560px) {
  footer .footer-container .footer-accreditation-logos .accreditation-logo-container img.logo-6 {
    width: 120px;
  }
}
footer .footer-bottom {
  padding: 3rem 0 2rem 0;
  color: #012E61;
  font-size: 0.9rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  footer .footer-bottom {
    justify-content: center;
    flex-direction: column;
    gap: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  footer .footer-bottom {
    gap: 2rem;
    padding-bottom: 1rem;
  }
}
footer .footer-bottom a {
  color: #012E61;
}
footer .footer-bottom ul {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 1360px) {
  footer .footer-bottom ul {
    justify-content: center;
    text-align: center;
  }
}
footer .footer-bottom ul li {
  border-left: solid 1px #012E61;
  padding: 0 0.5rem 0;
}
footer .footer-bottom ul li:first-child {
  border: none;
}

#page-title {
  padding: 24rem 0 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  #page-title {
    padding: 10rem 0 3rem 0;
  }
}
#page-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.4;
}
#page-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-title video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page-title .page-title-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  #page-title .page-title-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
  }
}
#page-title .page-title-content a {
  border: solid 2px #FFED00;
  color: white;
  padding: 1rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#page-title h1 {
  font-size: 4rem;
  color: white;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1360px) {
  #page-title h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1360px) {
  #case-studies {
    padding-top: 3rem;
  }
}
#case-studies .case-studies-title h2 {
  font-size: 2rem;
  color: #012E61;
}
@media screen and (max-width: 1360px) {
  #case-studies .case-studies-title h2 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 560px) {
  #case-studies .case-studies-title h2 {
    font-size: 1.8rem;
  }
}
#case-studies .case-study-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 4rem 0 1rem 0;
  grid-gap: 3rem;
}
@media screen and (max-width: 1360px) {
  #case-studies .case-study-blocks {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 560px) {
  #case-studies .case-study-blocks {
    grid-gap: 1rem;
  }
}
#case-studies .case-study-blocks .case-study-block {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#case-studies .case-study-blocks .case-study-block .case-study-block__top {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  #case-studies .case-study-blocks .case-study-block .case-study-block__top {
    height: 300px;
  }
}
#case-studies .case-study-blocks .case-study-block:hover > .case-study-block__top .case-study-block__overlay {
  transition: all 0.4s ease;
  transform: translateY(0);
}
#case-studies .case-study-blocks .case-study-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#case-studies .case-study-blocks .case-study-block .case-study-block__overlay {
  transition: all 0.4s ease;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 46, 97, 0.8117647059);
  color: white;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  transform: translateY(100%);
  border-top-right-radius: 50px;
}
@media screen and (max-width: 1360px) {
  #case-studies .case-study-blocks .case-study-block .case-study-block__overlay {
    display: none;
  }
}
#case-studies .case-study-blocks .case-study-block .case-study-block__overlay h2 {
  color: #FFED00;
  font-weight: 500;
  font-size: 1.6rem;
}
#case-studies .case-study-blocks .case-study-block .case-study-block__overlay p {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.1rem;
  opacity: 0.8;
}
#case-studies .case-study-blocks .case-study-block .case-study-block__title {
  margin: 2rem 0;
  color: #012E61;
}
#case-studies .case-study-blocks .case-study-block .case-study-block__title .case-study-block__name {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
#case-studies .case-study-blocks .case-study-block .case-study-block__title .case-study-block__location {
  font-size: 1.2rem;
  font-weight: 300;
}
#case-studies .case-studies__cta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 560px) {
  #case-studies .case-studies__cta {
    padding-bottom: 3rem;
  }
}
#case-studies .case-studies__cta a {
  font-size: 1.6rem;
  color: #012E61;
}
#case-studies .case-studies__cta button {
  height: 40px;
  width: 40px;
  border: solid 2px #FFED00;
  border-radius: 100%;
}
#case-studies .case-studies__cta button span {
  color: #FFED00;
}

.contact-form {
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 1360px) {
  .contact-form {
    padding-bottom: 3rem;
  }
}
.contact-form .contact-form__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 560px) {
  .contact-form .contact-form__container {
    grid-template-columns: 1fr;
  }
}
.contact-form .contact-form__container .contact-form__column {
  position: relative;
  overflow: hidden;
}
.contact-form .contact-form__container .contact-form__column:first-of-type {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}
@media screen and (max-width: 560px) {
  .contact-form .contact-form__container .contact-form__column:first-of-type {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 2rem 0 1rem 0;
  }
}
.contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta {
  position: relative;
  z-index: 10;
  padding: 2rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta .chat-icon {
  font-size: 4rem;
  color: #FFED00;
}
.contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta .contact-form__cta-title {
  font-size: 3rem;
  font-weight: 500;
  margin: 1rem 0;
}
@media screen and (max-width: 1800px) {
  .contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta .contact-form__cta-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta .contact-form__cta-title {
    font-size: 2.8rem;
  }
}
.contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta .contact-form__cta-body {
  opacity: 0.6;
  font-size: 1.3rem;
}
@media screen and (max-width: 1800px) {
  .contact-form .contact-form__container .contact-form__column:first-of-type .contact-form__cta .contact-form__cta-body {
    font-size: 1.1rem;
  }
}
.contact-form .contact-form__container .contact-form__column:first-of-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-form .contact-form__container .contact-form__column:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 46, 97, 0.8117647059);
}
.contact-form .contact-form__container .contact-form__column:last-of-type {
  background: rgb(233, 233, 233);
  padding: 5rem 4rem 0 4rem;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1360px) {
  .contact-form .contact-form__container .contact-form__column:last-of-type {
    width: 100%;
    padding: 4rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 560px) {
  .contact-form .contact-form__container .contact-form__column:last-of-type {
    padding: 3rem 1.4rem 0 1.4rem;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.contact-form .contact-form__container .contact-form__column:last-of-type h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #012E61;
  margin-bottom: 3rem;
  width: 70%;
}
@media screen and (max-width: 1800px) {
  .contact-form .contact-form__container .contact-form__column:last-of-type h3 {
    width: 100%;
  }
}
.contact-form .contact-form__container .contact-form__column:last-of-type form label {
  color: #012E61;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input, .contact-form .contact-form__container .contact-form__column:last-of-type form textarea {
  border-radius: 12px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.2rem;
  padding: 1rem;
  margin: 1rem 0;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input:focus, .contact-form .contact-form__container .contact-form__column:last-of-type form textarea:focus {
  border: solid 2px #012E61 !important;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input[type=file] {
  font-family: "azo-sans-web", sans-serif !important;
  position: relative;
  border: solid 2px rgba(128, 128, 128, 0.453);
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input[type=file]::-webkit-file-upload-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
  font-family: "azo-sans-web", sans-serif !important;
  padding: 1.2rem;
  font-size: 0.9rem;
  border: none;
  outline: none;
  margin-right: 1rem;
  cursor: pointer;
  border-radius: 12px;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input[type=file]::-webkit-file-upload-button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input[type=submit] {
  transition: all 0.3s ease;
  background: #012E61;
  border: solid 2px #012E61;
  font-family: "azo-sans-web", sans-serif;
  color: white;
  padding: 1.8rem;
  cursor: pointer;
  border-radius: 12px;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form input[type=submit]:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
.contact-form .contact-form__container .contact-form__column:last-of-type form .wpcf7-response-output {
  padding: 1.2rem;
  text-align: center;
  margin: 0 !important;
  margin-bottom: 2rem !important;
  border-radius: 10px;
}

.search-popup {
  transition: all 0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: #031f3d;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  pointer-events: none;
}
.search-popup.search-popup--activated {
  transition: all 0.4s ease;
  transform: translateY(0);
  pointer-events: all;
}
@media screen and (max-width: 1360px) {
  .search-popup {
    align-items: flex-end;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .search-popup {
    height: 200px;
  }
}
.search-popup button {
  transition: all 0.3s ease;
  border: solid 2px #FFED00;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 2.2rem;
  right: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 1360px) {
  .search-popup button {
    top: 1.2rem;
    right: 1.2rem;
  }
}
.search-popup button span {
  color: #FFED00;
  font-size: 2rem;
}
.search-popup button:hover {
  transition: all 0.3s ease;
  background: #FFED00;
}
.search-popup button:hover > span {
  transition: all 0.3s ease;
  color: #012E61;
}
.search-popup .asl_w_container {
  display: block;
  width: 90vw !important;
}
.search-popup .asl_w_container .probox {
  border-color: #FFED00;
  font-family: "azo-sans-web", sans-serif !important;
}
.search-popup .asl_w_container svg {
  display: none !important;
}
.search-popup input[type=text],
.search-popup input[type=submit] {
  background: #012E61;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 2rem;
  color: white;
  border: solid 2px #eadb07;
  border-radius: 50px;
  font-family: "azo-sans-web", sans-serif;
  width: 90%;
}
.search-popup input[type=text]:focus,
.search-popup input[type=submit]:focus {
  border: solid 2px #FFED00 !important;
  outline: none !important;
}
.search-popup input[type=text]:focus-visible,
.search-popup input[type=submit]:focus-visible {
  border: solid 2px #FFED00 !important;
  outline: none !important;
}
.search-popup input[type=text] {
  width: 60vw;
}
@media screen and (max-width: 560px) {
  .search-popup input[type=text] {
    display: block;
    width: 90vw;
  }
}
.search-popup input[type=submit] {
  transition: All 0.3s ease;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
}
.search-popup input[type=submit]:hover {
  transition: All 0.3s ease;
  color: #FFED00;
}
@media screen and (max-width: 560px) {
  .search-popup input[type=submit] {
    display: block;
    width: 90vw;
  }
}

#associated-products {
  padding: 4rem 0;
}
@media screen and (max-width: 1360px) {
  #associated-products {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 560px) {
  #associated-products {
    padding-bottom: 0;
  }
}
#associated-products .section-title {
  color: #012E61;
}
@media screen and (max-width: 560px) {
  #associated-products .section-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
#associated-products .associated-product-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin: 4rem 0;
}
@media screen and (max-width: 1360px) {
  #associated-products .associated-product-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  #associated-products .associated-product-blocks {
    grid-template-columns: 1fr;
  }
}
#associated-products .associated-product-blocks .associated-product-block {
  background: #063e7e;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  height: 500px;
}
@media screen and (max-width: 1800px) {
  #associated-products .associated-product-blocks .associated-product-block {
    height: 420px;
  }
}
@media screen and (max-width: 560px) {
  #associated-products .associated-product-blocks .associated-product-block {
    height: 450px;
  }
}
#associated-products .associated-product-blocks .associated-product-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#associated-products .associated-product-blocks .associated-product-block .associated-product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 46, 97, 0.8117647059);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  z-index: 10;
  color: white;
  padding: 2rem;
}
@media screen and (max-width: 1800px) {
  #associated-products .associated-product-blocks .associated-product-block .associated-product-details {
    padding: 1.2rem;
  }
}
#associated-products .associated-product-blocks .associated-product-block .associated-product-details .associated-product-details__title {
  font-size: 2.2rem;
}
@media screen and (max-width: 1800px) {
  #associated-products .associated-product-blocks .associated-product-block .associated-product-details .associated-product-details__title {
    font-size: 2rem;
  }
}
#associated-products .associated-product-blocks .associated-product-block .associated-product-details .associated-product-details__subtitle {
  font-weight: 200;
  font-size: 1.2rem;
  opacity: 0.7;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  #associated-products .associated-product-blocks .associated-product-block .associated-product-details .associated-product-details__subtitle {
    font-size: 1rem;
    width: 90%;
  }
}
#associated-products .associated-product-blocks .associated-product-block .associated-product-details .btn {
  transition: all 0.3s ease;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border: solid 2px white;
  border-radius: 50px;
  padding: 1rem 1.4rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-wrap: nowrap;
}
#associated-products .associated-product-blocks .associated-product-block .associated-product-details .btn:hover {
  transition: all 0.3s ease;
  border-color: #FFED00;
}
#associated-products .associated-product-blocks .associated-product-block .associated-product-details .btn i {
  color: #FFED00;
  font-size: 1.6rem;
}

.pages-carousel .pages-carousel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .pages-carousel .pages-carousel-top {
    margin-top: 2rem;
  }
}
.pages-carousel .pages-carousel-top .pages-carousel-title {
  font-size: 2rem;
  color: #012E61;
}
@media screen and (max-width: 560px) {
  .pages-carousel .pages-carousel-top .pages-carousel-title {
    font-size: 1.6rem;
  }
}
.pages-carousel .pages-carousel-top .pages-carousel-navigation {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.pages-carousel .pages-carousel-top .pages-carousel-navigation .pages-carousel-arrow {
  transition: all 0.3s ease;
  font-size: 2rem;
  cursor: pointer;
  color: #012E61;
  transition: all 0.3s ease;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: solid 2px #012E61;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .pages-carousel .pages-carousel-top .pages-carousel-navigation .pages-carousel-arrow {
    height: 45px;
    width: 45px;
  }
}
.pages-carousel .pages-carousel-top .pages-carousel-navigation .pages-carousel-arrow:hover {
  transition: all 0.3s ease;
  background: #FFED00;
}
.pages-carousel .pages-carousel-top .pages-carousel-navigation .pages-carousel-arrow i {
  font-size: 1.5rem;
}
@media screen and (max-width: 560px) {
  .pages-carousel .pages-carousel-top .pages-carousel-navigation .pages-carousel-arrow i {
    font-size: 1.2rem;
  }
}
.pages-carousel .subpages-carousel {
  margin: 2rem 0 6rem 0;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .pages-carousel .subpages-carousel {
    margin: 2rem 0 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .pages-carousel .subpages-carousel {
    margin: 2rem 0;
  }
}
.pages-carousel .subpages-carousel .pages-carousel-slide {
  height: 600px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide {
    height: 500px;
  }
}
@media screen and (max-width: 560px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide {
    height: 400px;
  }
}
.pages-carousel .subpages-carousel .pages-carousel-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay {
  background: rgba(42, 41, 41, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2.4rem;
  color: white;
}
@media screen and (max-width: 1360px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay {
    padding: 1.2rem;
  }
}
.pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay .pages-carousel-content__heading {
  font-size: 3rem;
}
@media screen and (max-width: 1360px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay .pages-carousel-content__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay .pages-carousel-content__heading {
    font-size: 1.8rem;
  }
}
.pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay .pages-carousel-content__subheading {
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.7;
  margin: 1rem 0 2rem 0;
}
@media screen and (max-width: 560px) {
  .pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay .pages-carousel-content__subheading {
    font-size: 1rem;
  }
}
.pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay a {
  transition: all 0.3s ease;
  border: solid 1px white;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: white;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay a:hover {
  transition: all 0.3s ease;
  border-color: #FFED00;
}
.pages-carousel .subpages-carousel .pages-carousel-slide .pages-carousel-overlay a i {
  color: #FFED00;
  font-size: 1.6rem;
}

.width-container {
  width: 85%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  .width-container {
    width: 90%;
  }
}

#hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1360px) {
  #hero {
    height: 60vh;
  }
}
@media screen and (max-width: 560px) {
  #hero {
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 15;
}
#hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
#hero .hero-image-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  opacity: 0;
}
#hero .hero-image-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
#hero .hero-image-carousel__navigation {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 9;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 560px) {
  #hero .hero-image-carousel__navigation {
    left: 1rem;
  }
}
#hero .hero-image-carousel__navigation button {
  transition: all 0.3s ease;
  height: 60px;
  width: 60px;
  background: #012E61;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: solid 2px #012E61;
  cursor: pointer;
}
#hero .hero-image-carousel__navigation button:hover {
  transition: all 0.3s ease;
  border-color: #FFED00;
}
#hero .hero-image-carousel__navigation button:hover > span {
  color: #FFED00;
}
#hero .hero-image-carousel__navigation button .arrow-icon {
  color: white;
  font-size: 2.5rem;
}
#hero .hero__text {
  position: relative;
  z-index: 30;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 5.4rem;
}
@media screen and (max-width: 560px) {
  #hero .hero__text {
    padding-top: 9rem;
  }
}
#hero .hero__text h1 {
  font-size: 3vw;
  width: 32ch;
  opacity: 0;
  transform: translateY(15px);
  animation: hero-text-entrance 0.6s ease;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1360px) {
  #hero .hero__text h1 {
    font-size: 2.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #hero .hero__text h1 {
    font-size: 2.4rem;
  }
}
#hero .hero__text h3 {
  font-size: 1.6vw;
  font-weight: 300;
  opacity: 0.8;
  opacity: 0;
  transform: translateY(15px);
  animation: hero-text-entrance 0.6s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}
@media screen and (max-width: 1360px) {
  #hero .hero__text h3 {
    font-size: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #hero .hero__text h3 {
    font-size: 1.6rem;
  }
}
#hero .hero__text a {
  transition: all 0.3s ease;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(15px);
  animation: hero-text-entrance 0.6s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  padding: 1rem;
}
#hero .hero__text a:hover {
  transition: all 0.3s ease;
  background: #063e7e;
}
#hero .hero__text a .arrow-icon {
  width: 30px;
}

@keyframes hero-text-entrance {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#intro-text {
  padding: 7rem 0 5rem 0;
  color: #012E61;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  #intro-text {
    padding: 4rem 0;
  }
}
#intro-text h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1800px) {
  #intro-text h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  #intro-text h2 {
    width: 100%;
    font-size: 1.6rem;
  }
}
#intro-text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1360px) {
  #intro-text p {
    font-size: 1.4rem;
  }
}

#page-blocks {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1360px) {
  #page-blocks {
    padding-bottom: 2rem;
  }
}
#page-blocks .page-blocks__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 1800px) {
  #page-blocks .page-blocks__content {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 1360px) {
  #page-blocks .page-blocks__content {
    grid-template-columns: 1fr;
  }
}
#page-blocks .page-blocks__content .page-block {
  transition: all 0.3s ease;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (max-width: 1360px) {
  #page-blocks .page-blocks__content .page-block {
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  #page-blocks .page-blocks__content .page-block {
    height: 400px;
  }
}
#page-blocks .page-blocks__content .page-block .bg-img {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
#page-blocks .page-blocks__content .page-block:hover > img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
#page-blocks .page-blocks__content .page-block:hover {
  transition: all 0.3s ease;
}
#page-blocks .page-blocks__content .page-block .page-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#page-blocks .page-blocks__content .page-block .page-block__overlay .arrow-icon {
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
}
@media screen and (max-width: 560px) {
  #page-blocks .page-blocks__content .page-block .page-block__overlay .arrow-icon {
    top: 1rem;
  }
}
#page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content {
  transition: all 0.3s ease;
  position: absolute;
  left: 1rem;
  bottom: 0.5rem;
  display: block;
  width: 92%;
  padding-bottom: 1.4rem;
}
#page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content .page-block__overlay-content__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
#page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content .page-block__overlay-content__top button {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: #FFED00;
  margin-bottom: 1rem;
  color: #012E61;
}
@media screen and (max-width: 1360px) {
  #page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content .page-block__overlay-content__top button {
    display: none;
  }
}
#page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content h3 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1800px) {
  #page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content h3 {
    font-size: 1.8rem;
  }
}
#page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content p {
  color: #FFED00;
  font-size: 1.1rem;
}
@media screen and (max-width: 1800px) {
  #page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  #page-blocks .page-blocks__content .page-block .page-block__overlay .page-block__overlay-content p {
    font-size: 1rem;
  }
}

.quote-btn {
  padding-bottom: 4rem;
  border-radius: 50px;
}
@media screen and (max-width: 1360px) {
  .quote-btn {
    padding-bottom: 2rem;
  }
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding: 6rem 0 2rem 0;
}
@media screen and (max-width: 1360px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .cards {
    grid-template-columns: 1fr;
    padding: 3rem 0 2rem 0;
  }
}
.cards .card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.cards .card img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cards .card .card-body {
  background: rgb(244, 244, 244);
  padding: 2.4rem 1.6rem 2rem 1.6rem;
  color: #012E61;
  position: relative;
}
.cards .card .card-body h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.cards .card .card-body p {
  font-size: 1rem;
  margin: 1rem 0 3rem 0;
  font-weight: 300;
}
.cards .card .card-body a .arrow-icon {
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 100%;
}

.featured-pages-carousel {
  height: 700px;
}
@media screen and (max-width: 1360px) {
  .featured-pages-carousel {
    height: 550px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .featured-pages-carousel {
    margin-top: 1rem;
  }
}
.featured-pages-carousel .swiper-slide {
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 1360px) {
  .featured-pages-carousel .swiper-slide {
    padding-top: 4rem;
  }
}
.featured-pages-carousel .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.featured-pages-carousel .swiper-slide .featured-page-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-pages-carousel .swiper-slide .featured-page-slide__accreditation-logo {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 120px;
  z-index: 999;
}
@media screen and (max-width: 1800px) {
  .featured-pages-carousel .swiper-slide .featured-page-slide__accreditation-logo {
    width: 100px;
  }
}
@media screen and (max-width: 1360px) {
  .featured-pages-carousel .swiper-slide .featured-page-slide__accreditation-logo {
    top: 70%;
    right: 1rem;
  }
}
@media screen and (max-width: 560px) {
  .featured-pages-carousel .swiper-slide .featured-page-slide__accreditation-logo {
    left: 1rem;
    width: 80px;
  }
}
.featured-pages-carousel .swiper-slide h1 {
  position: relative;
  z-index: 1;
}
.featured-pages-carousel .swiper-slide h1 a {
  font-size: 3.6rem;
  color: white;
}
@media screen and (max-width: 1360px) {
  .featured-pages-carousel .swiper-slide h1 a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .featured-pages-carousel .swiper-slide h1 a {
    font-size: 2.4rem;
  }
}
.featured-pages-carousel .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.featured-pages-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.5;
}

#steel-reinforcement {
  padding: 6rem 0;
}
@media screen and (max-width: 1360px) {
  #steel-reinforcement {
    padding: 4rem 0 3rem 0;
  }
}
#steel-reinforcement .content {
  color: #012E61;
}
#steel-reinforcement .content h2 {
  font-size: 2rem;
}
#steel-reinforcement .content p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 2rem 0;
}
#steel-reinforcement .content ul {
  padding-left: 1rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#steel-reinforcement .quote-btn {
  display: block;
  width: 100%;
  padding: 6rem 0;
}
@media screen and (max-width: 1360px) {
  #steel-reinforcement .quote-btn {
    padding: 4rem 0;
  }
}
#steel-reinforcement .quote-btn a {
  margin-left: auto;
  font-size: 1.2rem;
  display: block;
  border-radius: 100px;
  width: 100%;
  padding: 1.2rem;
  text-align: center;
}
#steel-reinforcement .technical-charts-title {
  font-size: 2rem;
  color: #012E61;
  padding-bottom: 4rem;
}
#steel-reinforcement .technical-charts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 560px) {
  #steel-reinforcement .technical-charts {
    grid-template-columns: 1fr;
  }
}
#steel-reinforcement .technical-charts .technical-chart {
  transition: All 0.3s ease;
  background: #012E61;
  height: 200px;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  border: solid 4px #012E61;
}
@media screen and (max-width: 1360px) {
  #steel-reinforcement .technical-charts .technical-chart {
    padding: 1rem;
  }
}
@media screen and (max-width: 560px) {
  #steel-reinforcement .technical-charts .technical-chart {
    padding: 1rem;
    height: 150px;
  }
}
#steel-reinforcement .technical-charts .technical-chart:hover {
  transition: All 0.3s ease;
  background: #063e7e;
  border-color: #FFED00;
}
#steel-reinforcement .technical-charts .technical-chart h3 {
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
}
#steel-reinforcement .technical-charts .technical-chart .arrow-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 40px;
  width: 40px;
  background: #FFED00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#steel-reinforcement .technical-charts .technical-chart .arrow-icon span {
  color: #012E61;
}

.projects-page-content .project-page-intro-text {
  padding: 6rem 0 1rem 0;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .projects-page-content .project-page-intro-text {
    padding: 4rem 0 1rem 0;
  }
}
.projects-page-content .project-page-intro-text h2 {
  font-size: 1.6rem;
  color: #012E61;
  font-weight: 400;
}
@media screen and (max-width: 1360px) {
  .projects-page-content .project-page-intro-text h2 {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .projects-page-content .project-page-intro-text h2 {
    font-size: 1.6rem;
  }
}
.projects-page-content .project-page-filtration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.projects-page-content .project-page-filtration::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1360px) {
  .projects-page-content .project-page-filtration {
    text-wrap: nowrap;
    overflow: scroll;
    gap: 0.6rem;
  }
}
.projects-page-content .project-page-filtration .project-filter-btn {
  transition: all 0.3s ease;
  padding: 1rem;
  border: solid 2px #012E61;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: "azo-sans-web", sans-serif;
  color: #012E61;
  cursor: pointer;
  width: 100%;
}
.projects-page-content .project-page-filtration .project-filter-btn:hover {
  transition: all 0.3s ease;
  background: #FFED00;
}
.projects-page-content .project-page-filtration .project-filter-btn.project-filter-btn--selected {
  transition: all 0.3s ease;
  background: #012E61;
  color: white;
}
.projects-page-content .projects.projects-entrance {
  animation: projects-entrance 0.6s ease;
  animation-fill-mode: forwards;
}

@keyframes projects-entrance {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- END GLOBAL FIXES --- */
#project-title-banner {
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1360px) {
  #project-title-banner {
    height: auto;
    padding-top: 20rem;
  }
}
@media screen and (max-width: 560px) {
  #project-title-banner {
    padding-top: 14rem;
  }
}
#project-title-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 35, 71, 0.8941176471);
}
#project-title-banner .project-title-banner__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#project-title-banner .project-title-banner-content {
  position: relative;
  z-index: 1;
}
#project-title-banner .project-title-banner-content .project-title-banner-content__title {
  font-size: 5rem;
  color: white;
}
@media screen and (max-width: 1800px) {
  #project-title-banner .project-title-banner-content .project-title-banner-content__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1360px) {
  #project-title-banner .project-title-banner-content .project-title-banner-content__title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 560px) {
  #project-title-banner .project-title-banner-content .project-title-banner-content__title {
    font-size: 2.8rem;
  }
}
#project-title-banner .project-title-banner-content .project-title-banner-content__location {
  color: rgba(255, 255, 255, 0.6);
  font-size: 2.6rem;
  font-weight: 200;
}
@media screen and (max-width: 1800px) {
  #project-title-banner .project-title-banner-content .project-title-banner-content__location {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  #project-title-banner .project-title-banner-content .project-title-banner-content__location {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  #project-title-banner .project-title-banner-content .project-title-banner-content__location {
    font-size: 1.4rem;
  }
}
#project-title-banner .project-title-banner-content .project-key-details {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1360px) {
  #project-title-banner .project-title-banner-content .project-key-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  #project-title-banner .project-title-banner-content .project-key-details {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
#project-title-banner .project-title-banner-content .project-key-details .project-key-detail {
  font-size: 1.2rem;
}
#project-title-banner .project-title-banner-content .project-key-details .project-key-detail dt {
  color: #FFED00;
  margin-bottom: 0.4rem;
}
#project-title-banner .project-title-banner-content .project-key-details .project-key-detail dd {
  color: white;
}
#project-title-banner .project-title-banner-content .project-key-details .project-key-detail dd a {
  color: white;
}

#project-overview {
  padding: 8rem 0 0 0;
}
@media screen and (max-width: 1360px) {
  #project-overview {
    padding-top: 0;
  }
}
#project-overview .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1360px) {
  #project-overview .row {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 560px) {
  #project-overview .row {
    width: 90vw;
    margin: 6rem auto 0 auto;
  }
}
#project-overview .row:last-of-type {
  margin-bottom: 6rem;
}
#project-overview .row .column {
  position: relative;
  overflow: hidden;
  min-width: 0; /* ADDED: Prevents the column from stretching the grid container */
}
#project-overview .row .column h2 {
  color: #012E61;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
#project-overview .row .column p {
  color: rgba(1, 46, 97, 0.8117647059);
  line-height: 1.8;
  font-size: 1.1rem;
  font-weight: 200;
}
#project-overview .row .column.content-side {
  padding: 2rem 0;
}
@media screen and (max-width: 1360px) {
  #project-overview .row .column.content-side {
    padding: 0;
  }
}
#project-overview .row .column.image-side {
  border-radius: 30px;
}
@media screen and (max-width: 1360px) {
  #project-overview .row .column.image-side {
    height: 400px;
  }
}
#project-overview .row .column.image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#project-overview .row .column.project-spotlight {
  background: rgba(3, 35, 71, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
  border-radius: 30px;
}
@media screen and (max-width: 1360px) {
  #project-overview .row .column.project-spotlight {
    padding: 2rem 0 1rem 0;
  }
}
#project-overview .row .column.project-spotlight div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}
#project-overview .row .column.project-spotlight h3 {
  color: #012E61;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#project-overview .section-separator {
  margin-bottom: -0.2rem;
}
@media screen and (max-width: 1360px) {
  #project-overview .section-separator {
    margin-bottom: -0.1rem;
  }
}
@media screen and (max-width: 560px) {
  #project-overview .section-separator {
    margin-bottom: 0;
  }
}

#project-delivery {
  background: #031f3d;
  padding: 8rem 0 6rem 0;
}
#project-delivery .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1360px) {
  #project-delivery .row {
    grid-template-columns: 1fr;
    grid-gap: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 560px) {
  #project-delivery .row {
    grid-gap: 4rem;
  }
}
#project-delivery .row:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  #project-delivery .row:last-of-type {
    width: 90vw;
    margin: 6rem auto 0 auto;
  }
}
#project-delivery .row .column {
  position: relative;
  overflow: hidden;
  min-width: 0; /* ADDED: Prevents the column from stretching the grid container */
}
#project-delivery .row .column h2 {
  font-size: 2.4rem;
  color: white;
}
#project-delivery .row .column p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  font-weight: 200;
  margin-top: 2rem;
}
#project-delivery .row .column.image-side {
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 1360px) {
  #project-delivery .row .column.image-side {
    height: 350px;
  }
}
#project-delivery .row .column.image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#project-delivery .row .column.testimonial-side {
  padding: 2rem 0;
}
@media screen and (max-width: 1360px) {
  #project-delivery .row .column.testimonial-side {
    padding: 0;
  }
}
#project-delivery .row .column.testimonial-side .project-testimonial-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 560px) {
  #project-delivery .row .column.testimonial-side .project-testimonial-section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
#project-delivery .row .column.testimonial-side .project-testimonial-section-title .project-testimonial-navigation {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#project-delivery .row .column.testimonial-side .project-testimonial-section-title .project-testimonial-navigation button {
  height: 55px;
  width: 55px;
  border: solid 1px #FFED00;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#project-delivery .row .column.testimonial-side .project-testimonial-section-title .project-testimonial-navigation button i {
  color: white;
  font-size: 1.4rem;
}
#project-delivery .row .column.testimonial-side .project-testimonial-carousel blockquote {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 200;
  margin-top: 4rem;
}

#project-bottom {
  background: #012E61;
  padding: 18rem 0 6rem 0;
  position: relative;
}
@media screen and (max-width: 1360px) {
  #project-bottom {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 560px) {
  #project-bottom {
    padding-top: 10rem;
  }
}
#project-bottom .section-separator {
  position: absolute;
  top: 0;
  left: 0;
}
#project-bottom .project-bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12rem;
  position: relative;
}
@media screen and (max-width: 1360px) {
  #project-bottom .project-bottom-row {
    grid-template-columns: 1fr;
    grid-gap: 6rem;
  }
}
#project-bottom .project-bottom-row .column {
  position: relative;
  display: block;
}
#project-bottom .project-bottom-row .column h2 {
  font-size: 2.4rem;
  color: white;
}
#project-bottom .project-bottom-row .column .key-takeaways-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin-top: 4rem;
}
#project-bottom .project-bottom-row .column .key-takeaways-list .key-takeaway {
  font-size: 1.2rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1800px) {
  #project-bottom .project-bottom-row .column .key-takeaways-list .key-takeaway {
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  #project-bottom .project-bottom-row .column .key-takeaways-list .key-takeaway {
    flex-direction: column;
    align-items: flex-start;
    text-wrap: balance;
    font-size: 1.3rem;
  }
}
#project-bottom .project-bottom-row .column .key-takeaways-list .key-takeaway span {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFED00;
}
#project-bottom .project-bottom-row .column .key-takeaways-list .key-takeaway span i {
  color: #012E61;
}
#project-bottom .project-bottom-row .column .project-gallery-carousel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#project-bottom .project-bottom-row .column .project-gallery-carousel-title .project-gallery-navigation {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#project-bottom .project-bottom-row .column .project-gallery-carousel-title .project-gallery-navigation button {
  height: 55px;
  width: 55px;
  border: solid 1px #FFED00;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#project-bottom .project-bottom-row .column .project-gallery-carousel-title .project-gallery-navigation button i {
  color: white;
  font-size: 1.4rem;
}
#project-bottom .project-bottom-row .project-gallery-carousel {
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 40vw;
  margin-top: 4rem;
}
@media screen and (max-width: 1360px) {
  #project-bottom .project-bottom-row .project-gallery-carousel {
    width: 90vw;
  }
}
#project-bottom .project-bottom-row .project-gallery-carousel .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}
#project-bottom .project-bottom-row .project-gallery-carousel .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-project__title-banner {
  padding: 20rem 0 5rem 0;
  background: #012E61;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .single-project__title-banner {
    padding: 12rem 0 6rem 0;
  }
}
@media screen and (max-width: 560px) {
  .single-project__title-banner {
    padding: 14rem 0 2rem 0;
  }
}
.single-project__title-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-project__title-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #012E61;
  opacity: 0.9;
}
.single-project__title-banner .single-project__title-content {
  position: relative;
  z-index: 1;
}
.single-project__title-banner .single-project__title-content h1 {
  font-size: 4rem;
  color: white;
}
@media screen and (max-width: 1800px) {
  .single-project__title-banner .single-project__title-content h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1360px) {
  .single-project__title-banner .single-project__title-content h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 560px) {
  .single-project__title-banner .single-project__title-content h1 {
    font-size: 2.4rem;
  }
}
.single-project__title-banner .single-project__title-content h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: white;
  margin-top: 1rem;
}
@media screen and (max-width: 1800px) {
  .single-project__title-banner .single-project__title-content h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1360px) {
  .single-project__title-banner .single-project__title-content h2 {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}

.single-project-content {
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 1360px) {
  .single-project-content {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .single-project-content {
    padding-top: 2rem;
  }
}
.single-project-content .single-project__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 8rem;
}
@media screen and (max-width: 1360px) {
  .single-project-content .single-project__container {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.single-project-content .single-project__container .single-project__col {
  min-width: 0; /* ADDED: Prevents the column from stretching the grid container */
}
.single-project-content .single-project__container .single-project__col p {
  font-size: 1.2rem;
  margin: 2rem 0;
  color: #012E61;
}
.single-project-content .single-project__container .single-project__col p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .single-project-content .single-project__container .single-project__col p:first-of-type {
    font-size: 1.5rem;
  }
}
.single-project-content .single-project__container .single-project__col:last-of-type {
  background: #012E61;
  padding: 2rem 3rem;
  border-radius: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 560px) {
  .single-project-content .single-project__container .single-project__col:last-of-type {
    padding: 1.4rem;
    border-radius: 18px;
  }
}
.single-project-content .single-project__container .single-project__col:last-of-type .project-detail {
  margin: 2rem 0;
  color: white;
}
.single-project-content .single-project__container .single-project__col:last-of-type .project-detail .project-detail__name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFED00;
}
.single-project-content .single-project__container .single-project__col:last-of-type .project-detail .project-detail__value {
  font-weight: 300;
  font-size: 1.2rem;
  margin-top: 1rem;
  opacity: 0.8;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin: 4rem auto 8rem auto;
}
@media screen and (max-width: 1360px) {
  .project-gallery {
    grid-template-columns: 1fr 1fr;
    margin: 2rem auto 4rem auto;
  }
}
@media screen and (max-width: 560px) {
  .project-gallery {
    grid-template-columns: 1fr;
    margin: 1rem auto 3rem auto;
  }
}
.project-gallery .project-gallery__img {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-gallery .project-gallery__img:hover {
  transform: scale(1.04);
}
@media screen and (max-width: 1800px) {
  .project-gallery .project-gallery__img {
    height: 300px;
  }
}

.careers-intro {
  padding: 6rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
}
@media screen and (max-width: 1360px) {
  .careers-intro {
    grid-gap: 4rem;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 560px) {
  .careers-intro {
    grid-template-columns: 1fr;
  }
}
.careers-intro .careers-intro__column {
  display: block;
  width: 100%;
}
.careers-intro .careers-intro__column.body {
  color: #012E61;
}
.careers-intro .careers-intro__column.body h2, .careers-intro .careers-intro__column.body h3, .careers-intro .careers-intro__column.body p {
  margin: 1.8rem 0;
}
.careers-intro .careers-intro__column.body h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1360px) {
  .careers-intro .careers-intro__column.body h2 {
    font-size: 1.8rem;
  }
}
.careers-intro .careers-intro__column.body p {
  font-size: 1.1rem;
  margin: 2rem 0;
  font-weight: 300;
}
@media screen and (max-width: 1360px) {
  .careers-intro .careers-intro__column.body p {
    font-size: 1rem;
  }
}
.careers-intro .careers-intro__column.body h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1360px) {
  .careers-intro .careers-intro__column.body h3 {
    font-size: 1.2rem;
  }
}
.careers-intro .careers-intro__column.image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .careers-intro .careers-intro__column.image {
    height: 400px;
  }
}
.careers-intro .careers-intro__column.image:hover > a > img {
  transition: all 0.3s ease;
  transform: scale(1.1);
  filter: grayscale(100%);
}
.careers-intro .careers-intro__column.image .play-btn {
  transition: all 0.3s ease;
  z-index: 10;
  background: #FFED00;
  color: #012E61;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.careers-intro .careers-intro__column.image .play-btn:hover {
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
}
.careers-intro .careers-intro__column.image .play-btn i {
  font-size: 2.2rem;
}
.careers-intro .careers-intro__column.image img {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.careers-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
  pointer-events: none;
}
.careers-video-modal.careers-video-modal--activated {
  transition: all 0.3s ease;
  display: flex;
  pointer-events: all;
}
.careers-video-modal iframe {
  width: 70vw;
  height: 70vh;
}
@media screen and (max-width: 1360px) {
  .careers-video-modal iframe {
    width: 90vw;
    height: 50vh;
  }
}
@media screen and (max-width: 560px) {
  .careers-video-modal iframe {
    height: 300px;
  }
}
.careers-video-modal button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.careers-video-modal button i {
  font-size: 3rem;
  color: #FFED00;
}

.large-image-separator {
  height: 800px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .large-image-separator {
    height: 500px;
  }
}
@media screen and (max-width: 1360px) {
  .large-image-separator {
    height: 500px;
  }
}
@media screen and (max-width: 560px) {
  .large-image-separator {
    height: 400px;
  }
}
.large-image-separator img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.job-spotlights {
  background: #012E61;
  padding: 6rem 0;
}
@media screen and (max-width: 1360px) {
  .job-spotlights {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .job-spotlights {
    padding: 3rem 0;
  }
}
.job-spotlights .job-spotlights__titles {
  margin: 2rem 0 4rem 0;
  color: white;
}
@media screen and (max-width: 560px) {
  .job-spotlights .job-spotlights__titles {
    margin: 2rem 0 3rem 0;
  }
}
.job-spotlights .job-spotlights__titles h2 {
  font-size: 3rem;
}
@media screen and (max-width: 1360px) {
  .job-spotlights .job-spotlights__titles h2 {
    font-size: 2.4rem;
  }
}
.job-spotlights .job-spotlights__titles p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 2rem;
  opacity: 0.7;
}
@media screen and (max-width: 1360px) {
  .job-spotlights .job-spotlights__titles p {
    font-size: 1rem;
  }
}
.job-spotlights .job-spotlight-blocks {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 1360px) {
  .job-spotlights .job-spotlight-blocks {
    grid-template-columns: 1fr;
  }
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1800px) {
  .job-spotlights .job-spotlight-blocks .job-spotlight-block {
    height: 400px;
  }
}
@media screen and (max-width: 1360px) {
  .job-spotlights .job-spotlight-blocks .job-spotlight-block {
    height: 300px;
  }
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.6rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1800px) {
  .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay {
    padding: 1rem;
  }
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay:hover + h3 {
  transition: all 0.3s ease;
  opacity: 1;
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h4 {
  transition: all 0.3s ease;
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.6;
}
@media screen and (max-width: 1800px) {
  .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h4 {
    font-size: 1.2rem;
  }
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h3 {
  color: white;
  font-size: 2.2rem;
}
@media screen and (max-width: 1800px) {
  .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h3 {
    font-size: 1.8rem;
  }
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content a .arrow-icon {
  background: #FFED00;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content a .arrow-icon i {
  color: #012E61;
}

.benefits {
  background: #F8F8F8;
  padding: 8rem 0 1rem 0;
}
@media screen and (max-width: 1800px) {
  .benefits {
    padding: 8rem 0 2rem 0;
  }
}
@media screen and (max-width: 1360px) {
  .benefits {
    padding: 6rem 0 2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .benefits {
    padding: 5rem 0 1rem 0;
  }
}
.benefits .benefits-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
}
@media screen and (max-width: 1360px) {
  .benefits .benefits-content {
    grid-gap: 4rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .benefits .benefits-content {
    grid-gap: 3rem;
  }
}
.benefits .benefits-content .benefits__section-title {
  font-size: 4rem;
  width: 65%;
  color: #012E61;
}
@media screen and (max-width: 1800px) {
  .benefits .benefits-content .benefits__section-title {
    font-size: 3rem;
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .benefits .benefits-content .benefits__section-title {
    width: 85%;
    font-size: 2.6rem;
  }
}
.benefits .benefits-content .job-listings-title {
  color: #012E61;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
.benefits .benefits-content .all-job-listings-btn {
  margin-top: 3rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #012E61;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.benefits .benefits-content .all-job-listings-btn .arrow-icon {
  background: #012E61;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.benefits .benefits-content .all-job-listings-btn .arrow-icon i {
  color: #FFED00;
}
.benefits .benefits-content .benefit-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 560px) {
  .benefits .benefits-content .benefit-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
.benefits .benefits-content .benefit-blocks .benefit-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.benefits .benefits-content .benefit-blocks .benefit-block h4 {
  color: #012E61;
  font-size: 1.3rem;
  text-align: center;
  width: 80%;
  margin: 1rem auto;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .benefits .benefits-content .benefit-blocks .benefit-block h4 {
    width: 90%;
    font-size: 1.1rem;
  }
}
.benefits .benefits-content .benefit-blocks .benefit-block .benefits-block-icon {
  background: white;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits .benefits-content .benefit-blocks .benefit-block .benefits-block-icon img {
  width: 60px;
}

.careers-title-banner {
  padding: 20rem 0 16rem 0;
  background: #031f3d;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .careers-title-banner {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 1360px) {
  .careers-title-banner {
    padding-top: 16rem;
  }
}
@media screen and (max-width: 560px) {
  .careers-title-banner {
    padding: 12rem 0 14rem 0;
  }
}
.careers-title-banner .careers-title-banner__title {
  font-size: 4.8rem;
  color: white;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1800px) {
  .careers-title-banner .careers-title-banner__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1360px) {
  .careers-title-banner .careers-title-banner__title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 560px) {
  .careers-title-banner .careers-title-banner__title {
    font-size: 2.6rem;
    text-align: left;
  }
}
.careers-title-banner .bg-graphic {
  position: absolute;
  bottom: -25rem;
  left: 0;
  pointer-events: none;
  color: white;
  z-index: 0;
  font-size: 100vw;
  opacity: 0.02;
}
@media screen and (max-width: 1800px) {
  .careers-title-banner .bg-graphic {
    left: -10rem;
  }
}
@media screen and (max-width: 1360px) {
  .careers-title-banner .bg-graphic {
    top: -18rem;
    left: 0;
    font-size: 120vw;
  }
}
@media screen and (max-width: 560px) {
  .careers-title-banner .bg-graphic {
    top: -15rem;
    font-size: 210vw;
  }
}

.careers-featured-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  height: 600px;
  position: relative;
  margin: -12rem auto 0 auto;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1800px) {
  .careers-featured-image {
    height: 500px;
  }
}
@media screen and (max-width: 1360px) {
  .careers-featured-image {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .careers-featured-image {
    border-radius: 30px;
  }
}

.careers-split-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 10rem;
  margin: 8rem auto;
}
@media screen and (max-width: 1800px) {
  .careers-split-section {
    grid-template-columns: 1fr 1fr;
    grid-gap: 6rem;
  }
}
@media screen and (max-width: 1360px) {
  .careers-split-section {
    grid-gap: 4rem;
    margin: 4rem auto;
  }
}
@media screen and (max-width: 560px) {
  .careers-split-section {
    grid-template-columns: 1fr;
    margin: 5rem auto;
  }
}
.careers-split-section:nth-child(3) {
  grid-template-columns: 1.5fr 1fr;
}
@media screen and (max-width: 1800px) {
  .careers-split-section:nth-child(3) {
    grid-template-columns: 1fr 1fr;
    grid-gap: 6rem;
  }
}
@media screen and (max-width: 1360px) {
  .careers-split-section:nth-child(3) {
    grid-gap: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .careers-split-section:nth-child(3) {
    grid-template-columns: 1fr;
  }
}
.careers-split-section .column {
  position: relative;
  overflow: hidden;
}
.careers-split-section .column.image-side {
  border-radius: 20px;
}
@media screen and (max-width: 560px) {
  .careers-split-section .column.image-side {
    height: 300px;
    order: 2;
  }
}
.careers-split-section .column.image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.careers-split-section .column.text-side {
  padding: 4rem 0;
}
@media screen and (max-width: 560px) {
  .careers-split-section .column.text-side {
    padding: 0;
    order: 1;
  }
}
.careers-split-section .column.text-side .content {
  color: #012E61;
}
.careers-split-section .column.text-side .content h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1800px) {
  .careers-split-section .column.text-side .content h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 560px) {
  .careers-split-section .column.text-side .content h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.careers-split-section .column.text-side .content p {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  font-weight: 200;
  color: rgba(5, 46, 97, 0.6);
}
@media screen and (max-width: 560px) {
  .careers-split-section .column.text-side .content p {
    font-size: 1rem;
  }
}
.careers-split-section .column.text-side .content p:last-of-type {
  margin-bottom: 0;
}
.careers-split-section .column.text-side .content ul {
  margin: 2rem 0;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: rgba(5, 46, 97, 0.6);
}
.careers-split-section .column.text-side .content ul li::marker {
  color: #eadb07;
}
.careers-split-section .column.text-side .content .split-section-logos {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 560px) {
  .careers-split-section .column.text-side .content .split-section-logos {
    margin-top: 1rem;
  }
}
.careers-split-section .column.text-side .content .split-section-logos img:nth-of-type(1) {
  width: 70px;
}
.careers-split-section .column.text-side .content .split-section-logos img:nth-of-type(2) {
  width: 210px;
}
@media screen and (max-width: 1800px) {
  .careers-split-section .column.text-side .content .split-section-logos img:nth-of-type(2) {
    width: 190px;
  }
}

.values-and-behaviours {
  padding: 2rem 0 4rem 0;
}
.values-and-behaviours .values-and-behaviours-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
  color: #012E61;
}
.values-and-behaviours .values-and-behaviours-title .values-and-behaviours__heading {
  font-size: 3rem;
}
@media screen and (max-width: 1800px) {
  .values-and-behaviours .values-and-behaviours-title .values-and-behaviours__heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .values-and-behaviours .values-and-behaviours-title .values-and-behaviours__heading {
    font-size: 2.2rem;
  }
}
.values-and-behaviours .values-and-behaviours-title .values-and-behaviours__subheading {
  width: 70ch;
  font-size: 1.1rem;
  color: rgba(5, 46, 97, 0.6);
}
@media screen and (max-width: 1360px) {
  .values-and-behaviours .values-and-behaviours-title .values-and-behaviours__subheading {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .values-and-behaviours .values-and-behaviours-title .values-and-behaviours__subheading {
    font-size: 1rem;
  }
}
.values-and-behaviours .values-and-behaviours-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 560px) {
  .values-and-behaviours .values-and-behaviours-blocks {
    grid-template-columns: 1fr;
  }
}
.values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #012E61;
}
@media screen and (max-width: 1360px) {
  .values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block {
    padding: 4rem 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block {
    padding: 3rem 1.2rem;
  }
}
.values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__icon {
  transition: all 0.4s ease;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background: #FFED00;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.07);
}
.values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__icon i {
  font-size: 2.4rem;
  color: #012E61;
}
.values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__icon:hover {
  transition: all 0.4s ease;
  transform: scale(1.1);
  background: #fbf270;
}
.values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__heading {
  font-size: 2.2rem;
  margin: 2rem 0 1.2rem 0;
}
@media screen and (max-width: 560px) {
  .values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__heading {
    font-size: 1.8rem;
  }
}
.values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__subheading {
  color: rgba(5, 46, 97, 0.6);
  width: 85%;
  margin: 0 auto;
  font-weight: 200;
}
@media screen and (max-width: 1800px) {
  .values-and-behaviours .values-and-behaviours-blocks .values-and-behaviour-block .values-and-behaviour-block__subheading {
    width: 100%;
  }
}

.employee-benefits {
  background: #031f3d;
  padding: 8rem 0 6rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .employee-benefits {
    padding-bottom: 4rem;
  }
}
.employee-benefits .bg-graphic {
  position: absolute;
  top: -75rem;
  left: 0;
  font-size: 100vw;
  color: white;
  pointer-events: none;
  opacity: 0.02;
}
@media screen and (max-width: 2200px) {
  .employee-benefits .bg-graphic {
    top: -50rem;
  }
}
@media screen and (max-width: 1800px) {
  .employee-benefits .bg-graphic {
    top: -28rem;
  }
}
@media screen and (max-width: 560px) {
  .employee-benefits .bg-graphic {
    top: -10rem;
    left: -20rem;
    font-size: 250vw;
  }
}
.employee-benefits .employee-benefits-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .employee-benefits .employee-benefits-top-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.employee-benefits .employee-benefits-top-section .section-title {
  color: white;
  font-size: 3rem;
}
@media screen and (max-width: 1800px) {
  .employee-benefits .employee-benefits-top-section .section-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .employee-benefits .employee-benefits-top-section .section-title {
    font-size: 2.2rem;
  }
}
.employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation button {
  transition: all 0.3s ease;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  border: solid 1px #FFED00;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation button {
    height: 65px;
    width: 65px;
  }
}
.employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation button:hover {
  transition: all 0.3s ease;
  background: #FFED00;
}
.employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation button:hover > i {
  transition: all 0.3s ease;
  color: #012E61;
}
.employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation button i {
  transition: all 0.3s ease;
  color: white;
  font-size: 2rem;
}
@media screen and (max-width: 560px) {
  .employee-benefits .employee-benefits-top-section .employee-benefits-carousel-navigation button i {
    font-size: 1.6rem;
  }
}
.employee-benefits .employee-benefits-carousel {
  width: 85.5%;
  margin: 6rem 0 2rem auto;
}
@media screen and (max-width: 2200px) {
  .employee-benefits .employee-benefits-carousel {
    width: 92.5%;
  }
}
.employee-benefits .employee-benefits-carousel .swiper-wrapper {
  width: -moz-max-content;
  width: max-content;
}
.employee-benefits .employee-benefits-carousel .employee-benefit {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  color: white;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  height: 120px;
}
@media screen and (max-width: 1800px) {
  .employee-benefits .employee-benefits-carousel .employee-benefit {
    flex-direction: column;
    height: 220px;
  }
}
@media screen and (max-width: 560px) {
  .employee-benefits .employee-benefits-carousel .employee-benefit {
    height: auto;
    border-bottom: none;
  }
}
.employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit__icon {
  height: 70px;
  width: 70px;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  flex: 0 0 70px;
  border-radius: 100%;
  background: #FFED00;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit__icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    flex: 0 0 70px;
  }
}
.employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit__icon img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1800px) {
  .employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit__icon img {
    width: 20px;
  }
}
.employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit-text {
  flex: 1 1 0%;
}
.employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit-text .employee-benefit-text__heading {
  font-size: 1.6rem;
}
.employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit-text .employee-benefit-text__subheading {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit-text .employee-benefit-text__subheading {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .employee-benefits .employee-benefits-carousel .employee-benefit .employee-benefit-text .employee-benefit-text__subheading {
    font-size: 1rem;
  }
}
.employee-benefits .two-column-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6rem;
  color: white;
  margin-top: 10rem;
}
@media screen and (max-width: 1360px) {
  .employee-benefits .two-column-text {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .employee-benefits .two-column-text {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-top: 7rem;
  }
}
.employee-benefits .two-column-text h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1800px) {
  .employee-benefits .two-column-text h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .employee-benefits .two-column-text h2 {
    font-size: 2.2rem;
  }
}
.employee-benefits .two-column-text p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  font-weight: 200;
}
.employee-benefits .two-column-text p:last-of-type {
  margin-bottom: 0;
}
.employee-benefits .two-column-text a {
  color: #012E61;
}
.employee-benefits .two-column-text .btn {
  display: inline-block;
  margin: 1rem 0;
}
@media screen and (max-width: 560px) {
  .employee-benefits .two-column-text .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
  }
}

#career-stories {
  background: #012E61;
  padding: 8rem 0 6rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  #career-stories {
    padding: 6rem 0 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  #career-stories {
    padding: 4rem 0 3rem 0;
  }
}
#career-stories .section-separator {
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 560px) {
  #career-stories .section-separator {
    width: 150vw;
    top: 0;
    left: -5rem;
  }
}
#career-stories .bg-graphic {
  pointer-events: none;
  position: absolute;
  bottom: -25rem;
  left: -15rem;
  color: white;
  font-size: 100vw;
  opacity: 0.02;
}
#career-stories .job-spotlights {
  background: #012E61;
  z-index: 5;
  padding: 8rem 0 4rem 0;
}
@media screen and (max-width: 1800px) {
  #career-stories .job-spotlights {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1360px) {
  #career-stories .job-spotlights {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  #career-stories .job-spotlights {
    padding: 3rem 0;
  }
}
#career-stories .job-spotlights .job-spotlights__titles {
  margin: 2rem 0 4rem 0;
  color: white;
}
@media screen and (max-width: 560px) {
  #career-stories .job-spotlights .job-spotlights__titles {
    margin: 2rem 0 3rem 0;
  }
}
#career-stories .job-spotlights .job-spotlights__titles h2 {
  font-size: 3rem;
}
@media screen and (max-width: 1360px) {
  #career-stories .job-spotlights .job-spotlights__titles h2 {
    font-size: 2.4rem;
  }
}
#career-stories .job-spotlights .job-spotlights__titles p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 2rem;
  opacity: 0.7;
}
@media screen and (max-width: 1360px) {
  #career-stories .job-spotlights .job-spotlights__titles p {
    font-size: 1rem;
  }
}
#career-stories .job-spotlights .job-spotlight-blocks {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 1360px) {
  #career-stories .job-spotlights .job-spotlight-blocks {
    grid-template-columns: 1fr;
  }
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1800px) {
  #career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block {
    height: 400px;
  }
}
@media screen and (max-width: 1360px) {
  #career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block {
    height: 300px;
  }
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.6rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1800px) {
  #career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  #career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay {
    padding: 1rem;
  }
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay:hover + h3 {
  transition: all 0.3s ease;
  opacity: 1;
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h4 {
  transition: all 0.3s ease;
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.6;
}
@media screen and (max-width: 1800px) {
  #career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h4 {
    font-size: 1.2rem;
  }
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h3 {
  color: white;
  font-size: 2.2rem;
}
@media screen and (max-width: 1800px) {
  #career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content h3 {
    font-size: 1.8rem;
  }
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content a .arrow-icon {
  background: #FFED00;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#career-stories .job-spotlights .job-spotlight-blocks .job-spotlight-block .job-spotlight-block__overlay .job-spotlight-block__overlay-content a .arrow-icon i {
  color: #012E61;
}
#career-stories .career-stories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  margin-top: 4rem;
  position: relative;
}
#career-stories .career-stories .section-title {
  font-size: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1800px) {
  #career-stories .career-stories .section-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  #career-stories .career-stories .section-title {
    font-size: 2.2rem;
  }
}
#career-stories .career-stories .career-stories-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  width: 40vw;
  padding: 0;
}
@media screen and (max-width: 1800px) {
  #career-stories .career-stories .career-stories-list {
    width: 55vw;
  }
}
@media screen and (max-width: 1360px) {
  #career-stories .career-stories .career-stories-list {
    width: 90%;
  }
}
@media screen and (max-width: 560px) {
  #career-stories .career-stories .career-stories-list {
    width: 100%;
  }
}
#career-stories .career-stories .career-stories-list .career-story {
  background: #031f3d;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 2rem;
}
@media screen and (max-width: 560px) {
  #career-stories .career-stories .career-stories-list .career-story {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 2.4rem 1.4rem 1.6rem 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  #career-stories .career-stories .career-stories-list .career-story .career-story__name {
    font-size: 1.8rem;
  }
}
#career-stories .career-stories .career-stories-list .career-story .career-story__modal-open-btn {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
}
#career-stories .career-stories .career-stories-list .career-story .career-story__modal-open-btn:hover {
  transition: all 0.3s ease;
  color: white;
}
#career-stories .career-stories .career-stories-list .career-story .career-story__modal-open-btn:hover > .arrow-icon {
  transition: all 0.3s ease;
  opacity: 1;
  transform: rotate(0);
}
#career-stories .career-stories .career-stories-list .career-story .career-story__modal-open-btn .arrow-icon {
  transition: all 0.3s ease;
  background: #FFED00;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transform: rotate(-45deg);
}
#career-stories .career-stories .career-stories-list .career-story .career-story__modal-open-btn .arrow-icon i {
  color: #012E61;
}

.career-story-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.career-story-modal-container.career-story--activated {
  display: flex;
  pointer-events: all;
}
.career-story-modal-container .career-story-modal {
  width: 40vw;
  background: #012E61;
  padding: 4rem 2.6rem 3rem 2.6rem;
  text-align: left;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 2200px) {
  .career-story-modal-container .career-story-modal {
    width: 50vw;
  }
}
@media screen and (max-width: 1800px) {
  .career-story-modal-container .career-story-modal {
    width: 65vw;
  }
}
@media screen and (max-width: 1360px) {
  .career-story-modal-container .career-story-modal {
    width: 85vw;
  }
}
@media screen and (max-width: 560px) {
  .career-story-modal-container .career-story-modal {
    width: 90vw;
    padding: 4rem 1.6rem 3rem 1.6rem;
  }
}
.career-story-modal-container .career-story-modal .career-story__modal-close-btn {
  transition: all 0.3s ease;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 60px;
  width: 60px;
  border: solid 2px #FFED00;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-story-modal-container .career-story-modal .career-story__modal-close-btn:hover {
  background: #FFED00;
}
.career-story-modal-container .career-story-modal .career-story__modal-close-btn:hover > .x-icon i {
  color: #012E61;
}
.career-story-modal-container .career-story-modal .career-story__modal-close-btn i {
  transition: all 0.3s ease;
  color: white;
  font-size: 1.6rem;
}
.career-story-modal-container .career-story-modal span {
  background: #FFED00;
  padding: 0.8rem 1.2rem;
  color: #012E61;
  border-radius: 30px;
}
.career-story-modal-container .career-story-modal .career-story-modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0 2rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 560px) {
  .career-story-modal-container .career-story-modal .career-story-modal-top {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
    padding-top: 3rem;
  }
}
.career-story-modal-container .career-story-modal .career-story-modal-top .career-story-modal-top__name {
  font-size: 3rem;
}
@media screen and (max-width: 1800px) {
  .career-story-modal-container .career-story-modal .career-story-modal-top .career-story-modal-top__name {
    font-size: 2.4rem;
  }
}
.career-story-modal-container .career-story-modal .career-story-modal-content {
  height: 520px;
  padding-top: 4rem;
  overflow: scroll;
}
@media screen and (max-width: 2200px) {
  .career-story-modal-container .career-story-modal .career-story-modal-content {
    height: 400px;
  }
}
@media screen and (max-width: 1800px) {
  .career-story-modal-container .career-story-modal .career-story-modal-content {
    height: 390px;
  }
}
@media screen and (max-width: 560px) {
  .career-story-modal-container .career-story-modal .career-story-modal-content {
    height: 300px;
    padding-top: 3rem;
  }
}
.career-story-modal-container .career-story-modal .career-story-modal-content::-webkit-scrollbar {
  display: none;
}
.career-story-modal-container .career-story-modal .career-story-modal-content p {
  color: rgba(255, 255, 255, 0.5);
}

.why-join {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .why-join {
    padding: 8rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .why-join {
    padding-top: 6rem;
  }
}
.why-join .bg-graphic {
  position: absolute;
  top: -10rem;
  left: -12rem;
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  pointer-events: none;
  background: #012E61;
  opacity: 0.03;
}
@media screen and (max-width: 560px) {
  .why-join .bg-graphic {
    width: 400px;
    height: 400px;
    top: -4rem;
    left: -8rem;
  }
}
.why-join .why-join-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 6rem;
  z-index: 5;
}
@media screen and (max-width: 1360px) {
  .why-join .why-join-content {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .why-join .why-join-content {
    grid-gap: 1rem;
  }
}
.why-join .why-join-content .why-join__section-title {
  color: #012E61;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1800px) {
  .why-join .why-join-content .why-join__section-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .why-join .why-join-content .why-join__section-title {
    font-size: 2.2rem;
  }
}
.why-join .why-join-content .why-join__section-body p {
  color: #012E61;
  opacity: 0.6;
  font-weight: 200;
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 560px) {
  .why-join .why-join-content .why-join__section-body p {
    font-size: 1rem;
  }
}
.why-join .why-join-content .why-join__section-body p:last-of-type {
  margin-bottom: 0;
}
.why-join .why-join-content .all-job-listings-btn {
  margin-top: 3rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #012E61;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.why-join .why-join-content .all-job-listings-btn .arrow-icon {
  background: #012E61;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.why-join .why-join-content .all-job-listings-btn .arrow-icon i {
  color: #FFED00;
}
.why-join .upload-cv {
  position: relative;
  background: #031f3d;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding: 8rem 0 5rem 0;
  margin: 4rem auto;
}
@media screen and (max-width: 560px) {
  .why-join .upload-cv {
    margin: 2rem auto 0 auto;
    width: 100vw !important;
    padding: 6rem 0 2rem 0;
    border-radius: 0;
  }
}
.why-join .upload-cv .upload-cv__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.why-join .upload-cv .upload-cv__title {
  color: white;
  font-size: 3rem;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  .why-join .upload-cv .upload-cv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .why-join .upload-cv .upload-cv__title {
    font-size: 2.2rem;
  }
}
.why-join .upload-cv form {
  display: block;
  width: 30vw;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  .why-join .upload-cv form {
    width: 40vw;
  }
}
@media screen and (max-width: 1360px) {
  .why-join .upload-cv form {
    width: 70vw;
  }
}
@media screen and (max-width: 560px) {
  .why-join .upload-cv form {
    width: 90vw;
  }
}
.why-join .upload-cv form input, .why-join .upload-cv form textarea {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 1rem;
  color: #031f3d;
  border: none;
}
.why-join .upload-cv form input[type=submit] {
  background: #FFED00;
  color: #012E61;
  cursor: pointer;
}
.why-join .upload-cv form input[type=file] {
  background: white;
}
.why-join .upload-cv form input[type=file]::-webkit-file-upload-button {
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
  background: #FFED00;
  border: none;
  border-radius: 8px;
  padding: 0.6rem;
  margin-right: 1rem;
  cursor: pointer;
}
.why-join .upload-cv form input[type=file]::-webkit-file-upload-button:hover {
  background: #fbf270;
}
.why-join .upload-cv form .wpcf7-response-output {
  color: white;
  text-align: center;
  margin: 0;
  padding: 1rem;
}

#work-experience-testimonials {
  padding: 2rem 0 6rem 0;
  color: #012E61;
}
@media screen and (max-width: 1360px) {
  #work-experience-testimonials {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 560px) {
  #work-experience-testimonials {
    padding-top: 6rem;
  }
}
#work-experience-testimonials .work-experience-testimonials__heading {
  font-size: 3rem;
}
@media screen and (max-width: 1800px) {
  #work-experience-testimonials .work-experience-testimonials__heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  #work-experience-testimonials .work-experience-testimonials__heading {
    font-size: 2.2rem;
  }
}
#work-experience-testimonials .work-experience-testimonials__subheading {
  font-size: 1.1rem;
  opacity: 0.6;
  margin-top: 2rem;
}
@media screen and (max-width: 560px) {
  #work-experience-testimonials .work-experience-testimonials__subheading {
    font-size: 1rem;
  }
}
#work-experience-testimonials .work-experience-testimonials-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  #work-experience-testimonials .work-experience-testimonials-top {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
#work-experience-testimonials .work-experience-testimonials-top .work-experience-testimonial-navigation {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#work-experience-testimonials .work-experience-testimonials-top .work-experience-testimonial-navigation button {
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: solid 2px #012E61;
  border-radius: 100%;
}
#work-experience-testimonials .work-experience-testimonials-top .work-experience-testimonial-navigation button:hover {
  background: #FFED00;
}
#work-experience-testimonials .work-experience-testimonials-top .work-experience-testimonial-navigation button i {
  color: #012E61;
  font-size: 1.4rem;
}
#work-experience-testimonials .work-experience-testimonial-carousel {
  padding-top: 4rem;
  position: relative;
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial {
  padding: 4rem 1.8rem 1.8rem 1.8rem;
  border-radius: 30px;
  border: solid 2px #012E61;
  font-weight: 200;
  position: relative;
  overflow: hidden;
  height: 420px;
}
@media screen and (max-width: 1800px) {
  #work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial {
    height: 450px;
  }
}
@media screen and (max-width: 1360px) {
  #work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial i {
  position: absolute;
  font-size: 22rem;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial i.fa-quote-left {
  top: -5rem;
  left: -3rem;
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial i.fa-quote-right {
  bottom: -5rem;
  right: -3rem;
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial-details {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem 1rem 2rem;
}
@media screen and (max-width: 1360px) {
  #work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial-details {
    position: relative;
    padding: 0;
  }
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial-details .work-experience-testimonial-details__name {
  font-size: 1.4rem;
  font-weight: 400;
}
#work-experience-testimonials .work-experience-testimonial-carousel .work-experience-testimonial-details .work-experience-testimonial-details__age {
  background: #FFED00;
  padding: 0.8rem 1.2rem;
  color: #012E61;
  border-radius: 30px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  z-index: 5;
}

.search-title__container {
  padding: 14rem 0 4rem 0;
  background: #012E61;
  color: white;
  display: flex;
  justify-content: center;
}
.search-title__container h1 {
  font-size: 3.2rem;
  font-weight: 700;
}
.search-title__container h1 span {
  color: #012E61;
}
@media screen and (max-width: 1360px) {
  .search-title__container h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 560px) {
  .search-title__container h1 {
    width: 90%;
    max-width: auto;
    text-align: left;
  }
}

.results-number__container {
  width: 50%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 0 2rem 0;
  font-size: 1.6rem;
  color: #012E61;
}
@media screen and (max-width: 1360px) {
  .results-number__container {
    width: 90%;
    max-width: auto;
    text-align: left;
  }
}

.search-result__container {
  width: 50%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 0;
  list-style-type: none;
}
@media screen and (max-width: 1360px) {
  .search-result__container {
    width: 90%;
    max-width: auto;
    padding: 2rem 0;
  }
}
.search-result__container .search-result__post-type {
  color: #031f3d;
  background: rgba(5, 46, 97, 0.05);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.search-result__container .search-result__title {
  font-size: 2rem;
  color: #012E61;
}
.search-result__container .search-results__excerpt {
  color: grey;
}
.search-result__container .btn {
  display: inline-block;
  margin-top: 2rem;
  color: #FFED00;
}

.no-results__container {
  height: 95vh;
  background: #012E61;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.no-results__container i {
  font-size: 4rem;
  color: #FFED00;
}
.no-results__container h2 {
  font-size: 2.8rem;
  color: white;
}
.no-results__container p {
  color: white;
  font-size: 1.1rem;
}
@media screen and (max-width: 1360px) {
  .no-results__container p {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
  }
}
.no-results__container input {
  height: 100%;
  padding: 1rem;
  font-size: 1.2rem;
}
.no-results__container input[type=text] {
  background: none;
  outline: none;
  border: none;
  border: solid 1px white;
  border-radius: 50px;
  color: white;
  font-family: "azo-sans-web", sans-serif;
}
.no-results__container input[type=text]:focus {
  border: solid 2px #FFED00 !important;
}
@media screen and (max-width: 560px) {
  .no-results__container input[type=text] {
    width: 70vw;
  }
}
.no-results__container input[type=submit] {
  transition: all 0.3s ease;
  background: none;
  outline: none;
  color: white;
  border: none;
  font-family: "azo-sans-web", sans-serif;
  cursor: pointer;
}
.no-results__container input[type=submit]:hover {
  transition: all 0.3s ease;
  color: #FFED00;
}
.no-results__container .alert {
  background: none;
  border: none;
}
.no-results__container .asl_w_container {
  display: block;
  width: 325px !important;
}
.no-results__container .asl_w_container .probox {
  border-color: #FFED00;
  font-family: "azo-sans-web", sans-serif !important;
}
.no-results__container .asl_w_container svg {
  display: none !important;
}

.about-lemon {
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 1360px) {
  .about-lemon {
    padding: 3rem 0 2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .about-lemon {
    padding: 2rem 0;
  }
}
.about-lemon .about-lemon__intro-text {
  color: #012E61;
}
.about-lemon .about-lemon__intro-text p {
  margin: 2rem 0;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 1360px) {
  .about-lemon .about-lemon__intro-text p {
    font-size: 1.1rem;
  }
}
.about-lemon .about-lemon__intro-text h2 {
  font-weight: 500;
  font-size: 2rem;
  padding: 2rem 0;
}
@media screen and (max-width: 1360px) {
  .about-lemon .about-lemon__intro-text h2 {
    font-size: 1.6rem;
    padding: 1.2rem 0;
  }
}

.about-lemon__grid-blocks {
  display: grid;
  gap: 1rem; /* Gap between grid items */
  grid-template-areas: "top-left top-left top-left top-right top-right top-right" "bottom-left bottom-left bottom-middle bottom-middle bottom-right bottom-right";
}
@media screen and (max-width: 1360px) {
  .about-lemon__grid-blocks {
    grid-template-areas: "top-left top-left top-left top-left top-left top-left" "top-right top-right top-right top-right top-right top-right" "bottom-middle bottom-middle bottom-middle bottom-middle bottom-middle bottom-middle" "bottom-left bottom-left bottom-left bottom-left bottom-left bottom-left" "bottom-right bottom-right bottom-right bottom-right bottom-right bottom-right";
  }
}

.about-lemon__grid-block {
  background-color: #FFED00;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .about-lemon__grid-block {
    height: 450px;
  }
}
@media screen and (max-width: 1360px) {
  .about-lemon__grid-block {
    height: 300px;
  }
}
.about-lemon__grid-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-lemon__grid-block .about-lemon__grid-block__overlay {
  position: absolute;
  background: rgba(1, 46, 97, 0.8117647059);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  width: 100%;
  height: 100%;
  color: white;
}
@media screen and (max-width: 1800px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay {
    padding: 1.4rem;
  }
}
.about-lemon__grid-block .about-lemon__grid-block__overlay h3 {
  font-size: 1.8rem;
  font-weight: 500;
  width: 55%;
}
@media screen and (max-width: 1800px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay h3 {
    font-size: 1.6rem;
    width: 55%;
  }
}
@media screen and (max-width: 1360px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay h3 {
    width: 100%;
  }
}
.about-lemon__grid-block .about-lemon__grid-block__overlay .about-lemon__grid-block__logo {
  position: absolute;
  top: 2rem;
  left: 85%;
  width: auto;
  height: 150px;
}
@media screen and (max-width: 1360px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay .about-lemon__grid-block__logo {
    left: 1rem;
    height: 100px;
  }
}
.about-lemon__grid-block .about-lemon__grid-block__overlay .about-lemon__grid-block__logo.third-block-logo {
  left: 70%;
  height: 80px;
}
@media screen and (max-width: 2200px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay .about-lemon__grid-block__logo.third-block-logo {
    left: 65%;
  }
}
@media screen and (max-width: 1800px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay .about-lemon__grid-block__logo.third-block-logo {
    left: 60%;
  }
}
@media screen and (max-width: 1360px) {
  .about-lemon__grid-block .about-lemon__grid-block__overlay .about-lemon__grid-block__logo.third-block-logo {
    left: 1rem;
  }
}
.about-lemon__grid-block:nth-child(1) {
  grid-area: top-left;
}
.about-lemon__grid-block:nth-child(2) {
  grid-area: top-right;
}
.about-lemon__grid-block:nth-child(3) {
  grid-area: bottom-left;
}
.about-lemon__grid-block:nth-child(4) {
  grid-area: bottom-middle;
}
.about-lemon__grid-block:nth-child(5) {
  grid-area: bottom-right;
}

.about-lemon__body-text {
  padding: 4rem 0;
  font-weight: 300;
  color: #012E61;
}
@media screen and (max-width: 560px) {
  .about-lemon__body-text {
    padding: 2rem 0;
  }
}
.about-lemon__body-text p {
  margin: 1.2rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 1360px) {
  .about-lemon__body-text p {
    font-size: 1.1rem;
  }
}

.our-mission {
  padding: 2rem 0 4rem 0;
}
.our-mission .our-mission__title {
  color: #012E61;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .our-mission .our-mission__title {
    text-align: left;
    font-size: 2.2rem;
  }
}
.our-mission .our-mission-blocks {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1360px) {
  .our-mission .our-mission-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .our-mission .our-mission-blocks {
    grid-template-columns: 1fr;
  }
}
.our-mission .our-mission-blocks .our-mission-block {
  transition: all 0.3s ease;
  width: 100%;
  display: block;
  height: 300px;
  background: rgb(247, 247, 247);
  display: flex;
  align-items: flex-end;
  padding: 1.2rem;
  border: solid 2px #FFED00;
  border-radius: 15px;
  color: #012E61;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .our-mission .our-mission-blocks .our-mission-block {
    height: 250px;
  }
}
.our-mission .our-mission-blocks .our-mission-block:hover {
  transition: all 0.3s ease;
  background: #012E61;
  color: white;
}
.our-mission .our-mission-blocks .our-mission-block h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1800px) {
  .our-mission .our-mission-blocks .our-mission-block h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .our-mission .our-mission-blocks .our-mission-block h3 {
    font-size: 1.6rem;
  }
}
.our-mission .our-mission-blocks .our-mission-block p {
  opacity: 0.6;
  font-size: 1.1rem;
}
@media screen and (max-width: 1800px) {
  .our-mission .our-mission-blocks .our-mission-block p {
    font-size: 1rem;
  }
}
.our-mission .our-mission-blocks .our-mission-block i {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: 3.4rem;
}

.about-lemon-image-carousel .swiper-slide {
  height: 700px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .about-lemon-image-carousel .swiper-slide {
    height: 600px;
  }
}
@media screen and (max-width: 560px) {
  .about-lemon-image-carousel .swiper-slide {
    height: 400px;
  }
}
.about-lemon-image-carousel .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.411);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background: #FFED00;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

#contact {
  padding: 6rem 0 2rem 0;
}
@media screen and (max-width: 560px) {
  #contact {
    padding: 4rem 0 2rem 0;
  }
}
#contact .contact-container {
  color: #012E61;
}
#contact .contact-container .contact-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1360px) {
  #contact .contact-container .contact-body {
    grid-template-columns: 1fr;
  }
}
#contact .contact-container .contact-body h2 {
  font-weight: 500;
  font-size: 2.2rem;
  color: #012E61;
  width: 65%;
}
@media screen and (max-width: 1800px) {
  #contact .contact-container .contact-body h2 {
    width: 80%;
  }
}
@media screen and (max-width: 1360px) {
  #contact .contact-container .contact-body h2 {
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#contact .contact-container .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#contact .contact-container .contact-methods .phone-email .contact-method {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 4rem 0;
}
@media screen and (max-width: 560px) {
  #contact .contact-container .contact-methods .phone-email .contact-method {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 1rem 0 3rem 0;
  }
}
#contact .contact-container .contact-methods .phone-email .contact-method h3 {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1800px) {
  #contact .contact-container .contact-methods .phone-email .contact-method h3 {
    font-size: 1.6rem;
  }
}
#contact .contact-container .contact-methods .phone-email .contact-method a {
  transition: all 0.3s ease;
  font-size: 1.8rem;
  color: #012E61;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  #contact .contact-container .contact-methods .phone-email .contact-method a {
    font-size: 1.3rem;
  }
}
#contact .contact-container .contact-methods .phone-email .contact-method a:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
}
#contact .contact-container .contact-methods .phone-email .contact-method .contact-method__socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}
#contact .contact-container .contact-methods .phone-email .contact-method .contact-method__socials i {
  font-size: 2rem;
}
#contact .contact-container .contact-methods .whatsapp-btn {
  transition: all 0.3s ease;
  background: #28d366;
  padding: 1.2rem 1.8rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 4rem 0;
  font-size: 1.2rem;
}
#contact .contact-container .contact-methods .whatsapp-btn:hover {
  transition: all 0.3s ease;
  background: #000;
  color: #28d366;
}
@media screen and (max-width: 560px) {
  #contact .contact-container .contact-methods .whatsapp-btn {
    width: 100%;
    display: block;
    text-align: center;
    gap: 1.2rem;
  }
}
#contact .contact-container .contact-page-form {
  background: rgb(243, 243, 243);
  height: -moz-fit-content;
  height: fit-content;
  padding: 4rem 3rem 0 3rem;
  border-radius: 20px;
  border: solid 3px #FFED00;
}
@media screen and (max-width: 1360px) {
  #contact .contact-container .contact-page-form {
    padding: 4rem 1.2rem 0 1.2rem;
    border-color: rgb(243, 243, 243);
  }
}
#contact .contact-container .contact-page-form .contact-page-form__title {
  font-size: 2.4rem;
  font-weight: 500;
}
#contact .contact-container .contact-page-form .contact-page-form__subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 1.4rem 0 2.4rem 0;
}
#contact .contact-container .contact-page-form form {
  width: 100%;
  display: block;
}
#contact .contact-container .contact-page-form form input,
#contact .contact-container .contact-page-form form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 1rem;
  border-radius: 5px;
  margin: 1rem 0;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1.1rem;
  resize: none;
}
#contact .contact-container .contact-page-form form input:focus,
#contact .contact-container .contact-page-form form textarea:focus {
  border-color: #012E61 !important;
  border-width: 3px !important;
}
#contact .contact-container .contact-page-form form textarea {
  height: 200px;
}
#contact .contact-container .contact-page-form form label {
  font-size: 1rem;
}
#contact .contact-container .contact-page-form form input[type=submit] {
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  cursor: pointer;
}
#contact .contact-container .contact-page-form form input[type=submit]:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
#contact .contact-container .contact-page-form form input[type=submit] p {
  margin: 0;
}
#contact .contact-container .contact-page-form form input[type=file] {
  font-family: "azo-sans-web", sans-serif !important;
  position: relative;
  border: solid 2px rgba(128, 128, 128, 0.453);
}
#contact .contact-container .contact-page-form form input[type=file]::-webkit-file-upload-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
  font-family: "azo-sans-web", sans-serif !important;
  padding: 1.2rem;
  font-size: 0.9rem;
  border: none;
  outline: none;
  margin-right: 1rem;
  cursor: pointer;
  border-radius: 12px;
}
#contact .contact-container .contact-page-form form input[type=file]::-webkit-file-upload-button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
}
#contact .contact-container .contact-page-form form .wpcf7-response-output {
  padding: 1rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
#contact .contact-container .depots-section-title {
  font-size: 2rem;
  margin: 4rem 0 2rem 0;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  #contact .contact-container .depots-section-title {
    font-size: 1.6rem;
    margin: 5rem 0 3rem 0;
  }
}
#contact .contact-container .office-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
}
@media screen and (max-width: 1800px) {
  #contact .contact-container .office-blocks {
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  #contact .contact-container .office-blocks {
    grid-template-columns: 1fr;
  }
}
#contact .contact-container .office-blocks .office-block {
  background: #012E61;
  padding: 3rem 3rem 2rem 3rem;
  border-radius: 30px;
  color: white;
}
@media screen and (max-width: 1800px) {
  #contact .contact-container .office-blocks .office-block {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1360px) {
  #contact .contact-container .office-blocks .office-block {
    padding: 2rem;
  }
}
@media screen and (max-width: 560px) {
  #contact .contact-container .office-blocks .office-block {
    padding: 2.4rem 1.8rem 1rem 1.8rem;
  }
}
#contact .contact-container .office-blocks .office-block h4 {
  color: #FFED00;
  font-size: 1.6rem;
  font-weight: 400;
}
#contact .contact-container .office-blocks .office-block address {
  font-size: 1.2rem;
  margin-top: 2rem;
  font-style: normal;
}
#contact .contact-container .office-blocks .office-block a {
  color: white;
  text-decoration: underline;
  font-size: 1.2rem;
}
#contact .contact-container .company-emails {
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 560px) {
  #contact .contact-container .company-emails {
    padding: 4rem 0 0rem 0;
  }
}
#contact .contact-container .company-emails .company-email {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1800px) {
  #contact .contact-container .company-emails .company-email {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  #contact .contact-container .company-emails .company-email {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
  }
}
#contact .contact-container .company-emails .company-email a {
  font-weight: 300;
  color: #012E61;
}

#threading-and-couplers {
  background: #F8F8F8;
  padding: 6rem 0 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1800px) {
  #threading-and-couplers {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  #threading-and-couplers {
    padding: 3rem 0;
    gap: 2rem;
  }
}
#threading-and-couplers .threading-and-couplers-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1360px) {
  #threading-and-couplers .threading-and-couplers-service {
    grid-template-columns: 1fr;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column {
  background: white;
  position: relative;
}
@media screen and (max-width: 1360px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.image-side {
    height: 300px;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side {
  padding: 4rem 4rem 3rem 4rem;
}
@media screen and (max-width: 1360px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 560px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side {
    padding: 3rem 1rem 1rem 1rem;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__title {
  background: #FFED00;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 1rem 1.4rem;
  font-size: 1.1rem;
  color: #012E61;
}
@media screen and (max-width: 1800px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__title {
    font-size: 1rem;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body {
  color: #012E61;
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body h2 {
  margin: 2rem 0;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1800px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 560px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body h2 {
    font-size: 1.4rem;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body h3 {
  margin: 2rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1800px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body h3 {
    font-size: 1.2rem;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body p {
  font-size: 1.2rem;
  margin: 2rem 0;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 1800px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body p {
    font-size: 1rem;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body strong {
  font-weight: bolder;
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 560px) {
  #threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body ul {
    font-size: 1rem;
  }
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body ul li {
  font-weight: 300;
}
#threading-and-couplers .threading-and-couplers-service .threading-and-couplers-service-column.text-side .threading-and-couplers-service__body ul li::marker {
  color: #eadb07;
}

.cut-and-bent-rebar-intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  padding: 6rem 0 4rem 0;
  grid-gap: 10rem;
}
@media screen and (max-width: 1360px) {
  .cut-and-bent-rebar-intro {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding: 5rem 0 3rem 0;
  }
}
@media screen and (max-width: 560px) {
  .cut-and-bent-rebar-intro {
    padding: 3rem 0;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column {
  color: #012E61;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column.image-side {
    height: 400px;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column.image-side .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1800px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 560px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column h2 {
    font-size: 1.5rem;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1800px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column h3 {
    font-size: 1.2rem;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 1800px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column p {
    font-size: 1rem;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 560px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column ul {
    font-size: 1rem;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column ul li {
  font-weight: 300;
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column ul li::marker {
  color: #eadb07;
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 1800px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation {
    grid-template-columns: 1fr 4fr;
  }
}
@media screen and (max-width: 560px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation:last-of-type {
    margin-top: 0 !important;
  }
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation .accreditation-logo {
  width: 100px;
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation .accreditation-logo.smaller {
  width: 90px;
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation .accreditation-text h3 {
  font-size: 1.4rem;
  line-height: 1.6;
}
.cut-and-bent-rebar-intro .cut-and-bent-rebar-intro-column .cut-and-rebar-intro__accreditation .accreditation-text p {
  opacity: 0.7;
  font-size: 1rem;
  margin: 0;
}

.two-col-txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  margin: 4rem auto 3rem auto;
}
@media screen and (max-width: 1360px) {
  .two-col-txt {
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 560px) {
  .two-col-txt {
    margin: 1rem auto 0.5rem auto;
    grid-gap: 0;
  }
}
.two-col-txt .two-col-txt__column h2 {
  font-size: 2.3rem;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 1rem;
  color: #012E61;
  width: 80%;
}
@media screen and (max-width: 1800px) {
  .two-col-txt .two-col-txt__column h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1360px) {
  .two-col-txt .two-col-txt__column h2 {
    font-size: 2rem;
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .two-col-txt .two-col-txt__column h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.two-col-txt .two-col-txt__column p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.8;
  color: #063e7e;
}
@media screen and (max-width: 1800px) {
  .two-col-txt .two-col-txt__column p {
    font-size: 1rem;
  }
}
.two-col-txt .two-col-txt__column ul {
  padding-left: 1rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #063e7e;
}
@media screen and (max-width: 1360px) {
  .two-col-txt .two-col-txt__column ul {
    font-size: 1rem;
  }
}

.technical-charts {
  padding: 2rem 0 6rem 0;
}
@media screen and (max-width: 560px) {
  .technical-charts {
    padding-bottom: 3rem;
  }
}
.technical-charts h2 {
  font-size: 2rem;
  color: #012E61;
}
@media screen and (max-width: 560px) {
  .technical-charts h2 {
    font-size: 1.6rem;
  }
}
.technical-charts .technical-chart-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 2rem 0;
  grid-gap: 2rem;
}
@media screen and (max-width: 560px) {
  .technical-charts .technical-chart-blocks {
    grid-template-columns: 1fr;
  }
}
.technical-charts .technical-chart-blocks .technical-chart-block {
  background: #F8F8F8;
  height: 200px;
  padding: 2rem;
  border-radius: 30px;
  border: solid 2px #012E61;
  font-size: 1.6rem;
  font-weight: 500;
  color: #012E61;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .technical-charts .technical-chart-blocks .technical-chart-block {
    font-size: 1.3rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .technical-charts .technical-chart-blocks .technical-chart-block {
    height: 180px;
  }
}
.technical-charts .technical-chart-blocks .technical-chart-block .arrow-icon {
  background: #FFED00;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.technical-charts .rebar-calculator-btn {
  display: block;
  width: 100%;
  padding: 2rem;
  border: solid 2px #012E61;
  color: #012E61;
  font-size: 1.4rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technical-charts .rebar-calculator-btn .arrow-icon {
  background: #012E61;
  color: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reinforcing-mesh-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 1360px) {
  .reinforcing-mesh-content {
    grid-template-columns: 1fr;
    padding: 3rem 0;
    grid-gap: 3rem;
  }
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side {
  color: #012E61;
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side h2 {
  font-size: 2.3rem;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side h2 {
    font-size: 1.4rem;
  }
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 2rem 0;
  line-height: 1.8;
  color: #063e7e;
}
@media screen and (max-width: 1800px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side p {
    font-size: 1rem;
  }
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side p:last-child {
  margin-bottom: 0;
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side ul {
  padding-left: 1rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #063e7e;
}
@media screen and (max-width: 1360px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.body-txt-side ul {
    font-size: 1rem;
  }
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1360px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side .btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side .btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side .btn {
    font-size: 0.9rem;
  }
}
.reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side .btn i {
  font-size: 1rem;
}
@media screen and (max-width: 560px) {
  .reinforcing-mesh-content .reinforcing-mesh-content-column.download-btn-side .btn i {
    display: none;
  }
}

.mesh-types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 560px) {
  .mesh-types {
    grid-template-columns: 1fr;
  }
}
.mesh-types .mesh-type {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 400px;
}
@media screen and (max-width: 1360px) {
  .mesh-types .mesh-type {
    height: 300px;
  }
}
.mesh-types .mesh-type .mesh-type__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mesh-types .mesh-type .mesh-type__title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border-radius: 10px;
  z-index: 5;
  font-size: 1.3rem;
  color: #012E61;
  background: white;
}

.ground-heave .intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  align-items: center;
  margin: 0 auto;
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 1360px) {
  .ground-heave .intro {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    padding: 5rem 0 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .ground-heave .intro {
    grid-gap: 3rem;
  }
}
.ground-heave .intro .intro-column {
  display: block;
  width: 100%;
  position: relative;
}
.ground-heave .intro .intro-column .gallery-image-large {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 500px;
}
@media screen and (max-width: 560px) {
  .ground-heave .intro .intro-column .gallery-image-large {
    height: 400px;
  }
}
.ground-heave .intro .intro-column .gallery-image-large img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ground-heave .intro .intro-column .gallery-image-large figcaption {
  position: absolute;
  background: rgba(1, 46, 97, 0.8117647059);
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFED00;
  font-size: 2rem;
  padding: 1.2rem 2rem;
  display: none;
}
@media screen and (max-width: 2200px) {
  .ground-heave .intro .intro-column .gallery-image-large figcaption {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 560px) {
  .ground-heave .intro .intro-column .gallery-image-large figcaption {
    font-size: 1.5rem;
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  }
}
.ground-heave .intro .intro-column .gallery-image-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  margin-top: 1rem;
}
.ground-heave .intro .intro-column .gallery-image-thumbs img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.ground-heave .intro .content {
  color: #012E61;
}
.ground-heave .intro .content h2 {
  font-size: 2.3rem;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .ground-heave .intro .content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  .ground-heave .intro .content h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .ground-heave .intro .content h2 {
    font-size: 1.6rem;
  }
}
.ground-heave .intro .content p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 2rem 0;
  line-height: 1.8;
  color: #063e7e;
}
@media screen and (max-width: 1800px) {
  .ground-heave .intro .content p {
    font-size: 1rem;
  }
}
.ground-heave .intro .content ul {
  padding-left: 1rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #063e7e;
}
@media screen and (max-width: 1360px) {
  .ground-heave .intro .content ul {
    font-size: 1rem;
  }
}
.ground-heave .intro .content a {
  transition: all 0.3s ease;
  padding: 1.2rem 1.4rem;
  border-radius: 50px;
  font-size: 1.1rem;
  color: white;
  background: #012E61;
  position: relative;
  display: inline-block;
  margin: 1rem 0;
}
.ground-heave .intro .content a:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
.ground-heave #key-usp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1360px) {
  .ground-heave #key-usp {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .ground-heave #key-usp {
    grid-template-columns: 1fr;
    padding: 0 0 4rem 0;
  }
}
.ground-heave #key-usp .usp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.ground-heave #key-usp .usp .usp__icon {
  background: #FFED00;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ground-heave #key-usp .usp .usp__icon i {
  color: #012E61;
  font-size: 1.8rem;
}
.ground-heave #key-usp .usp .usp__heading {
  color: #012E61;
  font-size: 1.6rem;
}
@media screen and (max-width: 1800px) {
  .ground-heave #key-usp .usp .usp__heading {
    font-size: 1.3rem;
  }
}
.ground-heave #suppliers {
  padding: 1rem 0 8rem 0;
}
@media screen and (max-width: 560px) {
  .ground-heave #suppliers {
    padding: 4rem 0;
  }
}
.ground-heave #suppliers .section-heading {
  color: #012E61;
  margin-bottom: 4rem;
  font-size: 2rem;
}
.ground-heave #suppliers .supplier-logo-carousel .supplier-logo {
  border: solid 1px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border-radius: 20px;
}
.ground-heave #suppliers .supplier-logo-carousel .supplier-logo img {
  display: block;
  width: 200px;
}
@media screen and (max-width: 1800px) {
  .ground-heave #suppliers .supplier-logo-carousel .supplier-logo img {
    width: 160px;
  }
}

.pile-cages-video {
  position: relative;
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 2rem;
}
@media screen and (max-width: 1800px) {
  .pile-cages-video {
    height: 600px;
  }
}
@media screen and (max-width: 1360px) {
  .pile-cages-video {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .pile-cages-video {
    height: 200px;
  }
}
.pile-cages-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pile-cages-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  padding: 6rem 0;
}
@media screen and (max-width: 1800px) {
  .pile-cages-content {
    grid-gap: 6rem;
  }
}
@media screen and (max-width: 560px) {
  .pile-cages-content {
    grid-gap: 0rem;
    grid-template-columns: 1fr;
    padding: 3rem 0 0 0;
  }
}
.pile-cages-content .pile-cages-content-column {
  color: #012E61;
}
.pile-cages-content .pile-cages-content-column h2 {
  font-size: 2.3rem;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1800px) {
  .pile-cages-content .pile-cages-content-column h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1360px) {
  .pile-cages-content .pile-cages-content-column h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .pile-cages-content .pile-cages-content-column h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.pile-cages-content .pile-cages-content-column p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.8;
  color: #063e7e;
}
@media screen and (max-width: 1800px) {
  .pile-cages-content .pile-cages-content-column p {
    font-size: 1rem;
  }
}
.pile-cages-content .pile-cages-content-column ul {
  padding-left: 1rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #063e7e;
}
@media screen and (max-width: 1360px) {
  .pile-cages-content .pile-cages-content-column ul {
    font-size: 1rem;
  }
}

#error-page {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  background-color: #012E61;
  background-image: linear-gradient(#032852 2px, transparent 2px), linear-gradient(90deg, #032852 2px, transparent 2px), linear-gradient(#032852 1px, transparent 1px), linear-gradient(90deg, #032852 1px, #012E61 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  padding-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  #error-page {
    padding-top: 3rem;
  }
}
#error-page .error-page__number-container {
  line-height: 1;
  overflow: hidden;
}
#error-page .error-page__number-container .error-page__number {
  font-size: 16vw;
  color: #FFED00;
  line-height: 0.8;
  transform: translateY(104%);
  animation: number-entrance 1s cubic-bezier(0.8, 0.03, 0.2, 1) 0.3s forwards;
}
@media screen and (max-width: 1360px) {
  #error-page .error-page__number-container .error-page__number {
    font-size: 18rem;
  }
}
@media screen and (max-width: 560px) {
  #error-page .error-page__number-container .error-page__number {
    font-size: 10rem;
  }
}
#error-page .error-page__message {
  color: white;
  display: inline-block;
  width: 70%;
  margin: 2rem auto 1rem auto;
}
@media screen and (max-width: 1360px) {
  #error-page .error-page__message {
    width: 60%;
  }
}
@media screen and (max-width: 560px) {
  #error-page .error-page__message {
    width: 90%;
  }
}

@keyframes number-entrance {
  from {
    transform: translateY(104%);
  }
  to {
    transform: translateY(0);
  }
}
.job-listings-container {
  padding: 2rem 0 4rem 0;
}
.job-listings-container .job-listings__intro-text {
  padding: 4rem 0;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings__intro-text {
    padding: 2rem 0 4rem 0;
  }
}
.job-listings-container .job-listings__intro-text h2 {
  font-size: 1.8rem;
  color: #012E61;
  font-weight: 400;
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings__intro-text h2 {
    font-size: 1.4rem;
  }
}
.job-listings-container .job-listings-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item {
  transition: all 0.3s ease;
  background: none;
  border: solid 3px #012E61;
  border-radius: 20px;
  padding: 1rem 2rem;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item.accordion-toggled {
  transition: all 0.3s ease;
  background: #012E61;
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item {
    padding: 1rem 1.2rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name {
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name .panel {
  cursor: pointer;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  color: #012E61;
  font-size: 2rem;
  padding: 2rem 0;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1800px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name .panel {
    font-size: 1.8rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name .panel.accordion-panel--toggled {
  transition: all 0.3s ease;
  color: #FFED00;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name .chevron-icon {
  transition: all 0.3s ease;
  color: #012E61;
  font-size: 1.8rem;
}
@media screen and (max-width: 560px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name .chevron-icon {
    font-size: 1.4rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__name .chevron-icon.rotate {
  transition: all 0.3s ease;
  transform: rotate(180deg);
  color: #FFED00;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__body {
  padding: 1rem 0 2rem 0;
  display: none;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 560px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details {
    gap: 2.4rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details .job-listing__fields {
  color: white;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details .job-listing__fields .job-listing__fields-name {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details .job-listing__fields .job-listing__fields-name {
    font-size: 1.2rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details .job-listing__fields .job-listing__fields-value {
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.6;
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listings-accordion__item__details .job-listing__fields .job-listing__fields-value {
    font-size: 1.2rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listing__description__container {
  padding: 2.2rem 0 0.5rem 0;
  color: white;
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listing__description__container h4 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listing__description__container h4 {
    font-size: 1.2rem;
  }
}
.job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listing__description__container p {
  font-size: 1.1rem;
  font-weight: 300;
  opacity: 0.6;
  margin: 1.2rem 0 2.4rem 0;
  width: 80%;
}
@media screen and (max-width: 1800px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listing__description__container p {
    width: 90%;
  }
}
@media screen and (max-width: 1360px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item .job-listing__description__container p {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  .job-listings-container .job-listings-accordion .job-listings-accordion__item a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.job-listings-container .job-listings-accordion .apply-buttons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 560px) {
  .job-listings-container .job-listings-accordion .apply-buttons {
    flex-direction: column;
  }
}
.job-listings-container .job-listings-accordion .apply-buttons .job-apply-indeed {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.job-listings-container .job-listings-accordion .apply-buttons .job-apply-indeed img {
  width: 60px;
}

.job-listings-contact-form {
  background: rgb(243, 243, 243);
}
.job-listings-contact-form .job-listings-form__title {
  padding: 6rem 0 4rem 0;
  font-size: 1.8rem;
  color: #012E61;
  font-weight: 400;
}
@media screen and (max-width: 1360px) {
  .job-listings-contact-form .job-listings-form__title {
    font-size: 1.4rem;
  }
}

.our-people {
  padding: 5rem 0 4rem 0;
}
@media screen and (max-width: 1360px) {
  .our-people {
    padding: 3rem 0;
  }
}
.our-people .our-people__content p {
  font-size: 1.7rem;
  color: #012E61;
  font-weight: 300;
}
@media screen and (max-width: 1360px) {
  .our-people .our-people__content p {
    font-size: 1.3rem;
  }
}
.our-people .our-people__content p strong {
  font-weight: 500;
}
.our-people .accreditation-logos {
  display: flex;
  gap: 3rem;
  margin: 4rem 0;
}
@media screen and (max-width: 560px) {
  .our-people .accreditation-logos {
    gap: 1rem;
  }
}
.our-people .accreditation-logos img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 560px) {
  .our-people .accreditation-logos img {
    width: 100px;
  }
}
.our-people .accreditation-logos img:nth-child(1) {
  width: 100px;
}
@media screen and (max-width: 560px) {
  .our-people .accreditation-logos img:nth-child(1) {
    width: 60px;
  }
}
.our-people .accreditation-logos img:nth-child(2) {
  width: 250px;
}
@media screen and (max-width: 560px) {
  .our-people .accreditation-logos img:nth-child(2) {
    width: 150px;
  }
}
.our-people .accreditation-logos img:nth-child(3) {
  width: 150px;
}
@media screen and (max-width: 560px) {
  .our-people .accreditation-logos img:nth-child(3) {
    width: 100px;
  }
}
.our-people .our-people-subsection h3 {
  color: #012E61;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .our-people .our-people-subsection h3 {
    font-size: 1.8rem;
  }
}
.our-people .our-people-subsection h3:last-of-type {
  margin-top: 3rem;
}
.our-people .our-people-subsection p {
  font-size: 1.4rem;
  color: #012E61;
  font-weight: 300;
  width: 60%;
}
@media screen and (max-width: 1800px) {
  .our-people .our-people-subsection p {
    width: 80%;
  }
}
@media screen and (max-width: 1360px) {
  .our-people .our-people-subsection p {
    font-size: 1.2rem;
    width: 100%;
  }
}
.our-people .our-people-subsection a {
  transition: all 0.3s ease;
  background: #012E61;
  color: #FFED00;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.4rem;
  border-radius: 30px;
  border: solid 2px #012E61;
  margin: 3rem 0;
  display: block;
}
.our-people .our-people-subsection a:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
@media screen and (max-width: 560px) {
  .our-people .our-people-subsection a {
    text-align: center;
    width: 100%;
  }
}
.our-people .team-member-cards {
  margin-top: 4rem;
}
@media screen and (max-width: 1360px) {
  .our-people .team-member-cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .our-people .team-member-cards {
    grid-template-columns: 1fr;
  }
}
.our-people .team-member-cards .team-member-card {
  position: relative;
  height: 550px;
  padding: 1.4rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1800px) {
  .our-people .team-member-cards .team-member-card {
    padding: 1rem;
    height: 450px;
  }
}
.our-people .team-member-cards .team-member-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-people .team-member-cards .team-member-card .team-member-card__details {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: white;
  width: 100%;
  padding: 1.6rem 1.2rem 0.2rem 1.2rem;
}
.our-people .team-member-cards .team-member-card .team-member-card__details .team-member__name {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1800px) {
  .our-people .team-member-cards .team-member-card .team-member-card__details .team-member__name {
    font-size: 1.5rem;
  }
}
.our-people .team-member-cards .team-member-card .team-member-card__details .team-member__job-title {
  font-weight: 300;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  opacity: 0.6;
}
@media screen and (max-width: 1800px) {
  .our-people .team-member-cards .team-member-card .team-member-card__details .team-member__job-title {
    font-size: 1.1rem;
  }
}
.our-people .form-title {
  font-size: 1.8rem;
  color: #012E61;
  padding: 6rem 0 2rem 0;
  font-weight: 500;
}

.documents-grid {
  padding: 6rem 0 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6rem;
}
@media screen and (max-width: 560px) {
  .documents-grid {
    grid-template-columns: 1fr;
    padding: 4rem 0 1rem 0;
    grid-gap: 4rem;
  }
}
.documents-grid .documents-column .documents-image {
  width: 100%;
  display: block;
  height: 250px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.documents-grid .documents-column .column-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.documents-grid .documents-column .column-title h2 {
  color: #012E61;
  margin-top: 2rem;
}
@media screen and (max-width: 560px) {
  .documents-grid .documents-column .column-title h2 {
    font-size: 1.6rem;
  }
}
.documents-grid .documents-column .column-title .category-logo-container .category-logo {
  border-radius: 10px;
}
.documents-grid .documents-column .column-title .category-logo-container .category-logo.cares-logo {
  width: 140px;
}
.documents-grid .documents-column .column-title .category-logo-container .category-logo.fors-gold-logo {
  display: block;
  width: 90px;
}
.documents-grid .documents-column .documents-list {
  transition: all 1.2s cubic-bezier(0.8, 0.03, 0.2, 1);
  padding: 2rem 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 0;
  overflow: hidden;
}
.documents-grid .documents-column .documents-list .document-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.documents-grid .documents-column .documents-list .document-item span {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFED00;
  font-size: 1.4rem;
  color: #012E61;
}
.documents-grid .documents-column .documents-list .document-item a {
  transition: all 0.2s ease;
  font-size: 1.2rem;
  color: #012E61;
}
.documents-grid .documents-column .documents-list .document-item a:hover {
  transition: all 0.2s ease;
  opacity: 0.5;
}

#quote-area {
  border-radius: 30px;
  margin: 2rem auto 6rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 1360px) {
  #quote-area {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  #quote-area {
    margin: 4rem auto 6rem auto;
  }
}
#quote-area .column {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  #quote-area .column.image-side {
    height: 350px;
  }
}
#quote-area .column.image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#quote-area .column.text-side {
  background: rgba(5, 46, 97, 0.08);
  padding: 4rem 3rem 3rem 3rem;
  position: relative;
}
@media screen and (max-width: 1360px) {
  #quote-area .column.text-side {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 560px) {
  #quote-area .column.text-side {
    padding: 4rem 1.6rem 2rem 1.6rem;
  }
}
#quote-area .column.text-side .quote-mark-icon {
  position: absolute;
  top: -2rem;
  left: -2rem;
  pointer-events: none;
  opacity: 0.03;
  color: #012E61;
  font-size: 50rem;
}
@media screen and (max-width: 560px) {
  #quote-area .column.text-side .quote-mark-icon {
    font-size: 25rem;
    top: -4rem;
    left: -2rem;
    opacity: 0.05;
  }
}
#quote-area .column.text-side blockquote {
  position: relative;
  z-index: 1;
}
#quote-area .column.text-side blockquote .quote {
  font-size: 1.5rem;
  color: #012E61;
}
@media screen and (max-width: 1800px) {
  #quote-area .column.text-side blockquote .quote {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  #quote-area .column.text-side blockquote .quote {
    font-size: 1.2rem;
  }
}
#quote-area .column.text-side blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2rem;
}
#quote-area .column.text-side blockquote footer .quote__author {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  color: #012E61;
}
@media screen and (max-width: 1800px) {
  #quote-area .column.text-side blockquote footer .quote__author {
    font-size: 1.5rem;
  }
}
#quote-area .column.text-side blockquote footer .quote__author-title {
  background: #FFED00;
  padding: 1rem 1.4rem;
  color: #012E61;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  font-style: normal;
}
@media screen and (max-width: 1800px) {
  #quote-area .column.text-side blockquote footer .quote__author-title {
    font-size: 0.9rem;
    padding: 0.8rem 1.2rem;
  }
}

.accreditation-logo-carousel {
  margin: 4rem auto;
}
.accreditation-logo-carousel .swiper-slide {
  border: solid 1px rgba(128, 128, 128, 0.2);
  height: 220px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accreditation-logo-carousel .swiper-slide:nth-child(2) > a > img {
  width: 30%;
}
.accreditation-logo-carousel .swiper-slide a img {
  display: block;
  width: 55%;
  margin: auto;
}

.latest-news {
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 560px) {
  .latest-news {
    padding: 3rem 0 2rem 0;
  }
}
.latest-news .latest-news-titles {
  text-align: center;
  color: #012E61;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.latest-news .latest-news-titles h2 {
  font-weight: 300;
  font-size: 1.6rem;
}
.latest-news .latest-news-titles h3 {
  font-weight: 500;
  font-size: 2.4rem;
}
.latest-news .latest-news-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1360px) {
  .latest-news .latest-news-cards {
    grid-template-columns: 1fr;
  }
}
.latest-news .latest-news-cards .latest-news-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 450px;
}
@media screen and (max-width: 1360px) {
  .latest-news .latest-news-cards .latest-news-card {
    height: 350px;
  }
}
.latest-news .latest-news-cards .latest-news-card:hover > img {
  transition: all 0.8s ease;
  transform: scale(1.1);
}
.latest-news .latest-news-cards .latest-news-card img {
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.latest-news .latest-news-cards .latest-news-card .latest-news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 46, 97, 0.3);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
  color: white;
}
.latest-news .latest-news-cards .latest-news-card .latest-news-card__overlay h4 {
  font-size: 2rem;
}
.latest-news .latest-news-cards .latest-news-card .latest-news-card__overlay:hover > .read-more {
  transition: all 0.3s ease;
  color: white;
}
.latest-news .latest-news-cards .latest-news-card .latest-news-card__overlay:hover > .read-more span {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
.latest-news .latest-news-cards .latest-news-card .latest-news-card__overlay .read-more {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.latest-news .latest-news-cards .latest-news-card .latest-news-card__overlay .read-more .arrow-icon {
  width: 30px;
  height: auto;
  position: relative;
}

.rebar-calculator-page-title-container {
  padding: 16rem 0 3rem 0;
  background: #012E61;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .rebar-calculator-page-title-container {
    padding: 10rem 0 2rem 0;
  }
}
.rebar-calculator-page-title-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.2;
}
.rebar-calculator-page-title-container .rebar-calculator-page-title {
  color: white;
  font-size: 3.8rem;
  z-index: 10;
}
@media screen and (max-width: 1800px) {
  .rebar-calculator-page-title-container .rebar-calculator-page-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1360px) {
  .rebar-calculator-page-title-container .rebar-calculator-page-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 560px) {
  .rebar-calculator-page-title-container .rebar-calculator-page-title {
    font-size: 2.2rem;
  }
}

.rebar-calculator-intro-text h2 {
  color: #012E61;
  font-size: 1.8rem;
  text-align: center;
  width: 40%;
  margin: 5rem auto 4rem auto;
  line-height: 1.6;
}
@media screen and (max-width: 2200px) {
  .rebar-calculator-intro-text h2 {
    width: 60%;
  }
}
@media screen and (max-width: 1800px) {
  .rebar-calculator-intro-text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1360px) {
  .rebar-calculator-intro-text h2 {
    width: 75%;
  }
}
@media screen and (max-width: 560px) {
  .rebar-calculator-intro-text h2 {
    margin-top: 4rem;
    font-size: 1.2rem;
    width: 90%;
  }
}

.rebar-calculator {
  border-radius: 20px;
  width: 60%;
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .rebar-calculator {
    width: 85%;
  }
}
@media screen and (max-width: 1360px) {
  .rebar-calculator {
    width: 90%;
    padding: 0.5rem;
    max-width: auto;
  }
}

.fa-circle-xmark,
.addLine {
  cursor: pointer;
  font-size: 1.8rem;
  color: #012E61;
}

.total,
span.weight {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border-radius: 0.375rem;
  text-align: right;
  display: inline-block;
}

span.weight {
  background: rgba(128, 128, 128, 0.163);
  width: 80%;
}

.total {
  background: #FFED00 !important;
  border: solid 2px #012E61 !important;
  color: #012E61 !important;
  width: 150px;
}

label {
  margin: 0 0 8px;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  margin: 1rem 0;
}

#mainList {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.05);
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 560px) {
  #mainList {
    padding: 2rem 1.4rem;
  }
}

#mainList p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total {
  background: navy;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #mainList {
    border: 0;
  }
  #mainList li {
    padding-bottom: 10px;
  }
}
.contactRow {
  margin-bottom: 2rem;
}
.contactRow .btn:hover {
  background: #063e7e !important;
  color: #FFED00 !important;
}
.contactRow .contact-form-title {
  color: #012E61;
  font-size: 1.6rem;
  margin: 4rem 0 2rem 0;
}

.single-blog-title-container {
  padding: 17rem 0 14rem 0;
  background: #012E61;
}
@media screen and (max-width: 1360px) {
  .single-blog-title-container {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 560px) {
  .single-blog-title-container {
    padding-bottom: 12rem;
  }
}
.single-blog-title-container h1 {
  color: white;
  font-size: 3.5rem;
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .single-blog-title-container h1 {
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .single-blog-title-container h1 {
    width: 90%;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .single-blog-title-container h1 {
    font-size: 2.1rem;
  }
}
.single-blog-title-container span {
  display: block;
  width: 60%;
  max-width: 1200px;
  color: #FFED00;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1800px) {
  .single-blog-title-container span {
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .single-blog-title-container span {
    width: 90%;
    font-size: 1.1rem;
  }
}

.single-blog-featured-image {
  display: block;
  width: 60%;
  max-width: 1200px;
  margin: -10rem auto 0 auto;
  height: 550px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1800px) {
  .single-blog-featured-image {
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .single-blog-featured-image {
    width: 90%;
    height: 350px;
  }
}
@media screen and (max-width: 560px) {
  .single-blog-featured-image {
    height: 300px;
  }
}

.single-blog-content {
  width: 60%;
  max-width: 1200px;
  margin: 4rem auto 2rem auto;
  color: #012E61;
}
@media screen and (max-width: 1800px) {
  .single-blog-content {
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .single-blog-content {
    width: 90%;
    margin-top: 3rem;
  }
}
.single-blog-content p {
  font-size: 1.1rem;
  margin: 1.4rem 0;
  line-height: 1.8;
  color: rgba(1, 46, 97, 0.8117647059);
}
@media screen and (max-width: 1800px) {
  .single-blog-content p {
    font-size: 1rem;
  }
}
.single-blog-content ul {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
  color: #012E61;
}
.single-blog-content ul li::marker {
  color: #eadb07;
}
.single-blog-content a {
  color: #063e7e;
  text-decoration: underline;
}
.single-blog-content h2 {
  font-size: 1.8rem;
  margin: 2rem 0;
  line-height: 1.5;
  text-wrap: balance;
}
@media screen and (max-width: 1360px) {
  .single-blog-content h2 {
    text-wrap: unset;
  }
}
@media screen and (max-width: 560px) {
  .single-blog-content h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.single-blog-content h3 {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
  text-wrap: balance;
}
@media screen and (max-width: 1360px) {
  .single-blog-content h3 {
    text-wrap: unset;
  }
}
@media screen and (max-width: 560px) {
  .single-blog-content h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.single-blog-content img {
  display: block;
  width: 100%;
  height: 550px;
  border-radius: 20px;
  margin: 4rem 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1360px) {
  .single-blog-content img {
    height: 350px;
  }
}
@media screen and (max-width: 560px) {
  .single-blog-content img {
    height: 250px;
    margin: 3rem 0;
  }
}

#accessories .page-title-container {
  background: #031f3d;
  padding: 18rem 0 6rem 0;
}
@media screen and (max-width: 1360px) {
  #accessories .page-title-container {
    padding: 14rem 0 4rem 0;
  }
}
@media screen and (max-width: 560px) {
  #accessories .page-title-container {
    padding: 12rem 0 4rem 0;
  }
}
#accessories .page-title-container .page-title {
  color: white;
  font-size: 3.4rem;
}
@media screen and (max-width: 560px) {
  #accessories .page-title-container .page-title {
    font-size: 2.8rem;
  }
}
#accessories .accessories-blocks {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#accessories .accessories-blocks .accessory-block {
  display: block;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  border: solid 2px white;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block {
    border: solid 1px white !important;
  }
}
#accessories .accessories-blocks .accessory-block:hover > img {
  transition: all 0.4s ease;
  transform: scale(1.05);
}
#accessories .accessories-blocks .accessory-block:nth-child(1) {
  grid-column: span 4;
  border-left: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(1) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(1) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(2) {
  grid-column: span 2;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(2) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(2) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(3) {
  grid-column: span 2;
  border-right: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(3) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(3) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(4) {
  grid-column: span 2;
  border-left: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(4) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(4) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(5) {
  grid-column: span 2;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(5) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(5) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(6) {
  grid-column: span 4;
  border-right: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(6) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(6) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(7) {
  grid-column: span 8;
  border-left: none;
  border-right: none;
}
#accessories .accessories-blocks .accessory-block:nth-child(8) {
  grid-column: span 3;
  border-left: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(8) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(8) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(9) {
  grid-column: span 5;
  border-right: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(9) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(9) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(10) {
  grid-column: span 5;
  border-left: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(10) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(10) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block:nth-child(11) {
  grid-column: span 3;
  border-right: none;
}
@media screen and (max-width: 1360px) {
  #accessories .accessories-blocks .accessory-block:nth-child(11) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block:nth-child(11) {
    grid-column: span 8;
  }
}
#accessories .accessories-blocks .accessory-block .accessory-block__img {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#accessories .accessories-blocks .accessory-block .accessory-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 1.2rem;
  color: white;
}
@media screen and (max-width: 1800px) {
  #accessories .accessories-blocks .accessory-block .accessory-block-overlay .accessory-block-overlay__title {
    font-size: 1.8rem;
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  #accessories .accessories-blocks .accessory-block .accessory-block-overlay .accessory-block-overlay__title {
    font-size: 1.8rem;
  }
}

.accessory-title-container {
  background: #031f3d;
  padding: 18rem 0 10rem 0;
}
@media screen and (max-width: 1360px) {
  .accessory-title-container {
    padding: 11rem 0 10rem 0;
  }
}
.accessory-title-container .page-parent-title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 560px) {
  .accessory-title-container .page-parent-title {
    font-size: 1.3rem;
  }
}
.accessory-title-container .page-title {
  color: white;
  font-size: 3.4rem;
}
@media screen and (max-width: 1360px) {
  .accessory-title-container .page-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .accessory-title-container .page-title {
    font-size: 2.6rem;
  }
}

.product-blocks-container {
  background: #041833;
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 560px) {
  .product-blocks-container {
    padding-bottom: 3rem;
  }
}
.product-blocks-container .accessory-product-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-top: -14rem;
}
@media screen and (max-width: 1360px) {
  .product-blocks-container .accessory-product-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .product-blocks-container .accessory-product-blocks {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
.product-blocks-container .accessory-product-blocks .accessory-product-block {
  height: 500px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block {
    height: 350px;
  }
}
.product-blocks-container .accessory-product-blocks .accessory-product-block:hover > img {
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.product-blocks-container .accessory-product-blocks .accessory-product-block:hover > .accessory-product-block__title {
  transition: all 0.4s ease;
  transform: translateY(0);
}
.product-blocks-container .accessory-product-blocks .accessory-product-block:hover > .arrow-icon {
  transition: all 0.4s ease;
  opacity: 1;
}
.product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__img {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-blocks-container .accessory-product-blocks .accessory-product-block .arrow-icon {
  transition: all 0.4s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 80px;
  width: 80px;
  background: #FFED00;
  border-radius: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .arrow-icon {
    opacity: 1;
    height: 60px;
    width: 60px;
  }
}
.product-blocks-container .accessory-product-blocks .accessory-product-block .arrow-icon:hover > i {
  transition: all 0.4s ease;
  transform: rotate(-30deg);
}
.product-blocks-container .accessory-product-blocks .accessory-product-block .arrow-icon i {
  transition: all 0.4s ease;
  font-size: 1.8rem;
  color: #012E61;
}
@media screen and (max-width: 560px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .arrow-icon i {
    font-size: 1.4rem;
  }
}
.product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title {
  transition: all 0.4s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 1rem;
  background: rgba(1, 46, 97, 0.8117647059);
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title {
    padding: 1.4rem 1rem;
  }
}
@media screen and (max-width: 1360px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title {
    transform: translateY(0);
  }
}
.product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title h2 {
  transition: all 0.3s ease;
  color: white;
  font-size: 1.6rem;
}
@media screen and (max-width: 1800px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1360px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .product-blocks-container .accessory-product-blocks .accessory-product-block .accessory-product-block__title h2 {
    font-size: 1.4rem;
  }
}

.service-page__title-banner {
  height: 520px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .service-page__title-banner {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .service-page__title-banner {
    height: auto;
    padding-bottom: 2rem;
    padding-top: 11rem;
  }
}
.service-page__title-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.service-page__title-banner .content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .service-page__title-banner .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
}
.service-page__title-banner .content h1 {
  color: white;
  font-size: 4rem;
  width: 70%;
}
@media screen and (max-width: 1800px) {
  .service-page__title-banner .content h1 {
    font-size: 3.4rem;
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .service-page__title-banner .content h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .service-page__title-banner .content h1 {
    width: 100%;
    font-size: 2.5rem;
  }
}
.service-page__title-banner .content .page-title-btn {
  transition: all 0.3s ease;
  padding: 1rem;
  font-size: 1.2rem;
  color: white;
  border: solid 2px #FFED00;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 560px) {
  .service-page__title-banner .content .page-title-btn {
    width: 100%;
    justify-content: space-between;
  }
}
.service-page__title-banner .content .page-title-btn:hover {
  transition: all 0.3s ease;
  background: #012E61;
}
.service-page__title-banner .content .page-title-btn .arrow-icon {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.service-page__title-banner .content .page-title-btn .arrow-icon i {
  color: #222;
  font-size: 1rem;
}
.service-page__title-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-content {
  padding: 4rem 0 3rem 0;
}
@media screen and (max-width: 560px) {
  .service-content {
    padding: 2rem 0;
  }
}
.service-content .intro-text {
  color: #012E61;
}
.service-content .intro-text h2 {
  margin: 2rem 0;
  font-size: 2rem;
}
.service-content .intro-text h3 {
  margin: 2rem 0;
  font-size: 1.6rem;
}
.service-content .intro-text p {
  font-size: 1.4rem;
  margin: 2rem 0;
  font-weight: 300;
}
@media screen and (max-width: 560px) {
  .service-content .intro-text p {
    font-size: 1.1rem;
  }
}
.service-content .intro-text ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  margin-top: 4rem;
}
.service-content .intro-text ul li {
  font-weight: 300;
}
.service-content .intro-text ul li::marker {
  color: #eadb07;
}
.service-content .service-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin: 6rem 0 4rem 0;
}
@media screen and (max-width: 1360px) {
  .service-content .service-blocks {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .service-content .service-blocks {
    margin: 4rem 0 2rem 0;
    grid-template-columns: 1fr;
  }
}
.service-content .service-blocks .service-block {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .service-content .service-blocks .service-block {
    height: 350px;
  }
}
.service-content .service-blocks .service-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.service-content .service-blocks .service-block .service-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-content .service-blocks .service-block .service-block__content {
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  color: white;
  width: 100%;
  height: 100%;
  padding: 1.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 1800px) {
  .service-content .service-blocks .service-block .service-block__content {
    padding: 1.2rem;
  }
}
.service-content .service-blocks .service-block .service-block__content h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1800px) {
  .service-content .service-blocks .service-block .service-block__content h3 {
    font-size: 1.5rem;
  }
}
.service-content .service-blocks .service-block .service-block__content h3 a {
  color: white;
}
.service-content .service-blocks .service-block .service-block__content p {
  font-size: 1.1rem;
  color: #FFED00 !important;
}
.service-content .service-blocks .service-block .service-block__content p a {
  color: #FFED00;
}
.service-content .service-blocks .service-block .service-block__content img {
  width: 180px;
  margin-bottom: 0.8rem;
}

.service-large-image {
  height: 650px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
  padding-top: 6rem;
}
@media screen and (max-width: 1800px) {
  .service-large-image {
    height: 500px;
  }
}
@media screen and (max-width: 1360px) {
  .service-large-image {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .service-large-image {
    padding-top: 4rem;
  }
}
.service-large-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.service-large-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-large-image h2 {
  color: white;
  font-size: 4.2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1800px) {
  .service-large-image h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1360px) {
  .service-large-image h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .service-large-image h2 {
    font-size: 2.8rem;
  }
}

.template-content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 1800px) {
  .template-content-container {
    grid-gap: 6rem;
  }
}
@media screen and (max-width: 1360px) {
  .template-content-container {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    padding: 4rem 0 2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .template-content-container {
    grid-gap: 2rem;
    padding-top: 3rem;
  }
}
.template-content-container .template-content-column {
  position: relative;
}
.template-content-container .template-content-column .content {
  color: #012E61;
}
.template-content-container .template-content-column .content h2 {
  font-size: 2.3rem;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .template-content-container .template-content-column .content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1360px) {
  .template-content-container .template-content-column .content h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .template-content-container .template-content-column .content h2 {
    font-size: 1.6rem;
  }
}
.template-content-container .template-content-column .content p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 2rem 0;
  line-height: 1.8;
  color: #063e7e;
}
@media screen and (max-width: 1800px) {
  .template-content-container .template-content-column .content p {
    font-size: 1rem;
  }
}
.template-content-container .template-content-column .content ul {
  padding-left: 1rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #063e7e;
}
@media screen and (max-width: 1360px) {
  .template-content-container .template-content-column .content ul {
    font-size: 1rem;
  }
}
.template-content-container .template-content-column .content a {
  transition: all 0.3s ease;
  padding: 1.2rem 1.4rem;
  border-radius: 50px;
  font-size: 1.1rem;
  color: white;
  background: #012E61;
  position: relative;
  display: inline-block;
  margin: 1rem 0;
}
.template-content-container .template-content-column .content a:hover {
  transition: all 0.3s ease;
  background: #FFED00;
  color: #012E61;
}
.template-content-container .template-content-column.image-side {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.template-content-container .template-content-column.image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1360px) {
  .template-content-container .template-content-column.image-side img {
    position: relative;
    height: 350px;
  }
}
.template-content-container .template-content-column.image-side video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1800px) {
  .template-content-container .template-content-column.image-side video {
    height: 100%;
    transform: scale(1.25);
  }
}
@media screen and (max-width: 560px) {
  .template-content-container .template-content-column.image-side video {
    height: 100%;
    transform: scale(2);
  }
}

.ground-beams-and-caps-products {
  overflow: hidden;
  margin: 2rem 0;
}
.ground-beams-and-caps-products .swiper-slide {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.ground-beams-and-caps-products .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ground-beams-and-caps-products .swiper-slide h2 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  background: white;
  color: #012E61;
  font-size: 1.3rem;
  border-radius: 10px;
}

.user-agreement-title {
  padding: 16rem 0 3rem 0;
  background: #012E61;
}
@media screen and (max-width: 1800px) {
  .user-agreement-title {
    padding: 10rem 0 2rem 0;
  }
}
.user-agreement-title h1 {
  color: white;
  font-size: 4rem;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .user-agreement-title h1 {
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .user-agreement-title h1 {
    width: 90%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .user-agreement-title h1 {
    font-size: 2.2rem;
  }
}

.user-agreement-content {
  width: 60%;
  margin: 4rem auto 2rem auto;
  color: #012E61;
}
@media screen and (max-width: 1800px) {
  .user-agreement-content {
    width: 70%;
  }
}
@media screen and (max-width: 1360px) {
  .user-agreement-content {
    width: 90%;
    margin-top: 2rem;
  }
}
.user-agreement-content p {
  font-size: 1.1rem;
  margin: 1.4rem 0;
  line-height: 1.6;
  opacity: 0.7;
}
@media screen and (max-width: 1800px) {
  .user-agreement-content p {
    font-size: 1rem;
  }
}
.user-agreement-content ul {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.user-agreement-content ul li::marker {
  color: #eadb07;
}
.user-agreement-content a {
  color: #063e7e;
  text-decoration: underline;
}
.user-agreement-content h2 {
  font-size: 1.8rem;
  margin: 2rem 0;
}
.user-agreement-content h3 {
  font-size: 1.6rem;
  margin: 2rem 0;
}
