@charset "UTF-8";
@import url("/assets/fonts/gilroy/stylesheet.css");
/* @import url("/assets/fonts/rubik/stylesheet.css"); */
@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 41, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 45, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 49, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 53, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 57, ../sass/all/base.scss */
.tar {
  text-align: right !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 */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 90, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 94, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 98, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 102, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 106, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 110, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 114, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 118, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 122, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopN {
  position: relative;
  padding-bottom: 100px;
}
/* line 5, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopN .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 19, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopN .breadcrumb {
  width: 100%;
  justify-content: center;
  margin-bottom: 25px;
}

/* line 26, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNL {
  position: relative;
  width: 45%;
}
/* line 30, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNL .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 45px;
}
/* line 37, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNL .img img {
  display: block;
  width: 100%;
}

/* line 44, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR {
  position: relative;
  width: 50%;
}
/* line 48, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .title {
  font-size: 30px;
  font-family: 'Gilroy';
  font-weight: 600;
}
/* line 53, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .title h1, .ServicePostTopNR .title h2 {
  display: inline;
}
/* line 58, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .text {
  position: relative;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 18px;
}
/* line 65, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .ServiceMigxWR {
  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: 40px 80px;
  margin-top: 30px;
}
/* line 81, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .ServiceMigxTPL {
  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: 6px 0;
  width: calc((100% - 80px) / 2);
}
/* line 96, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .ServiceMigxTPL b {
  font-weight: 600;
  font-size: 24px;
}
/* line 101, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .ServiceMigxTPL span {
  line-height: 1.5;
  font-size: 20px;
}
/* line 107, ../sass/service-post/service-post-top-new.scss */
.ServicePostTopNR .site-btn {
  margin-top: 30px;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  /* line 114, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN {
    padding-bottom: 90px;
  }
  /* line 117, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN .breadcrumb {
    margin-bottom: 23px;
  }

  /* line 123, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNL .img {
    border-radius: 41px;
  }

  /* line 129, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .title {
    font-size: 28px;
  }
  /* line 133, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .text {
    margin-top: 9px;
    font-size: 16px;
  }
  /* line 138, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxWR {
    gap: 36px 74px;
    margin-top: 28px;
  }
  /* line 143, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL {
    gap: 5px 0;
    width: calc((100% - 74px) / 2);
  }
  /* line 147, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL b {
    font-size: 22px;
  }
  /* line 151, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL span {
    font-size: 18px;
  }
  /* line 156, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .site-btn {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 165, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN {
    padding-bottom: 72px;
  }
  /* line 168, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN .breadcrumb {
    margin-bottom: 18px;
  }

  /* line 174, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNL .img {
    border-radius: 32px;
  }

  /* line 180, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .title {
    font-size: 26px;
  }
  /* line 184, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .text {
    margin-top: 7px;
    font-size: 16px;
  }
  /* line 189, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxWR {
    gap: 28px 60px;
    margin-top: 22px;
  }
  /* line 194, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL {
    gap: 4px 0;
    width: calc((100% - 60px) / 2);
  }
  /* line 198, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL b {
    font-size: 20px;
  }
  /* line 202, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL span {
    font-size: 16px;
  }
  /* line 207, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .site-btn {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 216, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN {
    padding-bottom: 56px;
  }
  /* line 219, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN .breadcrumb {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    margin-bottom: 18px;
  }

  /* line 229, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNL {
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  /* line 237, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNL .img {
    border-radius: 32px;
  }

  /* line 242, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  /* line 251, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .title {
    font-size: 26px;
  }
  /* line 255, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .text {
    margin-top: 7px;
    font-size: 16px;
  }
  /* line 260, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxWR {
    gap: 28px 60px;
    margin-top: 22px;
  }
  /* line 265, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL {
    gap: 4px 0;
    width: calc((100% - 60px) / 2);
  }
  /* line 269, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL b {
    font-size: 20px;
  }
  /* line 273, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL span {
    font-size: 16px;
  }
  /* line 278, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .site-btn {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 287, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN {
    padding-bottom: 40px;
  }
  /* line 290, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopN .breadcrumb {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    margin-bottom: 15px;
  }

  /* line 300, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNL {
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  /* line 308, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNL .img {
    border-radius: 20px;
  }

  /* line 313, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
  /* line 322, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .title {
    font-size: 26px;
  }
  /* line 326, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .text {
    margin-top: 7px;
    font-size: 16px;
  }
  /* line 331, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxWR {
    gap: 15px;
    margin-top: 20px;
  }
  /* line 336, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL {
    gap: 4px 0;
    width: calc((100% - 15px) / 2);
  }
  /* line 340, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL b {
    font-size: 20px;
  }
  /* line 344, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .ServiceMigxTPL span {
    font-size: 16px;
  }
  /* line 349, ../sass/service-post/service-post-top-new.scss */
  .ServicePostTopNR .site-btn {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 1, ../sass/service-post/service-post-form.scss */
.ServiceForm {
  position: relative;
  width: calc(100% - 180px);
  max-width: 1813px;
  margin: 0 auto;
  padding-bottom: 100px;
}
/* line 8, ../sass/service-post/service-post-form.scss */
.ServiceForm .popup_inner {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}
/* line 12, ../sass/service-post/service-post-form.scss */
.ServiceForm .popup_inner .title {
  color: #000;
}
/* line 17, ../sass/service-post/service-post-form.scss */
.ServiceForm form {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
/* line 27, ../sass/service-post/service-post-form.scss */
.ServiceForm .input {
  max-width: calc((100% - 100px) / 3);
}
/* line 31, ../sass/service-post/service-post-form.scss */
.ServiceForm .alert {
  position: absolute;
  top: 100%;
  left: calc((100% - 100px) / 3 * 2 + 100px);
  color: #000;
  transform: translateY(-17px);
  font-size: 13px;
}

/* line 42, ../sass/service-post/service-post-form.scss */
.lang-he .ServiceForm {
  direction: rtl;
}
/* line 45, ../sass/service-post/service-post-form.scss */
.lang-he .ServiceForm .alert {
  left: auto;
  right: calc((100% - 100px) / 3 * 2 + 100px);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 54, ../sass/service-post/service-post-form.scss */
  .ServiceForm {
    width: calc(100% - 170px);
    max-width: calc(100% - 44px);
    padding-bottom: 55px;
  }
  /* line 59, ../sass/service-post/service-post-form.scss */
  .ServiceForm .input {
    max-width: calc((100% - 80px) / 3);
  }
  /* line 63, ../sass/service-post/service-post-form.scss */
  .ServiceForm .alert {
    left: calc((100% - 80px) / 3 * 2 + 80px);
    transform: translateY(-50%);
  }

  /* line 71, ../sass/service-post/service-post-form.scss */
  .lang-he .ServiceForm .alert {
    right: calc((100% - 80px) / 3 * 2 + 80px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 81, ../sass/service-post/service-post-form.scss */
  .ServiceForm {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding-bottom: 40px;
  }
  /* line 86, ../sass/service-post/service-post-form.scss */
  .ServiceForm form {
    -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;
  }
  /* line 96, ../sass/service-post/service-post-form.scss */
  .ServiceForm .input {
    max-width: 400px;
  }
  /* line 100, ../sass/service-post/service-post-form.scss */
  .ServiceForm .alert {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    max-width: 400px;
  }

  /* line 111, ../sass/service-post/service-post-form.scss */
  .lang-he .ServiceForm .alert {
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 121, ../sass/service-post/service-post-form.scss */
  .ServiceForm {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding-bottom: 35px;
  }
  /* line 126, ../sass/service-post/service-post-form.scss */
  .ServiceForm form {
    -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;
  }
  /* line 136, ../sass/service-post/service-post-form.scss */
  .ServiceForm .popup_inner {
    max-width: 100%;
  }
  /* line 140, ../sass/service-post/service-post-form.scss */
  .ServiceForm .input {
    max-width: 100%;
  }
  /* line 144, ../sass/service-post/service-post-form.scss */
  .ServiceForm .alert {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  /* line 154, ../sass/service-post/service-post-form.scss */
  .lang-he .ServiceForm .alert {
    right: 0;
  }
}
/* line 1, ../sass/index/index-another-we.scss */
.IndexAnotherWe {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/index/index-another-we.scss */
.IndexAnotherWe .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 20, ../sass/index/index-another-we.scss */
.IndexAnotherWeCol {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 570px;
  max-width: calc((100% - 20px) / 2);
}

/* line 29, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl {
  position: relative;
  background: #faf9f6;
  padding: 80px;
  border-radius: 55px;
}
/* line 35, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl.colored {
  background: rgba(164, 84, 227, 0.2);
}
/* line 39, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl b {
  display: block;
  font-weight: 600;
  font-size: 76px;
  margin-bottom: 25px;
}
/* line 46, ../sass/index/index-another-we.scss */
.IndexAnotherWeBl p {
  position: relative;
  font-size: 24px;
}

/* line 52, ../sass/index/index-another-we.scss */
.IndexAnotherWeList {
  position: relative;
  margin-top: 70px;
  padding-left: 100px;
}
/* line 57, ../sass/index/index-another-we.scss */
.IndexAnotherWeList li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 19px;
}
/* line 63, ../sass/index/index-another-we.scss */
.IndexAnotherWeList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #faf9f6;
  background-image: url(/assets/img/4879883_achievement_check_mark_ok_success_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
}
/* line 82, ../sass/index/index-another-we.scss */
.IndexAnotherWeList.colored li:before {
  background-color: #00f064;
  background-image: url(/assets/img/4879883_achievement_check_mark_ok_success_icon_white.svg);
}

/* line 90, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWe {
  direction: rtl;
}
/* line 95, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeBl b {
  font-size: calc(76px * 1.2);
}
/* line 99, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeBl p {
  font-size: calc(24px * 1.2);
}
/* line 104, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeList {
  padding-right: 100px;
  padding-left: 0;
}
/* line 108, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeList li {
  padding-right: 30px;
  padding-left: 0;
  font-size: calc(19px * 1.2);
}
/* line 113, ../sass/index/index-another-we.scss */
.lang-he .IndexAnotherWeList li:before {
  right: 0;
  left: auto;
  top: 4px;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 124, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 132, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 140, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 55px 0;
  }

  /* line 144, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl {
    padding: 60px;
    border-radius: 45px;
  }
  /* line 148, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl b {
    font-size: 56px;
    margin-bottom: 20px;
  }
  /* line 153, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl p {
    font-size: 22px;
  }

  /* line 158, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList {
    margin-top: 55px;
    padding-left: 75px;
  }
  /* line 162, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li {
    padding-left: 25px;
    margin-bottom: 18px;
    font-size: 17px;
  }
  /* line 167, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li:before {
    width: 18px;
    height: 18px;
  }

  /* line 176, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl b {
    font-size: calc(56px * 1.2);
  }
  /* line 180, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl p {
    font-size: calc(22px * 1.2);
  }
  /* line 185, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList {
    padding-right: 75px;
  }
  /* line 188, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li {
    padding-right: 25px;
    font-size: calc(17px * 1.2);
  }
  /* line 192, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li:before {
    top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 203, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 40px 0;
  }

  /* line 207, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl {
    padding: 45px;
    border-radius: 35px;
  }
  /* line 211, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl b {
    font-size: 42px;
    margin-bottom: 15px;
  }
  /* line 216, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl p {
    font-size: 20px;
  }

  /* line 221, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList {
    margin-top: 45px;
    padding-left: 55px;
  }
  /* line 225, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* line 230, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li:before {
    width: 15px;
    height: 15px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
  }

  /* line 241, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl b {
    font-size: calc(42px * 1.2);
  }
  /* line 245, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl p {
    font-size: calc(20px * 1.2);
  }
  /* line 250, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList {
    padding-right: 55px;
  }
  /* line 253, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li {
    padding-right: 25px;
    font-size: calc(15px * 1.2);
  }
  /* line 257, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li:before {
    top: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 268, ../sass/index/index-another-we.scss */
  .IndexAnotherWe {
    padding: 10vmin 0;
  }

  /* line 272, ../sass/index/index-another-we.scss */
  .IndexAnotherWeCol {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* line 277, ../sass/index/index-another-we.scss */
  .IndexAnotherWeCol:nth-last-child(1) {
    margin-bottom: 0;
  }

  /* line 282, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl {
    padding: 30px;
    border-radius: 7vmin;
  }
  /* line 286, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl b {
    font-size: clamp(20px, 10vmin, 42px);
    margin-bottom: 20px;
  }
  /* line 291, ../sass/index/index-another-we.scss */
  .IndexAnotherWeBl p {
    font-size: clamp(16px, 4vmin, 20px);
  }

  /* line 296, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList {
    margin-top: 35px;
    padding-left: 30px;
  }
  /* line 300, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* line 305, ../sass/index/index-another-we.scss */
  .IndexAnotherWeList li:before {
    width: 15px;
    height: 15px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
  }

  /* line 316, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl b {
    font-size: calc(clamp(20px,10vmin,42px) * 1.2);
  }
  /* line 320, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeBl p {
    font-size: calc(clamp(16px,4vmin,20px) * 1.2);
  }
  /* line 325, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList {
    padding-right: 30px;
  }
  /* line 328, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li {
    padding-right: 25px;
    font-size: calc(15px * 1.2);
  }
  /* line 332, ../sass/index/index-another-we.scss */
  .lang-he .IndexAnotherWeList li:before {
    top: 3px;
  }
}
/* line 1, ../sass/service-insurance-post/sip-five.scss */
.SIP-Five {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/service-insurance-post/sip-five.scss */
.SIP-Five .uptitle {
  text-align: center;
}
/* line 8, ../sass/service-insurance-post/sip-five.scss */
.SIP-Five .uptitle span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  background: rgba(147, 83, 255, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 0 10px;
  height: 34px;
  border-radius: 34px;
}
/* line 26, ../sass/service-insurance-post/sip-five.scss */
.SIP-Five .title {
  text-align: center;
  font-size: 60px;
  margin-top: 15px;
}
/* line 32, ../sass/service-insurance-post/sip-five.scss */
.SIP-Five .result {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* line 44, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveL {
  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: center;
  gap: 17px;
  background: rgba(248, 155, 41, 0.2);
  width: calc((100% - 12px) / 2);
  border-radius: 30px;
  padding: 50px;
}
/* line 63, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveL .small-title {
  font-weight: 600;
  font-size: 40px;
}
/* line 68, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveL .text {
  line-height: 1.35;
  font-size: 16px;
}

/* line 74, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR {
  position: relative;
  background: rgba(164, 84, 227, 0.1);
  width: calc((100% - 12px) / 2);
  border-radius: 30px;
  padding: 50px;
}
/* line 81, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
/* line 91, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle {
  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: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}
/* line 113, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle .icon {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}
/* line 120, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle b {
  font-weight: 600;
  font-size: 14px;
}
/* line 125, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 80px;
  background-image: url(/assets/img/dashed-arrow2.svg);
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: 8px 80px;
  background-size: 8px 80px;
}
/* line 142, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(1) {
  transform: translate(40px, 140px);
}
/* line 145, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(1):after {
  transform: translate(72px, -43px) rotate(-71deg);
  height: 45px;
}
/* line 151, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(2) {
  transform: translate(-10px, 30px);
}
/* line 154, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(2):after {
  transform: translate(44px, -15px) rotate(-25deg);
  height: 67px;
}
/* line 160, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(4) {
  transform: translate(10px, 30px);
}
/* line 163, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(4):after {
  transform: translate(-44px, -22px) rotate(25deg);
  height: 67px;
}
/* line 169, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(5) {
  transform: translate(-35px, 140px);
}
/* line 172, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .circle:nth-child(5):after {
  transform: translate(-68px, -46px) rotate(73deg);
  height: 45px;
}
/* line 179, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .bot {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
/* line 189, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .bot p {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-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;
  color: #fff;
  background: #a454e3;
  border-radius: 20px;
  width: max-content;
  padding: 15px;
}
/* line 209, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .bot p b {
  font-size: 22px;
  margin-bottom: 4px;
}
/* line 214, ../sass/service-insurance-post/sip-five.scss */
.SIP-FiveR .bot p span {
  font-size: 14px;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 223, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 231, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  /* line 239, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five {
    padding: 55px 0;
  }
  /* line 243, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .uptitle span {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    border-radius: 30px;
  }
  /* line 251, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .title {
    font-size: 44px;
    margin-top: 11px;
  }
  /* line 256, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .result {
    margin-top: 22px;
  }

  /* line 261, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL {
    gap: 12px;
    border-radius: 22px;
    padding: 37px;
  }
  /* line 266, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL .small-title {
    font-size: 30px;
  }
  /* line 270, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL .text {
    font-size: 15px;
  }

  /* line 275, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR {
    border-radius: 22px;
    padding: 37px 15px;
  }
  /* line 279, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .top {
    gap: 0 13px;
  }
  /* line 283, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle {
    gap: 3px 0;
    width: 74px;
    height: 74px;
  }
  /* line 288, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle .icon {
    width: 20px;
    height: 20px;
  }
  /* line 293, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle b {
    font-size: 12px;
  }
  /* line 297, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:after {
    top: calc(100% + 12px);
    margin-left: -3px;
    width: 6px;
    height: 60px;
    -webkit-background-size: 6px 60px;
    background-size: 6px 60px;
  }
  /* line 306, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(1) {
    transform: translate(30px, 104px);
  }
  /* line 308, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(1):after {
    transform: translate(53px, -32px) rotate(-53deg);
    height: 33px;
  }
  /* line 314, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(2) {
    transform: translate(-7px, 22px);
  }
  /* line 316, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(2):after {
    transform: translate(33px, -11px) rotate(-19deg);
    height: 50px;
  }
  /* line 322, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(4) {
    transform: translate(7px, 22px);
  }
  /* line 324, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(4):after {
    transform: translate(-33px, -16px) rotate(19deg);
    height: 50px;
  }
  /* line 330, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(5) {
    transform: translate(-26px, 104px);
  }
  /* line 332, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(5):after {
    transform: translate(-50px, -34px) rotate(54deg);
    height: 33px;
  }
  /* line 340, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot {
    margin-top: 80px;
  }
  /* line 343, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot p {
    border-radius: 15px;
    padding: 11px;
  }
  /* line 347, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot p b {
    font-size: 18px;
    margin-bottom: 3px;
  }
  /* line 352, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot p span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 363, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five {
    padding: 40px 0;
  }
  /* line 366, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .result {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0;
  }

  /* line 376, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL, .SIP-FiveR {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 384, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five {
    padding: 10vmin 0;
  }
  /* line 388, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .uptitle span {
    font-size: 12px;
    padding: 0 10px;
    height: 28px;
    border-radius: 28px;
  }
  /* line 396, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .title {
    font-size: 32px;
    margin-top: 10px;
  }
  /* line 401, ../sass/service-insurance-post/sip-five.scss */
  .SIP-Five .result {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
  }

  /* line 412, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL {
    width: 100%;
    gap: 12px;
    border-radius: 15px;
    padding: 15px;
  }
  /* line 418, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL .small-title {
    font-size: 24px;
  }
  /* line 422, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveL .text {
    font-size: 16px;
  }

  /* line 427, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR {
    width: 100%;
    border-radius: 15px;
    padding: 15px 0;
  }
  /* line 432, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .top {
    gap: 0 10px;
  }
  /* line 436, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle {
    gap: 2px 0;
    width: 65px;
    height: 65px;
  }
  /* line 441, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle .icon {
    width: 15px;
    height: 15px;
  }
  /* line 446, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle b {
    font-size: 12px;
  }
  /* line 450, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:after {
    top: calc(100% + 9px);
    margin-left: -2px;
    width: 4px;
    height: 45px;
    -webkit-background-size: 4px 45px;
    background-size: 4px 45px;
  }
  /* line 459, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(1) {
    transform: translate(25px, 78px);
  }
  /* line 461, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(1):after {
    transform: translate(40px, -24px) rotate(-40deg);
    height: 25px;
  }
  /* line 467, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(2) {
    transform: translate(-5px, 17px);
  }
  /* line 469, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(2):after {
    transform: translate(25px, -8px) rotate(-14deg);
    height: 38px;
  }
  /* line 475, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(4) {
    transform: translate(5px, 17px);
  }
  /* line 477, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(4):after {
    transform: translate(-25px, -12px) rotate(14deg);
    height: 38px;
  }
  /* line 483, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(5) {
    transform: translate(-25px, 78px);
  }
  /* line 485, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .circle:nth-child(5):after {
    transform: translate(-38px, -26px) rotate(41deg);
    height: 25px;
  }
  /* line 492, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot {
    margin-top: 60px;
  }
  /* line 495, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot p {
    border-radius: 11px;
    padding: 8px;
  }
  /* line 499, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot p b {
    font-size: 16px;
    margin-bottom: 2px;
  }
  /* line 504, ../sass/service-insurance-post/sip-five.scss */
  .SIP-FiveR .bot p span {
    font-size: 11px;
  }
}
/* line 1, ../sass/service-insurance-post/sip-advan.scss */
.SIP-Advan {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/service-insurance-post/sip-advan.scss */
.SIP-Advan .container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* line 16, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanL {
  position: relative;
  width: 44%;
}
/* line 20, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanL .sticky {
  position: sticky;
  top: 50%;
}
/* line 26, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanL .uptitle span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  background: rgba(147, 83, 255, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 0 10px;
  height: 34px;
  border-radius: 34px;
}
/* line 44, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanL .title {
  font-size: 60px;
  margin-top: 15px;
}

/* line 50, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanR {
  position: relative;
  width: 54%;
  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: 23px 0;
}

/* line 66, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanB {
  position: relative;
  background: rgba(248, 155, 41, 0.2);
  border-radius: 20px;
  padding: 30px 35px;
}
/* line 72, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanB:nth-child(2) {
  background: rgba(164, 84, 227, 0.1);
}
/* line 76, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanB:nth-child(3) {
  background: rgba(61, 191, 190, 0.2);
}
/* line 80, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanB .title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
/* line 86, ../sass/service-insurance-post/sip-advan.scss */
.SIP-AdvanB .text {
  line-height: 1.35;
  font-size: 16px;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 94, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-Advan {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 102, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-Advan {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  /* line 110, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-Advan {
    padding: 55px 0;
  }

  /* line 116, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL .uptitle span {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    border-radius: 30px;
  }
  /* line 124, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL .title {
    font-size: 44px;
    margin-top: 11px;
  }

  /* line 130, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanR {
    gap: 15px 0;
  }

  /* line 134, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanB {
    border-radius: 15px;
    padding: 20px 25px;
  }
  /* line 138, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanB .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  /* line 143, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanB .text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 152, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-Advan {
    padding: 30px 0;
  }
  /* line 155, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-Advan .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
  }

  /* line 165, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL {
    width: 100%;
  }
  /* line 168, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL .sticky {
    position: relative;
    top: auto;
  }
  /* line 173, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL .uptitle {
    text-align: center;
  }
  /* line 176, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL .uptitle span {
    font-size: 12px;
    padding: 0 10px;
    height: 28px;
    border-radius: 28px;
  }
  /* line 184, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanL .title {
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
  }

  /* line 191, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanR {
    width: 100%;
    gap: 15px 0;
  }

  /* line 196, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanB {
    border-radius: 15px;
    padding: 15px;
  }
  /* line 200, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanB .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* line 205, ../sass/service-insurance-post/sip-advan.scss */
  .SIP-AdvanB .text {
    font-size: 16px;
  }
}
/* line 1, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram .uptitle {
  text-align: center;
}
/* line 8, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram .uptitle span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  background: rgba(147, 83, 255, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 0 10px;
  height: 34px;
  border-radius: 34px;
}
/* line 26, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram .title {
  text-align: center;
  font-size: 60px;
  margin-top: 15px;
}
/* line 32, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram .undertitle {
  text-align: center;
  max-width: 1056px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 15px;
}
/* line 40, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram .btn-wr {
  text-align: center;
  margin-top: 15px;
}
/* line 45, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-Diagram .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;
  justify-content: space-between;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 44px;
  padding-bottom: 0;
}

/* line 66, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramL {
  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;
  width: 47%;
}
/* line 80, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramL .text {
  font-size: 18px;
}
/* line 84, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramL .img {
  display: block;
  width: 100%;
  max-width: 465px;
  margin-top: auto;
}
/* line 90, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramL .img img {
  display: block;
  max-width: 100%;
}

/* line 97, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR {
  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;
  width: 47%;
  min-height: 525px;
  padding-bottom: 44px;
}
/* line 113, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .text {
  font-weight: 600;
  font-size: 18px;
}
/* line 118, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .list {
  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: 18px 0;
  margin-top: 17px;
  font-size: 18px;
}
/* line 134, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0 10px;
}
/* line 144, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .list li:before {
  content: '';
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: block;
  border-radius: 50%;
  background: #134f56;
  width: 20px;
  height: 20px;
}
/* line 156, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .list li:nth-child(2n):before {
  background: #a454e3;
}
/* line 162, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .list li:nth-child(3n):before {
  background: #38cae3;
}
/* line 168, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .list li:nth-child(4n):before {
  background: #1942bf;
}
/* line 175, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .bot {
  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 18px;
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}
/* line 189, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .bot .arrow {
  display: block;
  width: 60px;
}
/* line 195, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .number {
  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: 3px 0;
}
/* line 208, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .number span {
  font-size: 16px;
}
/* line 212, ../sass/service-insurance-post/sip-diagramm.scss */
.SIP-DiagramR .number b {
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 222, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 230, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 238, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram {
    padding: 55px 0;
  }
  /* line 242, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .uptitle span {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    border-radius: 30px;
  }
  /* line 250, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .title {
    font-size: 44px;
    margin-top: 11px;
  }
  /* line 255, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .undertitle {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 260, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .btn-wr {
    margin-top: 10px;
  }
  /* line 264, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .result {
    margin-top: 22px;
    border-radius: 22px;
    padding: 32px;
    padding-bottom: 0;
  }

  /* line 273, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramL .text {
    font-size: 16px;
  }

  /* line 278, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR {
    min-height: 470px;
    padding-bottom: 32px;
  }
  /* line 282, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .text {
    font-size: 16px;
  }
  /* line 286, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list {
    gap: 14px 0;
    margin-top: 14px;
    font-size: 16px;
  }
  /* line 291, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list li {
    gap: 0 9px;
  }
  /* line 294, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list li:before {
    width: 18px;
    height: 18px;
  }
  /* line 301, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .bot {
    gap: 0 14px;
    padding-top: 15px;
  }
  /* line 305, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .bot .arrow {
    width: 44px;
  }
  /* line 311, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .number span {
    font-size: 14px;
  }
  /* line 315, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .number b {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 325, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram {
    padding: 40px 0;
  }
  /* line 329, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .uptitle span {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    border-radius: 30px;
  }
  /* line 337, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .title {
    font-size: 44px;
    margin-top: 11px;
  }
  /* line 342, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .undertitle {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 347, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .btn-wr {
    margin-top: 10px;
  }
  /* line 351, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .result {
    margin-top: 22px;
    border-radius: 22px;
    padding: 32px;
    padding-bottom: 0;
  }

  /* line 359, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramL {
    width: 100%;
    margin-top: 10px;
  }
  /* line 363, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramL .text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* line 369, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    min-height: initial;
    padding-bottom: 32px;
  }
  /* line 379, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .text {
    font-size: 16px;
  }
  /* line 383, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list {
    gap: 14px 0;
    margin-top: 14px;
    font-size: 16px;
  }
  /* line 388, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list li {
    gap: 0 9px;
  }
  /* line 391, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list li:before {
    width: 18px;
    height: 18px;
  }
  /* line 398, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .bot {
    margin-top: 30px;
    gap: 0 14px;
    padding-top: 15px;
  }
  /* line 403, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .bot .arrow {
    width: 44px;
  }
  /* line 409, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .number span {
    font-size: 14px;
  }
  /* line 413, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .number b {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 423, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram {
    padding: 10vmin 0;
  }
  /* line 427, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .uptitle span {
    font-size: 12px;
    padding: 0 10px;
    height: 28px;
    border-radius: 28px;
  }
  /* line 435, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .title {
    font-size: 32px;
    margin-top: 10px;
  }
  /* line 440, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .undertitle {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 445, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .btn-wr {
    margin-top: 10px;
  }
  /* line 449, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-Diagram .result {
    margin-top: 15px;
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 0;
  }

  /* line 457, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramL {
    width: 100%;
    margin-top: 10px;
  }
  /* line 461, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramL .text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* line 467, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    min-height: initial;
    padding-bottom: 20px;
  }
  /* line 477, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .text {
    font-size: 16px;
  }
  /* line 481, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list {
    gap: 14px 0;
    margin-top: 14px;
    font-size: 16px;
  }
  /* line 486, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list li {
    gap: 0 9px;
  }
  /* line 489, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .list li:before {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  /* line 497, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .bot {
    margin-top: 30px;
    gap: 0 7px;
    padding-top: 15px;
  }
  /* line 502, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .bot .arrow {
    width: 44px;
  }
  /* line 508, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .number span {
    font-size: 12px;
  }
  /* line 512, ../sass/service-insurance-post/sip-diagramm.scss */
  .SIP-DiagramR .number b {
    font-size: 26px;
  }
}
/* line 1, ../sass/service-insurance-post/sip-form.scss */
.FormInsure {
  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;
  margin-top: 20px;
}

/* line 16, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL {
  position: relative;
  background: rgba(164, 84, 227, 0.1);
  border-radius: 10px;
  width: calc(100% - 350px - 50px);
  margin-right: 50px;
  padding: 15px;
}
/* line 24, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .site-text {
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 28, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .site-text b {
  font-weight: bold;
}
/* line 32, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .site-text.mar-t-mar-b {
  margin: 30px 0;
}
/* line 37, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .choice-count {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
/* line 48, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .choice-count .site-text {
  margin-bottom: 0;
}
/* line 53, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .choice-count select:hover {
  background-color: #ddd;
}
/* line 59, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL select {
  position: relative;
  cursor: pointer;
  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;
  -ms-align-items: center;
  align-items: center;
  outline: none;
  border: 2px solid #f6f6f6;
  font-family: "Rubik", sans-serif;
  border-radius: 6px;
  padding: 0 13px;
  padding-right: 35px;
  height: 44px;
  font-size: 16px;
  margin-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  background-image: url(/assets/img/arrow-drop-violet.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 3px);
  background-position-y: 7px;
  background-size: 25px;
}
/* line 93, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL select option {
  background: #f6f6f6;
  font-size: 16px;
}
/* line 99, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-row {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
/* line 106, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-row .row {
  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;
  transition: 0.3s ease max-height;
  max-height: 300px;
  margin-top: 20px;
}
/* line 122, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-row .row:nth-child(1) {
  margin-top: 0;
}
/* line 126, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-row .row.hide {
  max-height: 0;
  overflow: hidden;
}
/* line 133, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-col {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
/* line 138, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-col:nth-child(3n) {
  margin-right: 0;
}
/* line 142, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-col .site-text {
  font-size: 14px;
  opacity: 0.5;
}
/* line 147, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-col select {
  margin: 0;
  width: 100%;
}
/* line 153, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-input {
  display: block;
  position: relative;
}
/* line 157, ../sass/service-insurance-post/sip-form.scss */
.FormInsureL .form-box-input input {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  color: #a454e3;
  border: 2px solid #f6f6f6;
  font-family: "Rubik", sans-serif;
  border-radius: 6px;
  padding: 0 13px;
  height: 44px;
  font-size: 16px;
}

/* line 172, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  background: rgba(164, 84, 227, 0.1);
  overflow: hidden;
  isolation: isolate;
  border-radius: 10px;
  width: 350px;
}
/* line 182, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .title {
  position: relative;
  text-align: center;
  background: #a454e3;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 10px;
}
/* line 192, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .inner {
  position: relative;
  padding: 15px;
}
/* line 197, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .text {
  position: relative;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}
/* line 204, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .list {
  position: relative;
  margin-bottom: 3px;
}
/* line 208, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .list li {
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 213, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .list li:before {
  content: " ✔ ";
  padding-left: 5px;
  color: #a454e3;
  font-weight: bold;
}
/* line 222, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-input {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #a454e3;
  border-radius: 30px;
  width: 100%;
  height: 60px;
}
/* line 234, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-input input {
  display: block;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 16px;
  padding-top: 20px;
}
/* line 244, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-input input::placeholder {
  font-size: 0px;
  color: #fff;
  opacity: 0;
}
/* line 251, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-input span {
  position: absolute;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
  cursor: text;
  pointer-events: none;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  margin-bottom: 0;
  z-index: 2;
}
/* line 265, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-input span i {
  color: red;
}
/* line 270, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-input input.autofilled + span, .FormInsureR .form-box-input input:not(:placeholder-shown) + span, .FormInsureR .form-box-input input:focus + span {
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}
/* line 278, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 284, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 25px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 297, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-height: 25px;
  padding-left: 27px;
  font-size: 12px;
}
/* line 310, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox span a {
  text-decoration: underline;
  margin: 0 5px;
}
/* line 314, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox span a:hover {
  color: #1942bf;
}
/* line 319, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox span:before {
  content: '';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  border: 1px solid #a454e3;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
}
/* line 341, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .form-box-label-checkbox input:checked ~ span:before {
  content: '✓';
  background: #1942bf;
  border-color: #1942bf;
  color: #fff;
}
/* line 349, ../sass/service-insurance-post/sip-form.scss */
.FormInsureR .site-btn {
  padding: 0;
  width: 100%;
}

/* line 356, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsure {
  direction: rtl;
}
/* line 360, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureL {
  margin-left: 50px;
  margin-right: 0;
}
/* line 364, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureL select {
  padding: 0 13px;
  padding-left: 35px;
  margin-right: 15px;
  margin-left: 0;
  background-position-x: 3px;
}
/* line 372, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureL .form-box-col {
  margin-left: 20px;
  margin-right: 0;
}
/* line 376, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureL .form-box-col:nth-child(3n) {
  margin-left: 0;
}
/* line 380, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureL .form-box-col select {
  margin-right: 0;
}
/* line 387, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .title {
  font-size: calc(18px * 1.2);
}
/* line 391, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .text {
  font-size: calc(16px * 1.2);
}
/* line 396, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .list li {
  font-size: calc(16px * 1.2);
}
/* line 399, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .list li:before {
  padding-left: 0;
  padding-right: 5px;
}
/* line 407, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .form-box-input span {
  right: 16px;
  left: auto;
  font-size: calc(16px * 1.2);
}
/* line 415, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .form-box-label-checkbox span {
  padding-right: 27px;
  padding-left: 0;
  font-size: calc(12px * 1.25);
}
/* line 420, ../sass/service-insurance-post/sip-form.scss */
.lang-he .FormInsureR .form-box-label-checkbox span:before {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
  /* line 431, ../sass/service-insurance-post/sip-form.scss */
  .FormInsure {
    margin-top: 15px;
  }

  /* line 435, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL {
    width: calc(100% - 300px - 20px);
    margin-right: 20px;
    padding: 12px;
  }
  /* line 441, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .site-text.mar-t-mar-b {
    margin: 25px 0;
  }
  /* line 446, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .choice-count {
    margin-top: 12px;
  }
  /* line 450, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL select {
    padding: 0 10px;
    padding-right: 35px;
    height: 40px;
    font-size: 14px;
    margin-left: 12px;
    background-position-x: calc(100% - 3px);
    background-position-y: 5px;
  }
  /* line 459, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL select option {
    font-size: 14px;
  }
  /* line 464, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-row {
    padding: 15px;
    margin-top: 25px;
  }
  /* line 468, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-row .row {
    margin-top: 15px;
  }
  /* line 473, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-col {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  /* line 479, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-input input {
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
  }

  /* line 487, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR {
    width: 300px;
  }
  /* line 490, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .title {
    font-size: 16px;
    padding: 5px 8px;
  }
  /* line 495, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .inner {
    padding: 12px;
  }
  /* line 499, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .text {
    margin-bottom: 12px;
    font-size: 14px;
  }
  /* line 504, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .list {
    margin-bottom: 2px;
  }
  /* line 507, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 513, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-input {
    height: 50px;
  }
  /* line 516, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-input input {
    padding: 0 15px;
    padding-top: 20px;
  }
  /* line 521, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-input span {
    left: 15px;
    font-size: 16px;
  }
  /* line 527, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-label-checkbox {
    margin-bottom: 12px;
  }
  /* line 530, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-label-checkbox span {
    min-height: 25px;
    padding-left: 27px;
    font-size: 12px;
  }
  /* line 535, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-label-checkbox span:before {
    font-size: 16px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }

  /* line 547, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL {
    margin-left: 20px;
  }
  /* line 550, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL select {
    padding: 0 10px;
    padding-left: 35px;
    margin-right: 10px;
  }
  /* line 556, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL .form-box-col {
    margin-left: 15px;
  }
  /* line 562, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureR .title {
    font-size: calc(16px * 1.2);
  }
  /* line 566, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureR .text {
    font-size: calc(14px * 1.2);
  }
  /* line 571, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureR .list li {
    font-size: calc(14px * 1.2);
  }
  /* line 577, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureR .form-box-input span {
    right: 15px;
    font-size: calc(14px * 1.2);
  }
  /* line 584, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureR .form-box-label-checkbox span {
    padding-right: 27px;
    font-size: calc(12px * 1.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 596, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL {
    width: 100%;
    margin: 0;
  }

  /* line 601, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR {
    width: 100%;
    margin-top: 25px;
  }
  /* line 605, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .form-box-input {
    width: calc((100% - 30px) / 3);
  }
  /* line 609, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR .site-btn {
    width: auto;
    padding: 0 25px;
  }

  /* line 616, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 625, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL {
    width: 100%;
    margin: 0;
  }
  /* line 629, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-row {
    margin-top: 15px;
  }
  /* line 633, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-col {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  /* line 638, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-col:nth-child(1) {
    margin-top: 0;
  }
  /* line 642, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-col .site-text {
    margin-bottom: 5px;
  }
  /* line 647, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .site-text.mar-t-mar-b {
    margin: 15px 0;
  }
  /* line 651, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL select {
    padding: 0 15px;
    padding-right: 35px;
    height: 44px;
    font-size: 16px;
    background-position-y: 7px;
  }
  /* line 658, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL select option {
    font-size: 16px;
  }
  /* line 664, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureL .form-box-input input {
    padding: 0 15px;
    height: 44px;
    font-size: 16px;
  }

  /* line 672, ../sass/service-insurance-post/sip-form.scss */
  .FormInsureR {
    width: 100%;
    margin-top: 15px;
  }

  /* line 678, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL {
    margin: 0;
  }
  /* line 681, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL .form-box-col {
    margin-left: 0;
  }
  /* line 685, ../sass/service-insurance-post/sip-form.scss */
  .lang-he .FormInsureL select {
    padding: 0 15px;
    padding-left: 35px;
  }
}
/* line 1, ../sass/index/index-rew.scss */
.IndexRew {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #feebd4;
}
/* line 7, ../sass/index/index-rew.scss */
.IndexRew.page {
  padding-top: 20px;
}
/* line 11, ../sass/index/index-rew.scss */
.IndexRew.full-bg {
  background: #feebd4;
}
/* line 15, ../sass/index/index-rew.scss */
.IndexRew.bottom-minus {
  margin-bottom: -55px;
  padding-bottom: 155px;
}
/* line 20, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop {
  position: relative;
  margin-bottom: 55px;
}
/* line 24, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span {
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-size: 22px;
}
/* line 30, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span:hover {
  color: #a454e3;
}
/* line 34, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span:hover svg path {
  stroke: #a454e3;
}
/* line 41, ../sass/index/index-rew.scss */
.IndexRew .IndexRewTop span svg {
  height: 19px;
  position: relative;
  top: 3px;
  margin-left: 2px;
}
/* line 50, ../sass/index/index-rew.scss */
.IndexRew .title {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
}
/* line 57, ../sass/index/index-rew.scss */
.IndexRew .owl-stage-outer {
  overflow: visible !important;
}
/* line 61, ../sass/index/index-rew.scss */
.IndexRew .owl-item {
  transition: opacity .3s ease-in-out;
}
/* line 64, ../sass/index/index-rew.scss */
.IndexRew .owl-item:not(.active) {
  opacity: 0.5;
}
/* line 69, ../sass/index/index-rew.scss */
.IndexRew .owl-prev, .IndexRew .owl-next {
  position: absolute;
  top: 46%;
  display: block;
  height: 44px;
  left: -80px;
  border-radius: 22px;
  width: 80px;
  background-color: #fff;
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  background-image: url(/assets/img/4829870_arrow_back_left_icon.svg);
  transition: 0.3s ease all;
}
/* line 87, ../sass/index/index-rew.scss */
.IndexRew .owl-prev:hover, .IndexRew .owl-next:hover {
  background-color: #a454e3 !important;
}
/* line 92, ../sass/index/index-rew.scss */
.IndexRew .owl-next {
  transform: rotate(180deg);
  right: -80px;
  left: initial;
}
/* line 98, ../sass/index/index-rew.scss */
.IndexRew .owl-dots {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
/* line 105, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
/* line 112, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 5px solid #feebd4;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 128, ../sass/index/index-rew.scss */
  .IndexRew .owl-dots .owl-dot:hover:after {
    background: #a454e3;
    background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
    background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
    background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
    background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
    background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
  }
}
/* line 134, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot.active {
  background: #a454e3;
  background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
  background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
}
/* line 137, ../sass/index/index-rew.scss */
.IndexRew .owl-dots .owl-dot.active:after {
  background: #a454e3;
  background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
  background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
}
/* line 145, ../sass/index/index-rew.scss */
.IndexRew #pdopage .rows {
  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: 30px;
}
/* line 159, ../sass/index/index-rew.scss */
.IndexRew #pdopage .IndexRewBox {
  width: calc((100% - 30px) / 2);
}
/* line 163, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination {
  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: 10px;
  margin-top: 30px;
}
/* line 179, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination li:nth-child(1), .IndexRew #pdopage .pagination li:nth-child(2), .IndexRew #pdopage .pagination li:nth-last-child(1), .IndexRew #pdopage .pagination li:nth-last-child(2) {
  display: none;
}
/* line 184, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination li.active a {
  background: #a454e3;
  color: #fff;
}
@media (hover: hover) {
  /* line 191, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li:hover:not(.active) a {
    background: #1942bf;
    color: #fff;
  }
}
/* line 197, ../sass/index/index-rew.scss */
.IndexRew #pdopage .pagination li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
}
/* line 217, ../sass/index/index-rew.scss */
.IndexRew .btn-wr {
  text-align: center;
  margin-top: 50px;
}

/* line 224, ../sass/index/index-rew.scss */
.IndexRewBox {
  width: 645px;
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
/* line 230, ../sass/index/index-rew.scss */
.IndexRewBox .top {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
/* line 236, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 241, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}
/* line 251, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box .top-box-desc {
  width: calc(100% - 76px - 10px);
  display: flex;
  flex-direction: column;
  font-size: 32px;
}
/* line 257, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box .top-box-desc span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 12px;
}
/* line 267, ../sass/index/index-rew.scss */
.IndexRewBox .top .top-box .top-box-desc span svg {
  display: block;
  width: 1em;
  height: 1em;
}
/* line 277, ../sass/index/index-rew.scss */
.IndexRewBox .mid {
  gap: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: gray;
}
/* line 284, ../sass/index/index-rew.scss */
.IndexRewBox .mid svg {
  width: 22px;
  height: 22px;
}
/* line 289, ../sass/index/index-rew.scss */
.IndexRewBox .mid span {
  margin: 0 10px;
  display: block;
  font-size: 16px;
  line-height: 15px;
}
/* line 297, ../sass/index/index-rew.scss */
.IndexRewBox .bot {
  font-size: 17px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}
/* line 304, ../sass/index/index-rew.scss */
.IndexRewBox .bot .quote {
  display: block;
  width: 48px;
  height: auto;
  margin-bottom: 10px;
}
/* line 311, ../sass/index/index-rew.scss */
.IndexRewBox .bot .text {
  font-size: 20px;
}
/* line 315, ../sass/index/index-rew.scss */
.IndexRewBox .bot .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #5e5e5e;
  gap: 0 12px;
  font-size: 16px;
  margin-top: 22px;
}
/* line 328, ../sass/index/index-rew.scss */
.IndexRewBox .bot .row img {
  display: block;
  height: 24px;
  width: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 339, ../sass/index/index-rew.scss */
  .IndexRew {
    padding: 40px 0;
  }
  /* line 342, ../sass/index/index-rew.scss */
  .IndexRew.bottom-minus {
    margin-bottom: -45px;
    padding-bottom: 95px;
  }
  /* line 347, ../sass/index/index-rew.scss */
  .IndexRew .container:not(.normal) {
    width: 900px;
  }
  /* line 351, ../sass/index/index-rew.scss */
  .IndexRew .title {
    font-size: 44px;
  }
  /* line 355, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop {
    margin-bottom: 30px;
  }
  /* line 358, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop span {
    font-size: 18px;
  }
  /* line 364, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .rows {
    gap: 20px;
  }
  /* line 368, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .IndexRewBox {
    width: calc((100% - 20px) / 2);
  }
  /* line 372, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination {
    margin-top: 20px;
  }
  /* line 376, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  /* line 386, ../sass/index/index-rew.scss */
  .IndexRewBox {
    padding: 25px;
  }
  /* line 393, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box img {
    width: 56px;
    height: 56px;
  }
  /* line 399, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    width: calc(100% - 56px - 10px);
    font-size: 26px;
  }
  /* line 406, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 14px;
    margin-top: 16px;
  }
  /* line 410, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .quote {
    width: 35px;
    margin-bottom: 8px;
  }
  /* line 415, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .text {
    font-size: 18px;
  }
  /* line 419, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .row {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1475px) {
  /* line 429, ../sass/index/index-rew.scss */
  .IndexRew .container:not(.normal) {
    width: 1124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 437, ../sass/index/index-rew.scss */
  .IndexRew {
    padding: 40px 0;
  }
  /* line 440, ../sass/index/index-rew.scss */
  .IndexRew.bottom-minus {
    margin-bottom: -35px;
    padding-bottom: 75px;
  }
  /* line 445, ../sass/index/index-rew.scss */
  .IndexRew .container:not(.normal) {
    width: 728px;
  }
  /* line 449, ../sass/index/index-rew.scss */
  .IndexRew .title {
    font-size: 32px;
  }
  /* line 453, ../sass/index/index-rew.scss */
  .IndexRew .owl-prev, .IndexRew .owl-next {
    height: 40px;
    border-radius: 20px;
    width: 70px;
    left: -70px;
    -webkit-background-size: auto 28px;
    background-size: auto 28px;
  }
  /* line 462, ../sass/index/index-rew.scss */
  .IndexRew .owl-next {
    right: -70px;
    left: initial;
  }
  /* line 467, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop {
    margin-bottom: 30px;
  }
  /* line 470, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop span {
    font-size: 16px;
  }
  /* line 476, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .rows {
    gap: 15px;
  }
  /* line 480, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .IndexRewBox {
    width: calc((100% - 15px) / 2);
  }
  /* line 484, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination {
    margin-top: 20px;
  }
  /* line 488, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  /* line 498, ../sass/index/index-rew.scss */
  .IndexRewBox {
    padding: 25px;
  }
  /* line 505, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box img {
    width: 56px;
    height: 56px;
  }
  /* line 511, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    width: calc(100% - 56px - 10px);
    font-size: 26px;
  }
  /* line 518, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 14px;
    margin-top: 16px;
  }
  /* line 522, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .quote {
    width: 35px;
    margin-bottom: 8px;
  }
  /* line 527, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .text {
    font-size: 18px;
  }
  /* line 531, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .row {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 540, ../sass/index/index-rew.scss */
  .IndexRew {
    padding: 10vmin 0;
  }
  /* line 543, ../sass/index/index-rew.scss */
  .IndexRew.bottom-minus {
    margin-bottom: -7vmin;
    padding-bottom: 17vmin;
  }
  /* line 548, ../sass/index/index-rew.scss */
  .IndexRew .container {
    width: calc(100% - 30px);
  }
  /* line 552, ../sass/index/index-rew.scss */
  .IndexRew .title {
    text-align: left;
    font-size: clamp(20px, 7vmin, 32px);
  }
  /* line 557, ../sass/index/index-rew.scss */
  .IndexRew .owl-nav {
    position: absolute;
    top: -56px;
    right: 0;
    display: flex;
    align-items: center;
  }
  /* line 565, ../sass/index/index-rew.scss */
  .IndexRew .owl-prev, .IndexRew .owl-next {
    height: 35px;
    border-radius: 18px;
    width: 60px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
    position: relative;
    left: initial !important;
    right: initial !important;
    top: initial !important;
  }
  /* line 577, ../sass/index/index-rew.scss */
  .IndexRew .owl-dots {
    margin-top: 20px;
    gap: 5px 0px;
  }
  /* line 582, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop {
    margin-bottom: 25px;
    max-width: calc(100% - 140px);
  }
  /* line 586, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop .title {
    width: 100%;
  }
  /* line 590, ../sass/index/index-rew.scss */
  .IndexRew .IndexRewTop span {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 597, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .rows {
    gap: 15px;
  }
  /* line 601, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .IndexRewBox {
    width: 100%;
  }
  /* line 605, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination {
    margin-top: 20px;
  }
  /* line 609, ../sass/index/index-rew.scss */
  .IndexRew #pdopage .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  /* line 618, ../sass/index/index-rew.scss */
  .IndexRew .btn-wr {
    margin-top: 30px;
  }

  /* line 623, ../sass/index/index-rew.scss */
  .IndexRewBox {
    width: 90vw;
    max-width: 500px;
    padding: 15px;
  }
  /* line 632, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box img {
    width: 44px;
    height: 44px;
  }
  /* line 638, ../sass/index/index-rew.scss */
  .IndexRewBox .top .top-box .top-box-desc {
    width: calc(100% - 44px - 10px);
    font-size: 22px;
  }
  /* line 645, ../sass/index/index-rew.scss */
  .IndexRewBox .bot {
    font-size: 14px;
    margin-top: 12px;
  }
  /* line 649, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .quote {
    width: 25px;
    margin-bottom: 5px;
  }
  /* line 654, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .text {
    font-size: 16px;
  }
  /* line 658, ../sass/index/index-rew.scss */
  .IndexRewBox .bot .row {
    margin-top: 12px;
  }
}
/* line 1, ../sass/index/index-faq.scss */
.IndexFAQ {
  position: relative;
  padding: 100px 0;
}

/* line 6, ../sass/index/index-faq.scss */
.IndexFAQTitle {
  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;
  position: relative;
  gap: 0 30px;
}
/* line 18, ../sass/index/index-faq.scss */
.IndexFAQTitle h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 58px;
}
/* line 24, ../sass/index/index-faq.scss */
.IndexFAQTitle span {
  display: inline-block;
  cursor: pointer;
  min-width: max-content;
  z-index: 2;
  font-size: 22px;
}
/* line 31, ../sass/index/index-faq.scss */
.IndexFAQTitle span:hover {
  color: #a454e3;
}

/* line 38, ../sass/index/index-faq.scss */
.IndexFAQ .tabs {
  position: relative;
  margin-top: 65px;
}
/* line 43, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow-x: auto;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
/* line 54, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar {
  height: 6px;
}
/* line 57, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar-track {
  background: transparent;
}
/* line 61, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar-thumb {
  background: #a454e3;
}
/* line 65, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links::-webkit-scrollbar-button {
  display: none;
}
/* line 69, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links li {
  position: relative;
  min-width: max-content;
}
/* line 74, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links li.active a {
  border: 0;
  background: #a454e3;
  background: -moz-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a454e3), color-stop(100%, #1942bf));
  background: -webkit-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -o-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: -ms-linear-gradient(left, #a454e3 0%, #1942bf 100%);
  background: linear-gradient(to right, #a454e3 0%, #1942bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454e3', endColorstr='#1942bf', GradientType=1 );
  color: #fff;
}
/* line 82, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  border-radius: 23px;
  border: 1px solid #fff;
  color: #000;
  height: 46px;
  padding: 0 18px;
  font-size: 20px;
}
/* line 102, ../sass/index/index-faq.scss */
.IndexFAQ .tab-links a:hover {
  color: #a454e3;
}
/* line 108, ../sass/index/index-faq.scss */
.IndexFAQ .tab-content {
  position: relative;
  margin-top: 50px;
}
/* line 113, ../sass/index/index-faq.scss */
.IndexFAQ .tab {
  display: none;
}
/* line 117, ../sass/index/index-faq.scss */
.IndexFAQ #tab1 {
  display: block;
}
/* line 121, ../sass/index/index-faq.scss */
.IndexFAQ .toggleBlock {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 126, ../sass/index/index-faq.scss */
.IndexFAQ .navt {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 131, ../sass/index/index-faq.scss */
.IndexFAQ .toggle {
  position: relative;
  cursor: pointer;
  padding: 30px 0;
  padding-right: 60px;
  font-weight: 500;
  font-size: 24px;
}
/* line 139, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:after, .IndexFAQ .toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 43px;
  right: 0;
  width: 28px;
  height: 2px;
  background: #000;
}
/* line 150, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:before {
  top: 30px;
  right: 13px;
  width: 2px;
  height: 28px;
}
/* line 157, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:hover {
  color: #a454e3;
}
/* line 160, ../sass/index/index-faq.scss */
.IndexFAQ .toggle:hover:after, .IndexFAQ .toggle:hover:before {
  background: #a454e3;
}
/* line 165, ../sass/index/index-faq.scss */
.IndexFAQ .toggle.active {
  color: #a454e3;
}
/* line 168, ../sass/index/index-faq.scss */
.IndexFAQ .toggle.active:after {
  background: #a454e3;
}
/* line 172, ../sass/index/index-faq.scss */
.IndexFAQ .toggle.active:before {
  display: none;
}
/* line 178, ../sass/index/index-faq.scss */
.IndexFAQ .content {
  display: none;
}
/* line 181, ../sass/index/index-faq.scss */
.IndexFAQ .content span {
  display: block;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 40px;
}
/* line 187, ../sass/index/index-faq.scss */
.IndexFAQ .content span:nth-child(1) {
  padding-top: 15px;
}

/* line 195, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ {
  direction: rtl;
}
/* line 200, ../sass/index/index-faq.scss */
.lang-he .IndexFAQTitle h2 {
  font-size: calc(58px * 1.2);
}
/* line 204, ../sass/index/index-faq.scss */
.lang-he .IndexFAQTitle span {
  font-size: calc(22px * 1.2);
}
/* line 211, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .tab-links li {
  margin-left: 55px;
  margin-right: 0;
}
/* line 215, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .tab-links li:nth-last-child(1) {
  margin-left: 0;
}
/* line 220, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .tab-links a {
  font-size: calc(20px * 1.2);
}
/* line 225, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .toggle {
  padding: 30px 0;
  padding-left: 60px;
  font-size: calc(24px * 1.2);
}
/* line 230, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .toggle:after, .lang-he .IndexFAQ .toggle:before {
  left: 0;
  right: auto;
}
/* line 235, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .toggle:before {
  left: 13px;
  right: auto;
}
/* line 242, ../sass/index/index-faq.scss */
.lang-he .IndexFAQ .content span {
  font-size: calc(18px * 1.2);
}

@media only screen and (max-width: 1441px) and (max-width: 1640px) {
  /* line 251, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1439px) {
  /* line 259, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 267, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 55px 0;
  }

  /* line 272, ../sass/index/index-faq.scss */
  .IndexFAQTitle h2 {
    font-size: 44px;
  }
  /* line 276, ../sass/index/index-faq.scss */
  .IndexFAQTitle span {
    font-size: 18px;
  }

  /* line 282, ../sass/index/index-faq.scss */
  .IndexFAQ .tabs {
    margin-top: 50px;
  }
  /* line 288, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links a {
    border-radius: 20px;
    font-size: 18px;
    height: 40px;
  }
  /* line 295, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-content {
    margin-top: 45px;
  }
  /* line 299, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 25px 0;
    padding-right: 50px;
    font-size: 19px;
  }
  /* line 304, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:after {
    top: 38px;
  }
  /* line 308, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:before {
    top: 25px;
  }
  /* line 314, ../sass/index/index-faq.scss */
  .IndexFAQ .content span {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* line 318, ../sass/index/index-faq.scss */
  .IndexFAQ .content span:nth-child(1) {
    padding-top: 12px;
  }

  /* line 327, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle h2 {
    font-size: calc(44px * 1.2);
  }
  /* line 331, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle span {
    font-size: calc(18px * 1.2);
  }
  /* line 338, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links li {
    margin-left: 45px;
  }
  /* line 342, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links a {
    font-size: calc(18px * 1.2);
  }
  /* line 347, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .toggle {
    padding: 25px 0;
    padding-left: 50px;
    font-size: calc(19px * 1.2);
  }
  /* line 354, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .content span {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 365, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 40px 0;
  }

  /* line 370, ../sass/index/index-faq.scss */
  .IndexFAQTitle h2 {
    font-size: 32px;
  }
  /* line 374, ../sass/index/index-faq.scss */
  .IndexFAQTitle span {
    font-size: 16px;
  }

  /* line 380, ../sass/index/index-faq.scss */
  .IndexFAQ .tabs {
    margin-top: 35px;
  }
  /* line 385, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links a {
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
  }
  /* line 392, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-content {
    margin-top: 40px;
  }
  /* line 396, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 20px 0;
    padding-right: 40px;
    font-size: 16px;
  }
  /* line 401, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:after {
    top: 29px;
    right: 4px;
    width: 20px;
  }
  /* line 407, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:before {
    top: 20px;
    height: 20px;
  }
  /* line 414, ../sass/index/index-faq.scss */
  .IndexFAQ .content span {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 418, ../sass/index/index-faq.scss */
  .IndexFAQ .content span:nth-child(1) {
    padding-top: 12px;
  }

  /* line 427, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle h2 {
    font-size: calc(32px * 1.2);
  }
  /* line 431, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle span {
    font-size: calc(16px * 1.2);
  }
  /* line 438, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links li {
    margin-left: 35px;
  }
  /* line 442, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links a {
    font-size: calc(16px * 1.2);
  }
  /* line 447, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .toggle {
    padding: 20px 0;
    padding-left: 40px;
    font-size: calc(16px * 1.2);
  }
  /* line 454, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .content span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 465, ../sass/index/index-faq.scss */
  .IndexFAQ {
    padding: 10vmin 0;
  }

  /* line 470, ../sass/index/index-faq.scss */
  .IndexFAQTitle h2 {
    font-size: clamp(20px, 8vmin, 32px);
  }
  /* line 474, ../sass/index/index-faq.scss */
  .IndexFAQTitle span {
    display: none;
  }

  /* line 480, ../sass/index/index-faq.scss */
  .IndexFAQ .tabs {
    margin-top: 30px;
    justify-content: space-between;
  }
  /* line 486, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links li {
    margin-right: 0;
    width: 32%;
    text-align: center;
  }
  /* line 492, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-links a {
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
  /* line 500, ../sass/index/index-faq.scss */
  .IndexFAQ .tab-content {
    margin-top: 35px;
  }
  /* line 504, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle {
    padding: 15px 0;
    padding-right: 30px;
    font-size: 14px;
  }
  /* line 509, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:after {
    top: 29px;
    right: 0;
    width: 20px;
  }
  /* line 515, ../sass/index/index-faq.scss */
  .IndexFAQ .toggle:before {
    right: 9px;
    top: 20px;
    height: 20px;
  }
  /* line 523, ../sass/index/index-faq.scss */
  .IndexFAQ .content span {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 527, ../sass/index/index-faq.scss */
  .IndexFAQ .content span:nth-child(1) {
    padding-top: 12px;
  }

  /* line 536, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle h2 {
    font-size: calc(clamp(20px,8vmin,32px) * 1.2);
  }
  /* line 540, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQTitle span {
    font-size: calc(16px * 1.2);
  }
  /* line 547, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links li {
    margin-left: 0;
  }
  /* line 551, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .tab-links a {
    font-size: calc(14px * 1.2);
  }
  /* line 556, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .toggle {
    padding: 15px 0;
    padding-left: 30px;
    font-size: calc(14px * 1.2);
  }
  /* line 563, ../sass/index/index-faq.scss */
  .lang-he .IndexFAQ .content span {
    font-size: calc(14px * 1.2);
  }
}
