@media (max-width:1023px) {
  #process .process_list_step {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important
  }
}

/*  */

.link_building_btn {
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, height 0.3s ease-in-out;
}

.link_building_btn span {
  transition: color 0.3s ease-in-out;
}

.link_building_btn:hover {
  background-color: #63AEFF;
}

.link_building_btn:active {
  padding: 8px 8px 8px 18px;
  height: 48px;
}

.link_building_sec_btn:hover {
  background-color: #10335F;
}

.link_building_sec_btn:hover span {
  color: #FFFFFF;
}

/* Link Building Hero */

#link_building_hero {
  padding: 40px 100px 90px;
  position: relative;
  z-index: 10;
}

#link_building_hero_inner {
  background-color: #FFFFFF;
  border-radius: 60px;
  padding-left: 90px;
  overflow: hidden;
}

.link_building_hero_wrapper {
  display: grid;
  grid-template-columns: 840px minmax(0, 890px);
  justify-content: space-between;
  gap: 20px 40px;
  overflow: hidden;
}

.link_building_hero_anim {
  grid-row: 1 / 4;
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 660px;
}

.link_building_hero_anim video {
  max-height: 660px;
  height: 100%;
}

.link_building_hero_title {
  grid-row: 1;
  grid-column: 1;
  margin-top: 90px;
  font-size: 82px;
  line-height: 1.1em;
  color: var(--say9-default-text-blue);
  max-width: 840px;
  z-index: 1000000;
}

.link_building_hero_txt {
  grid-row: 2;
  grid-column: 1;
  max-width: 560px;
  font-size: 22px;
  line-height: 1.4em;
  color: #646E8C;
  margin-bottom: 60px;
  z-index: 1000000;
}

.link_building_hero_btns {
  grid-row: 3;
  grid-column: 1;
  display: flex;
  gap: 14px;
  margin-bottom: 90px;
  z-index: 1000000;
}

.link_building_hero_btn {
  display: flex;
  align-items: center;
  background-color: var(--say9-secondary-blue);
  border-radius: 200px;
  padding: 10px 10px 10px 20px;
  height: 52px;
  gap: 18px;
}

.link_building_hero_btn span {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  padding-top: 4px;
}

.link_building_hero_btn img {
  width: 32px;
  height: 32px;
}

.link_building_hero_btn_secondary {
  border: 2px solid var(--say9-primary-blue);
  background-color: transparent;
  padding: 13px 20px;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, height 0.3s ease-in-out;
}

.link_building_hero_btn_secondary:hover {
  background-color: var(--say9-primary-blue);
}

.link_building_hero_btn_secondary span {
  color: var(--say9-primary-blue);
  transition: color 0.3s ease-in-out;
}

.link_building_hero_btn_secondary:hover {
  background-color: var(--say9-primary-blue);
}

.link_building_hero_btn_secondary:hover span {
  color: #FFFFFF;
}

.link_building_hero_btn_secondary:active {
  padding: 11px 8px;
  height: 48px;
}

/* Link Building POV */

#link_building_pov {
  margin-bottom: 140px;
  padding: 0 100px;
}

.link_building_pov_title {
  color: #FFFFFF;
  font-size: 82px;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 48px;
  text-align: center;
}

.link_building_pov_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 24px;
}

.link_building_pov_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 32px 32px 24px 24px;
  overflow: hidden;
  background-color: #10335F;
}

.video_wrapper {
  max-height: 530px;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 808 / 530;
}

.link_building_pov_subtitle {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.28em;
  font-weight: 700;
  padding: 36px 32px;
}

.link_building_pov_video {
  display: flex;
  width: 100%;
}

/* Outsource */

#outsource {
  margin-bottom: 90px;
  padding: 14px 100px;
}

.outsource_subtitle {
  background-color: #10335F;
  margin: 0 auto 14px;
  width: fit-content;
  padding: 6px 14px 4px;
  border-radius: 200px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
}

.outsource_title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 82px;
  line-height: 1.1em;
  max-width: 880px;
  margin: 0 auto 70px;
  text-align: center;
}

.outsource_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}

.outsource_item {
  border-radius: 24px;
  padding: 32px;
}

.outsource_item.first {
  background-color: #AAE9FF;
}

.outsource_item.middle {
  background-color: #CBE389;
}

.outsource_item.last {
  background-color: #EFF1F5;
}

.outsource_top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.outsource_icon {
  width: 50px;
  height: 50px;
}

.outsource_item_title {
  color: var(--say9-default-text-blue);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.18;
}

.outsource_content {
  color: #30374F;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
}

.outsource_glass {
  position: absolute;
  top: -142px;
  right: -75px;
}

.outsource_glass img {
  width: 285px;
  height: 309px;
}

.outsource_glass_blur {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 93px;
  left: 76px;
  border-radius: 200px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Process */

#process {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 60px;
  padding: 130px 100px;
  background-image: url("../assets/images/saas_link_building/process_bg1.svg");
  background-repeat: no-repeat;
  background-size: 1461px 400px;
  background-position: top right;
}

.process_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/saas_link_building/process_bg2.svg");
  background-repeat: no-repeat;
  background-size: 814px 1092px;
  background-position: left bottom;
}

#process_inner {
  max-width: 1430px;
  position: relative;
}

.process_subtitle {
  background-color: var(--say9-primary-blue);
  border-radius: 200px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 6px 14px 4px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
}

.process_title {
  color: var(--say9-default-text-blue);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 auto 14px;
  text-align: center;
  max-width: 1000px;
}

.process_wrapper {
  max-width: 1360px;
  margin: 50px auto 110px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.process_list {
  position: relative;
  max-width: 530px;
  width: 100%;
}

.process_list::before {
  content: "";
  position: absolute;
  height: calc(100% - 15px);
  top: 15px;
  width: 1px;
  left: 8px;
  background-color: #B9C0D4;
}

#process_inner.is-pinned .process_list {
  flex: 1 1 auto;
  min-width: 500px;
  padding-left: 140px;
  box-sizing: border-box;
}

.process_list_inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
  min-height: clamp(290px, 30vh, 700px);
  padding: 0 60px 0 40px;
  position: relative;
  overflow: hidden;
}

#process_inner.is-pinned .process_list_inner {
  width: 100%;
  padding: 0 60px 0 0;
}

.process_list_step {
  position: absolute;
  inset: 0 auto auto 0;
  will-change: opacity, transform;
  padding-left: 40px;
}

.process_list_step:not(:first-child) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.process_list_step::before {
  content: "";
  border-radius: 50%;
  background-color: #0E44B0;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 0;
  position: absolute;
}

.process_list_step.first_step::before {
  background-color: #99CAFF;
}

.process_list_step.second_step::before {
  background-color: #FFF185;
}

.process_list_step.third_step::before {
  background-color: #AAE9FF;
}

.process_list_step.fourth_step::before {
  background-color: #CBE389;
}

.process_list_step_num {
  background-color: #0E44B0;
  border-radius: 200px;
  padding: 8px 20px;
  color: var(--say9-default-text-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 24px;
  width: fit-content;
}

.process_list_step.first_step .process_list_step_num {
  background-color: #99CAFF;
}

.process_list_step.second_step .process_list_step_num {
  background-color: #FFF185;
}

.process_list_step.third_step .process_list_step_num {
  background-color: #AAE9FF;
}

.process_list_step.fourth_step .process_list_step_num {
  background-color: #CBE389;
}

.process_list_step_title {
  color: var(--say9-default-text-blue);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.28em;
  margin-bottom: 14px;
}

.process_list_step_txt {
  color: #4A5578;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4em;
}

/* Process Worker */

.process_worker {
  max-width: 700px;
  width: 100%;
}

.process_worker video {
  border-radius: 20px;
  width: 100%;
}

.process_cta {
  background-color: var(--say9-secondary-blue);
  display: flex;
  border-radius: 400px;
  padding: 24px;
  margin: 0 auto 140px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1360px;
}

.process_cta_left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.process_right {
  flex-shrink: 0;
}

.process_logo {
  width: 52px;
  height: 52px;
}

.process_cta_txt {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2em;
  padding-top: 4px;
}

.process_btn_wrapper {
  display: flex;
  align-items: center;
  height: 56px;
}

.process_btn {
  display: flex;
  align-items: center;
  border-radius: 200px;
  border: 2px solid transparent;
  background-color: #FFFFFF;
  padding: 12px 10px 12px 20px;
  gap: 18px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.process_btn,
.process_btn *,
.process_btn::before,
.process_btn::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.process_btn:active {
  padding: 8px 8px 8px 18px;
  height: unset;
}

.process_btn span {
  color: var(--say9-secondary-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  padding-top: 4px;
}

@media (hover: none) and (pointer: coarse),
(any-hover: none) and (any-pointer: coarse) {

  .process_btn:hover,
  .process_btn:active {
    padding: 8px 8px 8px 18px;
  }

  .process_btn:hover {
    color: #FFFFFF !important;
  }
}

.process_btn img {
  width: 32px;
  height: 32px;
}

.process_metrics {
  background-color: #E5F1FF;
  border-radius: 32px;
  padding: 60px 120px 60px 100px;
  display: grid;
  grid-template-columns: minmax(0, 510px) minmax(365px, 460px);
  justify-content: space-between;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.process_metrics_content {
  padding: 24px 0;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process_metrics_icon {
  max-width: 120px;
  width: 100%;
  margin-bottom: auto;
}

.process_metrics_title {
  color: var(--say9-default-text-blue);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.16em;
  margin-bottom: 14px;
}

.process_metrics_txt {
  color: #646E8C;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6em;
}

.process_metrics_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
  width: 100%;
}

.process_metrics_card {
  background-color: #C6E1FF;
  border-radius: 12px;
  padding: 16px 20px 14px;
  color: var(--say9-default-text-blue);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6em;
}

/* Media */

@media screen and (max-width: 1800px) {
  /* Link Building Hero */

  #link_building_hero_inner {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1620px) {
  /* Link Building Hero */

  .link_building_hero_wrapper {
    grid-template-columns: 660px minmax(0, 890px);
  }

  .link_building_hero_anim {
    height: 560px;
  }

  .link_building_hero_anim video {
    max-height: 560px;
  }

  .link_building_hero_title {
    font-size: 68px;
    margin-top: 60px;
  }

  .link_building_hero_btns {
    margin-bottom: 60px;
  }

  /* Link Building POV */

  .link_building_pov_subtitle {
    font-size: 28px;
  }

  /* Outsource */

  .outsource_title {
    max-width: 700px;
  }

  .outsource_glass {
    top: -120px;
    right: -75px
  }

  .outsource_glass img {
    width: 230px;
    height: 250px;
  }

  .outsource_glass_blur {
    width: 64px;
    height: 64px;
    top: 76px;
    left: 61px;
  }

  /*  */

  .link_building_pov_title,
  .outsource_title,
  .process_title {
    font-size: 66px;
  }
}

@media screen and (max-width: 1440px) {
  /* Link Building Hero */

  #link_building_hero_inner {
    border-radius: 36px;
  }

  .link_building_hero_wrapper {
    grid-template-columns: 540px minmax(0, 540px);
  }

  .link_building_hero_title {
    font-size: 60px;
    margin-top: 40px;
  }

  .link_building_hero_txt,
  .link_building_hero_btns {
    margin-bottom: 40px;
  }

  .link_building_hero_anim {
    height: 490px;
    justify-content: center;
  }

  .link_building_hero_anim video {
    max-height: 490px;
  }

  /* Link Building POV */

  .link_building_pov_subtitle {
    font-size: 24px;
  }

  /* Outsource */

  .outsource_wrapper {
    gap: 16px;
  }

  .outsource_item {
    padding: 24px;
  }

  .outsource_glass {
    right: -120px;
  }

  .outsource_icon {
    width: 40px;
    height: 40px;
  }

  .outsource_item_title {
    font-size: 28px;
  }

  .outsource_content {
    font-size: 21px;
    line-height: 1.5em;
  }

  /* Process */

  .process_wrapper {
    max-width: 1200px;
    gap: 40px;
    margin-top: 70px;
  }

  .process_worker {
    max-width: 670px;
  }

  .process_list {
    flex-shrink: 0;
    max-width: 420px;
  }

  /* Metrics */

  .process_metrics {
    padding: 60px;
  }
}

@media screen and (max-width: 1350px) {
  /* Metrics */

  .process_metrics {
    grid-template-columns: minmax(0, 510px) 365px;
  }
}

@media screen and (max-width: 1280px) {
  /* Link Building POV */

  .link_building_pov_wrapper {
    grid-template-columns: 1fr;
    max-width: 810px;
    margin: 0 auto;
  }

  .link_building_pov_subtitle {
    font-size: 30px;
  }

  .link_building_pov_title,
  .outsource_title,
  .process_title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1200px) {
  /* Link Building Hero */

  #link_building_hero {
    padding: 40px 70px 90px;
  }

  #link_building_hero_inner {
    padding-left: 60px;
  }

  .link_building_hero_wrapper {
    grid-template-columns: 490px minmax(0, 480px);
  }

  .link_building_hero_title {
    font-size: 54px;
  }

  .link_building_hero_anim {
    height: 450px;
  }

  .link_building_hero_anim video {
    max-height: 450px;
  }

  /* Link Building POV */

  #link_building_pov {
    padding: 0 70px;
  }

  /* Outsource */

  #outsource {
    padding: 0 70px;
  }

  /* Process */

  #process {
    padding: 130px 70px;
  }

  .process_list_inner {
    min-height: clamp(260px, 25vh, 700px);
  }

  .process_cta_txt {
    font-size: 30px;
  }

  /* Metrics */

  .process_metrics {
    padding: 60px 48px;
  }

  .process_metrics_title {
    font-size: 54px;
  }
}

@media screen and (max-width: 1024px) {
  /* Link Building Hero */

  #link_building_hero {
    padding: 24px 70px 70px;
  }

  #link_building_hero_inner {
    padding: 0;
    border-radius: 60px;
  }

  .link_building_hero_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .link_building_hero_anim {
    padding: 32px 32px 0;
    max-height: 600px;
    overflow: hidden;
    height: unset;
    aspect-ratio: 342 / 255;
  }
  
  .link_building_hero_anim video {
    max-height: 630px;
    width: 100%;
  }

  .link_building_hero_title {
    font-size: 82px;
    margin-bottom: 20px;
    margin-top: 24px;
  }

  .link_building_hero_btns {
    margin-bottom: 60px;
  }

  .link_building_hero_title,
  .link_building_hero_txt,
  .link_building_hero_btns {
    padding: 0 46px 0 55px;
    max-width: 100%;
  }

  .link_building_hero_btn.link_building_hero_btn_secondary:hover {
    background-color: transparent;
  }

  .link_building_hero_btn_secondary:hover span {
    color: var(--say9-primary-blue);
  }

  .link_building_hero_btn.link_building_hero_btn_secondary:active {
    background-color: var(--say9-primary-blue);
  }

  .link_building_hero_btn_secondary:active span {
    color: #FFFFFF;
  }

  /* Link Building POV */

  .link_building_pov_title {
    margin-bottom: 40px;
  }

  /* Outsource */

  .outsource_title {
    max-width: 560px;
  }

  .outsource_wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .outsource_item {
    padding: 32px;
  }

  .outsource_icon {
    width: 50px;
    height: 50px;
  }

  .outsource_item_title {
    font-size: 34px;
  }

  .outsource_content {
    font-size: 24px;
    line-height: 1.6em;
  }

  .outsource_glass {
    top: -100px;
  }

  /* Process */

  #process {
    padding: 130px 70px 100px;
  }

  .process_wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin: 24px auto 80px;
    gap: 60px;
  }

  .process_list {
    padding-top: 40px;
    max-width: 100%;
  }

  .process_list::before {
    top: 55px;
    height: calc(100% - 210px);
  }

  .process_list_step:last-child::after {
    content: "";
    position: absolute;
    height: calc(100% - 15px);
    top: 26px;
    width: 1px;
    left: 8px;
    background-color: #FFFFFF;
  }

  .process_list_inner {
    min-height: clamp(200px, 20vh, 700px);
    gap: 80px;
    padding: 0;
  }

  .process_cta {
    padding: 24px 36px;
    margin-bottom: 120px;
  }

  .process_cta_txt {
    font-size: 26px;
  }

  .process_btn {
    padding: 12px 6px 12px 16px;
  }

  .process_btn:active {
    padding: 8px 4px 8px 14px;
  }

  @media (hover: none) and (pointer: coarse),
  (any-hover: none) and (any-pointer: coarse) {

    .process_btn:hover,
    .process_btn:active {
      padding: 8px 4px 8px 14px;
    }
  }

  /* Metrics */

  .process_metrics {
    padding: 40px 32px;
  }

  .process_metrics_content {
    max-width: 370px;
  }

  .process_metrics_title {
    font-size: 48px;
  }

  /*  */

  .link_building_pov_title,
  .process_title {
    font-size: 48px;
  }
}

@media screen and (max-width: 950px) {
  /* Link Building Hero */

  .link_building_hero_title {
    font-size: 72px;
  }

  /* Process */

  .process_cta {
    padding: 24px 16px;
  }

  .process_cta_left {
    gap: 14px;
  }

  .process_cta {
    gap: 12px;
  }

  .process_cta_txt {
    font-size: 24px;
  }

  /* Metrics */

  .process_metrics {
    gap: 20px;
    grid-template-columns: 370px minmax(0, 365px);
  }

  .process_metrics_card {
    font-size: 21px;
  }
}

@media screen and (max-width: 850px) {
  .process_cta {
    flex-direction: column;
    border-radius: 24px;
    gap: 36px;
  }

  .process_cta_left {
    flex-direction: column;
  }

  .process_cta_txt {
    padding-top: 0;
    font-size: 30px;
    text-align: center;
  }

  .process_right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .process_btn {
    max-width: 310px;
    padding: 13px 20px 9px;
    justify-content: center;
    width: 100%;
  }

  .process_btn:active {
    padding: 11px 20px 7px;
  }

  @media (hover: none) and (pointer: coarse),
  (any-hover: none) and (any-pointer: coarse) {

    .process_btn:hover,
    .process_btn:active {
      padding: 11px 20px 7px;
    }
  }

  .process_btn span {
    padding-top: 0;
    font-size: 18px;
  }

  .process_btn img {
    display: none;
  }

  /* Metrics */

  .process_metrics {
    display: flex;
    flex-direction: column;
  }

  .process_metrics_cards,
  .process_metrics_content {
    max-width: 100%;
  }

  .process_metrics_card {
    font-size: 24px;
  }

  .process_metrics_icon {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* Link Building Hero */

  #link_building_hero {
    padding: 30px 16px 54px;
  }

  #link_building_hero_inner {
    border-radius: 24px;
  }

  .link_building_hero_anim {
    padding: 18px 5px 0;
    max-height: 520px;
    aspect-ratio: 333 / 248
  }

  .link_building_hero_anim video {
    max-height: 560px
  }

  .link_building_hero_title {
    font-size: 60px;
    margin: 20px 0;
  }

  .link_building_hero_btns {
    margin-bottom: 30px;
  }

  .link_building_hero_title,
  .link_building_hero_txt,
  .link_building_hero_btns {
    padding: 0 21px 0;
  }

  /* Link Building POV */

  #link_building_pov {
    margin-bottom: 80px;
    padding: 0 16px;
  }

  .link_building_pov_subtitle {
    font-size: 26px;
    padding: 28px 24px;
  }

  /* Outsource */

  #outsource {
    padding: 0 16px;
    margin-bottom: 70px;
  }

  .outsource_title {
    margin-bottom: 45px;
  }

  .outsource_glass {
    display: none;
  }

  /* Process */

  #process {
    padding: 60px 16px;
    border-radius: 32px;
  }

  .process_wrapper {
    margin: 36px auto 80px;
  }

  .process_list {
    padding-top: 40px;
  }

  .process_list::before {
    top: 55px;
    height: calc(100% - 55px);
  }

  .process_cta {
    margin-bottom: 60px;
  }

  .process_logo {
    width: 34px;
    height: 34px;
  }

  /* Metrics */

  .process_metrics {
    gap: 14px;
    border-radius: 24px;
  }

  .process_metrics_icon {
    max-width: 87px;
    height: 81px;
  }

  /*  */

  .link_building_pov_title,
  .outsource_title,
  .process_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  /* Link Building POV */

  .link_building_pov_title {
    margin-bottom: 27px;
  }

  .link_building_pov_item {
    border-radius: 12px;
  }

  .link_building_pov_subtitle {
    font-size: 18px;
    padding: 15px 12px;
    text-align: center;
  }

  /* Outsource */

  .outsource_item {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .outsource_top {
    gap: 14px;
  }

  .outsource_icon {
    width: 32px;
    height: 32px;
  }

  .outsource_item_title {
    font-size: 26px;
    padding-top: 4px;
  }

  .outsource_content {
    font-size: 16px;
  }

  /* Process */

  .process_list_inner {
    min-height: clamp(230px, 25vh, 700px);
    gap: 60px;
  }

  /* Metrics */

  .process_metrics {
    padding: 40px 20px;
  }

  .process_metrics_title {
    font-size: 42px;
  }

  /*  */

  .link_building_pov_title,
  .outsource_title,
  .process_title {
    font-size: 34px;
  }
}

@media screen and (max-width: 480px) {
  /* Link Building Hero */

  .link_building_hero_anim video {
    margin-top: -20px;
  }

  .link_building_hero_title {
    font-size: 48px;
  }

  .link_building_hero_btns {
    flex-direction: column;
  }

  .link_building_hero_btn {
    justify-content: center;
    padding: 13px 20px 9px;
  }

  .link_building_hero_btn:hover {
    background-color: var(--say9-secondary-blue);
  }

  .link_building_hero_btn:active {
    padding: 13px 20px 9px;
    background-color: #63AEFF;
  }

  .link_building_hero_btn img {
    display: none;
  }

  .link_building_hero_btn span {
    font-size: 18px;
    padding-top: 0;
  }
}

@media screen and (max-width: 460px) {
  /* Process */

  .process_list_inner {
    min-height: clamp(260px, 30vh, 700px);
  }

  /* Metrics */

  .process_metrics_title {
    font-size: 34px;
  }

  .process_metrics_txt {
    font-size: 19px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 400px) {
  /* Process */

  .process_list_inner {
    min-height: clamp(290px, 35vh, 700px);
  }
}

@media screen and (max-width: 390px) {
  .link_building_hero_title {
    font-size: 34px;
  }
}

@media screen and (max-width: 460px) {
  .process_list_inner {
    min-height: clamp(320px, 40vh, 700px);
  }
}