@import url("../fonts/fonts.css");
@import url("../vendors/bootstrap/css/bootstrap.min.css");

html :where(.wp-block) {
    max-width: 100% !important;
}

@media (min-width: 782px) {
body .interface-complementary-area {
    min-width: 420px;
}
}

.acf-block-preview * {
	outline: 0 !important;
	text-decoration: none !important
}


.acf-block-preview  {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  color: #141414;
}
.acf-block-preview html,
.acf-block-preview body {
  height: 100%;
  position: relative;
  z-index: 1;
}
.acf-block-preview ul,
.acf-block-preview ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acf-block-preview a {
  color: #141414;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.acf-block-preview a:hover {
  text-decoration: none;
  color: #141414;
}
.acf-block-preview a:focus,
.acf-block-preview input:focus,
.acf-block-preview button:focus,
.acf-block-preview select:focus,
.acf-block-preview button:focus,
.acf-block-preview textarea:focus {
  outline: none;
}
.acf-block-preview img {
  max-width: 100%;
  display: block;
}
.acf-block-preview .h1,
.acf-block-preview .h2,
.acf-block-preview .h3,
.acf-block-preview .h4,
.acf-block-preview .h5,
.acf-block-preview .h6,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6 {
  color: #222;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
}
.acf-block-preview h1,
.acf-block-preview .h1 {
  font-size: 70px;
  line-height: 100%;
}
.acf-block-preview h2,
.acf-block-preview .h2 {
  font-size: 60px;
  line-height: 100%;
}
.acf-block-preview h3,
.acf-block-preview .h3 {
  font-size: 50px;
  line-height: 100%;
}
.acf-block-preview h4,
.acf-block-preview .h4 {
  font-size: 40px;
  line-height: 100%;
}
.acf-block-preview h5,
.acf-block-preview .h5 {
  font-size: 36px;
  line-height: 100%;
}
.acf-block-preview h6,
.acf-block-preview .h6 {
  font-size: 28px;
  line-height: 100%;
}
.acf-block-preview p {
  margin-bottom: 20px;
}
.acf-block-preview p:last-child {
  margin-bottom: 0 !important;
}
.acf-block-preview button {
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: transparent;
}
.acf-block-preview .section,
.acf-block-preview section {
  padding: 70px 0;
}
.acf-block-preview .text_white,
.acf-block-preview .text_white > * {
  color: #fff;
}
.acf-block-preview .text_orange,
.acf-block-preview .text_orange > * {
  color: #E67B00;
}
.acf-block-preview .text_uppercase {
  text-transform: uppercase;
}
.acf-block-preview .main-wrapper {
  overflow-x: hidden;
}
.acf-block-preview .container {
  max-width: 1200px;
}
.acf-block-preview .container.smalls {
  max-width: 1100px;
}
.acf-block-preview .container.wide {
  max-width: 1370px;
}
.acf-block-preview .container.mid {
  max-width: 1340px;
}
.acf-block-preview .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  text-align: center;
  padding: 16px 22px;
  font-family: "Saira ExtraCondensed ExCond";
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  font-size: 20px;
}
.acf-block-preview .btn_border {
  border: 1px solid #707070;
  color: #fff;
}
.acf-block-preview .btn_black {
  background: #222222;
  color: #fff;
}
.acf-block-preview .btn_black:hover {
  border-color: #E67B00;
  color: #fff;
  background: #E67B00;
}
.acf-block-preview .btn_default {
  border-color: #E67B00;
  color: #fff;
  background: #E67B00;
}
.acf-block-preview .btn_border:hover {
  border-color: #E67B00;
  color: #fff;
  background: #E67B00;
}
.acf-block-preview .btn_default:hover {
  border-color: #b46100;
  color: #fff;
  background: #b46100;
}
.acf-block-preview .btn_border_alt {
  border: 1px solid rgba(112, 112, 112, 0.61);
  color: #333;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  color: #5f5f5f;
  padding: 5px 20px;
  text-transform: capitalize;
}
.acf-block-preview .btn_border_alt:hover {
  transform: translateY(-5px);
}
.acf-block-preview .btn_border_alt img {
  height: 40px;
}
.acf-block-preview .font_ex_cond_700 {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .font_cond_600 {
  font-weight: 500;
  font-family: "Saira ExtraCondensed";
}
.acf-block-preview .header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 0;
}
.acf-block-preview .mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acf-block-preview .mainmenu ul li.has-submenu > a::after {
  position: absolute;
  content: "";
  right: -10px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 47%;
}
.acf-block-preview .mainmenu ul li.has-submenu > a:hover::after {
  border-color: #E67B00;
}
.acf-block-preview .mainmenu ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.acf-block-preview .mainmenu ul li > ul {
  width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 4px solid #E67B00;
  text-align: left;
  box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
  background-color: #ffffff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.acf-block-preview .mainmenu ul li > ul > li {
  display: block;
  padding: 0;
  margin: 0;
}
.acf-block-preview .mainmenu ul li > ul > li a {
  padding: 7px;
  display: block;
  color: #181818;
  opacity: 1;
}
.acf-block-preview .mainmenu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.acf-block-preview .mainmenu ul li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
  position: relative;
  padding: 10px 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Saira ExtraCondensed";
}
.acf-block-preview .mainmenu ul li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.acf-block-preview .mainmenu ul li > ul > li a:hover {
  color: #E67B00;
}
.acf-block-preview a.site-logo {
  display: inline-block;
  width: 200px;
}
.acf-block-preview .hero-top {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #101010;
  color: #fff;
  padding-top: 220px;
  overflow: hidden;
}
.acf-block-preview .hero-top .hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.acf-block-preview .hero-top .hero-sub-heading {
  text-transform: uppercase;
  font-family: "Saira ExtraCondensed ExCond";
  font-weight: 700;
  border-radius: 6px;
  background: rgba(255, 226, 193, 0.11);
  display: inline-block;
  padding: 15px 30px;
  font-size: 25px;
  margin-bottom: 15px;
}
.acf-block-preview .hero-heading {
  color: #FFFBF5;
  font-family: "Saira ExtraCondensed";
  text-transform: uppercase;
  font-weight: 400;
  line-height: 95%;
  font-size: 98px;
  position: relative;
}
.acf-block-preview .hero-heading::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/hero-text-line.webp) no-repeat scroll center/cover;
  z-index: -1;
}
.acf-block-preview .hero-heading span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  text-shadow: 0px 0px 19px rgba(230, 123, 0, 0.63);
}
.acf-block-preview .hero-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-preview .hero-lists li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
  font-size: 20px;
}
.acf-block-preview .hero-lists li::after {
  position: absolute;
  content: "";
  top: 8px;
  right: -8px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.029" height="15.535" viewBox="0 0 17.029 15.535"><g id="Group_21446" data-name="Group 21446" transform="translate(-996.987 -8727.261)"><rect id="Rectangle_11710" data-name="Rectangle 11710" width="1.712" height="15.535" transform="translate(1004.646 8727.261)" fill="%23f68f00"/><rect id="Rectangle_11711" data-name="Rectangle 11711" width="1.712" height="17.029" transform="translate(1014.016 8734.173) rotate(90)" fill="%23f68f00"/><rect id="Rectangle_11712" data-name="Rectangle 11712" width="1.884" height="16.857" transform="translate(1010.796 8728.402) rotate(45)" fill="%23f68f00"/><rect id="Rectangle_11713" data-name="Rectangle 11713" width="1.884" height="16.857" transform="translate(1012.128 8740.322) rotate(135)" fill="%23f68f00"/></g></svg>') no-repeat scroll center/cover;
  width: 14px;
  height: 14px;
}
.acf-block-preview .hero-lists li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.acf-block-preview .hero-lists li:last-child::after {
  display: none;
}
.acf-block-preview .group_btn {
  margin-top: 30px;
}
.acf-block-preview .group_btn a {
  margin: 0 10px;
}
.acf-block-preview .hero-lists {
  margin: 30px 0;
}
.acf-block-preview .hero-area .group_btn {
  margin-top: 50px;
}
.acf-block-preview .hero_shade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: -1;
}
.acf-block-preview .hero-stats {
  background: #E67B00;
  padding: 40px 0;
  color: #fff;
  box-shadow: 0 8px 35px rgba(230, 123, 0, 0.29);
}
.acf-block-preview .stats-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.acf-block-preview .stats-inner .item {
  padding: 0 50px;
  font-size: 18px;
  position: relative;
}
.acf-block-preview .stats-inner .item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 2px;
  background: #FFFFFF;
  height: calc(100% - 20px);
  transform: translateY(-50%);
}
.acf-block-preview .stats-inner .item:last-child::after {
  display: none;
}
.acf-block-preview .stats-inner .num {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
}
.acf-block-preview .hero-area {
  position: relative;
  z-index: 1;
}
.acf-block-preview .hero-top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.acf-block-preview .hero-area .headshot_left_dodge,
.acf-block-preview .hero-area .headshot_left_object {
  position: absolute;
  bottom: 0;
  z-index: 11;
  width: 420px;
  mix-blend-mode: color-dodge;
  filter: blur(22px);
}
.acf-block-preview .hero-area .headshot_right_dodge,
.acf-block-preview .hero-area .headshot_right_object {
  position: absolute;
  bottom: 0;
  z-index: 11;
  width: 420px;
  mix-blend-mode: color-dodge;
  filter: blur(22px);
  right: 0;
}
.acf-block-preview .hero-area .headshot_left_dodge {
  left: 30px;
}
.acf-block-preview .hero-area .headshot_right_dodge {
  right: 30px;
}
.acf-block-preview .hero-area .headshot_left_object,
.acf-block-preview .hero-area .headshot_right_object {
  mix-blend-mode: normal;
  filter: blur(0);
}
.acf-block-preview .sub-heading-alt {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F68F00;
  letter-spacing: 4px;
}
.acf-block-preview .bg_dark {
  background: #101010;
}
.acf-block-preview .bg_gray {
  background: #F7F7F7;
}
.acf-block-preview .bg_liner_gray {
  background: linear-gradient(0deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.51) 30%);
}
.acf-block-preview .logo-slider .slide {
  padding: 0 20px;
}
.acf-block-preview .logo-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  padding-bottom: 40px;
}
.acf-block-preview .logo-slider .inner {
  padding: 0 40px;
}
.acf-block-preview .section-heading .heading span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  color: #E67B00;
}
.acf-block-preview .box {
  display: block;
}
.acf-block-preview .box.style1 {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: #171717;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.acf-block-preview .box.style1 .title {
  color: #fff;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .box.style1 .text_action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 25px;
}
.acf-block-preview .box.style1 .text_action em {
  margin-left: 6px;
  font-size: 16px;
}
.acf-block-preview .box.style1 img {
  height: 75px;
  margin-bottom: 20px;
}
.acf-block-preview .box.style1:hover {
  background: #000000;
  box-shadow: 0 0px 50px rgba(246, 143, 0, 0.5);
}
.acf-block-preview .box.style1:hover .text_action {
  color: #F68F00;
}
.acf-block-preview .section-heading {
  margin-bottom: 40px;
}
.acf-block-preview .pb_300 {
  padding-bottom: 300px;
}
.acf-block-preview .n_top_210 {
  margin-top: -210px;
}
.acf-block-preview .image-cta-banner .inner {
  position: relative;
  z-index: 11;
}
.acf-block-preview .image-cta-banner .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  box-shadow: 0 0 44px rgba(255, 255, 255, 0.35);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.acf-block-preview .image-cta-banner .inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  box-shadow: 0 0 44px #F68F00;
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.acf-block-preview .image-cta-banner .inner:hover::before,
.acf-block-preview .image-cta-banner .inner:hover::after {
  opacity: 1;
}
.acf-block-preview .relative {
  position: relative;
  z-index: 1;
}
.acf-block-preview .left_shape {
  position: absolute;
  top: -255px;
  left: -595px;
  width: 500px;
  height: calc(100% + 270px);
  object-fit: cover;
  z-index: -1;
  object-position: right;
}
.acf-block-preview .right_shape {
  position: absolute;
  top: -255px;
  right: -595px;
  width: 500px;
  height: calc(100% + 270px);
  object-fit: cover;
  z-index: -1;
  object-position: left;
}
.acf-block-preview .circle_shape_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -250px;
  z-index: -1;
  width: 800px;
  height: 800px;
}
.acf-block-preview .heading-alt {
  text-transform: uppercase;
}
.acf-block-preview .heading-alt span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .content-text p a {
  font-weight: 700;
}
.acf-block-preview .content-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-preview .content-text ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin: 10px 0;
}
.acf-block-preview .content-text ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 23px;
  background: url('data:image/svg+xml,<svg id="Group_21235" data-name="Group 21235" xmlns="http://www.w3.org/2000/svg" width="21.816" height="24.188" viewBox="0 0 21.816 24.188"><rect id="Rectangle_11706" data-name="Rectangle 11706" width="4.266" height="13.51" transform="translate(0 7.719)" fill="%23f68f00"/><rect id="Rectangle_11707" data-name="Rectangle 11707" width="4.282" height="28.327" transform="translate(18.585 0) rotate(41)" fill="%23f68f00"/></svg>') no-repeat scroll center center/contain;
}
.acf-block-preview .img-with-tags {
  position: relative;
  z-index: 1;
}
.acf-block-preview .img-tags {
  position: absolute;
  left: 0;
  top: 70px;
  padding: 15px 25px;
  background: #222222;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 220px;
}
.acf-block-preview .img-tags span {
  color: #E67B00;
  position: relative;
}
.acf-block-preview .img-tags span::after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/img-tag-line-shape.svg) no-repeat scroll center/cover;
}
.acf-block-preview .image-cta-banner {
  position: relative;
  z-index: 11;
}
.acf-block-preview .cta_banner_shape {
  position: absolute;
  top: 210px;
  height: 300px;
  object-fit: cover;
  width: 100%;
  object-position: bottom;
  z-index: -1;
}
.acf-block-preview .stat-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 17px;
  position: relative;
  line-height: 20px;
}
.acf-block-preview .stat-box::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 80%;
  background: #FFFFFF;
  opacity: 0.27;
}
.acf-block-preview .stat-box .num {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 66px;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: 10px;
}
.acf-block-preview .stat-box.ratings img {
  min-width: 50px;
  width: 50px;
  margin-right: 20px;
}
.acf-block-preview .stat-box.ratings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-preview .stat-box.ratings ul li {
  display: inline-block;
  color: #E67B00;
}
.acf-block-preview .stat-box p {
  margin: 0;
}
.acf-block-preview .col-md-3:last-child .stat-box::after {
  display: none;
}
.acf-block-preview .col-md-3:last-child .stat-box {
  padding-right: 0;
}
.acf-block-preview .col-md-3:first-child .stat-box {
  padding-left: 0;
}
.acf-block-preview .image-cta-banner.alt .inner::before,
.acf-block-preview .image-cta-banner.alt .inner::after {
  display: none;
}
.acf-block-preview .image-cta-banner.alt .inner img {
  box-shadow: 0 0 35px #F68F00;
}
.acf-block-preview .n_top_250 {
  margin-top: -250px;
}
.acf-block-preview .section-heading .content-text ul li {
  display: inline-block;
  margin: 0 15px;
}
.acf-block-preview .section-heading .content-text ul {
  margin-top: 30px;
}
.acf-block-preview .map-image img {
  width: 100%;
}
.acf-block-preview .logo-carousel-area .top {
  background: #F68F00;
  box-shadow: 0 15px 30px rgba(246, 143, 0, 0.42);
  padding: 20px 0;
}
.acf-block-preview .logo-carousel-area .sub-heading-alt {
  color: #2B2B2B;
  margin: 0;
}
.acf-block-preview .logo-carousel {
  padding-top: 50px;
}
.acf-block-preview .logo-carousel .slide,
.acf-block-preview .logo-carousel-alt .slide {
  padding: 0 15px;
}
.acf-block-preview .logo-carousel .logo-box img,
.acf-block-preview .logo-carousel-alt .logo-box img {
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  filter: grayscale(1);
}
.acf-block-preview .bg_gradient_gray {
  background: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0.91) 100%);
}
.acf-block-preview .video-slider .slide {
  padding: 30px 15px;
}
.acf-block-preview .video-slider .slick-list {
  margin-left: -250px;
  margin-right: -250px;
}
.acf-block-preview .video-box.style1 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
.acf-block-preview .video-box.style1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F68F00;
  mix-blend-mode: overlay;
}
.acf-block-preview .video-box.style1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.69;
  z-index: 1;
}
.acf-block-preview .video-box.style1 .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 11;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.acf-block-preview .video-box.style1 .play_btn .icon {
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  background: #F68F00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.acf-block-preview .video-box.style1:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px #F68F00;
}
.acf-block-preview .magazine-slider .slide {
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.acf-block-preview .magazine-slider .slick-list {
  margin-left: -210px;
  margin-right: -210px;
}
.acf-block-preview .magazine-slider .inner-box img {
  filter: grayscale(1) opacity(0.45);
  transition: all 0.4s;
}
.acf-block-preview .magazine-slider .inner-box {
  transition: all 0.4s;
}
.acf-block-preview .magazine-slider .inner-box:hover {
  transform: translateY(-8px);
}
.acf-block-preview .magazine-slider .inner-box:hover img {
  filter: grayscale(0) opacity(1);
  box-shadow: 0 0 30px #F68F00;
}
.acf-block-preview .three-column-slider .slide {
  padding: 15px;
  padding-top: 0;
}
.acf-block-preview .three-column-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.acf-block-preview .box.style2 {
  padding: 30px;
  border-radius: 20px;
  background: #FBFBFB;
  color: rgba(23, 23, 23, 0.5);
  transition: all 0.4s;
}
.acf-block-preview .box.style2:hover {
  background: #fff;
  margin-top: -10px;
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.03);
}
.acf-block-preview .box.style2 .title {
  font-weight: 700;
  font-size: 17px;
  line-height: 115%;
  margin-bottom: 15px;
  color: rgb(23, 23, 23);
}
.acf-block-preview .box.style2 > img {
  height: 34px;
  margin-bottom: 20px;
}
.acf-block-preview .box.style2 .meta {
  display: flex;
  align-items: center;
  line-height: normal;
}
.acf-block-preview .box.style2 .meta img {
  min-width: 65px;
  width: 65px;
  border: 2px solid #E67B00;
  border-radius: 50%;
  margin-right: 15px;
}
.acf-block-preview .box.style2 .meta-name {
  color: rgb(23, 23, 23);
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  display: block;
  margin-bottom: 9px;
}
.acf-block-preview .box.style2 .meta {
  color: rgb(23, 23, 23);
  font-size: 14px;
}
.acf-block-preview .cta-inner.style1 {
  padding: 40px;
  background: #222222;
  position: relative;
  z-index: 11;
  transition: all 0.4s;
}
.acf-block-preview .cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.acf-block-preview .cta-inner.style1::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 200px);
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 100%);
}
.acf-block-preview .cta-inner.style1:hover {
  box-shadow: 0 0 30px #F68F00;
}
.acf-block-preview .team-slider {
  margin-top: 50px !important;
}
.acf-block-preview .team-slider .item img {
  filter: grayscale(1);
  transition: all 0.4s ease 0s;
}
.acf-block-preview .team-slider .item:not(.slick-active) img {
  opacity: 0;
}
.acf-block-preview .team-slider .slick-slide {
  padding: 170px 0 70px;
}
.acf-block-preview .team-slider .item.slick-slide.slick-current img {
  filter: grayscale(0);
}
.acf-block-preview .team-slider .slick-active {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.acf-block-preview .team-slider .slick-active + .slick-active {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.acf-block-preview .team-slider .slick-active + .slick-active + .slick-active {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.acf-block-preview .team-slider .slick-active + .slick-active.slick-current {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  transform: scale(1.7);
  position: relative;
  z-index: 22;
}
.acf-block-preview .team-slider .slick-active + .slick-active.slick-current + .slick-active {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.acf-block-preview .team-slider .slick-active + .slick-active.slick-current + .slick-active + .slick-active {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.acf-block-preview .team-slider .slick-active + .slick-active.slick-current + .slick-active + .slick-active + .slick-active {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1) translateY(31px);
  -moz-transform: scale(1) translateY(31px);
  transform: scale(1) translateY(31px);
}
.acf-block-preview .team-slider .slick-list {
  margin-left: -450px;
  margin-right: -150px;
}
.acf-block-preview .team-area {
  position: relative;
  z-index: 1;
}
.acf-block-preview .team-area .team_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
  z-index: -1;
}
.acf-block-preview .team-area .heading_bg {
  position: absolute;
  top: 0;
  left: -40px;
  min-width: calc(100% + 100px);
  z-index: -1;
}
.acf-block-preview .team-heading .heading-alt span {
  color: #F68F00;
}
.acf-block-preview .custom_arrows {
  display: flex;
  align-items: center;
}
.acf-block-preview .custom_arrows .arrows,
.acf-block-preview .c_arrows {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(112, 112, 112, 0.26);
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.4s;
}
.acf-block-preview .custom_arrows .arrows:first-child {
  margin-left: 0;
}
.acf-block-preview .team-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acf-block-preview .custom_arrows .arrows:hover,
.acf-block-preview .c_arrows:hover {
  background: #E67B00;
  border-color: #E67B00;
  color: #fff;
}
.acf-block-preview .team-meta {
  position: absolute;
  left: 140px;
  bottom: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
  background: linear-gradient(280deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 100%);
  padding: 30px;
  text-decoration: none;
  min-width: 260px;
}
.acf-block-preview .item.slick-slide.slick-center .team-meta {
  visibility: visible;
  opacity: 1;
  transform: scale(0.5);
}
.acf-block-preview .team-meta span {
  display: block;
}
.acf-block-preview .team-meta span.team-desc {
  color: #E67B00;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}
.acf-block-preview .team-meta span.team-title {
  color: #fff;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 38px;
  text-transform: uppercase;
  margin: 7px 0;
}
.acf-block-preview .team-meta span.team-action {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  text-transform: uppercase;
  font-size: 18px;
}
.acf-block-preview .team-meta span.team-action em {
  margin-left: 5px;
}
.acf-block-preview .quote-box {
  padding: 30px;
  border-radius: 8px;
  background: #222222;
  border: 2px solid #E67B00;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 23px;
  padding-left: 20px;
  transition: all 0.4s;
  margin: 30px 0;
}
.acf-block-preview .quote-box:hover {
  box-shadow: 0 30px 60px rgba(230, 123, 0, 0.33);
}
.acf-block-preview .quote-box img {
  width: 140px;
  min-width: 140px;
}
.acf-block-preview .quote-box strong {
  color: #E67B00;
}
.acf-block-preview .group-img img {
  box-shadow: 0 30px 60px rgba(230, 123, 0, 0.33);
}
.acf-block-preview .quote-notes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 23px;
}
.acf-block-preview .heading-img {
  width: 540px;
  margin: 0 auto;
}
.acf-block-preview .helping_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top;
}
.acf-block-preview .n_top_100 {
  margin-top: -50px;
}
.acf-block-preview .logo-slider-area {
  padding-top: 70px;
  padding-bottom: 40px;
}
.acf-block-preview .cta-area.style2 {
  background: #222222;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.acf-block-preview .cta-area.style2 .heading {
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 48px;
}
.acf-block-preview .cta-area.style2 .heading span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  color: #E67B00;
}
.acf-block-preview .cta-area.style2 .cta-btn {
  margin-top: 20px;
}
.acf-block-preview .cta-area.style2 .cta_img {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 750px;
}
.acf-block-preview .cta-area.style2 .cta_bg {
  width: 100%;
  z-index: -1;
}
.acf-block-preview .cta-area.style2 .cta_circle_shape {
  position: absolute;
  top: 0;
  left: 23%;
  z-index: -1;
  width: 400px;
  height: 400px;
}
.acf-block-preview .box.style3 {
  display: block;
  text-decoration: none;
}
.acf-block-preview .box.style3 .title {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}
.acf-block-preview .box.style3 .box-action {
  color: #222222;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  font-size: 17px;
}
.acf-block-preview .box.style3 .box-action em {
  margin-left: 6px;
}
.acf-block-preview .box.style3 .text {
  margin-top: 20px;
}
.acf-block-preview .box.style3 .date {
  font-size: 15px;
}
.acf-block-preview .box.style3 img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}
.acf-block-preview .box.style3:hover {
  transform: translateY(-6px);
}
.acf-block-preview .three-column-slider.alt .slide {
  padding-top: 15px;
}
.acf-block-preview .box.style3:hover .box-action {
  color: #E67B00;
}
.acf-block-preview .divider hr {
  margin: 0;
}
.acf-block-preview .cta-area.style4 .container {
  max-width: 1040px;
}
.acf-block-preview .cta-area.style4 .cta-btn {
  min-width: 300px;
}
.acf-block-preview .cta-area.style5 {
  position: relative;
  z-index: 1;
}
.acf-block-preview .cta-area.style5 .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.acf-block-preview .cta-area.style5 .container {
  max-width: 1000px;
}
.acf-block-preview .cta-area.style5 .heading-alt span {
  display: block;
  font-style: italic;
  font-family: "Saira ExtraCondensed ExCond";
  font-weight: 700;
}
.acf-block-preview .cta-area.style5 .inner {
  position: relative;
  z-index: 1;
}
.acf-block-preview .cta-area.style5 .inner-box {
  background: #222222;
  border-radius: 16px;
  border: 2px solid #E67B00;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  margin: 30px 0;
  box-shadow: 0 0 30px rgba(230, 123, 0, 0.6);
}
.acf-block-preview .cta-area.style5 .title {
  color: #fff;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
}
.acf-block-preview .cta-area.style5 .title span {
  color: #E67B00;
}
.acf-block-preview .cta-area.style5::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 100%);
  z-index: 0;
}
.acf-block-preview .cta-headshot-left {
  position: absolute;
  bottom: -70px;
  left: -300px;
  width: 345px;
}
.acf-block-preview .cta-headshot-right {
  position: absolute;
  bottom: -70px;
  right: -300px;
  width: 300px;
}
.acf-block-preview .cta-area.style5 .cta-circle-left {
  position: absolute;
  bottom: -70px;
  width: 600px;
  left: -410px;
  z-index: -1;
}
.acf-block-preview .cta-area.style5 .cta-circle-right {
  position: absolute;
  bottom: -70px;
  width: 600px;
  right: -410px;
  z-index: -1;
}
.acf-block-preview .footer-area {
  background: #0F0F0F;
  color: rgba(144, 144, 144, 0.72);
}
.acf-block-preview .footer-area a {
  color: rgba(144, 144, 144, 0.72);
  text-decoration: none;
}
.acf-block-preview .footer-area a:hover {
  color: #fff;
}
.acf-block-preview .footer-top {
  padding: 70px 0;
}
.acf-block-preview a.footer-logo {
  display: inline-block;
  width: 250px;
  margin-bottom: 20px;
}
.acf-block-preview .footer_title {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.acf-block-preview .footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-preview .footer_links {
  column-count: 2;
}
.acf-block-preview .footer_links li {
  margin-bottom: 10px;
}
.acf-block-preview .footer_contact li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.acf-block-preview .footer_contact .icon {
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E67B00;
  color: #fff;
  font-size: 15px;
  margin-right: 12px;
}
.acf-block-preview .footer-top ul.footer_social {
  margin-top: 35px;
}
.acf-block-preview .footer_social li {
  display: inline-block;
  margin-right: 15px;
}
.acf-block-preview .footer_social li a {
  font-size: 20px;
}
.acf-block-preview .footer-bottom .inner {
  padding: 30px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.acf-block-preview .custom_arrows.centered {
  justify-content: center;
}
.acf-block-preview .custom_arrows.white .arrows {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}
.acf-block-preview .custom_arrows.white .arrows:hover {
  border-color: #E67B00;
}
.acf-block-preview .c_arrows {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: #fff;
  transform: translateY(-50%);
}
.acf-block-preview .c_arrows.arrows_prev {
  left: -40px;
}
.acf-block-preview .c_arrows.arrows_next {
  right: -30px;
}
.acf-block-preview .mobile-btn {
  display: none;
}
.acf-block-preview .box-slider-v1 .slide {
  padding: 0 10px;
}
.acf-block-preview .box-slider-v1 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.acf-block-preview .hero-area .group_btn a {
  min-width: 250px;
}
.acf-block-preview .page-banner .container {
  position: relative;
  z-index: 9;
}
.acf-block-preview .page-banner {
  position: relative;
  padding-bottom: 80px;
  padding-top: 120px;
  z-index: 9;
  background: #101010;
  overflow: hidden;
}
.acf-block-preview .team-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.acf-block-preview .normal .team-banner-bg {
  mix-blend-mode: normal;
}
.acf-block-preview .team-banner-yellow {
  position: absolute;
  width: 70%;
  height: auto;
  left: 47%;
  top: 47%;
  transform: translate(-50%, -50%);
}
.acf-block-preview .team-banner-dark {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  left: 0;
  top: 0;
}
.acf-block-preview .banner-menu ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: 30px;
  font-family: "Saira ExtraCondensed";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.acf-block-preview .banner-menu ul li:first-child {
  margin-left: 0;
}
.acf-block-preview .banner-menu ul li:first-child::before {
  display: none;
}
.acf-block-preview .banner-menu ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  background: #E67B00;
  border-radius: 50%;
}
.acf-block-preview .banner-menu ul a {
  color: #707070;
  text-decoration: none;
  font-weight: 600;
}
.acf-block-preview .banner-menu ul a:hover {
  color: #F68F00;
}
.acf-block-preview .banner-text {
  color: #fff;
  margin-top: 60px;
}
.acf-block-preview .banner-text .h1 {
  color: #FFFBF5;
  text-transform: uppercase;
  font-size: 80px;
}
.acf-block-preview .content-box.style1 {
  display: block;
  text-decoration: none;
  background: rgba(112, 112, 112, 0.04);
  border-radius: 20px;
  overflow: hidden;
  color: rgba(34, 34, 34, 0.52);
}
.acf-block-preview .content-box.style1:hover {
  background: #222;
  z-index: -1;
  color: rgba(255, 255, 255, 0.52);
}
.acf-block-preview .content-box.style1:hover .h3 {
  color: #fff;
}
.acf-block-preview .content-box .text-box.style1 {
  padding: 32px 48px;
}
.acf-block-preview .text-box.style1 .designation {
  background: rgba(112, 112, 112, 0.05);
  display: inline-block;
  padding: 10px 20px;
  line-height: 100%;
  border-radius: 19px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.acf-block-preview .text-box.style1 .h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .content-box .image-box.style1 {
  position: relative;
  height: 350px;
  overflow: hidden;
  z-index: 9;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.acf-block-preview .content-box .image-box.style1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s;
}
.acf-block-preview .image-box.style1 img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  transition: all 0.3s;
  object-fit: cover;
  object-position: top;
}
.acf-block-preview .image-box.style1 .cta-btn {
  display: flex;
  position: relative;
  border: 1px solid #E67B00;
  transition: all 0.3s;
  width: 100%;
}
.acf-block-preview .content-box.style1:hover .image-box.style1::before {
  opacity: 0;
}
.acf-block-preview .content-box.style1:hover .cta-btn {
  background: #F68F00;
}
.acf-block-preview .content-box.style1:hover .image-box.style1 img {
  transform: scale(1.1);
}
.acf-block-preview .content-box.style1:hover .designation {
  background: rgba(75, 75, 75, 0.37);
}
.acf-block-preview .cta-area .inner.regular-text {
  padding: 0 80px;
  min-height: 370px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.acf-block-preview .cta-area .inner.regular-text .h1 {
  text-transform: uppercase;
}
.acf-block-preview .cta-area .inner.regular-text .h1 span {
  font-weight: 700;
  display: block;
}
.acf-block-preview .banner-text.single-team-text {
  position: relative;
}
.acf-block-preview .banner-text.single-team-text .h1 {
  font-size: 100px;
  text-transform: uppercase;
}
.acf-block-preview .banner-text.single-team-text .banner-deg {
  text-transform: uppercase;
  font-family: "Saira ExtraCondensed";
  font-size: 20px;
}
.acf-block-preview .single-team-img,
.acf-block-preview .single-team-img-dodge {
  position: absolute;
  right: 0;
  bottom: -100px;
  height: 350px;
  object-fit: cover;
  z-index: 22;
}
.acf-block-preview .single-team-img-dodge {
  mix-blend-mode: color-dodge;
  filter: blur(22px);
  z-index: 11;
}
.acf-block-preview .single-team-text .h1 {
  font-style: italic;
}
.acf-block-preview .content-box.style2 .inner-item {
  margin-bottom: 70px;
}
.acf-block-preview .content-box.style2 .image-box {
  border-radius: 15px;
}
.acf-block-preview .content-box.style2 .text-box.style2 {
  background: #fff;
  padding: 45px 24px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
  min-height: 260px;
}
.acf-block-preview .text-box.style2.text-start {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 5px solid rgba(112, 112, 112, 0.12);
}
.acf-block-preview .text-box.style2.text-end {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 5px solid rgba(112, 112, 112, 0.12);
}
.acf-block-preview .text-box.style2.text-end:hover {
  border-right: 5px solid #F68F00;
}
.acf-block-preview .text-box.style2.text-start:hover {
  border-left: 5px solid #F68F00;
}
.acf-block-preview .text-box.style2.text-end::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #F68F00;
  right: -119px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.acf-block-preview .text-box.style2.text-start::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #F68F00;
  left: -119px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.acf-block-preview .text-box.style2 .h4 {
  margin-bottom: 15px;
}
.acf-block-preview .text-box.style2 span {
  color: #E67B00;
  font-family: "Saira ExtraCondensed";
  display: block;
  font-size: 20px;
  line-height: 180%;
}
.acf-block-preview .content-box.style2 {
  position: relative;
}
.acf-block-preview .content-box.style2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgba(230, 123, 0, 0.03) 0%, #e67b00 70%);
  border-radius: 5px;
}
.acf-block-preview .content-box.style3 .text-box .h3 {
  margin-bottom: 30px;
}
.acf-block-preview .content-box.style3 {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
}
.acf-block-preview .content-box.style4 .icon-teaser.style1 {
  background: #fff;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
  padding: 32px;
  border-radius: 15px;
}
.acf-block-preview .icon-teaser.style1 img {
  height: 120px;
  margin: 0 auto;
  object-fit: contain;
}
.acf-block-preview .icon-teaser.style1 .h5 {
  margin: 20px 0;
  font-size: 30px;
}
.acf-block-preview .content-box.style5 {
  padding-bottom: 70px;
}
.acf-block-preview .content-box.style5 .btn_black:hover {
  background: #F68F00;
}
.acf-block-preview .icon-teaser.style2 {
  border-right: 1px solid rgba(112, 112, 112, 0.18);
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  padding: 30px 45px;
  height: 100%;
  color: #7E7E7E;
}
.acf-block-preview .icon-teaser.style2 .icon img {
  margin-bottom: 24px;
  height: 60px;
  object-fit: contain;
}
.acf-block-preview .icon-teaser.style2 .h5 {
  font-size: 30px;
  margin-bottom: 15px;
}
.acf-block-preview .expertise-areas .col-lg-4 {
  padding: 0;
}
.acf-block-preview .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
  border-right: none;
  padding-right: 0;
}
.acf-block-preview .expertise-areas .icon-teaser.style2 {
  margin: 0;
}
.acf-block-preview .expertise-areas .col-lg-4:nth-last-child(-n+3) .icon-teaser.style2 {
  border-bottom: none;
  padding-top: 40px;
}
.acf-block-preview .expertise-areas .col-lg-4:first-child .icon-teaser.style2 {
  padding-left: 0;
}
.acf-block-preview .expertise-areas .col-lg-4:nth-child(4n) .icon-teaser.style2 {
  padding-left: 0;
}
.acf-block-preview .content-box.style6 .inner-items {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
  padding: 30px 48px;
  background: #fff;
  border-radius: 8px;
  margin-right: 30px;
}
.acf-block-preview .content-box.style6 .inner-items:last-child {
  margin-right: 0;
}
.acf-block-preview .content-box.style6 .inner-items .font_ex_cond_700 {
  font-size: 75px;
  display: block;
  line-height: 100%;
}
.acf-block-preview .expertise-counter-area.style2 {
  position: relative;
  margin-top: -80px;
  z-index: 9;
}
.acf-block-preview .expertise-counter-area.style2 .content-box.style6 {
  padding-bottom: 0;
  border-bottom: none;
}
.acf-block-preview .banner-text.style2 {
  padding-bottom: 70px;
}
.acf-block-preview .text-box.style3 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.acf-block-preview .text-box.style3 ul li:last-child {
  margin-bottom: 0;
}
.acf-block-preview .text-box.style3 li img {
  width: 16px;
  margin-right: 8px;
}
.acf-block-preview .text-box.style3 {
  background: #fff;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
  padding: 45px 30px 45px 45px;
  border-radius: 8px;
  height: calc(100% - 30px);
  margin-top: 30px;
  transition: all 0.3s;
}
.acf-block-preview .text-box.style3:hover {
  background: #FBFBFB;
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
}
.acf-block-preview .text-box.style3 .h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.acf-block-preview .content-text.success-stories span {
  font-size: 45px;
  font-style: italic;
  display: block;
  line-height: 55px;
  color: #222;
  margin: 15px 0;
}
.acf-block-preview .content-text.success-stories .name {
  text-decoration: none;
  color: #E67B00;
  font-family: "Saira ExtraCondensed";
  font-size: 24px;
  margin-bottom: 70px;
  display: inline-block;
}
.acf-block-preview .faq-accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  background: transparent;
  border: none;
}
.acf-block-preview .faq-accordion .accordion-item:last-child {
  margin: 0;
}
.acf-block-preview .faq-accordion .accordion-button {
  border-radius: 10px !important;
  border: none !important;
  font-size: 20px;
  padding: 24px 40px;
  font-weight: 700;
  background: rgba(181, 181, 181, 0.1);
  color: #222222;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  text-transform: uppercase;
}
.acf-block-preview .faq-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.acf-block-preview .faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: #222222;
  box-shadow: none;
}
.acf-block-preview .faq-accordion .accordion-body {
  background: rgba(181, 181, 181, 0.1);
  border-radius: 10px;
  padding: 30px;
  padding-top: 40px;
  margin-top: -10px;
  color: #222222;
}
.acf-block-preview .faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.813" height="15.813" viewBox="0 0 19.813 11.321"><path id="Path_24727" data-name="Path 24727" d="M-10338.914-2250.24l9.2,9.2,9.2-9.2" transform="translate(10339.621 2250.947)" fill="none" stroke="%23707070" stroke-width="2"/></svg>');
}
.acf-block-preview .faq-accordion .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.813" height="15.813" viewBox="0 0 19.813 11.321"><path id="Path_24727" data-name="Path 24727" d="M-10338.914-2250.24l9.2,9.2,9.2-9.2" transform="translate(10339.621 2250.947)" fill="none" stroke="%23707070" stroke-width="2"/></svg>');
}
.acf-block-preview .faq-accordion {
  margin-top: 50px;
}
.acf-block-preview .faq-accordion blockquote {
  background: #222;
  padding: 30px;
  border-radius: 8px;
  color: #B5B5B5;
}
.acf-block-preview .faq-accordion blockquote strong {
  color: #E67B00;
}
.acf-block-preview .expertise-counter-area .inner-items.style2 {
  font-size: 14px;
  padding: 30px;
}
.acf-block-preview .icon-teaser.style3 {
  border-right: 1px solid rgba(112, 112, 112, 0.18);
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  padding: 30px 50px;
  height: 100%;
  color: #7E7E7E;
}
.acf-block-preview .icon-teaser.style3 .icon img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.acf-block-preview .icon-teaser.style3 .h5 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 24px;
}
.acf-block-preview .free-tools-areas .col-lg-4 {
  padding: 0;
}
.acf-block-preview .free-tools-areas .col-lg-4:nth-child(3n) .icon-teaser.style3 {
  border-right: none;
}
.acf-block-preview .free-tools-areas .col-lg-4:nth-last-child(-n+3) .icon-teaser.style3 {
  border-bottom: none;
  padding-bottom: 40px;
  padding-top: 40px;
}
.acf-block-preview .text-box.style4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 10px;
  background: #fff;
  padding: 60px;
  color: #7E7E7E;
  height: calc(100% - 30px);
  margin-top: 30px;
}
.acf-block-preview .text-box.style4 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.acf-block-preview .text-box.style4 li img {
  width: 30px;
  margin-right: 8px;
}
.acf-block-preview .text-box.style4 .title {
  font-size: 30px;
  color: #222222;
  margin-bottom: 15px;
  display: block;
}
.acf-block-preview .text-box.style4 .box-action {
  width: 100%;
  margin-top: 30px;
}
.acf-block-preview .text-box.style4 .cta-btn {
  width: 100%;
  color: #222222;
  transition: all 0.3s;
}
.acf-block-preview .text-box.style4:hover .cta-btn {
  background: #222222;
  color: #fff;
}
.acf-block-preview .text-box.style4:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.03);
  background: #FBFBFB;
}
.acf-block-preview .text-box.style5 .number {
  display: inline-block;
  font-size: 60px;
  font-family: "Saira ExtraCondensed";
  font-weight: 700;
  background: #E67B00;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 50%;
  line-height: 100px;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.acf-block-preview .text-box.style5 {
  color: #7E7E7E;
}
.acf-block-preview .text-box.style5 .number::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(230, 123, 0, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.acf-block-preview .text-box.style5 .title {
  font-size: 30px;
}
.acf-block-preview .text-box-bottom.style5 {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 20px 70px;
  margin-top: 30px;
}
.acf-block-preview .text-box-bottom.style5 span {
  display: flex;
  align-items: center;
  color: rgba(23, 23, 23, 0.5);
}
.acf-block-preview .text-box-bottom.style5 span img {
  margin-right: 8px;
}
.acf-block-preview .link.style1 a {
  display: block;
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 15px 20px;
}
.acf-block-preview .link.style1 a img {
  width: 100%;
  height: 45px;
  object-fit: contain;
}
.acf-block-preview .content-box.style3.margin {
  margin-top: 30px;
}
.acf-block-preview .video-box.style2 {
  position: relative;
  transition: all 0.3s;
  display: block;
  top: 0;
  height: 280px;
  margin: 0;
}
.acf-block-preview .video-box.style2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.acf-block-preview .video-box.style2:hover {
  top: -3px;
}
.acf-block-preview .video-box.style2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s;
}
.acf-block-preview .video-box.style2 .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 11;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.acf-block-preview .video-box.style2 .play_btn .icon {
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  background: #F68F00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.acf-block-preview .video2-inner {
  margin-top: 30px;
}
.acf-block-preview .giving-back-area.style2 {
  position: relative;
  z-index: 1;
  background: #F7F7F7;
  color: rgba(255, 255, 255, 0.61);
}
.acf-block-preview .giving-back-area.style2 .bg_image {
  mix-blend-mode: luminosity;
}
.acf-block-preview .giving-back-area.style2 .left_img {
  width: 725px;
  left: -400px;
}
.acf-block-preview .giving-back-area.style2 .right_img {
  width: 614px;
  right: -366px;
}
.acf-block-preview .giving-back-area.style2 .section-heading img {
  margin: 0 auto;
  width: 250px;
}
.acf-block-preview .giving-back-area.style2 .inner-box.right {
  transform: translateX(90px) translateY(30px);
}
.acf-block-preview .cta-area.style5 .letter-style {
  letter-spacing: 4.5px;
}
.acf-block-preview .stats-area .h6 {
  font-size: 24px;
  font-family: "Saira ExtraCondensed";
  letter-spacing: 3px;
  display: block;
  margin: 30px;
}
.acf-block-preview .dealer-logo.style3 img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}
.acf-block-preview .text-box.style6 {
  background: #fff;
  padding: 40px;
  color: #7E7E7E;
  font-size: 18px;
  height: calc(100% - 30px);
  margin-top: 30px;
  border-radius: 10px;
}
.acf-block-preview .text-box.style6 .h5 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.acf-block-preview .link.style2 ul li {
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
}
.acf-block-preview .link.style2 ul li:last-child {
  margin-right: 0;
}
.acf-block-preview .link.style2 ul li a {
  text-decoration: none;
  display: block;
  border: 1px solid #707070;
  color: rgba(34, 34, 34, 0.5);
  padding: 15px 20px;
}
.acf-block-preview .link.style2 ul li a:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}
.acf-block-preview .video-library.nav-tabs {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
}
.acf-block-preview .video-library.nav-tabs li {
  display: inline-block;
  margin-right: 15px;
}
.acf-block-preview .video-library.nav-tabs li:last-child {
  margin-right: 0;
}
.acf-block-preview .video-library.nav-tabs .nav-link {
  background-color: transparent !important;
  font-family: "Saira ExtraCondensed";
  font-size: 20px;
  color: #2D2F38;
  border: 1px solid #2D2F38;
  border-radius: 10px;
  padding: 12px 32px;
  font-weight: 500;
  text-transform: uppercase;
}
.acf-block-preview .video-library.nav-tabs .nav-item.show .nav-link,
.acf-block-preview .video-library.nav-tabs .nav-link.active {
  border-color: none !important;
  background-color: #222222 !important;
  color: #fff;
  border: 1px solid #222222;
}
.acf-block-preview .tab-content.video2-inner .h5 {
  text-transform: uppercase;
  font-size: 30px;
}
.acf-block-preview .divider.style2 hr {
  border-top: 1px solid rgba(112, 112, 112, 0.35);
  opacity: 1;
}
.acf-block-preview .media-magazine-area .image-box {
  display: block;
}
.acf-block-preview .text-box.inner-color {
  color: #B5B5B5;
}
.acf-block-preview .text-box.inner-color .h3 {
  margin-bottom: 15px;
}
.acf-block-preview .icon-teaser.style4 span {
  display: flex;
}
.acf-block-preview .icon-teaser.style4 img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 20px;
}
.acf-block-preview .content-bottom .inner-color .h5 {
  font-size: 30px;
  margin-bottom: 20px;
}
.acf-block-preview .industry-leading-area .content-top {
  margin-bottom: 30px;
}
.acf-block-preview .industry-leading-area .image-box > img:not(.logo) {
  mix-blend-mode: luminosity;
}
.acf-block-preview .image-box.style3 {
  position: relative;
  z-index: 1;
  background: rgba(34, 34, 34, 0.85);
  border-radius: 15px;
  overflow: hidden;
}
.acf-block-preview .image-box.style3 .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.acf-block-preview .image-box.style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  left: 0;
  top: 0;
  background: rgba(34, 34, 34, 0.85);
  z-index: 1;
}
.acf-block-preview .text-box.style7 {
  color: #B5B5B5;
  margin-top: 40px;
  font-size: 18px;
}
.acf-block-preview .text-box.style7 .count {
  color: #E67B00;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 70px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 100%;
}
.acf-block-preview .image-box.style4 .text-box {
  position: absolute;
  left: -60px;
  background: #222;
  bottom: 50px;
  color: #fff;
  width: 160px;
  padding: 20px;
  font-size: 22px;
  border-radius: 15px;
  font-weight: 500;
  font-family: "Saira ExtraCondensed";
  text-transform: uppercase;
}
.acf-block-preview .image-box.style4 .text-box .count {
  color: #E67B00;
  font-family: "Saira ExtraCondensed";
  font-size: 60px;
  font-weight: 700;
  display: block;
  line-height: 100%;
  margin-bottom: 10px;
}
.acf-block-preview .pb_200 {
  padding-bottom: 200px;
}
.acf-block-preview .call-to-action.style2 {
  padding: 30px 60px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.acf-block-preview .call-to-action.style2:hover {
  box-shadow: 0 0px 50px rgba(246, 143, 0, 0.5);
}
.acf-block-preview .text-box.style8 ul {
  column-count: 2;
  margin-top: 20px;
}
.acf-block-preview .text-box.style8 ul li {
  position: relative;
  padding-left: 20px;
  display: block;
  line-height: 25px;
  margin-bottom: 10px;
}
.acf-block-preview .text-box.style8 ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
  background: #E67B00;
  border-radius: 50%;
}
.acf-block-preview .map-location.style1 {
  position: relative;
}
.acf-block-preview .map-marker.style1 {
  position: absolute;
  display: flex;
  left: 50px;
  bottom: 50px;
  background: #fff;
  padding: 20px;
  text-decoration: none;
}
.acf-block-preview .map-marker.style1 img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 20px;
}
.acf-block-preview .text-box.style10 {
  position: absolute;
  right: -40px;
  top: 70px;
  background: #222;
  padding: 20px;
}
.acf-block-preview .text-box.style10 span {
  font-family: "Saira ExtraCondensed";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 100%;
}
.acf-block-preview .text-box.style10 .h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}
.acf-block-preview .text-box.style11 {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
  font-size: 14px;
  line-height: 140%;
}
.acf-block-preview .text-box.style11 .count {
  color: #E67B00;
  font-family: "Saira ExtraCondensed";
  font-size: 70px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  line-height: 100%;
}
.acf-block-preview .text-box.style12 ul li {
  margin-bottom: 10px;
}
.acf-block-preview .text-box.style12 ul li:last-child {
  margin-bottom: 0;
}
.acf-block-preview .text-box.style12 ul li img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 10px;
}
.acf-block-preview .text-box.style12 {
  padding: 40px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.acf-block-preview .text-box.style12 .h4 {
  margin-bottom: 15px;
}
.acf-block-preview .icon-teaser.style6 {
  position: relative;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 90px 30px 30px;
  margin-top: 80px;
}
.acf-block-preview .icon-teaser.style6 .icon {
  background: #FAFAFA;
  border-radius: 50%;
  border: 15px solid #fff;
  width: 120px;
  height: 120px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
.acf-block-preview .icon-teaser.style6 span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  display: block;
  font-size: 24px;
  line-height: 140%;
}
.acf-block-preview .text-box.style13 {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 40px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
}
.acf-block-preview .text-box.style14 {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  bottom: 100px;
  right: -40px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
}
.acf-block-preview .content-image .large-text {
  color: #E67B00;
  font-family: "Saira ExtraCondensed";
  font-size: 70px;
  font-weight: 700;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
}
.acf-block-preview .content-image .small-text {
  color: #3E3E3E;
  font-family: "Saira ExtraCondensed";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.acf-block-preview .text-box.style13.alt {
  display: flex;
  align-items: center;
}
.acf-block-preview .text-box.style13.alt .large-text {
  margin-right: 10px;
}
.acf-block-preview .text-box.style13 .trophy-logo {
  width: 50px;
  margin-bottom: 10px;
}
.acf-block-preview .video-box-area .video-box.style2::before {
  display: none;
}
.acf-block-preview .video-box-area .video-box.style2:hover {
  top: 0;
}
.acf-block-preview .video-box-area.style3 {
  position: relative;
}
.acf-block-preview .video-box-area.style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  left: 0;
  bottom: 0;
  background: #101010;
}
.acf-block-preview .video-yellow-shape {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  width: 70%;
  height: 300px;
}
.acf-block-preview .video-content-icon-teaser .icon-teaser.style5 {
  background: #fff;
}
.acf-block-preview .opportunity-content-area .text-box.style12 {
  position: relative;
  margin-right: 60px;
}
.acf-block-preview .opportunity-content-area .text-box.style12::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 90%;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #EBEBEB;
}
.acf-block-preview .opportunity-content-area .text-box.style12::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 80%;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: #F8F8F8;
}
.acf-block-preview .vs-compare.orange {
  background: #FBFBFB;
  color: #222;
}
.acf-block-preview .vs-compare.orange::after {
  border: 1px solid #FBFBFB;
}
.acf-block-preview .text-box.style9.bg_white {
  background: #fff;
}
.acf-block-preview .text-box.style9 {
  height: 100%;
}
.acf-block-preview .crm-training-area .image-text {
  position: relative;
}
.acf-block-preview .crm-training-area .image-text .image-box {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: 48%;
}
.acf-block-preview .crm-training-area .content-text {
  background: #fff;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
  padding: 30px;
  border-radius: 8px;
}
.acf-block-preview .crm-training-area .content-text .h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.acf-block-preview .content-text.margin-left {
  margin-left: 30px;
  margin-top: 30px;
}
.acf-block-preview .content-text.margin-right {
  margin-right: 30px;
  margin-top: 30px;
}
.acf-block-preview .banner-text .stat-box .num {
  color: #E67B00;
}
.acf-block-preview .banner-text .stat-box {
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: left;
}
.acf-block-preview .card-box.style2 {
  padding: 50px;
  transition: all 0.4s;
  margin-top: -200px;
  position: relative;
  z-index: 9;
}
.acf-block-preview .card-box.style2:hover {
  box-shadow: 0 0 35px #F68F00;
}
.acf-block-preview .card-box.style2 .h2 {
  color: #fff;
}
.acf-block-preview .card-box.style2 img {
  margin: 0 auto;
  width: 80px;
}
.acf-block-preview .icon-teaser.style7 {
  display: flex;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
  margin-top: 30px;
  line-height: 150%;
  background: #fff;
}
.acf-block-preview .icon-teaser.style7 .icon {
  width: 370px;
  margin-right: 24px;
}
.acf-block-preview .icon-teaser.style7 .icon img {
  width: 100%;
}
.acf-block-preview .icon-teaser.style7 .title {
  font-size: 24px;
  text-transform: uppercase;
}
.acf-block-preview .text-icon-area .icon-text {
  position: relative;
}
.acf-block-preview .text-icon-area .icon-text::before {
  position: absolute;
  content: "";
  width: 353px;
  height: 306px;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(230, 123, 0, 0.02);
  z-index: -1;
  filter: blur(10px);
}
.acf-block-preview .contact-area .contact-info .inner {
  align-items: flex-start;
}
.acf-block-preview .contact-area .contact-info .icon {
  margin-right: 10px !important;
}
.acf-block-preview .contact-social {
  margin-top: 50px;
}
.acf-block-preview .contact-social .h5 {
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.acf-block-preview .contact-social ul li a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(112, 112, 112, 0.19);
  border-radius: 50%;
  text-align: center;
  color: #101A21;
  font-size: 16px;
}
.acf-block-preview .contact-social ul li {
  display: inline-block;
  margin-right: 15px;
}
.acf-block-preview .contact-area .c_form.style1 {
  box-shadow: none;
}
.acf-block-preview .contact-area .c_form.style1 textarea {
  width: 100%;
  background: #222;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  height: 185px;
}
.acf-block-preview .training-area2 .cta-btn {
  width: 250px;
}
.acf-block-preview .c_form.style1 input::placeholder,
.acf-block-preview .c_form.style1 textarea::placeholder {
  opacity: 0.6;
  color: #fff;
}
.acf-block-preview .bg_white {
  background: #fff;
}
.acf-block-preview .color_lite {
  color: #B5B5B5;
}
.acf-block-preview .pb_200 {
  padding-bottom: 200px;
}
.acf-block-preview .pt_100 {
  padding-top: 100px;
}
.acf-block-preview .bg_dark_gray {
  background: #222;
}
.acf-block-preview .text_upper {
  text-transform: uppercase;
}
.acf-block-preview .banner-text span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .sub-banner-heading {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 6px;
  background: rgba(255, 226, 193, 0.11);
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.acf-block-preview .page-banner.banner-default {
  padding-bottom: 55px;
  background: #101010;
}
.acf-block-preview .page-banner.banner-default .banner-text {
  margin-top: 30px;
}
.acf-block-preview .page-banner.banner-default img.no-dodge {
  mix-blend-mode: normal;
}
.acf-block-preview .page-banner.banner-default::before {
  display: none;
}
.acf-block-preview .page-banner.banner-default .team-banner-yellow {
  left: 56%;
  top: 45%;
}
.acf-block-preview .logo-carousel-v5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acf-block-preview .bg_yellow {
  background: #E67B00;
}
.acf-block-preview .logo-carousel-v5 .sub-heading-alt {
  color: #fff;
  white-space: nowrap;
  margin: 0;
}
.acf-block-preview .logo-carousel-v5 .logo-slider {
  margin: 0;
  padding: 0;
  border: none;
}
.acf-block-preview .py_30 {
  padding: 30px 0;
}
.acf-block-preview .shadow_area {
  box-shadow: 0 15px 50px rgba(230, 123, 0, 0.34);
}
.acf-block-preview .stat-box.alt .num {
  color: #F68F00;
}
.acf-block-preview .stat-box.alt::after {
  background: #3E3E3E;
}
.acf-block-preview .relative {
  position: relative;
  z-index: 1;
}
.acf-block-preview .image-stats-box {
  background: #222222;
  border-radius: 15px;
  color: #fff;
  padding: 20px;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: -40px;
  max-width: 150px;
  line-height: 100%;
}
.acf-block-preview .image-stats-box .num {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  color: #E67B00;
  font-size: 46px;
  line-height: 100%;
}
.acf-block-preview .shape_right_bottom {
  position: absolute;
  z-index: -1;
  bottom: -200px;
  right: -100px;
  width: 800px;
  height: 800px;
}
.acf-block-preview .giving-back-area {
  position: relative;
  z-index: 1;
  background: #151515;
  color: rgba(255, 255, 255, 0.61);
  overflow: hidden;
}
.acf-block-preview .giving-back-area .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.acf-block-preview .image-text-box-v5 .inner-box {
  padding: 40px;
  background: #242424;
  color: rgba(255, 255, 255, 0.61);
  transition: all 0.4s;
}
.acf-block-preview .image-text-box-v5 .inner-box .title {
  color: #fff;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 36px;
}
.acf-block-preview .image-text-box-v5 {
  position: relative;
}
.acf-block-preview .image-text-box-v5 .left_img {
  position: absolute;
  bottom: -70px;
  left: -200px;
  width: 565px;
  z-index: 1;
}
.acf-block-preview .image-text-box-v5 .right_img {
  position: absolute;
  bottom: -70px;
  right: -130px;
  width: 465px;
}
.acf-block-preview .image-text-box-v5 .inner-box.left {
  margin-left: -90px;
}
.acf-block-preview .image-text-box-v5 .inner-box.right {
  transform: translateX(90px) translateY(-15px);
}
.acf-block-preview .image-text-box-v5 .left_shadow {
  position: absolute;
  width: 700px;
  height: 700px;
  left: -40%;
  z-index: -1;
  top: -30%;
  opacity: 0.8;
}
.acf-block-preview .image-text-box-v5 .right_shadow {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -40%;
  z-index: -1;
  top: -30%;
  opacity: 0.8;
}
.acf-block-preview .image-text-box-v5 .inner-box:hover {
  box-shadow: 0 10px 30px rgba(246, 143, 0, 0.4);
  z-index: 1;
  position: relative;
}
.acf-block-preview .text-box-v5 {
  padding: 40px;
  background: #FAFAFA;
}
.acf-block-preview .logo-wrapper-v5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.acf-block-preview .logo-wrapper-v5 .inner {
  flex: 0 0 20%;
  width: 20%;
  background: #fff;
  padding: 20px;
}
.acf-block-preview .logo-wrapper-v5 .inner img {
  mix-blend-mode: luminosity;
  margin: 0 auto;
  display: block;
  height: 75px;
  object-fit: contain;
}
.acf-block-preview .c_form.style1 {
  padding: 60px;
  background: #222222;
  transition: all 0.4s;
}
.acf-block-preview .c_form.style1:hover {
  box-shadow: 0 0 50px #F68F00;
}
.acf-block-preview .c_form.style1 li {
  margin-bottom: 25px;
}
.acf-block-preview .c_form.style1 input {
  width: 100%;
  height: 75px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
}
.acf-block-preview .c_form.style1 .cta-btn {
  min-width: 200px;
}
.acf-block-preview .c_form.style1 input::placeholder {
  color: #fff;
}
.acf-block-preview .contact-info .inner {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.acf-block-preview .contact-info .inner .icon {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}
.acf-block-preview .contact-info .inner .title {
  font-size: 32px;
  margin: 0;
}
.acf-block-preview .contact-info .inner p {
  margin: 0;
  color: rgba(34, 34, 34, 0.65);
}
.acf-block-preview .contact-info .inner a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.65);
  font-weight: 700;
}
.acf-block-preview .contact-info .inner a:hover {
  color: #F68F00;
  text-decoration: underline;
}
.acf-block-preview .pb_120 {
  padding-bottom: 120px;
}
.acf-block-preview .icon-teaser.style5 {
  padding: 30px;
  background: #FCFCFC;
  border-top: 4px solid #E67B00;
  height: 100%;
}
.acf-block-preview .icon-teaser.style5 .title {
  font-size: 28px;
}
.acf-block-preview .icon-teaser.style5 .icon img {
  height: 70px;
  margin: 0 auto;
}
.acf-block-preview .icon-teaser.style5 .icon {
  margin-bottom: 20px;
}
.acf-block-preview .logo-slider.alt {
  border: none;
}
.acf-block-preview .image-stats-box.with-icon {
  display: flex;
  align-items: center;
  min-width: inherit;
  max-width: 200px;
}
.acf-block-preview .image-stats-box.with-icon img {
  width: 40px;
  margin-right: 15px;
}
.acf-block-preview .text-box.style9 {
  background: #2B2B2B;
  padding: 50px;
  color: rgba(255, 255, 255, 0.76);
}
.acf-block-preview .text-box.style9 .title {
  margin-bottom: 20px;
}
.acf-block-preview .list_cross li {
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
.acf-block-preview .list_cross li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g id="Group_21639" data-name="Group 21639" transform="translate(-316 -5414)"><g id="Ellipse_126" data-name="Ellipse 126" transform="translate(316 5414)" fill="none" stroke="%23707070" stroke-width="1"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13.5" fill="none"/></g><g id="Group_21633" data-name="Group 21633" transform="translate(-0.069 -0.518)"><path id="Path_24669" data-name="Path 24669" d="M6903.257-16350.294l7.624,7.624" transform="translate(-6577 21775)" fill="none" stroke="%23707070" stroke-width="1"/><path id="Path_24670" data-name="Path 24670" d="M6903.257-16350.294l7.624,7.624" transform="translate(-16016.413 -1478.551) rotate(90)" fill="none" stroke="%23707070" stroke-width="1"/></g></g></svg>') no-repeat scroll center/cover;
}
.acf-block-preview .list_check li {
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
.acf-block-preview .list_check li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml,<svg id="Group_21631" data-name="Group 21631" xmlns="http://www.w3.org/2000/svg" width="33.026" height="33.026" viewBox="0 0 33.026 33.026"><ellipse id="Ellipse_5" data-name="Ellipse 5" cx="16.513" cy="16.513" rx="16.513" ry="16.513" transform="translate(0 0)" fill="%23e79826" opacity="0.177"/><path id="Path_16540" data-name="Path 16540" d="M12.581,0A12.581,12.581,0,1,1,0,12.581,12.581,12.581,0,0,1,12.581,0Z" transform="translate(3.932 3.932)" fill="%23f68f00"/><g id="Group_21247" data-name="Group 21247" transform="translate(11.939 3.931)"><rect id="Rectangle_11706" data-name="Rectangle 11706" width="3.355" height="10.623" transform="translate(0 6.07)" fill="%23fff"/><rect id="Rectangle_11707" data-name="Rectangle 11707" width="3.367" height="22.275" transform="translate(14.614) rotate(41)" fill="%23fff"/></g></svg>') no-repeat scroll center/cover;
}
.acf-block-preview .text-box.style9.alt {
  background: #252525;
}
.acf-block-preview .text-box.style9.alt li {
  font-weight: 700;
}
.acf-block-preview .inner-compare {
  position: relative;
}
.acf-block-preview .vs-compare {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E67B00;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}
.acf-block-preview .vs-compare::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #E67B00;
  border-radius: 50%;
}
.acf-block-preview .n_top_215 {
  padding-top: 300px;
  margin-top: -215px;
}
.acf-block-preview .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.acf-block-preview .section-notes {
  margin-top: 50px;
}
.acf-block-preview .text_light {
  color: #B5B5B5;
}
.acf-block-preview .count-pos {
  position: absolute;
  top: 190px;
  left: 0;
  color: #fff;
  background: #222222;
  border-radius: 15px;
  padding: 20px;
  font-family: "Saira ExtraCondensed";
  font-size: 26px;
}
.acf-block-preview .count-pos .num {
  color: #E67B00;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 65px;
  line-height: 100%;
  text-transform: uppercase;
}
.acf-block-preview .count-pos.right {
  left: auto;
  right: -40px;
  max-width: 135px;
  font-size: 22px;
  top: 243px;
}
.acf-block-preview .count-pos.right .num {
  font-size: 46px;
}
.acf-block-preview .count-pos img {
  height: 58px;
  margin-bottom: 10px;
}
.acf-block-preview .team-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.acf-block-preview .team-wrapper .team-inner {
  margin-right: -7%;
  transform-origin: bottom;
}
.acf-block-preview .team-wrapper .team-inner img {
  filter: grayscale(1);
}
.acf-block-preview .team-wrapper .team-inner:nth-child(1) img {
  transform: scale(0.86) translateX(0px);
  transform-origin: bottom;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(2) img {
  position: relative;
  transform: scale(1);
}
.acf-block-preview .team-wrapper .team-inner:nth-child(3) img {
  transform: scale(1.15);
  transform-origin: bottom;
  position: relative;
  z-index: 11;
  filter: grayscale(0);
}
.acf-block-preview .team-wrapper .team-inner:nth-child(4) img {
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(5) img {
  transform: scale(0.9);
}
.acf-block-preview .team-wrapper .team-inner:nth-child(6) img {
  transform: scale(0.95) translateX(-60px);
  position: relative;
  z-index: -1;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(6) img {
  filter: grayscale(1);
}
.acf-block-preview .team-group {
  padding-top: 600px;
  position: relative;
  z-index: 1;
}
.acf-block-preview .team-wrapper {
  transform: translateX(-4%);
}
.acf-block-preview .team-group .team_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
  z-index: -1;
}
.acf-block-preview .image-cta-banner .inner .ai-enhanced-logo {
  position: absolute;
  top: 28px;
  left: 210px;
  height: 38px;
}
.acf-block-preview .image-cta-banner .inner .text {
  position: absolute;
  top: 105px;
  left: 68px;
  text-align: center;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
}
.acf-block-preview .image-cta-banner .inner ul li {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.acf-block-preview .image-cta-banner .inner ul li:last-child {
  margin: 0;
  padding: 0;
}
.acf-block-preview .image-cta-banner .inner ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.acf-block-preview .image-cta-banner .inner ul li:last-child::after {
  display: none;
}
.acf-block-preview .image-cta-banner .inner .title {
  font-size: 80px;
  margin: 0;
}
.acf-block-preview .image-cta-banner .inner .subtitle {
  font-size: 60px;
}
.acf-block-preview .image-cta-banner .inner .cta-btn {
  position: absolute;
  bottom: 60px;
  left: 258px;
}
.acf-block-preview .sparkles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 130px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
  /* adjust above/below content as needed */
}
.acf-block-preview .star {
  position: absolute;
  top: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0) 70%);
  animation: fall linear forwards;
}
@keyframes fall {
  0% {
    transform: translateY(100vh) scale(0.1);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.acf-block-preview .sparkles2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}
.acf-block-preview .star2 {
  position: absolute;
  top: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0) 70%);
  animation: fall2 linear forwards;
}
@keyframes fall2 {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(0.3);
    opacity: 0;
  }
}
.acf-block-preview .image-image-banner.alt .inner {
  background: #000000;
  padding: 50px 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  transition: all 0.4s;
  overflow: hidden;
}
.acf-block-preview .image-image-banner.alt .inner:hover {
  box-shadow: 0 0 30px #F68F00;
}
.acf-block-preview .image-image-banner.alt .inner > .title {
  font-size: 100px;
}
.acf-block-preview .image-image-banner.alt .inner > .title span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  color: #E67B00;
}
.acf-block-preview .image-image-banner.alt .text,
.acf-block-preview .image-image-banner.alt .action .action-inner {
  width: 50%;
  margin-left: auto;
}
.acf-block-preview .image-image-banner.alt .inner-text {
  position: relative;
  padding: 10px 0;
  z-index: 1;
  margin-top: 35px;
}
.acf-block-preview .image-image-banner.alt .inner-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 70%;
  width: calc(100% + 200px);
  height: 1px;
  background: #E67B00;
  transform: translateX(-50%);
}
.acf-block-preview .image-image-banner.alt .inner-text::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 70%;
  width: calc(100% + 200px);
  height: 1px;
  background: #E67B00;
  transform: translateX(-50%);
}
.acf-block-preview .bg_overlay {
  position: absolute;
  bottom: 0;
  left: 70%;
  width: calc(100% + 200px);
  height: 100%;
  background: #131313;
  transform: translateX(-50%);
  z-index: -1;
}
.acf-block-preview .image-image-banner.alt .inner-text .title {
  font-weight: 700;
  color: #E67B00;
  font-size: 18px;
}
.acf-block-preview .image-image-banner.alt .action .cta-btn {
  margin-top: 20px;
}
.acf-block-preview .image-image-banner.alt .inner .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.acf-block-preview .image-image-banner.alt .inner .cta_car {
  position: absolute;
  bottom: -55px;
  left: 87px;
  width: 435px;
  z-index: 11;
}
.acf-block-preview .indicator {
  position: absolute;
  height: 200px;
  top: -200px;
  color: #141414;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  width: 140px;
  text-align: center;
}
.acf-block-preview .indicator .title {
  font-size: 30px;
  display: block;
}
.acf-block-preview .indicator .title::first-letter {
  font-family: "Saira ExtraCondensed ExCond";
  font-weight: 700;
}
.acf-block-preview .indicator .letter {
  font-family: "Saira ExtraCondensed ExCond";
  font-weight: 700;
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: #3E3E3E;
  margin: 15px auto;
}
.acf-block-preview .team_substrac {
  position: absolute;
  z-index: -1;
  width: 1340px;
  bottom: -43%;
  left: 50%;
  transform: translateX(-50%);
}
.acf-block-preview .team-group {
  overflow: hidden;
  padding-bottom: 0;
}
.acf-block-preview .team-group .team_bg {
  bottom: 90px;
}
.acf-block-preview .team-wrapper .team-inner img {
  transform-origin: bottom;
}
.acf-block-preview .team-wrapper .team-inner {
  position: relative;
}
.acf-block-preview .team-wrapper .team-inner .indicator::after {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 50%;
  width: 30px;
  transform: translateX(-50%);
  height: 30px;
  background: url('data:image/svg+xml,<svg id="Group_21285" data-name="Group 21285" xmlns="http://www.w3.org/2000/svg" width="39.351" height="39.351" viewBox="0 0 39.351 39.351"><path id="Path_16396" data-name="Path 16396" d="M0,167.107a19.675,19.675,0,1,0,19.675-19.675A19.675,19.675,0,0,0,0,167.107" transform="translate(0 -147.432)" fill="%23f68f00" opacity="0.111"/><path id="Path_16395" data-name="Path 16395" d="M0,158.885a11.453,11.453,0,1,0,11.453-11.453A11.453,11.453,0,0,0,0,158.885" transform="translate(8.223 -139.21)" fill="%23f68f00"/></svg>') no-repeat scroll center/cover;
}
.acf-block-preview .team-wrapper .team-inner .indicator::before {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 50%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
  z-index: -1;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
  left: 44%;
  top: -224px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
  left: 30%;
  top: -438px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
  top: -466px;
  left: 29%;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
  top: -390px;
  left: 26%;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
  top: -235px;
  left: 21%;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
  top: -245px;
  left: 10%;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
  left: auto;
  transform: translateX(0);
  right: -43px;
  bottom: -154px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="159.056" height="315.988" viewBox="0 0 159.056 315.988"><g id="Group_21283" data-name="Group 21283" transform="translate(0.5)"><path id="Path_24549" data-name="Path 24549" d="M5097.318,2665.456H4938.763V2349.968" transform="translate(-4938.763 -2349.968)" fill="none" stroke="%233e3e3e" stroke-width="1"/></g></svg>') no-repeat scroll bottom right/cover;
  transform: translateX(0);
  bottom: -140px;
  z-index: -1;
  width: 101px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::after {
  bottom: -155px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::before {
  bottom: -140px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator::after {
  bottom: -120px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator::before {
  width: 1.1px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator::after {
  bottom: -115px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator::before {
  bottom: -140px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator::after {
  bottom: -160px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
  width: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="159.056" height="315.988" viewBox="0 0 159.056 315.988"><g id="Group_21284" data-name="Group 21284" transform="translate(-19.675)"><path id="Path_24549" data-name="Path 24549" d="M4938.762,2665.456h158.556V2349.968" transform="translate(-4919.087 -2349.968)" fill="none" stroke="%233e3e3e" stroke-width="1"/></g></svg>') no-repeat scroll bottom left/cover;
  transform: translateX(0);
  left: auto;
  right: 50%;
  bottom: -140px;
  width: 125px;
}
.acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
  bottom: -160px;
  left: auto;
  transform: translateX(0);
  left: -75px;
  bottom: -154px;
}
.acf-block-preview .team-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.acf-block-preview .team_shape {
  position: absolute;
  right: 0;
  top: 30%;
  width: 1200px;
  opacity: 0.5;
}
.acf-block-preview .content-tab .nav-tabs {
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  margin-bottom: 50px;
}
.acf-block-preview .content-tab .nav-tabs button {
  border-radius: 0;
  border: none;
  position: relative;
  font-family: "Saira ExtraCondensed";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  font-size: 34px;
  padding: 20px;
  padding-left: 0;
  padding-right: 25px;
}
.acf-block-preview .content-tab .nav-tabs li {
  margin-right: 20px;
}
.acf-block-preview .content-tab .nav-tabs button.active {
  color: #fff;
  background: transparent;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .content-tab .nav-tabs button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E67B00;
  transform: translateY(-50%);
}
.acf-block-preview .content-tab .nav-tabs button::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 2px;
  background: #E67B00;
  opacity: 0;
  transition: all 0.4s;
}
.acf-block-preview .content-tab .nav-tabs li:last-child button::after {
  display: none;
}
.acf-block-preview .content-tab .nav-tabs button.active::before {
  opacity: 1;
}
.acf-block-preview .tabs_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0%;
  z-index: -1;
}
.acf-block-preview .pb_340 {
  padding-bottom: 340px;
  margin-top: -1px;
}
.acf-block-preview .stats-box.style5 {
  color: rgba(41, 41, 41, 0.72);
  font-size: 18px;
  margin-bottom: 30px;
}
.acf-block-preview .stats-box.style5 .title {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 80px;
  line-height: 100%;
  color: #B5B5B5;
}
.acf-block-preview .team-box-alt {
  padding: 30px;
  background: rgba(15, 15, 15, 0.03);
  height: 100%;
  transition: all 0.4s;
  display: block;
  text-decoration: none;
}
.acf-block-preview .team-box-alt .image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  background: #2B2B2B;
  margin: 0 auto 20px;
}
.acf-block-preview .team-box-alt .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-block-preview .team-box-alt .title {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 30px;
  margin-bottom: 5px;
  transition: all 0.4s;
}
.acf-block-preview .team-box-alt .desg {
  color: rgba(15, 15, 15, 0.58);
  transition: all 0.4s;
}
.acf-block-preview .team-box-alt.v2 {
  padding: 38px;
}
.acf-block-preview .team-box-alt.v2 .image {
  width: 160px;
  height: 160px;
}
.acf-block-preview .team-box-alt:hover {
  background: #0F0F0F;
  color: #B1B1B1;
}
.acf-block-preview .team-box-alt:hover .title {
  color: #fff;
}
.acf-block-preview .team-box-alt:hover .desg {
  color: #B1B1B1;
}
.acf-block-preview .text-slider {
  position: relative;
  z-index: 2;
}
.acf-block-preview .text-slider .slide {
  padding: 0 20px;
  transition: all 0.4s;
}
.acf-block-preview .text_slider_shape {
  width: 90%;
  margin-top: 0px;
}
.acf-block-preview #text-slider-wrap .container {
  position: relative;
  z-index: 2;
}
.acf-block-preview .text-slider-outer-wrap {
  width: 100%;
  margin-top: -330px;
  max-height: 100vh;
  overflow: hidden;
}
.acf-block-preview .text-slider-outer-wrap svg {
  position: absolute;
  top: -29px;
}
.acf-block-preview .text-slider-outer {
  width: 170%;
  position: relative;
  min-width: 4326px;
}
.acf-block-preview .text-slider {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.acf-block-preview .text-slider > div {
  width: 14.28571%;
}
.acf-block-preview .text-slider .slide {
  display: flex;
  align-items: flex-end;
  height: 100vh;
}
.acf-block-preview .text-slider .slide:first-child .text-box-item {
  flex-direction: inherit;
}
.acf-block-preview .text-slider .slide:first-child .text-box-item .text {
  padding-left: 30px;
}
.acf-block-preview .text-slider .slide:first-child .text-box-item .num {
  margin-left: 0px;
}
.acf-block-preview .text-slider .slide:nth-child(2) {
  padding-bottom: 40px;
}
.acf-block-preview .text-slider .slide:nth-child(2) .text-box-item {
  flex-direction: inherit;
}
.acf-block-preview .text-slider .slide:nth-child(2) .text-box-item .text {
  padding-left: 30px;
}
.acf-block-preview .text-slider .slide:nth-child(2) .text-box-item .num {
  margin-left: 0px;
}
.acf-block-preview .text-slider .slide:nth-child(3) {
  padding-bottom: 50px;
}
.acf-block-preview .text-slider .slide:nth-child(4) {
  padding-bottom: 90px;
}
.acf-block-preview .text-slider .slide:nth-child(5) {
  padding-bottom: 130px;
}
.acf-block-preview .text-slider .slide:nth-child(6) {
  padding-bottom: 170px;
}
.acf-block-preview .text-slider .slide:nth-child(7) {
  padding-bottom: 210px;
}
.acf-block-preview .text-box-item .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .text-box-item .num {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 150px;
  color: rgba(34, 34, 34, 0.11);
  line-height: 100%;
  margin-left: 150px;
  transition: all 0.4s;
}
.acf-block-preview .text-box-item {
  display: flex;
  flex-direction: column;
}
.acf-block-preview .team_slider_bg {
  z-index: 1;
}
.acf-block-preview .text-slider .slide.slick-current .text-box-item,
.acf-block-preview .text-slider .slide.slick-current + .slick-active .text-box-item {
  flex-direction: row;
}
.acf-block-preview .text-slider .slide.slick-current .text-box-item .num,
.acf-block-preview .text-slider .slide.slick-current + .slick-active .text-box-item .num {
  margin-left: 0;
  margin-right: 20px;
}
.acf-block-preview .text-slider > .slide {
  position: relative;
}
.acf-block-preview .text-slider > .slide:after {
  content: "";
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'><g transform='translate(-243 -2470.164)'><circle cx='36' cy='36' r='36' transform='translate(243 2470.164)' fill='%23fefefe'/><circle cx='15' cy='15' r='15' transform='translate(264 2491.164)' fill='%23e67b00' opacity='0.996'/></g></svg>") no-repeat center/contain;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: -1px -1px 12px 3px rgba(0, 0, 0, 0.1215686275);
  border-radius: 50%;
  transition: 0.3s all;
  opacity: 0;
}
.acf-block-preview .text-slider > .slide.active:after {
  animation: bounceOut 2s ease;
  opacity: 1;
}
.acf-block-preview .ts-overlay {
  position: absolute;
  top: 0;
  right: 100px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 2%, rgb(255, 255, 255) 100%);
}
@keyframes bounceOut {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.acf-block-preview .text-slider > .slide:nth-child(2):after {
  top: 57%;
}
.acf-block-preview .text-slider > .slide:nth-child(3):after {
  top: 45%;
  left: calc(50% - 120px);
}
.acf-block-preview .text-slider > .slide:nth-child(4):after {
  top: 40%;
  left: calc(50% - 120px);
}
.acf-block-preview .text-slider > .slide:nth-child(5):after {
  top: 34%;
  left: calc(50% - 120px);
}
.acf-block-preview .text-slider > .slide:nth-child(6):after {
  top: 33%;
  left: calc(50% - 120px);
}
.acf-block-preview .text-slider > .slide:nth-child(7):after {
  top: 21%;
  left: calc(50% - 120px);
}
.acf-block-preview .text-slider-mobile .slick-dots {
  bottom: -70px;
}
@media (max-width: 991px) {
  .acf-block-preview .text-box-item .num {
    font-size: 100px;
    margin-left: 0;
  }
  .acf-block-preview .text-slider-mobile-wrap {
    padding-bottom: 70px;
  }
  .acf-block-preview .text-box-item .text,
  .acf-block-preview .text-box-item .num {
    text-align: center;
  }
  .acf-block-preview .text-box-item {
    padding: 0 20px;
  }
}
.acf-block-preview .team_slider_bg {
  position: absolute;
  bottom: -110px;
  right: 0;
  width: 700px;
}
.acf-block-preview .badge-img {
  position: absolute;
  bottom: 70px;
  left: -40px;
  width: 220px;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
.acf-block-preview .cta-box-v6 {
  background: #000000;
  padding: 60px;
  position: relative;
  z-index: 1;
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.acf-block-preview .cta-box-v6 .bg_image {
  mix-blend-mode: luminosity;
}
.acf-block-preview .clippath {
  position: relative;
}
.acf-block-preview .cta-v6-img,
.acf-block-preview .cta-v6-img-dodge {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 330px;
  z-index: 22;
}
.acf-block-preview .cta-v6-img-dodge {
  mix-blend-mode: color-dodge;
  filter: blur(9px);
  z-index: 11;
  left: 108px;
  width: 320px;
}
.acf-block-preview .cta-box-v6::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cta-v6-shape.webp) no-repeat scroll 0 0/cover;
  z-index: -1;
}
.acf-block-preview .cta-box-v6 .footer_social a {
  color: #E67B00;
  font-size: 16px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(112, 112, 112, 0.24);
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
}
.acf-block-preview .cta-box-v6 .footer_social a:hover {
  background: #E67B00;
  color: #fff;
  border-color: #E67B00;
}
.acf-block-preview .cta-box-v6 .footer_social li {
  margin-right: 10px;
}
.acf-block-preview .cta-box-v6 .text {
  position: relative;
  z-index: 1;
}
.acf-block-preview .n_top_300 {
  margin-top: -300px;
  padding-top: 300px;
}
.acf-block-preview .crm_bg_img {
  width: 100%;
}
.acf-block-preview .graph-center .inner {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #222222;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
}
.acf-block-preview .graph-center .inner span {
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
}
.acf-block-preview .graph-center .circle1 {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid rgba(112, 112, 112, 0.35);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.acf-block-preview .graph-center .circle2 {
  width: 540px;
  height: 540px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid rgba(112, 112, 112, 0.19);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.acf-block-preview .graph-center .circle3 {
  width: 660px;
  height: 660px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid rgba(112, 112, 112, 0.08);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.acf-block-preview .graph-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
}
.acf-block-preview .graphs-stats-box {
  padding: 30px;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  background: #fff;
  max-width: 300px;
  position: absolute;
}
.acf-block-preview .graphs-stats-box .top {
  display: flex;
  align-items: center;
}
.acf-block-preview .graphs-stats-box .num {
  font-size: 75px;
  display: block;
  line-height: 100%;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  color: #E67B00;
  margin-right: 15px;
}
.acf-block-preview .graphs-stats-box .title {
  font-size: 32px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}
.acf-block-preview .graphs-stats-box.v1 {
  top: 90px;
}
.acf-block-preview .graphs-stats-box.v2 {
  top: 90px;
  right: 0;
}
.acf-block-preview .graphs-stats-box.v3 {
  bottom: 50px;
  left: 80px;
}
.acf-block-preview .graphs-stats-box.v4 {
  bottom: 50px;
  right: 30px;
}
.acf-block-preview .graph-area .container {
  position: absolute;
  top: 0;
  height: 900px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.acf-block-preview .graph_circl {
  position: absolute;
  top: -10%;
  right: -72%;
  width: 700px;
  height: 700px;
}
.acf-block-preview .n_300 {
  margin-top: -300px;
}
.acf-block-preview .content-tab-v2 {
  margin-top: 40px;
}
.acf-block-preview .content-tab-v2 .content_tabs_list {
  border-right: 1px solid rgba(112, 112, 112, 0.29);
}
.acf-block-preview .content-tab-v2 .content_tabs_list button {
  padding: 35px 25px;
  display: flex;
  align-items: center;
  font-family: "Saira Condensed";
  font-weight: 600;
  font-size: 24px;
  padding-right: 89px;
  text-align: left;
  border-bottom: 1px solid rgba(112, 112, 112, 0.29);
  position: relative;
  z-index: 1;
}
.acf-block-preview .content-tab-v2 .content_tabs_list button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgb(230, 123, 0) 0%, rgba(230, 123, 0, 0) 100%);
  opacity: 0.12;
  transition: all 0.4s;
}
.acf-block-preview .content-tab-v2 .content_tabs_list button.active::after {
  width: 100%;
}
.acf-block-preview .content-tab-v2 .content_tabs_list button .num {
  min-width: 50px;
  width: 50px;
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: 700;
  font-family: "Saira ExtraCondensed ExCond";
  font-size: 28px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  transition: all 0.4s;
}
.acf-block-preview .content-tab-v2 .content_tabs_list button.active .num {
  background: #222222;
  color: #fff;
}
.acf-block-preview .content-tab-v2 .content_tabs_list li:last-child button {
  border: none;
}
.acf-block-preview .content-tab-v2 .heading span {
  color: #E67B00;
}
.acf-block-preview .slick-dots button::before {
  display: none;
}
.acf-block-preview .slick-dots button {
  padding: 0 !important;
  width: 17px !important;
  height: 5px !important;
  border-radius: 5px;
  background: #F68F00 !important;
  opacity: 0.2;
}
.acf-block-preview .slick-dots .slick-active button {
  opacity: 1;
}
.acf-block-preview .team_arrows {
  position: absolute;
  bottom: 80px;
  left: 46%;
  transform: translateX(-50%);
}
.acf-block-preview .team_arrows .arrows {
  background: #F68F00;
  color: #fff;
}
.acf-block-preview .enhanced-banner-mobile {
  display: none;
}
.acf-block-preview .four-column-slider .slide {
  padding: 0 15px;
  padding-bottom: 30px;
}
.acf-block-preview .four-column-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.acf-block-preview .four-column-slider .slide .inner-items.style2 {
  margin: 0;
}
.acf-block-preview .four-column-slider .slick-track {
  display: flex !important;
}
.acf-block-preview .four-column-slider .slide {
  height: inherit !important;
}
.acf-block-preview .four-column-slider .slide > div {
  height: 100%;
}
.acf-block-preview .tabs_drop {
  display: none !important;
}
.acf-block-preview .contact-area .contact-info .inner .title {
  font-size: 28px;
}
.acf-block-preview .contact-area .contact-info .inner .icon {
  width: 50px;
  min-width: 50px;
}
.acf-block-preview .contact-area .c_form.style1 {
  padding: 45px;
}
.acf-block-preview .footer-area.alt {
  padding-top: 200px;
  margin-top: -200px;
}
.acf-block-preview .shape_circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.acf-block-preview .alt_pos_right {
  transform: translateX(-45px);
}
.acf-block-preview .alt_pos_left {
  transform: translateX(45px);
}
.acf-block-preview .content-area.crm-training-area {
  overflow: hidden;
}
.acf-block-preview .call-to-action.style5 {
  background: #222;
  padding: 70px;
  position: relative;
  z-index: 2;
}
.acf-block-preview .footer-area.style2 {
  margin-top: -250px;
  padding-top: 180px;
  position: relative;
  z-index: 1;
}
.acf-block-preview .footer-circle-shape {
  position: absolute;
  top: -10%;
  left: 5%;
  z-index: -1;
  width: 700px;
  opacity: 0.7;
}
.acf-block-preview .text-box.process {
  position: relative;
}
.acf-block-preview .text-box.process::after {
  position: absolute;
  content: "";
  top: 53px;
  left: revert-layer;
  width: 100%;
  height: 2px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1071.781" height="1" viewBox="0 0 1071.781 1"><path id="Path_24724" data-name="Path 24724" d="M-14215.574,699h1071.781" transform="translate(14215.574 -698.5)" fill="none" stroke="%23e67b00" stroke-width="1" stroke-dasharray="8"/></svg>') no-repeat scroll center/cover;
  z-index: -1;
  opacity: 0.3;
}
.acf-block-preview .col-6:last-child .text-box.process::after {
  display: none;
}
.acf-block-preview .podcast-slider .slide {
  padding: 30px 15px;
  padding-top: 5px;
}
.acf-block-preview .podcast-slider .slick-list {
  margin-left: -150px;
  margin-right: -150px;
}
.acf-block-preview .podcast-box {
  display: block;
  border: 1px solid rgba(96, 125, 139, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  z-index: 1;
  filter: grayscale(1);
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
}
.acf-block-preview .podcast-box:hover {
  filter: grayscale(0);
  background: #000000;
  box-shadow: 0px 10px 30px rgba(246, 143, 0, 0.32);
  text-decoration: none;
}
.acf-block-preview .podcast-box .podcast_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.acf-block-preview .podcast-top {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.58);
}
.acf-block-preview .podcast-top .episode {
  background: rgba(181, 181, 181, 0.04);
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
.acf-block-preview .podcast-top span {
  margin-right: 10px;
}
.acf-block-preview .podcast-top span:last-child {
  margin-right: 0;
}
.acf-block-preview .podcast-top span em {
  margin-right: 5px;
}
.acf-block-preview .podcast-top .duration {
  padding-left: 20px;
  position: relative;
}
.acf-block-preview .podcast-top .duration::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #BDCE8E;
}
.acf-block-preview .podcast-body {
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 26px;
}
.acf-block-preview .podcast-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.acf-block-preview .podcast-action .pod-play {
  display: flex;
  align-items: center;
}
.acf-block-preview .podcast-action .pod-play span {
  color: #fff;
}
.acf-block-preview .podcast-action .pod-play .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
}
.acf-block-preview .podcast-box:hover .pod-play .icon {
  background: #F68F00;
  color: #fff;
}
.acf-block-preview .podcast-action .pod-play > span {
  text-decoration: underline;
  font-size: 16px;
}
.acf-block-preview .podcast-body .h5 {
  font-size: 26px;
  text-transform: uppercase;
}
.acf-block-preview .section_action {
  margin-top: 30px;
}
.acf-block-preview .podcast-box.v2 .podcast-top {
  color: rgba(34, 34, 34, 0.65);
}
.acf-block-preview .podcast-box.v2 .podcast-top .episode {
  background: rgba(181, 181, 181, 0.04);
  color: #222222;
}
.acf-block-preview .podcast-box.v2 .podcast-body {
  color: rgba(34, 34, 34, 0.65);
}
.acf-block-preview .podcast-box.v2 .podcast-action .pod-play .icon {
  border: 1px solid rgba(34, 34, 34, 0.65);
  color: rgba(34, 34, 34, 0.65);
}
.acf-block-preview .podcast-box.v2 .podcast-action .pod-play span {
  color: #222222;
}
.acf-block-preview .podcast-box.v2:hover .h5 {
  color: #fff;
}
.acf-block-preview .podcast-box.v2:hover .podcast-body {
  color: rgba(255, 255, 255, 0.68);
}
.acf-block-preview .podcast-box.v2:hover .podcast-top .episode {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.acf-block-preview .podcast-box.v2:hover .podcast-top {
  color: rgba(255, 255, 255, 0.68);
}
.acf-block-preview .podcast-box.v2:hover .podcast-top span em {
  color: #F68F00;
}
.acf-block-preview .podcast-box.v2:hover .podcast-top .duration::before {
  background: #F68F00;
}
.acf-block-preview .podcast-box.v2:hover .pod-play .icon {
  background: #F68F00;
  color: #fff;
}
.acf-block-preview .podcast-box.v2:hover .podcast-action .pod-play span {
  color: #fff;
}
.acf-block-preview .video-box.style2.alt {
  height: auto;
}
.acf-block-preview .video-box.style2.alt::before {
  opacity: 0;
}
.acf-block-preview .content-text.box.style5 {
  padding: 30px;
  height: 100%;
  border: 1px solid #707070;
}
.acf-block-preview .content-text.box.style5 .title {
  font-size: 28px;
  margin-bottom: 25px;
}
.acf-block-preview .content-text.box.style5 .list_check {
  column-count: 2;
}
.acf-block-preview .content-text.box.style5 .list_check li {
  margin-top: 0;
  margin-bottom: 10px;
}
.acf-block-preview .content-text.box.style5 .list_check li::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.912" height="28.912" viewBox="0 0 28.912 28.912"><g id="Group_21347" data-name="Group 21347" transform="translate(-345.496 -2228.496)"><circle id="Ellipse_5" data-name="Ellipse 5" cx="14.456" cy="14.456" r="14.456" transform="translate(345.496 2228.496)" fill="%23e79826" opacity="0.177"/><path id="Path_16540" data-name="Path 16540" d="M11.014,0A11.014,11.014,0,1,1,0,11.014,11.014,11.014,0,0,1,11.014,0Z" transform="translate(348.937 2231.938)" fill="%23f68f00"/><g id="Group_21247" data-name="Group 21247" transform="translate(355.948 2231.937)"><rect id="Rectangle_11706" data-name="Rectangle 11706" width="2.937" height="9.3" transform="translate(0 5.314)" fill="%23fff"/><rect id="Rectangle_11707" data-name="Rectangle 11707" width="2.948" height="19.5" transform="translate(12.793 0) rotate(41)" fill="%23fff"/></g></g></svg>') no-repeat scroll center/cover;
}
.acf-block-preview .team-heading-bg {
  position: absolute;
  font-family: "Saira Condensed";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 315px;
  line-height: 100%;
  top: -18px;
  left: -400px;
}
.acf-block-preview .team-heading-bg.right {
  left: auto;
  right: -400px;
  top: 55px;
}
.acf-block-preview .team_circle_shape {
  position: absolute;
  bottom: 150px;
  width: 1000px;
  z-index: -1;
  right: 200px;
}
.acf-block-preview .graph-center .circle1,
.acf-block-preview .graph-center .circle2,
.acf-block-preview .graph-center .circle3 {
  animation: wave 4s ease-in-out infinite;
}
.acf-block-preview .graph-center .circle2 {
  animation-delay: 0.5s;
}
.acf-block-preview .graph-center .circle3 {
  animation-delay: 0.7s;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
}
.acf-block-preview #menu-toggle span {
  height: 2px;
  width: 95%;
  background: #402921;
  display: block;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 5px;
  margin-right: auto;
  margin-left: 0;
}
.acf-block-preview #menu-toggle span:nth-child(1) {
  top: 4px;
}
.acf-block-preview #menu-toggle span:nth-child(2) {
  top: 6px;
  width: 75%;
}
.acf-block-preview #menu-toggle span:nth-child(3) {
  top: 8px;
  width: 65%;
}
.acf-block-preview #menu-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  background: transparent;
  padding: 4px 8px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (max-width: 1600px) {
  .acf-block-preview .hero-area .headshot_right_dodge,
  .acf-block-preview .hero-area .headshot_right_object,
  .acf-block-preview .hero-area .headshot_left_dodge,
  .acf-block-preview .hero-area .headshot_left_object {
    width: 300px;
  }
  .acf-block-preview .team-heading-bg {
    font-size: 270px;
  }
  .acf-block-preview .n_300 {
    margin-top: -50px;
  }
  .acf-block-preview .team_substrac {
    bottom: -41%;
  }
}
@media (max-width: 1400px) {
  .acf-block-preview a.site-logo {
    display: inline-block;
    width: 150px;
  }
  .acf-block-preview .mainmenu ul li {
    margin-right: 15px;
  }
  .acf-block-preview .cta-btn {
    font-size: 18px;
  }
  .acf-block-preview .hero-top .hero-sub-heading {
    font-size: 20px;
  }
  .acf-block-preview .hero-top {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .acf-block-preview .hero-area .headshot_left_dodge,
  .acf-block-preview .hero-area .headshot_left_object {
    width: 200px;
  }
  .acf-block-preview .hero-area .headshot_right_dodge,
  .acf-block-preview .hero-area .headshot_right_object {
    width: 200px;
  }
  .acf-block-preview .hero-lists li {
    font-size: 18px;
    margin-top: 5px;
  }
  .acf-block-preview .hero-text {
    width: 80%;
    margin: 0 auto;
  }
  .acf-block-preview .hero-heading {
    font-size: 100px;
  }
  .acf-block-preview .hero-stats {
    padding: 25px 0;
  }
  .acf-block-preview .container.smalls {
    max-width: calc(100% - 200px);
  }
  .acf-block-preview .stats-inner .item {
    padding: 0 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .acf-block-preview .stats-inner .num {
    font-size: 40px;
  }
  .acf-block-preview h1,
  .acf-block-preview .h1 {
    font-size: 58px;
    line-height: 100%;
  }
  .acf-block-preview h2,
  .acf-block-preview .h2 {
    font-size: 48px;
    line-height: 100%;
  }
  .acf-block-preview h4,
  .acf-block-preview .h4 {
    font-size: 32px;
    line-height: 100%;
  }
  .acf-block-preview .stat-box .num {
    font-size: 60px;
  }
  .acf-block-preview .section-heading .content-text ul li {
    margin-top: 5px;
  }
  .acf-block-preview .magazine-slider .inner-box img {
    filter: grayscale(0) opacity(1);
    transition: all 0.4s;
  }
  .acf-block-preview .team-meta {
    left: 70px;
    bottom: 165px;
    padding: 20px;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    width: 50%;
  }
  .acf-block-preview .cta-area.style2 {
    padding: 50px 0;
  }
  .acf-block-preview .cta-area.style2 .heading {
    font-size: 36px;
  }
  .acf-block-preview .cta-headshot-left {
    bottom: -70px;
    left: -80px;
    width: 300px;
    z-index: -1;
  }
  .acf-block-preview .cta-headshot-right {
    bottom: -70px;
    right: -80px;
    width: 270px;
    z-index: -1;
  }
  .acf-block-preview .cta-area.style5 .title {
    font-size: 32px;
  }
  .acf-block-preview .hero-heading {
    font-size: 60px;
  }
  .acf-block-preview .image-cta-banner .inner .cta-btn {
    bottom: 30px;
    left: 210px;
  }
  .acf-block-preview .image-cta-banner .inner .text {
    top: 88px;
    left: 60px;
  }
  .acf-block-preview .image-cta-banner .inner .title {
    font-size: 60px;
    margin: 0;
  }
  .acf-block-preview .image-cta-banner .inner .subtitle {
    font-size: 46px;
  }
  .acf-block-preview .image-cta-banner .inner .cta-btn {
    bottom: 30px;
    left: 210px;
  }
  .acf-block-preview .image-image-banner.alt .inner > .title {
    font-size: 70px;
  }
  .acf-block-preview .count-pos.right {
    right: 0;
  }
  .acf-block-preview .icon-teaser.style2 {
    padding: 25px;
  }
  .acf-block-preview .expertise-areas .col-lg-4:first-child .icon-teaser.style2,
  .acf-block-preview .expertise-areas .col-lg-4:nth-child(4n) .icon-teaser.style2 {
    padding-left: 25px;
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
    padding-right: 25px;
  }
  .acf-block-preview .stats-box.style5 .title {
    font-size: 56px;
  }
  .acf-block-preview .stats-box.style5 {
    font-size: 15px;
  }
  .acf-block-preview .team-box-alt.v2 .image {
    width: 140px;
    height: 140px;
  }
  .acf-block-preview .team-box-alt.v2 {
    padding: 25px;
  }
  .acf-block-preview .expertise-counter-area .inner-items.style2 {
    padding: 20px;
  }
  .acf-block-preview .content-box.style6 .inner-items .font_ex_cond_700 {
    font-size: 56px;
  }
  .acf-block-preview .cta-area .inner.regular-text .text {
    width: 80%;
    margin: 0 auto;
  }
  .acf-block-preview .n_300 {
    margin-top: 0;
  }
  .acf-block-preview .graphs-stats-box.v3 {
    bottom: 220px;
    left: 50px;
  }
  .acf-block-preview .graphs-stats-box.v4 {
    bottom: 220px;
  }
  .acf-block-preview .graph-area {
    padding-bottom: 50px !important;
  }
  .acf-block-preview .content-tab-v2 .content_tabs_list button {
    padding: 30px;
    font-size: 20px;
  }
  .acf-block-preview .crm-training-area .content-text {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .acf-block-preview .content-text ul li::before {
    width: 15px;
    height: 20px;
  }
  .acf-block-preview .crm-training-area .image-text .image-box {
    width: 70%;
  }
  .acf-block-preview .icon-teaser.style5 {
    padding: 20px;
  }
  .acf-block-preview .icon-teaser.style5 .icon img {
    height: 56px;
  }
  .acf-block-preview .icon-teaser.style3 .h5 {
    font-size: 24px;
  }
  .acf-block-preview .icon-teaser.style3 .icon img {
    width: 62px;
    height: 62px;
  }
  .acf-block-preview .image-stats-box {
    font-size: 18px;
    left: 0;
  }
  .acf-block-preview .call-to-action.style5 {
    padding: 50px;
  }
  .acf-block-preview .text-box.style5 .title {
    font-size: 24px;
  }
  .acf-block-preview .text-box.style2.text-end::before {
    right: -96px;
  }
  .acf-block-preview .text-box.style2.text-start::before {
    left: -96px;
  }
  .acf-block-preview .content-box.style6 .inner-items {
    padding: 20px;
  }
  .acf-block-preview .icon-teaser.style1 img {
    height: 70px;
  }
  .acf-block-preview .icon-teaser.style1 .h5 {
    font-size: 22px;
  }
  .acf-block-preview .text-box.style3 {
    padding: 25px;
  }
  .acf-block-preview .giving-back-area.style2 .right_img {
    width: 500px;
    right: -190px;
  }
  .acf-block-preview .giving-back-area.style2 .left_img {
    width: 600px;
    left: -300px;
  }
  .acf-block-preview .content-box .text-box.style1 {
    padding: 25px;
  }
  .acf-block-preview .text-box.style1 .h3 {
    font-size: 32px;
  }
  .acf-block-preview .content-box .image-box.style1 {
    height: 300px;
  }
  .acf-block-preview .team-heading-bg {
    font-size: 160px;
    top: 50px;
  }
  .acf-block-preview .team-heading-bg.right {
    top: 120px;
  }
}
@media (max-width: 991px) {
  .acf-block-preview br {
    display: none;
  }
  .acf-block-preview nav#menu {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    min-height: calc(100vh - 45px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  .acf-block-preview nav#menu.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  .acf-block-preview .mainmenu ul {
    text-align: left;
  }
  .acf-block-preview nav#menu,
  .acf-block-preview nav#menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .acf-block-preview nav#menu,
  .acf-block-preview nav#menu > ul ul {
    overflow: auto;
    padding: 50px 20px;
  }
  .acf-block-preview nav#menu > ul > li {
    display: block !important;
    margin: 0 !important;
    padding: 0;
  }
  .acf-block-preview nav#menu ul ul,
  .acf-block-preview nav#menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
  .acf-block-preview nav#menu > ul > li > span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
  }
  .acf-block-preview nav#menu ul ul.sub-menu.active {
    visibility: visible;
    opacity: 1;
    max-height: 55em;
  }
  .acf-block-preview nav#menu > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 0px;
    color: #111;
    border-bottom: 1px solid rgba(25, 25, 25, 0.06);
    font-size: 18px;
    opacity: 1;
    font-weight: 500;
  }
  .acf-block-preview .header-menu a::before {
    display: none;
  }
  .acf-block-preview .header-menu a::after {
    display: none;
  }
  .acf-block-preview nav#menu > ul > li:last-child > a {
    border: none;
  }
  .acf-block-preview .mainmenu ul li > ul {
    border: none;
  }
  .acf-block-preview nav#menu li.has-submenu > a:after {
    border: none;
    content: "+";
    position: absolute;
    top: 10px;
    right: 9px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 400;
  }
  .acf-block-preview .sub-menu::before {
    height: 90% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .acf-block-preview .sub-menu::after {
    display: none;
  }
  .acf-block-preview nav#menu li.has-submenu > a.active:after {
    content: "-";
    font-size: 20px;
  }
  .acf-block-preview nav#menu ul ul > li a {
    padding: 13px 0px;
    line-height: normal;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .acf-block-preview ul.sub-menu {
    padding-left: 20px;
  }
  .acf-block-preview .header-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .acf-block-preview .header-toggle.active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }
  .acf-block-preview .header-toggle.active span:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
  }
  .acf-block-preview .header-toggle {
    display: block;
  }
  .acf-block-preview nav#menu > ul ul {
    background: transparent;
    box-shadow: none;
    width: 100%;
    padding-left: 15px;
  }
  .acf-block-preview #menu-toggle {
    display: block;
    margin-left: 10px;
    padding-right: 0;
  }
  .acf-block-preview .header-action > a {
    display: none;
  }
  .acf-block-preview .header-area {
    position: relative;
  }
  .acf-block-preview .site-logo {
    max-width: 220px;
  }
  .acf-block-preview #menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .acf-block-preview #menu-toggle.active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
    width: 100%;
  }
  .acf-block-preview #menu-toggle.active span:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
    width: 100%;
  }
  .acf-block-preview section,
  .acf-block-preview .section {
    padding: 50px 0;
  }
  .acf-block-preview body.active {
    overflow: hidden;
  }
  .acf-block-preview a.site-logo {
    display: inline-block;
    width: 110px;
  }
  .acf-block-preview .header-area {
    padding: 10px 0;
  }
  .acf-block-preview body {
    line-height: 24px;
    font-size: 15px;
  }
  .acf-block-preview .mobile-btn {
    display: block;
    margin-top: 20px;
  }
  .acf-block-preview .hero-lists li {
    padding-right: 20px;
    font-size: 18px;
    margin: 5px 0;
    margin-right: 20px;
  }
  .acf-block-preview .hero-lists li::after {
    width: 11px;
    height: 11px;
  }
  .acf-block-preview .hero-area .group_btn {
    margin-top: 30px;
  }
  .acf-block-preview .stats-inner .num {
    font-size: 40px;
  }
  .acf-block-preview .stats-inner .item {
    padding: 0 25px;
    font-size: 14px;
    line-height: normal;
  }
  .acf-block-preview .left_shape,
  .acf-block-preview .right_shape {
    top: -230px;
  }
  .acf-block-preview .logo-slider .inner {
    padding: 0 25px;
  }
  .acf-block-preview .hero-top {
    padding: 80px 0;
    padding-top: 80px;
  }
  .acf-block-preview .hero-top .hero-sub-heading {
    font-size: 16px;
  }
  .acf-block-preview .hero-area .headshot_left_dodge,
  .acf-block-preview .hero-area .headshot_right_dodge {
    display: none;
  }
  .acf-block-preview .hero-heading {
    font-size: 90px;
    display: inline-block;
  }
  .acf-block-preview .hero-lists li {
    font-size: 15px;
  }
  .acf-block-preview .hero-heading::after {
    bottom: -3px;
  }
  .acf-block-preview h2,
  .acf-block-preview .h2 {
    font-size: 48px;
    line-height: 100%;
  }
  .acf-block-preview h1,
  .acf-block-preview .h1 {
    font-size: 52px;
    line-height: 100%;
  }
  .acf-block-preview h3,
  .acf-block-preview .h3 {
    font-size: 36px;
    line-height: 100%;
  }
  .acf-block-preview h4,
  .acf-block-preview .h4 {
    font-size: 30px;
    line-height: 100%;
  }
  .acf-block-preview .box.style1 {
    padding: 25px;
  }
  .acf-block-preview .box.style1 img {
    height: 62px;
  }
  .acf-block-preview .box.style1 img {
    height: 62px;
    margin-bottom: 20px;
  }
  .acf-block-preview .box.style1 .title {
    font-size: 28px;
  }
  .acf-block-preview .pb_300 {
    padding-bottom: 200px;
  }
  .acf-block-preview .n_top_210 {
    margin-top: -140px;
  }
  .acf-block-preview .cta_banner_shape {
    top: 140px;
    height: 230px;
  }
  .acf-block-preview .stat-box {
    font-size: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }
  .acf-block-preview .stat-box .num {
    font-size: 56px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .acf-block-preview .stat-box.ratings img {
    min-width: 35px;
    width: 35px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .acf-block-preview .col-md-3:first-child .stat-box {
    padding-left: 15;
  }
  .acf-block-preview .col-md-3:last-child .stat-box {
    padding-right: 0;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -250px;
  }
  .acf-block-preview .section-heading .content-text ul li {
    margin-top: 5px;
  }
  .acf-block-preview .logo-carousel .logo-box img,
  .acf-block-preview .logo-carousel-alt .logo-box img {
    height: 48px;
  }
  .acf-block-preview .magazine-slider .slick-list {
    margin-left: -150px;
    margin-right: -150px;
  }
  .acf-block-preview .magazine-slider .inner-box img {
    filter: grayscale(0) opacity(1);
    transition: all 0.4s;
  }
  .acf-block-preview .box.style2 > img {
    height: 18px;
  }
  .acf-block-preview .box.style2 {
    padding: 20px;
  }
  .acf-block-preview .box.style2 .meta img {
    min-width: 50px;
    width: 50px;
  }
  .acf-block-preview .cta-inner.style1::after {
    display: none;
  }
  .acf-block-preview .cta-inner.style1 {
    padding: 25px;
  }
  .acf-block-preview .team-area .heading_bg {
    left: 0;
    min-width: 100%;
    top: 65px;
  }
  .acf-block-preview .team-slider .slick-active {
    transform: scale(1);
  }
  .acf-block-preview .team-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .acf-block-preview .team-meta {
    left: 0;
    bottom: 150px;
    padding: 20px;
  }
  .acf-block-preview .team-area .team_bg {
    height: 100%;
  }
  .acf-block-preview .team-meta span.team-title {
    font-size: 28px;
  }
  .acf-block-preview .team-slider .slick-slide {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .acf-block-preview .quote-box {
    display: block;
    text-align: left;
  }
  .acf-block-preview .quote-box img {
    width: 75px;
    min-width: 75px;
    margin: 0 0 20px;
  }
  .acf-block-preview .quote-notes {
    text-align: left;
  }
  .acf-block-preview .quote-notes .cta-btn {
    margin-top: 20px;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    width: 50%;
  }
  .acf-block-preview .cta-area.style2 {
    padding: 40px 0;
  }
  .acf-block-preview .cta-area.style2 .heading {
    font-size: 32px;
  }
  .acf-block-preview .cta-area.style5 .container {
    max-width: 55%;
  }
  .acf-block-preview .cta-headshot-left {
    bottom: -50px;
    left: -230px;
    width: 250px;
    z-index: -1;
  }
  .acf-block-preview .cta-headshot-right {
    bottom: -50px;
    right: -230px;
    width: 230px;
    z-index: -1;
  }
  .acf-block-preview .cta-area.style5 .title {
    font-size: 30px;
  }
  .acf-block-preview .footer-top {
    padding: 30px 0;
  }
  .acf-block-preview .footer-widget {
    margin: 15px 0;
  }
  .acf-block-preview .cta-area.style5 .cta-circle-left {
    bottom: -50px;
  }
  .acf-block-preview .cta-area.style5 .cta-circle-right {
    bottom: -50px;
  }
  .acf-block-preview .container.smalls {
    max-width: 100%;
  }
  .acf-block-preview .box.style1 {
    display: block;
  }
  .acf-block-preview .hero-text {
    width: 100%;
  }
  .acf-block-preview .hero-heading {
    font-size: 70px;
    display: inline-block;
  }
  .acf-block-preview .hero-heading {
    font-size: 44px;
    display: inline-block;
  }
  .acf-block-preview .hero-text {
    width: 65%;
  }
  .acf-block-preview .hero-top {
    padding: 50px 0;
  }
  .acf-block-preview .hero-area .group_btn a {
    margin-top: 8px;
  }
  .acf-block-preview .hero-area .group_btn {
    margin-top: 15px;
  }
  .acf-block-preview .image-cta-banner .inner .ai-enhanced-logo {
    top: 15px;
    left: 120px;
    height: 30px;
  }
  .acf-block-preview .image-cta-banner .inner .text {
    top: 55px;
    left: 15px;
  }
  .acf-block-preview .image-cta-banner .inner .title {
    font-size: 44px;
    margin: 0;
  }
  .acf-block-preview .image-cta-banner .inner .subtitle {
    font-size: 36px;
  }
  .acf-block-preview .image-cta-banner .inner ul li {
    font-size: 16px;
  }
  .acf-block-preview .image-cta-banner .inner .cta-btn {
    bottom: 10px;
    left: 140px;
  }
  .acf-block-preview .image-image-banner.alt .inner > .title {
    font-size: 60px;
  }
  .acf-block-preview .image-image-banner.alt .inner {
    padding: 30px;
  }
  .acf-block-preview .image-image-banner.alt .inner .cta_car {
    width: 358px;
    left: 17px;
    bottom: -46px;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -190px;
  }
  .acf-block-preview .image-image-banner.alt .inner-text::before {
    width: calc(100% + 60px);
  }
  .acf-block-preview .image-image-banner.alt .inner-text::after,
  .acf-block-preview .bg_overlay {
    width: calc(100% + 60px);
  }
  .acf-block-preview .pb_300 {
    padding-bottom: 240px;
  }
  .acf-block-preview .team-heading {
    justify-content: flex-end;
  }
  .acf-block-preview .team-slider .slick-slide {
    padding: 100px 0 0;
  }
  .acf-block-preview .team-slider .slick-active,
  .acf-block-preview .team-slider .slick-active + .slick-active {
    transform: scale(1);
  }
  .acf-block-preview .team-slider .slick-current {
    transform: scale(1);
  }
  .acf-block-preview .team-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .acf-block-preview .team_arrows {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .acf-block-preview .slick-current .team-meta {
    opacity: 1;
    visibility: visible;
  }
  .acf-block-preview .team-meta span.team-title {
    font-size: 22px;
    margin: 0;
  }
  .acf-block-preview .team-meta span.team-desc {
    font-size: 16px;
  }
  .acf-block-preview .team-meta span.team-action {
    font-size: 14px;
  }
  .acf-block-preview .team-meta {
    bottom: 120px;
    padding: 15px;
    left: 0%;
  }
  .acf-block-preview .n_top_100 {
    margin-top: 0;
  }
  .acf-block-preview .page-banner {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .acf-block-preview .page-banner.banner-default {
    padding-bottom: 40px;
  }
  .acf-block-preview .banner-text .h1 {
    font-size: 46px;
  }
  .acf-block-preview .sub-banner-heading {
    font-size: 20px;
  }
  .acf-block-preview .count-pos .num {
    font-size: 50px;
  }
  .acf-block-preview .count-pos {
    font-size: 22px;
  }
  .acf-block-preview .count-pos.right img {
    height: 46px;
  }
  .acf-block-preview .count-pos.right {
    right: 0;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -240px;
  }
  .acf-block-preview .icon-teaser.style2 .h5 {
    font-size: 24px;
  }
  .acf-block-preview .stats-box.style5 .title {
    font-size: 50px;
  }
  .acf-block-preview .stats-box.style5 {
    font-size: 16px;
    line-height: 110%;
  }
  .acf-block-preview .team-box-alt.v2 .image {
    width: 130px;
    height: 130px;
  }
  .acf-block-preview .team-box-alt.v2 {
    padding: 25px;
  }
  .acf-block-preview .video-library.nav-tabs .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }
  .acf-block-preview .opportunity-content-area .text-box.style12 {
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
  .acf-block-preview .opportunity-content-area .text-box.style12::before {
    display: none;
  }
  .acf-block-preview .link.style2 ul li a {
    padding: 7px;
    font-size: 13px;
  }
  .acf-block-preview .link.style2 ul li {
    margin: 5px;
    display: inline-block;
  }
  .acf-block-preview .banner-text {
    margin-top: 30px;
  }
  .acf-block-preview .cta-v6-img,
  .acf-block-preview .cta-v6-img-dodge {
    left: 30px;
    width: 37%;
  }
  .acf-block-preview .cta-v6-img-dodge {
    left: 30px;
    width: 39%;
  }
  .acf-block-preview .cta-box-v6 {
    padding: 30px;
  }
  .acf-block-preview .cta-area .inner.regular-text {
    padding: 0;
  }
  .acf-block-preview .cta-area .inner.regular-text .text {
    width: 100%;
  }
  .acf-block-preview .banner-text .stat-box {
    border-bottom: 0;
    margin: 0 0 20px;
    height: auto;
    padding: 15px;
  }
  .acf-block-preview .banner-text .col-md-3:last-child .stat-box {
    border-right: 0;
  }
  .acf-block-preview .card-box.style2 {
    padding: 30px;
    margin-top: -140px;
  }
  .acf-block-preview .page-banner.pb_200 {
    padding-bottom: 120px;
  }
  .acf-block-preview .card-box.style2 .h2 {
    font-size: 34px;
  }
  .acf-block-preview .contact-social ul {
    margin-top: 20px;
  }
  .acf-block-preview .contact-area .contact-info .inner .title {
    font-size: 24px;
  }
  .acf-block-preview .n_300 {
    margin-top: 0;
  }
  .acf-block-preview .graph-center .inner {
    width: 300px;
    height: 300px;
  }
  .acf-block-preview .graph-center {
    position: relative;
    left: auto;
    transform: translateX(0%);
    top: auto;
    margin-top: -420px;
    margin-bottom: 60px;
  }
  .acf-block-preview .graph-center .circle3 {
    width: 380px;
    height: 380px;
  }
  .acf-block-preview .graph-center .circle1 {
    width: 330px;
    height: 330px;
  }
  .acf-block-preview .graph-center .circle2 {
    width: 350px;
    height: 350px;
  }
  .acf-block-preview .graph-area .container {
    position: inherit;
    top: 0;
    height: auto;
    width: 100%;
    left: auto;
    transform: translateX(0%);
  }
  .acf-block-preview .graph-area .container {
    position: inherit;
    top: auto;
    height: auto;
    width: auto;
    left: auto;
    transform: translateX(0%);
  }
  .acf-block-preview .graphs-stats-box .num {
    font-size: 50px;
  }
  .acf-block-preview .graphs-stats-box .title {
    font-size: 24px;
    font-weight: 600;
  }
  .acf-block-preview .graphs-stats-box {
    max-width: 230px;
  }
  .acf-block-preview .graphs-stats-box.v1,
  .acf-block-preview .graphs-stats-box.v2 {
    top: -400px;
  }
  .acf-block-preview .graph-area {
    padding-bottom: 240px !important;
  }
  .acf-block-preview .graphs-stats-box.v3,
  .acf-block-preview .graphs-stats-box.v4 {
    bottom: -160px;
  }
  .acf-block-preview .content-tab-v2 .content_tabs_list button {
    padding: 20px;
  }
  .acf-block-preview .alt_pos_left {
    transform: translateX(0);
  }
  .acf-block-preview .alt_pos_right {
    transform: translateX(0);
  }
  .acf-block-preview .crm-training-area .content-text {
    height: 100%;
  }
  .acf-block-preview .crm-training-area .image-text .image-box {
    width: 50%;
    z-index: -1;
    left: auto;
    right: -5%;
    transform: translateX(0);
  }
  .acf-block-preview .icon-teaser.style3 {
    padding: 20px;
  }
  .acf-block-preview .free-tools-areas .col-lg-4:last-child .icon-teaser.style3 {
    padding-bottom: 0;
  }
  .acf-block-preview .n_top_215 {
    padding-top: 150px;
    margin-top: -100px;
  }
  .acf-block-preview .text-box.style9 {
    padding: 40px;
    height: 100%;
  }
  .acf-block-preview .faq-accordion {
    margin-top: 30px;
  }
  .acf-block-preview .call-to-action.style5 {
    padding: 40px;
  }
  .acf-block-preview .footer-area.style2 {
    margin-top: -200px;
  }
  .acf-block-preview .cta-btn {
    font-size: 15px;
    padding: 14px 18px;
  }
  .acf-block-preview .text-box.style4 {
    padding: 40px;
  }
  .acf-block-preview .text-box.style4 .title {
    font-size: 24px;
  }
  .acf-block-preview .text-box.style5 .title {
    font-size: 20px;
  }
  .acf-block-preview .text-box.style5 .number {
    font-size: 40px;
    width: 70px;
    height: 70px;
  }
  .acf-block-preview .text-box.style5 .number::before {
    width: 90px;
    height: 90px;
  }
  .acf-block-preview .text-box.process::after {
    top: 35px;
  }
  .acf-block-preview .cta-area.style5 .heading-alt span {
    display: inline;
  }
  .acf-block-preview .image-text-box-v5 .left_img {
    width: 400px;
  }
  .acf-block-preview .image-text-box-v5 .right_img {
    right: -90px;
    width: 335px;
  }
  .acf-block-preview .image-text-box-v5 .inner-box.right {
    transform: translateX(30px) translateY(10px);
  }
  .acf-block-preview .image-text-box-v5 .inner-box.left {
    margin-left: -50px;
  }
  .acf-block-preview .pb_120 {
    padding-bottom: 50px;
  }
  .acf-block-preview .banner-text.single-team-text .h1 {
    font-size: 65px;
  }
  .acf-block-preview .single-team-img,
  .acf-block-preview .single-team-img-dodge {
    height: auto;
    width: 250px;
  }
  .acf-block-preview .text-box.style2.text-end::before,
  .acf-block-preview .text-box.style2.text-start::before {
    right: -28px;
    top: 65px;
  }
  .acf-block-preview .text-box.style2.text-start::before {
    left: -28px;
  }
  .acf-block-preview .content-box.style6 .inner-items .font_ex_cond_700 {
    font-size: 44px;
  }
  .acf-block-preview .content-box.style6 .inner-items {
    padding: 20px;
  }
  .acf-block-preview .icon-teaser.style1 img {
    width: auto;
    height: 70px;
  }
  .acf-block-preview .podcast-slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .acf-block-preview .podcast-box {
    padding: 20px;
  }
  .acf-block-preview .video-box.style2 .play_btn {
    font-size: 14px;
    width: 100%;
    height: 100%;
  }
  .acf-block-preview .video-box.style2 .play_btn .icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
    min-height: 45px;
    font-size: 16px;
  }
  .acf-block-preview .video-box.style2 {
    height: 160px;
  }
  .acf-block-preview .content-text.success-stories span {
    font-size: 30px;
    line-height: 46px;
  }
  .acf-block-preview .box.style1 .text_action {
    font-size: 14px;
  }
  .acf-block-preview .text-box.style11 .count {
    font-size: 46px;
  }
  .acf-block-preview .text-box.style14 {
    padding: 15px;
    right: 0;
  }
  .acf-block-preview .content-image .large-text {
    font-size: 46px;
  }
  .acf-block-preview .text-box.style13 {
    max-width: 130px;
  }
  .acf-block-preview .giving-back-area.style2 .left_img {
    width: 500px;
    left: -260px;
  }
  .acf-block-preview .giving-back-area.style2 .right_img {
    width: 400px;
    right: -150px;
  }
  .acf-block-preview .icon-teaser.style4 img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    margin-right: 16px;
  }
  .acf-block-preview .text-box.style7 .count {
    font-size: 46px;
  }
  .acf-block-preview .text-box.style7 {
    margin-top: 20px;
    font-size: 15px;
  }
  .acf-block-preview .call-to-action.style2 {
    padding: 30px;
  }
  .acf-block-preview .image-box.style4 .text-box {
    left: 10px;
    bottom: 10px;
    width: 130px;
    padding: 15px;
    font-size: 18px;
  }
  .acf-block-preview .image-box.style4 .text-box .count {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .acf-block-preview h6,
  .acf-block-preview .h6 {
    font-size: 22px;
    line-height: 100%;
  }
  .acf-block-preview .content-box .text-box.style1 {
    padding: 25px;
  }
  .acf-block-preview .content-box .image-box.style1 {
    height: 290px;
  }
  .acf-block-preview .content-text.box.style5 {
    padding: 20px;
  }
  .acf-block-preview .content-text.box.style5 .list_check {
    column-count: 1;
  }
  .acf-block-preview .content-text.box.style5 .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .acf-block-preview .team-heading-bg {
    font-size: 120px;
    top: 50px;
  }
  .acf-block-preview .team-heading-bg.right {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .acf-block-preview .left_shape,
  .acf-block-preview .right_shape {
    top: -210px;
  }
  .acf-block-preview .hero-top {
    padding: 50px 0;
  }
  .acf-block-preview .hero-top .hero-sub-heading {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .acf-block-preview .hero-heading {
    font-size: 62px;
  }
  .acf-block-preview .video-slider {
    margin-top: 25px;
  }
  .acf-block-preview .sub-heading-alt {
    font-size: 20px;
  }
  .acf-block-preview .video-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .acf-block-preview .video-slider .slide {
    padding: 0 8px;
  }
  .acf-block-preview h1,
  .acf-block-preview .h1 {
    font-size: 44px;
    line-height: 100%;
  }
  .acf-block-preview h2,
  .acf-block-preview .h2 {
    font-size: 34px;
    line-height: 100%;
  }
  .acf-block-preview h3,
  .acf-block-preview .h3 {
    font-size: 32px;
    line-height: 100%;
  }
  .acf-block-preview h4,
  .acf-block-preview .h4 {
    font-size: 28px;
    line-height: 100%;
  }
  .acf-block-preview .box.style1 {
    padding: 25px;
  }
  .acf-block-preview .box.style1 img {
    height: 56px;
  }
  .acf-block-preview .box.style1 .text_action {
    font-size: 16px;
  }
  .acf-block-preview .content-text ul li::before {
    width: 16px;
    height: 19px;
    top: 6px;
  }
  .acf-block-preview .content-text ul {
    margin-bottom: 15px;
  }
  .acf-block-preview .img-tags {
    top: 30px;
    font-size: 20px;
    width: 200px;
  }
  .acf-block-preview .magazine-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .acf-block-preview .magazine-slider .slide {
    padding: 0 8px;
  }
  .acf-block-preview .magazine-slider {
    margin-top: 30px;
  }
  .acf-block-preview .magazine-slider .slick-center .inner-box img {
    filter: grayscale(0) opacity(1);
    transition: all 0.4s;
  }
  .acf-block-preview .box.style2 {
    padding: 20px;
  }
  .acf-block-preview .three-column-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .acf-block-preview .three-column-slider .slide {
    padding: 8px;
    padding-top: 0;
  }
  .acf-block-preview .box.style2 > img {
    height: 25px;
  }
  .acf-block-preview .c_arrows.arrows_prev {
    left: -12px;
  }
  .acf-block-preview .c_arrows.arrows_next {
    right: -10px;
  }
  .acf-block-preview .box.style2 .meta img {
    min-width: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .acf-block-preview .cta-inner.style1::after {
    display: none;
  }
  .acf-block-preview .cta-inner.style1 {
    padding: 20px;
  }
  .acf-block-preview .heading-img {
    width: 280px;
    margin: 0 auto;
  }
  .acf-block-preview .three-column-slider .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .acf-block-preview .box.style3 .title {
    font-size: 22px;
  }
  .acf-block-preview .section-heading {
    margin-bottom: 25px;
  }
  .acf-block-preview .box.style3 img {
    height: 200px;
  }
  .acf-block-preview .cta-area.style5 .title {
    font-size: 26px;
  }
  .acf-block-preview .cta-area.style5 .inner-box {
    margin: 20px 0;
  }
  .acf-block-preview .footer-top {
    padding: 30px 0;
  }
  .acf-block-preview a.footer-logo {
    width: 200px;
  }
  .acf-block-preview .footer-widget {
    margin: 15px 0;
  }
  .acf-block-preview .footer-bottom .inner {
    padding: 15px 0;
    font-size: 12px;
  }
  .acf-block-preview .hero-area .headshot_left_dodge,
  .acf-block-preview .hero-area .headshot_right_dodge {
    display: none;
  }
  .acf-block-preview .box-slider-v1 {
    margin-bottom: 20px;
  }
  .acf-block-preview .pb_300 {
    padding-bottom: 160px;
  }
  .acf-block-preview .n_top_210 {
    margin-top: -100px;
  }
  .acf-block-preview .cta_banner_shape {
    top: 100px;
    height: 200px;
  }
  .acf-block-preview .stat-box {
    font-size: 15px;
    padding: 20px;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2196078431);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
    height: 100%;
  }
  .acf-block-preview .stat-box::after {
    display: none;
  }
  .acf-block-preview .stat-box .num {
    font-size: 45px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .acf-block-preview .stats-area .col-6 {
    padding: 0;
  }
  .acf-block-preview .col-md-3:first-child .stat-box {
    padding-left: 20px;
  }
  .acf-block-preview .col-md-3:last-child .stat-box {
    padding-right: 20px;
  }
  .acf-block-preview .stat-box.ratings img {
    min-width: 35px;
    width: 35px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .acf-block-preview .stats-area .col-6:nth-last-child(-n+2) .stat-box {
    border-bottom: none;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -250px;
  }
  .acf-block-preview .logo-carousel .logo-box img,
  .acf-block-preview .logo-carousel-alt .logo-box img {
    height: 50px;
  }
  .acf-block-preview .magazine-slider .inner-box img {
    filter: grayscale(0) opacity(1);
    transition: all 0.4s;
  }
  .acf-block-preview .cta-area.style2 .heading {
    font-size: 32px;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    width: 50%;
  }
  .acf-block-preview .cta-area.style2 {
    padding: 40px 0;
  }
  .acf-block-preview .cta-area.style4 .cta-btn {
    min-width: inherit;
  }
  .acf-block-preview .hero_shade {
    opacity: 0.5;
  }
  .acf-block-preview .hero-area .headshot_left_object,
  .acf-block-preview .hero-area .headshot_right_object {
    display: block;
  }
  .acf-block-preview .image-cta-banner .inner .title {
    font-size: 34px;
  }
  .acf-block-preview .image-cta-banner .inner .subtitle {
    font-size: 32px;
  }
  .acf-block-preview .image-image-banner.alt .inner > .title {
    font-size: 32px;
  }
  .acf-block-preview .image-image-banner.alt .inner {
    padding: 30px;
  }
  .acf-block-preview .bg_overlay,
  .acf-block-preview .image-image-banner.alt .inner-text::before,
  .acf-block-preview .image-image-banner.alt .inner-text::after {
    width: calc(100% + 60px);
  }
  .acf-block-preview .hero-heading {
    font-size: 38px;
  }
  .acf-block-preview .hero-text {
    width: 65%;
  }
  .acf-block-preview .hero-area .group_btn {
    position: relative;
    z-index: 111;
    margin-top: 15px;
  }
  .acf-block-preview .hero-area .group_btn .cta-btn {
    margin: 7px 0;
  }
  .acf-block-preview .image-cta-banner .inner .ai-enhanced-logo {
    top: 20px;
    left: 115px;
    height: 18px;
  }
  .acf-block-preview .image-cta-banner .inner .text {
    top: 50px;
    left: 20px;
  }
  .acf-block-preview .image-cta-banner .inner ul li {
    font-size: 13px;
  }
  .acf-block-preview .image-cta-banner .inner .cta-btn {
    bottom: 14px;
    left: 110px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -130px;
  }
  .acf-block-preview .image-image-banner.alt .inner .cta_car {
    width: 270px;
    left: 13px;
    bottom: 44px;
  }
  .acf-block-preview .n_top_100 {
    margin-top: 0;
  }
  .acf-block-preview .page-banner {
    padding-top: 10px;
  }
  .acf-block-preview .banner-text .h1 {
    font-size: 44px;
  }
  .acf-block-preview .page-banner.banner-default {
    padding-bottom: 30px;
  }
  .acf-block-preview .sub-banner-heading {
    font-size: 20px;
  }
  .acf-block-preview .page-banner.banner-default .team-banner-yellow {
    left: 50%;
    top: 60%;
  }
  .acf-block-preview .count-pos .num {
    font-size: 44px;
  }
  .acf-block-preview .count-pos {
    font-size: 20px;
  }
  .acf-block-preview .count-pos {
    top: 70px;
  }
  .acf-block-preview .count-pos.right img {
    height: 40px;
  }
  .acf-block-preview .count-pos.right .num {
    font-size: 36px;
  }
  .acf-block-preview .count-pos.right {
    font-size: 20px;
  }
  .acf-block-preview .count-pos.right {
    right: 0;
  }
  .acf-block-preview .indicator .letter {
    font-size: 20px;
    width: 45px;
    height: 45px;
  }
  .acf-block-preview .team-wrapper .team-inner {
    margin-right: -4%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) img {
    transform: scale(0.86) translateX(0px);
    transform-origin: bottom;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) img {
    transform: scale(0.95) translateX(0px);
  }
  .acf-block-preview .team_substrac {
    bottom: -46%;
  }
  .acf-block-preview .indicator .title {
    font-size: 18px;
  }
  .acf-block-preview .indicator {
    height: 100px;
    width: 90px;
    line-height: 100%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 0%;
    top: -190px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    width: 1px;
    bottom: -102px;
    height: 120%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    left: 39px;
    transform: translateX(0);
    right: auto;
    bottom: -107px;
    width: 15px;
    height: 15px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    left: 3%;
    top: -225px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::before {
    bottom: -85px;
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner .indicator::after {
    width: 15px;
    height: 15px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::after {
    bottom: -96px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -267px;
    left: 8%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator::before {
    width: 1px;
    height: 122%;
    bottom: -110px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
    top: -241px;
    left: 10%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator::before {
    height: 100%;
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator::before {
    height: 115%;
    width: 1px;
    bottom: -92px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator::after {
    bottom: -99px;
  }
  .acf-block-preview .indicator .title {
    font-size: 18px;
    width: 60px;
    margin: 0 auto;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -208px;
    left: 10%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator::before {
    bottom: -96px;
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator::after {
    bottom: -102px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -102px;
    left: -18%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    right: 57%;
    bottom: -85px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    left: 31px;
    bottom: -20px;
  }
  .acf-block-preview .team-group {
    padding-top: 350px;
  }
  .acf-block-preview .team_shape {
    top: 50%;
  }
  .acf-block-preview .content-tab .nav-tabs li {
    margin-right: 12px;
  }
  .acf-block-preview .content-tab .nav-tabs button {
    font-size: 18px;
    padding: 12px;
    padding-right: 15px;
    padding-left: 0;
  }
  .acf-block-preview .content-tab .nav-tabs button::after {
    width: 5px;
    height: 5px;
  }
  .acf-block-preview .pb_340 {
    padding-bottom: 290px;
  }
  .acf-block-preview .icon-teaser.style2 {
    padding: 20px;
  }
  .acf-block-preview .expertise-areas .col-lg-4:first-child .icon-teaser.style2 {
    padding-left: 20px;
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
    padding-right: 20px;
  }
  .acf-block-preview .icon-teaser.style2 .h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-child(4n) .icon-teaser.style2 {
    padding-left: 20px;
  }
  .acf-block-preview .stats-box.style5 .title {
    font-size: 50px;
  }
  .acf-block-preview .stats-box.style5 {
    font-size: 15px;
  }
  .acf-block-preview .team-box-alt.v2,
  .acf-block-preview .team-box-alt {
    padding: 25px;
  }
  .acf-block-preview .team-box-alt.v2 .image {
    width: 140px;
    height: 140px;
  }
  .acf-block-preview .team-box-alt .image {
    width: 96px;
    height: 96px;
  }
  .acf-block-preview .team-box-alt .title {
    font-size: 22px;
  }
  .acf-block-preview .content-image {
    margin-bottom: 30px;
  }
  .acf-block-preview .content-box.style6 .inner-items .font_ex_cond_700 {
    font-size: 48px;
  }
  .acf-block-preview .content-image .small-text {
    font-size: 18px;
  }
  .acf-block-preview .video-content-icon-teaser .icon-teaser.style5 {
    margin-bottom: 0px;
    height: 100%;
  }
  .acf-block-preview .video-content-icon-teaser {
    padding-bottom: 40px;
  }
  .acf-block-preview .logo-carousel-v5 {
    flex-direction: column;
  }
  .acf-block-preview .logo-carousel-v5 .sub-heading-alt {
    margin-bottom: 15px;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -160px;
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
    border-right: 1px solid rgba(112, 112, 112, 0.18);
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-last-child(-n+3) .icon-teaser.style2 {
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-last-child(-n+2) .icon-teaser.style2 {
    border-bottom: 0;
  }
  .acf-block-preview .four-column-slider .slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .acf-block-preview .text-box.style13 {
    padding: 15px;
    max-width: 100px;
    top: -40px;
    left: 20px;
  }
  .acf-block-preview .video-content-icon-teaser .icon-teaser.style5 {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .acf-block-preview .icon-teaser.style5 .title {
    font-size: 22px;
  }
  .acf-block-preview .icon-teaser.style5 .icon img {
    height: 50px;
    margin: 0 auto;
  }
  .acf-block-preview .dropdown-tabs {
    position: relative;
    margin-bottom: 20px;
  }
  .acf-block-preview .dropdown-tabs > button {
    padding: 20px;
    background: #222;
    width: 100%;
    text-align: left;
    font-family: "Saira ExtraCondensed";
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    position: relative;
  }
  .acf-block-preview .dropdown-tabs > button::after {
    position: absolute;
    content: "";
    top: 47%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
  .acf-block-preview .tabs_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    display: none;
    z-index: 22;
  }
  .acf-block-preview .tabs_dropdown li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    display: block !important;
  }
  .acf-block-preview .tabs_dropdown li:last-child {
    border: none !important;
  }
  .acf-block-preview .tabs_dropdown li button {
    border: none !important;
    padding: 10px 20px !important;
    color: #fff !important;
    background: transparent !important;
    text-align: left !important;
    margin: 0 !important;
    font-size: 18px;
  }
  .acf-block-preview .tabs_drop {
    display: block !important;
  }
  .acf-block-preview .opportunity-content-area .text-box.style12 {
    position: relative;
    margin-right: 0;
    box-shadow: none;
    padding: 0;
  }
  .acf-block-preview .text-box.style12 {
    padding: 20px;
  }
  .acf-block-preview .vs-compare {
    width: 60px;
    height: 60px;
    font-size: 38px;
    font-style: italic;
  }
  .acf-block-preview .vs-compare::after {
    width: 84px;
    height: 84px;
  }
  .acf-block-preview .vs-compare {
    top: 45%;
  }
  .acf-block-preview .expertise-counter-area .inner-items.style2 {
    padding: 18px;
  }
  .acf-block-preview .banner-text {
    margin-top: 30px;
  }
  .acf-block-preview .badge-img {
    bottom: 20px;
    left: 0;
    width: 140px;
  }
  .acf-block-preview .text-box.style6 {
    padding: 20px;
    font-size: 16px;
  }
  .acf-block-preview .cta-box-v6 {
    padding: 20px;
    clip-path: inherit;
  }
  .acf-block-preview .cta-v6-img,
  .acf-block-preview .cta-v6-img-dodge {
    left: 15px;
    width: 230px;
    z-index: 22;
  }
  .acf-block-preview .cta-v6-img-dodge {
    left: 15px;
    width: 235px;
    z-index: 11;
  }
  .acf-block-preview .cta-box-v6 .bg_image {
    opacity: 0.5;
  }
  .acf-block-preview .cta-area .inner.regular-text {
    padding: 0;
  }
  .acf-block-preview .card-box.style2 .h2 {
    font-size: 25px;
  }
  .acf-block-preview .card-box.style2 img {
    width: 60px;
  }
  .acf-block-preview .page-banner.pb_200 {
    padding-bottom: 100px;
  }
  .acf-block-preview .card-box.style2 {
    margin-top: -120px;
  }
  .acf-block-preview .contact-area .contact-info .inner .title {
    font-size: 20px;
  }
  .acf-block-preview .contact-area .contact-info .inner {
    margin-top: 20px;
  }
  .acf-block-preview .contact-area .c_form.style1 {
    padding: 30px;
  }
  .acf-block-preview .c_form.style1 li {
    margin-bottom: 10px;
  }
  .acf-block-preview .c_form.style1 input {
    height: 60px;
  }
  .acf-block-preview .map-location.style1 > img {
    height: 300px;
    object-fit: cover;
  }
  .acf-block-preview .map-marker.style1 {
    left: 20px;
    bottom: 20px;
  }
  .acf-block-preview .footer-area.alt {
    padding-top: 140px;
    margin-top: -130px;
  }
  .acf-block-preview .graph-center .inner {
    width: 200px;
    height: 200px;
  }
  .acf-block-preview .graph-center {
    position: relative;
    left: auto;
    transform: translateX(0%);
    top: auto;
    margin-top: -320px;
    margin-bottom: 60px;
  }
  .acf-block-preview .graph-center .circle3 {
    width: 280px;
    height: 280px;
  }
  .acf-block-preview .graph-center .circle1 {
    width: 230px;
    height: 230px;
  }
  .acf-block-preview .graph-center .circle2 {
    width: 250px;
    height: 250px;
  }
  .acf-block-preview .n_300 {
    margin-top: 0;
  }
  .acf-block-preview .graphs-stats-box {
    padding: 20px;
    max-width: 100%;
    position: inherit;
    margin-top: 20px;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(0, 0);
  }
  .acf-block-preview .graph-area {
    padding-bottom: 50px !important;
  }
  .acf-block-preview .graphs-stats-box .top {
    display: flex !important;
  }
  .acf-block-preview .content-tab-v2 .content_tabs_list button {
    font-size: 18px;
  }
  .acf-block-preview .content-tab-v2 .content_tabs_list button .num {
    color: #fff;
  }
  .acf-block-preview .crm-training-area .content-text {
    background: rgba(0, 0, 0, 0.0392156863);
    height: 100%;
  }
  .acf-block-preview .content-tab-v2 .content-img {
    margin-bottom: 30px;
  }
  .acf-block-preview .icon-teaser.style2.col_3 {
    border-bottom: none !important;
    padding-top: 0 !important;
  }
  .acf-block-preview .graph-center {
    margin-top: -320px;
  }
  .acf-block-preview .icon-teaser.style5 {
    font-size: 15px;
    line-height: 20px;
    padding: 20px;
  }
  .acf-block-preview .icon-teaser.style3 .h5 {
    font-size: 22px;
  }
  .acf-block-preview .icon-teaser.style3 .icon img {
    width: 56px;
    height: 56px;
  }
  .acf-block-preview .text-box.style9 {
    padding: 30px;
  }
  .acf-block-preview .cta-area .inner.regular-text {
    min-height: inherit;
    display: block;
  }
  .acf-block-preview .image-stats-box.with-icon {
    left: 0;
  }
  .acf-block-preview .image-stats-box.with-icon img {
    width: 32px;
  }
  .acf-block-preview .image-stats-box {
    font-size: 15px;
  }
  .acf-block-preview .n_top_215 {
    padding-top: 150px;
    margin-top: -100px;
  }
  .acf-block-preview .text-box.style9 {
    padding: 20px;
    height: 100%;
  }
  .acf-block-preview .faq-accordion .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
    line-height: 22px;
    padding-right: 40px;
  }
  .acf-block-preview .faq-accordion .accordion-button::after {
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.813" height="15.813" viewBox="0 0 19.813 11.321"><path id="Path_24727" data-name="Path 24727" d="M-10338.914-2250.24l9.2,9.2,9.2-9.2" transform="translate(10339.621 2250.947)" fill="none" stroke="%23707070" stroke-width="2"/></svg>') no-repeat scroll center/cover;
    position: absolute;
    right: 13px;
  }
  .acf-block-preview .call-to-action.style5 {
    padding: 30px;
  }
  .acf-block-preview .footer-area.style2 {
    padding-top: 130px;
    margin-top: -170px;
  }
  .acf-block-preview .text-box.style4 {
    padding: 30px;
  }
  .acf-block-preview .text-box.style4 .title {
    font-size: 24px;
  }
  .acf-block-preview .text-box.style5 .number {
    font-size: 34px;
    width: 66px;
    height: 66px;
    margin: 0 auto 30px;
  }
  .acf-block-preview .text-box.style5 .number::before {
    width: 90px;
    height: 90px;
  }
  .acf-block-preview .text-box.style5 .title {
    font-size: 22px;
  }
  .acf-block-preview .text-box.process {
    margin-top: 30px;
  }
  .acf-block-preview .text-box-bottom.style5 {
    padding: 20px;
  }
  .acf-block-preview .text-box-bottom.style5 span {
    align-items: flex-start;
  }
  .acf-block-preview .image-text-box-v5 .inner-box {
    padding: 20px;
  }
  .acf-block-preview .image-text-box-v5 .inner-box.left {
    margin-left: -30px;
  }
  .acf-block-preview .image-text-box-v5 .inner-box .title {
    font-size: 26px;
  }
  .acf-block-preview .giving-back-area {
    overflow: hidden;
  }
  .acf-block-preview .image-text-box-v5 .right_img {
    right: -50px;
    width: 200px;
  }
  .acf-block-preview .image-text-box-v5 .left_img {
    left: -70px;
    width: 260px;
  }
  .acf-block-preview .text-box-v5 {
    padding: 20px;
  }
  .acf-block-preview .contact-info .inner .title {
    font-size: 24px;
  }
  .acf-block-preview .contact-info .inner .icon {
    width: 60px;
    min-width: 60px;
    margin-right: 12px;
  }
  .acf-block-preview .pb_120 {
    padding-bottom: 50px;
  }
  .acf-block-preview .c_form.style1 {
    padding: 30px;
  }
  .acf-block-preview .image-text-box-v5 .inner-box.right {
    transform: translateX(40px) translateY(-15px);
  }
  .acf-block-preview .logo-wrapper-v5 .inner img {
    height: 60px;
  }
  .acf-block-preview .logo-wrapper-v5 .inner {
    padding: 10px;
  }
  .acf-block-preview .logo-wrapper-v5 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .acf-block-preview .banner-text.single-team-text .h1 {
    font-size: 50px;
  }
  .acf-block-preview .content-box.style6 .inner-items {
    padding: 20px;
  }
  .acf-block-preview .icon-teaser.style1 img {
    width: auto;
    height: 65px;
    object-fit: contain;
  }
  .acf-block-preview .icon-teaser.style1 .h5 {
    font-size: 24px;
  }
  .acf-block-preview .cta-area .inner.regular-text .h1 span {
    display: inline;
  }
  .acf-block-preview .single-team-img,
  .acf-block-preview .single-team-img-dodge {
    height: 250px;
  }
  .acf-block-preview .content-box.style2 .text-box.style2 {
    padding: 20px;
    min-height: inherit;
  }
  .acf-block-preview .video-box.style2 {
    height: 160px;
  }
  .acf-block-preview .text-box.style3 {
    border: 1px solid #eee;
    padding: 20px;
  }
  .acf-block-preview .content-text.success-stories span {
    font-size: 20px;
    line-height: 30px;
  }
  .acf-block-preview .text-box.style10 {
    right: 0;
  }
  .acf-block-preview .text-box.style10 .h3 {
    font-size: 56px;
  }
  .acf-block-preview .text-box.style11 .count {
    font-size: 44px;
  }
  .acf-block-preview .icon-teaser.style6 .icon {
    border: 8px solid #fff;
    width: 88px;
    height: 88px;
  }
  .acf-block-preview .icon-teaser.style6 span {
    font-size: 16px;
  }
  .acf-block-preview .icon-teaser.style6 {
    border-radius: 15px;
    padding: 40px 20px 20px;
    margin-top: 70px;
    height: calc(100% - 70px);
  }
  .acf-block-preview .giving-back-area.style2 .left_img {
    width: 260px;
    left: -70px;
  }
  .acf-block-preview .giving-back-area.style2 .right_img {
    width: 200px;
    right: -50px;
  }
  .acf-block-preview .image-text-box-v5 .inner-box.left {
    margin-left: 0;
  }
  .acf-block-preview .giving-back-area.style2 .inner-box.right {
    transform: translateX(0px) translateY(0);
    margin-top: 20px;
  }
  .acf-block-preview .giving-back-area.style2 .image-text-box-v5 {
    position: relative;
    padding-bottom: 300px;
  }
  .acf-block-preview .text-box.inner-color-blk .h5 {
    font-size: 26px;
  }
  .acf-block-preview .image-box.style3 .logo {
    width: 150px;
  }
  .acf-block-preview .icon-teaser.style4 {
    margin-top: 20px;
  }
  .acf-block-preview .image-box.style4 .text-box {
    left: 15px;
    bottom: 30px;
    width: 130px;
    padding: 15px;
    font-size: 15px;
  }
  .acf-block-preview .image-box.style4 .text-box .count {
    font-size: 45px;
    line-height: 86%;
    margin-bottom: 4px;
  }
  .acf-block-preview h5,
  .acf-block-preview .h5 {
    font-size: 30px;
    line-height: 100%;
  }
  .acf-block-preview h6,
  .acf-block-preview .h6 {
    font-size: 20px;
    line-height: 100%;
  }
  .acf-block-preview .text-box.style8 ul {
    column-count: 1;
  }
  .acf-block-preview .content-box .text-box.style1 {
    padding: 20px;
  }
  .acf-block-preview .content-box .image-box.style1 {
    height: 260px;
  }
  .acf-block-preview .banner-text .stat-box {
    text-align: center;
  }
  .acf-block-preview .team-heading-bg {
    font-size: 120px;
    top: 50px;
  }
  .acf-block-preview .team-heading-bg.right {
    top: 120px;
  }
  .acf-block-preview .team_circle_shape {
    bottom: 0;
    width: 700px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .acf-block-preview .giving-back-area.style2 .inner-box.right {
    transform: translateX(0px) translateY(0px);
    margin: 0;
  }
  .acf-block-preview .single-team-img,
  .acf-block-preview .single-team-img-dodge {
    height: 330px;
    width: auto;
  }
  .acf-block-preview .image-text-box-v5 .inner-box.left {
    margin-left: 0px;
  }
  .acf-block-preview .image-text-box-v5 .inner-box {
    padding: 20px;
    margin: 20px 0;
  }
  .acf-block-preview .image-text-box-v5 .inner-box.right {
    transform: translateX(0px) translateY(0px);
    margin-top: 0;
  }
  .acf-block-preview .image-text-box-v5 {
    padding-bottom: 250px;
  }
  .acf-block-preview .footer-area.style2 {
    padding-top: 210px;
  }
  .acf-block-preview .vs-compare {
    top: 42%;
  }
  .acf-block-preview .footer-area.alt {
    padding-top: 200px;
    margin-top: -200px;
  }
  .acf-block-preview .hero-heading span {
    display: inline-block;
  }
  .acf-block-preview .hero-lists li {
    padding-right: 0;
    margin-right: 13px;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 5px;
  }
  .acf-block-preview .hero-lists li::after {
    top: 8px;
    left: 0px;
    width: 10px;
    height: 10px;
    right: auto;
  }
  .acf-block-preview .hero-lists li:last-child::after {
    display: block;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -250px;
  }
  .acf-block-preview .hero-lists {
    margin: 15px 0;
  }
  .acf-block-preview .cta-btn {
    padding: 10px 15px;
    line-height: 26px;
    font-size: 16px;
    width: 100%;
    margin: 5px 0;
  }
  .acf-block-preview .team-meta {
    bottom: 120px;
  }
  .acf-block-preview .team-slider .slick-slide {
    padding: 50px 0;
  }
  .acf-block-preview .group_btn a {
    margin: 5px 0;
  }
  .acf-block-preview .hero-area .group_btn {
    margin-top: 25px;
  }
  .acf-block-preview .stats-inner {
    text-align: center;
  }
  .acf-block-preview .stats-inner .num {
    font-size: 25px;
    margin-bottom: 7px;
  }
  .acf-block-preview .stats-inner .item {
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .acf-block-preview .hero-stats {
    padding: 30px 0;
  }
  .acf-block-preview .logo-slider {
    margin-top: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .acf-block-preview .logo-slider .inner {
    padding: 10px;
  }
  .acf-block-preview .logo-slider .inner img {
    height: 20px;
  }
  .acf-block-preview .pb_300 {
    padding-bottom: 300px;
  }
  .acf-block-preview .n_top_210 {
    margin-top: -60px;
  }
  .acf-block-preview .content-img {
    margin-bottom: 30px;
  }
  .acf-block-preview .cta_banner_shape {
    top: 60px;
    height: 120px;
  }
  .acf-block-preview .section-heading .content-text ul li {
    margin: 10px 0;
  }
  .acf-block-preview .map-image img {
    height: 220px;
    object-fit: cover;
  }
  .acf-block-preview .logo-carousel .logo-box img,
  .acf-block-preview .logo-carousel-alt .logo-box img {
    height: 36px;
  }
  .acf-block-preview .quote-box {
    text-align: center;
  }
  .acf-block-preview .quote-box img {
    margin: 0 auto 20px;
  }
  .acf-block-preview .quote-notes {
    text-align: center;
  }
  .acf-block-preview .logo-slider-area {
    padding-bottom: 0;
  }
  .acf-block-preview .cta-area.style2 {
    padding: 50px 0;
    padding-bottom: 270px;
    text-align: center;
  }
  .acf-block-preview .cta-area.style2 .heading {
    font-size: 32px;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    width: 100%;
  }
  .acf-block-preview .cta-headshot-left {
    width: 150px;
  }
  .acf-block-preview .cta-headshot-right {
    width: 135px;
  }
  .acf-block-preview .cta-headshot-left {
    left: -20px;
  }
  .acf-block-preview .cta-headshot-right {
    right: -20px;
  }
  .acf-block-preview .cta-area.style5 .container {
    max-width: 100%;
  }
  .acf-block-preview .hero-heading {
    font-size: 48px;
  }
  .acf-block-preview .left_shape,
  .acf-block-preview .right_shape {
    top: -275px;
  }
  .acf-block-preview .hero-heading {
    font-size: 38px;
  }
  .acf-block-preview .hero-heading::after {
    bottom: -10px;
    background-size: contain;
  }
  .acf-block-preview .hero-area .headshot_left_object,
  .acf-block-preview .hero-area .headshot_right_object {
    width: 145px;
  }
  .acf-block-preview .hero-area .headshot_left_object {
    left: -30px;
  }
  .acf-block-preview .hero-area .headshot_right_object {
    right: -30px;
  }
  .acf-block-preview .hero-lists {
    margin: 15px auto;
    width: 80%;
    font-size: unset;
  }
  .acf-block-preview .hero-lists li {
    padding-right: 0;
    margin-right: 0;
    font-size: 16px;
    padding-left: 0;
    margin-top: 1px;
    font-size: 13px;
    margin: 2px 0;
    padding-top: 15px;
  }
  .acf-block-preview .hero-lists li::after {
    top: 3px;
    left: 50%;
    width: 9px;
    height: 9px;
    right: auto;
    transform: translateX(-50%);
  }
  .acf-block-preview .hero-text {
    position: relative;
    z-index: 111;
  }
  .acf-block-preview .hero-text .btn_border {
    background: #222;
    border-color: #222;
  }
  .acf-block-preview .hero-top {
    padding: 30px 0;
  }
  .acf-block-preview .image-cta-banner .inner {
    background: #E67B00;
  }
  .acf-block-preview .image-cta-banner .inner .text {
    position: inherit;
    top: auto;
    left: auto;
  }
  .acf-block-preview .image-cta-banner .inner .cta-btn {
    position: inherit;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
  .acf-block-preview .image-cta-banner .inner .ai-enhanced-logo {
    position: inherit;
    top: auto;
    left: auto;
    height: 30px;
    margin: 0 auto 15px;
  }
  .acf-block-preview .image-cta-banner .inner {
    overflow: hidden;
    padding: 30px;
  }
  .acf-block-preview .enhanced-banner {
    object-fit: cover;
    object-position: left;
    position: absolute;
    top: -9px;
    right: 0;
    width: 100%;
    height: 150%;
    z-index: -1;
  }
  .acf-block-preview .enhanced-banner-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .acf-block-preview .image-image-banner.alt .text,
  .acf-block-preview .image-image-banner.alt .action .action-inner {
    width: 100%;
  }
  .acf-block-preview .image-image-banner.alt .inner {
    padding-bottom: 180px;
  }
  .acf-block-preview .image-image-banner.alt .inner .cta_car {
    width: 270px;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -38px;
  }
  .acf-block-preview .n_top_210 {
    margin-top: -230px;
  }
  .acf-block-preview .team-heading {
    justify-content: center;
  }
  .acf-block-preview .n_top_100 {
    margin-top: -55px;
  }
  .acf-block-preview .cta-area.style5 .title {
    font-size: 20px;
  }
  .acf-block-preview .cta-area.style5 .inner-box {
    width: 55%;
    padding: 15px;
  }
  .acf-block-preview .cta-area.style5 .cta-btn {
    position: relative;
    z-index: 11;
    width: auto;
  }
  .acf-block-preview .cta-headshot-left {
    left: -40px;
    z-index: 1;
  }
  .acf-block-preview .cta-headshot-right {
    right: -41px;
    z-index: 1;
  }
  .acf-block-preview .cta-area.style2 {
    padding-bottom: 320px;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
  .acf-block-preview .team_arrows {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .acf-block-preview .team-meta {
    bottom: 150px;
    padding: 15px;
    left: 25%;
  }
  .acf-block-preview .n_top_100 {
    margin-top: -60px;
  }
  .acf-block-preview .team-slider .slick-slide {
    padding-top: 120px;
  }
  .acf-block-preview .content-tab .nav-tabs {
    justify-content: center;
  }
  .acf-block-preview .section_action {
    margin-top: 30px;
  }
  .acf-block-preview .team-box-alt.v2 {
    height: auto;
    margin-bottom: 10px;
  }
  .acf-block-preview .inner-items.style2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .acf-block-preview .video-library.nav-tabs li {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .acf-block-preview .video-library.nav-tabs .nav-link {
    width: 100%;
  }
  .acf-block-preview .stats-box.style5 {
    text-align: center;
  }
  .acf-block-preview .pb_300 {
    padding-bottom: 260px;
  }
  .acf-block-preview .inner-compare .col-md-6:nth-child(2) {
    margin-top: 50px;
  }
  .acf-block-preview .opportunity-content-area .text-box.style12 {
    margin-top: 30px;
  }
  .acf-block-preview .n_top_250 {
    margin-top: -250px;
  }
  .acf-block-preview .cta-v6-img-dodge {
    display: none;
  }
  .acf-block-preview .cta-box-v6 .bg_image {
    opacity: 0.6;
  }
  .acf-block-preview .cta-box-v6 {
    padding: 20px;
    clip-path: inherit;
    padding-top: 270px;
    text-align: center;
  }
  .acf-block-preview .cta-v6-img {
    position: absolute;
    left: 50%;
    bottom: auto;
    width: auto;
    z-index: 22;
    height: 250px;
    top: 20px;
    z-index: 11;
    transform: translateX(-50%);
  }
  .acf-block-preview .cta-box-v6 .text {
    border-top: 4px solid #E67B00;
    padding-top: 20px;
  }
  .acf-block-preview .cta-area .inner.regular-text {
    padding: 0 30px;
  }
  .acf-block-preview .cta-area .inner.regular-text .text {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
  }
  .acf-block-preview .hero-text {
    width: 100%;
  }
  .acf-block-preview .hero-heading span {
    display: inline;
  }
  .acf-block-preview .banner-text .stat-box {
    height: auto;
    margin: 0;
    padding: 15px;
  }
  .acf-block-preview .banner-text .col-md-3 {
    padding: 0;
  }
  .acf-block-preview .banner-text .col-md-3:nth-child(even) .stat-box {
    border-right: 0;
  }
  .acf-block-preview .banner-text .col-md-3:nth-last-child(-n+2) .stat-box {
    border-bottom: 0;
  }
  .acf-block-preview .card-box.style2 {
    padding: 20px;
  }
  .acf-block-preview .icon-teaser.style7 {
    display: block;
  }
  .acf-block-preview .icon-teaser.style7 .icon {
    width: 70px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .acf-block-preview .banner-text:not(.style2) .stat-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
  }
  .acf-block-preview .expertise-areas .col-lg-4:nth-last-child(-n+2) .icon-teaser.style2.col_3 {
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  }
  .acf-block-preview .expertise-areas .col-lg-4:last-child .icon-teaser.style2.col_3 {
    border: none;
  }
  .acf-block-preview .graph-center {
    margin-top: -200px;
  }
  .acf-block-preview .crm-training-area .image-text {
    padding-bottom: 200px;
  }
  .acf-block-preview .crm-training-area .image-text .image-box {
    width: 230px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  .acf-block-preview .content-icon {
    margin-top: 30px;
  }
  .acf-block-preview .icon-teaser.style3 {
    border-right: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.18) !important;
    padding: 20px 0;
  }
  .acf-block-preview .free-tools-areas .col-lg-4:last-child .icon-teaser.style3 {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .acf-block-preview .free-tools-areas .col-lg-4 {
    padding: 0 15px;
  }
  .acf-block-preview .text-box.style9 {
    padding: 20px;
    height: auto;
    margin: 15px 0;
  }
  .acf-block-preview .section-notes {
    margin-top: 10px;
  }
  .acf-block-preview .vs-compare {
    display: none;
  }
  .acf-block-preview .cta-area .inner.regular-text .h1 {
    position: relative;
    z-index: 11;
  }
  .acf-block-preview .footer-area.style2 {
    padding-top: 175px;
    margin-top: -205px;
  }
  .acf-block-preview .icon-teaser.style3 .h5 {
    font-size: 26px;
  }
  .acf-block-preview .text-box.process::after {
    display: none;
  }
  .acf-block-preview .logo-wrapper-v5 .inner img {
    height: 50px;
    object-fit: contain;
  }
  .acf-block-preview .logo-wrapper-v5 .inner {
    flex: 0 0 33%;
    width: 33%;
    padding: 10px;
  }
  .acf-block-preview .logo-wrapper-v5 {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
  .acf-block-preview .contact-info {
    margin-bottom: 30px;
  }
  .acf-block-preview .banner-text.single-team-text {
    text-align: center;
  }
  .acf-block-preview .single-team-img,
  .acf-block-preview .single-team-img-dodge {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .acf-block-preview .content-box.style2::before {
    left: 4px;
  }
  .acf-block-preview .content-box.style2 {
    padding-left: 30px;
  }
  .acf-block-preview .content-box.style2 .text-box.style2 {
    text-align: left !important;
    padding: 20px;
    border-right: 0;
    border-left: 5px solid rgba(112, 112, 112, 0.12);
    border-radius: 0;
  }
  .acf-block-preview .text-box.style2.text-end::before,
  .acf-block-preview .text-box.style2.text-start::before {
    right: auto;
    left: -40px;
    top: -10px;
  }
  .acf-block-preview .content-box.style2 .inner-item {
    margin-bottom: 30px;
  }
  .acf-block-preview .banner-text.single-team-text {
    padding-bottom: 300px;
  }
  .acf-block-preview .hero-lists li {
    display: block;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    object-fit: cover;
  }
  .acf-block-preview .call-to-action.style2 {
    padding: 20px;
  }
  .acf-block-preview .video-box.style2.alt {
    margin-bottom: 30px;
  }
  .acf-block-preview .cta-area.style2 .cta_img {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .acf-block-preview .team_substrac {
    bottom: -74%;
    width: 1000px;
  }
  .acf-block-preview .indicator .title {
    font-size: 20px;
  }
  .acf-block-preview .indicator {
    width: 80px;
    height: 150px;
  }
  .acf-block-preview .indicator .letter {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
  .acf-block-preview .team-group {
    padding-top: 400px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::before,
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    transform: translateX(0);
    bottom: -90px;
    z-index: -1;
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 25px;
    bottom: -95px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 44%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -190px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::before {
    bottom: -71px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::after {
    bottom: -85px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -325px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
    top: -315px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -298px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -126px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    left: -6%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -160px;
    left: 24px;
    bottom: -145px;
  }
}
@media only screen and (max-width: 853px) {
  .acf-block-preview .team_substrac {
    bottom: -68%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    top: -192px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -260px;
  }
}
@media only screen and (max-width: 820px) {
  .acf-block-preview .team_substrac {
    width: 710px;
  }
  .acf-block-preview .team_substrac {
    bottom: -50%;
  }
  .acf-block-preview .indicator .title {
    font-size: 20px;
  }
  .acf-block-preview .indicator {
    width: 80px;
    height: 150px;
  }
  .acf-block-preview .indicator .letter {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
  .acf-block-preview .team-group {
    padding-top: 400px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::before,
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    transform: translateX(0);
    bottom: -90px;
    z-index: -1;
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 25px;
    bottom: -78px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 44%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -255px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::before {
    bottom: -71px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::after {
    bottom: -85px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -325px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
    top: -315px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -298px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -126px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    left: -6%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -160px;
    left: 27px;
    bottom: -117px;
  }
}
@media only screen and (max-width: 768px) {
  .acf-block-preview .team_substrac {
    width: 710px;
  }
  .acf-block-preview .team_substrac {
    bottom: -55%;
  }
  .acf-block-preview .indicator .title {
    font-size: 20px;
  }
  .acf-block-preview .indicator {
    width: 80px;
    height: 150px;
  }
  .acf-block-preview .indicator .letter {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
  .acf-block-preview .team-group {
    padding-top: 400px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::before,
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    transform: translateX(0);
    bottom: -90px;
    z-index: -1;
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 25px;
    bottom: -78px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 44%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -210px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::before {
    bottom: -71px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::after {
    bottom: -85px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -317px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
    top: -315px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -298px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -126px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    left: -6%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -160px;
    left: 27px;
    bottom: -135px;
  }
}
@media only screen and (max-width: 740px) {
  .acf-block-preview .team_substrac {
    bottom: -65%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 32%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 32px;
    bottom: -98px;
    left: auto;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -242px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -332px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -272px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -220px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -100px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -160px;
    left: 27px;
    bottom: -107px;
  }
}
@media only screen and (max-width: 640px) {
  .acf-block-preview .team_substrac {
    bottom: -62%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 14%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 32px;
    bottom: -76px;
    left: auto;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator::after {
    bottom: -113px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -276px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -225px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -92px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -160px;
    left: 27px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 600px) {
  .acf-block-preview .team_substrac {
    bottom: -68%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 23%;
    top: -152px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -204px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -112px;
    left: -7%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -57px;
  }
}
@media only screen and (max-width: 540px) {
  .acf-block-preview .team_substrac {
    bottom: -51%;
  }
  .acf-block-preview .indicator .letter {
    font-size: 24px;
    width: 46px;
    height: 46px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 10%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 33px;
    bottom: -32px;
    left: auto;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -230px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -309px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
    top: -295px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -261px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -175px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -52px;
  }
}
@media only screen and (max-width: 480px) {
  .acf-block-preview .team_substrac {
    bottom: -56%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 11%;
    top: -173px;
  }
}
@media only screen and (max-width: 430px) {
  .acf-block-preview .team_substrac {
    bottom: -50%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    top: -180px;
  }
  .acf-block-preview .team-wrapper .team-inner .indicator::before {
    width: 1px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 0;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -215px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -132px;
    left: -12%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator::after {
    right: 33px;
    bottom: -54px;
    left: auto;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator::before {
    bottom: -80px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(3) .indicator {
    top: -282px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(4) .indicator {
    top: -270px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(5) .indicator {
    top: -240px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::before {
    bottom: -90px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -30px;
  }
}
@media only screen and (max-width: 414px) {
  .acf-block-preview .team_substrac {
    bottom: -48%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 0;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -222px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -30px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    left: -13%;
  }
}
@media only screen and (max-width: 412px) {
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -28px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -238px;
  }
}
@media only screen and (max-width: 395px) {
  .acf-block-preview .team_substrac {
    bottom: -45%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    left: 0;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    top: -223px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    top: -133px;
    left: -16%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -25px;
  }
}
@media only screen and (max-width: 390px) {
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -50px;
  }
}
@media only screen and (max-width: 360px) {
  .acf-block-preview .team_substrac {
    bottom: -43%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(1) .indicator {
    top: -185px;
    left: -10px;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(2) .indicator {
    left: -2%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator {
    left: -22%;
  }
  .acf-block-preview .team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -20px;
  }
  .acf-block-preview .indicator .letter {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 344px) {
  .acf-block-preview .team_substrac {
    bottom: -41%;
  }
}
@media only screen and (max-width: 320px) {
  .acf-block-preview .team_substrac {
    bottom: -38%;
  }
  .acf-block-preview .indicator .title {
    font-size: 12px;
  }
}
.acf-block-preview .section-heading .text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 10px;
}
.acf-block-preview .section-heading .text p {
  color: #fff;
}
.acf-block-preview .testimonial-wrap .box.style2 {
  border: 1px solid rgba(112, 112, 112, 0.25);
  margin-top: 0px !important;
}
.acf-block-preview .testimonial-wrap .box.style2:hover {
  border: 1px solid #E67B00;
  background: #fff;
}
.acf-block-preview .testimonial-wrap .slick-track {
  display: flex !important;
}
.acf-block-preview .testimonial-wrap .slick-slide {
  height: auto;
}
.acf-block-preview .testimonial-wrap .box.style2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.acf-block-preview .testimonial-wrap .box.style2 .meta {
  margin-top: auto;
}
.acf-block-preview .logo-carousel, .acf-block-preview .logo-carousel-alt {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.acf-block-preview .video-slider, .acf-block-preview .magazine-slider, .acf-block-preview .three-column-slider, .acf-block-preview .team-slider, .acf-block-preview .three-column-slider.alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.acf-block-preview .video-slider .slide, .acf-block-preview .magazine-slider .slide, .acf-block-preview .three-column-slider .slide, .acf-block-preview .team-slider .item, .acf-block-preview .three-column-slider.alt .slide{
    padding:  15px;
    flex-basis: 33%;
	position:relative
}
.acf-block-preview .team-meta {
    visibility: visible;
    opacity: 1;
}
.acf-block-preview .team-slider .item:not(.slick-active) img {
	opacity:1
}
.acf-block-preview .four-column-slider {
    display: flex;
    justify-content: center;
}
.acf-block-preview .cta-area .inner.regular-text{
	width:100%
}
.acf-block-preview .logo-carousel-v6{
	display:flex;
	flex-wrap:wrap;
}
.acf-block-preview .logo-carousel-v6 .slide {
    width: 25%;
    padding: 10px;
}
.acf-block-preview .podcast-slider {
    display: flex;
    flex-wrap: wrap;
}
.acf-block-preview .podcast-slider .slide{
	width:50%
}
.acf-block-preview .rv-card-slider .slick-list {
  width: 2000px;
  margin-left: -15px;
}
.acf-block-preview .rv-card-slider{
	display:flex;
	flex-wrap:wrap
}
.acf-block-preview .rv-card-slider .slide {
  padding:  15px;
	width:48%
}
.acf-block-preview .rv-card-box {
  border-radius: 16px;
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.acf-block-preview .rv-card-box img.rv_img {
  position: absolute;
  top: 100px;
  width: 35%;
  left: 30px;
}
.acf-block-preview .rv-card-box .title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.acf-block-preview .rv-card-box .quote-icon {
  font-size: 70px;
  margin-bottom: 10px;
  color: #F68F00;
}
.acf-block-preview .rv-meta {
  color: #9f9c9c;
}
.acf-block-preview .rv-meta .name {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}
.acf-block-preview .rv-card-box .text_bg {
  font-family: "Saira ExtraCondensed";
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}
.acf-block-preview .rv-card-box .rv-text {
  margin: 15px 0;
  height: 100px;
  padding-right: 10px;
  overflow-y: auto;
}
.acf-block-preview .rv-card-box {
  padding: 30px;
  border: 1px solid #1C1C22;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(24, 24, 28) 0%, rgb(19, 19, 22) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.acf-block-preview .rv-card-box::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(249, 115, 22, 0.35) 0%, rgba(234, 88, 12, 0.1) 65%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}
.acf-block-preview .rv-card-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .rv-card-box:hover {
  border-color: rgba(249, 115, 22, 0.1215686275);
}
.acf-block-preview span.text_bg {
  font-family: "Saira ExtraCondensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 90%;
  color: rgba(255, 255, 255, 0.0392156863);
  position: absolute;
  width: auto;
  left: 0;
  top: 50%;
  white-space: nowrap;
  z-index: -1;
  transition: all 0.4s;
}
.acf-block-preview .rv-card-box .title {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.acf-block-preview .rv-card-box img.icon-img {
  width: 70px;
  margin-bottom: 20px;
}
.acf-block-preview .rv-card-box .rv_img {
  transform: translatey(30px);
  max-height: 200px;
}
.acf-block-preview .rv-meta .name {
  color: #F68F00;
  font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.acf-block-preview .rv-card-box .rv-logo {
  max-width: 130px;
  max-height: 30px;
  filter: grayscale(1);
  margin: 30px 0;
}
.acf-block-preview .rv-card-box:hover .text_bg {
  color: rgba(249, 115, 22, 0.0431372549);
}
.acf-block-preview .rv-custom-dots .slick-dots {
  position: inherit;
  bottom: auto;
  text-align: right;
}
.acf-block-preview .rv-card-box .rv-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #17171a;
}
.acf-block-preview .rv-card-box .rv-text::-webkit-scrollbar {
  width: 6px;
  background-color: #17171a;
}
.acf-block-preview .rv-card-box .rv-text::-webkit-scrollbar-thumb {
  background-color: #ebbd7e;
  opacity: 0.3;
}
.acf-block-preview .custom_arrows.right {
  justify-content: flex-end;
}
.acf-block-preview .n_top_220 {
  margin-top: -220px;
}
.acf-block-preview .rv_circle_shape{
	    position: absolute;
    width: 700px;
    right: 0;
    top: -100px;
    right: -100px;
    z-index: -1;
}
.acf-block-preview .rv-card-slider-alt .slick-list {
  width: 2000px;
  margin-left: -15px;
}
.acf-block-preview .rv-card-slider-alt{
	display:flex;
	flex-wrap:wrap
}
.acf-block-preview .rv-card-slider-alt .slide {
  padding: 15px;
	width:48%
}
.acf-block-preview .rv-card-box-alt {
  border-radius: 16px;
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.acf-block-preview .rv-card-box-alt img.rv_img_alt {
  position: absolute;
  top: 100px;
  width: 35%;
  left: 30px;
}
.acf-block-preview .rv-card-box-alt .title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.acf-block-preview .rv-card-box-alt .quote-icon-alt {
  font-size: 70px;
  margin-bottom: 10px;
  color: #F68F00;
}
.acf-block-preview .rv-meta-alt {
  color: #9f9c9c;
}
.acf-block-preview .rv-meta-alt .name-alt {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: #E67B00;
}
.acf-block-preview .rv-card-box-alt .text_bg_alt {
  font-family: "Saira ExtraCondensed";
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  width: 50%;
}
.acf-block-preview .rv-card-box-alt .rv-text-alt {
  margin: 15px 0;
  height: 100px;
  padding-right: 10px;
  overflow-y: auto;
}
.acf-block-preview .custom_arrows.right {
  justify-content: flex-end;
}
.acf-block-preview img.rv-logo-alt {
  height: 24px;
}
.acf-block-preview .rv-meta-alt {
  width: 50%;
}
.acf-block-preview .rv-card-box-alt .rv-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.acf-block-preview .slick-current .rv-card-box-alt .rv-card-shape {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .rv-card-box-alt .rv-text-alt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.acf-block-preview .rv-card-box-alt .rv-text-alt::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.acf-block-preview .rv-card-box-alt .rv-text-alt::-webkit-scrollbar-thumb {
  background-color: #666666;
  opacity: 0.3;
}
.acf-block-preview .quote-icon-alt img.icon-img {
  height: 50px;
  margin-bottom: 20px;
}
.acf-block-preview .bg_dark.testimonial-new.bg_white .heading-alt.text_white {
  color: #101010;
}
.acf-block-preview .bg_dark.testimonial-new.bg_white .text_light {
  color: #141414;
}
.acf-block-preview .bg_dark.testimonial-new.bg_white .rv-card-box-alt {
  border: 1px solid rgba(112, 112, 112, 0.2);
}
.acf-block-preview .bg_dark.testimonial-new.bg_white .custom_arrows.white .arrows {
  border-color: rgba(0, 0, 0, 0.42);
  color: #101010;
}
.acf-block-preview .bg_dark.testimonial-new.bg_white .custom_arrows.white .arrows:hover {
  border-color: #E67B00;
  color: #fff;
}

.acf-block-preview .image-cta-banner .inner .text {
    position: absolute;
    top: 105px;
    left: 50px;
    text-align: center;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    width: 52%;
}

.acf-block-preview .image-cta-banner .inner ul li {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.acf-block-preview .image-cta-banner .inner ul li:last-child {
    margin: 0;
    padding: 0
}

.acf-block-preview .image-cta-banner .inner ul li::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.acf-block-preview .image-cta-banner .inner ul li:last-child::after {
    display: none
}

.acf-block-preview .image-cta-banner .inner .title {
    font-size: 72px;
    margin: 0;
}
