@font-face {
  font-family: "Franie";
  src: url(../fonts/franie/franie-normal.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Franie";
  src: url(../fonts/franie/franie-bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.inter-100 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.inter-200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.inter-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.inter-900 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.instrument-sans-100 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-200 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-300 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-400 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-500 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-600 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-700 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-800 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.instrument-sans-900 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

* {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.funeda-container {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .funeda-container {
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .funeda-container {
    padding: 0;
  }
}
.funeda-container-2 {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .funeda-container-2 {
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .funeda-container-2 {
    padding: 0;
  }
}

.for-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .for-mobile {
    display: block !important;
  }
}

.for-mobile-flex {
  display: none !important;
}
@media (max-width: 991px) {
  .for-mobile-flex {
    display: flex !important;
  }
}

.for-desktop {
  display: block !important;
}
@media (max-width: 991px) {
  .for-desktop {
    display: none !important;
  }
}

.for-desktop-flex {
  display: flex !important;
}
@media (max-width: 991px) {
  .for-desktop-flex {
    display: none !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.funeda-hero {
  display: grid;
  grid-template-columns: 673px 447px;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .funeda-hero {
    display: flex;
    flex-direction: column;
  }
}


@media (max-width: 1180px) {
  .funeda-hero {
    background: radial-gradient(110.56% 178.08% at 98.43% 3.76%, #1F2963 0%, #11152D 100%);
    border-radius: 8px;
  }
}

/* Background */




.funeda-hero-left {
  padding-top: 32px;
  position: relative;
}
.funeda-hero-left img.image_hero {
  position: absolute;
  bottom: 48px;
  right: -35px;
  z-index: 0;
  max-width: 550px;
}
@media (max-width: 991px) {
  .funeda-hero-left {
    padding: 0;
  }

  .funeda-hero-left img.image_hero {
    bottom: 0;
    max-height: 250px;
    right: 0;
  }
}

@media (max-width: 580px) {


  .funeda-hero-left img.image_hero {
    bottom: 0;
    max-height: 150px;
    right: 0;
  }
}


.funeda-hero-left-content-body {
  background: radial-gradient(110.56% 178.08% at 98.43% 3.76%, #1f2963 0%, #11152d 100%);
  padding: 40px 0 65px 60px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 1180px) {
  .funeda-hero-left-content-body {
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}
@media (max-width: 991px) {
  .funeda-hero-left-content-body {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 33px 24px 0 24px;
   /* background: #0a0c1b; */
  }
}
.funeda-hero-left-content-footer {
  display: flex;
  justify-content: space-around;
  padding: 0;
  max-width: 573px;
}
.funeda-hero-left-content-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  top: 30px;

}
.funeda-hero-left-content-footer-item:first-child {
  font-size: 15px;
  line-height: 150%;
  color: #3ebe7e;
}
.funeda-hero-left-content-footer-item:last-child a {
  font-size: 15px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #3a90f4;
}
@media (max-width: 991px) {
  .funeda-hero-left-content-footer-item.mobile {
    font-size: 12px;
    line-height: 150%;
    color: #3ebe7e;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 1180px) {
  .funeda-hero-left-content-footer {
    display: none;
  }
}
.funeda-hero-subtitle {
  font-size: 20px;
  line-height: 30px;
  color: #3a90f4;

}
@media (max-width: 991px) {
  .funeda-hero-subtitle {
    font-size: 16px;
  }
}
.funeda-hero-title {
  font-style: normal;
  font-size: 31.6px;
  line-height: 41px;
  color: #FFFFFF;
  font-family: "Franie", sans-serif !important;
  font-weight: 700;
  position: relative;
  z-index: 1000;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .funeda-hero-title {
    font-size: 24px;
  }
  .funeda-hero-title br:first-child {
    display: none;
  }
}
.funeda-hero-title span {
  position: relative;
  font-style: normal;
  font-size: 31.6px;
  line-height: 41px;
  color: #FFFFFF;
  font-family: "Franie", sans-serif;
  font-weight: 700;
  z-index: 1000;
}
@media (max-width: 991px) {
  .funeda-hero-title span {
    font-size: 24px;
  }
}
.funeda-hero-title span svg {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 991px) {
  .funeda-hero-title span svg {
    max-width: 131px;
  }
}
.funeda-hero-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15.5721px;
  line-height: 23px;
  display: flex;
  align-items: start;
  color: #E0E3EC;
  gap: 10px;
  margin-top: 25px;
  position: relative;
  z-index: 1000;
  max-width: 265px;
}

.funeda-hero-description img {
  position: relative;
  top: 3px;
}


@media (max-width: 991px) {
  .funeda-hero-description {
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #262d4b;
    max-width: 159px;
    align-items: baseline;
  }

  .funeda-hero-description svg circle,  .funeda-hero-description svg{
    height: 15px;
    width: 30px;
  }
}
.funeda-hero-rating {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .funeda-hero-rating {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.funeda-hero-info {
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  .funeda-hero-info {
    font-size: 12px;
    position: relative;

  }
}
.funeda-hero-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.funeda-hero-stars img {
  width: 16px;
  height: 16px;
}
.funeda-hero-stars strong {
  font-size: 16px;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .funeda-hero-stars strong {
    font-size: 14px;
  }
  .funeda-hero-stars {
    margin-bottom: 0;
  }
}
.funeda-hero-score {
  font-size: 16px;
}
.funeda-hero-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -10px;
}
@media (max-width: 991px) {
  .funeda-hero-avatars img {
    width: 32px;
    height: 32px;
  }
}
.funeda-hero-avatars img:first-child {
  margin-left: 0;
}
.funeda-hero-form {
  background: #ffffff;
  padding: 80px 20px 30px 30px;
  border-radius: 16px;
  border: 1px solid #0A0C1B;
  position: relative;
  min-height: calc(550px - 80px - 30px);
}
@media (max-width: 991px) {
  .funeda-hero-form {
    padding: 20px 24px 32px 24px;
  }
}
@media (max-width: 1180px) {
  .funeda-hero-form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 991px) {
  .funeda-hero-form {
    border-radius: 16px;
    position: relative;
    top: -1px;
  }
}

.after-hero-form {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .after-hero-form {
    padding: 24px;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
  }
}

.funeda-form-group {
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .funeda-form-group {
    margin-bottom: 20px;
  }
}
.funeda-form-group .funeda-form-group-content {
  display: grid;
  grid-template-columns: 1fr 180px;
  align-items: center;
  margin-bottom: 16px;
}
.funeda-form-group label {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
  color: #0A0C1B;

}
@media (max-width: 991px) {
  .funeda-form-group label {
    font-size: 14px;
  }
}
.funeda-form-group .funeda-form-range-info {
  font-size: 14px;
  line-height: 150%;
  color: #6a7399;
}
@media (max-width: 991px) {
  .funeda-form-group .funeda-form-range-info {
    font-size: 12px;
  }
}
.funeda-form-group .funeda-form-input {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
  width: 156px;
  height: 56px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
}
.funeda-form-group .funeda-form-input button {
  background: #e0e3ec;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.funeda-form-group .funeda-form-input input {
  text-align: center;
  border: none;
  width: 92px;
  font-weight: bold;
}
.funeda-form-group .content-range {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 12px;
  color: #4C567C;

}
.funeda-form-group .funeda-form-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  outline: none;
}
.funeda-form-group .funeda-form-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/range_2.png) no-repeat center center;
  background-size: contain;
}
.funeda-form-group .funeda-form-slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: url(../images/range_2.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
}
.funeda-form-group .funeda-form-slider::-ms-thumb {
  width: 40px;
  height: 40px;
  background: url(../images/range_2.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
}
.funeda-form-group .funeda-form-slider::-moz-range-track {
  background: #262d4b !important;
  height: 8px;
  border-radius: 4px;
}
.funeda-form-group .funeda-form-slider::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  height: 8px;
}
.funeda-form-group .funeda-form-slider {
  --min: 100;
  --max: 100000;
  --value: 50000;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(to right, #91d8bb 0%, #91d8bb calc((var(--value) - var(--min)) / (var(--max) - var(--min)) * 100%), #262d4b calc((var(--value) - var(--min)) / (var(--max) - var(--min)) * 100%), #262d4b 100%);
}
.funeda-form-group .funeda-form-slider::-webkit-slider-runnable-track, .funeda-form-group .funeda-form-slider::-moz-range-track, .funeda-form-group .funeda-form-slider::-ms-track {
  background: transparent;
  height: 8px;
}





.funeda-form-repayment {
  font-size: 12px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.funeda-form-repayment p {
  display: flex;
  gap: 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: #3EBE7E;
}
.funeda-form-repayment strong {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4C567C;
}
.funeda-form-repayment span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #4c567c;
  margin-top: 5px;
  white-space: nowrap;
}

.last-info p{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #4C567C;
  gap: 5px;
  margin: 32px auto 0 auto;
}

.funeda-content-action {
  display: grid;
  grid-template-columns: 212px 1fr;
  gap: 20px;
  border-top: 1px solid #262d4b;
  padding-top: 32px;
  align-items: center;
}
@media (max-width: 991px) {
  .funeda-content-action {
    border: 0;
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.funeda-content-action button {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #0d0d0d;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  border: 0;
  background: #3ebe7e;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .funeda-content-action .funeda-form-repayment-content {
    display: flex;
    justify-content: space-between;
  }
}

.funeda-hero-left-content-footer-item.mobile {
  display: none !important;
  top: 0;
}
@media (max-width: 991px) {
  .funeda-hero-left-content-footer-item.mobile {
    display: flex !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.funeda-about_our_company {
  margin-top: 64px;
}
@media (max-width: 991px) {
  .funeda-about_our_company {
    padding: 32px 24px 0 24px;
    margin: 0;
  }
}
.funeda-about_our_company h2 {
  text-align: center;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-about_our_company h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.funeda-about_our_company h2 span {
  position: relative;
  z-index: 100;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .funeda-about_our_company h2 span {
    font-size: 24px;
    text-align: left;
  }
}
.funeda-about_our_company h2 svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .funeda-about_our_company h2 svg {
    max-width: 90px;
  }
}
.funeda-about_our_company-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .funeda-about_our_company-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.funeda-about_our_company-content > .funeda-about_our_company-item {
  padding: 24px;
  height: 148px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .funeda-about_our_company-content > .funeda-about_our_company-item {
    height: auto;
    padding: 16px;
  }
}
.funeda-about_our_company-content > .funeda-about_our_company-item svg {
  margin-bottom: 20px;
}
.funeda-about_our_company-content > .funeda-about_our_company-item h3 {
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
@media (max-width: 991px) {
  .funeda-about_our_company-content > .funeda-about_our_company-item h3 {
    font-size: 14px;
  }
}
.funeda-about_our_company .about_our_company-content-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 12px;
  position: relative;
  max-height: 480px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 991px) {
  .funeda-about_our_company .about_our_company-content-bottom {
    display: block;
    margin: 0;
  }
}
.funeda-about_our_company .about_our_company-content-bottom.expanded {
  max-height: 5000px;
}
.funeda-about_our_company .about_our_company-content-bottom .content-btn-more {
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 161px;
  display: flex;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.funeda-about_our_company .about_our_company-content-bottom.active {
  max-height: 50000px;
}
.funeda-about_our_company .about_our_company-content-bottom.active .content-btn-more {
  height: 0;
}
.funeda-about_our_company .about_our_company-content-bottom p {
  font-size: 16px;
  line-height: 150%;
  color: #525252;
  margin: 24px 0;
}
.funeda-about_our_company .about_our_company-content-bottom h4 {
  font-family: "Franie", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
  margin: 48px 0 24px 0;
}
.funeda-about_our_company .about_our_company-content-bottom ol li {
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
.funeda-about_our_company .toggle-more-button {
  gap: 8px;
  height: 56px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  width: 214px;
  font-size: 16px;
  line-height: 56px;
  color: #171717;
  cursor: pointer;
  display: flex;
  margin: 0 auto;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .funeda-about_our_company .toggle-more-button {
    width: 100%;
  }
}
.funeda-about_our_company .toggle-more-button img {
  width: 16px;
  height: 16px;
}
.funeda-about_our_company .toggle-more-button:hover {
  background-color: transparent;
}

.funeda-credit_box {
  background-color: #e9f4ff;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .funeda-credit_box {
    margin-top: 24px;
    padding: 24px;
  }
}
.funeda-credit_box p {
  font-size: 16px;
  line-height: 150%;
  color: #525252;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-credit_box p {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .funeda-credit_box p:last-child {
    font-size: 12px;
  }
}
.funeda-credit_box h2 {
  text-align: center;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-credit_box h2 {
    margin-bottom: 24px;
    font-size: 24px;
    text-align: center;
    margin-top: 32px;
  }
}
.funeda-credit_box h2 span {
  position: relative;
  z-index: 100;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .funeda-credit_box h2 span {
    font-size: 24px;
  }
}
.funeda-credit_box h2 svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .funeda-credit_box h2 svg {
    max-width: 90px;
  }
}
.funeda-credit_box .amount-grid {
  background: #e9f4ff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 auto;
  max-width: 1120px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-credit_box .amount-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.funeda-credit_box .amount-grid a {
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  width: 253px;
  height: 75px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 18px;
  color: #525252;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .funeda-credit_box .amount-grid a {
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .funeda-credit_box .amount-grid a {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .funeda-credit_box .amount-grid a {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
}
.funeda-credit_box .amount-grid a:hover {
  background: #f0f0f0;
}
.funeda-credit_box .amount-grid .last-row {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.funeda-credit_box .amount-grid .last-row a {
  width: 100%;
}

@media (max-width: 991px) {
  .funeda-credit_box .amount-grid .last-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: unset;
    gap: 8px;
  }
}

.funeda-_customer_reviews {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews {
    margin-top: 24px;
  }
}
.funeda-_customer_reviews h2 {
  text-align: center;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews h2 {
    margin-bottom: 24px;
    font-size: 24px;
    text-align: left;
    padding-left: 24px;
  }
}
.funeda-_customer_reviews h2 span {
  position: relative;
  z-index: 100;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews h2 span {
    font-size: 24px;
  }
}
.funeda-_customer_reviews h2 svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
}
.funeda-_customer_reviews .reviews-item {
  padding: 20px 24px;
  height: 250px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .reviews-item {
    padding: 16px;
    height: auto;
  }
}
.funeda-_customer_reviews .reviews-item .stars {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .reviews-item .stars {
    margin-bottom: 8px;
  }
}
.funeda-_customer_reviews .reviews-item .text {
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .reviews-item .text {
    font-size: 14px;
  }
}
.funeda-_customer_reviews .reviews-item .author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  border-radius: 50%;
}
.funeda-_customer_reviews .reviews-item .author span {
  font-size: 14px;
  line-height: 140%;
  color: #404040;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .reviews-item .author span {
    font-size: 12px;
  }
}
.funeda-_customer_reviews .reviews-item .author img {
  height: 32px;
  width: 32px;
}
.funeda-_customer_reviews .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .swiper-pagination {
    margin-top: 16px;
  }
}
.funeda-_customer_reviews .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.funeda-_customer_reviews .swiper-pagination span.swiper-pagination-bullet-active {
  background: #026cef;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .funeda-reviews-carousel {
    padding: 0 24px;
  }
}
.funeda-_customer_reviews .action-review {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .action-review {
    margin-top: 24px;
  }
}
.funeda-_customer_reviews .action-review a {
  gap: 8px;
  width: 333px;
  height: 56px;
  background: #026cef;
  border-radius: 4px;
  display: flex;
  margin: 0 auto;
  line-height: 56px;
  font-size: 18px;
  color: #e5f1fe;
  text-align: center;
  text-decoration: none;
  justify-content: center;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .action-review a {
    font-size: 16px;
  }
}
.funeda-_customer_reviews .action-review p {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .action-review p {
    font-size: 12px;
  }
}
.funeda-_customer_reviews .action-review p span {
  color: #026cef;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 991px) {
  .funeda-_customer_reviews .action-review p span {
    font-size: 12px;
  }
}

.funeda-frequently_asked_questions {
  padding: 40px 80px;
  background: #fafafa;
  border-radius: 16px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions {
    margin-top: 24px;
    padding: 24px;
  }
}
.funeda-frequently_asked_questions h2 {
  text-align: center;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions h2 {
    text-align: left;
    font-size: 24px;
    max-width: 300px;
    margin-bottom: 24px;
  }
}
.funeda-frequently_asked_questions h2 span {
  position: relative;
  z-index: 100;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions h2 span {
    font-size: 24px;
  }
}
.funeda-frequently_asked_questions h2 svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
  max-width: 139px;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions h2 svg {
    max-width: 119px;
  }
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item {
  padding: 0 32px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item {
    padding: 0 16px;
  }
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item .accordion-header {
  position: relative;
  padding-right: 2rem;
  width: 100%;
  background: transparent;
  text-align: left;
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
  font-size: 16px;
  color: #525252;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item .accordion-header {
    padding: 12px 32px 12px 0;
    overflow: hidden;
  }
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item .accordion-header .icon {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(db84aa93e0462733d9d6.svg) no-repeat;
  background-position: center 5.5px;
  background-size: 15px;
  transition: background-image 0.3s;
  border: 1px solid #4C567C;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
}
@media (max-width: 991px) {
  .funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item .accordion-header .icon {
    right: 0;
  }
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item .accordion-content {
  background-color: white;
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item.active .accordion-header {
  position: relative;
  font-style: normal;
  font-size: 16px;
  color: #026cef;
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item.active .accordion-header .icon {
  background: url(569079bd88a5d779ac23.svg) no-repeat center center;
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
.funeda-frequently_asked_questions .funeda-frequently_asked_questions-content .accordion .accordion-item.active .accordion-content {
  max-height: 600px;
  padding: 16px 0 32px 0;
}

.funeda-how_does_it_work {
  margin-top: 40px;
  padding: 40px 80px;
  gap: 32px;
  background: #e5f1fe;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work {
    margin-top: 24px;
    padding: 24px !important;
  }
}
@media (max-width: 1200px) {
  .funeda-how_does_it_work {
    padding: 40px 20px;
  }
}
.funeda-how_does_it_work .before-title {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #026cef;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work .before-title {
    text-align: left;
    font-size: 14px;
  }
}
.funeda-how_does_it_work h2 {
  text-align: center;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.funeda-how_does_it_work h2 span {
  position: relative;
  z-index: 100;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Franie", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work h2 span {
    font-size: 24px;
  }
}
.funeda-how_does_it_work h2 svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work h2 svg {
    max-width: 110px;
  }
}
.funeda-how_does_it_work .funeda-how_does_it_work-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1200px) {
  .funeda-how_does_it_work .funeda-how_does_it_work-content {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .funeda-how_does_it_work .funeda-how_does_it_work-content {
    grid-template-columns: 1fr;
  }
}
.funeda-how_does_it_work .funeda-how_does_it_work-content .funeda-how_does_it_work-content-item {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  align-items: center;
  height: 80px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
.funeda-how_does_it_work .funeda-how_does_it_work-content .funeda-how_does_it_work-content-item span {
  width: 32px;
  height: 32px;
  background: #e5f1fe;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #026cef;
  text-align: center;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work .funeda-how_does_it_work-content .funeda-how_does_it_work-content-item span {
    font-size: 14px;
  }
}
.funeda-how_does_it_work .funeda-how_does_it_work-content .funeda-how_does_it_work-content-item p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #525252;
}
@media (max-width: 991px) {
  .funeda-how_does_it_work .funeda-how_does_it_work-content .funeda-how_does_it_work-content-item p {
    font-size: 14px;
  }
}

.info-box-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px;
  margin-top: 40px;
  background: #0a0c1b;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .info-box-custom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 24px;
  }
}
.info-box-custom .text-info-box strong {
  font-family: "Franie", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #e0e3ec;
  margin: 0;
}
.info-box-custom .text-info-box p {
  font-size: 16px;
  line-height: 150%;
  color: #e0e3ec;
  opacity: 0.7;
  margin-top: 16px;
}
.info-box-custom .logo-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #026cef;
  border-radius: 4px;
  margin-top: 20px;
}
.info-box-custom .logo-content img {
  width: 134px;
}
.info-box-custom button {
  width: 100%;
  height: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #E5F1FE;
  padding: 0 15px;
  background: #026cef;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

.funeda-nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1180px) {
  .funeda-nav-content {
    padding: 20px 32px;
  }
}
@media (max-width: 991px) {
  .funeda-nav-content {
    background-color: #FFFFFF;
  }
}
.funeda-nav-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.funeda-nav-logo img {
  width: 105px;
  height: auto;
  display: block;
}
.funeda-nav-menu {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  align-items: center;
  line-height: 48px;
  border-left: 1px solid #e0e3ec;
  padding-left: 32px;
}
@media (max-width: 991px) {
  .funeda-nav-menu {
    display: none;
  }
}
.funeda-nav-menu li {
  position: relative;
}
.funeda-nav-menu li a {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 40px;
  color: #525252;
}
.funeda-nav-menu li a:hover {
  color: #026cef;
}
.funeda-nav-menu li.current-menu-item > a, .funeda-nav-menu li.current-menu-ancestor > a {
  color: #026cef;
  font-weight: 700;
  position: relative;
}
.funeda-nav-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: white;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.funeda-nav-menu li ul li {
  padding: 0;
}
.funeda-nav-menu li ul li a {
  padding: 5px 20px;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #525252;
}
.funeda-nav-menu li ul li a:hover {
  background-color: #f0f0f0;
}
.funeda-nav-menu li:hover > ul {
  display: block;
}
.funeda-nav-cta .funeda-nav-button {
  margin: 0 auto;
  width: 154px;
  line-height: 48px;
  background: #026cef;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #e5f1fe;
  text-decoration: none;
  text-align: center;
}
.funeda-nav-cta .funeda-nav-button:hover {
  background-color: #005bb5;
  text-align: center;
}
.funeda-nav-cta button {
  background: transparent;
  border: transparent;
  cursor: pointer;
}

.funeda-our-values {
  margin-top: 64px;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .funeda-our-values {
    margin: 24px 0 0 0;
  }
}
.funeda-our-values .before-title {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #026cef;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .funeda-our-values .before-title {
    text-align: left;
    font-size: 14px;
  }
}
.funeda-our-values h2 {
  text-align: center;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .funeda-our-values h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.funeda-our-values h2 span {
  position: relative;
  z-index: 100;
  font-size: 28px;
  line-height: 125%;
  color: #0a0c1b;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .funeda-our-values h2 span {
  }
}
.funeda-our-values h2 svg {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .funeda-our-values h2 svg {
    max-width: 120px;
  }
}
.funeda-our-values-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .funeda-our-values-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.funeda-our-values-content > .funeda-our-values-item {
  padding: 24px;
  height: 148px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .funeda-our-values-content > .funeda-our-values-item {
    padding: 16px;
    height: auto;
  }
}
.funeda-our-values-content > .funeda-our-values-item svg {
  margin-bottom: 20px;
}
.funeda-our-values-content > .funeda-our-values-item h3 {
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
@media (max-width: 991px) {
  .funeda-our-values-content > .funeda-our-values-item h3 {
    font-size: 14px;
  }
}
.funeda-our-values > a {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  gap: 8px;
  margin: 0 auto;
  width: 204px;
  height: 56px;
  background: #026cef;
  border-radius: 4px;
  font-size: 18px;
  line-height: 56px;
  color: #e5f1fe;
  text-decoration: none;
  margin-top: 32px;
}
.funeda-our-values > a:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .funeda-our-values > a {
    margin-top: 24px;
    font-size: 16px;
  }
}
.funeda-our-values > p {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  margin-top: 16px;
  color: #737373;
}
@media (max-width: 991px) {
  .funeda-our-values > p {
    font-size: 12px;
  }
}

.footer-home-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 72px;
}
@media (max-width: 1200px) {
  .footer-home-page {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer-home-page {
    grid-template-columns: 1fr;
    margin-top: 12px;
    gap: 0;
  }
}
.footer-home-page .item-footer-box {
  border-right: 4px solid #fafafa;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .footer-home-page .item-footer-box {
    padding: 20px;
  }
}
.footer-home-page .item-footer-box:last-child {
  border: 0;
}
.footer-home-page .item-footer-box h5 {
  font-family: "Franie", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #11132a;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .footer-home-page .item-footer-box h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.footer-home-page .item-footer-box a {
  display: flex;
  width: 264px;
  justify-content: space-between;
  height: 44px;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
  color: #4c567c;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .footer-home-page .item-footer-box a {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .footer-home-page .item-footer-box a {
    width: 100%;
  }
}

.footer-after {
  margin-top: 32px;
  padding-bottom: 100px;
}
.footer-after p {
  font-size: 12.08px;
  line-height: 140%;
  color: #a3a3a3;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .footer-after p {
    margin: 0;
  }
}
.footer-after p a {
  font-size: 12.08px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #a3a3a3;
}
@media (max-width: 991px) {
  .footer-after {
    margin-top: 0;
    padding: 0 24px;
    padding-bottom: 100px;
  }
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
}


















.funeda-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 16px 20px max(16px, env(safe-area-inset-bottom));
  pointer-events: none;
  transform: translateY(110%);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 -8px 24px rgba(10, 12, 27, 0.14);
}

.funeda-sticky-cta.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.funeda-sticky-cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, calc(100% - 32px));
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .12s ease, background-color .12s ease;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  min-height: 56px;
  padding: 0 24px;
  background: #026CEF;
  border-radius: 4px;
}

.funeda-sticky-cta-link:hover,
.funeda-sticky-cta-link:focus-visible {
  background: #0058C7;
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 991px) {
  .funeda-sticky-cta {
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.95);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.16);
  }

  .funeda-sticky-cta-link {
    width: 100%;
    max-width: none;
    min-height: 52px;
  }
}

:root {
  --funeda-sticky-height: 0px;
}





.funeda-terms-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
}

.funeda-terms-modal[hidden] {
  display: none !important;
}

.funeda-terms-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 27, 0.58);
  opacity: 0;
  transition: opacity .18s ease;
}

.funeda-terms-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(640px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(10, 12, 27, 0.28);
  opacity: 0;
  transform: translate(-50%, -48%) scale(.98);
  transition: opacity .18s ease, transform .18s ease;
}

.funeda-terms-modal.is-open {
  pointer-events: auto;
}

.funeda-terms-modal.is-open .funeda-terms-modal__overlay {
  opacity: 1;
}

.funeda-terms-modal.is-open .funeda-terms-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.funeda-terms-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #E5E7EB;
}

.funeda-terms-modal__header h3 {
  margin: 0;
  font-family: "Franie", sans-serif;
  font-size: 20px;
  line-height: 125%;
  color: #0A0C1B;
}

.funeda-terms-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 4px;
  background: #F5F7FB;
  color: #0A0C1B;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.funeda-terms-modal__close:hover,
.funeda-terms-modal__close:focus-visible {
  background: #E9F4FF;
  outline: none;
}

.funeda-terms-modal__body {
  padding: 24px;
}

.funeda-terms-modal__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #404040;
}

@media (max-width: 991px) {
  .funeda-terms-modal__dialog {
    width: calc(100% - 32px);
    max-height: calc(100vh - 32px);
  }

  .funeda-terms-modal__header,
  .funeda-terms-modal__body {
    padding: 18px 16px;
  }

  .funeda-terms-modal__header h3 {
    font-size: 18px;
  }
}

 /* Modal   */

.review-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
  opacity: 0;
  transition: opacity .18s ease;
  pointer-events: none;
}

.review-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.98);
  width: 420px;
  max-width: calc(100% - 32px);
  background: #fff;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


.review-modal.is-open .review-modal__overlay {
  opacity: 1;
  pointer-events: auto;
}
.review-modal.is-open .review-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


.review-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}
.review-modal__header h3 {

  margin: 0;
  font-family: "Franie", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #0A0C1B;

}

.review-modal__close {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #525252;
}


.review-modal__form {
  padding: 24px 20px;
}
.label {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  color: #222;



  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  leading-trim: both;
  text-edge: cap;
  color: #262626;

}
.label .required {
  color: #e03b3b;
  margin-left: 6px;
  font-weight: 600;
}
.label .hint {
  display:block;
  font-size:12px;
  color:#7b7b7b;
  margin-top:6px;
  margin-bottom: 8px;
}

input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
}

.stars {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.star-btn {
  width: 56px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .12s, border-color .12s, transform .08s;
  position: relative;
  outline: none;
  padding: 0;


}

.star-btn:hover {
  transform: translateY(-2px);
  border-color: #cfe6ff;
}

.star-btn::before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 .587l3.668 7.431 8.2 1.192-5.934 5.787 1.402 8.17L12 18.896l-7.336 3.853 1.403-8.17L.133 9.21l8.2-1.192z"/></svg>') center / contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 .587l3.668 7.431 8.2 1.192-5.934 5.787 1.402 8.17L12 18.896l-7.336 3.853 1.403-8.17L.133 9.21l8.2-1.192z"/></svg>') center / contain no-repeat;
  background: #dfe7ee;
}

.star-btn.active::before {
  background: #ffc34d;
}

.btn-submit {
  margin-top: 18px;
  width: 100%;
  border: none;
  background: #026CEF;
  color: white;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  height: 56px;


}

.privacy {
  margin-top: 12px;
  font-size: 12px;
  color: #6b6b6b;
  text-align: center;
}
.privacy a {
  color: #0a66ff;
  text-decoration: underline;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}




#review-modal {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  z-index: 999999 !important;
  pointer-events: none !important;
}

#review-modal.is-open {
  pointer-events: auto !important;
}

#review-modal .review-modal__overlay {
  z-index: 999998 !important;
}

#review-modal .review-modal__dialog {
  z-index: 999999 !important;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.98);
  transition: opacity .18s ease, transform .18s ease;
}

#review-modal.is-open .review-modal__dialog {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}








.funeda-form-group .funeda-form-slider::-moz-range-track {
  height: 8px;
  background: #262d4b;
  border-radius: 4px;
}

.funeda-form-group .funeda-form-slider::-moz-range-progress {
  height: 8px;
  background: #91d8bb;
  border-radius: 4px;
}

.funeda-form-group .funeda-form-slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: url("../images/range_2.png") center / contain no-repeat;
  border: none;
  cursor: pointer;
}



@supports not (mask: url("")) {
  .star-btn::before {
    mask: none;
    -webkit-mask: none;
    background: url("../images/star-outline.svg") center / contain no-repeat;
  }

  .star-btn.active::before {
    background-image: url("../images/star-filled.svg");
  }
}




@supports not (leading-trim: both) {
  .label {
    line-height: 1.25;
  }
}



@supports ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
  .funeda-sticky-cta {
    background: rgba(255,255,255,0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  @media (max-width: 991px) {
    .funeda-sticky-cta {
      background: rgba(255,255,255,0.85);
    }
  }
}


.grid_box_l_1 {
  display: grid;
  grid-template-columns: 386px 1fr;
  gap: 32px;

}

@media (max-width: 991px) {
  .grid_box_l_1 {
    display: block;
  }

}


.grid_box_l_1_l {
  position: relative;
}

.funeda-credit-box-picture {
  display: block;
}

.funeda-credit-box-picture img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .funeda-credit-box-picture {
    display: none;
  }
}

.grid_box_l_1_l img {
  max-width: 100%;
}


.funeda-hero-content-footer-item {
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.funeda-hero-content-footer-item svg {
  position: relative;
  top: 2px;
}

.funeda-hero-content-footer-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #3A90F4;
}


.funeda-form-input button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  background-clip: padding-box;
  -webkit-tap-highlight-color: transparent;
}

.funeda-form-input button:focus,
.funeda-form-input button:active {
  outline: none;
  box-shadow: none;
}


.funeda-form-slider {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.funeda-form-slider:focus {
  outline: none;
}

.funeda-form-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: url("../images/range_2.png") center / contain no-repeat;
  border: none;
  border-radius: 50%;
  box-shadow: none !important;
  outline: none !important;
}

.funeda-form-slider::-webkit-slider-thumb:active {
  box-shadow: none !important;
  outline: none !important;
}
