.price__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .price__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.price__orangeBox {
  position: relative;
  padding: 48px 48px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.54px;
  border: 1px solid #f97930;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .price__orangeBox {
    padding: 60px 24px 40px;
  }
}
.price__orangeBox--orangeText {
  color: #f97930;
  text-align: left;
}
.price__orangeBox--header {
  position: absolute;
  top: 0;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: white;
  text-align: center;
  background-color: #f97930;
  border-radius: 55px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .price__orangeBox--header {
    min-width: 206px;
    padding: 8px 24px;
    font-size: 22px;
    line-height: 130%;
  }
  .price__orangeBox--header:not(.fit-width) {
    width: calc(100% - 54px);
  }
}
.price__orangeBox--text {
  line-height: 150%;
}
@media (max-width: 900px) {
  .price__orangeBox--text {
    text-align: left;
  }
}
.price__blueBox {
  padding: 32px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background-color: #f5faff;
  border: 2px solid #edf6ff;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .price__blueBox {
    padding: 24px;
  }
}
.price__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.price__table--wrapper {
  width: 100%;
  overflow-x: auto;
}
.price__table tr th, .price__table tr td {
  width: calc((100% - 140px) / 4);
  max-width: calc((100% - 140px) / 4);
  white-space: nowrap;
  border: 1px solid #ddd;
}
.price__table tr th:first-child, .price__table tr td:first-child {
  min-width: 152px;
}
@media (max-width: 900px) {
  .price__table tr th:first-child, .price__table tr td:first-child {
    width: 152px;
  }
}
.price__table tr th:not(:first-child), .price__table tr td:not(:first-child) {
  min-width: 135px;
}
@media (max-width: 900px) {
  .price__table tr th:not(:first-child), .price__table tr td:not(:first-child) {
    width: 135px;
  }
}
.price__table tr th {
  padding: 8px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background-color: #f7f7f7;
}
.price__table tr td {
  padding: 6.5px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.price__table tr td:not(:first-child) {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.price__compateTable {
  width: 100%;
  table-layout: fixed;
}
.price__compateTable tr th, .price__compateTable tr td {
  text-align: center;
  border: 1px solid #ddd;
}
.price__compateTable tr th:first-child, .price__compateTable tr td:first-child {
  width: 140px;
}
.price__compateTable tr th {
  padding: 13.5px 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background-color: #edf6ff;
}
@media (max-width: 900px) {
  .price__compateTable tr th {
    padding: 12px 10px;
  }
}
.price__compateTable tr td {
  padding: 12px 10px;
}
.price__compateTable tr td:first-child {
  background-color: #f7f7f7;
}
.price__compateTable tr td:not(:first-child) {
  width: calc((100% - 140px) / 3);
  min-width: calc((100% - 140px) / 3);
  max-width: calc((100% - 140px) / 3);
}
.price__compateTable--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.price__compateTable--currencyText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}

.try__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
  background-color: #f5faff;
}
.try__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .try__text {
    font-size: 26px;
  }
}
.try__text--wrapper {
  position: absolute;
  top: -23px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  word-break: keep-all;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 900px) {
  .try__text--wrapper {
    top: 64px;
    margin-left: -20px;
  }
}
.try__buttons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 128px 0 96px;
  margin: auto;
}
@media (max-width: 900px) {
  .try__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    min-width: auto;
    padding: 140px 0 96px;
  }
}
.try__buttons--wrapper {
  width: 100%;
  margin: auto;
}
.try__englishText {
  position: absolute;
  top: -22px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .try__englishText {
    top: 10px;
    right: 0;
    height: 49px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.search__wrapper {
  width: calc(100% - 40px);
  max-width: 1100px;
}
@media (max-width: 900px) {
  .search__wrapper {
    max-width: 100%;
  }
}
.search__region--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__region--list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #0064cf;
}
.search__region--list:hover {
  color: white;
  opacity: 1;
}
.search__region--list:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.search__region--list .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.search__region--list .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.search__region--list .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search__region--list .border-hover-bg-gradient-blue {
  background-color: white;
  border-radius: 5px;
}
.search__region--list-link {
  z-index: 3;
  height: 40px;
  padding: 3.5px 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  color: #0064cf;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search__region--list-link:hover {
  font-weight: 700;
  color: white;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.scrollHint .is-active .scroll-hint-text {
  margin-top: 7px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: white !important;
}
.scrollHint .is-active .scroll-hint-icon {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 5px;
  opacity: 1 !important;
}