/* Reset */
html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

/* Common */
a,
button {
  cursor: pointer;
}

/* CSS Variables */
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  --color-primary: #ff6d01;
}

body {
  background-color: #f7f8f9;
}

.landing-page-nav-header {
  width: 100%;
  padding: 10px 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.landing-page-nav-header .logo {
  width: 120px;
  object-fit: contain;
  cursor: pointer;
}

.landing-page-nav-header .nav-right {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.landing-page-nav-header .nav-right .phone-number-wrapper {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}

.landing-page-nav-header .nav-right .phone-number {
  color: #ea5413;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.header_right_right.fl.clearfix {
  display: flex;
  gap: 20px;
}

.header_right_right.fl.clearfix a:nth-child(1) {
  width: 70px;
  height: 32px;
  border: 1px solid #ff6d01;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #ff6d01;
  letter-spacing: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_right_right.fl.clearfix a:nth-child(2) {
  width: 70px;
  height: 32px;
  border: 1px solid #ff6d01;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  background-color: #ff6d01;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-page-content {
  width: 1100px;
  margin: 0 auto;
  background-color: #f7f8f9;
  margin-top: 60px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.landing-page-content-left {
  width: 760px;
  border-radius: 12px;
}

.landing-page-content-left-header {
  width: 760px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid #fff0e5;
  position: relative;
  z-index: 2;
  background-color: #f8f9fa;
}

.landing-page-content-left-header-bg {
  position: absolute;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
}

.landing-page-content-left-header.fixed {
  position: sticky;
  top: 80px;
}

.landing-page-content-left-header.fixed::before {
  content: "";
  width: 762px;
  height: 30px;
  background: #f8f9fa;
  position: absolute;
  left: 0;
  top: -30px;
  border: none;
}

.landing-page-content-left-header-tab,
.landing-page-content-left-header-tab {
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.landing-page-content-left-header-tab + .landing-page-content-left-header-tab {
  margin-left: 48px;
}

.landing-page-content-left-header-tab.active,
.landing-page-content-left-header-tab.active {
  color: #ff6d01;
}

.landing-page-content-left-header-tab-indicator {
  position: absolute;
  width: 16px;
  height: 3px;
  background: #ff6d01;
  bottom: 0;
  transform: translateX(24px);
  transition: transform 0.3s ease-in-out;
}

.landing-page-content-recent-subscriptions {
  width: 215px;
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  white-space: pre;
  overflow: hidden;
  height: 20px;
  text-align: right;
}

.landing-page-content-left-body {
  padding: 16px 24px;
  background-color: #fff;
  position: relative;
}

.landing-page-content-left-body + .landing-page-content-left-body {
  margin-top: 20px;
  border-radius: 12px;
}

.landing-page-content-left-body {
  border-radius: 0 0 12px 12px;
}

.landing-page-content-left-body-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
}

.landing-page-content-image {
  width: 100%;
  /* height: 1000px; */
  object-fit: contain;
}

.landing-page-form-title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.landing-page-form {
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.landing-page-form-item-input {
  height: 38px;
  margin: 0 auto;
  background: #ffffff;
  border: 0.5px solid #cfcfcf;
  border-radius: 4px;
  padding-left: 10px;
}

.landing-page-form-item-input.error {
  border-color: #ff4d4f;
}

.landing-page-form-item-input-error {
  display: none;
  color: #ff4d4f;
  font-size: 12px;
  text-align: left;
  width: 277px;
  transform: translateY(-12px);
}

.landing-page-form-item-input:focus-visible {
  outline: var(--color-primary) solid 1px;
  border: none;
}

.landing-page-form-sms-button,
.landing-page-form-submit-button {
  background: #ff6d01;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
}

.landing-page-form-sms-button {
  width: 100px;
  height: 38px;
}

.landing-page-form-img-code {
  width: 100px;
  height: 36px;
  cursor: pointer;
}

.landing-page-form-sms-button.locked {
  background-color: #706d6d;
  cursor: not-allowed;
}

.landing-page-form-submit-button {
  margin-top: 8px;
  width: 277px;
  height: 42px;
}

.landing-page-content-right {
  width: 320px;
  height: 334px;
  background-image: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
  border-radius: 12px;
  position: sticky;
  top: 80px;
  padding-top: 30px;
}

.landing-page-content-right .saleman-avatar-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}

.landing-page-content-right .saleman-avatar {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.landing-page-content-right .saleman-avatar-desc {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 20px;
}

.landing-page-content-right .saleman-desc {
  text-align: center;
  margin-top: 20px;
}

.landing-page-content-right .saleman-desc-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}

.landing-page-content-right .saleman-desc-content {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}

.landing-page-content-right .saleman-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
  align-items: center;
}

.ask-button,
.landing-page-content-right .saleman-buttons .trial-button {
  width: 272px;
  height: 42px;
  background-color: #ff6d01;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  color: #ffffff;
}

.landing-page-content-right .saleman-buttons .trial-button {
  background-color: #fff;
  color: #ff6d01;
  border-color: #ff6d01;
}
.landing-page-form-img-code {
  width: 100px;
  height: 36px;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}

.login_after {
  margin-left: 0;
}

.ask-button:hover,
.landing-page-content-right .saleman-buttons .trial-button:hover,
.header_right_right.fl.clearfix a:nth-child(1):hover,
.header_right_right.fl.clearfix a:nth-child(2):hover,
.landing-page-form-submit-button:hover,
.landing-page-form-sms-button:hover {
  background-color: #e06305;
  color: white;
}

.ask-button-positioned-wrapper.absolute {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  display: flex;
  justify-content: center;
}

.ask-button-positioned-wrapper.fixed {
  position: fixed;
  bottom: 60px;
  width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 244px;
}

.ask-button-positioned-wrapper .ask-button {
  overflow: hidden;
  transform-origin: center center;
  animation: scale 2s linear infinite;
}

.ask-button-positioned-wrapper .ask-button .button-light {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 60px;
  top: -10px;
  left: -10px;
  transform: rotate(-75deg);
  background-image: linear-gradient(
          rgba(255, 255, 255, 0),
          white,
          rgba(255, 255, 255, 0)
  );
  opacity: 0.6;
  -webkit-animation: crossData 1s ease-in infinite;
  animation: crossData 1s ease-in infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1) ;
  }
  50% {
    transform: scale(1) ;
  }
  75% {
    transform: scale(1.1);
  }
}

@keyframes crossData {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}