.header-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--oea_colors_white);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.header-section:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: var(--oea_colors_white);
  opacity: 0.2;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.header-section .site-logo {
  filter: contrast(0) brightness(2);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.header-section .elementor-nav-menu a {
  position: relative;
  color: var(--oea_colors_white);
  font-size: 0.9375rem;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.header-section .elementor-nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 9px;
  width: 0;
  height: 2px;
  background-color: var(--oea_colors_white);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.header-section .elementor-nav-menu a:hover::after {
  width: calc(100% - 18px);
}
.header-section .wpml-ls-current-language {
  display: none !important;
}
.header-section.shrink:before {
  height: 100%;
}
.header-section.shrink:after {
  width: 100%;
  background-color: var(--oea_colors_alternate);
  opacity: 1;
}
.header-section.shrink .site-logo {
  filter: none;
}
.header-section.shrink .elementor-nav-menu a {
  color: black;
}
.header-section.shrink .elementor-nav-menu a::after {
  background-color: black;
}

body:has(.no-banner-first) .header-section:before {
  height: 100%;
}
body:has(.no-banner-first) .header-section:after {
  width: 100%;
  background-color: var(--oea_colors_alternate);
  opacity: 1;
}
body:has(.no-banner-first) .header-section .site-logo {
  filter: none;
}
body:has(.no-banner-first) .header-section .elementor-nav-menu a {
  color: black;
}
body:has(.no-banner-first) .header-section .elementor-nav-menu a::after {
  background-color: black;
}

.header-section .elementor-menu-toggle,
.header-section .elementor-menu-toggle.elementor-active {
  background-color: transparent !important;
  padding: 0px !important;
}

.header-section svg.elementor-menu-toggle .e-font-icon-svg {
  fill: var(--oea_colors_white) !important;
}

.header-section .elementor-menu-toggle svg,
.header-section .elementor-menu-toggle .e-font-icon-svg {
  opacity: 0 !important;
}

.header-section .elementor-menu-toggle:before,
.header-section .elementor-menu-toggle:after {
  content: "";
  width: 20px;
  position: absolute;
  background-color: var(--oea_colors_white) !important;
  height: 1px;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transform: rotate(0deg);
}

.header-section.shrink .elementor-menu-toggle:before,
.header-section.shrink .elementor-menu-toggle:after {
  content: "";
  background-color: var(--oea_colors_dark) !important;
}

.header-section .elementor-menu-toggle:before {
  top: calc(50% - 5px);
}

.header-section .elementor-menu-toggle:after {
  top: calc(50% + 5px);
}

.header-section .elementor-menu-toggle.elementor-active:before,
.header-section .elementor-menu-toggle.elementor-active:after {
  top: 50%;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: var(--oea_colors_dark);
}

.header-section .elementor-menu-toggle.elementor-active:before,
.header-section .elementor-menu-toggle.elementor-active:after {
  background-color: var(--oea_colors_primary);
}

.header-section .elementor-menu-toggle.elementor-active:before {
  transform: rotate(45deg) !important;
}

.header-section .elementor-menu-toggle.elementor-active:after {
  transform: rotate(-45deg) !important;
}

.addrs-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.addrs-wrap .single-addr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.addrs-wrap .single-addr p {
  margin-bottom: 0;
  color: var(--oea_colors_dark);
}
.addrs-wrap .single-addr a {
  color: black;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.addrs-wrap .single-addr a:hover {
  text-decoration-color: black;
}
.addrs-wrap .single-addr a.phone {
  letter-spacing: 0.4px;
}
.addrs-wrap .city {
  font-weight: 600;
}

.footer-legals-menu a {
  color: black;
  margin-right: 12px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.footer-legals-menu a:hover {
  text-decoration-color: black;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem auto;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: 1px solid var(--oea_colors_alternate);
  color: black;
}

.footer-cta {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  padding-bottom: 5rem;
}
.footer-cta .the-content {
  padding: 2rem;
  max-width: 250px;
}
.footer-cta .arrow-circle {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  background-color: var(--oea_colors_secondary);
  color: black;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.footer-cta .arrow-circle i {
  position: relative;
  z-index: 2;
}
.footer-cta .arrow-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: var(--oea_colors_primary);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.footer-cta .image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.footer-cta .image picture, .footer-cta .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 768px) {
  .footer-cta:hover .image {
    height: 100%;
  }
  .footer-cta:hover .arrow-circle {
    color: var(--oea_colors_white);
    transform: rotate(-45deg);
  }
  .footer-cta:hover .arrow-circle::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-section .footer-addrs-col {
    order: 2;
  }
  .footer-section .footer-logo-col {
    order: 1;
  }
  .footer-section .footer-cta-col {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .addrs-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .addrs-wrap .single-addr {
    width: calc(50% - 0.5rem);
  }
  .footer-cta {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 550px) {
  .footer-addrs-col h6 {
    text-align: center;
  }
  .footer-legals-menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    margin: 0 auto !important;
  }
  .footer-legals-menu a {
    margin-right: 0 !important;
  }
  .addrs-wrap {
    align-items: center;
    justify-content: center;
  }
  .addrs-wrap .single-addr {
    width: 100%;
    text-align: center;
  }
}
.flex-c-c, .arch-projects .btn-reset, .arch-projects .projects-count, .scroll-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-numbers .image > img.active {
    opacity: 1;
}

.home-numbers .image > img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4scubic-bezier(0.55, 0, 0.1, 1);
}

.obj-img, .project-item .image picture, .project-item .image img, .big-cta .image picture, .big-cta .image img, .home-numbers .image picture, .home-numbers .image img, .home-projects .single-project-slide .image picture, .home-projects .single-project-slide .image img, .career-offers .single-project-slide .image picture, .career-offers .single-project-slide .image img, .home-banner-projects .small-project-slide .image picture, .home-banner-projects .small-project-slide .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.obj-img-contain {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body, html {
  scroll-behavior: smooth;
}

.the-content p:last-child {
  margin-bottom: 0;
}

.elementor-widget-text-editor ul, .the-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
}
.elementor-widget-text-editor ul > ul, .the-content ul > ul {
  padding-left: 1.2rem;
}
.elementor-widget-text-editor ul li, .the-content ul li {
  position: relative;
  padding-left: 1.2rem;
}
.elementor-widget-text-editor ul li::before, .the-content ul li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 600;
  font-size: 0.6875rem;
  position: absolute;
  left: 0;
}

.duotone h1 strong, .duotone h2 strong, .duotone h3 strong, .duotone h4 strong, .duotone h5 strong, .duotone h6 strong {
  color: var(--oea_colors_accent);
}

.btn span {
  font-weight: 600;
}
.btn.btn-primary:not(.elementor-widget-button), .btn.btn-primary .elementor-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 3rem;
  padding: 1.875rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  background-color: var(--oea_colors_alternate) !important;
  color: var(--oea_colors_dark);
  border-radius: 100px;
}
.btn.btn-primary:not(.elementor-widget-button) span, .btn.btn-primary .elementor-button span {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  text-align: left;
}
.btn.btn-primary:not(.elementor-widget-button)::before, .btn.btn-primary .elementor-button::before {
  content: "";
  position: absolute;
  top: calc((100% - 52px) / 2);
  right: 0.75rem;
  width: 52px;
  aspect-ratio: 1/1;
  background-color: var(--oea_colors_secondary);
  border-radius: 50%;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.btn.btn-primary:not(.elementor-widget-button):after, .btn.btn-primary .elementor-button:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Sharp";
  position: relative;
  left: 1px;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.btn.btn-primary:not(.elementor-widget-button):hover, .btn.btn-primary .elementor-button:hover {
  background-color: var(--oea_colors_alternate) !important;
}
.btn.btn-primary:not(.elementor-widget-button):hover:before, .btn.btn-primary .elementor-button:hover:before {
  right: calc(-100% + 0.75rem);
  width: 200%;
  transform: translateY(-50%);
}
.btn.btn-primary:not(.elementor-widget-button):hover:after, .btn.btn-primary .elementor-button:hover:after {
  transform: rotate(-45deg);
}
.btn.btn-primary:not(.elementor-widget-button):focus, .btn.btn-primary .elementor-button:focus {
  background-color: var(--oea_colors_alternate) !important;
}
.btn.btn-primary.btn-down:not(.elementor-widget-button):hover:after, .btn.btn-primary.btn-down .elementor-button:hover:after {
  transform: rotate(45deg);
}
.btn.btn-primary.slim:not(.elementor-widget-button), .btn.btn-primary.slim .elementor-button {
  padding: 1.5rem 2rem;
}
.btn.btn-primary.slim:not(.elementor-widget-button):before, .btn.btn-primary.slim .elementor-button:before {
  top: calc((100% - 40px) / 2);
  width: 40px;
}
.btn.btn-primary.slim:not(.elementor-widget-button):after, .btn.btn-primary.slim .elementor-button:after {
  left: 7px;
}
.btn.btn-primary.slim:not(.elementor-widget-button):hover:before, .btn.btn-primary.slim .elementor-button:hover:before {
  right: calc(-100% + 0.75rem);
  width: 200%;
}
.btn.btn-scroll-top:not(.elementor-widget-button), .btn.btn-scroll-top .elementor-button, .btn.btn.btn-link:not(.elementor-widget-button), .btn.btn.btn-link .elementor-button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background-color: transparent;
  color: black;
  font-weight: 600;
  padding: 0;
}
.btn.btn-scroll-top:not(.elementor-widget-button)::after, .btn.btn-scroll-top .elementor-button::after, .btn.btn.btn-link:not(.elementor-widget-button)::after, .btn.btn.btn-link .elementor-button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Sharp";
  font-size: 10px;
  background-color: var(--oea_colors_secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  transform: rotate(-90deg);
}
.btn.btn.btn-link:not(.elementor-widget-button):after, .btn.btn.btn-link .elementor-button:after {
  transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
  .btn.btn-primary:not(.elementor-widget-button), .btn.btn-primary .elementor-button {
    padding: 1.25rem 1.5rem !important;
  }
  .btn.btn-primary:not(.elementor-widget-button):before, .btn.btn-primary .elementor-button:before {
    top: calc((100% - 40px) / 2);
    right: 0.6rem;
    width: 40px;
  }
  .btn.btn-primary:not(.elementor-widget-button):after, .btn.btn-primary .elementor-button:after {
    left: 1px !important;
    font-size: 0.85rem;
  }
}
.dark-section .btn.btn-primary:not(.elementor-widget-button), .dark-section .btn.btn-primary .elementor-button {
  background-color: var(--oea_colors_white) !important;
}
.dark-section .btn.btn-primary:not(.elementor-widget-button):hover, .dark-section .btn.btn-primary:not(.elementor-widget-button):focus, .dark-section .btn.btn-primary .elementor-button:hover, .dark-section .btn.btn-primary .elementor-button:focus {
  background-color: var(--oea_colors_white) !important;
}

.mw-lg {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.mw-md {
  max-width: 675px;
  margin-right: auto;
  margin-left: auto;
}

.mw-md-left {
  max-width: 675px;
}

.p-xl p {
  font-size: 2rem;
  line-height: 1.375;
  margin-bottom: 3rem;
}

.subtitle {
  margin-bottom: 0.375rem;
}

.section-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-xl p {
    font-size: 1.5rem;
  }
}
#breadcrumbs .fa-angle-right {
  color: var(--oea_colors_accent);
  font-size: 1rem;
  position: relative;
  top: 1px;
}

.scroll-arrow {
  height: 20px;
  width: 20px;
  background-color: var(--oea_colors_secondary);
  color: var(--oea_colors_dark);
  border-radius: 50%;
  margin-left: auto;
}
.scroll-arrow i {
  font-size: 0.65rem;
  position: relative;
  top: 1px;
}

.home-banner-projects {
  max-width: 625px;
  overflow: hidden;
  margin-left: auto;
  margin-top: -2.5rem;
}
.home-banner-projects .progress-bar-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.home-banner-projects .progress-bar-wrap .number {
  font-size: 0.875rem;
  font-weight: 600;
}
.home-banner-projects .progress-bar-wrap .progress-bar {
  position: relative;
  width: calc(100% - 150px - 4.5rem);
}
.home-banner-projects .progress-bar-wrap .progress-bar:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.home-banner-projects .progress-bar-wrap .progress-inner {
  display: block;
  height: 3px;
  background-color: white;
  width: 25%;
  position: relative;
  left: 0;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-banner-projects .slick-track {
  display: flex !important;
}
.home-banner-projects .slick-list {
  padding: 0 150px 0 0 !important;
}
.home-banner-projects .slick-slide {
  height: inherit !important;
}
.home-banner-projects .small-project-slide {
  display: flex !important;
  align-items: center;
  gap: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 0.5rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-right: 0.5rem;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-banner-projects .small-project-slide .image {
  height: 100%;
  min-height: 176px;
  width: 176px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.home-banner-projects .small-project-slide .image picture, .home-banner-projects .small-project-slide .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-banner-projects .small-project-slide .right-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: calc(100% - 176px - 1.5rem);
}
.home-banner-projects .small-project-slide .right-side .h6 {
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.home-banner-projects .small-project-slide .right-side:first-child {
  padding: 0 1rem;
  max-width: 100%;
}
.home-banner-projects .small-project-slide:hover {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.home-banner-projects .small-project-slide:hover .image picture, .home-banner-projects .small-project-slide:hover .image img {
  left: -2.5%;
  top: -2.5%;
  height: 105%;
  width: 105%;
}

@media only screen and (max-width: 1150px) {
  .home-banner-projects {
    margin-top: 2rem;
    width: 625px;
    max-width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 600px) {
  .home-banner-projects {
    width: 100%;
    max-width: 100%;
  }
  .home-banner-projects .progress-bar-wrap {
    margin-left: 2rem;
  }
  .home-banner-projects .progress-bar-wrap .progress-bar {
    width: calc(100% - 2rem - 4.5rem);
  }
  .home-banner-projects .slick-list {
    padding: 0 2rem !important;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner-projects .small-project-slide .right-side {
    gap: 0.75rem;
    max-width: calc(100% - 125px - 1.5rem);
  }
  .home-banner-projects .small-project-slide .image {
    height: 100%;
    min-height: 125px;
    width: 125px;
  }
}
@media only screen and (max-width: 425px) {
  .home-banner-projects .small-project-slide {
    gap: 1rem;
  }
  .home-banner-projects .small-project-slide .right-side {
    max-width: calc(100% - 100px - 1rem);
  }
  .home-banner-projects .small-project-slide .right-side .h6 {
    font-size: 1.15rem;
  }
  .home-banner-projects .small-project-slide .right-side .image {
    min-height: 100px;
    width: 100px;
  }
}
.home-expertises {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 3rem;
}
.home-expertises .mobile-line {
  display: none;
  position: absolute;
  left: 50%;
  top: 1rem;
  height: 0;
  width: 1.5px;
  background-color: var(--oea_colors_primary);
}
.home-expertises .dot {
  width: 10px;
  height: 10px;
  background-color: blue;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.home-expertises .lines-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-expertises .lines-wrap .line {
  position: relative;
  width: 100%;
  margin-bottom: -2.5rem;
}
.home-expertises .lines-wrap .line:nth-child(even) {
  transform: scaleX(-1);
}
.home-expertises .lines-wrap .line:first-child::before {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 0;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: var(--oea_colors_alternate);
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-expertises .lines-wrap .line:first-child.started::before {
  background-color: var(--oea_colors_primary);
}
.home-expertises .lines-wrap .line svg {
  height: 100%;
  width: 100%;
}
.home-expertises .lines-wrap .line svg path:last-child {
  stroke-dashoffset: 0;
  stroke-dasharray: 0, 10000%;
  stroke: var(--oea_colors_primary);
}
.home-expertises .block-expertise {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2rem);
  max-width: 400px;
  padding: 3rem;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 20px;
  background-color: var(--oea_colors_white);
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  position: relative;
  z-index: 2;
}
.home-expertises .block-expertise .subtitle {
  margin-bottom: 1rem;
  transition: inherit;
}
.home-expertises .block-expertise .h6 {
  margin-bottom: 0.25rem;
  transition: inherit;
}
.home-expertises .block-expertise.active {
  border-color: var(--oea_colors_primary);
  background-color: var(--oea_colors_primary);
  color: var(--oea_colors_white);
}
.home-expertises .block-expertise.active .subtitle, .home-expertises .block-expertise.active .h6 {
  color: var(--oea_colors_white) !important;
}

@media only screen and (max-width: 1150px) {
  .home-expertises .lines-wrap {
    top: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-expertises {
    gap: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .home-expertises .lines-wrap {
    display: none;
  }
  .home-expertises .block-expertise {
    order: var(--mobile-order);
  }
}
@media only screen and (max-width: 767px) {
  .home-expertises .mobile-line {
    display: block;
  }
  .home-expertises::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: calc(50% - 0.25rem + 1px);
    top: 1rem;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background-color: var(--oea_colors_alternate);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .home-expertises.started::before {
    background-color: var(--oea_colors_primary);
  }
  .home-expertises::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 1rem;
    height: calc(100% - 1.1rem);
    width: 1px;
    background-color: var(--oea_colors_alternate);
  }
  .home-expertises .block-expertise {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 450px) {
  .home-expertises .block-expertise {
    padding: 2rem;
  }
}
.home-projects .projects-slider {
  min-height: 675px;
}

.home-projects .progress-bar-wrap, .career-offers .progress-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 1.5rem;
  max-width: 1280px;
}
.home-projects .progress-bar-wrap .number, .career-offers .progress-bar-wrap .number {
  font-size: 0.875rem;
  font-weight: 600;
}
.home-projects .progress-bar-wrap .progress-bar, .career-offers .progress-bar-wrap .progress-bar {
  position: relative;
  width: calc(100% - 4rem);
}
.home-projects .progress-bar-wrap .progress-bar:before, .career-offers .progress-bar-wrap .progress-bar:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--oea_colors_alternate);
}
.home-projects .progress-bar-wrap .progress-inner, .career-offers .progress-bar-wrap .progress-inner {
  display: block;
  height: 2px;
  background-color: var(--oea_colors_dark);
  width: 25%;
  position: relative;
  left: 0;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-projects .progress-bar-wrap .arrow, .career-offers .progress-bar-wrap .arrow {
  font-size: 1rem;
  cursor: pointer;
}
.home-projects .slick-track, .career-offers .slick-track {
  display: flex !important;
  gap: 1.5rem;
}
.home-projects .slick-slide, .career-offers .slick-slide {
  height: inherit !important;
}
.home-projects .slick-list, .career-offers .slick-list {
  margin: 0 -1.5rem;
  padding: 0 !important;
  overflow: visible;
}
.home-projects .projects-slider, .career-offers .projects-slider {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.home-projects .single-project-slide, .career-offers .single-project-slide {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 20px;
  background-color: var(--oea_colors_white);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.home-projects .single-project-slide .image, .career-offers .single-project-slide .image {
  position: absolute;
  left: calc(50% - 112px);
  top: 120px;
  height: 20rem;
  width: 224px;
  max-width: 100%;
  border-radius: 200px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-projects .single-project-slide .round-arrow, .career-offers .single-project-slide .round-arrow {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--oea_colors_secondary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-projects .single-project-slide .top-side, .career-offers .single-project-slide .top-side {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 380px;
  min-height: 72px;
  bottom: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-projects .single-project-slide .top-side .subtitle, .career-offers .single-project-slide .top-side .subtitle {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.home-projects .single-project-slide .top-side .secteurs, .career-offers .single-project-slide .top-side .secteurs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  max-width: 80%;
}
.home-projects .single-project-slide .top-side .tag-secteur, .career-offers .single-project-slide .top-side .tag-secteur {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 24px;
  color: var(--oea_colors_dark);
  font-size: 0.75rem;
  line-height: 1.1;
  height: -moz-fit-content;
  height: fit-content;
}
.home-projects .single-project-slide .bottom-side, .career-offers .single-project-slide .bottom-side {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  top: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-projects .single-project-slide .bottom-side h3, .career-offers .single-project-slide .bottom-side h3 {
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.home-projects .single-project-slide .bottom-side .tag, .career-offers .single-project-slide .bottom-side .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: var(--oea_colors_primary);
  color: var(--oea_colors_white);
  font-weight: 600;
  margin-bottom: 0.75rem;
  border-radius: 24px;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.home-projects .single-project-slide .bottom-side .tag.empty, .career-offers .single-project-slide .bottom-side .tag.empty {
  opacity: 0;
}
.home-projects .single-project-slide .bottom-side p, .career-offers .single-project-slide .bottom-side p {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--oea_colors_dark);
  margin-bottom: 0;
}
.home-projects .single-project-slide .bottom-side p span, .career-offers .single-project-slide .bottom-side p span {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .home-projects .single-project-slide:hover .image {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
  }
  .home-projects .single-project-slide:hover .round-arrow {
    opacity: 1;
  }
  .home-projects .single-project-slide:hover .top-side {
    bottom: -3rem;
    opacity: 0;
  }
  .home-projects .single-project-slide:hover .bottom-side {
    top: -3rem;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-projects .slick-track {
    gap: 0.5rem;
  }
  .home-projects .slick-list {
    margin: 0;
  }
  .home-projects .single-project-slide .top-side {
    margin-bottom: 316px;
  }
  .home-projects .single-project-slide .image {
    height: 18rem;
    width: calc(100% - 4rem);
    max-width: 230px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7rem;
  }
}
.home-numbers {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem 4rem;
  margin-top: 3rem;
}
.home-numbers .image {
  border-radius: 20px;
  overflow: hidden;
  width: 450px;
  height: 480px;
  min-height: 100%;
  position: relative;
}
.home-numbers .image picture {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-numbers .image picture.active {
  opacity: 1;
}
.home-numbers .right-side {
  width: calc(100% - 4rem - 450px);
  border-top: 1px solid var(--oea_colors_alternate);
  padding: 2rem 0;
  overflow: hidden;
}
.home-numbers .right-side .numbers-wrap {
  position: relative;
  top: 0;
  transition: 0.05s;
}
.home-numbers .right-side .numbers-wrap .image {
  display: none;
}
.home-numbers .right-side .single-number {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 2rem;
  color: var(--oea_colors_dark);
  opacity: 0.3;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.home-numbers .right-side .single-number.active {
  opacity: 1;
}
.home-numbers .right-side .single-number.active .info {
  opacity: 1;
}
.home-numbers .right-side .single-number.inactive {
  opacity: 0;
}
.home-numbers .right-side .number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.8;
}
.home-numbers .right-side .info {
  width: 280px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

@media only screen and (max-width: 1150px) {
  .home-numbers .image {
    width: 300px;
    height: 300px;
  }
  .home-numbers .right-side {
    width: calc(100% - 4rem - 300px);
  }
  .home-numbers .right-side .info {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .home-numbers .right-side .number {
    font-size: 4rem;
  }
  .home-numbers .right-side .info {
    width: 250px;
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-numbers {
    flex-direction: column-reverse;
  }
  .home-numbers > .image {
    display: none;
  }
  .home-numbers .image {
    width: 100%;
    min-height: unset;
    height: 400px;
  }
  .home-numbers .right-side {
    width: 100%;
  }
  .home-numbers .right-side .numbers-wrap .image {
    display: block;
  }
}
.big-cta {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 7.5rem;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 20px;
  background-color: var(--oea_colors_white);
  overflow: hidden;
}
.big-cta .the-content {
  position: relative;
  padding: 5rem 5rem 4rem;
  opacity: 1;
  top: 0;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.big-cta h3 {
  font-weight: 600 !important;
}
.big-cta .image {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 7.5rem;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.big-cta .btn.btn-primary {
  position: absolute;
  z-index: 2;
  right: 5rem;
  bottom: 5rem;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .big-cta:hover .the-content {
    top: -2rem;
    opacity: 0;
  }
  .big-cta:hover .image {
    height: 100%;
  }
  .big-cta:hover .btn.btn-primary {
    background-color: var(--oea_colors_alternate) !important;
  }
  .big-cta:hover .btn.btn-primary:before {
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 2rem;
  }
  .big-cta:hover .btn.btn-primary:after {
    transform: rotate(-45deg);
  }
  .big-cta:hover .btn.btn-primary:hover:before {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .big-cta .the-content {
    padding: 2.5rem 2.5rem 3rem;
  }
  .big-cta .btn.btn-primary {
    right: 2.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .big-cta .the-content {
    padding: 2rem 2rem 2.5rem;
  }
  .big-cta .btn.btn-primary {
    right: auto;
    left: 2rem;
  }
}
.marquee-section {
  margin: 4rem 0 0;
}
.marquee-section .subtitle-wrap {
  display: flex;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}
.marquee-section .subtitle-wrap .radius-block {
  position: relative;
  display: block;
  width: 46px;
  height: 50px;
  background-color: var(--oea_colors_light);
}
.marquee-section .subtitle-wrap .radius-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 0;
  background-color: var(--oea_colors_white);
}
.marquee-section .subtitle-wrap .radius-block.block-next::before {
  border-radius: 0 0 0 30px;
}
.marquee-section .subtitle {
  color: var(--oea_colors_dark) !important;
  background-color: var(--oea_colors_light);
  border-radius: 20px 20px 0 0;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.logos-marquee {
  width: 100%;
  overflow: hidden;
  background-color: var(--oea_colors_light);
}
.logos-marquee .marquee-wrap {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: 0;
  padding: 2rem 0;
}
.logos-marquee .marquee-wrap .image {
  height: 66px;
  max-width: 120px;
  margin-right: 5rem;
  mix-blend-mode: multiply;
  filter: grayscale(1);
  opacity: 0.7;
}
.logos-marquee .marquee-wrap .image picture,
.logos-marquee .marquee-wrap .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .marquee-section {
    margin: 2rem 0 0;
  }
  .logos-marquee .marquee-wrap {
    padding: 2rem 0;
  }
  .logos-marquee .marquee-wrap .image {
    height: 1.8rem;
  }
}
.arch-projects {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5rem;
}
.arch-projects .projects-filters {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.arch-projects .projects-count {
  gap: 0 0.5rem;
  flex-wrap: wrap;
}
.arch-projects .projects-count .count-num {
  background-color: var(--oea_colors_dark);
  color: var(--oea_colors_white);
  font-weight: 600;
  text-align: center;
  padding: 0rem 1rem;
  border-radius: 100px;
  min-width: 3rem;
}
.arch-projects .projects-count span {
  margin-bottom: 0;
}
.arch-projects .filters-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 1rem 0;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 100px;
  max-width: 100%;
}
.arch-projects .filters-wrap .single-filter {
  display: flex;
  padding: 0.5rem 2rem;
  border-right: 1px solid var(--oea_colors_alternate);
  width: 280px;
  cursor: pointer;
}
.arch-projects .filters-wrap .single-filter:last-child {
  border-right: none;
}
.arch-projects .filters-wrap .single-filter .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.arch-projects .filters-wrap .single-filter .filter-title:after {
  content: "\f078";
  display: inline-block;
  transform: rotate(0);
  font-family: "Font Awesome 6 Sharp";
  font-size: 10px;
  color: var(--oea_colors_primary);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.arch-projects .filters-wrap .single-filter .title-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.arch-projects .filters-wrap .single-filter i {
  color: var(--oea_colors_primary);
}
.arch-projects .filters-wrap .single-filter .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  background-color: var(--oea_colors_white);
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 20px;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.15);
  cursor: default;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap {
  width: 100%;
  max-width: 230px;
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap input {
  display: none;
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap input:checked + label .checkbox-box {
  background-color: var(--oea_colors_primary) !important;
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap input:checked + label .checkbox-box::before {
  opacity: 1;
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap label {
  display: flex;
  gap: 1rem;
  cursor: pointer;
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap label span {
  max-width: calc(100% - 2rem);
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap .checkbox-box {
  position: relative;
  display: block;
  border: 2px solid var(--oea_colors_primary);
  border-radius: 4px;
  height: 1rem;
  width: 1rem;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.arch-projects .filters-wrap .single-filter .filter-dropdown .checkbox-wrap .checkbox-box::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--oea_colors_white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.arch-projects .filters-wrap .single-filter.active .filter-title:after {
  transform: rotate(180deg);
}
.arch-projects .filters-wrap .single-filter.active .filter-dropdown {
  top: calc(100% + 1rem);
  opacity: 1;
  pointer-events: all;
}
.arch-projects .filters-wrap:has(input:checked) + .btn-reset {
  opacity: 1;
  pointer-events: all;
}
.arch-projects .btn-reset {
  gap: 0.5rem;
  padding: 1rem 2rem;
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 100px;
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
  transform: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.arch-projects .btn-reset i {
  color: var(--oea_colors_accent);
}
.arch-projects .projects-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.arch-projects .projects-wrap.loading, .arch-projects .projects-wrap.loading + .pagination {
  opacity: 0.25;
  pointer-events: none;
}
.arch-projects .pagination {
  padding-top: 1rem;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}

.project-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem 3rem;
  background-color: var(--oea_colors_white);
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 20px;
  padding: 1rem 1rem 1rem 3rem;
}
.project-item .left-side {
  width: calc(45% - 1.5rem);
}
.project-item .right-side {
  width: calc(55% - 1.5rem);
}
.project-item .image {
  border-radius: 4px;
  overflow: hidden;
}
.project-item .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: var(--oea_colors_primary);
  color: var(--oea_colors_white);
  font-weight: 600;
  margin-bottom: 1rem;
  border-radius: 24px;
}
.project-item h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.project-item .infos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  margin-bottom: 1rem;
}
.project-item .infos .single-info {
  display: flex;
  gap: 0.5rem;
  width: calc(50% - 0.5rem);
}
.project-item .infos span {
  opacity: 0.5;
}
.project-item .infos p {
  margin-bottom: 0;
}
.project-item .terms {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.project-item .terms .term-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.project-item .terms .term-wrap.secteurs .term {
  background-color: var(--oea_colors_white);
  font-weight: 500;
}
.project-item .terms .term-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.project-item .terms .term-title i {
  color: var(--oea_colors_primary);
}
.project-item .terms .the-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.project-item .terms .term {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: var(--oea_colors_alternate);
  border: 1px solid var(--oea_colors_alternate);
  border-radius: 24px;
}
.project-item .top-section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.project-item .top-section .left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
.project-item .top-section .right-side {
  min-height: 16rem;
}
.project-item .top-section .images {
  display: flex;
  gap: 1rem;
  height: 16rem;
  min-height: 100%;
}
.project-item .top-section .images .image {
  width: 100%;
}
.project-item .top-section .images .image:has(+ .image), .project-item .top-section .images .image:nth-child(2) {
  width: 50%;
}
.project-item .toggle-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: 3rem;
  width: 3rem;
  background-color: var(--oea_colors_secondary);
  border-radius: 50%;
  cursor: pointer;
}
.project-item .toggle-icon::before, .project-item .toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0.5rem;
  height: 2px;
  background-color: var(--oea_colors_dark);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.project-item .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.project-item.active .toggle-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.project-item .bottom-section {
  display: none;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.project-item .bottom-section .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.project-item .bottom-section .left-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.project-item .bottom-section .images {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: start;
}
.project-item .bottom-section .images .image {
  width: 100%;
  height: 100%;
  min-height: 16rem;
}
.project-item .bottom-section .images .image:first-child:has(+ .image) {
  height: calc(55% - 0.5rem);
  min-height: 22rem;
}
.project-item .bottom-section .images .image:nth-child(2) {
  height: calc(45% - 0.5rem);
}
.project-item .bottom-section .images .image:nth-child(2):has(+ .image) {
  width: calc(50% - 0.5rem);
}
.project-item .bottom-section .images .image:nth-child(3) {
  width: calc(50% - 0.5rem);
}
.project-item .bottom-section .city {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.project-item .bottom-section .city i {
  color: var(--oea_colors_primary);
  font-size: 1rem;
}

.pagination .btn-pagination, .pagination .page-numbers:not(.current) {
  cursor: pointer;
}
.pagination .page-numbers.current {
  pointer-events: none;
}
.pagination .btn-pagination:has(+ .page-numbers.current), .pagination .page-numbers.current + .btn-pagination {
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .project-item .infos .single-info {
    width: 100%;
  }
  .project-item .top-section .images {
    flex-direction: column;
    height: 25rem;
  }
  .project-item .top-section .images .image {
    height: 180px;
    min-height: 100%;
  }
  .project-item .top-section .images .image:has(+ .image), .project-item .top-section .images .image:nth-child(2) {
    width: 100% !important;
    height: 180px;
    min-height: calc(50% - 0.5rem);
  }
  .project-item .bottom-section .images .image {
    min-height: 0 !important;
  }
}
@media only screen and (max-width: 850px) {
  .project-item {
    padding: 0 2rem 2rem;
  }
  .project-item .toggle-icon {
    right: 0rem;
    top: 2rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .project-item .left-side, .project-item .right-side {
    width: 100%;
  }
  .project-item .top-section .left-side {
    max-width: calc(100% - 3.5rem);
  }
  .project-item .top-section .right-side {
    min-height: unset;
  }
  .project-item .top-section .images {
    flex-direction: row;
    flex-wrap: wrap;
    height: 18rem;
  }
  .project-item .top-section .images .image:has(+ .image), .project-item .top-section .images .image:nth-child(2) {
    width: calc(50% - 0.5rem) !important;
    height: 100%;
  }
  .project-item .bottom-section .left-side {
    padding: 1rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .arch-projects .filters-wrap {
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    padding: 0 1rem;
  }
  .arch-projects .filters-wrap .single-filter {
    flex-direction: column;
    width: 100%;
    border-right: none;
    padding: 1rem 0.5rem;
  }
  .arch-projects .filters-wrap .single-filter:not(:last-child) {
    border-bottom: 1px solid var(--oea_colors_alternate);
  }
  .arch-projects .filters-wrap .single-filter .filter-dropdown {
    position: relative;
    top: 0 !important;
    padding: 0 0 0 0;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
  }
  .arch-projects .filters-wrap .single-filter.active .filter-dropdown {
    height: auto;
    padding: 1.5rem 0 0.5rem 0;
  }
}
@media only screen and (max-width: 550px) {
  .projects-wrap .project-item {
    padding: 0 1.5rem 1rem;
  }
  .projects-wrap .project-item .top-section .left-side {
    max-width: calc(100% - 2rem);
  }
  .projects-wrap .project-item .top-section .toggle-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .projects-wrap .project-item .top-section .images {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 22rem;
  }
  .projects-wrap .project-item .top-section .images .image {
    width: 100% !important;
  }
}
.marquee-wrap {
  position: relative;
}
.marquee-wrap .mac-values-item, .marquee-wrap .mac-life-item {
  margin-right: 0.5rem;
}
.marquee-wrap.reverse .mac-values-item, .marquee-wrap.reverse .mac-life-item {
  margin-right: 0;
  margin-left: 0.5rem;
}

.elementor-widget-heading.job-subtitles .elementor-heading-title {
  font-weight: 600 !important;
  font-size: 2.5rem;
  margin-top: 2rem;
}

.job-content-section .elementor-widget-text-editor ul {
  list-style: disc;
  margin-bottom: 1rem;
}
.job-content-section .elementor-widget-text-editor ul li {
  padding-left: 0;
}
.job-content-section .elementor-widget-text-editor ul li::before {
  display: none !important;
}/*# sourceMappingURL=main.css.map */