.service_hero {
  overflow-x: clip;
  padding-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .service_hero {
    padding-top: 20px;
  }
}
.service_hero .wrapper {
  position: relative;
}
.service_hero .background_img {
  position: absolute;
  top: -32px;
  right: 0;
  z-index: -1;
  width: auto;
  max-width: 55%;
  height: auto;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to top, transparent 0%, #000 20%);
          mask-image: linear-gradient(to left, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to top, transparent 0%, #000 20%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
@media (max-width: 767px) {
  .service_hero .background_img {
    top: 55px;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to top, transparent 0%, #000 20%, #000 90%, transparent 100%);
            mask-image: linear-gradient(to left, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to top, transparent 0%, #000 20%, #000 90%, transparent 100%);
  }
}
@media (max-width: 599px) {
  .service_hero .background_img {
    display: none;
    margin: -12px 0 -24px;
    position: relative;
    inset: 0;
    width: 100%;
    height: auto;
    max-width: initial;
    max-height: initial;
  }
}
.service_hero .breadcrumbs {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.service_hero .breadcrumbs a {
  color: inherit;
}
.service_hero .breadcrumbs .yoast-breadcrumbs > span > span {
  margin: 0 10px;
}
@media (max-width: 599px) {
  .service_hero .breadcrumbs .yoast-breadcrumbs > span > span {
    margin: 0 5px;
  }
}
.service_hero .breadcrumbs .yoast-breadcrumbs > span > span:first-child {
  margin-left: 0;
}
.service_hero .section_title {
  margin: 40px 0 0;
  font-weight: 800;
  font-size: 54px;
  line-height: 1.25;
  max-width: 710px;
}
@media (max-width: 1199px) {
  .service_hero .section_title {
    max-width: 60%;
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .service_hero .section_title {
    margin-top: 16px;
    font-size: 24px;
    max-width: 100%;
  }
}
.service_hero .section_desc {
  margin-top: 24px;
  font-weight: 500;
  max-width: 620px;
}
@media (max-width: 1199px) {
  .service_hero .section_desc {
    margin-top: 12px;
    max-width: 520px;
  }
}
@media (max-width: 599px) {
  .service_hero .section_desc {
    font-size: 14px;
  }
}

.service_box {
  margin: 24px 0 48px;
}
@media (max-width: 599px) {
  .service_box {
    margin: 24px 0 32px;
  }
}
.service_box .wrapper {
  display: grid;
  grid-template-columns: 900fr 380fr;
  gap: 40px;
}
@media (max-width: 1199px) {
  .service_box .wrapper {
    gap: 40px 24px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .service_box .wrapper {
    gap: 32px 24px;
  }
}
.service_box .content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 599px) {
  .service_box .content {
    font-size: 14px;
  }
}
.service_box .content > *:not(.summary) {
  margin: 1em 0;
}
.service_box .content > *:not(.summary):first-child {
  margin-top: 0;
}
.service_box .content > *:not(.summary):last-child {
  margin-bottom: 0;
}
.service_box .content strong, .service_box .content b {
  font-weight: 700;
}
.service_box .content ul, .service_box .content ol {
  padding-left: 1.5em;
}
.service_box .content ul ::marker, .service_box .content ol ::marker {
  color: var(--accent-color);
}
.service_box .content ul li:not(:last-child), .service_box .content ol li:not(:last-child) {
  margin-bottom: 6px;
}
.service_box .content h1, .service_box .content h2, .service_box .content h3, .service_box .content h4, .service_box .content h5 {
  font-weight: 700;
  line-height: 1.25;
  margin: 2em 0 0.5em !important;
}
@media (max-width: 599px) {
  .service_box .content h1, .service_box .content h2, .service_box .content h3, .service_box .content h4, .service_box .content h5 {
    margin: 1em 0 0.5em !important;
  }
}
.service_box .content h1 {
  font-size: 32px;
}
@media (max-width: 599px) {
  .service_box .content h1 {
    font-size: 24px;
  }
}
.service_box .content h2 {
  font-size: 24px;
}
@media (max-width: 599px) {
  .service_box .content h2 {
    font-size: 20px;
  }
}
.service_box .content h3 {
  font-size: 20px;
}
@media (max-width: 599px) {
  .service_box .content h3 {
    font-size: 18px;
  }
}
.service_box .content h4 {
  font-size: 18px;
}
@media (max-width: 599px) {
  .service_box .content h4 {
    font-size: 1px;
  }
}
.service_box .content .wp-block-quote {
  margin: 32px 0;
  width: 100%;
  max-width: 780px;
  padding: 12px 24px 12px 80px;
  border-radius: 8px;
  background-color: #E8F0FE;
  border: 1px solid #cad8ec;
  background-image: url('data:image/svg+xml,<svg height="200px" width="200px" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" fill="%232882FC" transform="rotate(180)"><path class="st0" d="M119.472,66.59C53.489,66.59,0,120.094,0,186.1c0,65.983,53.489,119.487,119.472,119.487 c0,0-0.578,44.392-36.642,108.284c-4.006,12.802,3.135,26.435,15.945,30.418c9.089,2.859,18.653,0.08,24.829-6.389 c82.925-90.7,115.385-197.448,115.385-251.8C238.989,120.094,185.501,66.59,119.472,66.59z"></path><path class="st0" d="M392.482,66.59c-65.983,0-119.472,53.505-119.472,119.51c0,65.983,53.489,119.487,119.472,119.487 c0,0-0.578,44.392-36.642,108.284c-4.006,12.802,3.136,26.435,15.945,30.418c9.089,2.859,18.653,0.08,24.828-6.389 C479.539,347.2,512,240.452,512,186.1C512,120.094,458.511,66.59,392.482,66.59z"></path></svg>');
  background-position: top 8px left 24px;
  background-size: 28px;
  background-repeat: no-repeat;
  font-weight: 600;
}
@media (max-width: 599px) {
  .service_box .content .wp-block-quote {
    margin: 24px 0;
    padding: 12px 16px 12px 60px;
    background-position: top 8px left 16px;
  }
}
.service_box .content .wp-block-quote > * {
  margin: 1em 0;
  max-width: 620px;
}
.service_box .content .wp-block-quote > *:first-child {
  margin-top: 0;
}
.service_box .content .wp-block-quote > *:last-child {
  margin-bottom: 0;
}
.service_box .content .summary {
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  justify-items: center;
}
@media (max-width: 1199px) {
  .service_box .content .summary {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-items: start;
  }
}
@media (max-width: 499px) {
  .service_box .content .summary {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.service_box .content .summary .item {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 0 12px;
}
@media (max-width: 599px) {
  .service_box .content .summary .item {
    gap: 0 24px;
  }
}
.service_box .content .summary .item .icon_box {
  grid-row: span 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_box .content .summary .item .icon_box .icon {
  width: 24px;
  height: auto;
  aspect-ratio: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_box .content .summary .item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
.service_box .content .summary .item .text {
  font-size: 14px;
}
.service_box .content .stages {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 599px) {
  .service_box .content .stages {
    margin: 24px 0;
  }
}
.service_box .content .stages .section_title {
  margin: 0 !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--primary-color);
}
@media (max-width: 599px) {
  .service_box .content .stages .section_title {
    font-size: 20px;
  }
}
.service_box .content .stages .list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 48px 24px;
}
@media (max-width: 1199px) {
  .service_box .content .stages .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .service_box .content .stages .list {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.service_box .content .stages .list .item {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 599px) {
  .service_box .content .stages .list .item {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 8px 24px;
    text-align: left;
  }
}
.service_box .content .stages .list .item:not(:last-child)::before {
  content: "";
  width: calc(100% - 12px);
  border: 1px solid var(--accent-color);
  position: absolute;
  top: 18px;
  left: calc(50% + 18px);
}
@media (max-width: 599px) {
  .service_box .content .stages .list .item:not(:last-child)::before {
    width: initial;
    height: calc(100% + 12px);
    top: 36px;
    left: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 600px) {
  .service_box .content .stages .list .item:nth-child(even)::before {
    display: none;
  }
}
.service_box .content .stages .list .item svg {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .service_box .content .stages .list .item svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    grid-row: span 2;
  }
}
.service_box .content .stages .list .item .title {
  margin: 16px 0 0;
  font-weight: 700;
  font-size: 14px;
  max-width: 140px;
}
@media (max-width: 1199px) {
  .service_box .content .stages .list .item .title {
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  .service_box .content .stages .list .item .title {
    margin-top: 0;
    max-width: initial;
  }
}
.service_box .content .stages .list .item .text {
  margin-top: 8px;
  font-size: 12px;
  max-width: 160px;
}
@media (max-width: 1199px) {
  .service_box .content .stages .list .item .text {
    max-width: 240px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .service_box .content .stages .list .item .text {
    margin-top: 0;
    max-width: initial;
  }
}
.service_box .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1199px) {
  .service_box .sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service_box .sidebar {
    grid-template-columns: 1fr;
  }
}
.service_box .sidebar .summary {
  padding: 40px 30px 24px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .service_box .sidebar .summary {
    grid-column: span 2;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .service_box .sidebar .summary {
    grid-column: initial;
  }
}
@media (max-width: 599px) {
  .service_box .sidebar .summary {
    padding: 24px;
    flex-direction: column;
  }
}
.service_box .sidebar .summary .section_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 12px;
  position: relative;
}
@media (max-width: 1199px) {
  .service_box .sidebar .summary .section_title {
    width: 100%;
  }
}
.service_box .sidebar .summary .section_title:before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 100px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.service_box .sidebar .summary .item {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1199px) {
  .service_box .sidebar .summary .item {
    width: 25%;
  }
}
@media (max-width: 899px) {
  .service_box .sidebar .summary .item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .service_box .sidebar .summary .item {
    width: 100%;
    margin-top: 16px;
  }
}
.service_box .sidebar .summary .item .title {
  font-weight: 700;
  line-height: 1.25;
}
.service_box .sidebar .summary .btn-1 {
  margin-top: 36px;
}
@media (max-width: 599px) {
  .service_box .sidebar .summary .btn-1 {
    margin-top: 24px;
  }
}
.service_box .sidebar .lawyer {
  padding: 36px 30px 24px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 599px) {
  .service_box .sidebar .lawyer {
    padding: 24px;
  }
}
.service_box .sidebar .lawyer .section_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.service_box .sidebar .lawyer .img {
  margin-top: 16px;
  width: 100%;
  max-width: 235px;
  height: auto;
  -o-object-fit: 235/190;
     object-fit: 235/190;
  border-radius: 8px;
}
.service_box .sidebar .lawyer .name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.service_box .sidebar .lawyer .position {
  margin-top: 12px;
  font-size: 16px;
}
.service_box .sidebar .lawyer .link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.service_box .sidebar .lawyer .link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--accent-color);
}
.service_box .sidebar .lawyer .link.email {
  margin-top: 32px;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service_box .sidebar .lawyer .link.email svg {
  margin-bottom: -7px;
  margin-right: 12px;
}
.service_box .sidebar .form {
  padding: 32px 30px 24px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .service_box .sidebar .form {
    font-size: 24px;
  }
}
.service_box .sidebar .form .section_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 12px;
  position: relative;
}
.service_box .sidebar .form .section_title:before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 100px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.service_box .sidebar .form .desc {
  margin-top: 16px;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.service_box .sidebar .form .desc svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_box .sidebar .form .wpcf7-form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service_box .sidebar .form .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}
.service_box .sidebar .form .wpcf7-form input {
  outline: none;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
}
.service_box .sidebar .form .wpcf7-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.service_box .sidebar .form .wpcf7-form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.service_box .sidebar .form .wpcf7-form textarea {
  outline: none;
  display: block;
  resize: none;
  width: 100%;
  height: 85px;
  padding: 8px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
}
.service_box .sidebar .form .wpcf7-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.service_box .sidebar .form .wpcf7-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.service_box .sidebar .form .wpcf7-form .btn-1 {
  outline: none;
  border: none;
  transition: 0.35s;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
.service_box .sidebar .form .wpcf7-form .wpcf7-response-output {
  font-size: 12px;
  margin: 0;
  text-align: center;
}