.benefitSec {
  margin-bottom: 50px;
}

.benefitSec .head1 {
  font-style: normal;
  font-weight: 800;
  font-size: calc(32px + 16*(100vw - 360px)/1440);
  line-height: calc(40px + 24*(100vw - 360px)/1440);
  color: #18191F;
  margin-bottom: 24px;
  text-align: center;
}

.benefitSec .benefitInner .benefitCard {
  text-align: center;
  margin-bottom: 24px;
}

.benefitSec .benefitInner .benefitCard:last-child {
  margin-bottom: 0px;
}

.benefitSec .benefitInner .benefitCard .benefitCardTxt .head5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #18191F;
}

.benefitSec .benefitInner .benefitCard .benefitCardTxt .para {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #18191F;
}

.benefitSec .benefitInner .benefitImgSec {
  max-width: 72px;
  width: 100%;
  margin: 0 auto 15px;
}

.benefitSec .benefitInner .benefitImgSec .benefitImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headlineSec {
  margin-bottom: 40px;
}

.headlineSec .headlineLeftSec {
  background: #F2FFF9;
  border-radius: 100%;
  width: 320px;
  height: 320px;
  position: relative;
  margin: 0 auto 50px;
}

.headlineSec .headlineLeftSec .headlineImg1 {
  max-width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.headlineSec .headlineLeftSec .headlineImg2 {
  max-width: 234px;
  position: absolute;
  right: 7px;
  width: 100%;
  bottom: 34px;
  height: 241px;
}

.headlineSec .headlineContentSec {
  text-align: center;
}

.headlineSec .headlineContentSec .head6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3EB57E;
  margin-bottom: 8px;
}

.headlineSec .headlineContentSec .head2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
  color: #18191F;
}

.headlineSec .headlineContentSec .para {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #18191F;
}

.headlineSec .headlineContentSec .demoLink {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1E86FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headlineSec .headlineContentSec .demoLink .demoImg {
  margin-left: 8px;
  max-width: 24px;
}

.headlineSec .headlineContentSec .demoLink:hover {
  opacity: 0.5;
}

.trendSec {
  margin-bottom: 40px;
}

.trendSec .trendHead {
  text-align: center;
  margin-bottom: 24px;
}

.trendSec .trendHead .head2 {
  font-style: normal;
  font-weight: 800;
  font-size: calc(32px + 8*(100vw - 360px)/1440);
  line-height: calc(50px + 4*(100vw - 360px)/1440);
  margin-bottom: 12px;
  color: #18191F;
}

.trendSec .trendHead .para {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #18191F;
}

.trendSec .trendImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trendSec .trendImgSec:first-child {
  margin-bottom: 24px;
}

.toolSec {
  margin-bottom: 40px;
}

.toolSec .toolHead {
  text-align: center;
  margin-bottom: 24px;
}

.toolSec .toolHead .head2 {
  font-weight: 800;
  font-size: calc(32px + 16*(100vw - 360px)/1440);
  line-height: calc(50px + 14*(100vw - 360px)/1440);
  margin-bottom: 8px;
  color: #18191F;
}

.toolSec .toolHead .para {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #18191F;
}

.toolSec .toolRightSec .semiTool {
  text-align: center;
}

.toolSec .toolRightSec .semiTool .semiImg {
  max-width: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  width: 100%;
}

.toolSec .toolRightSec .toolWrap .toolImgSec {
  max-width: 64px;
}

.discoverSec {
  margin-bottom: 40px;
}

.discoverSec .featureCardWrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 18px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.discoverSec .featureCardWrap .featureCard {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
          box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.discoverSec .featureCardWrap .featureCard .head4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 28px;
  color: #18191F;
}

.discoverSec .head2 {
  font-size: calc(28px + 20*(100vw - 360px)/1440);
  line-height: calc(32px + 32*(100vw - 360px)/1440);
  color: #18191F;
  font-weight: 800;
  margin-bottom: 34px;
  text-align: center;
}

.headSlideSec img.sliderImg {
  width: 100%;
  height: 100%;
  display: none;
}

.headSlideSec img.sliderImgmobile {
  width: 100%;
  height: 100%;
}

.headSlideSec .sliderImgSec {
  height: 100vh;
  margin-bottom: -138px;
}

.headSlideSec .slick-dots {
  position: absolute;
  bottom: 40px;
}

.headSlideSec .slick-dots li {
  margin: 0;
}

.headSlideSec .slick-dots li.slick-active button:before {
  color: #1E86FF;
}

.headSlideSec .slick-dots li button:before {
  font-size: 14px;
}

.headSlideSec .sliderContentSec {
  position: absolute;
  bottom: 90px;
  max-width: 430px;
  padding: 40px 20px;
}

.headSlideSec .sliderContentSec .head2 {
  font-weight: bold;
  font-size: calc(28px + 22*(100vw - 360px)/1440);
  line-height: calc(40px + 16*(100vw - 360px)/1440);
  font-family: var(--rubik);
  color: #18191F;
  margin-bottom: 16px;
}

.headSlideSec .sliderContentSec .para {
  font-size: calc(16px + 2*(100vw - 360px)/1440);
  line-height: calc(28px + 4*(100vw - 360px)/1440);
  color: #18191F;
}

.ourTeam {
  margin-bottom: 50px;
}

.ourTeam .teamWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ourTeam .teamCard {
  text-align: center;
  max-width: 200px;
  width: 100%;
}

.ourTeam .teamImgSec {
  margin-bottom: 24px;
  height: 300px;
}

.ourTeam .teamImgSec .teamImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.ourTeam .teamTxt .head6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #000000;
}

.headTeamSec {
  margin-bottom: 50px;
  position: relative;
  background: #E7F0F4;
}

.headTeamSec .teamBgImgSec .teambgImg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100vh;
  margin-bottom: -230px;
}

.headTeamSec .headTeamContent {
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.headTeamSec .headTeamContent .head2 {
  font-weight: bold;
  font-size: calc(28px + 32*(100vw - 360px)/1440);
  line-height: calc(40px + 31*(100vw - 360px)/1440);
  margin-bottom: 24px;
  color: #18191F;
}

.headTeamSec .headTeamContent .para {
  font-weight: normal;
  font-size: calc(18px + 14*(100vw - 360px)/1400);
  line-height: calc(28px + 20*(100vw - 360px)/1440);
  color: #18191F;
}

@media screen and (min-width: 600px) {
  .headTeamSec {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .benefitSec {
    margin-bottom: 90px;
    margin-top: 60px;
  }
  .benefitSec .benefitInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefitSec .benefitInner .benefitCard {
    width: 50%;
    max-width: 540px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
  }
  .benefitSec .benefitInner .benefitCard:nth-child(3) {
    margin-bottom: 0px;
  }
  .benefitSec .benefitInner .benefitCard:first-child {
    margin-right: 60px;
  }
  .benefitSec .benefitInner .benefitCard:nth-child(3) {
    margin-right: 60px;
  }
  .benefitSec .benefitInner .benefitImgSec {
    margin: 0 20px 0 0;
  }
  .benefitSec .head1 {
    max-width: 540px;
    text-align: left;
    margin-bottom: 48px;
  }
  .headlineSec {
    margin-bottom: 90px;
  }
  .headlineSec .headlineLeftSec {
    width: 614px;
    height: 614px;
  }
  .headlineSec .headlineLeftSec .headlineImg1 {
    max-width: 357px;
    width: 100%;
  }
  .headlineSec .headlineLeftSec .headlineImg2 {
    max-width: 230px;
    position: absolute;
    bottom: 98px;
    right: 88px;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .trendSec {
    margin-bottom: 90px;
  }
  .trendSec .trendImgSec:first-child {
    margin-bottom: 48px;
  }
  .toolSec {
    margin-bottom: 90px;
  }
  .toolSec .toolRightSec .toolWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    max-width: 448px;
    bottom: 38px;
    right: -12px;
  }
  .toolSec .toolRightSec .toolWrap .toolImgSec {
    max-width: 64px;
  }
  .toolSec .toolRightSec .toolWrap a {
    margin-right: 64px;
    margin-bottom: 64px;
  }
  .toolSec .toolRightSec .toolWrap a:nth-child(4) {
    margin-right: 0px;
  }
  .toolSec .toolRightSec .toolWrap a:nth-child(7) {
    margin-right: 0px;
  }
  .toolSec .toolRightSec .toolWrap a:nth-child(5) {
    margin-bottom: 0px;
  }
  .toolSec .toolRightSec .toolWrap a:nth-child(6) {
    margin-bottom: 0px;
  }
  .toolSec .toolRightSec .toolWrap a:nth-child(7) {
    margin-bottom: 0px;
  }
  .toolSec .semiTool {
    height: 270px;
  }
  .toolSec .toolHead .head2 {
    text-align: left;
  }
  .toolSec .toolHead .para {
    text-align: left;
  }
  .discoverSec {
    margin-bottom: 90px;
  }
  .discoverSec .head2 {
    margin-bottom: 48px;
    text-align: left;
  }
  .discoverSec .featureCardWrap .featureCard {
    text-align: left;
  }
  .ourTeam {
    margin-bottom: 80px;
  }
  .headTeamSec {
    margin-bottom: 130px;
  }
  .headSlideSec .sliderContentSec {
    max-width: 550px;
    padding: 40px;
  }
  .headSlideSec img.sliderImg {
    display: block;
  }
  .headSlideSec img.sliderImgmobile {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .benefitSec .benefitInner .benefitImgSec {
    margin: 0 40px 0 0;
  }
  .trendSec .trendHead {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px;
  }
  .trendSec .trendHead .para {
    max-width: 540px;
  }
  .trendSec .trendHead .head2 {
    max-width: 540px;
  }
  .headlineSec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headlineSec .headlineContentSec {
    text-align: left;
    padding-left: 40px;
  }
  .headlineSec .headlineContentSec .demoLink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .headTeamSec .teamBgImgSec .teambgImg {
    height: 555px;
    margin-bottom: -96px;
  }
  .headSlideSec .sliderContentSec {
    padding: 0px 40px;
  }
}

@media screen and (min-width: 1440px) {
  .benefitSec .head1 {
    font-size: 48px;
    line-height: 64px;
  }
  .toolSec .toolHead .head2 {
    font-size: 48px;
    line-height: 64px;
  }
  .trendSec .trendHead .head2 {
    font-size: 40px;
    line-height: 54px;
  }
  .discoverSec .head2 {
    font-size: 48px;
    line-height: 64px;
  }
  .headTeamSec .headTeamContent .head2 {
    font-size: 60px;
    line-height: 71px;
  }
  .headTeamSec .headTeamContent .para {
    font-size: 32px;
    line-height: 48px;
  }
  .headSlideSec .sliderContentSec .para {
    font-size: 18px;
    line-height: 32px;
  }
  .headSlideSec .sliderContentSec .head2 {
    font-size: 60px;
    line-height: 98px;
  }
}

@media screen and (min-width: 1500px) {
  .headTeamSec .teamBgImgSec .teambgImg {
    margin-bottom: 3px;
  }
}
/*# sourceMappingURL=products.css.map */