.admin-bar .wp-site-blocks .site-header {
  top: 32px;
}

body:not(.search-results):not(.error404):not(.page-template-landing-page-template) .site-header + div.entry-content {
  padding-top: 124px !important;
}

.gform_wrapper {
  margin: 0;
  --gf-field-gap-x: 16px !important;
  --gf-form-gap-y: 20px !important;
}
.gform_wrapper .gfield {
  border: none !important;
}
.gform_wrapper .gfield .gsection_description {
  font-size: 14px;
}

.gform_button {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  border-radius: 24px !important;
  line-height: 1 !important;
  font-family: var(--wp--preset--font-family--aleo) !important;
  font-size: var(--wp--preset--font-size--body) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.gform_required_legend {
  font-size: var(--wp--preset--font-size--small);
}

.gform_required_legend_bottom {
  display: block;
  margin-top: var(--wp--preset--spacing--small);
  font-size: var(--wp--preset--font-size--small);
}
.gform_required_legend_bottom .gfield_required_asterisk {
  color: var(--gf-color-danger);
}

.has-navy-background-color .gform_required_legend {
  color: #FFFFFF;
}
.has-navy-background-color .gform_required_legend .gfield_required_asterisk {
  color: var(--wp--preset--color--orange) !important;
}
.has-navy-background-color .gform_wrapper {
  --gf-color-danger: var(--wp--preset--color--orange) !important;
  padding-top: var(--wp--preset--spacing--small);
}
.has-navy-background-color .gform_wrapper .gfield .gfield_required {
  color: var(--wp--preset--color--orange);
}
.has-navy-background-color .gform_wrapper .gfield .gsection_description {
  color: #FFFFFF;
}
.has-navy-background-color .gform_wrapper .gfield .gsection_description a {
  color: #FFFFFF;
}
.has-navy-background-color .has-white-background-color .gform_required_legend {
  color: inherit;
}
.has-navy-background-color .has-white-background-color .gform_required_legend .gfield_required_asterisk {
  color: var(--gf-color-danger) !important;
}
.has-navy-background-color .has-white-background-color .gform_wrapper {
  --gf-color-danger: #c02b0a !important;
  padding-top: 0;
}
.has-navy-background-color .has-white-background-color .gform_wrapper .gfield .gfield_required {
  color: var(--gf-color-danger);
}
.has-navy-background-color .has-white-background-color .gform_wrapper .gfield .gsection_description {
  color: inherit;
}
.has-navy-background-color .has-white-background-color .gform_wrapper .gfield .gsection_description a {
  color: inherit;
}

.wp-site-blocks .site-header,
.editor-visual-editor .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.wp-site-blocks .wp-block-button .wp-block-button__link,
.editor-visual-editor .wp-block-button .wp-block-button__link {
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 10px;
}
.wp-site-blocks .wp-block-button .wp-block-button__link:hover,
.editor-visual-editor .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--coffee);
}
.wp-site-blocks .wp-block-button .wp-block-button__link.has-orange-background-color:hover,
.editor-visual-editor .wp-block-button .wp-block-button__link.has-orange-background-color:hover {
  background-color: var(--wp--preset--color--coffee) !important;
}
.wp-site-blocks .wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover,
.editor-visual-editor .wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: #FFFFFF;
  color: var(--wp--preset--color--navy) !important;
  border-color: #FFFFFF;
}
.wp-site-blocks .wp-block-button.is-style-text-arrow .wp-block-button__link,
.editor-visual-editor .wp-block-button.is-style-text-arrow .wp-block-button__link {
  position: relative;
  display: inline-block;
  padding: 7px 0 5px 0;
  text-decoration: none;
  color: var(--wp--preset--color--navy);
  padding-right: 20px;
  background: url(/wp-content/themes/maner-costerisan/assets/images/arrow-orange.svg) no-repeat right 8px;
  background-size: 7px;
  text-transform: uppercase;
}
.wp-site-blocks .wp-block-button.is-style-text-arrow .wp-block-button__link:before,
.editor-visual-editor .wp-block-button.is-style-text-arrow .wp-block-button__link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--wp--preset--color--navy);
  bottom: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.wp-site-blocks .wp-block-button.is-style-text-arrow .wp-block-button__link:hover:before,
.editor-visual-editor .wp-block-button.is-style-text-arrow .wp-block-button__link:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.wp-site-blocks .wp-block-button.is-style-text-arrow .wp-block-button__link.has-white-color:before,
.editor-visual-editor .wp-block-button.is-style-text-arrow .wp-block-button__link.has-white-color:before {
  background-color: #FFFFFF;
}
.wp-site-blocks .wp-block-social-links li,
.editor-visual-editor .wp-block-social-links li {
  border: 1px solid #FFFFFF;
}
.wp-site-blocks .wp-block-social-links li:hover,
.editor-visual-editor .wp-block-social-links li:hover {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
}
.wp-site-blocks .wp-block-social-links li a,
.editor-visual-editor .wp-block-social-links li a {
  padding: 5px;
  font-size: 1.6rem;
}
.wp-site-blocks .has-white-color a.load-more,
.editor-visual-editor .has-white-color a.load-more {
  border-color: rgba(255, 255, 255, 0.5);
}
.wp-site-blocks a.load-more,
.editor-visual-editor a.load-more {
  display: block;
  width: 180px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
  margin-top: 20px;
  font-size: var(--wp--preset--font-size--small);
  color: inherit;
  font-family: var(--wp--preset--font-family--aleo);
  cursor: pointer;
}
.wp-site-blocks a.load-more span,
.editor-visual-editor a.load-more span {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.wp-site-blocks a.load-more span:after,
.editor-visual-editor a.load-more span:after {
  content: "+";
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.wp-site-blocks a.load-more span.open,
.editor-visual-editor a.load-more span.open {
  display: flex;
}
.wp-site-blocks a.load-more span.close,
.editor-visual-editor a.load-more span.close {
  display: none;
}
.wp-site-blocks a.load-more span.close:after,
.editor-visual-editor a.load-more span.close:after {
  transform: rotate(-45deg);
}
.wp-site-blocks .page-banner .wp-block-group:not(.has-background) h1, .wp-site-blocks .page-banner .wp-block-group:not(.has-background) h2,
.editor-visual-editor .page-banner .wp-block-group:not(.has-background) h1,
.editor-visual-editor .page-banner .wp-block-group:not(.has-background) h2 {
  text-shadow: var(--wp--preset--shadow--text-shadow);
}
.wp-site-blocks .page-banner.custom-overlay:after,
.editor-visual-editor .page-banner.custom-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 150px #231f20;
  z-index: 0;
  background: linear-gradient(90deg, rgb(35, 31, 32) 5%, rgba(35, 31, 32, 0) 15%), linear-gradient(45deg, rgb(35, 31, 32) 15%, rgba(35, 31, 32, 0.67) 45%, rgba(35, 31, 32, 0) 65%);
}
.wp-site-blocks .page-banner.custom-overlay > .wp-block-cover__inner-container,
.editor-visual-editor .page-banner.custom-overlay > .wp-block-cover__inner-container {
  z-index: 1;
}
.wp-site-blocks h1.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center),
.editor-visual-editor h1.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center) {
  position: relative;
}
.wp-site-blocks h1.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center):after,
.editor-visual-editor h1.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center):after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--wp--preset--color--orange);
  top: 26px;
  left: -75px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.75);
}
.wp-site-blocks h2.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center),
.editor-visual-editor h2.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center) {
  position: relative;
}
.wp-site-blocks h2.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center):after,
.editor-visual-editor h2.wp-block-heading:not(.is-style-no-line):not(.has-text-align-center):after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background: var(--wp--preset--color--orange);
  top: 18px;
  left: -50px;
}
.wp-site-blocks .slick-slider .slick-dots,
.editor-visual-editor .slick-slider .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 10px 0 0 0;
}
.wp-site-blocks .slick-slider .slick-dots li button,
.editor-visual-editor .slick-slider .slick-dots li button {
  appearance: none;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  height: 15px;
  width: 15px;
  background-color: var(--wp--preset--color--coffee);
}
.wp-site-blocks .slick-slider .slick-dots li.slick-active button,
.editor-visual-editor .slick-slider .slick-dots li.slick-active button {
  background-color: var(--wp--preset--color--orange);
}
.wp-site-blocks .slick-slider .slick-prev, .wp-site-blocks .slick-slider .slick-next,
.editor-visual-editor .slick-slider .slick-prev,
.editor-visual-editor .slick-slider .slick-next {
  appearance: none;
  border: none;
  transition: all 0.2s ease-in-out;
  padding: 0;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(/wp-content/themes/maner-costerisan/assets/images/arrow-blue.svg) no-repeat 18px center;
  background-size: 22px;
  z-index: 3;
}
.wp-site-blocks .slick-slider .slick-prev,
.editor-visual-editor .slick-slider .slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.wp-site-blocks .slick-slider .slick-next,
.editor-visual-editor .slick-slider .slick-next {
  left: auto;
  right: -26px;
}
.wp-site-blocks img,
.editor-visual-editor img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-site-blocks .team-card,
.editor-visual-editor .team-card {
  flex: 1 0 0;
}
.wp-site-blocks .team-card a,
.editor-visual-editor .team-card a {
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  display: block;
  background-color: var(--wp--preset--color--coffee);
}
.wp-site-blocks .team-card a img,
.editor-visual-editor .team-card a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.wp-site-blocks .team-card a .name-title,
.editor-visual-editor .team-card a .name-title {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 20px 25px;
  text-shadow: var(--wp--preset--shadow--text-shadow);
  box-sizing: border-box;
}
.wp-site-blocks .team-card a .name-title .name,
.editor-visual-editor .team-card a .name-title .name {
  font-family: var(--wp--preset--font-family--aleo);
  font-size: 20px;
  margin: 0;
}
.wp-site-blocks .team-card a .name-title .title,
.editor-visual-editor .team-card a .name-title .title {
  font-size: var(--wp--preset--font-size--medium);
  margin: 5px 0 0 0;
}
.wp-site-blocks .team-card a:after,
.editor-visual-editor .team-card a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 80%);
}
.wp-site-blocks .team-card a:hover img,
.editor-visual-editor .team-card a:hover img {
  opacity: 0.8;
}
.wp-site-blocks .post_share,
.editor-visual-editor .post_share {
  display: flex;
  gap: 6px;
}
.wp-site-blocks .post_share a,
.editor-visual-editor .post_share a {
  width: 18px;
  height: auto;
  background: var(--wp--preset--color--sky);
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-site-blocks .post_share a:hover,
.editor-visual-editor .post_share a:hover {
  background: var(--wp--preset--color--navy);
}
.wp-site-blocks .post_share a.x img,
.editor-visual-editor .post_share a.x img {
  height: 14px;
  width: auto;
}
.wp-site-blocks .services-cards,
.editor-visual-editor .services-cards {
  container-type: inline-size;
}
.wp-site-blocks .services-cards .wp-block-image,
.editor-visual-editor .services-cards .wp-block-image {
  height: 200px;
  overflow: hidden;
}
.wp-site-blocks .services-cards .wp-block-image img,
.editor-visual-editor .services-cards .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-site-blocks .wp-block-column.map > .wp-block-group,
.editor-visual-editor .wp-block-column.map > .wp-block-group {
  max-height: 400px;
  height: 100%;
}
.wp-site-blocks .wp-block-column:nth-of-type(2).is-vertically-aligned-stretch .wp-block-cover,
.editor-visual-editor .wp-block-column:nth-of-type(2).is-vertically-aligned-stretch .wp-block-cover {
  border-radius: 0 0 0 50px;
}
.wp-site-blocks .wp-block-group-is-layout-grid.quote-blocks > .wp-block-group:before,
.editor-visual-editor .wp-block-group-is-layout-grid.quote-blocks > .wp-block-group:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 33px;
  top: -12px;
  left: -28px;
  mask-image: url(/wp-content/themes/maner-costerisan/assets/images/quote-orange.svg);
  background-color: var(--wp--preset--color--orange);
  mask-size: 40px;
  mask-repeat: no-repeat;
  z-index: 2;
}
.wp-site-blocks .orange-underline a,
.editor-visual-editor .orange-underline a {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--wp--preset--color--orange);
  box-shadow: 0 0px 0 0 var(--wp--preset--color--orange);
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.wp-site-blocks .orange-underline a:hover,
.editor-visual-editor .orange-underline a:hover {
  border-color: var(--wp--preset--color--navy);
  box-shadow: 0 1px 0 0 var(--wp--preset--color--navy);
}
.wp-site-blocks p.orange-underline a,
.editor-visual-editor p.orange-underline a {
  padding-bottom: 0;
}
.wp-site-blocks .post-filters .filter-heading,
.editor-visual-editor .post-filters .filter-heading {
  font-family: var(--wp--preset--font-family--aleo);
  font-size: 1.5875rem;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  gap: 10px;
  line-height: 1;
}
.wp-site-blocks .post-filters .filter-heading:before,
.editor-visual-editor .post-filters .filter-heading:before {
  content: "";
  display: block;
  width: 20px;
  background-image: url(/wp-content/themes/maner-costerisan/assets/images/recent-posts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 3px;
}
.wp-site-blocks .post-filters .wp-block-latest-posts,
.editor-visual-editor .post-filters .wp-block-latest-posts {
  padding-top: 10px;
}
.wp-site-blocks .post-filters .wp-block-latest-posts li,
.editor-visual-editor .post-filters .wp-block-latest-posts li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-site-blocks .post-filters .wp-block-latest-posts li a,
.editor-visual-editor .post-filters .wp-block-latest-posts li a {
  color: var(--wp--preset--color--coffee);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}
.wp-site-blocks .post-filters .wp-block-latest-posts li a:after,
.editor-visual-editor .post-filters .wp-block-latest-posts li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--wp--preset--color--navy);
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.wp-site-blocks .post-filters .wp-block-latest-posts li a:hover:after,
.editor-visual-editor .post-filters .wp-block-latest-posts li a:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.wp-site-blocks .post-filters .wp-block-latest-posts li .wp-block-latest-posts__post-date,
.editor-visual-editor .post-filters .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 12px;
  padding-top: 5px;
}
.wp-site-blocks .post-content .wp-block-post .wp-block-post-featured-image,
.editor-visual-editor .post-content .wp-block-post .wp-block-post-featured-image {
  overflow: hidden;
  height: 250px;
}
.wp-site-blocks .post-content .wp-block-post .wp-block-post-featured-image img,
.editor-visual-editor .post-content .wp-block-post .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wp-site-blocks .post-content .wp-block-post-title,
.editor-visual-editor .post-content .wp-block-post-title {
  margin-bottom: 15px;
  margin-top: 20px;
}
.wp-site-blocks .post-content .post_share,
.editor-visual-editor .post-content .post_share {
  padding-top: 15px;
  padding-bottom: 20px;
}
.wp-site-blocks .post-content .wp-block-post-excerpt__excerpt,
.editor-visual-editor .post-content .wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--medium);
}
.wp-site-blocks .post-content .wp-block-post-excerpt__more-text,
.editor-visual-editor .post-content .wp-block-post-excerpt__more-text {
  padding-top: var(--wp--preset--spacing--small);
}
.wp-site-blocks .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link,
.editor-visual-editor .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  position: relative;
  display: inline-block;
  padding: 7px 0 5px 0;
  text-decoration: none;
  color: var(--wp--preset--color--navy);
  padding-right: 20px;
  background: url(/wp-content/themes/maner-costerisan/assets/images/arrow-orange.svg) no-repeat right 8px;
  background-size: 7px;
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--wp--preset--font-family--aleo);
  font-weight: 600;
}
.wp-site-blocks .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:before,
.editor-visual-editor .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--wp--preset--color--navy);
  bottom: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.wp-site-blocks .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover:before,
.editor-visual-editor .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.wp-site-blocks .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link.has-white-color:before,
.editor-visual-editor .post-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link.has-white-color:before {
  background-color: #FFFFFF;
}
.wp-site-blocks .post-content .wp-block-separator,
.editor-visual-editor .post-content .wp-block-separator {
  border-width: 1px;
}
.wp-site-blocks .wp-block-query-pagination,
.editor-visual-editor .wp-block-query-pagination {
  display: flex;
  gap: 5px;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 5px;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers span, .wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers a,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers span,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers a {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers span:not(.current):not(.dots), .wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers a,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers span:not(.current):not(.dots),
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers a {
  transition: all 0.3s ease-in-out;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers span:not(.current):not(.dots):hover, .wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers a:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers span:not(.current):not(.dots):hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background-color: var(--wp--preset--color--navy);
  color: white;
  border-color: var(--wp--preset--color--navy);
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-numbers span,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-numbers span {
  color: #ccc;
}
.wp-site-blocks .wp-block-query-pagination a.page-numbers.first,
.wp-site-blocks .wp-block-query-pagination a.page-numbers.last,
.editor-visual-editor .wp-block-query-pagination a.page-numbers.first,
.editor-visual-editor .wp-block-query-pagination a.page-numbers.last {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.wp-site-blocks .wp-block-query-pagination a.page-numbers.first:hover,
.wp-site-blocks .wp-block-query-pagination a.page-numbers.last:hover,
.editor-visual-editor .wp-block-query-pagination a.page-numbers.first:hover,
.editor-visual-editor .wp-block-query-pagination a.page-numbers.last:hover {
  background-color: var(--wp--preset--color--navy);
  color: #fff;
  border-color: var(--wp--preset--color--navy);
}
.wp-site-blocks .wp-block-query-pagination span.page-numbers.first,
.wp-site-blocks .wp-block-query-pagination span.page-numbers.last,
.editor-visual-editor .wp-block-query-pagination span.page-numbers.first,
.editor-visual-editor .wp-block-query-pagination span.page-numbers.last {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #ccc;
}
.wp-site-blocks .wp-block-query-pagination span.page-numbers.first.disabled,
.wp-site-blocks .wp-block-query-pagination span.page-numbers.last.disabled,
.editor-visual-editor .wp-block-query-pagination span.page-numbers.first.disabled,
.editor-visual-editor .wp-block-query-pagination span.page-numbers.last.disabled {
  display: none;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next, .wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous {
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next .pagination-text,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow, .wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous .pagination-text,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next .pagination-text,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous .pagination-text,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next .pagination-text:hover,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow:hover,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow:hover, .wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous .pagination-text:hover,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow:hover,
.wp-site-blocks .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next .pagination-text:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous .pagination-text:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow:hover,
.editor-visual-editor .wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow:hover {
  background-color: var(--wp--preset--color--navy);
  color: white;
  border-color: var(--wp--preset--color--navy);
}
.wp-site-blocks .post-meta-info,
.editor-visual-editor .post-meta-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 10px;
}
.wp-site-blocks .block-team-expert .team-expert h2,
.editor-visual-editor .block-team-expert .team-expert h2 {
  font-size: 1.625rem;
  font-weight: 400;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature,
.editor-visual-editor .block-team-expert .team-expert .team-feature {
  display: flex;
  gap: var(--wp--preset--spacing--medium);
  padding-top: var(--wp--preset--spacing--small);
  position: relative;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left {
  width: 30.66%;
  flex: 1 0 auto;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image {
  background-color: #000;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner {
  position: relative;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner img,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 25px 20px 25px;
  box-sizing: border-box;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title p,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title p {
  color: #FFFFFF;
  text-shadow: var(--wp--preset--shadow--text-shadow);
  margin: 0;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title p.name,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title p.name {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-family: var(--wp--preset--font-family--aleo);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title p.title,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner .name-title p.title {
  font-size: var(--wp--preset--font-size--medium);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner:after,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-feature-image .team-feature-image-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 80%);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-contact,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-contact {
  background-color: var(--wp--preset--color--sand);
  margin-top: 15px;
  padding: 20px;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-contact a,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-contact a {
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--orange);
  padding-bottom: 1px;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-contact p,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-contact p {
  margin: 0;
  padding: 2px 0;
  color: var(--wp--preset--color--navy);
  text-align: center;
  font-size: var(--wp--preset--font-size--medium);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-contact p.email,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-contact p.email {
  padding-top: 8px;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left .team-contact p.email a,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left .team-contact p.email a {
  font-weight: 400;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content {
  position: relative;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content h3,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content h3 {
  font-size: var(--wp--preset--font-size--large);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content p,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content p {
  font-size: var(--wp--preset--font-size--medium);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .pull-quote,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .pull-quote {
  display: block;
  margin: 50px 0 70px;
  border-top: 1px solid var(--wp--preset--color--sky);
  border-bottom: 1px solid var(--wp--preset--color--sky);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding: 0 50px;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .pull-quote:before,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .pull-quote:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 26px;
  background-image: url(/wp-content/themes/maner-costerisan/assets/images/quote-sky.svg);
  top: 22px;
  left: 0;
  background-size: 32px;
  z-index: 2;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .pull-quote p,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .pull-quote p {
  font-family: var(--wp--preset--font-family--aleo);
  font-size: 22px;
  padding-bottom: 15px;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras {
  display: flex;
  gap: 20px 40px;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column {
  width: calc(33.3333% - 20px);
  flex: 1 0 0;
  box-sizing: border-box;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column.team-years,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column.team-years {
  text-align: center;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column:not(:last-of-type),
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column:not(:last-of-type) {
  padding-right: var(--wp--preset--spacing--medium);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column h4,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column p,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column p {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--navy);
}
.wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column p.years,
.editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column p.years {
  text-align: center;
  font-family: var(--wp--preset--font-family--aleo);
  font-weight: 800;
  font-size: 2.875rem;
  margin-top: 0;
}
.wp-site-blocks .searchandfilter,
.editor-visual-editor .searchandfilter {
  display: flex;
  justify-content: flex-end;
}
.wp-site-blocks .searchandfilter > ul,
.editor-visual-editor .searchandfilter > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.wp-site-blocks .searchandfilter > form > ul,
.editor-visual-editor .searchandfilter > form > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-site-blocks .searchandfilter .sf-field-post_type > ul,
.editor-visual-editor .searchandfilter .sf-field-post_type > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-site-blocks .searchandfilter .sf-field-post_type > ul li,
.editor-visual-editor .searchandfilter .sf-field-post_type > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-site-blocks .searchandfilter .sf-input-checkbox,
.editor-visual-editor .searchandfilter .sf-input-checkbox {
  appearance: none;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.wp-site-blocks .searchandfilter .sf-label-checkbox,
.editor-visual-editor .searchandfilter .sf-label-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  line-height: 1;
  user-select: none;
}
.wp-site-blocks .searchandfilter .sf-label-checkbox::before,
.editor-visual-editor .searchandfilter .sf-label-checkbox::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.wp-site-blocks .searchandfilter .sf-label-checkbox:hover:before,
.editor-visual-editor .searchandfilter .sf-label-checkbox:hover:before {
  border-width: 2px;
  width: 16px;
  height: 16px;
}
.wp-site-blocks .searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox::before,
.editor-visual-editor .searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox::before {
  background-color: #555;
  border-color: #555;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 8l3.5 3.5L13 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.wp-site-blocks .searchandfilter .sf-input-checkbox:focus-visible + .sf-label-checkbox::before,
.editor-visual-editor .searchandfilter .sf-input-checkbox:focus-visible + .sf-label-checkbox::before {
  outline: 2px solid #555;
  outline-offset: 2px;
}
.wp-site-blocks .searchandfilter .sf-field-search,
.editor-visual-editor .searchandfilter .sf-field-search {
  padding-left: var(--wp--preset--spacing--large);
}
.wp-site-blocks .searchandfilter .sf-field-search label,
.editor-visual-editor .searchandfilter .sf-field-search label {
  display: block;
  margin: 0;
}
.wp-site-blocks .searchandfilter .sf-field-search .sf-input-text,
.editor-visual-editor .searchandfilter .sf-field-search .sf-input-text {
  height: 48px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 0;
  background: #fff;
  color: #333;
  margin: 0;
  vertical-align: top;
  font-size: 18px;
}
.wp-site-blocks .searchandfilter .sf-field-search .sf-input-text::placeholder,
.editor-visual-editor .searchandfilter .sf-field-search .sf-input-text::placeholder {
  color: #aaa;
}
.wp-site-blocks .searchandfilter .sf-field-search .sf-input-text:focus,
.editor-visual-editor .searchandfilter .sf-field-search .sf-input-text:focus {
  outline: none;
  border-color: #999;
}
.wp-site-blocks .searchandfilter .sf-field-submit input[type=submit],
.editor-visual-editor .searchandfilter .sf-field-submit input[type=submit] {
  appearance: none;
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--wp--preset--color--navy);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease-in-out;
}
.wp-site-blocks .searchandfilter .sf-field-submit input[type=submit]:hover,
.editor-visual-editor .searchandfilter .sf-field-submit input[type=submit]:hover {
  background-color: var(--wp--preset--color--coffee);
}
.wp-site-blocks .searchpost .blogpost,
.editor-visual-editor .searchpost .blogpost {
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.wp-site-blocks .searchpost .blogpost:not(:first-of-type),
.editor-visual-editor .searchpost .blogpost:not(:first-of-type) {
  border-top: 1px solid var(--wp--preset--color--coffee);
}
.wp-site-blocks .searchpost .blogpost h2,
.editor-visual-editor .searchpost .blogpost h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.wp-site-blocks .searchpost .blogpost h2 a,
.editor-visual-editor .searchpost .blogpost h2 a {
  text-decoration: none;
}
.wp-site-blocks .searchpost .blogpost .post-date,
.editor-visual-editor .searchpost .blogpost .post-date {
  text-transform: uppercase;
  font-size: 14px;
}
.wp-site-blocks .searchpost .blogpost .post-excerpt p,
.editor-visual-editor .searchpost .blogpost .post-excerpt p {
  margin: 0;
}
html.has-modal-open .wp-block-navigation__responsive-container-open {
  display: none !important;
}
body.single-post .entry-content .wp-block-post-featured-image {
  height: 250px;
  overflow: hidden;
}
body.single-post .entry-content .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body:not(.wp-admin) .wp-block-group:has(.offset-200) {
  margin-bottom: -200px;
}
body:not(.wp-admin) .offset-200 {
  top: -200px;
}
body:not(.wp-admin) .wp-block-group.is-style-hide-section {
  display: none;
}

body.wp-admin .wp-block-group.is-style-hide-section:after {
  content: "This section is hidden";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-left: 20px;
}
.page-template-landing-page-template .wp-block-cover.grayscale img {
  filter: grayscale(1);
}
.page-template-landing-page-template .wp-block-group.has-offset + .wp-block-group > * {
  padding-top: 280px;
}
.page-template-landing-page-template .wp-block-group .offset-60 {
  position: relative;
  top: 40px;
  margin: -60px auto -260px;
  z-index: 2;
}
.page-template-landing-page-template .wp-block-group .wp-block-cover:has(.offset-90) {
  overflow: visible;
}
.page-template-landing-page-template .wp-block-group .offset-90 {
  margin-bottom: -90px;
  top: -90px;
}
.page-template-landing-page-template .wp-block-group .wp-block-separator.width-60 {
  width: 60%;
}
.page-template-landing-page-template .site-header + div.entry-content {
  padding-top: 92.5px !important;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (min-width: 782px) {
  .wp-site-blocks .wp-block-columns.is-style-two-col-centered,
  .editor-visual-editor .wp-block-columns.is-style-two-col-centered {
    max-width: min((var(--wp--style--global--content-size, 1320px) - 40px) / 3 * 2 + 20px, (100cqi - 40px) / 3 * 2 + 20px);
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
@media screen and (min-width: 782px) {
  .gform_wrapper .gfield.gleft, .gform_wrapper .gfield.gright {
    grid-column: span 6;
  }
  .wp-site-blocks .site-header .wp-block-site-logo img,
  .editor-visual-editor .site-header .wp-block-site-logo img {
    transition: width 0.3s ease-in-out;
  }
  .wp-site-blocks .site-header.shrink .wp-block-site-logo img,
  .editor-visual-editor .site-header.shrink .wp-block-site-logo img {
    width: 100px;
  }
  .wp-site-blocks .site-header.shrink .main-navigation > li > a,
  .editor-visual-editor .site-header.shrink .main-navigation > li > a {
    font-size: var(--wp--preset--font-size--x-small);
    padding: 20px 1rem;
  }
  .wp-site-blocks .site-header .secondary-navigation > li > a,
  .editor-visual-editor .site-header .secondary-navigation > li > a {
    padding: 1rem;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
  }
  .wp-site-blocks .site-header .secondary-navigation > li > a:hover,
  .editor-visual-editor .site-header .secondary-navigation > li > a:hover {
    background-color: var(--wp--preset--color--coffee);
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper label,
  .wp-site-blocks .site-header .searchandfilter label,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper label,
  .editor-visual-editor .site-header .searchandfilter label {
    width: 100%;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul,
  .wp-site-blocks .site-header .searchandfilter > ul,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul,
  .editor-visual-editor .site-header .searchandfilter > ul {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 260px;
    display: flex;
    align-items: center;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul li,
  .wp-site-blocks .site-header .searchandfilter > ul li,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul li,
  .editor-visual-editor .site-header .searchandfilter > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul li.sf-field-search,
  .wp-site-blocks .site-header .searchandfilter > ul li.sf-field-search,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul li.sf-field-search,
  .editor-visual-editor .site-header .searchandfilter > ul li.sf-field-search {
    flex: 1;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul li.sf-field-submit,
  .wp-site-blocks .site-header .searchandfilter > ul li.sf-field-submit,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul li.sf-field-submit,
  .editor-visual-editor .site-header .searchandfilter > ul li.sf-field-submit {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=text],
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=search],
  .wp-site-blocks .site-header .searchandfilter > ul input[type=text],
  .wp-site-blocks .site-header .searchandfilter > ul input[type=search],
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=text],
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=search],
  .editor-visual-editor .site-header .searchandfilter > ul input[type=text],
  .editor-visual-editor .site-header .searchandfilter > ul input[type=search] {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 14px !important;
    height: 30px;
    margin: 0;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--figtree);
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=text]::placeholder,
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=search]::placeholder,
  .wp-site-blocks .site-header .searchandfilter > ul input[type=text]::placeholder,
  .wp-site-blocks .site-header .searchandfilter > ul input[type=search]::placeholder,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=text]::placeholder,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=search]::placeholder,
  .editor-visual-editor .site-header .searchandfilter > ul input[type=text]::placeholder,
  .editor-visual-editor .site-header .searchandfilter > ul input[type=search]::placeholder {
    color: #fff;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=text]:hover, .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=text]:focus,
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=search]:hover,
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=search]:focus,
  .wp-site-blocks .site-header .searchandfilter > ul input[type=text]:hover,
  .wp-site-blocks .site-header .searchandfilter > ul input[type=text]:focus,
  .wp-site-blocks .site-header .searchandfilter > ul input[type=search]:hover,
  .wp-site-blocks .site-header .searchandfilter > ul input[type=search]:focus,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=text]:hover,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=text]:focus,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=search]:hover,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=search]:focus,
  .editor-visual-editor .site-header .searchandfilter > ul input[type=text]:hover,
  .editor-visual-editor .site-header .searchandfilter > ul input[type=text]:focus,
  .editor-visual-editor .site-header .searchandfilter > ul input[type=search]:hover,
  .editor-visual-editor .site-header .searchandfilter > ul input[type=search]:focus {
    background-color: #021C3F;
    outline: none;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul input[type=submit],
  .wp-site-blocks .site-header .searchandfilter > ul input[type=submit],
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul input[type=submit],
  .editor-visual-editor .site-header .searchandfilter > ul input[type=submit] {
    appearance: none;
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'/%3E%3C/svg%3E") center/28px no-repeat;
    border: none;
    width: 32px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    padding: 0;
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul button,
  .wp-site-blocks .site-header .searchandfilter > ul button,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul button,
  .editor-visual-editor .site-header .searchandfilter > ul button {
    background: none;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wp-site-blocks .site-header .wp-block-search__inside-wrapper > ul button svg,
  .wp-site-blocks .site-header .searchandfilter > ul button svg,
  .editor-visual-editor .site-header .wp-block-search__inside-wrapper > ul button svg,
  .editor-visual-editor .site-header .searchandfilter > ul button svg {
    width: 28px;
    height: auto;
  }
  .wp-site-blocks .site-header .main-navigation,
  .editor-visual-editor .site-header .main-navigation {
    position: static;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__responsive-container, .wp-site-blocks .site-header .main-navigation .wp-block-navigation__responsive-dialog, .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__responsive-container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__responsive-dialog,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container {
    position: static;
  }
  .wp-site-blocks .site-header .main-navigation > li .wp-block-navigation__submenu-icon,
  .editor-visual-editor .site-header .main-navigation > li .wp-block-navigation__submenu-icon {
    display: none;
  }
  .wp-site-blocks .site-header .main-navigation > li > a,
  .editor-visual-editor .site-header .main-navigation > li > a {
    padding: 28px 20px;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
  }
  .wp-site-blocks .site-header .main-navigation > li:hover > a,
  .editor-visual-editor .site-header .main-navigation > li:hover > a {
    background-color: var(--wp--preset--color--navy);
    color: #FFFFFF;
  }
  .wp-site-blocks .site-header .main-navigation > li .hide-desktop,
  .editor-visual-editor .site-header .main-navigation > li .hide-desktop {
    display: none;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-child .wp-block-navigation__submenu-container,
  .editor-visual-editor .site-header .main-navigation > li.has-child .wp-block-navigation__submenu-container {
    width: 280px;
    transition: opacity 0.2s linear;
    background-color: var(--wp--preset--color--navy);
    left: 0;
    border: none;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-child .wp-block-navigation__submenu-container a,
  .editor-visual-editor .site-header .main-navigation > li.has-child .wp-block-navigation__submenu-container a {
    line-height: 20px;
    color: #FFFFFF;
    font-size: var(--wp--preset--font-size--x-small);
    padding: 10px 20px 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease-in-out;
    font-weight: 400;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-child .wp-block-navigation__submenu-container a:hover,
  .editor-visual-editor .site-header .main-navigation > li.has-child .wp-block-navigation__submenu-container a:hover {
    background-color: var(--wp--preset--color--coffee);
  }
  .wp-site-blocks .site-header .main-navigation > li:last-of-type.has-child .wp-block-navigation__submenu-container,
  .editor-visual-editor .site-header .main-navigation > li:last-of-type.has-child .wp-block-navigation__submenu-container {
    width: auto;
    min-width: 160px;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu {
    position: static;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 1240px;
    background-color: var(--wp--preset--color--navy);
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear;
    padding: 20px 35px 40px;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns {
    margin-bottom: 0;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns .wp-block-group,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns .wp-block-group {
    margin-bottom: 30px;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns p > a,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns p > a {
    font-size: 1rem;
    padding: 10px 40px 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns p > a:hover,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns p > a:hover {
    border-bottom: 1px solid #fff;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns ul li,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns ul li {
    width: 100%;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns ul li a,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns ul li a {
    font-size: var(--wp--preset--font-size--x-small);
    padding: 10px 20px 9px 0;
    display: inline-block;
    font-weight: 400;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns ul li a:hover,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container .wp-block-columns ul li a:hover {
    text-decoration: underline;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu .mega-menu-container a,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu .mega-menu-container a {
    color: #FFFFFF;
  }
  .wp-site-blocks .site-header .main-navigation > li.has-mega-menu:hover .mega-menu-container,
  .editor-visual-editor .site-header .main-navigation > li.has-mega-menu:hover .mega-menu-container {
    visibility: visible;
    opacity: 1;
  }
  .page-template-landing-page-template .wp-block-column.landing-cover {
    width: calc(50% - 100px - 102.3px);
    flex: none !important;
  }
}
@media (max-width: 960px) {
  .wp-site-blocks .services-grid > .wp-block-group.is-layout-grid,
  .editor-visual-editor .services-grid > .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .wp-site-blocks .services-grid > .wp-block-group.is-layout-grid > * > *,
  .editor-visual-editor .services-grid > .wp-block-group.is-layout-grid > * > * {
    max-width: 500px !important;
  }
  .wp-site-blocks .team-card,
  .editor-visual-editor .team-card {
    width: calc(50% - 20px);
    flex: none;
  }
  [data-grid-columns="3"],
  [data-grid-columns="4"],
  [data-grid-columns="5"],
  [data-grid-columns="6"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  [data-grid-columns="3"] > *,
  [data-grid-columns="4"] > *,
  [data-grid-columns="5"] > *,
  [data-grid-columns="6"] > * {
    border-right: none !important;
  }
}
@media screen and (max-width: 914px) and (min-width: 782px) {
  .wp-site-blocks .site-header > .wp-block-group,
  .editor-visual-editor .site-header > .wp-block-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .wp-site-blocks .site-header .secondary-navigation > li > a,
  .editor-visual-editor .site-header .secondary-navigation > li > a {
    padding: 1rem 0.4rem;
  }
  .wp-site-blocks .site-header .searchandfilter,
  .editor-visual-editor .site-header .searchandfilter {
    max-width: 200px;
    margin-left: var(--wp--preset--spacing--small);
  }
}
@media screen and (max-width: 900px) {
  body:not(.search-results):not(.error404):not(.page-template-landing-page-template) .site-header + div.entry-content {
    padding-top: 70px !important;
  }
  .page-template-landing-page-template .site-header + div.entry-content {
    padding-top: 71px !important;
  }
}
@media (max-width: 782px) {
  .wp-site-blocks .blog-filters,
  .editor-visual-editor .blog-filters {
    padding-right: 0 !important;
  }
  .wp-site-blocks .wp-block-columns.is-style-reverse-mobile,
  .editor-visual-editor .wp-block-columns.is-style-reverse-mobile {
    flex-direction: column-reverse;
  }
  .wp-site-blocks .wp-block-column.border-bottom-mobile,
  .editor-visual-editor .wp-block-column.border-bottom-mobile {
    padding-bottom: var(--wp--preset--spacing--small);
    border-bottom: 1px solid var(--wp--preset--color--orange);
  }
  .wp-site-blocks .wp-block-column.border-bottom-mobile + .wp-block-column,
  .editor-visual-editor .wp-block-column.border-bottom-mobile + .wp-block-column {
    padding-top: 0 !important;
  }
  .wp-site-blocks .wp-block-column figure.alignright,
  .editor-visual-editor .wp-block-column figure.alignright {
    margin: 0 auto;
    float: none;
  }
  [data-grid-columns="2"],
  [data-grid-columns="3"],
  [data-grid-columns="4"],
  [data-grid-columns="5"],
  [data-grid-columns="6"] {
    grid-template-columns: 1fr !important;
  }
  .wp-block-columns:has(.wp-block-cover[style*="min-height:100%"]),
  .wp-block-columns:has(.wp-block-cover[style*="min-height: 100%"]) {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-column figure img {
    margin: 0 auto;
  }
  .wp-block-cover[style*="min-height:100%"] {
    min-height: 300px !important;
  }
  .post-filters {
    padding-right: 0 !important;
  }
  body:not(.single-post) .blog-recent-posts {
    display: none;
  }
  body.single-post .post-filters {
    order: 2;
    margin-top: 40px;
    border-top: 1px solid var(--wp--preset--color--navy);
  }
  body.single-post .post-filters .block-services-dropdown-filter, body.single-post .post-filters .block-industry-dropdown-filter {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .wp-site-blocks .site-header {
    top: 46px;
  }
  :root {
    --wp--preset--spacing--x-large: 50px !important;
    --wp--preset--spacing--xx-large: 75px !important;
  }
  [class*=wp-block-],
  .wp-block,
  .wp-site-blocks > *,
  .entry-content > * {
    border-left: none !important;
    border-right: none !important;
  }
  .page-template-landing-page-template .wp-block-columns:has(.wp-block-column:first-of-type .wp-block-cover) {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  .page-template-landing-page-template .site-header > .wp-block-group > .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-site-blocks .site-header > .wp-block-group,
  .editor-visual-editor .site-header > .wp-block-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .wp-site-blocks .site-header .wp-block-site-logo,
  .editor-visual-editor .site-header .wp-block-site-logo {
    height: 70px;
    padding: 10px 0;
    display: flex;
  }
  .wp-site-blocks .site-header .wp-block-site-logo a,
  .editor-visual-editor .site-header .wp-block-site-logo a {
    margin: auto 0;
    width: 100px;
  }
  .wp-site-blocks .site-header .wp-block-group.has-navy-background-color,
  .editor-visual-editor .site-header .wp-block-group.has-navy-background-color {
    display: none;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__responsive-container.is-menu-open,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__responsive-container.is-menu-open {
    background-color: transparent;
    transform: none !important;
    overflow: hidden !important;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
    margin-top: 70px;
    background-color: var(--wp--preset--color--navy);
    height: 100%;
    overflow: scroll;
    padding-bottom: 40px;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__responsive-container-close,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__responsive-container-close {
    position: fixed;
    top: 22px;
    right: 20px;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__responsive-container-content,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__responsive-container-content {
    padding-top: var(--wp--preset--spacing--small);
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container {
    width: 100%;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container .wp-block-navigation__submenu-icon,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container .wp-block-navigation__submenu-icon {
    display: none;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > a,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    color: #fff;
    box-sizing: border-box;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > a.has-submenu-indicator:after,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > a.has-submenu-indicator:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--wp--preset--color--orange);
    border-bottom: 2px solid var(--wp--preset--color--orange);
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li.is-open > a.has-submenu-indicator:after,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li.is-open > a.has-submenu-indicator:after {
    transform: rotate(45deg);
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container {
    position: static !important;
    display: none;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border: none;
    min-width: unset;
    width: 100%;
    float: none;
    padding: 0;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container li,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container li {
    border-bottom: none;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container li a,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .wp-block-navigation__submenu-container li a {
    padding: 12px 24px 12px 36px !important;
    font-size: var(--wp--preset--font-size--small) !important;
    color: #fff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-weight: 400 !important;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li.is-open > .wp-block-navigation__submenu-container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li.is-open > .wp-block-navigation__submenu-container {
    display: block;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns {
    display: block;
    margin-bottom: 0;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column {
    width: 100%;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group {
    margin-bottom: 0;
    padding: 0;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group > p,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group > p {
    margin: 0;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group > p > a,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group > p > a {
    display: block;
    padding: 12px 24px 12px 36px;
    font-size: var(--wp--preset--font-size--small);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none !important;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group > ul,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li > .mega-menu-container .wp-block-columns .wp-block-column .wp-block-group > ul {
    display: none !important;
  }
  .wp-site-blocks .site-header .main-navigation .wp-block-navigation__container > li.is-open > .mega-menu-container,
  .editor-visual-editor .site-header .main-navigation .wp-block-navigation__container > li.is-open > .mega-menu-container {
    display: block;
  }
  .wp-site-blocks .site-header .mobile-top-bar,
  .editor-visual-editor .site-header .mobile-top-bar {
    padding: 0 !important;
    width: 100%;
  }
  .wp-site-blocks .site-header .mobile-top-bar .wp-block-group.is-layout-flex,
  .editor-visual-editor .site-header .mobile-top-bar .wp-block-group.is-layout-flex {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
  }
  .wp-site-blocks .site-header .mobile-top-bar .secondary-navigation,
  .editor-visual-editor .site-header .mobile-top-bar .secondary-navigation {
    margin-bottom: 10px;
  }
  .wp-site-blocks .site-header .mobile-top-bar .secondary-navigation ul,
  .editor-visual-editor .site-header .mobile-top-bar .secondary-navigation ul {
    flex-direction: column;
    gap: 0;
  }
  .wp-site-blocks .site-header .mobile-top-bar .secondary-navigation ul li a,
  .editor-visual-editor .site-header .mobile-top-bar .secondary-navigation ul li a {
    display: block;
    padding: 16px 24px;
    background-color: transparent !important;
    font-size: var(--wp--preset--font-size--x-small);
    font-weight: 400;
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter {
    margin-bottom: 16px;
    padding: 0 20px;
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul {
    width: 100%;
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul label,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul label {
    width: 100%;
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul li.sf-field-search,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul li.sf-field-search {
    flex: 1;
    padding: 0 !important;
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=text],
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=search],
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=text],
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=search] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 14px;
    height: 30px;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--figtree);
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=text]::placeholder,
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=search]::placeholder,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=text]::placeholder,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=search]::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=text]:focus,
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=search]:focus,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=text]:focus,
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=search]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .wp-site-blocks .site-header .mobile-top-bar .searchandfilter > ul input[type=submit],
  .editor-visual-editor .site-header .mobile-top-bar .searchandfilter > ul input[type=submit] {
    appearance: none;
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'/%3E%3C/svg%3E") center/28px no-repeat;
    border: none;
    width: 32px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    padding: 0;
  }
  .wp-site-blocks .site-header .mobile-top-bar .wp-block-buttons,
  .editor-visual-editor .site-header .mobile-top-bar .wp-block-buttons {
    padding-left: 0;
  }
  .wp-site-blocks .site-header .mobile-top-bar .wp-block-buttons .wp-block-button__link,
  .editor-visual-editor .site-header .mobile-top-bar .wp-block-buttons .wp-block-button__link {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .wp-site-blocks .block-team-expert .team-expert .team-feature,
  .editor-visual-editor .block-team-expert .team-expert .team-feature {
    flex-direction: column;
  }
  .wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-left,
  .editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-left {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .wp-site-blocks .team-card,
  .editor-visual-editor .team-card {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras,
  .editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras {
    flex-direction: column;
  }
  .wp-site-blocks .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column,
  .editor-visual-editor .block-team-expert .team-expert .team-feature .team-feature-content .team-info-extras .column {
    width: 100%;
  }
}
