.step-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  color: #60ADF8;
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 700px) {
  .step-component {
    font-size: 15px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .step-component span {
    text-align: center;
  }
}
.step-component img {
  margin-bottom: 25px;
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .step-component img {
    margin-bottom: 10px;
    width: 55px;
    height: auto;
  }
}

.signup-block {
  background: transparent linear-gradient(180deg, #004165 0%, #006CA8 100%) 0% 0% no-repeat padding-box;
  padding: 25px 0;
  position: relative;
  padding-top: 80px;
}
.signup-block::before {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: url(/images/left.svg);
  width: 550px;
  height: 440px;
  content: "";
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  .signup-block::before {
    width: 100%;
    height: auto;
  }
}
.signup-block::after {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background-image: url(/images/right.svg);
  width: 310px;
  height: 620px;
  content: "";
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  .signup-block::after {
    width: 100%;
    height: auto;
  }
}
.signup-block-container {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .signup-block-container {
    flex-direction: column;
  }
}
.signup-block-left {
  width: 55%;
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 700px) {
  .signup-block-left {
    width: 100%;
  }
}
.signup-block-left h1 {
  color: white;
}
@media only screen and (max-width: 700px) {
  .signup-block-left h1 {
    text-align: center;
    margin-top: 0;
  }
}
.signup-block-left h1 span {
  text-decoration: underline;
}
.signup-block-left-usps {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .signup-block-left-usps {
    display: none;
  }
}
.signup-block-left-usp {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.signup-block-left-usp svg {
  margin-right: 10px;
}
.signup-block-left-steps {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .signup-block-left-steps {
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
  }
}
.signup-block-right {
  width: 45%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .signup-block-right {
    width: 100%;
  }
}

.loanfinder-container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  background-color: #EDF4F8;
  min-height: 600px;
}

.loan-selector .input-label {
  color: #004165;
  font-weight: 800;
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}

.kr {
  display: flex;
  align-self: center;
  color: #1D275F;
}
@media only screen and (max-width: 700px) {
  .kr {
    margin-right: 0px !important;
    margin-left: -5px !important;
  }
}

.userinfo {
  display: flex;
  justify-content: space-between;
  width: 96%;
}

.usericon {
  background-image: url(/images/user.svg);
  background-position: 13px center;
  background-repeat: no-repeat;
  text-indent: 27px;
}

.emailicon {
  background-image: url(/images/emailalt.svg);
  background-position: 13px center;
  background-repeat: no-repeat;
  text-indent: 27px;
}

.phoneicon {
  background-image: url(/images/telephone-fill.svg);
  background-position: 13px center;
  background-repeat: no-repeat;
  text-indent: 27px;
}

.checkmark {
  border: 1px solid #CCCCCC;
  width: 20px;
  height: 20px;
}

.errorborder {
  border: 1px solid red !important;
}

.error-input {
  border: 1px solid red !important;
}

.errorlabel {
  color: red !important;
  opacity: 1 !important;
}

.validated {
  border: 1px solid #08C177 !important;
  border-radius: 6px;
}

.text-input {
  width: 100%;
  border: 1px solid #E3E3E3;
  overflow: visible;
}

.check input:checked ~ .checkmark {
  background-color: #08C177;
  border: 1px solid #08C177;
  border-radius: 2px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: -2px !important;
  margin-left: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-top: auto;
  width: 15px;
  height: auto;
}

.stronger-text {
  font-weight: 700;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rc-slider {
  position: relative;
  height: 25px;
  padding: 5px 0;
  width: 96%;
  margin: 5px auto;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #A1C9E6;
  height: 8px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 8px;
  border-radius: 6px;
  background-color: #196EAE;
}

.rc-slider-handle {
  position: absolute;
  width: 22px;
  height: 22px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -8px;
  cursor: grab;
  border-radius: 25px;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  background-color: #196EAE;
}

.rc-slider-handle:focus {
  outline: none;
}

.rc-slider-handle:active {
  box-shadow: 0 0 0 10px rgba(38, 128, 235, 0.2);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip {
  display: none;
}

.slider-ripple .rc-slider-handle {
  z-index: 1;
}
.slider-ripple .rc-slider-handle::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 0px;
  border: 8px solid rgba(25, 110, 174, 0.6);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 1.8s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -5;
  z-index: 0;
}
.slider-ripple .rc-slider-handle::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 0px;
  border: 8px solid rgba(25, 110, 174, 0.6);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 1.8s;
  animation-delay: 0.21s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -5;
  z-index: 0;
}

.value-ripple::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 0px;
  border: 8px solid rgba(25, 110, 174, 0.6);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 1.8s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -5;
  border-color: rgba(42, 157, 143, 0.6);
  margin-left: -1px;
}
.value-ripple::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 0px;
  border: 8px solid rgba(25, 110, 174, 0.6);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 1.8s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -5;
  border-color: rgba(42, 157, 143, 0.6);
  margin-left: -1px;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(2, 2, 2);
  }
}
.partners-block {
  padding: 2.5em 0;
  overflow-x: hidden;
}
.partners-block-container {
  display: flex;
  justify-content: space-evenly;
}
.partners-block-container img {
  object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .partners-block-img {
    width: 100%;
  }
}
.partners-block .splide__pagination {
  bottom: -2em;
}
.partners-block .splide__pagination__page.is-active {
  background-color: #1D275F;
}

.boxgrid-container {
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  .boxgrid-container .umb-block-grid__layout-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .boxgrid-container [data-col-span="4"], .boxgrid-container [data-col-span="3"] {
    width: 50%;
  }
  .boxgrid-container [data-col-span="8"] {
    width: 100%;
  }
}
.boxgrid-block {
  padding: 45px 0;
}
@media only screen and (max-width: 700px) {
  .boxgrid-block {
    padding: 25px 0;
  }
}
.boxgrid-block h2 {
  margin-top: 0;
  color: #1D275F;
  text-align: center;
}
.boxgrid-element {
  margin: auto;
  padding: 10px 20px;
  height: 200px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  .boxgrid-element {
    padding: 10px;
  }
}
.boxgrid-element.lines-right {
  background-image: url("/images/lines-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 99px 220px;
}
.boxgrid-element.lines-top-right {
  background-image: url("/images/lines-top-right.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 84px 114px;
}
.boxgrid-element.lines-top {
  background-image: url("/images/lines-top.svg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: cover 150px;
}
.boxgrid-element.lines-top-left {
  background-image: url("/images/lines-top-left.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 150px 150px;
}
.boxgrid-element-text b, .boxgrid-element-text strong {
  font-size: 23px;
}
@media only screen and (max-width: 700px) {
  .boxgrid-element-text b, .boxgrid-element-text strong {
    font-size: 18px;
  }
}
.boxgrid-element-text p {
  margin: 5px 0;
}
.boxgrid-element-container {
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .boxgrid-element-container {
    padding: 5px;
  }
}
.boxgrid-element button {
  background: transparent linear-gradient(180deg, #0CC177 0%, #0F724A 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 15px;
  font-size: 17px;
  font-weight: 600;
  margin-right: 25px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.boxgrid-element button:hover {
  background: transparent linear-gradient(180deg, #109660 0%, #0D6A45 100%) 0% 0% no-repeat padding-box;
}
.boxgrid-element button svg {
  margin-left: 5px;
}

.review-card {
  background-color: #EDF4F8;
  width: 90%;
  margin: auto;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  height: 100%;
}
.review-card-stars {
  width: 100%;
}
.review-card-stars .stars {
  margin: auto;
}
.review-card-text {
  font-size: 16px;
  color: #1D275F;
  width: 80%;
  min-height: 90px;
}
.review-card-author {
  color: #1D275F;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
}

.ratings-block {
  padding: 45px 0;
}
.ratings-block h2 {
  color: #1D275F;
  text-align: center;
  margin-top: 0;
}
.ratings-block-container {
  max-width: 800px !important;
}
.ratings-block .splide__pagination {
  bottom: -2em;
}
.ratings-block .splide__pagination__page.is-active {
  background-color: #1D275F;
}

.cta-block {
  display: flex;
  justify-content: center;
  padding: 45px 0;
}
.cta-button {
  background: transparent linear-gradient(180deg, #0CC177 0%, #1F9B69 100%) 0% 0% no-repeat padding-box;
  color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 25px;
  border: none;
  outline: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 19px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-button svg {
  margin-left: 10px;
}
.cta-button:hover {
  background: transparent linear-gradient(180deg, #0ca868 0%, #10754d 100%) 0% 0% no-repeat padding-box;
}

.faq-active .faq-box-question-arrow {
  transform: rotate(180deg);
  opacity: 0.6;
}
.faq-box {
  margin: 1vh auto;
  width: 90%;
}
@media only screen and (max-width: 700px) {
  .faq-box {
    width: 100%;
  }
}
.faq-box-question {
  background: #EDF4F8;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 12px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  gap: 5%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #1D275F;
  user-select: none;
}
.faq-box-question:hover {
  cursor: pointer;
}
.faq-box-question:hover .hp-faqs-box-question-arrow {
  opacity: 1;
}
.faq-box-question-circle {
  width: 60px;
  height: 60px;
  border-radius: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.faq-box-question-circle img {
  max-width: 70%;
  max-height: 40px;
  margin-right: -10px;
}
.faq-box-question span {
  width: 80%;
  color: black;
  font-weight: 700;
  font-size: 22px;
  margin-left: 8%;
}
@media only screen and (max-width: 700px) {
  .faq-box-question span {
    width: 60%;
    text-align: center;
  }
}
.faq-box-question-arrow {
  width: 40px;
  height: 40px;
  margin-right: 2%;
  transition: 0.1s linear;
}
.faq-box-answer {
  background-color: #e1f1fa;
  border-radius: 0 0 20px 20px;
  z-index: 0;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  margin-top: -30px;
  transition: 0.2s linear;
  visibility: hidden;
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
.faq-box-answer a {
  width: 75%;
  color: black;
  font-weight: 700;
  margin: 10px auto;
}
.faq-box-answer a:hover {
  text-decoration: underline;
}
.faq-box-answer-show {
  padding-bottom: 20px;
  transition: 0.2s linear;
  visibility: visible;
}

.author-box {
  margin: 50px auto;
  background: transparent linear-gradient(180deg, #004165 0%, #006CA8 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  color: white;
  line-height: 1.8rem;
  position: relative;
  z-index: 1;
}
.author-box-content {
  display: flex;
  flex-direction: row;
  padding: 30px;
}
@media only screen and (max-width: 700px) {
  .author-box-content {
    flex-direction: column;
    align-items: center;
  }
}
.author-box-content-image img {
  border-radius: 50%;
  width: 120px;
}
.author-box-content-info {
  padding-left: 20px;
}
.author-box-content-info .by {
  line-height: 1;
  color: #0077be;
}
.author-box-content-info-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.author-box-content-info-icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #EDF4F8;
  text-decoration: none;
}
.author-box-content-info-icons a p {
  font-weight: bold;
}
.author-box-content-info-icons a img {
  width: 20px;
  height: auto;
}

.seogrid h2 {
  font-size: 35px;
  color: #1D275F;
}
.seogrid p {
  font-size: 17px;
  line-height: 1.8;
}

.image-block {
  margin: 35px 0;
}
.image-block img {
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .image-block img {
    width: 100%;
    height: auto;
  }
}