html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Inter";
  src: url('/assets/fonts/Inter-var-2.ttf') format('truetype'), url('/assets/fonts/Inter-Regular-9.otf') format('otf');
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lc-chain-home .lc-chain__wrapper .block-1 {
  background: linear-gradient(132deg, #12C1E7 0%, #03C7BB 100%);
  background-image: url('imgs/home-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-chain-home .lc-chain__wrapper .block-1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 168px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .lc-chain__wrapper .block-1 .container {
    flex-direction: column;
  }
}
.lc-chain-home .lc-chain__wrapper .block-1 .container .block-left {
  flex: 1;
  flex-shrink: 0;
  max-width: 742px;
}
.lc-chain-home .lc-chain__wrapper .block-1 .container .block-left .title {
  margin-top: 100px;
  font-weight: normal;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 100px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.lc-chain-home .lc-chain__wrapper .block-1 .container .block-left .sub-title {
  margin-top: 60px;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  word-break: break-all;
}
.lc-chain-home .lc-chain__wrapper .block-1 .container .block-left .button {
  margin-top: 50px;
  width: 156px;
  height: 48px;
  margin-right: auto;
  background-image: url('imgs/block-1-button.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 23px;
  font-style: normal;
  text-transform: none;
}
.lc-chain-home .lc-chain__wrapper .block-1 .container .block-right img {
  width: 100%;
  max-width: 426px;
}
.lc-chain-home .lc-chain__wrapper .block-2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .lc-chain__wrapper .block-2 .container {
    flex-direction: column;
  }
}
.lc-chain-home .lc-chain__wrapper .block-2 .container .features {
  width: 30%;
  background-color: white;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  line-height: 21px;
}
.lc-chain-home .lc-chain__wrapper .block-2 .container .features .title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .lc-chain__wrapper .block-2 .container .features {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lc-chain-home .lc-chain__wrapper .block-2 .container .features img {
  width: 92px;
  margin-right: 20px;
}
.lc-chain-home .lc-chain__wrapper .block-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.lc-chain-home .lc-chain__wrapper .block-3 .block-title {
  text-align: center;
  color: var(--e-global-color-secondary);
  font-family: "Montserrat", Sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  background-image: url('/assets/imgs/block3-title-bottom-line.png');
  background-position: center 1em;
  background-repeat: no-repeat;
  background-size: 237px 6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .lc-chain__wrapper .block-3 .block-title {
    font-size: 26px;
  }
}
.lc-chain-home .lc-chain__wrapper .block-3 .sub-block-title {
  max-width: 656px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  color: var(--e-global-color-secondary);
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages {
  margin-top: 40px;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .center {
  margin-bottom: 84px;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left,
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .right {
  width: 30%;
  text-align: left;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left .feature,
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .right .feature {
  display: flex;
  align-items: center;
  margin-bottom: 84px;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left .feature .desc .title,
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .right .feature .desc .title {
  color: var(--e-global-color-secondary);
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .lc-chain__wrapper .block-3 .advantages .left .feature .desc .title,
  .lc-chain-home .lc-chain__wrapper .block-3 .advantages .right .feature .desc .title {
    font-size: 22px;
  }
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left .feature .desc .sub-title,
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .right .feature .desc .sub-title {
  margin-top: 13px;
  color: var(--e-global-color-secondary);
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  text-transform: none;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left .feature img,
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .right .feature img {
  margin-left: 40px;
  margin-right: 40px;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left {
  text-align: right;
}
.lc-chain-home .lc-chain__wrapper .block-3 .advantages .left .feature {
  flex-direction: flex-end;
}
.lc-chain-home .lc-chain__wrapper .block-3 .view-more-action-btn {
  text-decoration: none;
  display: block;
  width: 287px;
  height: 48px;
  margin: 0 auto;
  margin-top: -42px;
  background-image: url("/assets/imgs/block-3-view-btn-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 48px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.lc-chain-home .lc-chain__wrapper .block-3 .view-more-action-btn:hover,
.lc-chain-home .lc-chain__wrapper .block-3 .view-more-action-btn:active,
.lc-chain-home .lc-chain__wrapper .block-3 .view-more-action-btn:focus,
.lc-chain-home .lc-chain__wrapper .block-3 .view-more-action-btn:visited {
  color: #F1F2F3;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .lc-chain__wrapper .block-3 .advantages {
    flex-direction: column;
  }
  .lc-chain-home .lc-chain__wrapper .block-3 .advantages .left,
  .lc-chain-home .lc-chain__wrapper .block-3 .advantages .right {
    width: 90%;
  }
}
.lc-chain-home .block-5-why-choose-us {
  z-index: 100;
  margin-top: -8vw;
  padding-top: 8vw;
  background-image: url("/assets/imgs/block-5-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  background-position: top center;
}
.lc-chain-home .block-5-why-choose-us .block-title-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-5-why-choose-us .block-title-wrapper {
    margin-bottom: 20px;
  }
}
.lc-chain-home .block-5-why-choose-us .block-title-wrapper .block-title {
  margin-top: 65px;
  position: relative;
  font-size: 40px;
  font-weight: normal;
  line-height: 86px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-5-why-choose-us .block-title-wrapper .block-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.lc-chain-home .block-5-why-choose-us .block-title-wrapper .block-title::before {
  width: 238px;
  height: 65px;
  content: '';
  position: absolute;
  top: -20px;
  left: -145px;
  background-image: url('/assets/imgs/block-5-dot.png');
  background-size: contain;
  z-index: -1;
}
.lc-chain-home .block-5-why-choose-us .block-title-wrapper .block-title::after {
  position: absolute;
  content: "";
  bottom: 15px;
  height: 16px;
  background-color: #03C7BB;
  opacity: 0.6;
  left: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-5-why-choose-us .block-title-wrapper .block-title::after {
    height: 8px;
    bottom: 6px;
  }
}
.lc-chain-home .block-5-why-choose-us .content-wrapper {
  background-color: #f0f5ff;
  padding-bottom: 108px;
}
.lc-chain-home .block-5-why-choose-us .content-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-5-why-choose-us .content-wrapper .container {
    flex-direction: column;
  }
}
.lc-chain-home .block-5-why-choose-us .content-wrapper .item-wrapper {
  width: 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lc-chain-home .block-5-why-choose-us .content-wrapper .item-wrapper .item-img {
  width: 155px;
}
.lc-chain-home .block-5-why-choose-us .content-wrapper .item-wrapper .item-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 24px;
  text-align: center;
}
.lc-chain-home .block-5-why-choose-us .content-wrapper .item-wrapper .item-desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}
.lc-chain-home .block-6 {
  padding-bottom: 70px;
}
.lc-chain-home .block-6 .block-title {
  margin-top: 50px;
  font-weight: 400;
  font-size: 40px;
  color: #333333;
  line-height: 85px;
  text-align: center;
  position: relative;
}
.lc-chain-home .block-6 .block-title::after {
  position: absolute;
  display: block;
  content: '';
  width: 107px;
  height: 6px;
  bottom: 25px;
  background-color: #03C7BB;
  opacity: 0.6;
  z-index: -1;
  left: 50%;
  margin-left: -53.5px;
}
.lc-chain-home .block-6 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-6 .swiper-slide {
    flex-direction: column;
  }
}
.lc-chain-home .block-6 .swiper-slide .swiper-slide-img img {
  width: 220px;
  height: 220px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-6 .swiper-slide .swiper-slide-img img {
    margin-right: 0;
  }
}
.lc-chain-home .block-6 .swiper-slide .content-wrapper {
  flex: 1;
  max-width: 625px;
}
.lc-chain-home .block-6 .swiper-slide .content-wrapper .swiper-slide-title {
  font-weight: 400;
  font-size: 24px;
  color: #27D0D8;
  line-height: 36px;
  text-align: left;
}
.lc-chain-home .block-6 .swiper-slide .content-wrapper .swiper-slide-subtitle {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
  font-style: italic;
  color: #999999;
  line-height: 1.2;
  text-align: left;
  margin-top: 17px;
}
.lc-chain-home .block-6 .swiper-slide .content-wrapper .swiper-slide-desc {
  margin-top: 7px;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  line-height: 1.25;
  text-align: left;
  position: relative;
  letter-spacing: 0;
}
.lc-chain-home .block-6 .swiper-slide .content-wrapper .swiper-slide-desc .quotation-bg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 55px;
  height: 46px;
  background-image: url("/assets/imgs/block-6-quotation.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.lc-chain-home .block-6 .swiper-button-prev,
.lc-chain-home .block-6 .swiper-button-next {
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lc-chain-home .block-6 .swiper-button-prev::after,
.lc-chain-home .block-6 .swiper-button-next::after {
  display: none;
}
.lc-chain-home .block-6 .swiper-button-prev {
  background-image: url('/assets/imgs/block-6-arrow-left.png');
}
.lc-chain-home .block-6 .swiper-button-prev.swiper-button-disabled {
  background-image: url('/assets/imgs/block-6-arrow-left-disabled.png');
}
.lc-chain-home .block-6 .swiper-button-next {
  background-image: url('/assets/imgs/block-6-arrow-right.png');
}
.lc-chain-home .block-6 .swiper-button-next.swiper-button-disabled {
  background-image: url('/assets/imgs/block-6-arrow-right-disabled.png');
}
.lc-chain-home .block-7 {
  background: linear-gradient(132deg, #12C1E7 0%, #03C7BB 100%);
  padding: 70px;
}
.lc-chain-home .block-7 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-7 .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.lc-chain-home .block-7 .container .title {
  font-weight: 200;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}
.lc-chain-home .block-7 .container .title span {
  font-weight: bold;
}
.lc-chain-home .block-7 .container .action-btn {
  width: 170px;
  height: 48px;
  background-image: url("/assets/imgs/block-7-btn-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-left: 100px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-7 .container .action-btn {
    margin-top: 40px;
    margin-left: 0;
  }
}
.lc-chain-home .block-8 .container {
  padding-top: 50px;
}
.lc-chain-home .block-8 .container .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-chain-home .block-8 .container .title-wrapper .title {
  position: relative;
  color: var(--e-global-color-secondary);
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-image: url('imgs/block3-title-bottom-line.png');
  background-position: center 1em;
  background-repeat: no-repeat;
  background-size: 237px 6px;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-8 .container .title-wrapper .title {
    font-size: 26px;
  }
}
.lc-chain-home .block-8 .container .item-list_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-8 .container .item-list_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.lc-chain-home .block-8 .container .item-list_wrapper .list-item {
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .lc-chain-home .block-8 .container .item-list_wrapper .list-item {
    width: 50%;
  }
  .lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-title,
  .lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-desc {
    width: 275px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lc-chain-home .block-8 .container .item-list_wrapper .list-item {
    width: 275px;
  }
}
.lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-img_wrapper {
  width: 130px;
  height: 130px;
  position: relative;
  background-color: #FFF;
  box-shadow: 1px 1px 18px 0 #A9A9A9;
  border-radius: 130px;
  margin-top: 51px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-img_wrapper .item-img {
  width: 50px;
}
.lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-img_wrapper .item-counter {
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: #07C5C7;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: Arial Hebrew, Arial Hebrew;
}
.lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-title {
  color: var(--e-global-color-secondary);
  font-family: "Montserrat", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
}
.lc-chain-home .block-8 .container .item-list_wrapper .list-item .item-desc {
  text-align: center;
  color: var(--e-global-color-secondary);
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.elementor-9 .elementor-element.elementor-element-ad1c559 svg path,
.elementor-9 .elementor-element.elementor-element-d65ed25 svg path,
.elementor-9 .elementor-element.elementor-element-a4e5e8b svg path {
  stroke: #07C5C7;
}
.elementor-9 .elementor-element.elementor-element-c113160 .elementor-heading-title,
.elementor-9 .elementor-element.elementor-element-ca02b9f .elementor-heading-title,
.elementor-9 .elementor-element.elementor-element-5352102 .elementor-heading-title {
  font-weight: 500 !important;
}
.elementor-9 .elementor-element.elementor-element-73e928b .elementor-heading-title {
  color: var(--e-global-color-secondary) !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 34px !important;
  font-weight: 500 !important;
}
.elementor-9 .elementor-element.elementor-element-3cdf6e4 .elementor-heading-title {
  background-image: url('/assets/imgs/block3-title-bottom-line.png');
  background-position: center 1em;
  background-repeat: no-repeat;
  background-size: 237px 6px;
}
@media screen and (max-width: 768px) {
  .elementor-9 .elementor-element.elementor-element-753bdaa .elementor-heading-title {
    font-size: 26px;
    line-height: 1.2;
    background-image: url('/assets/imgs/block3-title-bottom-line.png');
    background-position: center 1em;
    background-repeat: no-repeat;
    background-size: 237px 6px;
  }
}
