#home_section {
  position: relative;

  max-width: 1920px;
  margin-inline: auto;
  margin-bottom: 10%;

  min-height: 700px;
}

#home_section .overlay {
  width: 100vw;
  height: 800px;
  max-height: 800px;

  padding-top: 3.25rem;

  overflow: hidden;

  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -100;
}

#home_section .overlay::before {
  content: "";
  height: 100%;
  width: 150%;
  background-color: var(--light-blue);
  transform: skewY(-3deg);

  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: -999;
}

#home_section .content {
  margin-inline: 7.375rem;
  width: calc(100% - (7.375rem * 2));
  max-width: 1920px;
  min-height: 680px;

  padding: 4rem 3rem 2rem 3rem;
  background-color: var(--purple);
  border-radius: 16px 16px 0 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;

  position: absolute;
  top: 1.375rem;
  z-index: 10;
}

#home_section .content::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--purple);
  transform: skewY(-3deg);
  border-radius: 16px;

  position: absolute;
  bottom: -9%;
  left: 0;
  z-index: -999;
}

#home_section .content .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;

  flex: 1;

  color: #fff;
  text-align: left;

  max-width: 760px;
}

#home_section .content .info h2 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.36px;
  font-weight: 500;
  margin-bottom: 0;

  color: #fff;

  opacity: 0.75;
}

#home_section .content .info h1 {
  font-size: 4rem;
  line-height: 4.375rem;
  color: #fff;
  font-weight: 300;

  margin-bottom: 0.5rem;
}

#home_section .content .info h1 strong {
  font-weight: 700;
}

#home_section .content .info p {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;

  line-height: 1.75rem;
  max-width: 640px;

  opacity: 0.75;
}

#home_section .content .info .bullet_list .item span {
  color: var(--light-blue);
  max-width: 650px;
}

#home_section .content .info .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.75rem;
}

#home_section .content .info button.button {
  background-color: #fff;
  border: 2px solid #fff;

  color: var(--purple);
  width: 290px;
  padding-block: 8px;

  margin-top: calc(2.25rem - 1.75rem);

  transition: border 0.3s;
}

#home_section .content .info button.button.invert {
  background-color: transparent;
  color: #fff;
}

#home_section .content .info button.button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
}

#home_section .content .info button.button:not(:disabled):hover {
  border: 2px solid #5b23b1;
  color: #5b23b1;
}

#home_section .content .header_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#home_section .content .header_img img {
  width: 100%;
  max-width: 592px;

  margin-inline: auto;
}

#payment_processing_features {
  padding-block: 7.5rem;
}

#payment_processing_features .content h2 {
  max-width: 717px;
}

#payment_processing_features .flex_gap_64_r {
  grid-template-columns: 1fr 1.6fr;
}

#payment_processing_features .bullet_list .item span {
  max-width: 650px;
}

#payment_processing_features .flex_gap_64_r .content {
  max-width: 810px;
}

#streamline_and_lower_cost {
  padding-block: 8rem 10rem;
  padding-inline: 1.125rem;
  position: relative;
}

#streamline_and_lower_cost::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: var(--purple);
  transform: skewY(-2deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}
#streamline_and_lower_cost::after {
  content: "";
  width: 100%;
  height: 70%;
  background-color: var(--purple);
  transform: skewY(-3deg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -999;
}

#streamline_and_lower_cost .content {
  text-align: center;
  max-width: none;

  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.5rem;
}

#streamline_and_lower_cost .content h2 {
  max-width: 960px;
  color: #fff;
}

#streamline_and_lower_cost .content .bullet_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem 4rem;

  max-width: 1227px;
}
#streamline_and_lower_cost .content .bullet_list .item.with_text div {
  gap: 1rem;
}

#streamline_and_lower_cost .content .bullet_list .item span {
  color: #fff;
  text-align: left;
}

#streamline_and_lower_cost .content .bullet_list .item p {
  color: #fff;
  opacity: 0.8;
  margin-left: calc(2.25rem + 1rem);
}

#plug_and_play {
  padding-block: 10rem;
}

#plug_and_play .bullet_list .item span {
  max-width: 650px;
}

#customer_service {
  padding-block: 8.5rem 8rem;

  position: relative;
}

#customer_service::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: var(--soft-blue);
  transform: skewY(-2deg);

  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}

#customer_service::after {
  content: "";
  width: 100%;
  height: 70%;
  background-color: var(--soft-blue);
  transform: skewY(-0.5deg);

  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -999;
}

#multiple_types {
  padding-block: 8.5rem;
}

#multiple_types h2 {
  margin-bottom: 1.75rem;
}

#multiple_types .bullet_list .item.with_text p {
  color: var(--purple);
  max-width: 600px;
}

#multiple_types .bg_one_plate_r::before {
  background-color: var(--light-blue);
  height: 105%;
}

#unified_platform {
  padding-block: 10.5rem;

  position: relative;
}

#unified_platform .flex_gap_64_r {
  grid-template-columns: 1fr 1.4fr;
}

#unified_platform .flex_gap_64_r .content {
  max-width: 790px;
}

#unified_platform::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--soft-blue);
  transform: skewY(-2deg);

  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}

#unified_platform .bullets_container {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

#unified_platform .bullets_container .bullet_list:nth-child(1) {
  flex: 1.65;
  max-width: 460px;
}
#unified_platform .bullets_container .bullet_list:nth-child(2) {
  flex: 1;
}

#greater_accuracy {
  padding-block: 10rem calc(10.375rem + (16.25rem - 4.25rem));
}

#greater_accuracy .flex_gap_64 {
  grid-template-columns: 1.3fr 1fr;
}

@media only screen and (min-width: 2000px) {
  #home_section {
    margin-bottom: 0;
  }

  #payment_processing_features {
    padding-top: 18rem;
  }
}

@media only screen and (max-width: 1700px) {
  #home_section .content {
    margin-inline: 1.125rem;
    width: calc(100% - 1.125rem * 2);
  }
}

@media only screen and (max-width: 1440px) {
  #home_section .content .header_img {
    flex: 0.8;
  }
  #home_section .content .info .buttons {
    gap: 1rem;
  }

  #home_section .content .info .buttons .button {
    width: 250px;
  }
}

@media only screen and (max-width: 1520px) {
  #home_section .overlay {
    height: 700px;
    max-height: 700px;
  }

  #home_section .content .info h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #home_section .content .info h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media only screen and (max-width: 1240px) {
  .flex_gap_64 .only_mobile,
  .flex_gap_64_r .only_mobile,
  .flex_gap_64 .on_mobile,
  .flex_gap_64_r .on_mobile {
    display: block;
    width: 100%;
    max-width: 560px;
    z-index: 1;
  }

  #payment_processing_features .flex_gap_64_r,
  #unified_platform .flex_gap_64_r,
  #greater_accuracy .flex_gap_64 {
    grid-template-columns: 1fr;
    padding-inline: 6.5rem;
  }

  #home_section .content {
    margin-inline: 0;
    width: calc(100%);
    border-radius: 0;
    padding-inline: 1.125rem;
  }

  #home_section .content::before {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1020px) {
  #home_section .non_mobile,
  #home_section .overlay {
    display: none;
  }

  #home_section .overlay::before {
    background-color: transparent;
  }

  #home_section .content {
    width: 100%;
    max-height: 100%;

    margin-inline: auto;
    border-radius: 0;
    justify-content: flex-start;

    position: static;

    padding: 1.125rem 2rem 0 2rem;
    flex-direction: column-reverse;
    gap: 1.75rem;
  }
  #home_section .content::before {
    border-radius: 0;

    transform: skewY(-10deg);
  }

  #home_section .content .info {
    gap: 1.125rem;
  }

  #home_section .content .info h1 {
    font-size: 4rem;
    line-height: 4.375rem;
  }

  #home_section .content .info h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }

  #home_section .content .info .buttons .button {
    padding-block: 0.875rem;
  }

  #payment_processing_features {
    padding-block: 11rem 7.5rem;
  }

  #streamline_and_lower_cost {
    padding-block: 7.5rem;
  }

  #streamline_and_lower_cost .content h2 {
    margin: 0;
  }

  #streamline_and_lower_cost::before,
  #streamline_and_lower_cost::after {
    transform: skewY(6deg);
  }

  #streamline_and_lower_cost .content .bullet_list .item.with_text div {
    gap: 6px;
  }

  #streamline_and_lower_cost .content .bullet_list .item p {
    margin-left: calc(2.25rem + 6px);
  }

  #greater_accuracy {
    padding-bottom: 7.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .bg_two_plates {
    width: calc(100% - 1.125rem);
  }

  .bg_one_plate::before {
    height: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) skewY(-8deg);
  }

  .bullet_list .item.with_text div span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  #payment_processing_features .flex_gap_64_r,
  #unified_platform .flex_gap_64_r,
  #greater_accuracy .flex_gap_64 {
    padding-inline: 1.125rem;
  }

  #home_section .content {
    padding: 1.125rem;
  }

  #home_section .content .info h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    letter-spacing: -0.72px;
  }

  #home_section .content .info h2 {
    font-size: 1.125rem;
    line-height: 2.5rem;
  }

  #home_section .content .info p {
    font-family: "museo-sans", sans-serif;
  }

  #payment_processing_features {
    padding-block: 13.125rem 10rem;
  }

  #streamline_and_lower_cost .content {
    gap: 1.75rem;
  }

  #streamline_and_lower_cost .content .bullet_list {
    grid-template-columns: 1fr;
  }

  #plug_and_play {
    margin-top: 10%;
    padding-block: 6rem 13.5rem;
  }

  #customer_service::before {
    height: 50%;
    top: -10%;
    transform: skewY(-8deg);
  }

  #customer_service {
    padding-block: 1.75rem 6.5rem;
  }

  #multiple_types {
    padding-block: 6rem 10.5rem;
  }

  #unified_platform {
    background-color: var(--soft-blue);
    margin-top: 10%;
    padding-top: 1rem;

    padding-bottom: 5.75rem;
  }

  #unified_platform::before {
    height: 50%;
    top: -10%;
    transform: skewY(-8deg);
  }

  #unified_platform .bullets_container {
    flex-direction: column;
    gap: 1.125rem;
  }

  #greater_accuracy {
    padding-block: 6.5rem 4.5rem;
  }
}

@media only screen and (max-width: 460px) {
  #payment_processing_features h2,
  #multiple_types h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  #streamline_and_lower_cost .content h2 {
    font-size: 1.75rem;
    letter-spacing: -0.54px;
    line-height: 2.25rem;
    max-width: 360px;
  }

  #greater_accuracy h2 {
    max-width: 352px;
  }
}
