/* line 1, ../sass/index/index-top.scss */
.IndexTop {
  position: relative;
  z-index: 103;
}
/* line 5, ../sass/index/index-top.scss */
.IndexTop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 12, ../sass/index/index-top.scss */
.IndexTop .bg img, .IndexTop .bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
/* line 20, ../sass/index/index-top.scss */
.IndexTop .bg:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  transform: rotate(180deg);
  background: #252985;
  background: -moz-linear-gradient(top, #252985 0%, rgba(37, 41, 133, 0.8) 20%, rgba(37, 41, 133, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #252985), color-stop(20%, rgba(37, 41, 133, 0.8)), color-stop(100%, rgba(37, 41, 133, 0)));
  background: -webkit-linear-gradient(top, #252985 0%, rgba(37, 41, 133, 0.8) 20%, rgba(37, 41, 133, 0) 100%);
  background: -o-linear-gradient(top, #252985 0%, rgba(37, 41, 133, 0.8) 20%, rgba(37, 41, 133, 0) 100%);
  background: -ms-linear-gradient(top, #252985 0%, rgba(37, 41, 133, 0.8) 20%, rgba(37, 41, 133, 0) 100%);
  background: linear-gradient(to bottom, #252985 0%, rgba(37, 41, 133, 0.8) 20%, rgba(37, 41, 133, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252985', endColorstr='#252985', GradientType=0 );
}
/* line 40, ../sass/index/index-top.scss */
.IndexTop .container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  color: #fff;
  height: 100vh;
  max-height: 1200px;
  padding-bottom: clamp(15px, 3vw, 60px);
}
@media (orientation: portrait) {
  /* line 40, ../sass/index/index-top.scss */
  .IndexTop .container {
    height: calc(100vw * 9 / 16);
  }
}
/* line 67, ../sass/index/index-top.scss */
.IndexTop .uptitle {
  margin-bottom: 50px;
}
/* line 71, ../sass/index/index-top.scss */
.IndexTop .logo {
  width: clamp(200px, 21vw, 400px);
  margin-bottom: 50px;
}
/* line 76, ../sass/index/index-top.scss */
.IndexTop .site-title {
  color: #fff;
}

/* line 82, ../sass/index/index-top.scss */
.lang-he .IndexTop {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 90, ../sass/index/index-top.scss */
  .IndexTop .uptitle {
    margin-bottom: 45px;
  }
  /* line 94, ../sass/index/index-top.scss */
  .IndexTop .logo {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 104, ../sass/index/index-top.scss */
  .IndexTop .uptitle {
    margin-bottom: 35px;
  }
  /* line 108, ../sass/index/index-top.scss */
  .IndexTop .logo {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 118, ../sass/index/index-top.scss */
  .IndexTop .uptitle {
    margin-bottom: 25px;
  }
  /* line 122, ../sass/index/index-top.scss */
  .IndexTop .logo {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 131, ../sass/index/index-top.scss */
  .IndexTop {
    padding-top: var(--header-height);
  }
  /* line 134, ../sass/index/index-top.scss */
  .IndexTop .container {
    height: auto;
    max-height: initial;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  /* line 134, ../sass/index/index-top.scss */
  .IndexTop .container {
    height: auto;
    min-height: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 145, ../sass/index/index-top.scss */
  .IndexTop .uptitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
  /* line 150, ../sass/index/index-top.scss */
  .IndexTop .logo {
    margin-bottom: 20px;
  }
  /* line 154, ../sass/index/index-top.scss */
  .IndexTop .site-title {
    font-size: 5.3vw;
  }
  /* line 157, ../sass/index/index-top.scss */
  .IndexTop .site-title br {
    display: none;
  }

  /* line 165, ../sass/index/index-top.scss */
  .lang-he .IndexTop .site-title.fz54 {
    font-size: 24px;
  }
  /* line 169, ../sass/index/index-top.scss */
  .lang-he .IndexTop .uptitle {
    font-size: 18px;
  }
}
/* line 1, ../sass/index/index-minutes.scss */
.IndexMinutesWr {
  position: relative;
}

/* line 5, ../sass/index/index-minutes.scss */
.IndexMinutes {
  position: sticky;
  top: 0;
  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;
  overflow: hidden;
  isolation: isolate;
  height: 100vh;
}
/* line 22, ../sass/index/index-minutes.scss */
.IndexMinutes.rel {
  position: relative;
}
/* line 27, ../sass/index/index-minutes.scss */
.IndexMinutes:nth-child(2n) .IndexMinutesR {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1;
}
@media (orientation: portrait) {
  /* line 5, ../sass/index/index-minutes.scss */
  .IndexMinutes {
    height: calc(100vw * 9 / 16);
  }
}

/* line 41, ../sass/index/index-minutes.scss */
.IndexMinutesL {
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  width: 50%;
  padding: 30px 80px;
}
/* line 59, ../sass/index/index-minutes.scss */
.IndexMinutesL .site-title {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: calc(2.2vw * 16 / 9);
}
/* line 65, ../sass/index/index-minutes.scss */
.IndexMinutesL .site-text {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: calc(0.7vw* 16 / 9);
}
/* line 70, ../sass/index/index-minutes.scss */
.IndexMinutesL .site-text:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 75, ../sass/index/index-minutes.scss */
.IndexMinutesL .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  gap: 0 30px;
  margin-top: calc(0.7vw* 16 / 9);
}
/* line 87, ../sass/index/index-minutes.scss */
.IndexMinutesL .list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 220px;
}
/* line 103, ../sass/index/index-minutes.scss */
.IndexMinutesL .list li .site-title {
  margin-bottom: 10px;
}

/* line 110, ../sass/index/index-minutes.scss */
.IndexMinutesR {
  position: relative;
  display: block;
  width: 50%;
}
/* line 115, ../sass/index/index-minutes.scss */
.IndexMinutesR img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 123, ../sass/index/index-minutes.scss */
.IndexMinutesB {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #252985;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  color: #fff;
}

/* line 150, ../sass/index/index-minutes.scss */
.lang-he .IndexMinutesWr {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 157, ../sass/index/index-minutes.scss */
  .IndexMinutesL {
    padding: 27px 72px;
  }
  /* line 160, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list {
    gap: 0 25px;
  }
  /* line 163, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list li {
    max-width: 190px;
  }
  /* line 166, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list li .site-title {
    margin-bottom: 9px;
  }

  /* line 173, ../sass/index/index-minutes.scss */
  .IndexMinutesB {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 182, ../sass/index/index-minutes.scss */
  .IndexMinutesL {
    padding: 15px 58px;
  }
  /* line 185, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list {
    gap: 0 20px;
  }
  /* line 188, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list li {
    max-width: 170px;
  }
  /* line 191, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list li .site-title {
    margin-bottom: 7px;
  }

  /* line 198, ../sass/index/index-minutes.scss */
  .IndexMinutesB {
    width: 104px;
    height: 104px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 208, ../sass/index/index-minutes.scss */
  .IndexMinutes {
    position: relative;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  /* line 208, ../sass/index/index-minutes.scss */
  .IndexMinutes {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 217, ../sass/index/index-minutes.scss */
  .IndexMinutesL {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    padding: 30px;
    padding-bottom: 80px;
  }
  /* line 227, ../sass/index/index-minutes.scss */
  .IndexMinutesL.no-circle {
    padding-bottom: 30px;
  }
  /* line 233, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list li .site-title {
    margin-bottom: 5px;
  }

  /* line 240, ../sass/index/index-minutes.scss */
  .IndexMinutesR {
    width: 100%;
    height: 100vw;
  }

  /* line 245, ../sass/index/index-minutes.scss */
  .IndexMinutesB {
    transform: translate(-50%, 50%);
    top: auto;
    bottom: 100vw;
    width: 104px;
    height: 104px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 257, ../sass/index/index-minutes.scss */
  .IndexMinutes {
    position: relative;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  /* line 257, ../sass/index/index-minutes.scss */
  .IndexMinutes {
    height: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 266, ../sass/index/index-minutes.scss */
  .IndexMinutesL {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    padding: 30px 15px;
    padding-bottom: 70px;
  }
  /* line 276, ../sass/index/index-minutes.scss */
  .IndexMinutesL.no-circle {
    padding-bottom: 30px;
  }
  /* line 280, ../sass/index/index-minutes.scss */
  .IndexMinutesL .site-title {
    margin-bottom: 20px;
  }
  /* line 284, ../sass/index/index-minutes.scss */
  .IndexMinutesL .site-text {
    margin-bottom: 20px;
  }
  /* line 288, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* line 293, ../sass/index/index-minutes.scss */
  .IndexMinutesL .list li .site-title {
    margin-bottom: 5px;
  }

  /* line 300, ../sass/index/index-minutes.scss */
  .IndexMinutesR {
    width: 100%;
    height: 100vw;
  }
  /* line 304, ../sass/index/index-minutes.scss */
  .IndexMinutesR.original {
    height: auto;
  }

  /* line 309, ../sass/index/index-minutes.scss */
  .IndexMinutesB {
    transform: translate(-50%, 50%);
    top: auto;
    bottom: 100vw;
    width: 80px;
    height: 80px;
  }
}
/* line 1, ../sass/invest/invest-about.scss */
.InvestAbout {
  position: relative;
  background: #e8f0ff;
}
/* line 5, ../sass/invest/invest-about.scss */
.InvestAbout:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/wave.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 0.18;
}
/* line 21, ../sass/invest/invest-about.scss */
.InvestAbout .container {
  position: relative;
  z-index: 2;
}
/* line 26, ../sass/invest/invest-about.scss */
.InvestAbout .site-title {
  max-width: 768px;
  margin: 0 auto;
}
/* line 31, ../sass/invest/invest-about.scss */
.InvestAbout .img {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 448px;
  margin-top: 60px;
}
/* line 40, ../sass/invest/invest-about.scss */
.InvestAbout .img img {
  display: block;
  width: 120%;
  height: 120%;
  margin: -10%;
  object-fit: cover;
}

/* line 51, ../sass/invest/invest-about.scss */
.lang-he .InvestAbout {
  direction: rtl;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 59, ../sass/invest/invest-about.scss */
  .InvestAbout .img {
    margin-top: 30px;
  }
}
/* line 1, ../sass/invest/invest-adv.scss */
.InvestAdv {
  position: relative;
  contain: layout;
}
/* line 5, ../sass/invest/invest-adv.scss */
.InvestAdv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 13, ../sass/invest/invest-adv.scss */
.InvestAdv .bg img {
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* line 22, ../sass/invest/invest-adv.scss */
.InvestAdv .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
/* line 34, ../sass/invest/invest-adv.scss */
.InvestAdv .site-title.main {
  color: #fff;
}
/* line 38, ../sass/invest/invest-adv.scss */
.InvestAdv .undertitle {
  position: relative;
  margin-left: auto;
  margin-right: 11%;
  color: #fff;
  width: 410px;
  max-width: 100%;
  margin-top: calc(15vw * 9 / 16);
}
/* line 48, ../sass/invest/invest-adv.scss */
.InvestAdv .result {
  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;
  justify-content: center;
  gap: clamp(15px, 2vw, 40px);
  margin-top: calc(32vw * 9 / 16);
}

/* line 65, ../sass/invest/invest-adv.scss */
.InvestAdvB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: clamp(15px, 2vw, 40px);
  background: #e8f0ff;
  width: calc((100% - clamp(15px,2vw,40px) * 2) / 3);
  padding: clamp(15px, 2vw, 40px);
}
/* line 82, ../sass/invest/invest-adv.scss */
.InvestAdvB .title {
  font-size: clamp(24px, 2.3vw, 44px);
  color: #252985;
  text-align: right;
}
/* line 88, ../sass/invest/invest-adv.scss */
.InvestAdvB .site-text {
  margin-bottom: auto;
}

/* line 94, ../sass/invest/invest-adv.scss */
.lang-he .InvestAdv {
  direction: rtl;
}
/* line 97, ../sass/invest/invest-adv.scss */
.lang-he .InvestAdv .undertitle {
  margin-left: 11%;
  margin-right: auto;
}
/* line 104, ../sass/invest/invest-adv.scss */
.lang-he .InvestAdvB .title {
  text-align: left;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 113, ../sass/invest/invest-adv.scss */
  .InvestAdv .undertitle {
    margin-right: 0;
  }

  /* line 120, ../sass/invest/invest-adv.scss */
  .lang-he .InvestAdv .undertitle {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 131, ../sass/invest/invest-adv.scss */
  .InvestAdv .undertitle {
    margin-right: 0;
  }

  /* line 136, ../sass/invest/invest-adv.scss */
  .InvestAdvB {
    width: calc((100% - clamp(15px,2vw,40px)) / 2);
  }

  /* line 142, ../sass/invest/invest-adv.scss */
  .lang-he .InvestAdv .undertitle {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 153, ../sass/invest/invest-adv.scss */
  .InvestAdv .undertitle {
    margin-right: 0;
  }

  /* line 158, ../sass/invest/invest-adv.scss */
  .InvestAdvB {
    width: calc((100% - clamp(15px,2vw,40px)) / 2);
  }

  /* line 164, ../sass/invest/invest-adv.scss */
  .lang-he .InvestAdv .undertitle {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 175, ../sass/invest/invest-adv.scss */
  .InvestAdv .undertitle {
    margin-right: 0;
  }

  /* line 180, ../sass/invest/invest-adv.scss */
  .InvestAdvB {
    width: 100%;
  }

  /* line 186, ../sass/invest/invest-adv.scss */
  .lang-he .InvestAdv .undertitle {
    margin-left: 0;
  }
}
/* line 1, ../sass/index/index-form.scss */
.IndexFormB {
  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;
  justify-content: space-between;
  background: #f3f3f3;
  border-radius: 15px;
  padding: 55px;
}
/* line 18, ../sass/index/index-form.scss */
.IndexFormB .left {
  position: relative;
  width: 100%;
}
/* line 22, ../sass/index/index-form.scss */
.IndexFormB .left .site-title {
  margin-bottom: 5px;
}
/* line 27, ../sass/index/index-form.scss */
.IndexFormB .right {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
/* line 33, ../sass/index/index-form.scss */
.IndexFormB form {
  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: 15px;
}
/* line 46, ../sass/index/index-form.scss */
.IndexFormB form .input {
  display: block;
  width: calc((100% - 15px * 3) / 4);
  height: 50px;
  border-radius: 5px;
  border: 2px solid #000;
  padding: 0 15px;
  font-size: 18px;
}
/* line 55, ../sass/index/index-form.scss */
.IndexFormB form .input::placeholder {
  color: #000;
}
/* line 60, ../sass/index/index-form.scss */
.IndexFormB form .site-btn {
  width: calc((100% - 15px * 3) / 4);
  margin-left: auto;
}

/* line 68, ../sass/index/index-form.scss */
.lang-he .IndexFormB {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 75, ../sass/index/index-form.scss */
  .IndexFormB {
    padding: 50px;
  }
  /* line 78, ../sass/index/index-form.scss */
  .IndexFormB form {
    gap: 15px;
  }
  /* line 81, ../sass/index/index-form.scss */
  .IndexFormB form .input {
    height: 48px;
    padding: 0 15px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 93, ../sass/index/index-form.scss */
  .IndexFormB {
    padding: 40px;
  }
  /* line 96, ../sass/index/index-form.scss */
  .IndexFormB .right {
    margin-top: 20px;
  }
  /* line 100, ../sass/index/index-form.scss */
  .IndexFormB form {
    gap: 15px;
  }
  /* line 103, ../sass/index/index-form.scss */
  .IndexFormB form .input {
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    border-width: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 120, ../sass/index/index-form.scss */
  .IndexFormB {
    padding: 30px;
  }
  /* line 123, ../sass/index/index-form.scss */
  .IndexFormB .left {
    width: 100%;
  }
  /* line 126, ../sass/index/index-form.scss */
  .IndexFormB .left .site-title {
    margin-bottom: 5px;
  }
  /* line 131, ../sass/index/index-form.scss */
  .IndexFormB .right {
    width: 100%;
    margin-top: 20px;
  }
  /* line 136, ../sass/index/index-form.scss */
  .IndexFormB form {
    gap: 15px;
  }
  /* line 139, ../sass/index/index-form.scss */
  .IndexFormB form .input {
    width: calc((100% - 15px) / 2);
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    border-width: 1px;
  }
  /* line 147, ../sass/index/index-form.scss */
  .IndexFormB form .site-btn {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 157, ../sass/index/index-form.scss */
  .IndexForm.index.section-padding.last {
    padding-bottom: 10px;
  }

  /* line 161, ../sass/index/index-form.scss */
  .IndexFormB {
    padding: 15px;
  }
  /* line 164, ../sass/index/index-form.scss */
  .IndexFormB .left {
    width: 100%;
  }
  /* line 167, ../sass/index/index-form.scss */
  .IndexFormB .left .site-title {
    margin-bottom: 5px;
  }
  /* line 172, ../sass/index/index-form.scss */
  .IndexFormB .right {
    width: 100%;
    margin-top: 20px;
  }
  /* line 177, ../sass/index/index-form.scss */
  .IndexFormB form {
    gap: 15px;
  }
  /* line 180, ../sass/index/index-form.scss */
  .IndexFormB form .input {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    border-width: 1px;
  }
  /* line 188, ../sass/index/index-form.scss */
  .IndexFormB form .site-btn {
    width: 100%;
  }
}
/* line 4, ../sass/index/index-spec.scss */
body.go-down .IndexSpec .desc ul {
  top: var(--header-height);
}

/* line 11, ../sass/index/index-spec.scss */
.IndexSpec {
  position: relative;
}
/* line 14, ../sass/index/index-spec.scss */
.IndexSpec .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: calc(10vw* 9 / 16);
}
/* line 24, ../sass/index/index-spec.scss */
.IndexSpec .img {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 30%;
  height: clamp(500px, 44vw, 840px);
}
/* line 32, ../sass/index/index-spec.scss */
.IndexSpec .img img {
  position: absolute;
  display: block;
  width: 100%;
  border-radius: 10px;
}
/* line 40, ../sass/index/index-spec.scss */
.IndexSpec .desc {
  position: relative;
  width: 66%;
}
/* line 44, ../sass/index/index-spec.scss */
.IndexSpec .desc ul {
  position: sticky;
  top: 0;
  border-top: 1px solid rgba(41, 184, 240, 0.5);
}
/* line 50, ../sass/index/index-spec.scss */
.IndexSpec .desc li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 1.6vw;
  border-bottom: 1px solid rgba(41, 184, 240, 0.5);
  padding: calc(2.1vw* 9 / 16) 0;
}
/* line 63, ../sass/index/index-spec.scss */
.IndexSpec .desc li:before {
  content: '';
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 1.4em;
  min-width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  border: 1px solid rgba(41, 184, 240, 0.5);
  background-image: url(/assets/img/8155528_success_check_tick_mark_winner_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
}

/* line 83, ../sass/index/index-spec.scss */
.lang-he .IndexSpec {
  direction: rtl;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 93, ../sass/index/index-spec.scss */
  body.go-down .IndexSpec .desc ul {
    top: auto;
  }

  /* line 101, ../sass/index/index-spec.scss */
  .IndexSpec .result {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  /* line 110, ../sass/index/index-spec.scss */
  .IndexSpec .img {
    width: 100%;
    height: auto;
  }
  /* line 114, ../sass/index/index-spec.scss */
  .IndexSpec .img img {
    position: relative;
  }
  /* line 119, ../sass/index/index-spec.scss */
  .IndexSpec .desc {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  /* line 124, ../sass/index/index-spec.scss */
  .IndexSpec .desc ul {
    top: auto;
  }
  /* line 128, ../sass/index/index-spec.scss */
  .IndexSpec .desc li {
    gap: 0 15px;
    padding: 10px 0;
  }
}
