.main .header {
  background: #fff7e0;
}

.home {
  display: flex;
  align-items: center;
  gap: 140px;
  padding: 80px 0px;
}
.home .content {
  color: #333333;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
.home .content p {
  margin: 24px 0px 80px 0px;
}
.home .content h6 {
  font-family: "Tilt Warp";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  background: linear-gradient(141deg, #a66946 17.82%, #733a26 89.8%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.home .content button {
  border: none;
  height: 84px;
  border-radius: 100px;
  background: linear-gradient(131deg, #ffd730 2.93%, #fac211 103.32%);
  color: #794b00;
  text-align: center;
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  width: 100%;
  cursor: pointer;
}
.home .home-img {
  height: 621px;
}

.workflow {
  padding: 80px 0px;
}
.workflow h1 {
  text-align: center;
  font-family: "Tilt Warp";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  background: linear-gradient(141deg, #a66946 17.82%, #733a26 89.8%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 120px;
}
.workflow ul {
  display: flex;
  align-items: flex-start;
  gap: 92px;
}
.workflow ul li {
  text-align: center;
  flex: 1;
}
.workflow ul li .num {
  height: 96px;
  width: 96px;
  color: #ffffff;
  font-family: "Tilt Warp";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px;
  background: #5499ff;
  border-radius: 50%;
  margin: 0px auto;
}
.workflow ul li h6 {
  color: #333333;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 64px 0px 16px 0px;
}
.workflow ul li p {
  color: #666666;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.workflow ul li:first-child, .workflow ul li:last-child {
  padding-top: 80px;
}
.workflow ul li:first-child .num, .workflow ul li:last-child .num {
  background: linear-gradient(131deg, #ffd730 2.93%, #fac211 103.32%);
}

.contactUs {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 80px 0px;
  padding-bottom: 120px;
}
.contactUs .contact-left {
  color: #333333;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  flex: 1;
}
.contactUs .contact-left h1 {
  font-family: "Tilt Warp";
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  background: linear-gradient(141deg, #a66946 17.82%, #733a26 89.8%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 24px;
}
.contactUs img {
  height: 402.6px;
}
.contactUs .contact-right h3 {
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: linear-gradient(138deg, #d48d00 4.55%, #835100 108.74%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 24px;
}
.contactUs .contact-right .title {
  color: #333333;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  text-decoration-line: none;
  cursor: auto;
}
.contactUs .contact-right p {
  color: #666666;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.contactUs .contact-right p a {
  text-decoration: none;
  color: #666666;
}
.contactUs .contact-right :nth-child(4) {
  margin-top: 36px;
}/*# sourceMappingURL=home.css.map */