.sales-representative {
  padding: 0 3rem;
  max-width: var(--max-screen-width);
  margin: 0 auto;
}

.sales-representative-hero-section {
  background: var(--bg-light-blue);
  background-image: url('/assets/sales-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8rem;
  margin-bottom: 13rem;
  box-sizing: border-box;
}

.sales-representative-hero-section-content {
  max-width: var(--max-screen-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.sales-representative-animation {
  width: 63.975rem;
  height: 100%;
  margin: 4rem auto -5rem;
}

.sales-representative-hero-section-title {
  font-size: 2.0625rem;
  line-height: 2.6875rem;
  color: var(--blue);
  text-align: center;
}

.sales-representative-hero-section-subtitle {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: var(--font-weight-bolder);
  color: var(--main-text-color);
  text-align: center;
  max-width: 83rem;
  margin-bottom: 2rem;
}

.sales-representative-hero-section-content > .main-btn {
  margin-bottom: 3rem;
}

.sales-representative-delegate {
  display: flex;
  justify-content: space-between;
}

.sales-representative-delegate-left {
  max-width: 37rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sales-representative-delegate-title {
  color: var(--blue);
  font-size: 2.0625rem;
  font-weight: var(--font-weight-bold);
  line-height: 2.6875rem;
}

.sales-representative-delegate-text {
  color: var(--main-text-color);
  font-size: 3.5625rem;
  font-weight: var(--font-weight-bold);
  line-height: 4.0625rem;
}

.sales-representative-delegate-right {
  display: flex;
  max-width: 50%;
  border-radius: 1.5rem;
  box-shadow: 0 0.25rem 1.875rem 0 rgba(22, 87, 254, 0.1);
  min-width: 26.6875rem;
}

.sales-representative-delegate-right-account {
  background: var(--blue);
  border-radius: 1.5rem;
  max-width: 12.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.sales-representative-name {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--white);
  line-height: 2.0625rem;
  text-align: center;
}

.sales-representative-role {
  font-size: var(--font-size-l);
  color: var(--white);
  line-height: 1.5rem;
  text-align: center;
}

.sales-representative-chat {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 2.875rem;
  box-sizing: border-box;
}

.sales-representative-chat > img {
  max-width: 9rem;
}

.sales-representative-chat .main-btn:hover {
  cursor: default;
  background: var(--blue);
}

.sales-representative-chat-text {
  font-size: var(--font-size-xl);
  color: var(--blue);
  font-weight: var(--font-weight-bold);
  line-height: 2.0625rem;
  max-width: 8.4375rem;
  text-align: center;
}

.sales-representative-info {
  font-size: var(--font-size-xxl);
  color: var(--placeholder-color);
  line-height: 2.375rem;
  max-width: 54.375rem;
  margin: 8.5rem auto;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.sales-representative-info-left {
  position: absolute;
  left: -23rem;
  top: -0.75rem;
}

.sales-representative-info-right {
  position: absolute;
  right: -23rem;
  top: -1rem;
}

.sales-representative-info-bottom {
  margin-top: 8rem;
}

.sales-representative-generate {
  max-width: 53.875rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sales-representative-generate-title {
  font-size: 2.0625rem;
  font-weight: var(--font-weight-bold);
  color: var(--blue);
  line-height: 2.6875rem;
  text-align: center;
}

.sales-representative-generate-text {
  font-size: 3.5625rem;
  font-weight: var(--font-weight-bold);
  color: var(--main-text-color);
  line-height: 4.0625rem;
  text-align: center;
}

.sales-representative-advantages {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 8rem 0;
}

.sales-representative-advantages-wrapper {
  position: relative;
}

.sales-representative-advantages-box {
  padding: 2rem 3rem;
  box-sizing: border-box;
  max-width: 34rem;
  box-shadow: 0 0.25rem 1.875rem 0 rgba(22, 87, 254, 0.1);
  border-radius: var(--border-radius);
  font-size: var(--font-size-xxl);
  line-height: 2.375rem;
  color: var(--placeholder-color);
  height: fit-content;
  z-index: 100;
  position: relative;
  background-color: var(--white);
}

.sales-representative-advantages-wrapper.box-right {
  margin-top: 8rem;
}

.sales-representative-advantages-wrapper.box-left > img {
  position: absolute;
  margin: -7.5rem auto 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
}

.sales-representative-advantages-wrapper.box-right > img {
  position: absolute;
  top: -8rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
}

.sales-representative-maximize {
  max-width: var(--max-screen-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin: 8rem auto;
}

.sales-representative-maximize-title {
  color: var(--main-text-color);
  margin-bottom: 1.5rem;
  font-size: var(--font-size-xxxxl);
  line-height: 4.0625rem;
  text-align: center;
}

.sales-representative-maximize > img {
  margin-top: 2.5rem;
}

/*Responsive*/
@media only screen and (max-width: 1700px) {
  .sales-representative-info > div > div {
    max-width: 43rem;
  }

  .sales-representative-info-left {
    left: -14rem;
    top: 1rem;
  }

  .sales-representative-info-right {
    right: -14rem;
    top: 1rem;
  }
}

@media only screen and (max-width: 1366px) {
  .sales-representative-hero-section {
    padding: 5rem 3rem 0 3rem;
  }

  .sales-representative-hero-section-subtitle {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .sales-representative-animation {
    width: 55rem;
    bottom: -32rem;
  }

  .sales-representative-info > div > div {
    max-width: 31rem;
  }

  .sales-representative-info-left {
    left: -6.5rem;
    top: 1rem;
  }

  .sales-representative-info-right {
    right: -6.5rem;
    top: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .sales-representative-hero-section {
    padding: 4rem 1.5rem 0 1.5rem;
  }

  .sales-representative {
    padding: 0 1.5rem;
  }

  .sales-representative-info > div > div {
    max-width: 26.5rem;
  }

  .sales-representative-info-left {
    left: -4rem;
    top: 3.5rem;
  }

  .sales-representative-info-right {
    right: -4rem;
    top: 3.5rem;
  }
}

@media only screen and (max-width: 1080px) {
  .sales-representative-animation {
    width: 39.375rem;
    bottom: -32rem;
  }

  .sales-representative-delegate {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .sales-representative-delegate-left {
    max-width: unset;
  }

  .sales-representative-info > div > div {
    max-width: unset;
  }

  .sales-representative-info-left,
  .sales-representative-info-right {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .sales-representative-advantages {
    flex-direction: column;
    gap: 10rem;
  }

  .box-right .sales-representative-advantages-box {
    margin-left: auto;
  }

  .sales-representative-advantages-wrapper.box-left > img {
    left: unset;
    right: unset;
    margin-left: 9.5rem;
  }

  .sales-representative-advantages-wrapper.box-right > img {
    left: unset;
    margin-left: unset;
    right: 9.5rem;
  }

  .sales-representative-maximize {
    margin: 5rem auto;
  }
}

@media only screen and (max-width: 767px) {
  .sales-representative-hero-section-title {
    font-size: var(--font-size-xxm);
    line-height: 1.8125rem;
  }

  .sales-representative-hero-section-subtitle {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sales-representative-delegate-text,
  .sales-representative-generate-text,
  .sales-representative-maximize-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .sales-representative-animation {
    width: 27rem;
  }

  .sales-representative-info-bottom {
    margin-top: 4rem;
  }

  .sales-representative-info {
    margin: 4rem auto;
  }

  .sales-representative-advantages {
    margin: 4rem auto;
  }

  .sales-representative-advantages-box {
    max-width: 100%;
  }

  .sales-representative-advantages-wrapper.box-left > img,
  .sales-representative-advantages-wrapper.box-right > img {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .sales-representative-hero-section {
    padding: 4rem 1rem 0 1rem;
  }

  .sales-representative {
    padding: 0 1rem;
  }

  .sales-representative-animation {
    width: 18rem;
  }

  .sales-representative-delegate-right {
    min-width: 100%;
    width: 100%;
  }

  .sales-representative-delegate-right-account {
    width: 50%;
  }

  .sales-representative-name {
    font-size: var(--font-size-xxm);
    line-height: 1.8125rem;
  }

  .sales-representative-role {
    font-size: var(--font-size-xm);
    line-height: var(--font-size-xxm);
  }

  .sales-representative-chat {
    padding: 1.5rem;
    width: 50%;
  }

  .sales-representative-chat-text {
    font-size: var(--font-size-l);
    line-height: 1.5rem;
  }
}
