@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .banner-wrapper h1 {
  font-size: 36px;
  line-height: 1.34;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 20px;
  }
}
.banner.home-banner .banner-wrapper h1 span {
  font-size: 128px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper h1 span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper h1 span {
    font-size: 70px;
    line-height: 1.2;
  }
}
.banner.home-banner .banner-wrapper .btn-div {
  margin-top: 2.5rem;
}

.home-secA {
  padding: 85px 0 95px;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 50px 0;
  }
}
.home-secA .heading {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 675px) {
  .home-secA .heading {
    margin-bottom: 2.8rem;
  }
}
.home-secA .flex {
  gap: 78px;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .home-secA .flex {
    gap: 35px;
  }
}
.home-secA .flex .col-md {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .home-secA .flex .col-md {
    flex: 0 1 100%;
  }
}
.home-secA .flex .col-md .ico {
  --iconsize: 88px;
  --innericonsize: .4;
  height: var(--iconsize);
  width: var(--iconsize);
  border-radius: 50%;
  background: var(--primary);
  border: 1px solid;
  border-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.home-secA .flex .col-md .ico > * {
  width: calc(var(--iconsize) * var(--innericonsize));
  height: auto;
}
@media only screen and (max-width: 991px) {
  .home-secA .flex .col-md .ico {
    --iconsize: 75px;
  }
}
.home-secA .flex .col-md h6 {
  margin: 24px 0 10px;
}
@media only screen and (max-width: 675px) {
  .home-secA .flex .col-md h6 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.home-secA .flex .col-md p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .home-secA .flex .col-md p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secA .btn-div {
  margin-top: 3.75rem;
}

.home-secB {
  background: var(--secondary);
  display: flex;
  flex-wrap: wrap;
}
.home-secB figure, .home-secB figcaption {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .home-secB figure, .home-secB figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-secB figure {
  line-height: 0;
}
.home-secB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB figcaption {
  display: flex;
  align-items: center;
}
.home-secB figcaption .content {
  max-width: 595px;
  padding: 3rem 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .home-secB figcaption .content {
    padding: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB figcaption .content {
    padding: 50px 15px;
  }
}
.home-secB figcaption .content .ico {
  margin-bottom: 22px;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .home-secB figcaption .content .ico svg {
    width: 70px;
    height: auto;
  }
}
.home-secB figcaption .content .desc {
  margin: 17px 0 38px;
}
.home-secB figcaption .content .desc p {
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .home-secB figcaption .content .desc p {
    font-size: 14px;
  }
}

.home-secC {
  padding: 75px 0 120px;
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC {
    padding: 50px 0;
  }
}
.home-secC .btn-div-btm {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 675px) {
  .home-secC .btn-div-btm {
    margin-top: 2.5rem;
  }
}

.home-secD {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .home-secD {
    padding: 50px 0;
  }
}
.home-secD .heading {
  margin-bottom: 5.5rem;
}
.home-secD .flex {
  gap: 20px;
  --padlr: 20px;
  --padtop: 24px;
  --padbottom: 33px;
  --iconsizeflex: 90px;
}
@media only screen and (max-width: 1024px) {
  .home-secD .flex {
    gap: 14px;
    --padlr: 14px;
    --padtop: 22px;
    --padbottom: 28px;
    --iconsizeflex: 70px;
  }
}
@media only screen and (max-width: 860px) {
  .home-secD .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    grid-gap: 50px 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .flex {
    grid-template-columns: 100%;
  }
}
.home-secD .flex .card {
  flex: 1;
  border-radius: 10px;
  background: var(--white);
  position: relative;
  padding: calc(var(--iconsizeflex) * 0.5 + var(--padtop)) var(--padlr) var(--padbottom);
}
.home-secD .flex .card .ico {
  --iconsize: 88px;
  --innericonsize: .4;
  height: var(--iconsize);
  width: var(--iconsize);
  border-radius: 50%;
  background: var(--white);
  border: 1px solid;
  border-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  --innericonsize: .4;
  --iconsize: var(--iconsizeflex);
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: calc(var(--iconsizeflex) / -2);
}
.home-secD .flex .card .ico > * {
  width: calc(var(--iconsize) * var(--innericonsize));
  height: auto;
}
.home-secD .flex .card h6 {
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .home-secD .flex .card h6 {
    font-size: 18px;
  }
}
.home-secD .flex .card ul li {
  color: var(--text);
  position: relative;
  padding-left: 20px;
}
.home-secD .flex .card ul li:not(:last-child) {
  margin-bottom: 8px;
}
.home-secD .flex .card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 14px;
  width: 7px;
  background: url(../../icon/next-primary.svg) no-repeat;
  background-size: 100% 100%;
}
.home-secD .btn-div-btm {
  margin-top: 4.25rem;
}

.home-secE {
  padding: 85px 0 100px;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE {
    padding: 50px 0;
  }
}/*# sourceMappingURL=home.css.map */