@font-face {
  font-family: "Lexend Deca Regular";
  src: url("../fonts/LexendDeca-Regular.eot");
  src: url("../fonts/LexendDeca-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/LexendDeca-Regular.woff") format("woff"), url("../fonts/LexendDeca-Regular.ttf") format("truetype"), url("../fonts/LexendDeca-Regular.svg#LexendDeca-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca SemiBold";
  src: url("../fonts/LexendDeca-SemiBold.eot");
  src: url("../fonts/LexendDeca-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-SemiBold.woff2") format("woff2"), url("../fonts/LexendDeca-SemiBold.woff") format("woff"), url("../fonts/LexendDeca-SemiBold.ttf") format("truetype"), url("../fonts/LexendDeca-SemiBold.svg#LexendDeca-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca Medium";
  src: url("../fonts/LexendDeca-Medium.eot");
  src: url("../fonts/LexendDeca-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Medium.woff2") format("woff2"), url("../fonts/LexendDeca-Medium.woff") format("woff"), url("../fonts/LexendDeca-Medium.ttf") format("truetype"), url("../fonts/LexendDeca-Medium.svg#LexendDeca-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca Bold";
  src: url("../fonts/LexendDeca-Bold.eot");
  src: url("../fonts/LexendDeca-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Bold.woff2") format("woff2"), url("../fonts/LexendDeca-Bold.woff") format("woff"), url("../fonts/LexendDeca-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.pageFirst {
  background-color: #DDE5E6;
  height: calc(100vh - 8vw);
  border-radius: 35px;
  position: relative;
  margin-top: 5.2vw;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .pageFirst {
    height: 54vw;
  }
}
@media only screen and (max-width: 1200px) {
  .pageFirst {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pageFirst {
    height: calc(100vh - 25vw);
  }
}
.pageFirst .hero-fx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 35px;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .pageFirst .hero-fx {
    display: none;
  }
}
.pageFirst .hero-fx .fx-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pageFirst .hero-fx .wave {
  fill: none;
  stroke: #31BEC3;
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
}
.pageFirst .hero-bg {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 35px;
}
@media only screen and (max-width: 767px) {
  .pageFirst .hero-bg {
    padding-bottom: 10vw;
  }
}
.pageFirst .hero-bg:before {
  content: "";
  background-color: #31BEC3;
  height: 100%;
  width: 0.78125vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .pageFirst .hero-bg:before {
    width: 15px;
  }
}
.pageFirst .caption {
  width: 31vw;
  padding-left: 5vw;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .pageFirst .caption {
    padding-left: 35px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pageFirst .caption {
    width: 100%;
  }
}
.pageFirst .name1 {
  font: 2.9166666667vw/3vw "Lexend Deca SemiBold";
}
@media only screen and (max-width: 767px) {
  .pageFirst .name1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.pageFirst .name2 {
  font-size: 0.9375vw;
  margin: 1vw 0 1.5vw;
}
@media only screen and (max-width: 1200px) {
  .pageFirst .name2 {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageFirst .name2 {
    font-size: 16px;
    margin: 20px 0;
  }
}
.pageFirst picture {
  position: absolute;
  top: 0;
  right: -5vw;
  height: 100%;
  overflow: hidden;
  width: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .pageFirst picture {
    width: 114vw;
    right: -7vw;
    height: 68vw;
    background-image: url(../img/mask-2.png);
    background-position: 21vw 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-size: 85vw;
  }
}
@media only screen and (max-width: 480px) {
  .pageFirst picture {
    width: 134vw;
    right: -23vw;
    height: 128vw;
    background-size: 89vw;
  }
}
.pageFirst picture img {
  margin: 0 0 0 auto;
  width: calc(100% - 4vw);
}
@media only screen and (max-width: 480px) {
  .pageFirst picture img {
    margin: 0 0 0 -14vw;
  }
}

.section .tools-cont {
  font-size: 0.9375vw;
  padding: 5vw 5vw 0;
}
@media only screen and (max-width: 1200px) {
  .section .tools-cont {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .section .tools-cont.grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .section .tools-cont.grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .section .tools-cont {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .section .tools-cont .lefts-col {
    display: none;
  }
}
.section .tools-cont h2 {
  font-size: 4.1666666667vw;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section .tools-cont h2 {
    font-size: 30px;
  }
}
.section .tools-cont h2 span {
  display: block;
  font-size: 2.9166666667vw;
}
@media only screen and (max-width: 767px) {
  .section .tools-cont h2 span {
    font-size: 22px;
  }
}
.section .tools-cont .img {
  height: 39.2708333333vw;
}
.section .tools-cont .img img {
  height: 100%;
}
.section .tools-cont .rights-col {
  padding-bottom: 6vw;
}
.section .tools-cont ul {
  margin-right: 3vw;
}
@media only screen and (max-width: 767px) {
  .section .tools-cont ul {
    margin: 0 0 30px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
  }
}
.section .tools-cont ul li {
  display: flex;
  align-items: center;
  transition: 0.3s;
  height: 2.6041666667vw;
  cursor: pointer;
  padding: 0 1vw;
  margin: 2px 0;
}
@media only screen and (max-width: 1200px) {
  .section .tools-cont ul li {
    height: 40px;
    padding: 0 15px;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
.section .tools-cont ul li span {
  width: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
  height: 1.71875vw;
}
.section .tools-cont ul li span img {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .section .tools-cont ul li span {
    width: 20px;
    height: auto;
  }
}
.section .tools-cont ul li:hover, .section .tools-cont ul li.active {
  background: #ffffff;
  border-radius: 2.6041666667vw;
}
@media only screen and (max-width: 767px) {
  .section .tools-cont ul li:hover, .section .tools-cont ul li.active {
    border-radius: 40px;
  }
}
.section .customer_cont {
  padding: 5vw 5vw;
}
.section .customer_cont .list {
  font-size: 1.09375vw;
}
@media only screen and (max-width: 1200px) {
  .section .customer_cont .list {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .customer_cont .list {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.section .customer_cont .list .btn-group {
  display: flex;
  margin-bottom: 1.5vw;
}
.section .customer_cont .list .btn-group span {
  background: url("../img/star.svg") no-repeat 0 0;
  width: 28px;
  height: 28px;
}
.section .customer_cont .list .picture {
  margin-top: 2vw;
}
@media only screen and (max-width: 767px) {
  .section .customer_cont .list .picture {
    margin-top: 20px;
  }
}
.section .customer_cont .list .picture .img {
  overflow: hidden;
  width: 4.0104166667vw;
  height: 4.0104166667vw;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .section .customer_cont .list .picture .img {
    width: 50px;
    height: 50px;
  }
}
.section .customer_cont .list .picture .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section .customer_cont .list .picture .name {
  font-size: 0.78125vw;
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .section .customer_cont .list .picture .name {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .customer_cont .list .picture .name {
    font-size: 13px;
  }
}

/*# sourceMappingURL=home.css.map */
