@charset "UTF-8";
.offer_hero {
  margin: 60px 0;
}
@media (max-width: 1199px) {
  .offer_hero {
    margin: 40px 0;
  }
}
.offer_hero .breadcrumbs {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.offer_hero .breadcrumbs a {
  color: inherit;
}
.offer_hero .breadcrumbs .yoast-breadcrumbs > span > span {
  margin: 0 10px;
}
@media (max-width: 599px) {
  .offer_hero .breadcrumbs .yoast-breadcrumbs > span > span {
    margin: 0 5px;
  }
}
.offer_hero .breadcrumbs .yoast-breadcrumbs > span > span:first-child {
  margin-left: 0;
}
.offer_hero .grid_box {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 710fr 570fr;
  gap: 60px;
}
@media (max-width: 1199px) {
  .offer_hero .grid_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 899px) {
  .offer_hero .grid_box {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 599px) {
  .offer_hero .grid_box {
    margin-top: 24px;
    gap: 40px;
  }
}
.offer_hero .hero_info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.offer_hero .hero_info .section_title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .section_title {
    font-size: 32px;
  }
}
.offer_hero .hero_info .tags {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .tags {
    margin-top: 12px;
  }
}
.offer_hero .hero_info .tags .tag {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  background-color: var(--primary-bg);
}
@media (max-width: 599px) {
  .offer_hero .hero_info .tags .tag {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
  }
}
.offer_hero .hero_info .tags .tag::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent-color);
}
@media (max-width: 599px) {
  .offer_hero .hero_info .tags .tag::before {
    width: 6px;
  }
}
.offer_hero .hero_info .tags .tag.status {
  border-color: #0A892F;
  background-color: #EAF6F1;
}
.offer_hero .hero_info .tags .tag.status::before {
  background-color: #0A892F;
}
.offer_hero .hero_info .section_desc {
  margin-top: 36px;
  font-size: 20px;
  max-width: 560px;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .section_desc {
    margin-top: 16px;
    font-size: 16px;
  }
}
.offer_hero .hero_info .btn-1 {
  margin-top: 40px;
  min-width: 320px;
  height: 70px;
  gap: 16px;
  font-size: 18px;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .btn-1 {
    margin-top: 32px;
    height: 50px;
    min-width: 240px;
    font-size: 14px;
  }
}
.offer_hero .hero_info .btn-1 svg {
  width: 26px;
  height: 26px;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .btn-1 svg {
    width: 20px;
    height: 20px;
  }
}
.offer_hero .hero_info .note {
  margin-top: 32px;
  display: flex;
  gap: 8px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .note {
    margin-top: 16px;
    font-size: 12px;
  }
}
.offer_hero .hero_info .note svg {
  flex-shrink: 0;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .offer_hero .hero_info .note svg {
    width: 18px;
  }
}
.offer_hero .hero_keys {
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  border-top: 5px solid var(--accent-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  align-self: start;
}
@media (max-width: 599px) {
  .offer_hero .hero_keys {
    padding: 24px;
    gap: 16px;
  }
}
.offer_hero .hero_keys .item.price {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .offer_hero .hero_keys .item.price {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.offer_hero .hero_keys .item.price .label {
  text-transform: uppercase;
  color: var(--accent-color);
  font-weight: 600;
}
@media (max-width: 599px) {
  .offer_hero .hero_keys .item.price .label {
    font-size: 14px;
  }
}
.offer_hero .hero_keys .item.price .value {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent-color);
}
@media (max-width: 599px) {
  .offer_hero .hero_keys .item.price .value {
    font-size: 32px;
  }
}
.offer_hero .hero_keys .item:not(.price) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 24px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .offer_hero .hero_keys .item:not(.price) {
    gap: 16px;
    font-size: 12px;
  }
}
.offer_hero .hero_keys .item:not(.price) .label {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 599px) {
  .offer_hero .hero_keys .item:not(.price) .label {
    gap: 12px;
  }
}
.offer_hero .hero_keys .item:not(.price) .label .icon {
  flex-shrink: 0;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.overview {
  margin: 60px 0;
}
@media (max-width: 599px) {
  .overview {
    margin: 40px 0;
  }
}
.overview .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 899px) {
  .overview .wrapper {
    grid-template-columns: 1fr;
  }
}
.overview .box {
  padding: 40px 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 599px) {
  .overview .box {
    padding: 24px;
    gap: 24px;
    font-size: 14px;
  }
}
.overview .box > * {
  margin: 0;
}
.overview .box h1, .overview .box h2, .overview .box h3, .overview .box h4, .overview .box h5 {
  font-weight: 700;
  line-height: 1.25;
}
.overview .box h1 {
  font-size: 32px;
}
.overview .box h2 {
  font-size: 24px;
}
.overview .box h3 {
  font-size: 20px;
}
.overview .box h4 {
  font-size: 18px;
}
.overview .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.overview .box ul li {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 599px) {
  .overview .box ul li {
    gap: 12px;
  }
}
.overview .box ul li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 12.5L10.5 14.5L15.5 9.5" stroke="%232882FC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="%232882FC" stroke-width="1.5" stroke-linecap="round"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .overview .box ul li::before {
    width: 20px;
  }
}

.form_lawyer {
  margin: 60px 0;
}
@media (max-width: 599px) {
  .form_lawyer {
    margin: 40px 0;
  }
}
.form_lawyer .box {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .form_lawyer .box {
    grid-template-columns: 1fr;
  }
}
.form_lawyer .form_box {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .form_lawyer .form_box {
    padding: 24px;
  }
}
.form_lawyer .form_box .section_title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.form_lawyer .form_box .wpcf7-form {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 599px) {
  .form_lawyer .form_box .wpcf7-form {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
}
.form_lawyer .form_box .wpcf7-form .grid_2 {
  grid-column: span 2;
}
@media (max-width: 599px) {
  .form_lawyer .form_box .wpcf7-form .grid_2 {
    grid-column: initial;
  }
}
.form_lawyer .form_box .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}
.form_lawyer .form_box .wpcf7-form input {
  outline: none;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
.form_lawyer .form_box .wpcf7-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form_lawyer .form_box .wpcf7-form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form_lawyer .form_box .wpcf7-form textarea {
  outline: none;
  display: block;
  resize: none;
  width: 100%;
  height: 95px;
  padding: 8px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
.form_lawyer .form_box .wpcf7-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form_lawyer .form_box .wpcf7-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form_lawyer .form_box .wpcf7-form .btn-1 {
  outline: none;
  border: none;
  transition: 0.35s;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  width: 100%;
}
.form_lawyer .form_box .wpcf7-form .wpcf7-response-output {
  font-size: 12px;
  margin: 0;
  text-align: center;
}
.form_lawyer .form_box .note {
  margin-top: 16px;
  align-self: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.form_lawyer .form_box .note svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -3px;
  margin-right: 8px;
}
.form_lawyer .lawyer_box {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box {
    padding: 24px;
  }
}
.form_lawyer .lawyer_box::before {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .form_lawyer .lawyer_box::before {
    height: 1px;
    width: calc(100% - 80px);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box::before {
    width: calc(100% - 48px);
  }
}
.form_lawyer .lawyer_box .section_title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.form_lawyer .lawyer_box .info {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box .info {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
}
.form_lawyer .lawyer_box .info .img {
  flex-shrink: 0;
  width: 170px;
  height: auto;
  aspect-ratio: 170/220;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box .info .img {
    width: 240px;
    aspect-ratio: 4/3;
  }
}
.form_lawyer .lawyer_box .info .content {
  display: flex;
  flex-direction: column;
}
.form_lawyer .lawyer_box .info .content .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box .info .content .name {
    font-size: 20px;
  }
}
.form_lawyer .lawyer_box .info .content .desc {
  margin-top: 20px;
  font-size: 18px;
  max-width: 280px;
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box .info .content .desc {
    font-size: 16px;
    margin-top: 8px;
  }
}
.form_lawyer .lawyer_box .info .content .link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--primary-color);
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box .info .content .link {
    font-size: 14px;
  }
}
.form_lawyer .lawyer_box .info .content .link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--accent-color);
}
.form_lawyer .lawyer_box .info .content .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;
}
@media (max-width: 599px) {
  .form_lawyer .lawyer_box .info .content .link.email {
    margin-top: 24px;
  }
}
.form_lawyer .lawyer_box .info .content .link.email svg {
  margin-bottom: -7px;
  margin-right: 12px;
}
.form_lawyer .lawyer_box .btn-3 {
  margin-top: 75px;
}
@media (max-width: 1199px) {
  .form_lawyer .lawyer_box .btn-3 {
    margin-top: 32px;
  }
}

.keys {
  margin: 60px 0;
}
@media (max-width: 599px) {
  .keys {
    margin: 40px 0;
  }
}
.keys .box {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 32px 40px;
}
@media (max-width: 599px) {
  .keys .box {
    padding: 24px;
  }
}
.keys .section_title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.keys .list {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 80px;
}
@media (max-width: 1199px) {
  .keys .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .keys .list {
    margin-top: 24px;
  }
}
.keys .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .keys .list .item {
    gap: 12px;
  }
}
@media (max-width: 599px) {
  .keys .list .item {
    font-size: 14px;
  }
}
.keys .list .item .label {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 599px) {
  .keys .list .item .label {
    gap: 12px;
  }
}
.keys .list .item .label .icon {
  flex-shrink: 0;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.keys .list .item .value {
  text-align: right;
  display: flex;
  gap: 24px;
}
.how_works {
  margin: 60px 0;
}
@media (max-width: 599px) {
  .how_works {
    margin: 40px 0;
  }
}
.how_works .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.how_works .section_title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
.how_works .list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .how_works .list.centered .item {
    align-items: center;
    text-align: center;
  }
  .how_works .list.centered .item:not(:last-child)::before {
    left: calc(50% + 52px);
  }
}
@media (max-width: 599px) {
  .how_works .list {
    flex-direction: column;
    gap: 64px;
  }
}
.how_works .list .item {
  flex-grow: 1;
  width: calc(16.6666666667% - 13.3333333333px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 600px) {
  .how_works .list .item {
    width: calc(33.3333333333% - 10.6666666667px);
    align-items: center;
    text-align: center;
  }
  .how_works .list .item:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 599px) {
  .how_works .list .item {
    width: 100%;
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 8px 24px;
    text-align: left;
  }
}
.how_works .list .item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(50% + 52px);
  width: calc(100% - 88px);
  border: 1px dashed var(--accent-color);
}
@media (max-width: 1199px) {
  .how_works .list .item:not(:last-child)::before {
    left: calc(50% + 52px);
  }
}
@media (max-width: 599px) {
  .how_works .list .item:not(:last-child)::before {
    width: auto;
    height: calc(100% - 16px);
    top: 72px;
    left: 32px;
  }
}
.how_works .list .item .icon_box {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .how_works .list .item .icon_box {
    grid-row: span 2;
    width: 100%;
  }
}
.how_works .list .item .icon_box .icon {
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .how_works .list .item .icon_box .icon {
    width: 32px;
  }
}
.how_works .list .item .title {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  max-width: 180px;
}
@media (max-width: 599px) {
  .how_works .list .item .title {
    margin-top: 0;
  }
}
.how_works .list .item .text {
  margin-top: 8px;
  font-size: 14px;
  max-width: 180px;
}
@media (max-width: 599px) {
  .how_works .list .item .text {
    margin-top: 0;
    max-width: initial;
  }
}

.categories {
  margin: 60px 0;
}
@media (max-width: 599px) {
  .categories {
    margin: 40px 0;
  }
}
.categories .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.categories .section_title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--primary-color);
}
@media (max-width: 599px) {
  .categories .section_title {
    align-self: start;
  }
}
.categories .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .categories .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .categories .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories .list .item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto 1fr;
  gap: 12px 24px;
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.categories .list .item .icon {
  grid-row: span 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.categories .list .item .title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categories .list .item .desc {
  font-size: 14px;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent {
  margin: 60px 0 24px;
}
@media (max-width: 1199px) {
  .recent {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .recent {
    margin: 40px 0 24px;
  }
}
.recent .wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 599px) {
  .recent .wrapper {
    flex-direction: column;
  }
}
.recent .section_title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--primary-color);
}
@media (max-width: 599px) {
  .recent .section_title {
    align-self: start;
  }
}
.recent .section_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.15;
  color: var(--accent-color);
}
@media (max-width: 599px) {
  .recent .section_link {
    order: 1;
    align-self: center;
  }
}
.recent .section_link svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recent .offers_swiper {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .recent .offers_swiper {
    overflow: initial;
  }
}
.recent .offers_swiper .item {
  padding: 24px 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .recent .offers_swiper .item {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 599px) {
  .recent .offers_swiper .item {
    padding: 24px;
  }
}
.recent .offers_swiper .item .business_status {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #0A892F;
  border-radius: 100px;
  background-color: #EAF6F1;
  font-size: 14px;
  font-weight: 500;
  color: #0A892F;
  align-self: start;
}
@media (max-width: 599px) {
  .recent .offers_swiper .item .business_status {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
  }
}
.recent .offers_swiper .item .business_status::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0A892F;
}
@media (max-width: 599px) {
  .recent .offers_swiper .item .business_status::before {
    width: 6px;
  }
}
.recent .offers_swiper .item .title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent .offers_swiper .item .futures {
  margin-top: 8px;
  color: var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent .offers_swiper .item .futures span:not(:first-child)::before {
  content: "•";
  margin: 0 8px;
}
.recent .offers_swiper .item .price {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent-color);
}
.recent .offers_swiper .item .offer_footer {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.recent .offers_swiper .item .offer_footer .jurisdictions, .recent .offers_swiper .item .offer_footer .timeline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--primary-color);
}
.recent .offers_swiper .item .offer_footer .jurisdictions .flag, .recent .offers_swiper .item .offer_footer .timeline .flag {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent .offers_swiper .item .offer_footer .jurisdictions .icon, .recent .offers_swiper .item .offer_footer .timeline .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recent .offers_swiper_box {
  position: relative;
  width: 100%;
}
.recent .offers_swiper_pagination {
  display: none;
}
@media (max-width: 1199px) {
  .recent .offers_swiper_pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.recent .offers_swiper_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  transition: 0.35s;
}
.recent .offers_swiper_pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: var(--accent-color);
}
.recent .offers_swiper_prev, .recent .offers_swiper_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .recent .offers_swiper_prev, .recent .offers_swiper_next {
    display: none;
  }
}
.recent .offers_swiper_prev svg, .recent .offers_swiper_next svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--accent-color);
}
.recent .offers_swiper_prev.swiper-button-disabled, .recent .offers_swiper_next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.recent .offers_swiper_prev {
  left: -26px;
}
@media (max-width: 1399px) {
  .recent .offers_swiper_prev {
    left: -18px;
  }
}
.recent .offers_swiper_next {
  right: -26px;
}
@media (max-width: 1399px) {
  .recent .offers_swiper_next {
    right: -18px;
  }
}

.cta-2 {
  margin: 24px 0;
}
.cta-2 .cta_box {
  position: relative;
  padding: 20px 24px;
  background-color: var(--second-bg);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 90px 55fr 64fr;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cta-2 .cta_box {
    grid-template-columns: 90px 1fr;
  }
}
@media (max-width: 767px) {
  .cta-2 .cta_box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .cta-2 .cta_box {
    border-radius: 8px;
  }
}
.cta-2 .cta_box > *:not(.background_img) {
  z-index: 2;
}
.cta-2 .background_img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 30%);
          mask-image: linear-gradient(to right, transparent 0%, #000 30%);
}
@media (max-width: 1199px) {
  .cta-2 .background_img {
    right: -10%;
  }
}
@media (max-width: 767px) {
  .cta-2 .background_img {
    right: -20%;
  }
}
@media (max-width: 599px) {
  .cta-2 .background_img {
    right: -30%;
    height: 180px;
    top: initial;
    bottom: 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 30%), linear-gradient(to bottom, transparent 0%, #000 30%);
            mask-image: linear-gradient(to right, transparent 0%, #000 30%), linear-gradient(to bottom, transparent 0%, #000 30%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
  }
}
.cta-2 .icon_box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cta-2 .icon_box {
    align-self: start;
    grid-row: span 2;
  }
}
@media (max-width: 767px) {
  .cta-2 .icon_box {
    display: none;
  }
}
.cta-2 .icon_box .icon {
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-2 .content_box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cta-2 .content_box .section_title {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  font-size: 24px;
  color: var(--second-color);
  max-width: 380px;
}
.cta-2 .content_box .section_desc {
  font-weight: 500;
  color: var(--second-color);
  max-width: 380px;
}
.cta-2 .btns_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 599px) {
  .cta-2 .btns_box {
    flex-wrap: wrap;
  }
}