@charset "UTF-8";
@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 21, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 25, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 29, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 33, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 37, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 41, ../sass/all/base.scss */
.taj {
  text-align: justify !important;
}

/* line 45, ../sass/all/base.scss */
.ltr {
  direction: ltr !important;
}

/* line 49, ../sass/all/base.scss */
.rtl {
  direction: rtl !important;
}

/* line 53, ../sass/all/base.scss */
.d-i-f {
  display: -webkit-inline-flex !important;
  display: -moz-inline-flex !important;
  display: -ms-inline-flex !important;
  display: -o-inline-flex !important;
  display: inline-flex !important;
}

/* line 61, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 69, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 77, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 81, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 85, ../sass/all/base.scss */
.j-c-f-s {
  justify-content: flex-start !important;
}

/* line 89, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 94, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 99, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 103, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 107, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 111, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 115, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 119, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 123, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 127, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 131, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 141, ../sass/all/base.scss */
.mob-ver {
  display: none;
}

/* line 145, ../sass/all/base.scss */
.pos-r {
  position: relative;
}

/* line 149, ../sass/all/base.scss */
.m-l-a {
  margin-left: auto;
}

/* line 153, ../sass/all/base.scss */
.no-visible-section {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 161, ../sass/all/base.scss */
.lang-he .m-l-a {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 168, ../sass/all/base.scss */
  .mob-ver {
    display: block;
  }

  /* line 172, ../sass/all/base.scss */
  .desc-ver {
    display: none;
  }

  /* line 176, ../sass/all/base.scss */
  .no-pad-top-mob {
    padding-top: 0 !important;
  }
}
/* line 1, ../sass/index/index-header.scss */
.IndexHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(17, 17, 13, 0.1);
  backdrop-filter: blur(30px);
  z-index: 100;
}
/* line 11, ../sass/index/index-header.scss */
.IndexHeader .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
  height: 92px;
}

/* line 25, ../sass/index/index-header.scss */
.IndexHeaderLogo {
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* line 34, ../sass/index/index-header.scss */
.IndexHeaderLogo img {
  display: block;
  height: 60px;
}
@media (hover: hover) {
  /* line 40, ../sass/index/index-header.scss */
  .IndexHeaderLogo:hover {
    opacity: 0.7;
  }
}

/* line 46, ../sass/index/index-header.scss */
.IndexHeaderBtns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 16px;
}

/* line 55, ../sass/index/index-header.scss */
.IndexHeaderRight {
  position: relative;
}

/* line 59, ../sass/index/index-header.scss */
.lang-switcher {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

/* line 65, ../sass/index/index-header.scss */
.current-lang {
  padding: 8px 14px;
  background: #2f2963;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
}

/* line 74, ../sass/index/index-header.scss */
.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2f2963;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.25s ease;
  text-transform: uppercase;
}

/* line 89, ../sass/index/index-header.scss */
.lang-dropdown a {
  display: block;
  padding: 8px 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) {
  /* line 97, ../sass/index/index-header.scss */
  .lang-dropdown a:hover {
    background: #288eff;
    border-color: #288eff;
    color: #fff;
  }
}

/* line 105, ../sass/index/index-header.scss */
.lang-switcher:hover .lang-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 114, ../sass/index/index-header.scss */
  .IndexHeader .container {
    max-width: 1320px;
    height: 80px;
  }

  /* line 121, ../sass/index/index-header.scss */
  .IndexHeaderLogo img {
    height: 52px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 131, ../sass/index/index-header.scss */
  .IndexHeader .container {
    max-width: 1120px;
    height: 68px;
  }

  /* line 138, ../sass/index/index-header.scss */
  .IndexHeaderLogo img {
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 148, ../sass/index/index-header.scss */
  .IndexHeader .container {
    max-width: 960px;
    height: 68px;
  }

  /* line 155, ../sass/index/index-header.scss */
  .IndexHeaderLogo img {
    height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 165, ../sass/index/index-header.scss */
  .IndexHeader .container {
    max-width: 738px;
    height: 64px;
  }

  /* line 172, ../sass/index/index-header.scss */
  .IndexHeaderLogo img {
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 182, ../sass/index/index-header.scss */
  .IndexHeader .container {
    max-width: calc(100% - 30px);
    height: 60px;
  }

  /* line 189, ../sass/index/index-header.scss */
  .IndexHeaderLogo img {
    height: 40px;
  }
}
/* line 1, ../sass/index/index-top.scss */
.IndexTop {
  position: relative;
  padding-top: 200px;
}
/* line 5, ../sass/index/index-top.scss */
.IndexTop .container {
  max-width: 1520px;
}
/* line 9, ../sass/index/index-top.scss */
.IndexTop .title {
  font-size: 84px;
  line-height: 1.05;
}
/* line 14, ../sass/index/index-top.scss */
.IndexTop .undertitle {
  font-size: 32px;
  margin-top: 25px;
}
/* line 19, ../sass/index/index-top.scss */
.IndexTop .uForm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 30px;
}
/* line 31, ../sass/index/index-top.scss */
.IndexTop .uForm .row {
  width: 430px;
}
/* line 34, ../sass/index/index-top.scss */
.IndexTop .uForm .row .input-global-style {
  border-color: #2f2963;
}
/* line 37, ../sass/index/index-top.scss */
.IndexTop .uForm .row .input-global-style:focus {
  border-color: #288eff;
}
/* line 43, ../sass/index/index-top.scss */
.IndexTop .uForm .hide {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease all;
  margin-top: 24px;
}
/* line 50, ../sass/index/index-top.scss */
.IndexTop .uForm .hide.show {
  max-height: 100px;
}
/* line 55, ../sass/index/index-top.scss */
.IndexTop .uForm .hide .site-text a {
  text-decoration: underline;
}
@media (hover: hover) {
  /* line 59, ../sass/index/index-top.scss */
  .IndexTop .uForm .hide .site-text a:hover {
    color: #288eff;
    text-decoration: none;
  }
}

/* line 72, ../sass/index/index-top.scss */
.lang-he .IndexTop .title {
  font-size: 100px;
}
/* line 76, ../sass/index/index-top.scss */
.lang-he .IndexTop .undertitle {
  font-size: 38px;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 84, ../sass/index/index-top.scss */
  .IndexTop {
    padding-top: 175px;
  }
  /* line 87, ../sass/index/index-top.scss */
  .IndexTop .container {
    max-width: 1320px;
  }
  /* line 91, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 74px;
  }
  /* line 95, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 28px;
    margin-top: 22px;
  }
  /* line 100, ../sass/index/index-top.scss */
  .IndexTop .uForm {
    gap: 0 20px;
    margin-top: 26px;
  }
  /* line 104, ../sass/index/index-top.scss */
  .IndexTop .uForm .row {
    width: 430px;
  }
  /* line 108, ../sass/index/index-top.scss */
  .IndexTop .uForm .hide {
    margin-top: 21px;
  }

  /* line 116, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: 86px;
  }
  /* line 120, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 130, ../sass/index/index-top.scss */
  .IndexTop {
    padding-top: 150px;
  }
  /* line 133, ../sass/index/index-top.scss */
  .IndexTop .container {
    max-width: 1120px;
  }
  /* line 137, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 62px;
  }
  /* line 141, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 24px;
    margin-top: 19px;
  }
  /* line 146, ../sass/index/index-top.scss */
  .IndexTop .uForm {
    gap: 0 15px;
    margin-top: 22px;
  }
  /* line 150, ../sass/index/index-top.scss */
  .IndexTop .uForm .row {
    width: 430px;
  }
  /* line 154, ../sass/index/index-top.scss */
  .IndexTop .uForm .hide {
    margin-top: 18px;
  }

  /* line 162, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: 72px;
  }
  /* line 166, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 176, ../sass/index/index-top.scss */
  .IndexTop {
    padding-top: 130px;
  }
  /* line 179, ../sass/index/index-top.scss */
  .IndexTop .container {
    max-width: 960px;
  }
  /* line 183, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 54px;
  }
  /* line 187, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 20px;
    margin-top: 19px;
  }
  /* line 192, ../sass/index/index-top.scss */
  .IndexTop .uForm {
    gap: 0 15px;
    margin-top: 22px;
  }
  /* line 196, ../sass/index/index-top.scss */
  .IndexTop .uForm .row {
    width: 380px;
  }
  /* line 200, ../sass/index/index-top.scss */
  .IndexTop .uForm .hide {
    margin-top: 18px;
  }

  /* line 208, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: 62px;
  }
  /* line 212, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 222, ../sass/index/index-top.scss */
  .IndexTop {
    padding-top: 100px;
  }
  /* line 225, ../sass/index/index-top.scss */
  .IndexTop .container {
    max-width: 738px;
  }
  /* line 229, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 42px;
  }
  /* line 233, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 18px;
    margin-top: 15px;
  }
  /* line 238, ../sass/index/index-top.scss */
  .IndexTop .uForm {
    gap: 0 15px;
    margin-top: 20px;
  }
  /* line 242, ../sass/index/index-top.scss */
  .IndexTop .uForm .row {
    width: 300px;
  }
  /* line 246, ../sass/index/index-top.scss */
  .IndexTop .uForm .hide {
    margin-top: 15px;
  }

  /* line 254, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: 48px;
  }
  /* line 258, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 268, ../sass/index/index-top.scss */
  .IndexTop {
    padding-top: 100px;
  }
  /* line 271, ../sass/index/index-top.scss */
  .IndexTop .container {
    max-width: calc(100% - 30px);
  }
  /* line 275, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 32px;
  }
  /* line 279, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 16px;
    margin-top: 15px;
  }
  /* line 284, ../sass/index/index-top.scss */
  .IndexTop .uForm {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  /* line 293, ../sass/index/index-top.scss */
  .IndexTop .uForm .row {
    width: 100%;
  }
  /* line 297, ../sass/index/index-top.scss */
  .IndexTop .uForm .hide {
    margin-top: 15px;
  }
  /* line 301, ../sass/index/index-top.scss */
  .IndexTop .uForm .site-btn {
    width: 100%;
  }

  /* line 309, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: 36px;
  }
  /* line 313, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: 20px;
  }
}
/* line 1, ../sass/index/index-slider.scss */
.IndexSlider {
  position: relative;
  padding-top: 70px;
}
/* line 5, ../sass/index/index-slider.scss */
.IndexSlider .container {
  position: relative;
  max-width: 1520px;
}
/* line 10, ../sass/index/index-slider.scss */
.IndexSlider .mySwiper {
  width: 958px;
  margin: 0 auto;
  z-index: 3;
}
/* line 16, ../sass/index/index-slider.scss */
.IndexSlider .small-img {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 282px;
  height: 375px;
  border-radius: 16px;
  z-index: 1;
}
/* line 28, ../sass/index/index-slider.scss */
.IndexSlider .small-img.right {
  right: 0;
  left: auto;
}
/* line 33, ../sass/index/index-slider.scss */
.IndexSlider .small-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 41, ../sass/index/index-slider.scss */
.IndexSlider .mid-img {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 135px;
  top: 50%;
  transform: translateY(-50%);
  width: 336px;
  height: 448px;
  border-radius: 16px;
  z-index: 2;
}
/* line 53, ../sass/index/index-slider.scss */
.IndexSlider .mid-img.right {
  right: 135px;
  left: auto;
}
/* line 58, ../sass/index/index-slider.scss */
.IndexSlider .mid-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 66, ../sass/index/index-slider.scss */
.IndexSlider .img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 560px;
}
/* line 73, ../sass/index/index-slider.scss */
.IndexSlider .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 84, ../sass/index/index-slider.scss */
  .IndexSlider {
    padding-top: 60px;
  }
  /* line 87, ../sass/index/index-slider.scss */
  .IndexSlider .container {
    max-width: 1320px;
  }
  /* line 91, ../sass/index/index-slider.scss */
  .IndexSlider .mySwiper {
    width: 834px;
  }
  /* line 95, ../sass/index/index-slider.scss */
  .IndexSlider .small-img {
    width: 245px;
    height: 326px;
    border-radius: 14px;
  }
  /* line 101, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img {
    left: 118px;
    width: 292px;
    height: 390px;
    border-radius: 14px;
  }
  /* line 107, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img.right {
    right: 118px;
  }
  /* line 112, ../sass/index/index-slider.scss */
  .IndexSlider .img {
    border-radius: 18px;
    height: 488px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 122, ../sass/index/index-slider.scss */
  .IndexSlider {
    padding-top: 50px;
  }
  /* line 125, ../sass/index/index-slider.scss */
  .IndexSlider .container {
    max-width: 1120px;
  }
  /* line 129, ../sass/index/index-slider.scss */
  .IndexSlider .mySwiper {
    width: 710px;
  }
  /* line 133, ../sass/index/index-slider.scss */
  .IndexSlider .small-img {
    width: 208px;
    height: 275px;
    border-radius: 12px;
  }
  /* line 139, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img {
    left: 100px;
    width: 248px;
    height: 332px;
    border-radius: 12px;
  }
  /* line 145, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img.right {
    right: 100px;
  }
  /* line 150, ../sass/index/index-slider.scss */
  .IndexSlider .img {
    border-radius: 16px;
    height: 415px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 160, ../sass/index/index-slider.scss */
  .IndexSlider {
    padding-top: 45px;
  }
  /* line 163, ../sass/index/index-slider.scss */
  .IndexSlider .container {
    max-width: 960px;
  }
  /* line 167, ../sass/index/index-slider.scss */
  .IndexSlider .mySwiper {
    width: 610px;
  }
  /* line 171, ../sass/index/index-slider.scss */
  .IndexSlider .small-img {
    width: 178px;
    height: 236px;
    border-radius: 10px;
  }
  /* line 177, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img {
    left: 86px;
    width: 214px;
    height: 285px;
    border-radius: 10px;
  }
  /* line 183, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img.right {
    right: 86px;
  }
  /* line 188, ../sass/index/index-slider.scss */
  .IndexSlider .img {
    border-radius: 14px;
    height: 356px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 198, ../sass/index/index-slider.scss */
  .IndexSlider {
    padding-top: 35px;
  }
  /* line 201, ../sass/index/index-slider.scss */
  .IndexSlider .container {
    max-width: 738px;
  }
  /* line 205, ../sass/index/index-slider.scss */
  .IndexSlider .mySwiper {
    width: 470px;
  }
  /* line 209, ../sass/index/index-slider.scss */
  .IndexSlider .small-img {
    width: 137px;
    height: 182px;
    border-radius: 10px;
  }
  /* line 215, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img {
    left: 66px;
    width: 165px;
    height: 220px;
    border-radius: 10px;
  }
  /* line 221, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img.right {
    right: 66px;
  }
  /* line 226, ../sass/index/index-slider.scss */
  .IndexSlider .img {
    border-radius: 14px;
    height: 274px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 236, ../sass/index/index-slider.scss */
  .IndexSlider {
    padding-top: 30px;
    padding-bottom: 15px;
    background: linear-gradient(transparent 25%, #f7f6f9 25%, #288eff 100%);
  }
  /* line 241, ../sass/index/index-slider.scss */
  .IndexSlider .container {
    max-width: calc(100% - 30px);
  }
  /* line 245, ../sass/index/index-slider.scss */
  .IndexSlider .mySwiper {
    width: 100%;
  }
  /* line 249, ../sass/index/index-slider.scss */
  .IndexSlider .small-img {
    display: none;
  }
  /* line 253, ../sass/index/index-slider.scss */
  .IndexSlider .mid-img {
    display: none;
  }
  /* line 257, ../sass/index/index-slider.scss */
  .IndexSlider .img {
    border-radius: 14px;
    height: 52vw;
  }
}
/* line 1, ../sass/index/index-trust.scss */
.IndexTrust {
  position: relative;
  padding-top: 70px;
  padding-bottom: 105px;
}
/* line 6, ../sass/index/index-trust.scss */
.IndexTrust .container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
}
/* line 19, ../sass/index/index-trust.scss */
.IndexTrust .site-text {
  width: 25%;
  font-weight: 600;
  padding: 0 16px;
}
/* line 25, ../sass/index/index-trust.scss */
.IndexTrust .run-wr {
  position: relative;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  width: 75%;
}
/* line 30, ../sass/index/index-trust.scss */
.IndexTrust .run-wr span {
  margin: 0 20px;
}
/* line 33, ../sass/index/index-trust.scss */
.IndexTrust .run-wr span img {
  height: 100px;
}

/* line 42, ../sass/index/index-trust.scss */
.lang-he .IndexTrust .run-wr {
  direction: ltr;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 50, ../sass/index/index-trust.scss */
  .IndexTrust {
    padding-top: 60px;
    padding-bottom: 92px;
  }
  /* line 54, ../sass/index/index-trust.scss */
  .IndexTrust .container {
    max-width: 1320px;
  }
  /* line 58, ../sass/index/index-trust.scss */
  .IndexTrust .site-text {
    padding: 0 14px;
  }
  /* line 63, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr span {
    margin: 0 18px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 73, ../sass/index/index-trust.scss */
  .IndexTrust {
    padding-top: 50px;
    padding-bottom: 78px;
  }
  /* line 77, ../sass/index/index-trust.scss */
  .IndexTrust .container {
    max-width: 1120px;
  }
  /* line 81, ../sass/index/index-trust.scss */
  .IndexTrust .site-text {
    padding: 0 12px;
  }
  /* line 86, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr span {
    margin: 0 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 96, ../sass/index/index-trust.scss */
  .IndexTrust {
    padding-top: 45px;
    padding-bottom: 67px;
  }
  /* line 100, ../sass/index/index-trust.scss */
  .IndexTrust .container {
    max-width: 960px;
  }
  /* line 104, ../sass/index/index-trust.scss */
  .IndexTrust .site-text {
    padding: 0 10px;
  }
  /* line 109, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr span {
    margin: 0 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 119, ../sass/index/index-trust.scss */
  .IndexTrust {
    padding-top: 35px;
    padding-bottom: 52px;
  }
  /* line 123, ../sass/index/index-trust.scss */
  .IndexTrust .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
    max-width: 738px;
  }
  /* line 133, ../sass/index/index-trust.scss */
  .IndexTrust .site-text {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  /* line 139, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr {
    width: 100%;
  }
  /* line 142, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr span {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 152, ../sass/index/index-trust.scss */
  .IndexTrust {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 156, ../sass/index/index-trust.scss */
  .IndexTrust .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
    max-width: calc(100% - 30px);
  }
  /* line 166, ../sass/index/index-trust.scss */
  .IndexTrust .site-text {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  /* line 172, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr {
    width: 100%;
  }
  /* line 175, ../sass/index/index-trust.scss */
  .IndexTrust .run-wr span {
    margin: 0 15px;
  }
}
/* line 1, ../sass/index/index-integration.scss */
.IndexIntegration {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 100px 0;
}
/* line 6, ../sass/index/index-integration.scss */
.IndexIntegration .container {
  position: relative;
  max-width: 1520px;
}
/* line 11, ../sass/index/index-integration.scss */
.IndexIntegration .title {
  font-size: 48px;
}
/* line 15, ../sass/index/index-integration.scss */
.IndexIntegration .undertitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15px;
  gap: 0 15px;
}
/* line 27, ../sass/index/index-integration.scss */
.IndexIntegration .undertitle .text {
  font-weight: 500;
  font-size: 22px;
}
/* line 32, ../sass/index/index-integration.scss */
.IndexIntegration .undertitle .link {
  display: inline-block;
  position: relative;
  min-width: max-content;
  font-size: 16px;
  background-image: linear-gradient(90deg, rgba(22, 20, 12, 0.7) 0%, rgba(22, 20, 12, 0.7) 40%, transparent 40%, transparent 60%, #16140c 60%, #16140c 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 250% 1px;
  padding-bottom: 0.2em;
  transition: background-position 600ms cubic-bezier(0.7, 0, 0.3, 1);
}
@media (hover: hover) {
  /* line 45, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .link:hover {
    background-position: 0% 100%;
  }
}
/* line 52, ../sass/index/index-integration.scss */
.IndexIntegration .result {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 50px;
}

/* line 69, ../sass/index/index-integration.scss */
.IndexIntegrationTPL {
  position: relative;
  width: calc((100% - 32px * 3) / 4);
  padding: 32px;
  border-radius: 12px;
  background: #F7F6F9;
  border: 1px solid rgba(47, 41, 99, 0.3);
  transition: 0.34s ease background;
}
/* line 78, ../sass/index/index-integration.scss */
.IndexIntegrationTPL .icon {
  display: block;
  width: 68px;
  height: 68px;
}
/* line 83, ../sass/index/index-integration.scss */
.IndexIntegrationTPL .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 91, ../sass/index/index-integration.scss */
.IndexIntegrationTPL .small-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
/* line 98, ../sass/index/index-integration.scss */
.IndexIntegrationTPL .text {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}
@media (hover: hover) {
  /* line 105, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL:hover {
    background: rgba(247, 246, 249, 0);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 24px;
  }
}

/* line 114, ../sass/index/index-integration.scss */
.lang-he .IndexIntegration .title {
  font-size: 56px;
}
/* line 119, ../sass/index/index-integration.scss */
.lang-he .IndexIntegration .undertitle .text {
  font-size: 26px;
}
/* line 123, ../sass/index/index-integration.scss */
.lang-he .IndexIntegration .undertitle .link {
  font-size: 18px;
  background-position: 0% 100%;
}
@media (hover: hover) {
  /* line 128, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .link:hover {
    background-position: 100% 100%;
  }
}
/* line 137, ../sass/index/index-integration.scss */
.lang-he .IndexIntegrationTPL .small-title {
  font-size: 24px;
}
/* line 141, ../sass/index/index-integration.scss */
.lang-he .IndexIntegrationTPL .text {
  font-size: 18px;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 149, ../sass/index/index-integration.scss */
  .IndexIntegration {
    padding: 85px 0;
  }
  /* line 152, ../sass/index/index-integration.scss */
  .IndexIntegration .container {
    max-width: 1320px;
  }
  /* line 156, ../sass/index/index-integration.scss */
  .IndexIntegration .title {
    font-size: 42px;
  }
  /* line 160, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle {
    margin-top: 15px;
    gap: 0 15px;
  }
  /* line 164, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .text {
    font-size: 20px;
  }
  /* line 168, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .link {
    font-size: 16px;
  }
  /* line 173, ../sass/index/index-integration.scss */
  .IndexIntegration .result {
    gap: 28px;
    margin-top: 45px;
  }

  /* line 179, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL {
    width: calc((100% - 28px * 3) / 4);
    padding: 28px;
    border-radius: 12px;
  }
  /* line 184, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .icon {
    width: 60px;
    height: 60px;
  }
  /* line 189, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .small-title {
    font-size: 20px;
    margin-top: 20px;
  }
  /* line 194, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .text {
    font-size: 16px;
    margin-top: 10px;
  }

  /* line 202, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .title {
    font-size: 48px;
  }
  /* line 207, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .text {
    font-size: 24px;
  }
  /* line 211, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .link {
    font-size: 18px;
  }
  /* line 218, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .small-title {
    font-size: 24px;
  }
  /* line 222, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 232, ../sass/index/index-integration.scss */
  .IndexIntegration {
    padding: 70px 0;
  }
  /* line 235, ../sass/index/index-integration.scss */
  .IndexIntegration .container {
    max-width: 1120px;
  }
  /* line 239, ../sass/index/index-integration.scss */
  .IndexIntegration .title {
    font-size: 36px;
  }
  /* line 243, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle {
    margin-top: 10px;
    gap: 0 10px;
  }
  /* line 247, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .text {
    font-size: 18px;
  }
  /* line 251, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .link {
    font-size: 14px;
  }
  /* line 256, ../sass/index/index-integration.scss */
  .IndexIntegration .result {
    gap: 24px;
    margin-top: 35px;
  }

  /* line 262, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL {
    width: calc((100% - 24px * 3) / 4);
    padding: 24px;
    border-radius: 10px;
  }
  /* line 267, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .icon {
    width: 50px;
    height: 50px;
  }
  /* line 272, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .small-title {
    font-size: 18px;
    margin-top: 15px;
  }
  /* line 277, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .text {
    font-size: 14px;
    margin-top: 5px;
  }

  /* line 285, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .title {
    font-size: 40px;
  }
  /* line 290, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .text {
    font-size: 22px;
  }
  /* line 294, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .link {
    font-size: 16px;
  }
  /* line 301, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .small-title {
    font-size: 22px;
  }
  /* line 305, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 315, ../sass/index/index-integration.scss */
  .IndexIntegration {
    padding: 55px 0;
  }
  /* line 318, ../sass/index/index-integration.scss */
  .IndexIntegration .container {
    max-width: 960px;
  }
  /* line 322, ../sass/index/index-integration.scss */
  .IndexIntegration .title {
    font-size: 32px;
  }
  /* line 326, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle {
    margin-top: 10px;
    gap: 0 10px;
  }
  /* line 330, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .text {
    font-size: 16px;
  }
  /* line 334, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .link {
    font-size: 14px;
  }
  /* line 339, ../sass/index/index-integration.scss */
  .IndexIntegration .result {
    gap: 24px;
    margin-top: 35px;
  }

  /* line 345, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL {
    width: calc((100% - 24px * 2) / 3);
    padding: 24px;
    border-radius: 10px;
  }
  /* line 350, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .icon {
    width: 50px;
    height: 50px;
  }
  /* line 355, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .small-title {
    font-size: 18px;
    margin-top: 15px;
  }
  /* line 360, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .text {
    font-size: 14px;
    margin-top: 5px;
  }

  /* line 368, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .title {
    font-size: 36px;
  }
  /* line 373, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .text {
    font-size: 20px;
  }
  /* line 377, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .link {
    font-size: 16px;
  }
  /* line 384, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .small-title {
    font-size: 22px;
  }
  /* line 388, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 398, ../sass/index/index-integration.scss */
  .IndexIntegration {
    padding: 40px 0;
  }
  /* line 401, ../sass/index/index-integration.scss */
  .IndexIntegration .container {
    max-width: 738px;
  }
  /* line 405, ../sass/index/index-integration.scss */
  .IndexIntegration .title {
    font-size: 28px;
  }
  /* line 409, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle {
    margin-top: 10px;
    gap: 0 10px;
  }
  /* line 413, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .text {
    font-size: 16px;
  }
  /* line 417, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .link {
    font-size: 14px;
  }
  /* line 422, ../sass/index/index-integration.scss */
  .IndexIntegration .result {
    gap: 24px;
    margin-top: 35px;
  }

  /* line 428, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL {
    width: calc((100% - 24px) / 2);
    padding: 24px;
    border-radius: 10px;
  }
  /* line 433, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .icon {
    width: 50px;
    height: 50px;
  }
  /* line 438, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .small-title {
    font-size: 18px;
    margin-top: 15px;
  }
  /* line 443, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .text {
    font-size: 14px;
    margin-top: 5px;
  }

  /* line 451, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .title {
    font-size: 32px;
  }
  /* line 456, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .text {
    font-size: 20px;
  }
  /* line 460, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .link {
    font-size: 16px;
  }
  /* line 467, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .small-title {
    font-size: 22px;
  }
  /* line 471, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 481, ../sass/index/index-integration.scss */
  .IndexIntegration {
    padding: 30px 0;
  }
  /* line 484, ../sass/index/index-integration.scss */
  .IndexIntegration .container {
    max-width: calc(100% - 30px);
  }
  /* line 488, ../sass/index/index-integration.scss */
  .IndexIntegration .title {
    font-size: 22px;
  }
  /* line 492, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
  }
  /* line 503, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .text {
    font-size: 18px;
  }
  /* line 507, ../sass/index/index-integration.scss */
  .IndexIntegration .undertitle .link {
    font-size: 16px;
  }
  /* line 512, ../sass/index/index-integration.scss */
  .IndexIntegration .result {
    gap: 20px;
    margin-top: 50px;
  }

  /* line 518, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL {
    width: 100%;
    padding: 24px;
    border-radius: 10px;
  }
  /* line 523, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .icon {
    width: 52px;
    height: 52px;
  }
  /* line 528, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .small-title {
    font-size: 16px;
    margin-top: 11px;
  }
  /* line 533, ../sass/index/index-integration.scss */
  .IndexIntegrationTPL .text {
    font-size: 14px;
    margin-top: 0px;
  }

  /* line 541, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .title {
    font-size: 26px;
  }
  /* line 546, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .text {
    font-size: 20px;
  }
  /* line 550, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegration .undertitle .link {
    font-size: 18px;
  }
  /* line 557, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .small-title {
    font-size: 18px;
  }
  /* line 561, ../sass/index/index-integration.scss */
  .lang-he .IndexIntegrationTPL .text {
    font-size: 16px;
  }
}
/* line 3, ../sass/index/index-new-top.scss */
.IndexHeader.on-hero {
  background-color: transparent;
  backdrop-filter: inherit;
}
/* line 7, ../sass/index/index-new-top.scss */
.IndexHeader.on-hero .site-btn.border {
  background-color: #fff;
}
@media (hover: hover) {
  /* line 11, ../sass/index/index-new-top.scss */
  .IndexHeader.on-hero .site-btn.border:hover {
    background: #288eff;
    border-color: #288eff;
    color: #fff;
  }
}

/* line 22, ../sass/index/index-new-top.scss */
.IndexTopNew {
  position: relative;
  min-height: 100vh;
  /* fallback для старых браузеров */
  min-height: 100dvh;
  /* современные браузеры */
  background: #000;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: clamp(20px, 8dvh, 80px);
  padding-top: 137px;
}

/* line 38, ../sass/index/index-new-top.scss */
.IndexTopNew-bg {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background: radial-gradient(circle, #288eff 0%, rgba(0, 0, 0, 0) 165%);
  filter: blur(150px);
  z-index: 1;
}

/* line 50, ../sass/index/index-new-top.scss */
.IndexTopNew-side {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
/* line 55, ../sass/index/index-new-top.scss */
.IndexTopNew-side .imgfix {
  width: 87px;
  display: block;
  position: absolute;
  z-index: -1;
}
/* line 62, ../sass/index/index-new-top.scss */
.IndexTopNew-side .imgbig {
  width: 21.4375rem;
  position: relative;
  display: block;
}
/* line 68, ../sass/index/index-new-top.scss */
.IndexTopNew-side .img-1 {
  top: 3.375rem;
  width: 6.75rem;
  left: 0;
}
/* line 75, ../sass/index/index-new-top.scss */
.IndexTopNew-side .img-2 {
  bottom: 6.25rem;
  right: 5.625rem;
}
/* line 80, ../sass/index/index-new-top.scss */
.IndexTopNew-side .img-3 {
  width: 4.4375rem;
  position: absolute;
  inset: 2.25rem 0% auto auto;
  top: 2.25rem;
}
/* line 87, ../sass/index/index-new-top.scss */
.IndexTopNew-side .img-4 {
  width: 5.4375rem;
  top: 15.875rem;
  right: 12.9375rem;
  z-index: 2;
}

@keyframes levitate {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes levitate2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 107, ../sass/index/index-new-top.scss */
.levitate {
  animation: levitate 3s ease-in-out infinite;
}

/* line 111, ../sass/index/index-new-top.scss */
.levitate2 {
  animation: levitate2 3s ease-in-out infinite;
}

/* line 116, ../sass/index/index-new-top.scss */
.IndexTopNew-side-left {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 8.625rem auto auto 0%;
}
/* line 122, ../sass/index/index-new-top.scss */
.IndexTopNew-side-left .imgbig {
  inset: 2.25rem 8% auto auto;
}

/* line 127, ../sass/index/index-new-top.scss */
.IndexTopNew-side-right {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 7.8125rem 0% auto auto;
}
/* line 133, ../sass/index/index-new-top.scss */
.IndexTopNew-side-right .imgbig {
  inset: 2.25rem -8% auto auto;
}

/* line 138, ../sass/index/index-new-top.scss */
.IndexTopNew-center {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

/* line 144, ../sass/index/index-new-top.scss */
.IndexTopNew-rating {
  font-size: 16px;
  /* opacity: 0.8; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

/* line 154, ../sass/index/index-new-top.scss */
.IndexTopNew-subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 159, ../sass/index/index-new-top.scss */
.IndexTopNew-title {
  font-size: 66px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}

/* line 166, ../sass/index/index-new-top.scss */
.IndexTopNew-title span {
  font-style: italic;
}

/* line 170, ../sass/index/index-new-top.scss */
.IndexTopNew-title em {
  font-style: italic;
  font-weight: 400;
}

/* line 175, ../sass/index/index-new-top.scss */
.IndexTopNew-flags {
  font-size: 16px;
  color: #d4d4d4;
  font-weight: 300;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 34px;
}
/* line 191, ../sass/index/index-new-top.scss */
.IndexTopNew-flags svg {
  height: 16px;
  width: 16px;
}

/* line 197, ../sass/index/index-new-top.scss */
.IndexTopNew-mainbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 203, ../sass/index/index-new-top.scss */
.IndexTopNew-mainbtn:hover {
  transform: translateY(-3px);
}

/* line 207, ../sass/index/index-new-top.scss */
.IndexTopNew-marquee {
  width: 100%;
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* line 216, ../sass/index/index-new-top.scss */
.IndexTopNew-track {
  width: 70%;
  margin: 0 auto;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
/* line 221, ../sass/index/index-new-top.scss */
.IndexTopNew-track .run-wr {
  position: relative;
  width: 100%;
  direction: ltr;
}
/* line 227, ../sass/index/index-new-top.scss */
.IndexTopNew-track .run-wr span {
  margin: 0 20px;
  display: inline-block;
}
/* line 231, ../sass/index/index-new-top.scss */
.IndexTopNew-track .run-wr span img {
  height: 70px;
  display: inline-block;
  filter: brightness(0) invert(1);
}

/* line 240, ../sass/index/index-new-top.scss */
.IndexTopNew-track span {
  font-size: 18px;
}

/* line 244, ../sass/index/index-new-top.scss */
.IndexTopNew-toolbar {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 11px;
  padding: 5px;
  background: #111;
  border-radius: 16px;
  box-shadow: inset 0 0.1875rem 0.25rem rgba(47, 41, 99, 0.9);
  z-index: 10;
}

/* line 258, ../sass/index/index-new-top.scss */
.IndexTopNew-toolbar a {
  padding: 18px 29px;
  color: #aaa;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  display: block;
  white-space: nowrap;
}

/* line 270, ../sass/index/index-new-top.scss */
.IndexTopNew-toolbar a:hover {
  color: #fff;
}

/* line 274, ../sass/index/index-new-top.scss */
.IndexTopNew-toolbar .active {
  color: #fff;
  font-weight: 600;
}

/* line 280, ../sass/index/index-new-top.scss */
.btn-border-animate span {
  position: relative;
  z-index: 2;
}

/* line 285, ../sass/index/index-new-top.scss */
.border-svg {
  position: absolute;
  inset: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  fill: none;
  stroke: #288eff;
  stroke-width: 1;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawBorder 3s linear infinite;
  margin: -1px;
  z-index: 3;
}

/* line 300, ../sass/index/index-new-top.scss */
.border-svgno {
  position: absolute;
  inset: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0;
  stroke-dashoffset: 300;
  margin: -1px;
  z-index: 2;
  opacity: .4;
}

@keyframes drawBorder {
  0% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1520px) {
  /* line 325, ../sass/index/index-new-top.scss */
  .IndexTopNew-title {
    font-size: 52px;
  }

  /* line 331, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .imgbig {
    width: 18.4375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 338, ../sass/index/index-new-top.scss */
  .IndexTopNew-title {
    font-size: 46px;
  }

  /* line 344, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .imgbig {
    width: 16.4375rem;
  }
  /* line 348, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-1 {
    top: 3.375rem;
    width: 4.75rem;
    left: 0;
  }
  /* line 355, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-2 {
    bottom: 6.25rem;
    right: 5.625rem;
  }
  /* line 360, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-3 {
    width: 2.4375rem;
  }
  /* line 364, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-4 {
    width: 3.4375rem;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 371, ../sass/index/index-new-top.scss */
  .IndexTopNew-title {
    font-size: 46px;
  }

  /* line 377, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .imgbig {
    width: 16.4375rem;
    display: none;
  }
  /* line 382, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-1 {
    top: 3.375rem;
    width: 4.75rem;
    left: 0;
  }
  /* line 389, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-2 {
    right: -7.375rem;
    bottom: initial;
    top: 15rem;
    width: 55px;
  }
  /* line 396, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-3 {
    width: 2.4375rem;
  }
  /* line 400, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-4 {
    width: 3.4375rem;
    right: 1.9375rem;
  }

  /* line 412, ../sass/index/index-new-top.scss */
  .IndexTopNew-track .run-wr span img {
    height: 50px;
  }

  /* line 421, ../sass/index/index-new-top.scss */
  .IndexTopNew-toolbar a {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 429, ../sass/index/index-new-top.scss */
  .IndexTopNew-title {
    font-size: 32px;
  }

  /* line 435, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .imgbig {
    width: 16.4375rem;
    display: none;
  }
  /* line 440, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-1 {
    top: 3.375rem;
    width: 2.75rem;
    left: 0;
  }
  /* line 447, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-2 {
    right: -4.375rem;
    bottom: initial;
    top: 15rem;
    width: 35px;
  }
  /* line 454, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-3 {
    width: 1.4375rem;
  }
  /* line 458, ../sass/index/index-new-top.scss */
  .IndexTopNew-side .img-4 {
    width: 2.4375rem;
    right: 0.9375rem;
    top: 16.875rem;
  }

  /* line 469, ../sass/index/index-new-top.scss */
  .IndexTopNew-track .run-wr span {
    margin: 0 10px;
  }
  /* line 472, ../sass/index/index-new-top.scss */
  .IndexTopNew-track .run-wr span img {
    height: 40px;
  }

  /* line 479, ../sass/index/index-new-top.scss */
  .IndexTopNew-toolbar {
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    max-width: 600px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  /* line 489, ../sass/index/index-new-top.scss */
  .IndexTopNew-toolbar a {
    padding: 8px 9px;
    font-size: 13px;
  }
}
/* line 1, ../sass/index/index-intro.scss */
.IndexIntroTxt {
  position: relative;
}
/* line 4, ../sass/index/index-intro.scss */
.IndexIntroTxt .uptitle {
  background-color: #2f2963;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  width: max-content;
  display: flex;
  margin: 0 auto;
}
/* line 16, ../sass/index/index-intro.scss */
.IndexIntroTxt .txt {
  font-size: 64px;
  display: block;
  margin-top: 30px;
  text-align: center;
}
/* line 22, ../sass/index/index-intro.scss */
.IndexIntroTxt .txt img {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 0px;
  object-fit: contain;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: bottom;
  transform: translateY(0px);
  position: relative;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 41, ../sass/index/index-intro.scss */
  .IndexIntroTxt .txt {
    font-size: 50px;
  }
  /* line 44, ../sass/index/index-intro.scss */
  .IndexIntroTxt .txt img {
    width: 60px;
    height: 60px;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 56, ../sass/index/index-intro.scss */
  .IndexIntroTxt .txt {
    font-size: 38px;
  }
  /* line 59, ../sass/index/index-intro.scss */
  .IndexIntroTxt .txt img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 70, ../sass/index/index-intro.scss */
  .IndexIntroTxt .uptitle {
    font-size: 14px;
  }
  /* line 74, ../sass/index/index-intro.scss */
  .IndexIntroTxt .txt {
    font-size: 32px;
    margin-top: 15px;
  }
  /* line 77, ../sass/index/index-intro.scss */
  .IndexIntroTxt .txt img {
    width: 38px;
    height: 38px;
  }
}
/* line 1, ../sass/index/index-grid.scss */
.IndexGrid {
  position: relative;
}
@media screen and (min-width: 1540px) {
  /* line 5, ../sass/index/index-grid.scss */
  .IndexGrid .container {
    max-width: 1520px;
  }
}

/* line 12, ../sass/index/index-grid.scss */
.IndexGridWr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 18, ../sass/index/index-grid.scss */
.IndexGridBox {
  position: relative;
  padding: 17px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3);
  border: 1px solid #dadada;
  aspect-ratio: 1;
  gap: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
/* line 31, ../sass/index/index-grid.scss */
.IndexGridBox > p {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #288eff;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -1px;
}
/* line 48, ../sass/index/index-grid.scss */
.IndexGridBox span {
  text-indent: 40px;
  display: block;
  font-size: 32px;
}
/* line 53, ../sass/index/index-grid.scss */
.IndexGridBox span b {
  color: #288eff;
}
/* line 58, ../sass/index/index-grid.scss */
.IndexGridBox .bots {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-end;
}
/* line 66, ../sass/index/index-grid.scss */
.IndexGridBox .bots .bots-col span, .IndexGridBox .bots .bots-col p {
  font-size: 16px;
  text-indent: initial !important;
  color: #288eff;
}
/* line 72, ../sass/index/index-grid.scss */
.IndexGridBox .bots .bots-col span {
  font-weight: 600;
}
/* line 76, ../sass/index/index-grid.scss */
.IndexGridBox .bots .bots-col img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
}
/* line 85, ../sass/index/index-grid.scss */
.IndexGridBox.video {
  width: 65%;
  aspect-ratio: initial;
}
/* line 89, ../sass/index/index-grid.scss */
.IndexGridBox.video video {
  display: block;
  width: 100%;
  border-radius: 5px !important;
  overflow: hidden;
}
/* line 96, ../sass/index/index-grid.scss */
.IndexGridBox.video .site-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
/* line 107, ../sass/index/index-grid.scss */
.IndexGridBox.video:hover .site-btn {
  background: #288eff;
  border-color: #288eff;
  color: #fff;
}
/* line 111, ../sass/index/index-grid.scss */
.IndexGridBox.video:hover .site-btn svg {
  transform: translateX(6px) rotateY(180deg) rotateX(180deg) translateZ(0);
}
/* line 118, ../sass/index/index-grid.scss */
.IndexGridBox:nth-child(2) {
  width: 35%;
}

/* line 128, ../sass/index/index-grid.scss */
.lang-he .IndexGridBox > p {
  left: initial;
  right: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 139, ../sass/index/index-grid.scss */
  .IndexGridBox span {
    font-size: 26px;
  }
  /* line 143, ../sass/index/index-grid.scss */
  .IndexGridBox > p {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 153, ../sass/index/index-grid.scss */
  .IndexGridBox {
    width: calc(100% / 2) !important;
  }
  /* line 156, ../sass/index/index-grid.scss */
  .IndexGridBox.video {
    width: calc(100% - 1px) !important;
  }
  /* line 160, ../sass/index/index-grid.scss */
  .IndexGridBox span {
    font-size: 26px;
  }
  /* line 164, ../sass/index/index-grid.scss */
  .IndexGridBox > p {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 174, ../sass/index/index-grid.scss */
  .IndexGridBox {
    width: 100% !important;
    margin-left: 0;
    aspect-ratio: inherit;
  }
  /* line 179, ../sass/index/index-grid.scss */
  .IndexGridBox.video {
    width: 100% !important;
  }
  /* line 183, ../sass/index/index-grid.scss */
  .IndexGridBox span {
    font-size: 26px;
  }
  /* line 187, ../sass/index/index-grid.scss */
  .IndexGridBox > p {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}
/* line 1, ../sass/index/index-anim.scss */
.IndexAnim {
  position: relative;
  background-color: #0A0A0A;
  border-radius: 30px;
}
/* line 6, ../sass/index/index-anim.scss */
.IndexAnim .uptitle {
  border: 1px solid #288eff;
  color: #288eff;
  border-radius: 100px;
  padding: 7px 12px;
  font-size: 15px;
  display: flex;
  width: max-content;
  margin: 0 auto;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, ../sass/index/index-anim.scss */
.IndexAnim .title {
  font-size: 48px;
  text-align: center;
  margin: 15px 0;
  color: #fff;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
/* line 31, ../sass/index/index-anim.scss */
.IndexAnim .undertitle {
  text-align: center;
  font-size: 18px;
  color: #d4d4d4;
  font-weight: 300;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

/* line 43, ../sass/index/index-anim.scss */
.IndexAnimWr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* line 51, ../sass/index/index-anim.scss */
.IndexAnimBox {
  position: relative;
  width: calc(100% / 3 - 20px);
  border-radius: 30px;
  overflow: hidden;
  padding: 32px 32px 0 32px;
  background-color: #2f2963;
  color: #fff;
  box-shadow: 1px 1px 2px 0px #288eff;
}
/* line 61, ../sass/index/index-anim.scss */
.IndexAnimBox p {
  font-size: 24px;
}
/* line 65, ../sass/index/index-anim.scss */
.IndexAnimBox span {
  font-size: 18px;
  display: block;
  color: #d4d4d4;
  margin: 10px 0 0;
}
/* line 72, ../sass/index/index-anim.scss */
.IndexAnimBox .img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
/* line 77, ../sass/index/index-anim.scss */
.IndexAnimBox .img img {
  display: block;
  width: 100%;
}

/* line 84, ../sass/index/index-anim.scss */
.imgbg {
  background-image: url(../img/bg-gif.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  width: 96%;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  pointer-events: none;
}

/* line 99, ../sass/index/index-anim.scss */
.IndexAnimLogo {
  justify-content: center;
  align-items: center;
  height: 303px;
  height: 279px;
  display: flex;
  position: relative;
}
/* line 108, ../sass/index/index-anim.scss */
.IndexAnimLogo .img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* line 113, ../sass/index/index-anim.scss */
.IndexAnimLogo .img img {
  width: 140px;
  display: inline-block;
  animation: pulse-scale 2s ease-in-out infinite;
  object-fit: contain;
  transform-style: preserve-3d;
  height: 140px;
}
@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 138, ../sass/index/index-anim.scss */
  .IndexAnimBox {
    padding: 27px 20px 0 20px;
  }
  /* line 141, ../sass/index/index-anim.scss */
  .IndexAnimBox .title {
    font-size: 46px;
  }
  /* line 146, ../sass/index/index-anim.scss */
  .IndexAnimBox .img {
    margin-top: 30px;
  }

  /* line 151, ../sass/index/index-anim.scss */
  .IndexAnimLogo {
    height: 225px;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 160, ../sass/index/index-anim.scss */
  .IndexAnim .title {
    font-size: 42px;
  }
  /* line 164, ../sass/index/index-anim.scss */
  .IndexAnim .undertitle {
    margin-bottom: 30px;
  }

  /* line 169, ../sass/index/index-anim.scss */
  .IndexAnimBox {
    padding: 27px 20px 0 20px;
  }
  /* line 172, ../sass/index/index-anim.scss */
  .IndexAnimBox .img {
    margin-top: 30px;
  }
  /* line 176, ../sass/index/index-anim.scss */
  .IndexAnimBox p {
    font-size: 22px;
  }
  /* line 180, ../sass/index/index-anim.scss */
  .IndexAnimBox span {
    font-size: 16px;
  }

  /* line 185, ../sass/index/index-anim.scss */
  .IndexAnimLogo {
    height: 170px;
  }
  /* line 190, ../sass/index/index-anim.scss */
  .IndexAnimLogo .img img {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 202, ../sass/index/index-anim.scss */
  .IndexAnim .title {
    font-size: 38px;
  }
  /* line 206, ../sass/index/index-anim.scss */
  .IndexAnim .undertitle {
    margin-bottom: 30px;
  }
  /* line 210, ../sass/index/index-anim.scss */
  .IndexAnim .imgbg {
    display: none !important;
  }

  /* line 215, ../sass/index/index-anim.scss */
  .IndexAnimWr {
    gap: 15px;
  }

  /* line 219, ../sass/index/index-anim.scss */
  .IndexAnimBox {
    padding: 27px 20px 0 20px;
    width: 100%;
  }
  /* line 223, ../sass/index/index-anim.scss */
  .IndexAnimBox .img {
    margin-top: 30px;
  }
  /* line 227, ../sass/index/index-anim.scss */
  .IndexAnimBox p {
    font-size: 22px;
  }
  /* line 231, ../sass/index/index-anim.scss */
  .IndexAnimBox span {
    font-size: 16px;
  }

  /* line 236, ../sass/index/index-anim.scss */
  .IndexAnimLogo {
    height: 170px;
  }
  /* line 241, ../sass/index/index-anim.scss */
  .IndexAnimLogo .img img {
    height: 100px;
    width: 100px;
  }
}
/* line 1, ../sass/index/index-scroll.scss */
.IndexScroll {
  position: relative;
  background-color: #0A0A0A;
  border-radius: 30px;
}

/* line 7, ../sass/index/index-scroll.scss */
.IndexScrollTop {
  position: relative;
}
/* line 9, ../sass/index/index-scroll.scss */
.IndexScrollTop .uptitle {
  border: 1px solid #288eff;
  color: #288eff;
  border-radius: 100px;
  padding: 7px 12px;
  font-size: 15px;
  display: flex;
  width: max-content;
}
/* line 19, ../sass/index/index-scroll.scss */
.IndexScrollTop .title {
  font-size: 48px;
  margin: 15px 0;
  color: #fff;
}

/* line 26, ../sass/index/index-scroll.scss */
.IndexScrollBody {
  position: relative;
  margin-top: 50px;
}

/* line 31, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 50px;
}
/* line 39, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox:first-child .desc {
  padding-top: 50px;
}
/* line 44, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .desc {
  position: sticky;
  top: 20vh;
  color: #fff;
  width: 36%;
  height: 100%;
}
/* line 51, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .desc .transformwr {
  position: relative;
  overflow: hidden;
  max-width: 420px;
}
/* line 57, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .desc .transform {
  position: relative;
}
/* line 61, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .desc .desc-title {
  font-size: 40px;
  display: block;
  position: relative;
}
/* line 66, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .desc .desc-title::after {
  content: '';
  background-image: linear-gradient(90deg, #2f2963, #180037);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}
/* line 77, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .desc p {
  font-size: 16px;
  display: block;
  margin-bottom: 28px;
  max-width: 90%;
  color: #d4d4d4;
}
/* line 86, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .imgwr {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* line 92, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .imgwr .img {
  width: 48%;
  max-width: 397px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
/* line 99, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .imgwr .img:nth-child(2) {
  margin-top: 100px;
}
/* line 103, ../sass/index/index-scroll.scss */
.IndexScrollBodyBox .imgwr .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top !important;
}

/* line 123, ../sass/index/index-scroll.scss */
.lang-he .IndexScrollBodyBox .desc .desc-title::after {
  transform: scaleX(-1);
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 134, ../sass/index/index-scroll.scss */
  .IndexScrollTop .title {
    font-size: 46px;
  }

  /* line 143, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .desc .desc-title {
    font-size: 36px;
  }
  /* line 150, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .imgwr .img {
    height: 430px;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 160, ../sass/index/index-scroll.scss */
  .IndexScrollTop .title {
    font-size: 42px;
  }

  /* line 169, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .desc .desc-title {
    font-size: 32px;
  }
  /* line 176, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .imgwr .img {
    height: 340px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 187, ../sass/index/index-scroll.scss */
  .IndexScrollTop .title {
    font-size: 42px;
  }

  /* line 192, ../sass/index/index-scroll.scss */
  .IndexScrollBody {
    margin-top: 30px;
  }

  /* line 196, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox {
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }
  /* line 201, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox:last-child {
    margin-bottom: 0 !important;
  }
  /* line 205, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .desc {
    position: relative;
    top: initial;
    width: 100%;
    padding-top: 15px !important;
  }
  /* line 211, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .desc .desc-title {
    font-size: 32px;
  }
  /* line 214, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .desc .desc-title:after {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 221, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .imgwr {
    width: 100%;
  }
  /* line 224, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .imgwr .img {
    height: auto;
  }
  /* line 227, ../sass/index/index-scroll.scss */
  .IndexScrollBodyBox .imgwr .img:nth-child(2) {
    margin-top: 30px;
  }
}
/* line 1, ../sass/index/index-form.scss */
.IndexForm {
  position: relative;
}
/* line 4, ../sass/index/index-form.scss */
.IndexForm .IndexFormWr {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #2f2963 0%, #0c0c0f 40%, #050507 100%);
  color: #fff;
  padding: 50px;
}
@media (max-width: 992px) {
  /* line 4, ../sass/index/index-form.scss */
  .IndexForm .IndexFormWr {
    flex-direction: column;
    gap: 40px;
  }
}
/* line 20, ../sass/index/index-form.scss */
.IndexForm .IndexFormCol {
  flex: 1;
}
/* line 24, ../sass/index/index-form.scss */
.IndexForm .uptitle {
  border: 1px solid #288eff;
  color: #288eff;
  border-radius: 100px;
  padding: 7px 12px;
  font-size: 15px;
  display: flex;
  width: max-content;
  margin-bottom: 20px;
}
/* line 35, ../sass/index/index-form.scss */
.IndexForm .title {
  font-size: 48px;
  margin-bottom: 24px;
}
/* line 39, ../sass/index/index-form.scss */
.IndexForm .title i {
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 35, ../sass/index/index-form.scss */
  .IndexForm .title {
    font-size: 32px;
  }
}
/* line 49, ../sass/index/index-form.scss */
.IndexForm .IndexFormList {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
/* line 54, ../sass/index/index-form.scss */
.IndexForm .IndexFormList li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 17px;
  opacity: 0.85;
}
/* line 61, ../sass/index/index-form.scss */
.IndexForm .IndexFormList li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  color: #fff;
  border: 2px solid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 79, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
/* line 86, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-img {
  width: 220px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}
/* line 92, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 99, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 105, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-role {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 17px;
}
/* line 111, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-phone,
.IndexForm .IndexFormPerson-link {
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 4px;
  display: flex;
  gap: 6px;
  align-items: center;
}
/* line 120, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-phone svg,
.IndexForm .IndexFormPerson-link svg {
  width: 22px;
  height: 22px;
}
/* line 125, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-phone:hover,
.IndexForm .IndexFormPerson-link:hover {
  opacity: 0.8;
}
/* line 130, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-phone {
  direction: ltr !important;
}
/* line 134, ../sass/index/index-form.scss */
.IndexForm .IndexFormPerson-link {
  color: #288eff;
}
/* line 139, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup {
  margin-bottom: 24px;
}
/* line 142, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup label {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}
/* line 149, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup input,
.IndexForm .IndexFormMain .IndexFormGroup textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
  min-height: 50px;
}
/* line 162, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup input::placeholder,
.IndexForm .IndexFormMain .IndexFormGroup textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 166, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup input:focus,
.IndexForm .IndexFormMain .IndexFormGroup textarea:focus {
  border-color: #288eff;
  background: rgba(255, 255, 255, 0.08);
}
/* line 171, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup input.is-invalid,
.IndexForm .IndexFormMain .IndexFormGroup textarea.is-invalid {
  border-color: red !important;
}
/* line 176, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormGroup textarea {
  resize: none;
}
/* line 181, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormRow {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  /* line 181, ../sass/index/index-form.scss */
  .IndexForm .IndexFormMain .IndexFormRow {
    flex-direction: column;
  }
}
/* line 189, ../sass/index/index-form.scss */
.IndexForm .IndexFormMain .IndexFormRow .IndexFormGroup {
  flex: 1;
}
/* line 195, ../sass/index/index-form.scss */
.IndexForm .IndexFormBudget {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/* line 200, ../sass/index/index-form.scss */
.IndexForm .IndexFormBudget label {
  cursor: pointer;
  font-size: 15px;
}
/* line 204, ../sass/index/index-form.scss */
.IndexForm .IndexFormBudget label input {
  display: none;
}
/* line 208, ../sass/index/index-form.scss */
.IndexForm .IndexFormBudget label span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent !important;
  transition: 0.3s;
  opacity: 0.7;
  min-height: 50px;
}
/* line 220, ../sass/index/index-form.scss */
.IndexForm .IndexFormBudget label input:checked + span, .IndexForm .IndexFormBudget label:hover span {
  border-color: #288eff;
  color: #fff;
  opacity: 1;
}
/* line 229, ../sass/index/index-form.scss */
.IndexForm .IndexFormSubmit {
  margin-top: 20px;
}
/* line 232, ../sass/index/index-form.scss */
.IndexForm .IndexFormSubmit button {
  border: none;
  cursor: pointer;
}

/* line 239, ../sass/index/index-form.scss */
.IndexFormRun {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid #e5e5e5;
  padding: 16px 32px;
  border-radius: 100px;
  align-items: center;
  box-shadow: 0 20px 3rem -.75rem #0f172a1a;
}
/* line 250, ../sass/index/index-form.scss */
.IndexFormRun::before, .IndexFormRun::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: #288eff;
  background: -webkit-linear-gradient(90deg, #288eff 0%, rgba(40, 142, 255, 0) 100%);
  background: -moz-linear-gradient(90deg, #288eff 0%, rgba(40, 142, 255, 0) 100%);
  background: linear-gradient(90deg, #288eff 0%, rgba(40, 142, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$ColorBlue", endColorstr="$ColorBlue", GradientType=1);
}
/* line 266, ../sass/index/index-form.scss */
.IndexFormRun::before {
  left: initial;
  right: 0;
  transform: scaleX(-1);
}
/* line 272, ../sass/index/index-form.scss */
.IndexFormRun .run-img {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
/* line 278, ../sass/index/index-form.scss */
.IndexFormRun .run-img .run-img-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  margin: 0 -2px;
}
/* line 278, ../sass/index/index-form.scss */
.IndexFormRun .run-img .run-img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
/* line 278, ../sass/index/index-form.scss */
.IndexFormRun .run-wr {
  position: relative;
  width: 100%;
  direction: ltr;
  mask: linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
  position: relative;
  z-index: 2;
}
/* line 278, ../sass/index/index-form.scss */
.IndexFormRun .run-wr span {
  font-size: 24px;
}

/* line 282, ../sass/index/index-form.scss */
.lang-he .IndexForm .IndexFormWr {
  background: radial-gradient(circle at 20% 20%, #2f2963 0%, #0c0c0f 40%, #050507 100%);
}
/* line 287, ../sass/index/index-form.scss */
.lang-he .IndexForm .IndexFormList li {
  padding-left: 0;
  padding-right: 32px;
}
/* line 291, ../sass/index/index-form.scss */
.lang-he .IndexForm .IndexFormList li:before {
  left: initial;
  right: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 306, ../sass/index/index-form.scss */
  .IndexForm .IndexFormWr {
    padding: 40px;
    gap: 40px;
  }
  /* line 311, ../sass/index/index-form.scss */
  .IndexForm .title {
    font-size: 40px;
  }
  /* line 315, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson-img {
    width: 180px;
    height: 180px;
  }
  /* line 320, ../sass/index/index-form.scss */
  .IndexForm .IndexFormList li {
    font-size: 16px;
  }
  /* line 324, ../sass/index/index-form.scss */
  .IndexForm .IndexFormMain .IndexFormGroup input,
  .IndexForm .IndexFormMain .IndexFormGroup textarea {
    padding: 12px 14px;
  }

  /* line 330, ../sass/index/index-form.scss */
  .IndexFormRun {
    padding: 14px 24px;
  }
  /* line 334, ../sass/index/index-form.scss */
  .IndexFormRun .run-wr span {
    font-size: 20px;
  }
  /* line 338, ../sass/index/index-form.scss */
  .IndexFormRun .run-img .run-img-box {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 350, ../sass/index/index-form.scss */
  .IndexForm .IndexFormWr {
    flex-direction: column;
    padding: 35px;
    gap: 35px;
  }
  /* line 356, ../sass/index/index-form.scss */
  .IndexForm .IndexFormCol {
    width: 100%;
  }
  /* line 360, ../sass/index/index-form.scss */
  .IndexForm .title {
    font-size: 34px;
  }
  /* line 364, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  /* line 370, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson-img {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
  }
  /* line 376, ../sass/index/index-form.scss */
  .IndexForm .IndexFormRow {
    flex-direction: column;
    gap: 16px;
  }
  /* line 381, ../sass/index/index-form.scss */
  .IndexForm .IndexFormBudget span {
    min-height: 44px;
    padding: 8px 14px;
  }

  /* line 387, ../sass/index/index-form.scss */
  .IndexFormRun {
    padding: 14px 20px;
    border-radius: 60px;
  }
  /* line 391, ../sass/index/index-form.scss */
  .IndexFormRun::before, .IndexFormRun::after {
    width: 30%;
  }
  /* line 396, ../sass/index/index-form.scss */
  .IndexFormRun .run-wr span {
    font-size: 18px;
  }
  /* line 400, ../sass/index/index-form.scss */
  .IndexFormRun .run-img {
    flex-wrap: nowrap;
  }
  /* line 404, ../sass/index/index-form.scss */
  .IndexFormRun .run-img .run-img-box {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 416, ../sass/index/index-form.scss */
  .IndexForm .IndexFormWr {
    padding: 24px;
    gap: 28px;
    border-radius: 18px;
  }
  /* line 422, ../sass/index/index-form.scss */
  .IndexForm .uptitle {
    font-size: 13px;
    margin-bottom: 14px;
  }
  /* line 427, ../sass/index/index-form.scss */
  .IndexForm .title {
    font-size: 26px;
    line-height: 1.25;
  }
  /* line 432, ../sass/index/index-form.scss */
  .IndexForm .IndexFormList li {
    font-size: 15px;
    padding-left: 28px;
  }
  /* line 437, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  /* line 443, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson-img {
    width: 120px;
    height: 120px;
  }
  /* line 448, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson-name {
    font-size: 18px;
  }
  /* line 452, ../sass/index/index-form.scss */
  .IndexForm .IndexFormPerson-role {
    font-size: 14px;
  }
  /* line 458, ../sass/index/index-form.scss */
  .IndexForm .IndexFormMain .IndexFormGroup {
    margin-bottom: 18px;
  }
  /* line 462, ../sass/index/index-form.scss */
  .IndexForm .IndexFormMain label {
    font-size: 16px;
  }
  /* line 466, ../sass/index/index-form.scss */
  .IndexForm .IndexFormMain input,
  .IndexForm .IndexFormMain textarea {
    font-size: 14px;
    min-height: 46px;
    padding: 12px;
  }
  /* line 474, ../sass/index/index-form.scss */
  .IndexForm .IndexFormBudget {
    gap: 8px;
  }
  /* line 477, ../sass/index/index-form.scss */
  .IndexForm .IndexFormBudget span {
    font-size: 14px;
    padding: 8px 12px;
    min-height: 42px;
  }
  /* line 485, ../sass/index/index-form.scss */
  .IndexForm .IndexFormSubmit button {
    width: 100%;
  }

  /* line 490, ../sass/index/index-form.scss */
  .IndexFormRun {
    padding: 12px 16px;
    border-radius: 40px;
    margin-top: 12px;
  }
  /* line 495, ../sass/index/index-form.scss */
  .IndexFormRun::before, .IndexFormRun::after {
    width: 20%;
  }
  /* line 500, ../sass/index/index-form.scss */
  .IndexFormRun .run-img {
    gap: 0;
  }
  /* line 504, ../sass/index/index-form.scss */
  .IndexFormRun .run-img .run-img-box {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin: 0 -3px;
  }
  /* line 511, ../sass/index/index-form.scss */
  .IndexFormRun .run-wr {
    mask: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  }
  /* line 521, ../sass/index/index-form.scss */
  .IndexFormRun .run-wr span {
    font-size: 15px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 27, ../sass/index.scss */
  .footer {
    padding-bottom: 15px;
  }
}
