.request-hero .inner {
  margin: 0 auto;
  display: flex;
}

.request-hero-header,
.request-hero-body {
  max-width: 50%;
  width: 100%;
  padding-top: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.request-hero-header__inner,
.request-hero-body__inner {
  max-width: 720px;
}

.request-hero-header__inner {
  margin-left: auto;
  margin-right: 60px;
}

.request-hero-body__inner {
  margin-right: auto;
  margin-left: 60px;
}

.request-hero-header {
  padding-bottom: 60px;
}

.request-hero-body {
  background: #FFFFFF;
}

{# slider #}

.request-hero-header-slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 110px;
  width: 100%;
  margin-left: auto;
}

.request-hero-header-slider__nav .swiper-button-prev,
.request-hero-header-slider__nav .swiper-button-next {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  right: auto;
  
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.request-hero-header-slider__nav .swiper-button-prev svg,
.request-hero-header-slider__nav .swiper-button-next svg {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  right: auto;
  
  width: 35px;
  height: 35px;
}

.request-hero-header-slider__nav .swiper-button-prev::after,
.request-hero-header-slider__nav .swiper-button-next::after {
  display: none;
}

.request-hero-header-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}

.request-hero-header-slide.swiper-slide {
  border-radius: 8px;
  margin-top: 35px;
  padding: 30px;
  overflow: hidden;
  background: rgb(239, 246, 255);

}

.request-hero-header-slide img {
  max-width: 150px;
}

.request-hero-header-slide-content {
  margin-top: 35px;
}

@media only screen and (max-width: 720px) {
  .request-hero .inner {
    flex-direction: column-reverse;
  }
  
  .request-hero-header,
  .request-hero-body {
    padding-top: 100px;
    max-width: 100%;
  }
  
  .request-hero-header__inner {
    margin-left: 0;
    margin-right: 0;
  }

  .request-hero-body__inner {
    margin-right: 0;
    margin-left: 0;
  }
}

:root{
  --hsf-richtext__font-family: Manrope,sans-serif;
}

.request-hero-body__inner [data-hsfc-id=Renderer] .hsfc-RichText {
    color: rgba(108,116,131,var(--tw-text-opacity));
    font-size: 1.25rem;
    line-height: 30px
}

.request-hero-body__inner [data-hsfc-id=Renderer] .hsfc-Button {
    display: inline-flex;
    align-items: center;  
    transition-duration: .15s;
    transition-property: all;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    border-radius: 9999px;
}

.request-hero-body__inner [data-hsfc-id=Renderer] .hsfc-Button:hover {
    --tw-translate-y: -0.25rem;
    transform: var(--tw-transform);
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}





