/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
.container {
  max-width: 1430px;
}
main > section + section {
  padding: 65px 0;
}
.deco-mid {
  position: relative;
  margin-bottom: 10px;
  color: #353535;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.deco-mid:after {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  background: #da0e29;
  position: absolute;
  left: 0;
  bottom: -10px;
  top: inherit;
  transition: all 0.2s ease-in;
}
.deco-mid:hover:after {
  width: 50px;
}
a {
  color: #da0e29;
}
a:hover {
  color: #353535;
  text-decoration: none;
}
:root,
html,
body {
  font-family: "Raleway", sans-serif !important;
  font-variant-numeric: lining-nums proportional-nums;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: #353535;
  background: #f8f8f8;
}
.btn {
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-width: 2px;
  border-radius: 0;
  padding: 14px 40px;
}
.btn.btn-white {
  color: #fff;
  border-color: #fff;
  transition: all 0.2s ease-in;
}
.btn.btn-white:hover {
  background: #fff;
  border-color: #da0e29;
  color: #353535;
}
.btn.btn-primary {
  color: #353535;
  border-color: #353535;
  background: transparent;
  transition: all 0.2s ease-in;
}
.btn.btn-primary:hover {
  background: #353535;
  border-color: #353535;
  color: #fff;
}
h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
h2 strong {
  color: #da0e29;
  font-weight: 700;
}
.title-row .subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-left: 3px solid #da0e29;
  padding-left: 16px;
  margin-bottom: 12px;
  display: block;
}
.title-row h2 {
  font-size: 40px;
}
.title-row h2 strong {
  font-weight: 900;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
#header.scrolled {
  background: #f8f8f8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#header.scrolled #top {
  display: none;
}
#header.scrolled .nav-section {
  padding: 40px 0 10px 0 !important;
}
@media screen and (max-width: 480px) {
  #header.scrolled .nav-section {
    padding: 1.5rem 0 !important;
  }
}
#header.scrolled nav ul li a {
  color: #353535;
}
#header.scrolled nav ul li a:hover {
  color: #da0e29;
}
#header.scrolled .burger-menu {
  margin: 10px 0 -15px auto;
}
#header.scrolled .burger-menu span {
  background: #353535;
}
#header.scrolled .nav-section .logo-wrapper {
  bottom: -22px;
  left: 15px;
}
#header.scrolled .nav-section .logo-wrapper img {
  width: 100px;
}
#header #top {
  padding: 30px 0 20px;
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  #header #top {
    display: none !important;
  }
}
#header #top .d-flex {
  gap: 20px;
}
#header #top .d-flex a {
  color: #da0e29;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
#header #top .d-flex a:hover {
  opacity: 0.7;
}
#header #top .d-flex a.fb {
  display: flex;
  align-items: center;
}
#header #top .d-flex a.fb svg,
#header #top .d-flex a.fb img {
  width: 20px;
  height: 20px;
  fill: #353535;
}
#header .nav-section {
  position: relative;
  transition: padding 0.3s ease;
}
#header .nav-section .logo-wrapper {
  position: absolute;
  bottom: -4px;
  left: 15px;
  z-index: 1001;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
#header .nav-section .logo-wrapper.hidden {
  opacity: 0;
}
#header .nav-section .logo-wrapper img {
  padding: 10px;
  transition: transform 0.3s ease;
}
#header nav ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 25px;
}
#header nav ul li a {
  color: #f8f8f8;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
#header nav ul li a:hover {
  color: #da0e29;
}
#header nav ul li.current-menu-item a {
  color: #da0e29;
}
@media (max-width: 991px) {
  .burger-menu {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: auto;
  }
  .burger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #da0e29;
    margin-bottom: 5px;
    transition: 0.3s;
  }
  .burger-menu.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  #navigate-desktop {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #f8f8f8;
    padding: 100px 30px;
    transition: 0.4s ease-in-out;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
  }
  #navigate-desktop.active {
    right: 0;
  }
  #navigate-desktop .mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }
  #navigate-desktop .mobile-contact-info a {
    color: #353535;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  #navigate-desktop .mobile-contact-info hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    width: 50px;
  }
  #navigate-desktop .mobile-contact-info .mobile-social a {
    color: #da0e29;
    font-size: 13px;
  }
  #navigate-desktop nav ul {
    flex-direction: column;
    text-align: left;
    gap: 20px;
  }
  #navigate-desktop nav ul li a {
    color: #353535 !important;
  }
}
/* WP Admin Bar */
.admin-bar #header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}
footer {
  padding: 45px 0;
  border-top: 2px solid #da0e29;
  background: #161616;
  color: #ffffff;
  line-height: 1.8;
}
footer nav ul {
  list-style: none;
  text-align: right;
  padding: none;
}
footer nav ul li a {
  color: #fff;
  text-transform: uppercase;
}
footer nav ul li.social a {
  margin-top: 10px;
}
footer .list-services {
  gap: 30px;
}
footer .list-services a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in;
}
footer .list-services a:hover {
  color: #da0e29;
}
footer .list-services a.sep:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16px;
  background: #da0e29;
}
footer .copyright {
  font-size: 12px;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  color: #da0e29;
}
.block-cta {
  text-align: center;
  padding: 65px 0;
  background: linear-gradient(0deg, rgba(248, 248, 248, 0.3) 0%, rgba(248, 248, 248, 0.3) 100%);
  position: relative;
  overflow: hidden;
}
.block-cta svg {
  transition: all 0.2s ease-in;
  position: relative;
}
.block-cta:hover svg {
  transform: scale(3);
  mix-blend-mode: multiply;
}
.block-cta > .container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  transform: translate(-50%, -50%);
}
.block-cta .cta-content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 150;
}
.block-form .office-item h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full input[type=date],
.wp-core-ui div.wpforms-container-full input[type=datetime],
.wp-core-ui div.wpforms-container-full input[type=datetime-local],
.wp-core-ui div.wpforms-container-full input[type=email],
.wp-core-ui div.wpforms-container-full input[type=month],
.wp-core-ui div.wpforms-container-full input[type=number],
.wp-core-ui div.wpforms-container-full input[type=password],
.wp-core-ui div.wpforms-container-full input[type=range],
.wp-core-ui div.wpforms-container-full input[type=search],
.wp-core-ui div.wpforms-container-full input[type=tel],
.wp-core-ui div.wpforms-container-full input[type=text],
.wp-core-ui div.wpforms-container-full input[type=time],
.wp-core-ui div.wpforms-container-full input[type=url],
.wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full textarea {
  background: transparent !important;
  outline: none !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #353535 !important;
}
div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
  font-weight: 500 !important;
  color: #da0e29 !important;
  margin-bottom: 5px !important;
}
div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  position: relative !important;
  margin-bottom: 10px !important;
  color: #353535 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  background: none !important;
  text-decoration: none !important;
  padding: 0 !important;
}
div.wpforms-container-full input[type=submit]:after,
div.wpforms-container-full button[type=submit]:after,
div.wpforms-container-full .wpforms-page-button:after,
.wp-core-ui div.wpforms-container-full input[type=submit]:after,
.wp-core-ui div.wpforms-container-full button[type=submit]:after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:after {
  content: '' !important;
  width: 30px !important;
  height: 2px !important;
  display: block !important;
  background: #da0e29 !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -10px !important;
  top: inherit !important;
  transition: all 0.2s ease-in !important;
}
div.wpforms-container-full input[type=submit]:hover:after,
div.wpforms-container-full button[type=submit]:hover:after,
div.wpforms-container-full .wpforms-page-button:hover:after,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover:after,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover:after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover:after {
  width: 50px !important;
}
section.block-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 65px;
}
section.block-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-blend-mode: multiply, normal;
  z-index: 150;
}
section.block-hero .hero-item {
  padding: 150px 0 50px;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
section.block-hero .hero-item .hero-content {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 200;
}
section.block-hero .hero-item .hero-content .data {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 840px;
}
section.block-hero .hero-item .hero-content .hero-title {
  color: #fff;
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
section.block-hero .hero-item .hero-content .hero-subtitle {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
section.block-hero .hero-item .hero-content .hero-wysiwyg {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.numbers-bg {
  position: absolute;
  right: calc(50% - (1430px / 2) - 125px);
  bottom: 0;
  top: 0px;
  z-index: 1;
  width: 350px;
  height: auto;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.numbers-bg path {
  fill: #da0e29;
  stroke: #353535;
  stroke-width: 3px;
}
.hero-numbers-slider {
  position: relative;
  z-index: 2;
  height: 540px;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  margin-right: -125px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.hero-numbers-slider .slider-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-numbers-slider .number-item {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  filter: blur(8px);
  opacity: 0.2;
  transform: scale(0.8);
}
.hero-numbers-slider .number-item .value {
  font-size: 105px;
  font-weight: 900;
  line-height: 128px;
}
.hero-numbers-slider .number-item .label {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  max-width: 150px;
}
.hero-numbers-slider .number-item.is-active {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.1);
}
.block-jobs {
  color: #000;
}
.block-jobs .job-card {
  background: #fff;
  padding: 30px 45px;
}
.block-jobs h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.block-jobs h3 .text-muted {
  font-size: 20px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.block-jobs .job-section {
  color: #000;
}
.block-jobs .job-section > strong {
  color: #da0e29;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
  /* 150% */
  text-transform: uppercase;
}
.block-jobs .job-section ul {
  list-style: inside;
  font-size: 14px;
  padding-left: 0;
}
.block-references .reference-item {
  margin-bottom: 30px;
}
.block-references .reference-filters {
  width: 100%;
  border-bottom: 1px solid #353535;
  display: flex !important;
  gap: 30px;
  justify-content: start !important;
}
.block-references .reference-filters button {
  padding: 10px 0;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
.block-references .reference-filters button:hover {
  color: #da0e29;
}
.block-references .reference-filters button.active {
  color: #da0e29 !important;
  position: relative;
}
.block-references .reference-filters button.active:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  background: #da0e29;
}
.block-references .card-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.block-references .card-body .text-primary {
  font-size: 19px;
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #353535 !important;
}
.block-service .row.g-0 {
  margin: 0;
}
.block-service .row.g-0 > div {
  padding: 0;
}
.block-service .service-card {
  position: relative;
  overflow: hidden;
}
.block-service .service-card img {
  height: 220px;
  object-fit: cover;
  transition: all 0.2s ease-in;
}
.block-service .service-card .service-contents {
  border-top: 1.5px solid #da0e29;
  background: #353535;
  color: #fff;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in;
}
.block-service .service-card .service-contents h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
  opacity: 1;
}
.block-service .service-card .hover-text {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.block-service .service-card:hover img {
  filter: blur(8px);
  transition-delay: 0.1s;
}
.block-service .service-card:hover .service-contents {
  height: 100%;
  mix-blend-mode: multiply;
  background: #da0e29;
}
.block-service .service-card:hover .service-contents h3 {
  opacity: 0;
}
.block-service .service-card:hover .hover-text {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.block-service > .container .row + .row {
  margin-top: 150px;
}
.block-steps .row {
  gap: 40px;
}
.block-steps h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.block-steps .step-image-container {
  position: relative;
  overflow: hidden;
}
.block-steps .step-image-container svg {
  position: absolute;
  left: 10px;
  bottom: -15px;
  transition: all 0.2s ease-in;
}
.block-steps .step-image-container .step-number {
  position: absolute;
  bottom: 8px;
  left: 25px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.block-steps .step-item:hover .step-image-container svg {
  bottom: -5px;
}
.block-timeline .timeline-wrapper {
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: space-between;
}
.block-timeline .timeline-item {
  max-width: 220px;
}
.block-timeline .timeline-arrow {
  display: flex;
}
.block-timeline .timeline-arrow svg {
  margin: auto;
}
.block-timeline .date {
  color: #da0e29;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.block-team {
  --gap: 15px;
}
.block-team .team-relative-container {
  position: relative;
}
.block-team .team-wrapper {
  --cols: 1;
  display: flex;
  gap: var(--gap);
}
@media (max-width: 768px) {
  .block-team .team-wrapper {
    --cols: 2 !important;
  }
}
.block-team .team-wrapper.team-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
}
@media (max-width: 767px) {
  .block-team .team-wrapper.team-grid {
    grid-template-columns: 1fr;
  }
}
.block-team .team-wrapper.js-team-slider {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.block-team .team-wrapper.js-team-slider::-webkit-scrollbar {
  display: none;
}
.block-team .team-wrapper.js-team-slider .team-card {
  flex: 0 0 calc((100% / var(--cols)) - (var(--gap) * (var(--cols) - 1) / var(--cols)));
  scroll-snap-align: start;
}
@media (max-width: 767px) {
  .block-team.view-slider .team-card {
    aspect-ratio: 3/4;
  }
  .block-team.view-slider .team-card .name-overlay {
    font-size: 50px;
    bottom: 40px;
  }
}
.block-team.view-slider .team-card {
  position: relative;
  aspect-ratio: 3/4.75;
  overflow: hidden;
}
.block-team.view-slider .team-card .card-inner,
.block-team.view-slider .team-card .image-wrapper {
  height: 100%;
  width: 100%;
}
.block-team.view-slider .team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-team.view-slider .team-card .image-wrapper {
  position: absolute;
}
.block-team.view-slider .team-card .image-wrapper:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.71%, #000 100%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-team.view-slider .team-card .name-overlay {
  position: absolute;
  bottom: 60px;
  left: 0px;
  color: #fff;
  font-size: 75px;
  transform: rotate(-10.356deg);
  font-family: "Mrs Saint Delafield";
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.block-team.view-slider .team-card .hover-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  z-index: 3;
  padding: 20px;
  background-blend-mode: multiply;
  backdrop-filter: blur(10px);
}
.block-team.view-slider .team-card .hover-content .name-wrap {
  text-align: center;
}
.block-team.view-slider .team-card .hover-content .name-wrap .fn {
  display: block;
  font-size: 24px;
}
.block-team.view-slider .team-card .hover-content .name-wrap .ln {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
.block-team.view-slider .team-card .hover-content .contact-info {
  color: #fff;
  text-align: center;
}
.block-team.view-slider .team-card .hover-content .contact-info a {
  color: #fff;
}
.block-team.view-slider .team-card .hover-content .contact-info a + a {
  font-size: 12px;
}
.block-team.view-slider .team-card:hover .name-overlay {
  opacity: 0;
}
.block-team.view-slider .team-card:hover .hover-content {
  opacity: 1;
}
.block-team.view-slider .team-card:hover .image-wrapper:before {
  background: #da0e29;
  mix-blend-mode: multiply;
}
.block-team .card-horizontal {
  display: flex;
  align-items: end;
  max-width: 520px;
}
.block-team .card-horizontal img {
  position: relative;
  z-index: 10;
}
.block-team .card-horizontal .photo-side {
  position: relative;
}
.block-team .card-horizontal .photo-side:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.71%, #000 100%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
}
.block-team .card-horizontal .info-side {
  text-align: center;
  padding: 30px 45px;
  position: relative;
}
.block-team .card-horizontal .info-side:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  right: 0;
  bottom: 0;
  border: 2px solid #da0e29;
  transform: skewX(25deg);
  z-index: 1;
}
.block-team .card-horizontal .info-side .fn {
  display: block;
  font-family: "Mrs Saint Delafield";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 100% */
}
.block-team .card-horizontal .info-side .ln {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.block-team .card-horizontal .info-side .job-title {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-team .card-horizontal .info-side .contact-wrap {
  display: block;
}
@media (max-width: 767px) {
  .block-team .card-horizontal {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .block-team .card-horizontal .photo-side,
  .block-team .card-horizontal .info-side {
    width: 100%;
  }
  .block-team .card-horizontal .info-side {
    padding: 20px;
    border: 2px solid #da0e29;
    margin-top: -10px;
  }
  .block-team .card-horizontal .info-side:before {
    display: none;
  }
}
.block-team .view-details .card-horizontal {
  display: flex;
  background: #fff;
  border: 1px solid #eee;
}
.block-team .view-details .card-horizontal .photo-side {
  width: 40%;
}
.block-team .view-details .card-horizontal .photo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-team .view-details .card-horizontal .info-side {
  width: 60%;
  padding: 20px;
  border-left: 3px solid #e30613;
}
.block-team .view-details .card-horizontal .info-side .fn {
  font-family: 'Dancing Script', cursive;
  font-size: 1.2rem;
  display: block;
}
.block-team .view-details .card-horizontal .info-side .ln {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
}
.block-team .view-details .card-horizontal .info-side .job-title {
  margin: 10px 0;
  color: #666;
}
.block-team .view-details .card-horizontal .info-side .contact-wrap a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .block-team .slider-nav {
    display: none;
  }
}
.block-team .slider-nav .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  font-size: 60px;
  font-weight: 100;
  outline: none !important;
}
.block-team .slider-nav .arrow.prev {
  left: -20px;
}
.block-team .slider-nav .arrow.next {
  right: -20px;
}
.block-team .slider-nav .arrow:hover {
  color: #da0e29;
}
.block-team .slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.block-team .slider-dots .dot {
  width: 8px;
  height: 8px;
  background: #353535;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none !important;
}
.block-team .slider-dots .dot.active {
  background: #da0e29;
  width: 30px;
}
.block-text-media {
  --primary: #e30613;
  position: relative;
}
.block-text-media .tm-relative-wrapper {
  position: relative;
}
.block-text-media .tm-slider-main {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin-bottom: 60px;
}
.block-text-media .tm-slider-main::-webkit-scrollbar {
  display: none;
}
.block-text-media .tm-slider-main .tm-main-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  width: 100%;
}
.block-text-media .main-slider-nav .arrow {
  position: absolute;
  bottom: -12px;
  background: transparent;
  z-index: 10;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 100;
  outline: none !important;
}
.block-text-media .main-slider-nav .arrow.prev {
  left: calc(50% - 100px);
}
.block-text-media .main-slider-nav .arrow.next {
  right: calc(50% - 100px);
}
.block-text-media .main-slider-nav .arrow:hover {
  color: #da0e29;
}
.block-text-media .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}
.block-text-media .slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #353535;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block-text-media .slider-dots .dot.active {
  background: var(--primary);
}
.block-text-media .tm-gallery-vertical {
  position: relative;
  height: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .block-text-media .tm-gallery-vertical {
    height: 350px;
  }
}
.block-text-media .tm-gallery-vertical .tm-gallery-mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-text-media .tm-gallery-vertical .gallery-track {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.block-text-media .tm-gallery-vertical .gallery-item {
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
}
.block-text-media .tm-gallery-vertical .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block-text-media .tm-gallery-vertical .gallery-nav-vertical {
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #353535;
  outline: none !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow.up {
  top: -40px;
}
.block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow.down {
  bottom: -40px;
}
.block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow:hover {
  color: #da0e29;
}
.block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow svg {
  stroke: currentColor;
}
.block-text-media .tm-item + .tm-item {
  margin-top: 150px;
}
.block-text-media .tm-content-wrapper .content p em {
  font-family: "Mrs Saint Delafield";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1440px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 1199px) {
  section.block-hero .hero-item .hero-content .hero-title {
    font-size: 64px;
  }
  .block-team .card-horizontal .info-side {
    padding: 20px;
  }
  .block-team .card-horizontal .info-side:before {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .block-cta svg {
    display: none;
  }
  main > section + section {
    padding: 45px 0;
  }
  h2 {
    font-size: 36px;
  }
  .title-row h2 {
    font-size: 32px;
  }
  section.block-hero .hero-item {
    padding: 120px 0 40px;
    min-height: 60vh;
  }
  section.block-hero .hero-item .hero-content {
    flex-direction: column;
  }
  section.block-hero .hero-item .hero-content .hero-title {
    font-size: 48px;
  }
  section.block-hero .hero-item .hero-content .hero-subtitle {
    font-size: 24px;
  }
  .numbers-bg,
  .hero-numbers-slider {
    display: none;
  }
  .block-timeline .timeline-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .block-timeline .timeline-wrapper .timeline-arrow {
    transform: rotate(90deg);
    margin: 20px 0;
  }
  .block-team .card-horizontal {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .block-team .card-horizontal .photo-side,
  .block-team .card-horizontal .info-side {
    width: 100%;
  }
  .block-team .card-horizontal .info-side:before {
    display: none;
  }
  .block-team .card-horizontal .info-side {
    border: 2px solid #da0e29;
    margin-top: -10px;
  }
  .block-service > .container .row + .row {
    margin-top: 50px;
  }
  .block-team.view-slider .team-card .name-overlay {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #header .nav-section .logo-wrapper img {
    width: 100px;
  }
  #header .nav-section .logo-wrapper {
    bottom: inherit !important;
    top: -30px !important;
  }
  main > section + section {
    padding: 35px 0;
  }
  h2 {
    font-size: 28px;
  }
  .title-row .subtitle {
    font-size: 16px;
  }
  .gallery-nav-vertical {
    display: none;
  }
  .btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
  }
  .col-md-3,
  .col-md-9,
  .col-md-6 {
    margin-bottom: 20px;
  }
  .block-text-media .title-row {
    margin-top: 15px;
  }
  div.wpforms-container-full .wpforms-field {
    margin-bottom: 15px !important;
  }
  .block-text-media .tm-item + .tm-item {
    margin-top: 60px;
  }
  .block-text-media .tm-gallery-vertical {
    height: 300px;
  }
  footer {
    text-align: center;
  }
  footer nav ul {
    text-align: center;
    padding: 20px 0;
  }
  footer .list-services {
    flex-direction: column;
    gap: 15px;
  }
  footer .list-services a.sep:before {
    display: none;
  }
  .block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow.up {
    top: calc(50% - 20px);
    left: 100%;
  }
  .block-text-media .tm-gallery-vertical .gallery-nav-vertical .gallery-arrow.down {
    top: calc(50% + 20px);
    bottom: inherit;
    left: 100%;
  }
}
@media (max-width: 480px) {
  .block-team.view-slider .team-card .name-overlay {
    font-size: 50px;
  }
  section.block-hero .hero-item .hero-content .hero-title {
    font-size: 32px;
  }
  .block-cta .cta-content {
    padding: 0 15px;
  }
  .block-cta .cta-content h2 {
    font-size: 24px;
  }
  .block-team .card-horizontal .info-side .fn,
  .block-text-media .tm-content-wrapper .content p em {
    font-size: 30px;
  }
}
