@font-face {
  font-family: "Open Sans Regular";
  src: url(/fonts/OpenSans-Regular.ttf?9a6cfa5890d7f3eef58510612e5fc36e);
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/fonts/OpenSans-Bold.ttf?45847e90261782dc01a6f6e700bde40b);
}
@font-face {
  font-family: "Inter 18 Black";
  src: url(/fonts/Inter_18pt-Black.ttf?2615b19ab6fb503e6bb74afde40536fc);
}
@font-face {
  font-family: "Inter 18 Regular";
  src: url(/fonts/Inter_18pt-Regular.ttf?86c330c66f7333ff6202209becd04687);
}
@font-face {
  font-family: "Inter 18 Bold";
  src: url(/fonts/Inter_18pt-Bold.ttf?934ca051dc94cbb687794d463871639f);
}
@font-face {
  font-family: "BricolageGrotesque Regular";
  src: url(/fonts/BricolageGrotesque_24pt-Regular.ttf?2d240354d94f689b1b94507449b3d409);
}
@font-face {
  font-family: "BricolageGrotesque Bold";
  src: url(/fonts/BricolageGrotesque_24pt-Bold.ttf?680053145383dde5546f54a27ac08a7d);
}
#home-page #news,
#home-page #our-expertise,
#home-page #why-us .content {
  padding: 0 8.5vw;
}
#home-page .label-section {
  font-size: 48px;
  font-family: "BricolageGrotesque Bold";
}
#home-page #our-expertise {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#home-page #our-expertise .description {
  width: 50%;
  font-size: 18px;
}
#home-page #our-expertise .content {
  margin-top: 33px;
}
#home-page #our-expertise .content .title {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 0;
}
#home-page #our-expertise .content .item {
  height: 436px;
  border-radius: 12px;
  background: #f9f8f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
#home-page #our-expertise .content .item .intro {
  line-height: 20px;
}
#home-page #why-us {
  position: relative;
}
#home-page #why-us .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
}
#home-page #why-us .content .title {
  width: 100%;
  font-size: 48px;
  font-family: "BricolageGrotesque Bold";
}
#home-page #why-us .content .col:first-child {
  padding-right: 5vw;
}
#home-page #why-us .content .col:last-child {
  font-size: 24px;
  line-height: 32px;
  padding-right: 10vw;
}
#home-page #why-us .content .col:last-child li {
  list-style-type: disc;
  margin-bottom: 15px;
}
#home-page #my-info {
  padding: 120px 0;
  border-bottom: 1px solid #e5e5e5;
}
#home-page #my-info img {
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 18px;
  max-height: 462px;
}
#home-page #my-info .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 32px;
}
#home-page #my-info .job {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
#home-page #my-info .phone,
#home-page #my-info .email,
#home-page #my-info .phone a,
#home-page #my-info .email a {
  font-size: 20px;
  line-height: 20px;
  color: #818181;
}
#home-page #my-info ul {
  margin-left: 25px;
}
#home-page #my-info ul li {
  list-style-type: disc;
  color: 18px;
  font-weight: 400;
}
#home-page #news {
  padding-top: 97px;
  padding-bottom: 97px;
}
#home-page #news img {
  border-radius: 18px;
  max-height: 600px;
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#home-page #news .item .title {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  min-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-page #news .item .intro {
  color: #4d4d4d;
  font-weight: 400;
  line-height: 20px;
}
#home-page #news .intro-cate {
  color: #404040;
  font-size: 18px;
  max-width: 50%;
  margin-bottom: 40px;
}
#home-page #form-contact {
  background: #f9f8f7;
  padding: 97px 10px;
}
#home-page #form-contact .label-section {
  line-height: 48px;
}
#home-page #form-contact .intro {
  max-width: 550px;
  margin: 20px auto 30px auto;
}
#home-page #form-contact form {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
}
#home-page #form-contact form input,
#home-page #form-contact form textarea {
  background: #f9f8f7;
}
#home-page #form-contact form button {
  width: 100%;
  border-radius: 40px;
  background: #000000;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  border: 1px solid #000000;
  transition: 0.3s;
}
#home-page #form-contact form button:hover {
  background: #ffffff;
  color: #000000;
}
#home-page #contact-info {
  color: #ffffff;
  position: relative;
  margin: 97px 8.5vw;
}
#home-page #contact-info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 16px;
  z-index: -1;
}
#home-page #contact-info .label-section {
  padding-top: 120px;
  margin-bottom: 20px;
}
#home-page #contact-info .intro {
  font-size: 18px;
  margin-bottom: 30px;
}
#home-page #contact-info .action {
  padding-bottom: 120px;
}
#home-page #contact-info .action .order {
  background: #ffffff;
  line-height: 56px;
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid #000000;
}
#home-page #contact-info .action .order i {
  transform: rotate(45deg);
  transition: 0.3s;
}
#home-page #contact-info .action .order:hover {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
}
#home-page #contact-info .action .order:hover i {
  transform: rotate(90deg);
  transition: 0.3s;
}
#home-page #contact-info .action .phone {
  background: #000000;
  line-height: 56px;
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid #ffffff;
  color: #ffffff;
}
#home-page #contact-info .action .phone:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
