html {
  scroll-behavior: smooth;
}

/* Standard css*/
.breadcrumbs {
  background: #F3F6F8;
}

.gform_button {
  background: #8fa282;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  /* font-size: 0.9rem; */
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.gform_button:hover {
  background: #809671;
}

.order-1 {
  order: -1;
}
.order-2 {
  order: 2;
}

@media (max-width: 991px) {
  .order-1,
  .order-2 {
    order: 0;
  }
}

.hex{
  inset:0;
  background:#fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  height: 175px;
  width: 150px;
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: unset;
  top: unset;
}
.hex img{
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover !important;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-top: 4px;
  margin-left: 4px;
}

.check ul,
ul.check {
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 0;
  display: block;
}

.check ul li,
ul.check li {
  align-items: top;
  line-height: 1.5;
  margin-bottom: .5rem;
  flex-flow: row wrap;
}

.check ul li::before,
ul.check li::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' fill='none'%3E%3Cpath fill='%23f37022' d='M17.35 0 7.16 9.481 2.85 4.87 0 7.549 6.962 15 20 2.88 17.35 0Z'/%3E%3C/svg%3E");
  background-position: bottom;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}


section.overlap{
  position: relative;
}
section.overlap::before{
  content: '';
  position: absolute;
  height: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  top: unset;
}
section.overlap-white::before{
  background: #fff;
}
.u-border-none.u-btn.u-button-style.u-none.u-text-active-custom-color-24.u-text-custom-color-24.u-text-hover-custom-color-24.u-btn-1 .u-icon{
  margin-left: 5px;
}
a {
  font-size: 1rem;
}
p:not(.u-text-variant) {
  margin-top: 0;
  margin-bottom: 1rem;
}
#breadcrumbs {
  margin-top: 0;
  font-weight: 400;
  font-size: .9rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #606060;
}
#breadcrumbs a {
  font-size: .9rem;
}
select {
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: .5rem;
  font-size: 1rem;
}
.post-header,
.posts-section {
  background: #221f20;
}
.post-header h1,
.posts-section h1 {
  color: #fff;
}

.social-share {
  position: sticky;
  top: 2rem;
  right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.share-email img {
  height: 15px;
}
.share-twitter img {
  height: 17px;
}
.share-buttons {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.share-buttons a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E19389;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
  transition: all .3s ease;
  padding: 0.5rem;
}

.archive-header {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5rem 0 1rem;
}
.archive-header h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.archive-description {
  margin-top: 1rem;
}

header{
  background: #ffffff !important;
}

.filter {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}

.filter p {
  margin-right: 1rem;
}

.filter .btn+.btn {
  margin-left: 1rem;
}

.pagination {
    text-align: center;
    margin: 2em 0;
}
.pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 0.25em;
}
.pagination li a,
.pagination li span {
    font-size: 1rem;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 4px;
    background: #3e393a;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}
.pagination .current{
    font-weight: bold;
    opacity: .5 !important;
}

section.single-post {
  background: #f4f0f5;
  border-bottom: 1px solid #dedbdf;
  padding-bottom: 3rem;
}
.u-btn.arrow-back {
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex !important;
  align-items: center;
  padding-left: .75rem;
}
.arrow-back::before {
  background: url('/wp-content/themes/pasteltafelen/assets/images/545682.png');
  width: 23px;
  height: 23px;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transform: rotate(180deg);
  margin-right: .5rem;
}

blockquote{
  margin: 0;
}
blockquote p {
  font-family: "Kalam", sans-serif;
  font-size: 1.3rem !important;
  font-weight: 100;a
}

.wp-embed-footer{
  display: none;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 30px 30px 10px;
  margin-bottom: 1.5rem;
}
.wp-block-group.has-background .wp-block-group__inner-container h2 {
  margin-top: .5rem !important;
}
.wp-block-group.has-background h2.wp-block-heading:first-of-type {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.wc-block-grid__product.add-to-wishlist-before_image {
  border-bottom: 0;
}
.wc-block-grid__products {
  margin-bottom: 0 !important;
}
.wc-block-grid__product-title {
  margin-bottom: 0 !important;
}

.single-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.more-posts{
  max-width: 700px;
  margin: 0 auto;
}
.single-wrapper h2.wp-block-heading {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 300 !important;
  font-size: 1.1rem !important;
  margin-top: 1.5rem !important;
}
section.single-post {
  background: #f5f5f5;
  padding-top: 2rem;
}
.single-content {
  margin-top: 1rem;
  background: #ffffff;
  padding: 1rem 2rem 1.5rem;
  border-radius: 5px;
  margin-right: 4rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.single-content h1 {
  margin-top: 2rem;
  margin-bottom: .5rem;
}
.single-post .image-wrapper {
  margin-bottom: 0;
  margin-right: 0;
  max-height: 400px;
  margin-top: 1rem;
}
.single-post .wp-post-image {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.single-post .post-wrapper {
  background: #fff;
  padding: 1rem 2rem;
  margin-right: 0;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.single-post .image-wrapper + .post-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.single-post .card{
  padding: 1rem;
  background: #fff;
  border-radius: 6px !important;
  margin-bottom: .5rem;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.single-post .card a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-post .card p{
  font-weight: 600;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  line-height: 1.4;
}
.single-post .post-wrapper h1{
  font-size: 2rem;
  margin-bottom: 0;
}

.single-post .card-horizontal {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 0;
  position: relative;
}
.single-post .card-horizontal .card-image {
  width: 150px;
  height: 150px;
}
.single-post .card-horizontal .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .card-horizontal .card-content {
  padding: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.single-post .card-horizontal .card-content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}
.single-post .card:hover{
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.wp-block-latest-posts {
  margin-bottom: 10rem;
}
.wp-block-latest-posts.columns-4 .post-item {
  width: 100% !important;
}
.wp-block-latest-posts__post-title,
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-author {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.wp-block-latest-posts__featured-image, .wp-block-latest-posts__featured-image a {
  width: 100%;
  height: 260px;
}
.wp-block-latest-posts__post-author {
  color: #bdbcbc;
  font-size: .9rem;
  display: inline-block;
  display: none;
}
.wp-block-latest-posts__post-author+.wp-block-latest-posts__post-date {
  margin-left: 0;
  display: inline-block;
}
.wp-block-latest-posts__post-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-latest-posts__post-date {
  color: #bdbcbc;
  font-size: .9rem;
}
.wp-block-latest-posts .post-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #3a3536;
  color: #fff;
}

.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__featured-image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.sidebar h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.sidebar .wp-block-latest-posts__featured-image,
.sidebar .wp-block-latest-posts__featured-image a {
  width: unset;
}
.sidebar .wp-block-latest-posts__post-title {
  margin-top: 1rem;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 3rem;
}

section.u-sheet {
  max-width: 1320px;
}



/* Menu */
.menu-item-has-children>a::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  margin-left: 5px;
}
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-base.active{
  color: #221f20 !important;
}
.u-nav-item a.active::before{
  width: calc(100% - 40px);
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  display: block;
  height: 2px;
  background: #ed6f26;
}

.u-social-url .mk-svg-icon, .social-link svg{
  fill: #ed6f26 !important;
  z-index: 1;
  position: relative;
}
.u-social-url{
  position: relative;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
}
.u-social-url:hover{
  transform: translateY(-3px);
}
.u-social-url::before{
  background-color: #fff !important;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left:1px;
  width: 38px !important;
  height: 38px !important;
  z-index: 0;
}
.u-social-url.tiktok::before{
  background-color: #ed6f26 !important;
  width: 40px !important;
  height: 40px !important;
  top: 0;
  left:0;
}
.u-social-url.tiktok svg path{
  fill: #fff !important;
}
.u-social-url.tiktok svg {
  z-index: 1;
  position: relative;
}

.u-nav-popup {
  padding-top: 1rem;
}
.u-nav-popup ul{
  background: #ffffff;
  padding-bottom: 1rem;
}
.u-nav-popup ul a{
  transition: color .3s ease;
}
.u-nav-popup ul a.active::before{
  display: none;
}
.u-nav-popup ul a.active,
#primary-menu-list .u-nav-popup ul li a.u-button-style.u-button-style.u-text-hover-palette-2-base:hover{
  color: #ed6f26 !important;
}


@media (max-width: 992px){
  section.hero-links{
    display: none;
  }
  .u-container-style.u-inner-container-layout.u-sidenav.u-white {
    background: #fff;
    border-left: 1px solid #e5e1d8;
  }
  .menu-item-has-children > a::after {
      display: none;
  }
  section.block-expertises .u-list-item .top h3 {
    font-size: 1.4rem !important;
  }
  span.toggle-submenu {
      width: 50px;
      height: 47px;
      content: '';
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      position: absolute;
      right: 0;
      z-index: 11111111;
      background-size: 18px;
      top: 0;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center;
  }
  .sub-menu {
      margin: 0 -1.5rem;
      margin-top: 0 !important;
      margin-bottom: 0px !important;
      padding: 1rem 1.5rem;
      background: #282526;
  }
  .sub-menu .sub-menu {
      border-bottom: 1px solid #e5e1d8;
      margin-bottom: 1rem !important;
  }
  .u-enable-responsive.u-offcanvas .u-sidenav .sub-menu .sub-menu .u-nav-link {
      text-transform: none;
      padding: 8px 20px !important;
  }
  .sub-menu  .u-nav-link{
      padding: 10px 0 !important;
  }
  .u-popupmenu-items .u-nav-link {
      padding: 15px 0;
      font-size: 1.1rem;
  }
  .menu-item-has-children .sub-menu {
      display: none;
  }
  #mobile-menu-list {
      padding: 0 1.5rem;
  }
  .u-enable-responsive .u-sidenav .u-popupmenu-items{
      width: 100%;
      text-align: left;
  }
  .u-offcanvas .u-sidenav{
      width: 300px !important;
  }
  .u-offcanvas .u-sidenav {
    flex-basis: var(--sidenav-width, 300px) !important;
  }
  .u-enable-responsive.u-offcanvas .u-sidenav .u-nav-link {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  .u-section-5 .u-repeater-1{
    grid-auto-columns: calc(50% - 20px);
    grid-template-columns: repeat(2, calc(50% - 20px));
  }

  
}

/* footer */

.social-icons {
  display: flex;
  gap: .5rem;
  justify-content: end;
}

.social-icons img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.post-share {
  display: flex;
  flex-flow: row wrap;
  gap: .2rem;
  margin-top: 2rem;
  align-items: center;
}
.post-share span{
  font-weight: 600;
  margin-right: .5rem;
}
.post-share a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ed6f26;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
  transition: all .3s ease;
}
.post-share a:hover{
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.related-posts {
  margin-top: 4rem;
}
.related-posts h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600 !important;
}

.related-posts .related-post {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.related-posts .related-post h3{
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.related-posts .related-post p{
  font-size: 1rem;
}
.related-posts .related-post a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.related-posts img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px !important;
  overflow: hidden;
}

.copyright {
  padding-top: 1rem;
  margin-bottom: 1rem !important;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

/* Theme colors */

.wp-block-group.has-background {
  border-radius: 6px;
}
.has-color1-background-color {
  background: #ed6f26;
}
.has-color2-background-color {
  background: #221f20;
}
.has-color3-background-color {
  background: #0f6434;
}
.has-color4-background-color {
  background: #59585a;
}
.has-color5-background-color {
  background: #ededed;
}

.has-color1-color {
  color: #ed6f26;
}
.has-color2-color {
  color: #221f20;
}
.has-color3-color {
  color: #0f6434;
}
.has-color4-color {
  color: #59585a;
}
.has-color5-color {
  color: #ededed;
}

/* End of standard custom.css */


#primary-menu-list > li > a {
  font-size: 1.125rem;
}

.buttons{
  display: flex;
  flex-flow: row wrap;
  gap: .5rem 1rem;
  margin-top: 2rem;
  z-index: 1;
}

.u-subtitle {
  font-family: "lumios-marker", sans-serif;
  font-size: 2rem !important;
}

.wp-block-separator.has-alpha-channel-opacity.is-style-default {
  position: absolute;
  left: -300px;
  right: 0;
  height: 4px;
  background: #ed6f26;
  display: block;
  content: '';
  z-index: 1;
  border: 0;
  margin-top: -2px;
}
.wp-block-separator.has-alpha-channel-opacity.is-style-default::after{
  content: "";
  position: absolute;
  right: -10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ed6f26;
  display: block;
  z-index: 1;
  border: 0;
  margin-top: -12px;
}

section.block-hero{
  position: relative;
  overflow: hidden;
}
section.block-hero.hero-small {
  height: 500px;
}
section.block-hero .u-subtitle {
  font-size: 3rem !important;
}
section.block-hero::before{
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/lbagroup/assets/images/line-element-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 280px;
  width: 100px;
  z-index: 1;
}

section.hero-links{
  margin-top: -49px;
}
section.hero-links .u-container-layout-1{
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
  z-index: 1;
}
section.hero-links .u-text-1{
  margin: 0;
}
section.hero-links ul{
  display: flex;
  flex-flow: row;
  gap: 2rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
section.hero-links ul li a{
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 300;
  transition: color 0.3s ease;
}
section.hero-links ul li a::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: .5rem;
  transition: background-color 0.3s ease;
}
section.hero-links ul li a:hover{
  color: #221f20;
}
section.hero-links ul li a:hover::before{
  background-color: #221f20;
}
section.hero-links .u-layout-cell-1::before,
section.hero-links .u-layout-cell-1::after {
  height: 49px;
  width: 50px;
  border-radius: 10px 10px 0px 0px;
  background-color: #ed6f26;
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0;
}
section.hero-links .u-layout-cell-1::before{
  left: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}
section.hero-links .u-layout-cell-1::after {
  right: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}

section.block-title-text h2{
  font-size: 2.3rem;
}
section.block-title-text::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/lbagroup/assets/images/line-element-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 280px;
  width: 100px;
  z-index: 1;
}

section.block-title-text-button .buttons{
  justify-content: end;
  margin-top: 0;
}
section.block-title-text-button .u-layout-wrap-1 {
  padding: 3rem 0 1rem;
}


section.block-expertises .u-list-item{
  position: relative;
  overflow: hidden;
}
section.block-expertises .u-list-item .permalink-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
section.block-expertises .u-list-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
section.block-expertises .element-top{
  background-color: #fff;
  max-width: 80%;
  width: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 61px;
  margin-top: -38px;
}
section.block-expertises .element-top::before,
section.block-expertises .element-top::after{
  content: "";
  position: absolute;
  height: 61px;
  width: 50px;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  top: 0;
  z-index: -1;
}
section.block-expertises .element-top::before{
  left: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}
section.block-expertises .element-top::after{
  right: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}


section.block-video-slider .slide{
  position: relative;
}
section.block-video-slider .slide .element-top{
  background-color: #fff;
  max-width: 80%;
  width: 150px;
  position: absolute;
  left: 4.3rem;
  height: 61px;
  top: 0;
  z-index: 1;
  margin-top: -38px;
}
section.block-video-slider .slide .element-top::before,
section.block-video-slider .slide .element-top::after{
  content: "";
  position: absolute;
  height: 61px;
  width: 50px;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  top: 0;
  z-index: -1;
}
section.block-video-slider .slide .element-top::before{
  left: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}
section.block-video-slider .slide .element-top::after{
  right: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}
section.block-video-slider .slide .element-bottom{
  background-color: #fff;
  max-width: 80%;
  width: 150px;
  position: absolute;
  left: 4.3rem;
  height: 61px;
  bottom: 0;
  margin-bottom: -38px;
  z-index: 1;
}
section.block-video-slider .slide .element-bottom::before,
section.block-video-slider .slide .element-bottom::after{
  content: "";
  position: absolute;
  height: 61px;
  width: 50px;
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  top: 0;
  z-index: -1;
}
section.block-video-slider .slide .element-bottom::before{
  left: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}
section.block-video-slider .slide .element-bottom::after{
  right: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}


.u-image-1 .element-bar-left{
  background-color: #fff;
  max-width: 80%;
  height: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  margin-left: -38px;
}
.u-image-1 .element-bar-left::before,
.u-image-1 .element-bar-left::after{
  content: "";
  position: absolute;
  width: 61px;
  height: 50px;
  border-radius: 0px 4px 4px 0;
  background-color: #fff;
  left: 0;
  z-index: -1;
}
.u-image-1 .element-bar-left::before{
  top: -34px;
  transform: skewY(16deg);
  -webkit-transform: skewY(16deg);
}
.u-image-1 .element-bar-left::after{
  bottom: -34px;
  transform: skewY(-16deg);
  -webkit-transform: skewY(-16deg);
}

.u-image-1 .element-bar-right{
  background-color: #fff;
  max-width: 80%;
  height: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  margin-right: -38px;
  right: 0;
}
.u-image-1 .element-bar-right::before,
.u-image-1 .element-bar-right::after{
  content: "";
  position: absolute;
  width: 61px;
  height: 50px;
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  right: 0;
  z-index: -1;
}
.u-image-1 .element-bar-right::before{
  top: -34px;
  transform: skewY(-16deg);
  -webkit-transform: skewY(-16deg);
}
.u-image-1 .element-bar-right::after{
  bottom: -34px;
  transform: skewY(16deg);
  -webkit-transform: skewY(16deg);
}


section.block-expertises .u-container-layout-2{
  aspect-ratio: 4/5;
  overflow: hidden;
}
section.block-expertises .u-text-3{
  position: relative;
  background-color: #fff;
  color: #221f20;
  padding: 0 1rem;
  margin: 0;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  z-index: 1;
  font-size: 1.125rem;
  height: 61px;
  line-height: 61px;
  display: flex;
  align-items: center;
  gap: .5rem;
  transition: all 0.3s ease;
  max-width: 80%;
  width: 150px;
}
section.block-expertises .u-list-item:hover .u-text-3{
  bottom: -1px;
}
section.block-expertises .u-list-item:hover::before{
  opacity: 0;
}
section.block-expertises .u-text-3::before,
section.block-expertises .u-text-3::after{
  content: "";
  position: absolute;
  height: 61px;
  width: 50px;
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  bottom: 0;
  z-index: -1;
}
section.block-expertises .u-text-3::before{
  left: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}
section.block-expertises .u-text-3::after{
  right: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}
section.block-expertises .u-text-3 span{
  content: "";
  background-image: url('/wp-content/themes/lbagroup/assets/images/line-element-white.svg');
  background-position: bottom right;
  background-size: 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  filter: invert(1);
  background-color: transparent !important;
}

section.block-expertises.archive-posts .u-list-item .bottom{
  position: absolute;
  bottom: 3rem;
  transition: all 0.3s ease;
}
section.block-expertises.archive-posts .u-list-item:hover .bottom{
  bottom: 6rem;
}
section.block-expertises.archive-posts .u-text-1{
  margin-bottom: .5rem;
}
section.block-expertises.archive-posts .u-list-item .excerpt {
  opacity: 0;
  transform: translateY(20px);
  transition: bottom 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1) .3s, transform 0.4s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.block-expertises.archive-posts .u-list-item .bottom h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
}
section.block-expertises.archive-posts .u-list-item:hover .bottom h3,
section.block-expertises.archive-posts .u-list-item:focus-within .bottom h3 {
  bottom: 6.5rem; /* Adjust this value to match the height of the excerpt when visible */
}
section.block-expertises.archive-posts .u-list-item:hover .excerpt,
section.block-expertises.archive-posts .u-list-item:focus-within .excerpt {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
section.block-expertises.archive-posts .u-list-item::before{
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  opacity: 1;
  top: 70%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
section.block-expertises.archive-posts .u-list-item:hover::before{
  opacity: 1;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
section.block-expertises.archive-posts .u-layout-wrap-1{
  margin-top: 2rem;
}

section.block-expertises .u-list-item .top{
  font-weight: 300;
  font-size: 2rem;
  color: #ed6f26;
}
section.block-expertises .u-list-item .dot{
  color: #fff;
}
section.block-expertises .u-list-item .top h3{
  margin-top: -8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  word-break: break-word;
}
section.block-expertises .u-text-2{
  margin: 0;
  position: absolute;
  left: -162px;
  transform: rotate(-90deg);
  width: 400px;
  bottom: 215px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 300;
}

section.block-expertises.u-palette-2-base .u-text-3,
section.block-expertises.u-palette-2-base .u-text-3::before,
section.block-expertises.u-palette-2-base .u-text-3::after,
section.block-expertises.u-palette-2-base .element-top,
section.block-expertises.u-palette-2-base .element-top::before,
section.block-expertises.u-palette-2-base .element-top::after,
section.block-expertises.u-palette-2-base .u-text-3 span,
section.u-palette-2-base .element-bar-left,
section.u-palette-2-base .element-bar-left::before,
section.u-palette-2-base .element-bar-left::after,
section.u-palette-2-base .element-bar-right,
section.u-palette-2-base .element-bar-right::before,
section.u-palette-2-base .element-bar-right::after,
section.block-video-slider.u-palette-2-base .slide .element-top,
section.block-video-slider.u-palette-2-base .slide .element-top::before,
section.block-video-slider.u-palette-2-base .slide .element-top::after,
section.block-video-slider.u-palette-2-base .slide .element-bottom,
section.block-video-slider.u-palette-2-base .slide .element-bottom::before,
section.block-video-slider.u-palette-2-base .slide .element-bottom::after {
  background-color: #221f20;
  color: #fff;
  filter: invert(0);
}
.u-palette-2-base .gform_button {
  background-color: #ed6f26 !important;
  color: #fff;
}
.u-palette-1-base .gform_button {
  background-color: #221f20 !important;
  color: #fff;
}
.u-palette-1-base .gform_button:hover {
  background-color: #59585a !important;
  color: #fff;
}
.u-palette-1-base form input, 
.u-palette-1-base form select,
.u-palette-1-base form textarea {
  border-color: #fff !important;
}
.u-palette-1-base form .gfield_label {
  color: #fff;
  font-size: 1rem !important;
}
.u-palette-1-base form .gform-field-label--type-sub{
  color: #fff !important;
  opacity: 0.8;
}

.u-palette-1-base .u-subtitle.u-text-palette-1-base{
  color: #fff !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  justify-content: center;
}

.u-text p a:hover{
  text-decoration: underline !important;
}

section.block-expertises.u-palette-4-base .u-text-3,
section.block-expertises.u-palette-4-base .u-text-3::before,
section.block-expertises.u-palette-4-base .u-text-3::after,
section.block-expertises.u-palette-4-base .element-top,
section.block-expertises.u-palette-4-base .element-top::before,
section.block-expertises.u-palette-4-base .element-top::after,
section.block-expertises.u-palette-4-base .u-text-3 span,
section.u-palette-4-base .element-bar-left,
section.u-palette-4-base .element-bar-left::before,
section.u-palette-4-base .element-bar-left::after,
section.u-palette-4-base .element-bar-right,
section.u-palette-4-base .element-bar-right::before,
section.u-palette-4-base .element-bar-right::after,
section.block-video-slider.u-palette-4-base .slide .element-top,
section.block-video-slider.u-palette-4-base .slide .element-top::before,
section.block-video-slider.u-palette-4-base .slide .element-top::after,
section.block-video-slider.u-palette-4-base .slide .element-bottom,
section.block-video-slider.u-palette-4-base .slide .element-bottom::before,
section.block-video-slider.u-palette-4-base .slide .element-bottom::after {
  background-color: #59585a;
  color: #fff;
  filter: invert(0);
}
section.block-expertises.u-palette-1-base .u-text-3,
section.block-expertises.u-palette-1-base .u-text-3::before,
section.block-expertises.u-palette-1-base .u-text-3::after,
section.block-expertises.u-palette-1-base .element-top,
section.block-expertises.u-palette-1-base .element-top::before,
section.block-expertises.u-palette-1-base .element-top::after,
section.block-expertises.u-palette-1-base .u-text-3 span,
section.u-palette-1-base .element-bar-left,
section.u-palette-1-base .element-bar-left::before,
section.u-palette-1-base .element-bar-left::after,
section.u-palette-1-base .element-bar-right,
section.u-palette-1-base .element-bar-right::before,
section.u-palette-1-base .element-bar-right::after,
section.block-video-slider.u-palette-1-base .slide .element-top,
section.block-video-slider.u-palette-1-base .slide .element-top::before,
section.block-video-slider.u-palette-1-base .slide .element-top::after,
section.block-video-slider.u-palette-1-base .slide .element-bottom,
section.block-video-slider.u-palette-1-base .slide .element-bottom::before,
section.block-video-slider.u-palette-1-base .slide .element-bottom::after
{
  background-color: #ed6f26;
  color: #fff;
  filter: invert(0);
}
section.block-expertises.u-palette-5-base .u-text-3,
section.block-expertises.u-palette-5-base .u-text-3::before,
section.block-expertises.u-palette-5-base .u-text-3::after,
section.block-expertises.u-palette-5-base .element-top,
section.block-expertises.u-palette-5-base .element-top::before,
section.block-expertises.u-palette-5-base .element-top::after,
section.block-expertises.u-palette-5-base .u-text-3 span,
section.u-palette-5-base .element-bar-left,
section.u-palette-5-base .element-bar-left::before,
section.u-palette-5-base .element-bar-left::after,
section.u-palette-5-base .element-bar-right,
section.u-palette-5-base .element-bar-right::before,
section.u-palette-5-base .element-bar-right::after,
section.block-video-slider.u-palette-5-base .slide .element-top,
section.block-video-slider.u-palette-5-base .slide .element-top::before,
section.block-video-slider.u-palette-5-base .slide .element-top::after,
section.block-video-slider.u-palette-5-base .slide .element-bottom,
section.block-video-slider.u-palette-5-base .slide .element-bottom::before,
section.block-video-slider.u-palette-5-base .slide .element-bottom::after {
  background-color: #ededed;
}


section.block-title-text-small .buttons{
  margin-top: 0;
}
section.block-title-text-small::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 220px;
  width: 70px;
  background-image: url('/wp-content/themes/lbagroup/assets/images/line-element.svg');
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
section.block-title-text-small .element-left {
  position: absolute;
  top: 1rem;
  left: -500px;
  height: 2px;
  width: 450px;
  background-color: #ed6f26;
}
section.block-title-text-small .element-left::after{
  content: "";
  position: absolute;
  right: -10px;
  top: -12px;
  width: 25px;
  height: 25px;
  background-color: #ed6f26;
  border-radius: 50%;
}
section.block-title-text-small h3{
  margin-top: 2rem;
}

section.archive-text-centered{
  padding: 3rem 0 1rem;
}
section.archive-text-centered h1{
  font-size: 2.5rem;
}
section.archive-text-centered::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 220px;
  width: 70px;
  background-image: url('/wp-content/themes/lbagroup/assets/images/line-element.svg');
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: scaleX(-1) scaleY(-1);
  z-index: 1;
}
section.archive-text-centered::after{
  content: "";
  position: absolute;
  top: 50vh;
  right: -16px;
  height: 220px;
  width: 70px;
  background-image: url('/wp-content/themes/lbagroup/assets/images/line-element-2.svg');
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scaleX(-1) rotate(8deg);
}
section.block-text-centered .buttons{
  justify-content: center;
}


section.u-section-10 .element-left {
  position: absolute;
  top: 5rem;
  left: -400px;
  height: 2px;
  width: 450px;
  background-color: #fff;
}
section.u-section-10 .element-left::after{
  content: "";
  position: absolute;
  right: -10px;
  top: -12px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
section.u-section-10 .person-box {
  position: relative;
  display: grid;
  grid-template-columns: auto 152px;
  margin-right: 4rem;
  gap: 2rem;
  margin-bottom: -1rem;
  width: 100%;
}
section.u-section-10 .person-box .u-image-1{
  margin-top: 0;
  transition: 0.3s ease;
  -webkit-filter: drop-shadow(5px 5px 15px rgba(0,0,0,.1));
  filter: drop-shadow(5px 5px 15px rgba(0,0,0,.1));
}
section.u-section-10 .person-box:hover .u-image-1{
  bottom: -1rem;
  transition: 0.3s ease;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0,0,0,.2));
  filter: drop-shadow(10px 10px 20px rgba(0,0,0,.2));
}
section.u-section-10 .person-box .u-image-2{
  margin-left: auto;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 1.2rem;
  margin-top: -.5rem;
}
section.u-section-10 .u-text-4, 
section.u-section-10 .u-text-5 {
  margin: 0;
}
section.u-section-10 .person-box .content {
  justify-content: end;
  display: grid;
  align-content: end;
}
section.u-section-10 .person-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.breadcrumbs-single {
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
  height: 60px;
  display: flex;
  align-items: end;
}
.breadcrumbs-single #breadcrumbs {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.whatsapp-chat-btn {
		position: fixed;
		right: 24px;
		bottom: 24px;
		z-index: 10;
		background: #25D366;
		border-radius: 50%;
		width: 56px;
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 16px rgba(0,0,0,0.15);
		transition: box-shadow 0.2s;
	}
	.whatsapp-chat-btn:hover {
		box-shadow: 0 8px 24px rgba(0,0,0,0.25);
		background: #1ebe5d;
	}
	.whatsapp-chat-btn svg {
		width: 32px;
		height: 32px;
		display: block;
	}
  body.u-offcanvas-opened .whatsapp-chat-btn{
    right: 24px !important;
  }
@media (min-width: 600px) {
    .whatsapp-chat-btn {
        width: 64px;
        height: 64px;
    }
    .whatsapp-chat-btn svg {
        width: 36px;
        height: 36px;
    }
}
@media (min-width: 992px) {
    .whatsapp-chat-btn {
        width: 72px;
        height: 72px;
    }
    .whatsapp-chat-btn svg {
        width: 40px;
        height: 40px;
    }
}
.topbar .u-sheet{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar .social-links{
  display: flex;
  gap: .5rem;
  justify-content: end;
  list-style: none;
  padding: 0;
  margin: .5rem 0 !important;
}
.topbar .social-links a {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link .u-svg-link circle{
  opacity: 1;
}
.social-link .u-svg-link path{
  fill: #221f20;
}
.social-link.tiktok {
  background-color: #fff;
  border-radius: 50%;
}
.social-link.tiktok svg{
  padding: 2px;
}
.u-social-icons{
  margin-top: auto;
  justify-content: start;
  gap: .5rem;
}
.u-social-icons .u-icon{
  width: 40px;
}
.mk-svg-icon,
.social-link svg{
  fill: #fff !important;
}

.contact-info {
  margin: .5rem 0 !important;
  list-style: none;
  display: flex;
  gap: 2rem;
  padding: 0;
}
.contact-info li a {
  display: flex;
  align-items: center;
  font-size: .9rem;
  color: #fff;
}
.contact-info svg {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: .3rem;
  flex-shrink: 0;
}

section.block-projects-slider .u-slide {
  min-height: 800px;
  max-width: 1320px;
  display: grid;
  align-content: end;
}
section.block-projects-slider .slick-prev {
  display: none !important;
}
section.block-projects-slider .slick-next {
  position: absolute;
  right: 3rem;
  z-index: 1;
}
section.block-projects-slider .slick-track {
    margin-left:0;
}
section.block-projects-slider .project-slider-next {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 1;
}
section.block-projects-slider .text-left {
  width: 27%;
  display: inline-flex;
  flex-flow: column;
}
section.block-projects-slider .text-center {
  width: 50%;
  display: inline-flex;
  padding-left: 2rem;
}

section.block-video-slider {
  overflow: hidden;
  position: relative;
  padding: 3rem 0;
}
section.block-video-slider::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 0;
  background-image: url("/wp-content/themes/lbagroup/assets/images/line-element-white-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 210px;
  width: 70px;
  z-index: 1;
}
section.block-video-slider .u-list-item {
  aspect-ratio: 10/7;
  height: 400px;
}
section.block-video-slider .slide{
  padding: 0 15px;
}
section.block-video-slider .slide:hover .u-icon-1 svg{
  transform: scale(1.1);
}

section.block-video-slider .slick-list,
section.block-video-slider .video-slider
{
  overflow: visible;
}
section.block-video-slider .video-slider{
  clip-path: polygon(16px 0, 130% 0, 130% 100%, 16px 100%);
}

section.footer{
  padding: 3rem 0;
  position: relative;
}
section.footer .logo-footer {
  height: 50px;
  width: auto;
}
section.footer #menu-footer-menu {
  list-style: none;
  padding: 0;
  display: block;
  margin-top: 0;
}
section.footer h4{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.footer .u-text-7 {
  text-transform: uppercase;
}
#menu-footer-menu a,
.footer-link{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

section.single .image-wrapper {
  aspect-ratio: 10/7;
  width: 100%;
  position: relative;
}
section.single .image-wrapper img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-wrapper .element-top{
  background-color: #fff;
  max-width: 80%;
  width: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 23px;
  margin-top: -1px;
}
.image-wrapper .element-top::before,
.image-wrapper .element-top::after{
  content: "";
  position: absolute;
  height: 23px;
  width: 50px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  top: 0;
  z-index: -1;
}
.image-wrapper .element-top::before{
  left: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}
.image-wrapper .element-top::after{
  right: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}

section.single .u-container-layout-2 {
  margin-top: -64px;
  background: #fff;
  padding: 30px 60px;
}
section.single .u-container-layout-2::before {
  content: "";
  position: absolute;
  top: 0;
  height: 65px;
  width: 50px;
  border-top-left-radius: 10px;
  background: #fff;
  left: -34px;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
}
section.single .u-container-layout-2::after {
  content: "";
  position: absolute;
  top: 0;
  height: 65px;
  width: 50px;
  border-top-right-radius: 10px;
  background: #fff;
  right: -34px;
  transform: skewX(16deg);
  -webkit-transform: skewX(16deg);
}
section.single ul.u-text-2{
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
}
section.single ul.u-text-2 li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.icon-location{
  content: url("/wp-content/themes/lbagroup/assets/images/location.svg");
  width: 20px;
  height: 20px;
}
.icon-time{
  content: url("/wp-content/themes/lbagroup/assets/images/time.svg");
  width: 20px;
  height: 20px;
}
.content-single p,
.content-single ul {
  font-size: 1.1rem;
  font-weight: 300;
}
section.single{
  padding-bottom: 3rem;
}

.block-text-block {
  display: none;
}

section.single .form{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}
section.single .form input{
  font-size: 1rem;
}
section.single .form .gfield_label{
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

section.form-full{
  position: relative;
  padding: 3rem 0;
}
input, textarea, select, .gfield_radio input[type="radio"], .gfield_checkbox input[type="checkbox"] {
  font-size: 1rem !important;
  height: 50px !important;
  border-radius: 4px !important;
  border-color: #eaeaea !important;
}
input:focus, textarea:focus, select:focus, .gfield_radio input[type="radio"]:focus, .gfield_checkbox input[type="checkbox"]:focus {
  border-color: rgb(237, 111, 38, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(237, 111, 38, 0.5) !important;
  outline: none !important;
}
.gfield_label{
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #fff;
}
.gform_fields {
  row-gap: 1rem !important;
}

form .gform_button {
  display: table !important;
  position: relative !important;
  z-index: 1 !important;
  text-decoration: none !important;
  border: 0 none transparent !important;
  outline: none !important;
  background-color: transparent !important;
  margin: 0 !important;
  -webkit-text-decoration-skip: objects;
  font-style: initial;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  --border-radius: 0;
  align-self: flex-start;
  border-radius: 25px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  background: #221f20 !important;
  color: #fff !important;
  padding: .4rem 2rem !important;
  transition: background-color 0.3s ease;
  height: 46px !important;
  margin-right: 42px !important;
}
form .gform_button:hover{
  background-color: #ed6f26 !important;
}
.gform_validation_errors {
  background: rgba(255,255,255,0.3) !important;
  padding-top: 0 !important;
  border-radius: 4px !important;
}
.gfield_description {
  color: #fff !important;
}
section.block-text-centered{
  padding: 3rem 0;
  position: relative;
}
section.block-text-centered .u-text-1{
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  section.block-expertises .u-container-layout-2 {
    aspect-ratio: 5/8;
  }
  section.block-expertises .u-list-item .top h3 {
    font-size: 1.1rem;
  }
  section.block-expertises .u-text-2{
    font-size: 1.2rem;
  }
}

/* usection1 */
@media (min-width: 1400px) {
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 4rem !important;
    padding-top: 9.5rem !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 4rem;
    padding-top: 7rem;
  }
  section.hero-links{
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 4rem;
    padding-top: 5rem;
  }
  section.hero-links{
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-section-1 .u-container-layout.u-container-layout-1,
  .u-section-3 .u-container-layout.u-container-layout-1 {
    padding-left: 4rem;
    padding-top: 5rem;
  }
  section.hero-links{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 4rem;
    padding-top: 6.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 4rem;
    padding-top: 6.2rem;
  }
}
@media (max-width: 575px) {
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 0rem;
    padding-top: 8rem;
  }
}
@media (max-width: 1299px) {
  .block-hero .u-text-1{
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .block-hero .u-text-1{
    font-size: 3rem;
  }
  section.block-hero::before {
    width: 65px;
    top: 38%;
  }
  .block-hero .u-sheet-1 {
    min-height: 600px;
  }
  section.block-title-text::before {
    width: 65px;
    top: 57%;
  }
}
@media (max-width: 575px) {
  .block-hero .u-text-1{
    font-size: 2rem;
  }
  .block-hero .u-sheet-1 {
    min-height: 450px;
  }
  .u-section-1 .u-container-layout.u-container-layout-1 {
    padding-left: 2rem;
    padding-top: 3.1rem;
  }
}

@media (min-width: 1600px) {
  .u-section-7 .u-container-layout-2{
    min-height: 218px;
  }
  .u-section-7 .u-text-1{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  section.block-expertises .u-container-layout-2 {
    aspect-ratio: 5/7;
  }
  section.block-expertises .u-text-2{
    font-size: 1.2rem;
  }
  section.block-expertises .u-list-item .top h3{
    font-size: 1.5rem;
  }
  .u-section-7 .u-container-layout-2{
    min-height: 218px;
  }
  .u-section-7 .u-text-1{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.hero-links {
    height: 48px;
    margin-top: -48px;
    overflow: hidden;
  }
}



@media (max-width: 1199px) {
  section.hero-links {
    margin-top: -75px;
  }
  section.hero-links .u-layout-cell-1::before, section.hero-links .u-layout-cell-1::after,
  .u-section-2 .u-layout-cell-1 {
    min-height: 75px;
  }
  section.hero-links ul{
    gap: 0 1rem;
  }
  section.block-projects-slider .u-slide {
    min-height: 600px !important;
    max-width: 100vw !important;
  }
  section.block-projects-slider .text-left {
    width: 80%;
  }
  .u-section-7 .u-text-1{
    margin-top: 1rem !important;
  }
  section.block-projects-slider .text-left {
    width: auto;
  }
  section.block-projects-slider .text-center {
    width: auto;
    padding-left: 0;
  }
  .u-section-7 .u-text-3 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .u-section-3 .u-text-3{
    margin-top: 1.5rem;
    padding-left: 0;
  }
  .u-section-12 .u-repeater-1 {
    gap: 0;
    min-height: auto;
  }
  h1:not(.u-title) {
    font-size: 2.75rem;
  }
  h2, h2:not(.u-subtitle) {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
  h3 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
  }
  section.single .u-container-layout-2{
    padding: 30px 10px;
  }
  #mobile-menu-list li + li {
    margin-top: 1rem !important;
  }
  section.hero-links ul{
    max-width: 100%;
    flex-flow: row wrap;
  }
  section.hero-links {
    margin-top: -110px;
  }
  section.hero-links .u-layout-cell-1::before, section.hero-links .u-layout-cell-1::after,
  .u-section-2 .u-layout-cell-1 {
    min-height: 110px;
  }
  section.block-title-text::before {
    display: none;
  }
  section.block-hero .u-subtitle {
    font-size: 2.3rem !important;
    margin-top: 1rem;
  }
  section.block-title-text-small .buttons{
    margin-top: 1rem;
  }
  .menu-topbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .menu-topbar ul.contact-info {
    display: flex;
    flex-flow: column;
    padding: 0 40px;
  }
  .menu-topbar .contact-info svg{
    margin-right: .75rem;
    width: 25px;
    height: 25px;
  }
  .menu-topbar ul.social-links {
    display: flex;
    list-style: none;
    gap: 1rem;
    padding: 0 40px;
    margin-top: 2rem !important;
  }
  .menu-topbar ul.social-links li a svg,
  .menu-topbar .social-link.tiktok{
    width: 40px !important;
    height: 40px !important;
  }
  .whatsapp-chat-btn{
    width: 75px;
    height: 75px;
  }
  .menu-topbar ul.social-links li.tiktok a svg path{
    fill: #221f20 !important;
  }
  .u-header .u-image-1{
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.hero-links {
    margin-top: 0;
    background-color: #ed6f26;
    padding: 1rem 0;
  }
  .u-section-5 .u-repeater-1{
    grid-template-columns: repeat(1, 1fr);
  }
  section.block-expertises.archive-posts .u-list-item .excerpt {
    -webkit-line-clamp: 5;
  }
  .block-contact .buttons{
    display: none;
  }
}
@media (max-width: 575px) {
  .u-sheet {
    width: auto !important;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    max-width: 100% !important;
  }
  .u-header .u-sheet-1 {
    min-height: 70px;
  }
  .single-post section.block-hero::before{
    display: none;
  }
  #mobile-menu-list {
      z-index: 2;
      background: #211f20;
  }
  .topbar{
    display: none;
  }
  
  section.u-palette-2-base + section.u-sheet + section.block-expertises.u-palette-2-base .u-layout-wrap-1{
    margin-top: 0;
    margin-bottom: 2rem;
  }
  section.hero-links .u-layout-cell-1::before, section.hero-links .u-layout-cell-1::after {
    display: none;
  }
  section.block-projects-slider .project-slider-next {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 1rem;
  }
  section.block-expertises .u-list-item .top h3 {
    font-size: 1.4rem;
    margin-top: .1rem;
  }
  section.block-title-text-button .buttons{
    justify-content: start;
  }
  section.block-expertises .u-text-2{
    position: relative;
    left: unset;
    transform: none;
    width: 100%;
    bottom: unset;
    font-size: 1.1rem;
  }
  section.block-hero::before {
    top: 27.5% !important;
    left: -0.5rem;
    height: 155px;
  }
  section.block-title-text-small::after{
    height: 155px;
  }
  section.block-title-text h2{
    font-size: 2rem;
  }
  section.archive-text-centered h1 {
    font-size: 2rem;
  }
  section.archive-text-centered::before {
    height: 142px;
    width: 45px;
    top: -27px;
  }
  section.block-expertises.archive-posts .u-list-item:hover .bottom h3, section.block-expertises.archive-posts .u-list-item:focus-within .bottom h3 {
    bottom: 8rem;
  }
  .u-section-12 .project-title {
    font-size: 1.6rem !important;
    line-height: 1.1;
    margin-bottom: 0.5rem !important;
  }
  section.single .u-container-layout-2 {
    padding: 10px 10px;
  }
  h1:not(.u-title) {
    font-size: 2rem;
  }
  .content-single.check {
    margin-top: 2rem;
  }
  h2, h2:not(.u-subtitle) {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  section.block-projects-slider .text-center{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .u-section-7 .u-container-layout-2{
    min-height: 305px;
  }
  section.block-hero.hero-small{
    height: 300px;
  }
  section.single .u-container-layout-2::before,
  section.single .u-container-layout-2::after {
    height: 45px;
    width: 45px;
  }
  section.single .u-container-layout-2::before{
    left: -18px;
  }
  section.single .u-container-layout-2::after{
    right: -18px;
  }
  .related-posts h2{
    margin-bottom: 2rem;
  }
  .related-posts .related-post{
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .content-single h2{
    margin-top: 2.5rem;
  }
  section.single .u-container-layout-2 {
    margin-top: -44px;
  }
  section.block-hero .u-subtitle {
    font-size: 2rem !important;
  }
  .u-section-9 .u-layout-wrap-1{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .u-section-9 .u-container-layout-2 {
    padding-top: 0;
  }
  section.u-section-10 .element-left{
    display: none;
  }
  .u-section-10 .u-container-layout-2{
    display: flex;
    flex-flow: row wrap;
  }
  section.u-section-10 .person-box {
    display: flex;
    margin-right: 0;
    gap: 2rem;
    margin-bottom: -1rem;
    flex-flow: row wrap;
  }
  .u-section-10 .u-layout-cell-1{
    min-height: auto;
  }
  .hex {
    position: relative;
    margin-bottom: -1rem;
    right: 0;
  }
  
}