<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-block-01 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  overflow: hidden;
}

.custom-block-01 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.custom-block-01 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.statistics {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.stat-item {
  flex: 1 0 21%;
  /* Adjust the width of each item */
  padding: 35px 20px;
  border: 1px dashed rgb(255 255 255 / 40%);
  box-sizing: border-box;
  position: relative;
}

.stat-item h3 {
  font-size: 48px;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.stat-item p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 0;
  color: rgb(255 255 255 / 70%);
}

.stat-item:nth-child(1),
.stat-item:nth-child(2),
.stat-item:nth-child(3),
.stat-item:nth-child(4) {
  border-top: 0;
}

.stat-item:nth-child(1) {
  border-left: 0;
}

.stat-item:nth-child(2),
.stat-item:nth-child(3),
.stat-item:nth-child(4) {
  border-left: 0;
}

.stat-item:nth-child(5),
.stat-item:nth-child(6),
.stat-item:nth-child(7),
.stat-item:nth-child(8) {
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
}

.stat-item:nth-child(4),
.stat-item:nth-child(8) {
  border-right: 0;
}

.custom-block-01 .right-section {
  font-size: 26px;
  color: #ffffff;
  padding: 50px 20px;
  text-align: right;
}

.custom-block-01 .consultation {
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}

.custom-block-01 .consultation p a {
  font-size: 34px;
  font-family: 'Cinzel', serif;
  color: #fff;
}
.custom-block-01 .consultation p a:hover {
  color: #000;
}
.custom-block-01 .featured-logos {
  border-top: 1px solid rgb(255 255 255 / 40%);
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.custom-block-01 .featured-logos .container {
  max-width: 960px;
}

.custom-block-01 .featured-logos span {
  text-transform: uppercase;
  font-weight: 700;
}

.right-section-bg {
  position: absolute;
  width: 200%;
  height: 85%;
  right: -170%;
  z-index: 0;
  display: block;
  top: 0;
}

.right-section-bg:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 200%;
  height: 1px;
  left: 100px;
  z-index: 0;
  display: block;
  top: 75px;
}

.right-content p {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
.right-section-bg:before {
    left: 230px;
}
.custom-block-01 .consultation p a {
  font-size: 26px;
}
.custom-block-01 {
    padding-top: 80px;
}
}

@media (max-width: 767.98px) {
  .stat-item {
    flex: 1 0 33%;
    padding: 25px 20px;
}
  .stat-item h3 {
    font-size: 30px;
}
  .stat-item:nth-child(4), .stat-item:nth-child(5), .stat-item:nth-child(6) {
      border-bottom: 1px dashed rgb(255 255 255 / 40%);
  }
  .stat-item:nth-child(4) {
      border-right: 1px dashed rgb(255 255 255 / 40%);
  }
  .stat-item:nth-child(3), .stat-item:nth-child(6), .stat-item:nth-child(8) {
      border-right: 0;
  }
  .custom-block-01 .featured-logos .container {
    gap: 10px;
}
.custom-block-01 .featured-logos img {
    max-height: 20px;
    max-width: 100px;
}
}
@media (max-width: 575.98px) {
  .custom-block-01 {
      padding-top: 60px;
  }
  .stat-item {
    flex: 1 0 49%;
    padding: 25px 20px;
}
  .stat-item h3 {
    font-size: 30px;
}
.custom-block-01 .right-section {
    color: #ffffff;
    padding: 20px 20px;
}
  .stat-item:nth-child(3) {
      border-right: 1px dashed rgb(255 255 255 / 40%);
  }
  .stat-item:nth-child(2), .stat-item:nth-child(4) {
      border-right: 0;
  }
  .custom-block-01 .consultation p a {
    font-size: 20px;
}
.right-content p {
    font-size: 26px;
}
.custom-block-01 .container {
    flex-wrap: wrap;
}
}
</pre></body></html>