@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 26, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 30, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 34, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 38, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 42, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 46, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 50, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 54, ../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 62, ../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 70, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 74, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 78, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 83, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 87, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 91, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 95, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 99, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 103, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 107, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 111, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 115, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/index-top.scss */
.IndexTop {
  position: relative;
  background: #e8f0f3;
  padding: 150px 0;
  padding-bottom: 55px;
}
/* line 7, ../sass/index/index-top.scss */
.IndexTop .container {
  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;
}
/* line 21, ../sass/index/index-top.scss */
.IndexTop .content {
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 55px;
}
/* line 31, ../sass/index/index-top.scss */
.IndexTop .title {
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-size: 106px;
  z-index: 2;
}
/* line 38, ../sass/index/index-top.scss */
.IndexTop .title span {
  position: relative;
}
/* line 41, ../sass/index/index-top.scss */
.IndexTop .title span:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 28px;
  width: 100%;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  z-index: -1;
}
/* line 54, ../sass/index/index-top.scss */
.IndexTop .undertitle {
  position: relative;
  line-height: 1.35;
  font-size: 28px;
  margin-top: 23px;
}
/* line 61, ../sass/index/index-top.scss */
.IndexTop .btns {
  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;
  margin-top: 25px;
}
/* line 75, ../sass/index/index-top.scss */
.IndexTop .site-btn {
  margin-right: 15px;
}
/* line 79, ../sass/index/index-top.scss */
.IndexTop .img {
  display: block;
  position: relative;
  width: 46%;
}
/* line 84, ../sass/index/index-top.scss */
.IndexTop .img img {
  display: block;
  width: 100%;
}

/* line 92, ../sass/index/index-top.scss */
.lang-he .IndexTop {
  direction: rtl;
}
/* line 95, ../sass/index/index-top.scss */
.lang-he .IndexTop .title {
  font-size: calc(106px * 1.2);
}
/* line 99, ../sass/index/index-top.scss */
.lang-he .IndexTop .undertitle {
  font-size: calc(28px * 1.2);
}
/* line 103, ../sass/index/index-top.scss */
.lang-he .IndexTop .site-btn {
  margin-left: 15px;
  margin-right: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 112, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 135px 0;
    padding-bottom: 48px;
  }
  /* line 116, ../sass/index/index-top.scss */
  .IndexTop .content {
    padding: 48px;
  }
  /* line 120, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 92px;
  }
  /* line 123, ../sass/index/index-top.scss */
  .IndexTop .title span:after {
    bottom: 7px;
    height: 25px;
  }
  /* line 129, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 24px;
    margin-top: 20px;
  }
  /* line 134, ../sass/index/index-top.scss */
  .IndexTop .btns {
    margin-top: 22px;
  }
  /* line 138, ../sass/index/index-top.scss */
  .IndexTop .site-btn {
    margin-right: 15px;
  }

  /* line 145, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: calc(92px * 1.2);
  }
  /* line 149, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: calc(24px * 1.2);
  }
  /* line 153, ../sass/index/index-top.scss */
  .lang-he .IndexTop .site-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 164, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 115px 0;
    padding-bottom: 40px;
  }
  /* line 168, ../sass/index/index-top.scss */
  .IndexTop .content {
    padding: 40px;
  }
  /* line 172, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 80px;
  }
  /* line 175, ../sass/index/index-top.scss */
  .IndexTop .title span:after {
    bottom: 7px;
    height: 22px;
  }
  /* line 181, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 20px;
    margin-top: 20px;
  }
  /* line 186, ../sass/index/index-top.scss */
  .IndexTop .btns {
    margin-top: 20px;
  }
  /* line 190, ../sass/index/index-top.scss */
  .IndexTop .site-btn {
    margin-right: 15px;
  }

  /* line 197, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: calc(80px * 1.2);
  }
  /* line 201, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: calc(20px * 1.2);
  }
  /* line 205, ../sass/index/index-top.scss */
  .lang-he .IndexTop .site-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 216, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 95px 0;
    padding-bottom: 32px;
  }
  /* line 220, ../sass/index/index-top.scss */
  .IndexTop .content {
    padding: 32px;
  }
  /* line 224, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 64px;
  }
  /* line 227, ../sass/index/index-top.scss */
  .IndexTop .title span:after {
    bottom: 7px;
    height: 18px;
  }
  /* line 233, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 18px;
    margin-top: 15px;
  }
  /* line 238, ../sass/index/index-top.scss */
  .IndexTop .btns {
    margin-top: 15px;
  }
  /* line 242, ../sass/index/index-top.scss */
  .IndexTop .site-btn {
    margin-right: 15px;
  }

  /* line 249, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: calc(64px * 1.2);
  }
  /* line 253, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: calc(18px * 1.2);
  }
  /* line 257, ../sass/index/index-top.scss */
  .lang-he .IndexTop .site-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 268, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 75px 0;
    padding-bottom: 24px;
  }
  /* line 272, ../sass/index/index-top.scss */
  .IndexTop .content {
    padding: 24px;
  }
  /* line 276, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: 48px;
  }
  /* line 279, ../sass/index/index-top.scss */
  .IndexTop .title span:after {
    bottom: 5px;
    height: 14px;
  }
  /* line 285, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: 16px;
    margin-top: 15px;
  }
  /* line 290, ../sass/index/index-top.scss */
  .IndexTop .btns {
    margin-top: 15px;
  }
  /* line 294, ../sass/index/index-top.scss */
  .IndexTop .site-btn {
    margin-right: 15px;
  }

  /* line 301, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: calc(48px * 1.2);
  }
  /* line 305, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: calc(16px * 1.2);
  }
  /* line 309, ../sass/index/index-top.scss */
  .lang-he .IndexTop .site-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 320, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 100px 0;
    padding-bottom: 0;
  }
  /* line 324, ../sass/index/index-top.scss */
  .IndexTop .content {
    padding: 0;
    width: 100%;
  }
  /* line 329, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: clamp(38px, 12vw, 44px);
  }
  /* line 332, ../sass/index/index-top.scss */
  .IndexTop .title span:after {
    bottom: 6px;
    height: 10px;
  }
  /* line 338, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: clamp(14px, 4.25vw, 16px);
    margin-top: 15px;
  }
  /* line 343, ../sass/index/index-top.scss */
  .IndexTop .btns {
    margin-top: 15px;
  }
  /* line 347, ../sass/index/index-top.scss */
  .IndexTop .site-btn {
    margin-right: 15px;
  }
  /* line 351, ../sass/index/index-top.scss */
  .IndexTop .img {
    width: 100%;
  }

  /* line 358, ../sass/index/index-top.scss */
  .lang-he .IndexTop .title {
    font-size: calc(clamp(38px,12vw,44px) * 1.2);
  }
  /* line 362, ../sass/index/index-top.scss */
  .lang-he .IndexTop .undertitle {
    font-size: calc(clamp(14px,4.25vw,16px) * 1.2);
  }
  /* line 366, ../sass/index/index-top.scss */
  .lang-he .IndexTop .site-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
/* line 1, ../sass/index/index-top2.scss */
.IndexTop2 {
  position: relative;
}
/* line 4, ../sass/index/index-top2.scss */
.IndexTop2 .video, .IndexTop2 .img {
  position: relative;
  display: block;
  width: 100%;
}
/* line 9, ../sass/index/index-top2.scss */
.IndexTop2 .video img, .IndexTop2 .img img {
  display: block;
  width: 100%;
}
/* line 15, ../sass/index/index-top2.scss */
.IndexTop2 .container {
  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;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  padding: 180px 0;
}
/* line 37, ../sass/index/index-top2.scss */
.IndexTop2 .title {
  position: relative;
  line-height: 1;
  font-size: 102px;
}
/* line 43, ../sass/index/index-top2.scss */
.IndexTop2 .text {
  position: relative;
  font-size: 32px;
  margin-top: 60px;
}
/* line 49, ../sass/index/index-top2.scss */
.IndexTop2 .site-btn {
  -ms-align-self: center;
  align-self: center;
  margin-top: 30px;
  border-color: #fff;
  padding: 0 85px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 61, ../sass/index/index-top2.scss */
  .IndexTop2 .container {
    padding: 160px 0;
  }
  /* line 65, ../sass/index/index-top2.scss */
  .IndexTop2 .title {
    font-size: 90px;
  }
  /* line 69, ../sass/index/index-top2.scss */
  .IndexTop2 .text {
    font-size: 28px;
    margin-top: 53px;
  }
  /* line 74, ../sass/index/index-top2.scss */
  .IndexTop2 .site-btn {
    margin-top: 27px;
    padding: 0 75px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 85, ../sass/index/index-top2.scss */
  .IndexTop2 .container {
    padding: 140px 0;
  }
  /* line 89, ../sass/index/index-top2.scss */
  .IndexTop2 .title {
    font-size: 78px;
  }
  /* line 93, ../sass/index/index-top2.scss */
  .IndexTop2 .text {
    font-size: 24px;
    margin-top: 35px;
  }
  /* line 98, ../sass/index/index-top2.scss */
  .IndexTop2 .site-btn {
    margin-top: 23px;
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 110, ../sass/index/index-top2.scss */
  .IndexTop2 .container {
    padding: 118px 0;
  }
  /* line 114, ../sass/index/index-top2.scss */
  .IndexTop2 .title {
    font-size: 62px;
  }
  /* line 118, ../sass/index/index-top2.scss */
  .IndexTop2 .text {
    font-size: 20px;
    margin-top: 26px;
  }
  /* line 123, ../sass/index/index-top2.scss */
  .IndexTop2 .site-btn {
    margin-top: 18px;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 134, ../sass/index/index-top2.scss */
  .IndexTop2 .container {
    padding: 85px 0;
  }
  /* line 138, ../sass/index/index-top2.scss */
  .IndexTop2 .title {
    font-size: 48px;
  }
  /* line 142, ../sass/index/index-top2.scss */
  .IndexTop2 .text {
    font-size: 18px;
    margin-top: 20px;
  }
  /* line 147, ../sass/index/index-top2.scss */
  .IndexTop2 .site-btn {
    margin-top: 15px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 158, ../sass/index/index-top2.scss */
  .IndexTop2 .container {
    padding: 100px 0;
  }
  /* line 162, ../sass/index/index-top2.scss */
  .IndexTop2 .title {
    font-size: clamp(32px, 10vw, 36px);
  }
  /* line 166, ../sass/index/index-top2.scss */
  .IndexTop2 .text {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-top: 25px;
  }
  /* line 171, ../sass/index/index-top2.scss */
  .IndexTop2 .site-btn {
    margin-top: 25px;
    padding: 0 40px;
  }
}
/* line 1, ../sass/index/index-logo-run.scss */
.IndexLogoRun {
  position: relative;
  background: #2106fe;
  padding: 24px 0;
}
/* line 6, ../sass/index/index-logo-run.scss */
.IndexLogoRun.bg-black {
  background: #000;
}
/* line 10, ../sass/index/index-logo-run.scss */
.IndexLogoRun span {
  display: inline-block;
  opacity: 0.6;
  margin: 0 32px;
}
/* line 16, ../sass/index/index-logo-run.scss */
.IndexLogoRun p {
  display: inline-block;
  color: #fff;
  margin-right: 16px;
  font-size: 24px;
}
/* line 22, ../sass/index/index-logo-run.scss */
.IndexLogoRun p b {
  margin-left: 16px;
}
/* line 27, ../sass/index/index-logo-run.scss */
.IndexLogoRun img {
  display: block;
  height: 32px;
}

/* line 35, ../sass/index/index-logo-run.scss */
.lang-he .IndexLogoRun p {
  direction: rtl;
  margin-left: 16px;
  margin-right: 0;
  font-size: calc(24px * 1.2);
}
/* line 41, ../sass/index/index-logo-run.scss */
.lang-he .IndexLogoRun p b {
  margin-left: 0;
  margin-right: 16px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 51, ../sass/index/index-logo-run.scss */
  .IndexLogoRun {
    padding: 21px 0;
  }
  /* line 54, ../sass/index/index-logo-run.scss */
  .IndexLogoRun span {
    margin: 0 28px;
  }
  /* line 58, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p {
    margin-right: 14px;
    font-size: 22px;
  }
  /* line 62, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p b {
    margin-left: 14px;
  }
  /* line 67, ../sass/index/index-logo-run.scss */
  .IndexLogoRun img {
    height: 28px;
  }

  /* line 74, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p {
    margin-left: 14px;
    font-size: calc(22px * 1.2);
  }
  /* line 78, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p b {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 89, ../sass/index/index-logo-run.scss */
  .IndexLogoRun {
    padding: 18px 0;
  }
  /* line 92, ../sass/index/index-logo-run.scss */
  .IndexLogoRun span {
    margin: 0 24px;
  }
  /* line 96, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p {
    margin-right: 12px;
    font-size: 20px;
  }
  /* line 100, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p b {
    margin-left: 12px;
  }
  /* line 105, ../sass/index/index-logo-run.scss */
  .IndexLogoRun img {
    height: 24px;
  }

  /* line 112, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p {
    margin-left: 12px;
    font-size: calc(20px * 1.2);
  }
  /* line 116, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p b {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 127, ../sass/index/index-logo-run.scss */
  .IndexLogoRun {
    padding: 14px 0;
  }
  /* line 130, ../sass/index/index-logo-run.scss */
  .IndexLogoRun span {
    margin: 0 20px;
  }
  /* line 134, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p {
    margin-right: 10px;
    font-size: 18px;
  }
  /* line 138, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p b {
    margin-left: 10px;
  }
  /* line 143, ../sass/index/index-logo-run.scss */
  .IndexLogoRun img {
    height: 20px;
  }

  /* line 150, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p {
    margin-left: 10px;
    font-size: calc(18px * 1.2);
  }
  /* line 154, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p b {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 165, ../sass/index/index-logo-run.scss */
  .IndexLogoRun {
    padding: 12px 0;
  }
  /* line 168, ../sass/index/index-logo-run.scss */
  .IndexLogoRun span {
    margin: 0 16px;
  }
  /* line 172, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p {
    margin-right: 8px;
    font-size: 16px;
  }
  /* line 176, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p b {
    margin-left: 8px;
  }
  /* line 181, ../sass/index/index-logo-run.scss */
  .IndexLogoRun img {
    height: 16px;
  }

  /* line 188, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p {
    margin-left: 8px;
    font-size: calc(16px * 1.2);
  }
  /* line 192, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p b {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 203, ../sass/index/index-logo-run.scss */
  .IndexLogoRun {
    padding: 10px 0;
  }
  /* line 206, ../sass/index/index-logo-run.scss */
  .IndexLogoRun span {
    margin: 0 15px;
  }
  /* line 210, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p {
    margin-right: 7px;
    font-size: clamp(14px, 4.25vw, 16px);
  }
  /* line 214, ../sass/index/index-logo-run.scss */
  .IndexLogoRun p b {
    margin-left: 7px;
  }
  /* line 219, ../sass/index/index-logo-run.scss */
  .IndexLogoRun img {
    height: clamp(14px, 4.25vw, 16px);
  }

  /* line 226, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p {
    margin-left: 7px;
    font-size: calc(clamp(14px,4.25vw,16px) * 1.2);
  }
  /* line 230, ../sass/index/index-logo-run.scss */
  .lang-he .IndexLogoRun p b {
    margin-right: 7px;
  }
}
/* line 1, ../sass/index/index-about.scss */
.IndexAbout {
  position: relative;
  padding: 135px 0;
}

/* line 6, ../sass/index/index-about.scss */
.IndexAboutB {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3rem 0 5rem rgba(0, 0, 0, 0.6), 0 0 0 0;
  -moz-box-shadow: -3rem 0 5rem rgba(0, 0, 0, 0.6), 0 0 0 0;
  box-shadow: -3rem 0 5rem rgba(0, 0, 0, 0.6), 0 0 0 0;
  border: 4px solid #E9F0F4;
  border-radius: 50px;
  margin-bottom: 135px;
}
/* line 29, ../sass/index/index-about.scss */
.IndexAboutB:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 34, ../sass/index/index-about.scss */
.IndexAboutB.mirror .IndexAboutB-Right {
  border-left: 0;
}
/* line 37, ../sass/index/index-about.scss */
.IndexAboutB.mirror .IndexAboutB-Right .top {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 45, ../sass/index/index-about.scss */
.IndexAboutB.mirror .IndexAboutB-Right .text {
  margin-left: 15px;
  margin-right: 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
/* line 53, ../sass/index/index-about.scss */
.IndexAboutB.mirror .IndexAboutB-Left {
  border-left: 4px solid #E9F0F4;
  border-image: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
}

/* line 60, ../sass/index/index-about.scss */
.IndexAboutB-Left {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 55px;
}
/* line 68, ../sass/index/index-about.scss */
.IndexAboutB-Left .icon {
  position: relative;
}
/* line 71, ../sass/index/index-about.scss */
.IndexAboutB-Left .icon svg, .IndexAboutB-Left .icon img {
  display: block;
  height: 42px;
  width: auto;
}
/* line 78, ../sass/index/index-about.scss */
.IndexAboutB-Left .title {
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-size: 66px;
  margin-top: 30px;
}
/* line 86, ../sass/index/index-about.scss */
.IndexAboutB-Left .undertitle {
  position: relative;
  line-height: 1.4;
  margin-top: 10px;
  font-size: 20px;
}
/* line 93, ../sass/index/index-about.scss */
.IndexAboutB-Left .list {
  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;
  margin-top: 20px;
}
/* line 107, ../sass/index/index-about.scss */
.IndexAboutB-Left .list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  color: #8E8E8E;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 35px;
  font-size: 14px;
  padding-left: 40px;
  font-weight: 600;
}
/* line 130, ../sass/index/index-about.scss */
.IndexAboutB-Left .list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-check-pink.svg);
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 147, ../sass/index/index-about.scss */
.IndexAboutB-Left .site-btn {
  margin-top: 25px;
}

/* line 152, ../sass/index/index-about.scss */
.IndexAboutB-Right {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border-left: 4px solid #E9F0F4;
  padding: 30px;
}
/* line 161, ../sass/index/index-about.scss */
.IndexAboutB-Right .top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
/* line 171, ../sass/index/index-about.scss */
.IndexAboutB-Right .avatar {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 0px #000000, 0 0 0 0;
  -moz-box-shadow: 3px 3px 0px #000000, 0 0 0 0;
  box-shadow: 3px 3px 0px #000000, 0 0 0 0;
  border-radius: 50%;
  border: 4px solid #000;
  width: 96px;
  height: 96px;
}
/* line 185, ../sass/index/index-about.scss */
.IndexAboutB-Right .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 194, ../sass/index/index-about.scss */
.IndexAboutB-Right .text {
  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;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-right: 15px;
}
/* line 210, ../sass/index/index-about.scss */
.IndexAboutB-Right .text p {
  position: relative;
  background: #f9047d;
  color: white;
  -webkit-box-shadow: 3px 3px 0px #000000, 0 0 0 0;
  -moz-box-shadow: 3px 3px 0px #000000, 0 0 0 0;
  box-shadow: 3px 3px 0px #000000, 0 0 0 0;
  border: 4px solid #000000;
  border-radius: 24px;
  padding: 10px 15px;
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 225, ../sass/index/index-about.scss */
.IndexAboutB-Right .imgs {
  position: relative;
}
/* line 229, ../sass/index/index-about.scss */
.IndexAboutB-Right .lt {
  display: block;
  width: 80%;
  margin-left: 10%;
}
/* line 235, ../sass/index/index-about.scss */
.IndexAboutB-Right .mb {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 40%;
}

/* line 244, ../sass/index/index-about.scss */
.lang-he .IndexAbout {
  direction: rtl;
}
/* line 248, ../sass/index/index-about.scss */
.lang-he .IndexAboutB {
  -webkit-box-shadow: 3rem 0 5rem rgba(0, 0, 0, 0.6), 0 0 0 0;
  -moz-box-shadow: 3rem 0 5rem rgba(0, 0, 0, 0.6), 0 0 0 0;
  box-shadow: 3rem 0 5rem rgba(0, 0, 0, 0.6), 0 0 0 0;
}
/* line 254, ../sass/index/index-about.scss */
.lang-he .IndexAboutB.mirror .IndexAboutB-Right {
  border-left: 4px solid #E9F0F4;
}
/* line 257, ../sass/index/index-about.scss */
.lang-he .IndexAboutB.mirror .IndexAboutB-Right .text {
  margin-left: 0;
  margin-right: 15px;
}
/* line 263, ../sass/index/index-about.scss */
.lang-he .IndexAboutB.mirror .IndexAboutB-Left {
  border-left: 0;
}
/* line 269, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Left {
  border-left: 4px solid #E9F0F4;
}
/* line 272, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Left .title {
  font-size: calc(66px * 1.2);
}
/* line 276, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Left .undertitle {
  font-size: calc(20px * 1.2);
}
/* line 281, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Left .list li {
  font-size: calc(14px * 1.2);
  padding-left: 0;
  padding-right: 40px;
}
/* line 286, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Left .list li:after {
  right: 0;
  left: initial;
}
/* line 294, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Right {
  border-left: 0;
}
/* line 297, ../sass/index/index-about.scss */
.lang-he .IndexAboutB-Right .text {
  margin-left: 15px;
  margin-right: 0;
}

/* line 1, ../sass/index/index-video.scss */
.IndexVideo {
  position: relative;
  background: #e8f0f3;
  padding: 135px 0;
}

/* line 7, ../sass/index/index-video.scss */
.IndexVideoB {
  position: relative;
  overflow: hidden;
  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;
  -webkit-box-shadow: 6px 6px 0px #000000, 0 0 0 0;
  -moz-box-shadow: 6px 6px 0px #000000, 0 0 0 0;
  box-shadow: 6px 6px 0px #000000, 0 0 0 0;
  border: 4px solid #000000;
  border-radius: 50px;
  background: #fff;
}

/* line 29, ../sass/index/index-video.scss */
.IndexVideoBL {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 140px 55px;
}
/* line 37, ../sass/index/index-video.scss */
.IndexVideoBL .uptitle {
  position: relative;
  text-transform: uppercase;
  color: #2005FE;
  font-weight: 600;
  font-size: 24px;
}
/* line 45, ../sass/index/index-video.scss */
.IndexVideoBL .title {
  position: relative;
  font-weight: 700;
  line-height: 1.05;
  font-size: 66px;
  margin-top: 15px;
}
/* line 53, ../sass/index/index-video.scss */
.IndexVideoBL .site-btn {
  margin-top: 40px;
}

/* line 58, ../sass/index/index-video.scss */
.IndexVideoBR {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border-left: 4px solid #000;
}
/* line 66, ../sass/index/index-video.scss */
.IndexVideoBR:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
/* line 77, ../sass/index/index-video.scss */
.IndexVideoBR .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 1;
}
/* line 88, ../sass/index/index-video.scss */
.IndexVideoBR .global-link {
  z-index: 3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
/* line 99, ../sass/index/index-video.scss */
.IndexVideoBR .global-link svg {
  display: block;
  width: 90px;
  height: auto;
}

/* line 108, ../sass/index/index-video.scss */
.lang-he .IndexVideo {
  direction: rtl;
}
/* line 112, ../sass/index/index-video.scss */
.lang-he .IndexVideoB {
  -webkit-box-shadow: -6px 6px 0px #000000, 0 0 0 0;
  -moz-box-shadow: -6px 6px 0px #000000, 0 0 0 0;
  box-shadow: -6px 6px 0px #000000, 0 0 0 0;
}
/* line 119, ../sass/index/index-video.scss */
.lang-he .IndexVideoBL .uptitle {
  font-size: calc(24px * 1.2);
}
/* line 123, ../sass/index/index-video.scss */
.lang-he .IndexVideoBL .title {
  font-size: calc(66px * 1.2);
}
/* line 128, ../sass/index/index-video.scss */
.lang-he .IndexVideoBR {
  border-left: 0;
  border-right: 4px solid #000;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 136, ../sass/index/index-video.scss */
  .IndexVideo {
    padding: 120px 0;
  }

  /* line 140, ../sass/index/index-video.scss */
  .IndexVideoB {
    border-radius: 44px;
  }

  /* line 144, ../sass/index/index-video.scss */
  .IndexVideoBL {
    padding: 122px 48px;
  }
  /* line 147, ../sass/index/index-video.scss */
  .IndexVideoBL .uptitle {
    font-size: 22px;
  }
  /* line 151, ../sass/index/index-video.scss */
  .IndexVideoBL .title {
    font-size: 58px;
    margin-top: 15px;
  }
  /* line 156, ../sass/index/index-video.scss */
  .IndexVideoBL .site-btn {
    margin-top: 35px;
  }

  /* line 163, ../sass/index/index-video.scss */
  .IndexVideoBR .global-link svg {
    width: 78px;
  }

  /* line 171, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .uptitle {
    font-size: calc(22px * 1.2);
  }
  /* line 175, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .title {
    font-size: calc(58px * 1.2);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 185, ../sass/index/index-video.scss */
  .IndexVideo {
    padding: 103px 0;
  }

  /* line 189, ../sass/index/index-video.scss */
  .IndexVideoB {
    border-radius: 38px;
  }

  /* line 193, ../sass/index/index-video.scss */
  .IndexVideoBL {
    padding: 105px 41px;
  }
  /* line 196, ../sass/index/index-video.scss */
  .IndexVideoBL .uptitle {
    font-size: 20px;
  }
  /* line 200, ../sass/index/index-video.scss */
  .IndexVideoBL .title {
    font-size: 50px;
    margin-top: 15px;
  }
  /* line 205, ../sass/index/index-video.scss */
  .IndexVideoBL .site-btn {
    margin-top: 30px;
  }

  /* line 212, ../sass/index/index-video.scss */
  .IndexVideoBR .global-link svg {
    width: 67px;
  }

  /* line 220, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .uptitle {
    font-size: calc(20px * 1.2);
  }
  /* line 224, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .title {
    font-size: calc(50px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 234, ../sass/index/index-video.scss */
  .IndexVideo {
    padding: 82px 0;
  }

  /* line 238, ../sass/index/index-video.scss */
  .IndexVideoB {
    border-radius: 30px;
  }

  /* line 242, ../sass/index/index-video.scss */
  .IndexVideoBL {
    padding: 85px 33px;
  }
  /* line 245, ../sass/index/index-video.scss */
  .IndexVideoBL .uptitle {
    font-size: 18px;
  }
  /* line 249, ../sass/index/index-video.scss */
  .IndexVideoBL .title {
    font-size: 40px;
    margin-top: 15px;
  }
  /* line 254, ../sass/index/index-video.scss */
  .IndexVideoBL .site-btn {
    margin-top: 24px;
  }

  /* line 261, ../sass/index/index-video.scss */
  .IndexVideoBR .global-link svg {
    width: 54px;
  }

  /* line 269, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .uptitle {
    font-size: calc(18px * 1.2);
  }
  /* line 273, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .title {
    font-size: calc(40px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 283, ../sass/index/index-video.scss */
  .IndexVideo {
    padding: 62px 0;
  }

  /* line 287, ../sass/index/index-video.scss */
  .IndexVideoB {
    border-radius: 24px;
  }

  /* line 291, ../sass/index/index-video.scss */
  .IndexVideoBL {
    padding: 68px 25px;
  }
  /* line 294, ../sass/index/index-video.scss */
  .IndexVideoBL .uptitle {
    font-size: 16px;
  }
  /* line 298, ../sass/index/index-video.scss */
  .IndexVideoBL .title {
    font-size: 32px;
    margin-top: 15px;
  }
  /* line 303, ../sass/index/index-video.scss */
  .IndexVideoBL .site-btn {
    margin-top: 19px;
  }

  /* line 310, ../sass/index/index-video.scss */
  .IndexVideoBR .global-link svg {
    width: 43px;
  }

  /* line 318, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .uptitle {
    font-size: calc(16px * 1.2);
  }
  /* line 322, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .title {
    font-size: calc(32px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 332, ../sass/index/index-video.scss */
  .IndexVideo {
    padding: 45px 0;
  }

  /* line 336, ../sass/index/index-video.scss */
  .IndexVideoB {
    border-radius: 18px;
  }

  /* line 340, ../sass/index/index-video.scss */
  .IndexVideoBL {
    width: 100%;
    padding: 30px 15px;
  }
  /* line 344, ../sass/index/index-video.scss */
  .IndexVideoBL .uptitle {
    font-size: clamp(14px, 4.25vw, 16px);
  }
  /* line 348, ../sass/index/index-video.scss */
  .IndexVideoBL .title {
    font-size: clamp(28px, 8vw, 32px);
    margin-top: 15px;
  }
  /* line 353, ../sass/index/index-video.scss */
  .IndexVideoBL .site-btn {
    margin-top: 19px;
  }

  /* line 358, ../sass/index/index-video.scss */
  .IndexVideoBR {
    width: 100%;
    height: calc(100vw - 30px);
    border-left: 0;
    border-top: 4px solid #000;
  }
  /* line 365, ../sass/index/index-video.scss */
  .IndexVideoBR .global-link svg {
    width: 43px;
  }

  /* line 373, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .uptitle {
    font-size: calc(16px * 1.2);
  }
  /* line 377, ../sass/index/index-video.scss */
  .lang-he .IndexVideoBL .title {
    font-size: calc(32px * 1.2);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 31, ../sass/index/index-phrase.scss */
.IndexPhrase {
  position: relative;
  overflow: hidden;
  background: #e8f0f3;
  padding: 135px 0;
}
/* line 37, ../sass/index/index-phrase.scss */
.IndexPhrase .container {
  position: relative;
  padding: 215px 250px;
}
/* line 42, ../sass/index/index-phrase.scss */
.IndexPhrase .text {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  font-size: 66px;
}
/* line 50, ../sass/index/index-phrase.scss */
.IndexPhrase .avatar {
  position: absolute;
  top: 0;
  left: 40px;
  width: 160px;
  height: 235px;
  border: 3px solid #000;
  -webkit-box-shadow: 4px 4px 0px #000000, 0 0 0 0;
  -moz-box-shadow: 4px 4px 0px #000000, 0 0 0 0;
  box-shadow: 4px 4px 0px #000000, 0 0 0 0;
}
/* line 61, ../sass/index/index-phrase.scss */
.IndexPhrase .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 69, ../sass/index/index-phrase.scss */
.IndexPhrase .avatar.r-t {
  left: initial;
  right: -90px;
  width: 180px;
  height: 265px;
}
/* line 76, ../sass/index/index-phrase.scss */
.IndexPhrase .avatar.l-b {
  top: initial;
  bottom: -75px;
  left: -15px;
  width: 180px;
  height: 265px;
}
/* line 84, ../sass/index/index-phrase.scss */
.IndexPhrase .avatar.r-b {
  left: initial;
  top: initial;
  bottom: -60px;
  right: -75px;
  width: 150px;
  height: 225px;
}
/* line 94, ../sass/index/index-phrase.scss */
.IndexPhrase .icon {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 100, ../sass/index/index-phrase.scss */
.IndexPhrase .icon svg {
  display: block;
  width: 90px;
}
/* line 105, ../sass/index/index-phrase.scss */
.IndexPhrase .icon.star {
  top: initial;
  transform: translateY(0);
  right: 495px;
  bottom: 5px;
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}
/* line 116, ../sass/index/index-phrase.scss */
.IndexPhrase .icon.star svg {
  width: 130px;
}

/* line 125, ../sass/index/index-phrase.scss */
.lang-he .IndexPhrase .text {
  direction: rtl;
}
/* line 129, ../sass/index/index-phrase.scss */
.lang-he .IndexPhrase .avatar {
  -webkit-box-shadow: -4px 4px 0px #000000, 0 0 0 0;
  -moz-box-shadow: -4px 4px 0px #000000, 0 0 0 0;
  box-shadow: -4px 4px 0px #000000, 0 0 0 0;
}
/* line 135, ../sass/index/index-phrase.scss */
.lang-he .IndexPhrase .icon {
  left: 60px;
  right: initial;
}
/* line 139, ../sass/index/index-phrase.scss */
.lang-he .IndexPhrase .icon svg {
  transform: rotateY(180deg);
}
/* line 143, ../sass/index/index-phrase.scss */
.lang-he .IndexPhrase .icon.star {
  left: 495px;
  right: initial;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 153, ../sass/index/index-phrase.scss */
  .IndexPhrase {
    padding: 120px 0;
  }
  /* line 156, ../sass/index/index-phrase.scss */
  .IndexPhrase .container {
    padding: 188px 220px;
  }
  /* line 160, ../sass/index/index-phrase.scss */
  .IndexPhrase .text {
    font-size: 58px;
  }
  /* line 164, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar {
    left: 35px;
    width: 140px;
    height: 205px;
  }
  /* line 169, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-t {
    right: -79px;
    width: 158px;
    height: 232px;
  }
  /* line 175, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.l-b {
    bottom: -65px;
    left: -13px;
    width: 158px;
    height: 232px;
  }
  /* line 182, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-b {
    bottom: -53px;
    right: -65px;
    width: 130px;
    height: 197px;
  }
  /* line 190, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon {
    right: 53px;
  }
  /* line 193, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon svg {
    width: 79px;
  }
  /* line 197, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star {
    right: 433px;
  }
  /* line 200, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star svg {
    width: 114px;
  }

  /* line 209, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon {
    left: 53px;
  }
  /* line 212, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon.star {
    left: 433px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 223, ../sass/index/index-phrase.scss */
  .IndexPhrase {
    padding: 103px 0;
  }
  /* line 226, ../sass/index/index-phrase.scss */
  .IndexPhrase .container {
    padding: 162px 189px;
  }
  /* line 230, ../sass/index/index-phrase.scss */
  .IndexPhrase .text {
    font-size: 50px;
  }
  /* line 234, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar {
    left: 30px;
    width: 120px;
    height: 176px;
  }
  /* line 239, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-t {
    right: -68px;
    width: 136px;
    height: 200px;
  }
  /* line 245, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.l-b {
    bottom: -56px;
    left: -11px;
    width: 136px;
    height: 200px;
  }
  /* line 252, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-b {
    bottom: -45px;
    right: -55px;
    width: 112px;
    height: 170px;
  }
  /* line 260, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon {
    right: 46px;
  }
  /* line 263, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon svg {
    width: 68px;
  }
  /* line 267, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star {
    right: 372px;
  }
  /* line 270, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star svg {
    width: 98px;
  }

  /* line 279, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon {
    left: 46px;
  }
  /* line 282, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon.star {
    left: 372px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 293, ../sass/index/index-phrase.scss */
  .IndexPhrase {
    padding: 82px 0;
  }
  /* line 296, ../sass/index/index-phrase.scss */
  .IndexPhrase .container {
    padding: 91px 151px;
  }
  /* line 300, ../sass/index/index-phrase.scss */
  .IndexPhrase .text {
    font-size: 40px;
  }
  /* line 304, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar {
    left: 24px;
    width: 96px;
    height: 140px;
  }
  /* line 309, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-t {
    right: -54px;
    width: 109px;
    height: 160px;
  }
  /* line 315, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.l-b {
    bottom: -45px;
    left: -9px;
    width: 108px;
    height: 160px;
  }
  /* line 322, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-b {
    bottom: -36px;
    right: -44px;
    width: 90px;
    height: 136px;
  }
  /* line 330, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon {
    right: 37px;
  }
  /* line 333, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon svg {
    width: 54px;
  }
  /* line 337, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star {
    right: 298px;
  }
  /* line 340, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star svg {
    width: 78px;
  }

  /* line 349, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon {
    left: 37px;
  }
  /* line 352, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon.star {
    left: 298px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 363, ../sass/index/index-phrase.scss */
  .IndexPhrase {
    padding: 62px 0;
  }
  /* line 366, ../sass/index/index-phrase.scss */
  .IndexPhrase .container {
    padding: 68px 113px;
  }
  /* line 370, ../sass/index/index-phrase.scss */
  .IndexPhrase .text {
    font-size: 32px;
  }
  /* line 374, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar {
    left: 18px;
    width: 72px;
    height: 105px;
  }
  /* line 379, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-t {
    right: -40px;
    width: 82px;
    height: 120px;
  }
  /* line 385, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.l-b {
    bottom: -34px;
    left: -7px;
    width: 81px;
    height: 120px;
  }
  /* line 392, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-b {
    bottom: -27px;
    right: -33px;
    width: 68px;
    height: 102px;
  }
  /* line 400, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon {
    right: 28px;
  }
  /* line 403, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon svg {
    width: 40px;
  }
  /* line 407, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star {
    right: 224px;
  }
  /* line 410, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star svg {
    width: 59px;
  }

  /* line 419, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon {
    left: 28px;
  }
  /* line 422, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon.star {
    left: 224px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 433, ../sass/index/index-phrase.scss */
  .IndexPhrase {
    padding: 45px 0;
  }
  /* line 436, ../sass/index/index-phrase.scss */
  .IndexPhrase .container {
    padding: 140px 15px;
  }
  /* line 440, ../sass/index/index-phrase.scss */
  .IndexPhrase .text {
    font-size: clamp(28px, 8vw, 32px);
  }
  /* line 444, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar {
    left: 0;
    width: 72px;
    height: 105px;
  }
  /* line 449, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-t {
    right: 0;
    width: 82px;
    height: 120px;
  }
  /* line 455, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.l-b {
    bottom: 0;
    left: 0;
    width: 81px;
    height: 120px;
  }
  /* line 462, ../sass/index/index-phrase.scss */
  .IndexPhrase .avatar.r-b {
    bottom: 0;
    right: 0;
    width: 68px;
    height: 102px;
  }
  /* line 470, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon {
    right: 50%;
    transform: translateX(50%);
    top: 0;
  }
  /* line 475, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon svg {
    width: 40px;
  }
  /* line 479, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star {
    right: 50%;
    transform: translateX(50%);
  }
  /* line 483, ../sass/index/index-phrase.scss */
  .IndexPhrase .icon.star svg {
    width: 50px;
  }

  /* line 492, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 496, ../sass/index/index-phrase.scss */
  .lang-he .IndexPhrase .icon.star {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 1, ../sass/index/index-review.scss */
.IndexReview {
  position: relative;
  background: #e8f0f3;
}
/* line 5, ../sass/index/index-review.scss */
.IndexReview .container {
  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;
  padding: 0 100px;
}
/* line 20, ../sass/index/index-review.scss */
.IndexReview .col {
  position: relative;
  width: calc((100% - 120px) / 5);
}

/* line 26, ../sass/index/index-review.scss */
.IndexReviewB {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px #2005fe, 0 0 0 0;
  -moz-box-shadow: 4px 4px 0px #2005FE, 0 0 0 0;
  box-shadow: 4px 4px 0px #2005fe, 0 0 0 0;
  border: 4px solid #000000;
  -moz-transition: 0.3s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.3s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.3s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.3s all cubic-bezier(0.5, 0, 0, 1);
  border-radius: 15px;
  padding: 24px;
  margin-bottom: 65px;
}
/* line 45, ../sass/index/index-review.scss */
.IndexReviewB:hover {
  -webkit-box-shadow: 10px 10px 0px #2005fe, 0 0 0 0;
  -moz-box-shadow: 10px 10px 0px #2005FE, 0 0 0 0;
  box-shadow: 10px 10px 0px #2005fe, 0 0 0 0;
  border-color: #2005FE;
  transform: scale(1.05) translate(0, -3px);
}
/* line 53, ../sass/index/index-review.scss */
.IndexReviewB .top {
  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;
}
/* line 68, ../sass/index/index-review.scss */
.IndexReviewB .avatar {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
/* line 75, ../sass/index/index-review.scss */
.IndexReviewB .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 84, ../sass/index/index-review.scss */
.IndexReviewB .info {
  position: relative;
  max-width: calc(100% - 63px);
}
/* line 89, ../sass/index/index-review.scss */
.IndexReviewB .name, .IndexReviewB .position {
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
}
/* line 97, ../sass/index/index-review.scss */
.IndexReviewB .position {
  color: #8E8E8E;
  margin-top: 5px;
}
/* line 102, ../sass/index/index-review.scss */
.IndexReviewB .desc {
  position: relative;
  line-height: 1.4;
  margin-top: 18px;
  font-size: 20px;
}
/* line 109, ../sass/index/index-review.scss */
.IndexReviewB .img {
  position: relative;
  overflow: hidden;
  margin-left: -25px;
  margin-top: -25px;
  width: calc(100% + 50px);
  max-height: 240px;
  border-radius: 12px;
  margin-bottom: 40px;
}
/* line 119, ../sass/index/index-review.scss */
.IndexReviewB .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 130, ../sass/index/index-review.scss */
.lang-he .IndexReview {
  direction: rtl;
}
/* line 134, ../sass/index/index-review.scss */
.lang-he .IndexReviewB {
  -webkit-box-shadow: -4px 4px 0px #2005fe, 0 0 0 0;
  -moz-box-shadow: -4px 4px 0px #2005FE, 0 0 0 0;
  box-shadow: -4px 4px 0px #2005fe, 0 0 0 0;
}
/* line 139, ../sass/index/index-review.scss */
.lang-he .IndexReviewB:hover {
  -webkit-box-shadow: -10px 10px 0px #2005fe, 0 0 0 0;
  -moz-box-shadow: -10px 10px 0px #2005FE, 0 0 0 0;
  box-shadow: -10px 10px 0px #2005fe, 0 0 0 0;
}
/* line 145, ../sass/index/index-review.scss */
.lang-he .IndexReviewB .name, .lang-he .IndexReviewB .position {
  font-size: calc(14px * 1.2);
}
/* line 149, ../sass/index/index-review.scss */
.lang-he .IndexReviewB .desc {
  font-size: calc(20px * 1.2);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 158, ../sass/index/index-review.scss */
  .IndexReview .container {
    padding: 0 87px;
  }
  /* line 162, ../sass/index/index-review.scss */
  .IndexReview .col {
    width: calc((100% - 104px) / 5);
  }

  /* line 167, ../sass/index/index-review.scss */
  .IndexReviewB {
    padding: 21px;
    margin-bottom: 59px;
  }
  /* line 171, ../sass/index/index-review.scss */
  .IndexReviewB .avatar {
    width: 42px;
    height: 42px;
  }
  /* line 176, ../sass/index/index-review.scss */
  .IndexReviewB .info {
    max-width: calc(100% - 55px);
  }
  /* line 180, ../sass/index/index-review.scss */
  .IndexReviewB .name, .IndexReviewB .position {
    font-size: 13px;
  }
  /* line 184, ../sass/index/index-review.scss */
  .IndexReviewB .desc {
    margin-top: 16px;
    font-size: 18px;
  }
  /* line 189, ../sass/index/index-review.scss */
  .IndexReviewB .img {
    margin-left: -22px;
    margin-top: -22px;
    width: calc(100% + 44px);
    max-height: 210px;
    border-radius: 12px;
    margin-bottom: 35px;
  }

  /* line 201, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .name, .lang-he .IndexReviewB .position {
    font-size: calc(13px * 1.2);
  }
  /* line 205, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .desc {
    font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 216, ../sass/index/index-review.scss */
  .IndexReview .container {
    padding: 0 75px;
  }
  /* line 220, ../sass/index/index-review.scss */
  .IndexReview .col {
    width: calc((100% - 90px) / 5);
  }

  /* line 225, ../sass/index/index-review.scss */
  .IndexReviewB {
    padding: 18px;
    margin-bottom: 50px;
  }
  /* line 229, ../sass/index/index-review.scss */
  .IndexReviewB .avatar {
    width: 36px;
    height: 36px;
  }
  /* line 234, ../sass/index/index-review.scss */
  .IndexReviewB .info {
    max-width: calc(100% - 47px);
  }
  /* line 238, ../sass/index/index-review.scss */
  .IndexReviewB .name, .IndexReviewB .position {
    font-size: 12px;
  }
  /* line 242, ../sass/index/index-review.scss */
  .IndexReviewB .desc {
    margin-top: 14px;
    font-size: 16px;
  }
  /* line 247, ../sass/index/index-review.scss */
  .IndexReviewB .img {
    margin-left: -17px;
    margin-top: -17px;
    width: calc(100% + 34px);
    max-height: 180px;
    border-radius: 12px;
    margin-bottom: 30px;
  }

  /* line 259, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .name, .lang-he .IndexReviewB .position {
    font-size: calc(12px * 1.2);
  }
  /* line 263, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .desc {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 274, ../sass/index/index-review.scss */
  .IndexReview .container {
    padding: 0;
  }
  /* line 278, ../sass/index/index-review.scss */
  .IndexReview .col {
    width: calc((100% - 72px) / 5);
  }

  /* line 283, ../sass/index/index-review.scss */
  .IndexReviewB {
    padding: 14px;
    margin-bottom: 40px;
  }
  /* line 287, ../sass/index/index-review.scss */
  .IndexReviewB .avatar {
    width: 36px;
    height: 36px;
  }
  /* line 292, ../sass/index/index-review.scss */
  .IndexReviewB .info {
    max-width: calc(100% - 47px);
  }
  /* line 296, ../sass/index/index-review.scss */
  .IndexReviewB .name, .IndexReviewB .position {
    font-size: 12px;
  }
  /* line 300, ../sass/index/index-review.scss */
  .IndexReviewB .desc {
    margin-top: 14px;
    font-size: 16px;
  }
  /* line 305, ../sass/index/index-review.scss */
  .IndexReviewB .img {
    margin-left: -17px;
    margin-top: -17px;
    width: calc(100% + 34px);
    max-height: 170px;
    border-radius: 12px;
    margin-bottom: 30px;
  }

  /* line 317, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .name, .lang-he .IndexReviewB .position {
    font-size: calc(12px * 1.2);
  }
  /* line 321, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .desc {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 332, ../sass/index/index-review.scss */
  .IndexReview .container {
    padding: 0;
  }
  /* line 336, ../sass/index/index-review.scss */
  .IndexReview .col {
    width: calc((100% - 60px) / 5);
  }

  /* line 341, ../sass/index/index-review.scss */
  .IndexReviewB {
    padding: 10px;
    margin-bottom: 32px;
  }
  /* line 345, ../sass/index/index-review.scss */
  .IndexReviewB .avatar {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 352, ../sass/index/index-review.scss */
  .IndexReviewB .info {
    max-width: 100%;
    width: 100%;
  }
  /* line 357, ../sass/index/index-review.scss */
  .IndexReviewB .name, .IndexReviewB .position {
    font-size: 12px;
  }
  /* line 361, ../sass/index/index-review.scss */
  .IndexReviewB .desc {
    margin-top: 14px;
    font-size: 14px;
  }
  /* line 366, ../sass/index/index-review.scss */
  .IndexReviewB .img {
    margin-left: -17px;
    margin-top: -17px;
    width: calc(100% + 34px);
    max-height: 140px;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  /* line 378, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .name, .lang-he .IndexReviewB .position {
    font-size: calc(12px * 1.2);
  }
  /* line 382, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .desc {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 393, ../sass/index/index-review.scss */
  .IndexReview .container {
    padding: 0;
  }
  /* line 397, ../sass/index/index-review.scss */
  .IndexReview .col {
    width: 100%;
  }

  /* line 402, ../sass/index/index-review.scss */
  .IndexReviewB {
    padding: 15px;
    margin-bottom: 30px;
  }
  /* line 406, ../sass/index/index-review.scss */
  .IndexReviewB .avatar {
    width: 36px;
    height: 36px;
  }
  /* line 411, ../sass/index/index-review.scss */
  .IndexReviewB .info {
    max-width: calc(100% - 47px);
  }
  /* line 415, ../sass/index/index-review.scss */
  .IndexReviewB .name, .IndexReviewB .position {
    font-size: 12px;
  }
  /* line 419, ../sass/index/index-review.scss */
  .IndexReviewB .desc {
    margin-top: 15px;
    font-size: clamp(14px, 4.25vw, 16px);
  }
  /* line 424, ../sass/index/index-review.scss */
  .IndexReviewB .img {
    margin-left: -16px;
    margin-top: -16px;
    width: calc(100% + 32px);
    max-height: 45vw;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  /* line 436, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .name, .lang-he .IndexReviewB .position {
    font-size: calc(12px * 1.2);
  }
  /* line 440, ../sass/index/index-review.scss */
  .lang-he .IndexReviewB .desc {
    font-size: calc(clamp(14px,4.25vw,16px) * 1.2);
  }
}
/* line 1, ../sass/index/index-gal.scss */
.IndexGal {
  position: relative;
  background: #e8f0f3;
  padding: 135px 0;
}
/* line 6, ../sass/index/index-gal.scss */
.IndexGal .title {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  font-size: 66px;
  margin-bottom: 200px;
}
/* line 14, ../sass/index/index-gal.scss */
.IndexGal .title span {
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 21, ../sass/index/index-gal.scss */
.IndexGal .col {
  position: relative;
  width: calc((100% - 48px) / 5);
}

/* line 27, ../sass/index/index-gal.scss */
.IndexGalB {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 30px;
  height: 40vw;
  margin-bottom: 12px;
}
/* line 35, ../sass/index/index-gal.scss */
.IndexGalB img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 45, ../sass/index/index-gal.scss */
.lang-he .IndexGal {
  direction: rtl;
}
/* line 48, ../sass/index/index-gal.scss */
.lang-he .IndexGal .title {
  font-size: calc(66px * 1.2);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 56, ../sass/index/index-gal.scss */
  .IndexGal {
    padding: 120px 0;
  }
  /* line 59, ../sass/index/index-gal.scss */
  .IndexGal .title {
    font-size: 58px;
    margin-bottom: 175px;
  }
  /* line 64, ../sass/index/index-gal.scss */
  .IndexGal .col {
    width: calc((100% - 40px) / 5);
  }

  /* line 69, ../sass/index/index-gal.scss */
  .IndexGalB {
    border-radius: 26px;
    margin-bottom: 10px;
  }

  /* line 76, ../sass/index/index-gal.scss */
  .lang-he .IndexGal .title {
    font-size: calc(58px * 1.2);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 86, ../sass/index/index-gal.scss */
  .IndexGal {
    padding: 103px 0;
  }
  /* line 89, ../sass/index/index-gal.scss */
  .IndexGal .title {
    font-size: 50px;
    margin-bottom: 150px;
  }
  /* line 94, ../sass/index/index-gal.scss */
  .IndexGal .col {
    width: calc((100% - 36px) / 5);
  }

  /* line 99, ../sass/index/index-gal.scss */
  .IndexGalB {
    border-radius: 22px;
    margin-bottom: 9px;
  }

  /* line 106, ../sass/index/index-gal.scss */
  .lang-he .IndexGal .title {
    font-size: calc(50px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 116, ../sass/index/index-gal.scss */
  .IndexGal {
    padding: 82px 0;
  }
  /* line 119, ../sass/index/index-gal.scss */
  .IndexGal .title {
    font-size: 40px;
    margin-bottom: 150px;
  }
  /* line 124, ../sass/index/index-gal.scss */
  .IndexGal .col {
    width: calc((100% - 28px) / 5);
  }

  /* line 129, ../sass/index/index-gal.scss */
  .IndexGalB {
    border-radius: 18px;
    margin-bottom: 7px;
  }

  /* line 136, ../sass/index/index-gal.scss */
  .lang-he .IndexGal .title {
    font-size: calc(40px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 146, ../sass/index/index-gal.scss */
  .IndexGal {
    padding: 62px 0;
  }
  /* line 149, ../sass/index/index-gal.scss */
  .IndexGal .title {
    font-size: 32px;
    margin-bottom: 150px;
  }
  /* line 154, ../sass/index/index-gal.scss */
  .IndexGal .col {
    width: calc((100% - 20px) / 5);
  }

  /* line 159, ../sass/index/index-gal.scss */
  .IndexGalB {
    border-radius: 14px;
    margin-bottom: 5px;
  }

  /* line 166, ../sass/index/index-gal.scss */
  .lang-he .IndexGal .title {
    font-size: calc(32px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 176, ../sass/index/index-gal.scss */
  .IndexGal {
    padding: 45px 0;
  }
  /* line 179, ../sass/index/index-gal.scss */
  .IndexGal .title {
    font-size: clamp(28px, 8vw, 32px);
    margin-bottom: 30px;
  }
  /* line 184, ../sass/index/index-gal.scss */
  .IndexGal .col {
    transform: none !important;
    width: 100%;
    padding: 0 15px;
  }

  /* line 191, ../sass/index/index-gal.scss */
  .IndexGalB {
    border-radius: 14px;
    height: auto;
    margin-bottom: 15px;
  }

  /* line 199, ../sass/index/index-gal.scss */
  .lang-he .IndexGal .title {
    font-size: calc(32px * 1.2);
  }
}
