.section__header {
  max-width: 73.75rem;
  margin: 0 auto;
  text-align: center;
}
.section__header h2 {
  margin-bottom: 1.1875rem;
}

.where_we_section {
  padding: 1.5625rem 0;
}
.where_we_section .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 73.75rem;
}
.where_we_section .section__header h3 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-light);
}

@media (max-width: 767px) {
  .where_we_section .section__header h3 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .where_we_section {
    padding: 1.875rem 0 3.125rem;
  }
}
@media (min-width: 1200px) {
  .where_we_section {
    padding: 2.8125rem 0 5rem;
  }
}
@media (min-width: 1200px) {
  .where_we_section {
    padding: 2.8125rem 0 7.5rem;
  }
  .where_we_section .section__header h3 {
    font-size: 2.5rem;
  }
}
.trigger {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D212D;
}
.trigger p {
  max-width: 67.5rem;
  text-align: center;
  font-size: var(--h3);
  color: var(--text-light-color);
}

.highlight_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.highlight_section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--color-4);
  border-radius: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.highlight_section .metatext:before, .highlight_section .metatext:after {
  filter: invert(1);
}
.highlight_section .block_post_content {
  color: var(--color-1);
}

.block_post_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  max-width: 100%;
}

.block_post_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.block_post_item.row-reverse {
  flex-direction: row-reverse;
}
.block_post_item + .block_post_item {
  margin-top: 2.875rem;
}
.block_post_item > div {
  max-width: 100%;
  flex: 0 0 100%;
}

.block_post_content {
  text-align: center;
}

.block_post_media {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 2rem;
  background-color: var(--color-1);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s border-radius ease;
}
.block_post_media:hover {
  border-radius: 100%;
}

.block_post_assets {
  display: none;
}

.block_post_media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120%;
  height: 120%;
  margin: auto;
}

.block_post_content .block_post_media {
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
}

.block_post_body p a {
  color: var(--color-13);
  font-weight: var(--font-weight-medium);
}

.metatext {
  margin-bottom: 2.0625rem;
  gap: 0.375rem;
}
.metatext:before, .metatext:after {
  max-width: 7.5rem;
}

.block_posts_section_inner {
  position: relative;
  z-index: 2;
}

.block_post_section {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .metatext {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .block_post_wrapper {
    padding: 2.8125rem 0 0;
  }

  .block_post_item + .block_post_item {
    margin-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .block_post_content .block_post_media {
    display: none;
  }

  .block_post_assets {
    display: flex;
    justify-content: center;
  }

  .block_post_item > div {
    max-width: calc(((100% + 3.75rem) / 12) * 6 - 3.75rem);
    flex: 0 0 calc(((100% + 3.75rem) / 12) * 6 - 3.75rem);
    padding: 0 1rem;
  }

  .block_post_media {
    position: relative;
    max-width: 80%;
    padding-top: 82%;
  }

  .block_post_wrapper {
    max-width: 90rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .block_post_item + .block_post_item {
    margin-top: 5rem;
  }
}
.user-info_wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  background-color: var(--color-1);
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 1.125rem 1.125rem 0 0;
  flex-direction: column-reverse;
}

.user-info_section {
  margin-bottom: 2.125rem;
}

.user-info_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 2.375rem;
  text-align: center;
}
.user-info_content h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: var(--color-13);
}

.user-info_wrapper > div {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.user-info_media {
  border-radius: 100%;
  height: 80vw;
  width: 120vw;
  max-width: 120vw;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  position: absolute;
}

.user-info_wrapper > div.user-info_assets {
  padding-top: 80%;
}

@media (min-width: 600px) {
  .user-info_media {
    width: 160vw;
    max-width: 160vw;
  }
}
@media (min-width: 992px) {
  .user-info_wrapper {
    flex-direction: row;
    border-radius: 0;
  }

  .user-info_section {
    margin-bottom: 4rem;
  }

  .user-info_wrapper > div {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }

  .user-info_media {
    height: 65vw;
    width: 65vw;
    max-width: 100vw;
  }

  .user-info_wrapper > div.user-info_assets {
    padding-top: 38.1%;
  }
}
@media (min-width: 1200px) {
  .user-info_section {
    margin-bottom: 5.3125rem;
  }
}
.service_page_bottom-section {
  padding-top: 3.125rem;
  padding-bottom: 2.875rem;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}

.service_page_bottom-section:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-13);
  z-index: -1;
  border-radius: 50%;
  top: 0rem;
  height: 300vw;
  width: 330vw;
}

@media (min-width: 768px) {
  .service_page_bottom-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .service_page_bottom-section:before {
    top: -3.875rem;
    height: 350rem;
    width: 300rem;
  }
}
@media (min-width: 1200px) {
  .service_page_bottom-section {
    padding-top: 7.75rem;
    padding-bottom: 6.25rem;
  }
  .service_page_bottom-section:before {
    top: -3.125rem;
    height: 190rem;
    width: 280rem;
  }
}
.services_time_content {
  max-width: 100%;
  width: 100%;
  padding-top: 2rem;
}
.services_time_content h2 {
  margin-bottom: 0.875rem;
}
.services_time_content p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .services_time_content {
    padding-top: 3.125rem;
  }
  .services_time_content h2 {
    margin-bottom: 1.5rem;
  }
  .services_time_content p {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .services_time_content {
    padding-top: 5rem;
  }
  .services_time_content h2 {
    margin-bottom: 1.875rem;
  }
}

.user-info_content > * {
  max-width: 41.25rem;
}

.logoSlider {
  position: relative;
}
.logoSlider .swiper_button_wrapper {
  bottom: inherit;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.logoSlider .logo img {
  max-height: 2.875rem;
  width: auto;
}

.logo {
  position: relative;
}
.logo > a.blog-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.block_post_slider {
  margin-top: 1.875rem;
}

.block_post_slider .logo_items {
  align-items: center;
}

@media (min-width: 1200px) {
  .logoSlider .logo img {
    max-height: 4.25rem;
  }

  .block_post_slider {
    margin-top: 3.75rem;
  }
}
.block_post_slider .swiper-button-next,
.block_post_slider .swiper-button-prev {
  padding: 0;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.block_post_slider .swiper-button-prev {
  transform: rotate(180deg) translateY(50%);
}
.block_post_slider .swiper-button-next:after,
.block_post_slider .swiper-button-prev:after {
  display: none;
}
.block_post_slider .swiper-button-next {
  right: 0;
}
.block_post_slider .swiper-button-prev {
  left: 0;
}

@media (max-width: 991px) {
  .user-info_media{
    border-radius: 100%;
    height: 110vw;
    width: 120vw;
    max-width: 120vw;
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    position: absolute;
  }
  .user-info_wrapper > div.user-info_assets{
    padding-top: 100%;
  }
  .block_posts_section_inner {
      padding-top: 50px;
  }
  .user-info_content {
    padding: 3.375rem 1.375rem;
}
}