.offers_hero {
  margin: 30px 0 40px;
  overflow-x: clip;
}
@media (max-width: 599px) {
  .offers_hero {
    margin: 40px 0;
  }
}
.offers_hero .wrapper {
  position: relative;
}
.offers_hero .breadcrumbs {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.offers_hero .breadcrumbs a {
  color: inherit;
}
.offers_hero .breadcrumbs .yoast-breadcrumbs > span > span {
  margin: 0 10px;
}
@media (max-width: 599px) {
  .offers_hero .breadcrumbs .yoast-breadcrumbs > span > span {
    margin: 0 5px;
  }
}
.offers_hero .breadcrumbs .yoast-breadcrumbs > span > span:first-child {
  margin-left: 0;
}
.offers_hero .section_title {
  margin: 32px 0 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 599px) {
  .offers_hero .section_title {
    margin-top: 24px;
    font-size: 32px;
  }
}
.offers_hero .section_desc {
  margin-top: 16px;
  font-weight: 500;
  max-width: 520px;
}
@media (max-width: 599px) {
  .offers_hero .section_desc {
    margin-top: 8px;
  }
}
.offers_hero .list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 860px;
}
@media (max-width: 1199px) {
  .offers_hero .list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
  }
}
@media (max-width: 599px) {
  .offers_hero .list {
    gap: 10px;
    max-width: initial;
  }
}
.offers_hero .list .item {
  padding: 16px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 8px 16px;
}
@media (max-width: 599px) {
  .offers_hero .list .item {
    padding: 12px;
    grid-template-columns: 24px 1fr;
    gap: 4px 12px;
  }
}
.offers_hero .list .item .icon {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  grid-row: span 2;
}
.offers_hero .list .item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 599px) {
  .offers_hero .list .item .title {
    font-size: 14px;
  }
}
.offers_hero .list .item .text {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .offers_hero .list .item .text {
    font-size: 12px;
  }
}
.offers_hero .hero_bg {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
  width: auto;
  height: 500px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%), linear-gradient(to top, transparent 0%, #000 10%, #000 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%), linear-gradient(to top, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
@media (max-width: 1199px) {
  .offers_hero .hero_bg {
    right: initial;
    left: 50%;
  }
}
@media (max-width: 599px) {
  .offers_hero .hero_bg {
    height: 250px;
  }
}

.search {
  margin: 40px 0 24px;
}
.search .box {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 599px) {
  .search .box {
    padding: 24px;
  }
}
.search .search_form {
  display: grid;
  grid-template-columns: 390fr repeat(4, 210fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .search .search_form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .search .search_form {
    grid-template-columns: 1fr;
  }
}
.search .search_form .input {
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0 16px;
  padding-right: 40px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: var(--primary-color);
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="%23acacac" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
  background-position: center right 12px;
  background-size: 16px;
  background-repeat: no-repeat;
}
.search .search_form .input::-moz-placeholder {
  color: #acacac;
}
.search .search_form .input::placeholder {
  color: #acacac;
}
.search .search_form .select {
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: var(--primary-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M19 9L12 16L5 9" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-position: center right 12px;
  background-size: 14px;
  background-repeat: no-repeat;
}
.search .search_form .search_submit {
  outline: none;
  border: none;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .search .search_form .search_submit {
    grid-column: span 2;
  }
}
@media (max-width: 599px) {
  .search .search_form .search_submit {
    grid-column: initial;
  }
}

.offers_listing {
  margin: 24px 0;
}
@media (max-width: 1199px) {
  .offers_listing.filter_show::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
  .offers_listing.filter_show .filters_box {
    left: 0;
  }
  .offers_listing.filter_show .filters_box .popup_close {
    left: 336px;
  }
}
@media (max-width: 399px) {
  .offers_listing.filter_show .filters_box {
    left: 0;
  }
  .offers_listing.filter_show .filters_box .popup_close {
    left: 306px;
  }
}
.offers_listing .wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: start;
  gap: 24px;
}
@media (max-width: 1199px) {
  .offers_listing .wrapper {
    grid-template-columns: 1fr;
  }
}
.offers_listing .filters_box {
  padding: 24px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .offers_listing .filters_box {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0;
    width: 320px;
    transition: 0.35s;
  }
}
@media (max-width: 399px) {
  .offers_listing .filters_box {
    width: 300px;
  }
}
.offers_listing .filters_box .popup_close {
  display: none;
}
@media (max-width: 1199px) {
  .offers_listing .filters_box .popup_close {
    display: block;
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    position: fixed;
    top: 16px;
    left: -100%;
    transition: 0.35s;
  }
}
.offers_listing .filters_box .fitlers_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.offers_listing .filters_box .fitlers_header .label {
  font-size: 18px;
  font-weight: 700;
}
.offers_listing .filters_box .fitlers_header #filters_reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  color: var(--accent-color);
  outline: none;
  border: none;
  background: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.offers_listing .filters_box .fitlers_header #filters_reset svg {
  flex-shrink: 0;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.35s;
}
.offers_listing .filters_box .filters {
  margin-top: 24px;
}
.offers_listing .filters_box .filters .item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.offers_listing .filters_box .filters .item .label {
  font-size: 14px;
  font-weight: 600;
}
.offers_listing .filters_box .filters .item fieldset {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  border: none;
}
.offers_listing .filters_box .filters .item fieldset label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.offers_listing .filters_box .filters .item fieldset label input {
  outline: none;
  margin: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--accent-color);
}
.offers_listing .filters_box .filters .item fieldset label .name {
  flex-grow: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offers_listing .filters_box .filters .item fieldset label .count {
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.offers_listing .listing_box {
  display: flex;
  flex-direction: column;
}
.offers_listing .listing_box.loading {
  pointer-events: none;
  animation: pulse 2s infinite;
}
.offers_listing .listing_box .empty {
  text-align: center;
}
.offers_listing .listing_box .listing_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing_header {
    justify-content: start;
  }
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing_header {
    gap: 16px;
  }
}
@media (max-width: 399px) {
  .offers_listing .listing_box .listing_header {
    flex-direction: column;
    gap: 8px;
  }
}
.offers_listing .listing_box .listing_header #filter_btn {
  display: none;
  outline: none;
  border: none;
  font-family: "Manrope", sans-serif;
  gap: 8px;
  height: 46px;
  padding: 0 32px;
}
.offers_listing .listing_box .listing_header #filter_btn svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing_header #filter_btn {
    display: flex;
  }
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing_header #filter_btn {
    flex-grow: 1;
  }
}
@media (max-width: 399px) {
  .offers_listing .listing_box .listing_header #filter_btn {
    width: 100%;
  }
}
.offers_listing .listing_box .listing_header .count {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing_header .count {
    display: none;
  }
}
.offers_listing .listing_box .listing_header .sort {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing_header .sort {
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing_header .sort {
    flex-shrink: 0;
  }
}
@media (max-width: 399px) {
  .offers_listing .listing_box .listing_header .sort {
    width: 100%;
  }
}
.offers_listing .listing_box .listing_header .sort .label {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing_header .sort .label {
    display: none;
  }
}
.offers_listing .listing_box .listing_header .sort #orderby {
  outline: none;
  width: 100%;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 16px;
  padding-right: 32px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: var(--primary-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M19 9L12 16L5 9" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-position: center right 12px;
  background-size: 14px;
  background-repeat: no-repeat;
}
.offers_listing .listing_box .listing {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 899px) {
  .offers_listing .listing_box .listing {
    grid-template-columns: 1fr;
  }
}
.offers_listing .listing_box .listing .offer {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 525fr 440fr;
  gap: 60px;
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing .offer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing .offer {
    padding: 16px;
  }
}
.offers_listing .listing_box .listing .offer_header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.offers_listing .listing_box .listing .offer_header::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing .offer_header::before {
    display: none;
  }
}
.offers_listing .listing_box .listing .offer_header .category {
  flex-shrink: 0;
  width: 120px;
  height: auto;
  aspect-ratio: 12/14;
  border-radius: 8px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing .offer_header .category {
    display: none;
  }
}
.offers_listing .listing_box .listing .offer_header .category .icon_box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.offers_listing .listing_box .listing .offer_header .category .icon_box .icon {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.offers_listing .listing_box .listing .offer_header .info {
  display: flex;
  flex-direction: column;
}
.offers_listing .listing_box .listing .offer_header .info .offer_title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing .offer_header .info .offer_title {
    font-size: 18px;
    display: block;
  }
}
.offers_listing .listing_box .listing .offer_header .info .tags {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offers_listing .listing_box .listing .offer_header .info .tags .tag {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 24px;
  padding: 0 6px;
  border-radius: 8px;
  background-color: var(--primary-bg);
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1199px) and (min-width: 600px) {
  .offers_listing .listing_box .listing .offer_header .info .tags .tag.feature {
    display: none;
  }
}
.offers_listing .listing_box .listing .offer_header .info .tags .tag.feature span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offers_listing .listing_box .listing .offer_header .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) {
  .offers_listing .listing_box .listing .offer_header .info .tags .tag::before {
    width: 6px;
  }
}
.offers_listing .listing_box .listing .offer_header .info .tags .tag.status {
  flex-shrink: 0;
}
.offers_listing .listing_box .listing .offer_header .info .tags .tag.status::before {
  background-color: #0A892F;
}
.offers_listing .listing_box .listing .offer_header .info .excerpt {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing .offer_header .info .excerpt {
    margin-top: 12px;
    font-size: 14px;
  }
}
.offers_listing .listing_box .listing .offer_footer {
  display: flex;
  flex-direction: column;
}
.offers_listing .listing_box .listing .offer_footer .jur_budget {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .jurisdictions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .jurisdictions .label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .jurisdictions .value {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing .offer_footer .jur_budget .jurisdictions .value {
    line-height: 1.5;
  }
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .jurisdictions .value .flag {
  flex-shrink: 0;
  width: 26px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .price {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .price .label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.offers_listing .listing_box .listing .offer_footer .jur_budget .price .value {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .offers_listing .listing_box .listing .offer_footer .jur_budget .price .value {
    font-size: 14px;
  }
}
.offers_listing .listing_box .listing .offer_footer .btn-3 {
  margin-top: auto;
  border-color: #eee;
}
@media (max-width: 1199px) {
  .offers_listing .listing_box .listing .offer_footer .btn-3 {
    margin-top: 24px;
  }
}
.offers_listing .listing_box .offers_pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.offers_listing .listing_box .offers_pagination .page-numbers {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}
.offers_listing .listing_box .offers_pagination .page-numbers.next, .offers_listing .listing_box .offers_pagination .page-numbers.prev {
  font-size: 20px;
}
@media (hover: hover) {
  .offers_listing .listing_box .offers_pagination .page-numbers:hover {
    border-color: var(--accent-color);
  }
}
.offers_listing .listing_box .offers_pagination .page-numbers.current {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--second-color);
}

.cta-2 {
  margin: 24px 0;
}
@media (max-width: 599px) {
  .cta-2 {
    margin: 20px 0 20px;
  }
}
.cta-2 .cta_box {
  position: relative;
  padding: 20px 24px;
  background-color: #E8F0FE;
  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.5);
  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: 20px;
  max-width: 520px;
}
.cta-2 .content_box .section_desc {
  font-weight: 500;
  font-size: 14px;
  max-width: 520px;
}
.cta-2 .btns_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 599px) {
  .cta-2 .btns_box {
    flex-wrap: wrap;
  }
}
.cta-2 .btn-3 {
  background-color: transparent;
  text-align: center;
}
.cta-2 .btn-3:hover {
  background-color: var(--accent-color);
}

@keyframes pulse {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}