@charset "UTF-8";
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-Regular.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-Regular.woff") format("woff"), url("/fonts/general-sans/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-Italic.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-Italic.woff") format("woff"), url("/fonts/general-sans/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-Medium.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-Medium.woff") format("woff"), url("/fonts/general-sans/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-MediumItalic.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-MediumItalic.woff") format("woff"), url("/fonts/general-sans/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-Semibold.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-Semibold.woff") format("woff"), url("/fonts/general-sans/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-SemiboldItalic.woff") format("woff"), url("/fonts/general-sans/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-Bold.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-Bold.woff") format("woff"), url("/fonts/general-sans/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/fonts/general-sans/GeneralSans-BoldItalic.woff2") format("woff2"), url("/fonts/general-sans/GeneralSans-BoldItalic.woff") format("woff"), url("/fonts/general-sans/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/gambetta/Gambetta-Regular.woff2") format("woff2"), url("/fonts/gambetta/Gambetta-Regular.woff") format("woff"), url("/fonts/gambetta/Gambetta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/gambetta/Gambetta-Italic.woff2") format("woff2"), url("/fonts/gambetta/Gambetta-Italic.woff") format("woff"), url("/fonts/gambetta/Gambetta-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/gambetta/Gambetta-Bold.woff2") format("woff2"), url("/fonts/gambetta/Gambetta-Bold.woff") format("woff"), url("/fonts/gambetta/Gambetta-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/gambetta/Gambetta-BoldItalic.woff2") format("woff2"), url("/fonts/gambetta/Gambetta-BoldItalic.woff") format("woff"), url("/fonts/gambetta/Gambetta-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #202F41;
  overflow-x: hidden;
}
body.open {
  overflow: hidden;
}
body.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: #12eaea;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: rgb(14.3571428571, 186.6428571429, 186.6428571429);
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

h1 {
  color: #fff;
  size: 100px;
  font-weight: 700;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
html {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

body {
  background-color: #202F41;
}

button, .btn {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  margin-top: 20px;
  border-radius: 0px;
  background-color: #12EAEA;
  color: #000;
  font-size: 25px !important;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
}
button:hover, button:focus, button:active, .btn:hover, .btn:focus, .btn:active {
  background-color: white;
  color: #202F41;
}

input,
textarea,
select,
.btn {
  font-family: "GeneralSans";
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.2);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 2);
  letter-spacing: 0.2px;
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
  line-height: clamp(15px, 1.5vw, 18px);
}

h1, h2, h3, h4 {
  letter-spacing: -0.4px;
  color: #fff;
}

h1 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 4);
  font-family: "GeneralSans";
  line-height: calc(clamp(15px, 1.5vw, 18px) * 4);
  font-weight: 900;
  margin: 0;
  color: #fff;
  margin-bottom: 3vh;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 5);
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 3);
  }
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 3);
  font-weight: 800;
  line-height: 0.9;
  font-family: "GeneralSans";
  margin-bottom: 3vh;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4);
  }
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
  }
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 3);
  }
}

h4 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.1);
  margin: 0 0 15px 0;
  font-family: "Gambetta";
  font-weight: bold;
  letter-spacing: 0.1px;
  color: currentColor;
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}

p {
  font-family: "Gambetta";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.marker {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

b, strong {
  font-weight: 600;
}

ol.list-two-col, ul.list-two-col {
  columns: 2;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  ol.list-two-col, ul.list-two-col {
    columns: 1;
  }
}
ol.list-two-col li, ul.list-two-col li {
  padding: 0 10px 10px 0;
  flex: 1 45%;
  line-height: 120%;
}

li {
  font-family: "Gambetta";
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.custom-p {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.3);
  font-weight: 800;
  font-family: "GeneralSans";
  line-height: 2.3rem;
  color: #fff;
  text-shadow: 8px 12px 30px rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (min-width: 769px) {
  .custom-p {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
  }
}

.white-p {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.3);
  font-weight: 500;
  font-family: "GeneralSans";
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.black-p {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.3);
  font-weight: 500;
  font-family: "GeneralSans";
  color: #000;
}

.dark-blue {
  color: #202F41;
}

.light-blue {
  color: #0DE9E9;
}

.light-contrast {
  border-radius: 0px;
  background-color: #12EAEA;
  padding: 25px 30px 25px 30px;
  color: #202F41;
  display: inline-flex;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .light-contrast {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.dark-contrast {
  border-radius: 0px;
  background-color: #202F41;
  padding: 25px 30px 25px 30px;
  color: #12EAEA;
  display: inline-flex;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .dark-contrast {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.capitalize {
  text-transform: uppercase;
}

.capitalize.light-blue.landing-row-h2 {
  font-weight: 800;
  line-height: 0.96;
  font-family: "GeneralSans";
  margin-bottom: 3vh;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .capitalize.light-blue.landing-row-h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4 - 15px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .capitalize.light-blue.landing-row-h2 {
    font-size: 2rem;
  }
}

.capitalize.dark-blue.landing-row-h2 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 3 - 5px) !important;
  font-weight: 800;
  line-height: 0.96;
  font-family: "GeneralSans";
  margin-bottom: 3vh;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .capitalize.dark-blue.landing-row-h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4 - 15px) !important;
  }
}

.capitalize.light-blue.landing-row-h3 {
  font-weight: 800;
  line-height: 0.96;
  font-family: "GeneralSans";
  margin-bottom: 3vh;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .capitalize.light-blue.landing-row-h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4 - 15px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .capitalize.light-blue.landing-row-h3 {
    font-size: 2rem;
  }
}

.capitalize.dark-blue.landing-row-h3 {
  font-weight: 800;
  line-height: 0.96;
  font-family: "GeneralSans";
  margin-bottom: 3vh;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .capitalize.dark-blue.landing-row-h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 4 - 15px) !important;
  }
}
@media only screen and (min-width: 769px) {
  .capitalize.dark-blue.landing-row-h3 {
    font-size: 2rem;
  }
}

.branding {
  margin-right: 30px;
}
.branding .brand {
  display: block;
  height: 80px;
}
.branding .brand svg {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 769px) {
  header .header-content {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header {
    margin-top: 50px;
  }
}
/* Language Toggle Container */
.nav.lang {
  position: absolute; /* Change from fixed to absolute */
  top: 2rem;
  right: 2rem;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .nav.lang {
    right: 10px;
  }
}
.nav.lang.lang ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-right: 30px;
}
.nav.lang.lang ol li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .nav.lang.lang ol li {
    padding-left: 20px;
  }
}

/* Pills for Signatories / FINA Pre-Budget */
.lang-nav-items nav.primary ol {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang-nav-items nav.primary ol li {
  background-color: #fff;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-size: 0.875rem;
  margin: 0.5rem;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.lang-nav-items nav.primary ol li a {
  color: #202F41;
  text-transform: uppercase;
  font-family: "GeneralSans";
  text-decoration: none;
}
.lang-nav-items nav.primary ol li:hover {
  background-color: #f5f5f5;
}
.lang-nav-items nav.primary ol li:hover a {
  color: #12EAEA;
}

/* Style the switch */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

/* Slider style */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #202F41;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider .toggle-label {
  color: #202F41;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: bold;
  padding-left: 35px;
  font-family: "GeneralSans";
  transition: 0.4s;
}

/* Active state of the switch */
input:checked + .slider {
  background-color: #fff;
}

/* Focus state of the switch */
input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

/* When the switch is checked, move the circle */
input:checked + .slider:before {
  transform: translateX(45px);
}

/* French Version */
.lang-fr .slider:before {
  transform: translateX(45px);
}
.lang-fr .toggle-label {
  padding: 0;
}
.lang-fr input:checked + .slider:before {
  transform: translateX(0);
}
.lang-fr input:checked + .slider .toggle-label {
  padding: 35px;
}

/* Desktop */
#siteNavList {
  display: flex;
  gap: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navToggle {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  #navToggle {
    display: inline-block;
    background: none;
    border: 0;
    cursor: pointer;
    width: 32px;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #navToggle .top, #navToggle .one, #navToggle .two, #navToggle .bottom {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    transition: transform 0.25s, opacity 0.2s;
  }
  /* hide menu until opened */
  #siteNav {
    position: relative;
  }
  #siteNavList {
    display: none;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin-top: 1rem;
    background: #fff;
    padding: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .nav-open #siteNavList {
    display: flex;
    width: fit-content;
    height: auto;
    background: #fff;
  }
  /* burger → X when open */
  .nav-open #navToggle .top {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-open #navToggle .two {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-open #navToggle .one,
  .nav-open #navToggle .bottom {
    opacity: 0;
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
  padding: calc(30px);
}
@media only screen and (max-width: 768px) {
  .card {
    padding: calc(45px) calc(30px) !important;
  }
}

.carousel-item {
  padding: 10px;
}
.carousel-item .row {
  align-items: center;
}
.carousel-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .carousel-item img {
    max-width: 300px;
  }
}
.carousel-item .row {
  gap: 15px 0;
}

.carousel-indicators [data-bs-target] {
  opacity: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  opacity: 0;
}

footer {
  color: white;
  background-color: #202F41;
  text-transform: uppercase;
}
footer p {
  font-family: sans-serif;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.form-control {
  border-radius: 0px;
  font-size: 1.3rem;
}

.form-label {
  color: #fff;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shadow {
  transition: 0.3s ease-in-out;
  box-shadow: 8px 12px 20px rgba(0, 0, 0, 0.6), 12px 18px 30px rgba(0, 0, 0, 0.5) !important; /* Stronger right & bottom shadow */
  overflow: hidden;
  display: block;
  background: #fff; /* Ensure contrast */
  margin-top: -150px;
  border-radius: 24px;
}

.right-img {
  position: absolute;
  z-index: 1;
  top: -10vh;
  right: 0;
  max-width: 60vw;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .right-img {
    display: flex;
  }
}
.right-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .right-img {
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translate(0, 0);
  }
  .right-img::before {
    background-position: center bottom;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .right-img {
    display: flex;
    position: absolute;
    top: 50vw;
    bottom: 10%;
    max-width: 50vw;
    right: 0;
  }
  .right-img::before {
    background-position: center center;
    background-size: cover;
  }
}

.hero .hero-image {
  width: 100%;
  max-width: 1000px;
  margin-bottom: -0.8rem;
}

.crane-img {
  display: flex;
  align-items: center;
  height: 70vh;
  min-height: 700px;
}
.crane-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 900px; /* Adjust based on crane image height */
  background-image: url("../../assets-media/images/crane-long.png"); /* or full URL */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, var(--scroll-y));
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.crane-img h1 {
  font-size: clamp(20px, 15vw, 120px);
  line-height: 90%;
  text-align: left;
  max-width: 70vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 1920px) {
  .crane-img h1 {
    font-size: clamp(20px, 20vw, 140px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .crane-img h1 {
    font-size: clamp(20px, 10vw, 80px);
    margin-top: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .crane-img h1 {
    font-size: clamp(20px, 10vw, 50px);
    margin-top: -350px;
  }
}

.labour-right-img {
  position: absolute;
  z-index: 1;
  top: -10vh;
  right: 0;
  max-width: 75vw;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .labour-right-img {
    display: flex;
  }
}
.labour-right-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .labour-right-img {
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translate(0, 0);
  }
  .labour-right-img::before {
    background-position: center bottom;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .labour-right-img {
    display: flex;
    position: absolute;
    bottom: 10%;
    max-width: 60vw;
    right: 0;
  }
  .labour-right-img::before {
    background-position: center center;
    background-size: cover;
  }
}

.left-img {
  position: absolute;
  z-index: 1;
  top: 0vh;
  left: -45vw;
  max-width: 90vw;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .left-img {
    display: flex;
  }
}
.left-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .left-img {
    padding: 0px !important;
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
    left: auto;
    top: auto;
    bottom: auto;
    transform: translate(0, 0);
  }
  .left-img::before {
    background-position: center bottom;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .left-img {
    display: flex;
    position: absolute;
    bottom: 10%;
    max-width: 90vw;
    left: -40vw;
  }
  .left-img::before {
    background-position: center center;
    background-size: cover;
  }
}

.hero-labour {
  position: absolute;
  z-index: 1;
  bottom: -20vh;
  right: -1vw;
  max-width: 60vw;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .hero-labour {
    display: flex;
  }
}
.hero-labour::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .hero-labour {
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translate(0, 0);
  }
  .hero-labour::before {
    background-position: center bottom;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hero-labour {
    display: flex;
    position: absolute;
    bottom: -35vh;
    max-width: 50vw;
    right: -1vw;
  }
  .hero-labour::before {
    background-position: center center;
    background-size: cover;
  }
}

.frame-img {
  border-color: #12EAEA;
  border-width: 4px;
  border-style: solid;
}

.hero-justify-center {
  display: flex;
  justify-content: center;
}

hr {
  height: 4px;
  background-color: #12EAEA;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .act-now {
    padding: 0vh 0vw 10vh 0vw !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .act-now {
    padding: 0vh 0vw 10vh 0vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .act-now {
    padding-bottom: 10px !important;
  }
}

.labour-hero-section .row > * {
  padding-right: 0px;
}
.labour-hero-section .col-3 {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}
@media only screen and (max-width: 768px) {
  .labour-hero-section .hero-labour img {
    width: 55vw;
    max-width: 260px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: auto;
  }
  .labour-hero-section .hero-labour {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    display: block !important;
    max-width: 100% !important;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .labour-hero-section {
    padding-top: 15vh !important;
    padding-bottom: 5vh !important;
  }
}