@charset "UTF-8";
@media (min-width: 1024px) {
  .ast-theme-transparent-header .main-header-menu > .menu-item.connect-link {
    display: none;
  }
}
.ast-theme-transparent-header .main-header-menu > .menu-item.connect-link a.menu-link {
  color: #B52528;
  text-decoration: underline;
}

.site-header .site-primary-header-wrap {
  background-color: rgba(255, 255, 255, 0.9215686275);
  -webkit-box-shadow: 1px 0 14px -8px #000;
          box-shadow: 1px 0 14px -8px #000;
  border-radius: 48px;
}

@media (max-width: 1024px) {
  header .site-branding {
    padding: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  header .site-branding .site-logo-img a img {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  header .ast-primary-header-bar {
    border-radius: unset !important;
  }
}
header .ast-primary-header-bar .site-primary-header-wrap {
  background: rgba(255, 255, 255, 0.9215686275);
  border-radius: 48px;
}
@media (max-width: 1250px) {
  header .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 70px;
  }
}
@media (max-width: 1100px) {
  header .ast-primary-header-bar .site-primary-header-wrap .ast-builder-grid-row.ast-builder-grid-row-has-sides {
    grid-column-gap: unset !important;
  }
}
header #ast-hf-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1367px) {
  header #ast-hf-menu-1 {
    gap: unset;
  }
}
@media (max-width: 1250px) {
  header #ast-hf-menu-1 {
    gap: unset;
  }
}
header .main-header-menu > .menu-item.connect-link a.menu-link {
  color: #B52528;
  text-decoration: underline;
}
header .main-header-menu > .menu-item {
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .main-header-menu > .menu-item .sub-menu {
    padding: 16px;
    border-radius: 8px;
    width: 320px;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
header .main-header-menu > .menu-item .sub-menu .menu-item {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header .main-header-menu > .menu-item .sub-menu .menu-item:hover {
  color: #B52528 !important;
}
header .main-header-menu > .menu-item .sub-menu .menu-item .menu-link {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header .main-header-menu > .menu-item .sub-menu .menu-item .menu-link:hover {
  color: #B52528 !important;
}
@media (max-width: 1024px) {
  header .main-header-menu > .menu-item .top-link {
    display: none;
  }
}
@media (min-width: 1024px) {
  header .main-header-menu > .menu-item .top-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
    border-radius: 8px;
    font-weight: 300;
    color: #000;
    padding-left: 16px;
    background-color: #F7F7F7 !important;
    margin-bottom: 10px;
    font-family: "SohoGothicPro", Sans-serif;
  }
  header .main-header-menu > .menu-item .top-link a:before {
    content: url("../../src/img/header/Industries.svg");
    display: inline-block;
    width: 30px;
    height: 100%;
  }
}
header .main-header-menu > .menu-item > .menu-link {
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .main-header-menu > .menu-item > .menu-link {
    border-radius: 56px;
  }
}
@media (max-width: 1390px) {
  header .main-header-menu > .menu-item > .menu-link {
    padding: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1250px) {
  header .main-header-menu > .menu-item > .menu-link {
    font-size: 14px;
    padding: 5px;
  }
}
header .ast-container {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 1310px) {
  header .ast-header-button-1[data-section*=section-hb-button-1] {
    padding-left: 5px !important;
  }
}
@media (max-width: 1310px) {
  header .ast-header-button-1[data-section*=section-hb-button-1] .ast-builder-button-wrap .ast-custom-button {
    font-size: 13px;
    line-height: 20px;
    padding: 8px;
  }
}
@media (max-width: 1310px) {
  header .ast-header-button-2[data-section*=section-hb-button-2] {
    padding: 0 5px;
    padding-left: unset;
  }
}
@media (max-width: 1310px) {
  header .ast-header-button-2[data-section*=section-hb-button-2] .ast-builder-button-wrap .ast-custom-button {
    font-size: 13px;
    line-height: 20px;
    padding: 8px;
  }
}

#ast-mobile-header .ast-main-header-wrap .ast-primary-header-bar {
  background: rgba(255, 255, 255, 0.9215686275);
}
#ast-mobile-header #ast-hf-mobile-menu .menu-item-has-children {
  cursor: pointer;
}
#ast-mobile-header #ast-hf-mobile-menu > .menu-item > .ast-menu-toggle {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  -webkit-transform: translate(0, 6px) rotateZ(270deg);
          transform: translate(0, 6px) rotateZ(270deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  top: 5px !important;
}
#ast-mobile-header #ast-hf-mobile-menu > .menu-item > .ast-menu-toggle:focus {
  outline: unset !important;
}
#ast-mobile-header #ast-hf-mobile-menu > .menu-item > .ast-menu-toggle[aria-expanded=true] {
  -webkit-transform: translate(0, 3px) rotateZ(360deg);
          transform: translate(0, 3px) rotateZ(360deg);
}
#ast-mobile-header #ast-hf-mobile-menu .sub-menu .menu-item .menu-link {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
#ast-mobile-header #ast-hf-mobile-menu .sub-menu .menu-item .menu-link .ast-icon {
  display: none !important;
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
  display: none !important;
}

@media (min-width: 1024px) {
  .ast-theme-transparent-header #masthead {
    top: 12px;
  }
}

@media (max-width: 500px) {
  .ast-header-break-point .site-above-footer-wrap[data-section=section-above-footer-builder] {
    padding-left: 0 !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 544px) {
  .site-above-footer-wrap[data-section=section-above-footer-builder].ast-footer-row-mobile-stack .site-footer-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .ast-footer-copyright p {
  font-weight: 400;
  font-family: "Gotham", Sans-serif;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .site-above-footer-wrap .ast-builder-footer-grid-columns.site-above-footer-inner-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 118px unset 1fr !important;
    grid-template-columns: 118px 1fr !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: unset;
  }
}
@media (max-width: 369.4px) {
  footer .site-above-footer-wrap .ast-builder-footer-grid-columns.site-above-footer-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
footer .site-above-footer-wrap .ast-builder-footer-grid-columns.site-above-footer-inner-wrap #block-8 .wp-block-image {
  margin: unset;
}
footer .site-above-footer-wrap .site-footer-above-section-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 767px) {
  footer .site-above-footer-wrap .site-footer-above-section-2 {
    min-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (max-width: 369.4px) {
  footer .site-above-footer-wrap .site-footer-above-section-2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-social-icons-1] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: unset;
  padding: 12px;
}
@media (max-width: 500px) {
  footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-social-icons-1] {
    padding: unset;
  }
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-1] {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: unset;
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-1] .ast-custom-button-link .ast-custom-button {
  background: white;
  color: #B52528;
  border: 2px solid #B52528;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 400px) {
  footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-1] .ast-custom-button-link .ast-custom-button {
    padding: 8px 12px;
  }
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-1] .ast-custom-button-link .ast-custom-button:hover {
  background: #B52528;
  color: #fff;
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-2] {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-2] {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-2] .ast-custom-button {
  border: 2px solid #B52528;
}
@media (max-width: 400px) {
  footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-2] .ast-custom-button {
    padding: 8px 12px;
  }
}
footer .site-above-footer-wrap .site-footer-above-section-2 [data-section=section-fb-button-2] .ast-custom-button:hover {
  border: 2px solid #540000;
}
footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1240px) {
  footer .footer-menu {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 369.4px) {
  footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
footer .footer-menu .menu-column {
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-menu .menu-column:nth-last-child(1):nth-child(3n+1) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
    display: -ms-grid;
    display: grid;
  }
}
footer .footer-menu .menu-column h4 {
  font-size: 14px;
  color: #848484;
  font-family: "Gotham", Sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: left;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  footer .footer-menu .menu-column h4 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 400px) {
  footer .footer-menu .menu-column h4 {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media (max-width: 369.4px) {
  footer .footer-menu .menu-column h4 {
    margin-bottom: 8px;
    text-align: center;
  }
}
footer .footer-menu .menu-column div {
  text-align: left;
}
@media (max-width: 369.4px) {
  footer .footer-menu .menu-column div {
    text-align: center;
  }
}
footer .footer-menu .menu-column div a {
  color: black;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gotham", Sans-serif;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  footer .footer-menu .menu-column div a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  footer .footer-menu .menu-column div a {
    text-align: center;
  }
}
@media (max-width: 400px) {
  footer .footer-menu .menu-column div a {
    font-size: 12px;
  }
}
footer .footer-menu .menu-column div a:hover {
  color: #B52528;
}

.hero {
  position: relative;
}
@media (max-width: 767px) {
  .hero:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #676666), color-stop(99%, #000000)) !important;
    background-image: linear-gradient(180deg, #676666 52%, #000000 99%) !important;
    z-index: 3 !important;
  }
}
.hero .elementor-absolute {
  height: 100%;
  width: 100%;
}
.hero .elementor-absolute img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1921px) {
  .quote-slider .offset-both {
    --e-n-carousel-swiper-offset-size: 240px;
  }
}
@media (max-width: 1801px) {
  .quote-slider .offset-both {
    --e-n-carousel-swiper-offset-size: 120px;
  }
}
@media (max-width: 1440px) {
  .quote-slider .offset-both {
    --e-n-carousel-swiper-offset-size: 12px;
  }
}
@media (max-width: 1200px) {
  .quote-slider .offset-both {
    --e-n-carousel-swiper-offset-size: 30px;
  }
}
@media (max-width: 767px) {
  .quote-slider .offset-both {
    -webkit-padding-start: 20px !important;
            padding-inline-start: 20px !important;
    --e-n-carousel-swiper-offset-size: 115px;
  }
}
@media (max-width: 400px) {
  .quote-slider .offset-both {
    -webkit-padding-start: 20px !important;
            padding-inline-start: 20px !important;
    --e-n-carousel-swiper-offset-size: 70px;
  }
}
.quote-slider .swiper-wrapper .swiper-slide {
  padding: 40px;
  background: #F7F7F7;
  border-radius: 8px;
  border: 1px solid #B52528;
}
.quote-slider .swiper-wrapper .swiper-slide > .elementor-element {
  padding: unset;
}
@media (max-width: 767px) {
  .quote-slider .swiper-wrapper .swiper-slide {
    padding: 24px;
  }
}
.quote-slider .swiper-wrapper .swiper-slide .slider-content {
  font-size: 24px;
  line-height: 32px;
  font-family: "SohoGothicPro", Sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
@media (max-width: 767px) {
  .quote-slider .swiper-wrapper .swiper-slide .slider-content {
    font-size: 20px;
    line-height: 1.2;
  }
}
.quote-slider .swiper-wrapper .swiper-slide .slider-content:before {
  content: "";
  background-image: url("../img/home/quote.png");
  width: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .quote-slider .swiper-wrapper .swiper-slide .slider-content:before {
    width: 24px;
    height: 24px;
    margin-bottom: 14px;
  }
}
.quote-slider .swiper-wrapper .swiper-slide .slider-author .elementor-heading-title {
  color: #848484;
  font-weight: 400;
  font-family: "Gotham", Sans-serif;
}

.swiper-nav {
  border: 1px solid #FBD0D0;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  border-radius: 88px;
}
@media (max-width: 767px) {
  .swiper-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
  }
  .swiper-nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}
.swiper-nav button {
  background: unset;
  color: #291800;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 400;
  padding: 12px 24px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}
@media (max-width: 850px) {
  .swiper-nav button {
    padding: 12px 14px;
  }
}
@media (max-width: 767px) {
  .swiper-nav button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.swiper-nav button:hover {
  color: white;
  background: #B52528;
  border: unset;
}
.swiper-nav button.active {
  color: white;
  background: #B52528;
}

.industries-slider .slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .industries-slider .slick-track {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .industries-slider .slick-track {
    height: 540px;
  }
}
@media (max-width: 369.4px) {
  .industries-slider .slick-track {
    height: 570px;
  }
}
.industries-slider .slick-track .slick-slide {
  padding: 16px;
  background: #F7F7F7;
  border-radius: 8px;
  border: 1px solid #B52528;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 78%;
  margin: 10px;
}
@media (max-width: 1360px) {
  .industries-slider .slick-track .slick-slide {
    height: 85%;
  }
}
@media (max-width: 767px) {
  .industries-slider .slick-track .slick-slide {
    height: 468px;
  }
}
.industries-slider .slick-track .slick-slide > .elementor-element {
  height: 100%;
}
.industries-slider .slick-track .slick-slide .slider-image {
  height: 100%;
}
@media (max-width: 1024px) {
  .industries-slider .slick-track .slick-slide .slider-image {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .industries-slider .slick-track .slick-slide .slider-image {
    height: 148px;
  }
}
.industries-slider .slick-track .slick-slide .slider-image .elementor-widget-image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.industries-slider .slick-track .slick-slide .slider-image .elementor-widget-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .industries-slider .slick-track .slick-slide .slider-image .elementor-widget-image img {
    max-width: 100%;
  }
}
.industries-slider .slick-track .slick-slide.slick-center {
  height: 100%;
}
@media (max-width: 1024px) {
  .industries-slider .slick-track .slick-slide.slick-center .slider-image {
    height: 240px;
  }
}
@media (max-width: 369.4px) {
  .industries-slider .slick-track .slick-slide.slick-center .slider-image {
    height: 200px;
  }
}
.industries-slider .slick-track .slick-slide > .elementor-element {
  padding: unset;
}

@media (max-width: 767px) {
  .industries-slider .slick-track .slick-slide > .elementor-element {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
:root {
  /* e-parent global vars */
  --e-parent-margin-top: 0;
  --e-parent-margin-bottom: 48px;
  /* Inner Padding */
  --e-parent-inner-padding-top: 24px;
  --e-parent-inner-padding-bottom: 24px;
  /* Inner Padding large */
  --e-parent-inner-large-padding-top: 80px;
  --e-parent-inner-large-padding-bottom: 80px;
  /* inner-big-space */
  --inner-big-padding-top: 0;
  --inner-big-padding-bottom: 0;
  --inner-big-padding-left: 40px;
  --inner-big-padding-right: 40px;
  /* custom gap */
  --custom-gap-column: 48px;
  --custom-gap-row: 48px;
  /* Hero Content */
  --hero-content--column: 16px;
  --hero-content--margin-bottom: 36px;
  --hero-content-padding-top: 120px;
  --hero-content-padding-bottom: 0;
  --hero-content-padding-right: 0;
  --hero-content-padding-left: 0;
  /* Before Footer */
  --before-footer-padding-top: 64px;
  --before-footer-padding-bottom: 80px;
  --before-footer--row: 16px;
}
@media (max-width: 767px) {
  :root {
    --hero-btn-wrp--gap: 16px;
  }
}

/* responsive overwrite */
@media (max-width: 1024px) {
  :root {
    --custom-gap-column: 12px;
    --custom-gap-row: 48px;
    --hero-content--margin-bottom: 12px;
    --hero-content-padding-top: 0;
    --e-parent-inner-large-padding-top: 40px;
    --e-parent-inner-large-padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --inner-big-padding-left: 0;
    --inner-big-padding-right: 0;
    --before-footer-padding-top: 64px;
    --before-footer-padding-bottom: 64px;
    --e-parent-inner-large-padding-top: 40px;
    --e-parent-inner-large-padding-bottom: 40px;
    --e-parent-inner-padding-top: 0;
    --e-parent-inner-padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  :root {
    --before-footer-padding-top: 64px;
    --before-footer-padding-bottom: 64px;
  }
}
.elementor-button.elementor-button-link:focus span {
  color: white;
}

/* usage */
/* global container spacing */
section.elementor-element.e-parent {
  --margin-top: var(--e-parent-margin-top);
  --margin-bottom: var(--e-parent-margin-bottom);
}

@media (max-width: 767px) {
  section.hero-resp.elementor-element.e-parent {
    --margin-bottom: 24px;
  }
}

.inner-padding.elementor-element.e-parent {
  --padding-top: var(--e-parent-inner-padding-top);
  --padding-bottom: var(--e-parent-inner-padding-bottom);
}

.inner-padding-large.elementor-element.e-parent {
  --padding-top: var(--e-parent-inner-large-padding-top);
  --padding-bottom: var(--e-parent-inner-large-padding-bottom);
}

.inner-big-space.elementor-element {
  --padding-top: var(--inner-big-padding-top);
  --padding-bottom: var(--inner-big-padding-bottom);
  --padding-left: var(--inner-big-padding-left);
  --padding-right: var(--inner-big-padding-right);
}

.custom-gap.elementor-element.e-parent {
  --widgets-spacing-column: var(--custom-gap-column);
  --widgets-spacing-row: var(--custom-gap-row);
}

.elementor-element.hero__content {
  --widgets-spacing-row: var(--hero-content--row);
  --margin-block-end: var(--hero-content--margin-bottom);
  --container-default-padding-top: var(--hero-content-padding-top);
  --container-default-padding-bottom: var(--hero-content-padding-bottom);
  --container-default-padding-right: var(--hero-content-padding-right);
  --container-default-padding-left: var(--hero-content-padding-left);
}

.absolute-text {
  color: #E85858;
  z-index: 11 !important;
  display: none;
}

.hero-second:before {
  background-size: cover;
}
@media (max-width: 1440px) {
  .hero-second:before {
    width: 60% !important;
  }
}

.red-span span {
  color: #B52528;
}

.btn-shadow .elementor-button {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(181, 37, 40, 0.4588235294);
          box-shadow: 0px 8px 16px 0px rgba(181, 37, 40, 0.4588235294);
}
.btn-border .elementor-button {
  background: white;
  color: #B52528;
  border: 2px solid #B52528;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-border .elementor-button span {
  color: #B52528;
}
.btn-border .elementor-button:hover {
  background: #B52528;
  color: #fff;
}
.btn-border .elementor-button:hover span {
  color: #fff;
}

p:last-child {
  margin-bottom: unset;
}

.case-study__content.elementor-widget-text-editor[data-element_type=widget] p {
  font-size: 16px;
}
.case-study__content.elementor-widget-text-editor[data-element_type=widget] ul li {
  font-size: 16px;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: unset;
}

.case-study__content {
  color: black;
}
.case-study__content ul {
  margin-left: 10px;
  margin-top: unset;
}
.case-study__content h4 {
  color: #B52528;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 5px;
  margin-top: 50px;
}
.case-study__content h4:first-child {
  margin-top: unset;
}

.custom-ul p {
  margin-bottom: unset;
}
.custom-ul ul {
  margin-top: unset;
  margin-left: 12px;
}

.img-caption figcaption.widget-image-caption.wp-caption-text {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "SohoGothicPro", Sans-serif;
  font-size: 98px;
  line-height: 130px;
  font-weight: 500;
  color: #E85858;
  margin: unset;
}
@media (max-width: 1024px) {
  .img-caption figcaption.widget-image-caption.wp-caption-text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .img-caption figcaption.widget-image-caption.wp-caption-text {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .img-caption figcaption.widget-image-caption.wp-caption-text {
    font-size: 40px;
  }
}

.elementor-widget-text-editor ul {
  margin-left: 5px;
}
.elementor-widget-text-editor ul li a {
  color: #54565A;
}

.elementor-element .line.elementor-element {
  --padding-left: 16px;
  --padding-top: 16px;
  --padding-bottom: 16px;
  border-left: 2px solid #B52528;
}

.elementor-element .line-sm.elementor-element {
  --padding-left: 24px;
  --padding-top: 4px;
  --padding-bottom: 4px;
  border-left: 1px solid #B52528;
}

@media (max-width: 767px) {
  .hero-btn__wrp {
    --widgets-spacing-row: var(--hero-btn-wrp--gap);
  }
}
@media (max-width: 767px) {
  .hero-btn__wrp .elementor-widget.elementor-widget-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-btn__wrp .elementor-widget.elementor-widget-button .elementor-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tab-section {
    position: unset;
  }
}
@media (max-width: 1024px) {
  .tab-section .tab {
    padding: unset;
  }
}
.tab-section .e-n-tabs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .tab-section .e-n-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tab-section .e-n-tabs {
    position: unset;
  }
}
.tab-section .e-n-tabs-content {
  max-width: 65%;
}
@media (max-width: 1240px) {
  .tab-section .e-n-tabs-content {
    max-width: 75%;
  }
}
@media (max-width: 1024px) {
  .tab-section .e-n-tabs-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-section .e-n-tabs-content {
    margin-top: 100px;
  }
}
.tab-section .e-n-tabs-heading {
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  padding: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 32px;
  min-width: 320px;
  position: absolute;
  left: 14%;
  z-index: 2;
  gap: 4px;
}
@media (max-width: 1240px) {
  .tab-section .e-n-tabs-heading {
    left: 1%;
  }
}
@media (max-width: 1110px) {
  .tab-section .e-n-tabs-heading {
    left: -1%;
  }
}
@media (max-width: 1024px) {
  .tab-section .e-n-tabs-heading {
    width: 100%;
    position: relative;
    left: 0;
  }
}
@media (max-width: 767px) {
  .tab-section .e-n-tabs-heading {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4px;
    width: 100%;
  }
}
.tab-section .e-n-tabs-heading button {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: #fff;
  border-radius: 48px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
}
@media (max-width: 767px) {
  .tab-section .e-n-tabs-heading button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.tab-section .e-n-tabs-heading button:hover {
  background: #B52528;
}
.tab-section__item {
  background: #fff;
  border-radius: 32px;
  padding: 64px;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  max-width: 846px;
}
@media (max-width: 1024px) {
  .tab-section__item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-section__item {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .tab-section__item {
    padding: 20px;
  }
}
.tab-section__item .item__title .elementor-heading-title {
  color: #B52528;
  margin-bottom: 16px;
}
.tab-section__item .item__content p {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: "Gotham", Sans-serif;
  margin-bottom: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tab-section__item .item__content p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .tab-section__item .item__content p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.tab-section__item .item__icon {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .tab-section__item .item__icon .elementor-icon {
    font-size: 30px;
  }
}

.bar-wrp .elementor-icon-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.before-footer {
  padding-top: var(--before-footer-padding-top);
  padding-bottom: var(--before-footer-padding-bottom);
  --widgets-spacing-row: var(--before-footer--row);
  margin-bottom: unset;
}

.hero-right__img {
  height: 100%;
  width: 50%;
}
.hero-right__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.small-span span {
  font-size: 14px;
  line-height: 20px;
}

.leadership-box .elementor-loop-container.elementor-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: unset;
}
@media (max-width: 767px) {
  .leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] {
    width: 45%;
  }
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member {
  position: unset;
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .current-image {
  cursor: pointer;
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .popup {
  display: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  max-height: 400px;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .popup {
    overflow: auto;
  }
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .popup .close-popup {
  cursor: pointer;
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .popup .content {
  overflow: auto;
}
@media (max-width: 767px) {
  .leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .popup .content {
    overflow: hidden;
  }
}
.leadership-box .elementor-loop-container.elementor-grid .e-loop-item[data-elementor-type=loop-item] .leadership-staff_member .popup-logo svg path {
  fill: var(--e-global-color-primary);
}

.term-content h5 {
  color: #B52528;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: bold;
}
.term-content ol {
  margin-left: 48px;
}
.term-content ol li {
  font-size: 14px;
  color: #000000;
  line-height: 160%;
}
.term-content ul {
  margin-left: 48px;
}
.term-content ul li {
  font-size: 14px;
  color: #000000;
  line-height: 160%;
}
.term-content ul li ul {
  margin-left: 5px;
}
.term-content p {
  color: black;
  font-size: 14px;
  margin-bottom: 24px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.table-privacy {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -ms-grid-rows: none !important;
  grid-template-rows: none !important;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  min-width: 600px;
}
.table-privacy .e-con.e-child {
  padding: 16px;
  height: auto;
}
.table-privacy .e-con.e-child p {
  font-size: 12px;
  line-height: 160%;
  color: #54565A;
  font-weight: 400;
}
.table-privacy .e-con.e-child:nth-child(1) {
  border-radius: 12px 0 0 0;
}
.table-privacy .e-con.e-child:nth-child(3) {
  border-radius: 0 12px 0 0;
}
.table-privacy .e-con.e-child:nth-child(-n+3) {
  background: #F0F0F0;
}
.table-privacy .e-con.e-child:nth-child(-n+3) p {
  font-weight: 500;
}
.table-privacy .e-con.e-child:nth-child(6n+4),
.table-privacy .e-con.e-child:nth-child(6n+5),
.table-privacy .e-con.e-child:nth-child(6n+6) {
  background: #fff;
}
.table-privacy .e-con.e-child:nth-child(6n+7),
.table-privacy .e-con.e-child:nth-child(6n+8),
.table-privacy .e-con.e-child:nth-child(6n+9) {
  background: #F7F7F7;
}
.table-privacy .e-con.e-child:nth-child(3n+1):not(:nth-child(-n+3)) p {
  font-weight: 500;
}
.table-privacy .e-con.e-child:nth-last-child(3) {
  border-radius: 0 0 0 20px;
}
.table-privacy .e-con.e-child:last-child {
  border-radius: 0 0 20px 0;
}

.industry-hero:before {
  z-index: 3;
}
.industry-hero:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}