:root {
  --clr-primary-100: #18CB96;
  --clr-primary-200: #FA8502;
  --clr-primary-210: #FEA500;
  --clr-primary-300:rgba(254, 235, 214, 1);
  --clr-primary-400: #373643;
  --clr-info-500: #A3FFE4;
  --clr-info-600: #B4FFE9;
  --clr-info-700: #0071E229;
  --clr-neutral-100: #FFFFFF;
  --clr-neutral-200: #D7D7D7;
  --clr-neutral-300: #B1B1B1;
  --clr-neutral-400: #E3E3E3;
  --clr-neutral-500: #787878;
  --btn-primary-bg: var(--clr-primary-200);
  --btn-primary-txt: var(--clr-neutral-100);
  /* Font family */
  --ff-Regular: "CeraPro-Regular", sans-serif;
  --ff-Medium: "CeraPro-Medium", sans-serif;
  --ff-Bold: "CeraPro-Bold", sans-serif;
  --fs-50: 1.4rem;
  --fs-100: 1.6rem;
  --fs-200: 1.8rem;
  --fs-300: 2rem;
  --fs-400: 2.4rem;
  --fs-500: 2.8rem;
  --fs-600: 3.2rem;
  --fs-700: 3.6rem;
  --fs-800: 4rem;
  --fs-900: 7.2rem;
  --lh-100: 2.4rem;
  --lh-200: 2.6rem;
  --lh-300: 2.8rem;
  --lh-400: 3.2rem;
  --lh-500: 4rem;
  --radius-100: 0.5rem;
  --radius-200: 0.8rem;
  --radius-300: 1.2rem;
  --radius-400: 1.6rem;
  --radius-500: 2.4rem;
  --radius-600: 10rem;
  --main-heading: clamp(var(--fs-500), 5vw, var(--fs-900));
  --secondary-heading: clamp(var(--fs-400), 5vw, var(--fs-600));
  --sub-heading: clamp(var(--fs-300), 5vw, var(--fs-400));
  --shadow-400: 0px 4px 15px rgba(2, 7, 32, 0.08);
  --size-100: 1rem;
  --size-200: 1.5rem;
  --size-300: 2rem;
  --size-400: 2.5rem;
  --size-500: 3rem;
  --size-600: 3.5rem;
  --size-700: 4rem;
  --size-800: 5.6rem;
  --size-900: 6rem;
  --section-gap: clamp(3rem, 5vw, 6rem);
}

/* box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*reset font sizes of all tags*/
* {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* reset font size 1rem to 10px */
html {
  font-size: 62.5%;
}

body,
html {
  height: 100%;
}

/* remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* set core body defaults */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: var(--clr-primary-400);
}

/* a elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* make images easier to work with */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* avoid text overflows */
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-size: inherit;
}

/* Hide Google Translate UI elements */
#google_translate_element,
.goog-te-banner-frame,
.goog-logo-link,
.goog-te-gadget,
.goog-te-combo,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
.VIpgJd-ZVi9od-ORHb,
.skiptranslate,
.goog-te-gadget-icon,
#goog-gt-tt,
div[id^=":"],
iframe[style*="z-index: 1000000"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display: none !important;
}

[class^=VIpgJd-ZVi9od-aZ2wEe] {
  display: none !important;
}

html,
body {
  top: 0px !important;
  position: static !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
}

/* remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "CeraPro-Regular";
  src: url("../fonts/CeraPro-Regular.ttf") format("truetype"), url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Medium";
  src: url("../fonts/CeraPro-Medium.ttf") format("truetype"), url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Bold";
  src: url("../fonts/CeraPro-Bold.ttf") format("truetype"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: var(--fs-100);
  line-height: 1.3;
  font-family: var(--ff-Regular);
  color: var(--clr-neutral-900);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--clr-primary-400);
}

/* Heading */
.main-heading {
  font-size: var(--main-heading);
  font-family: var(--ff-Bold);
}

.secondary-heading {
  line-height: 4rem;
  font-family: var(--ff-Bold);
  font-size: 4rem;
}

.sub-heading {
  font-size: var(--sub-heading);
  letter-spacing: var(--ls-400);
  font-family: var(--ff-Bold);
}

.description-title {
  font-size: var(--fs-600);
  letter-spacing: var(--ls-400);
  font-family: var(--ff-Bold);
}

.text-primary-100 {
  color: var(--clr-primary-100);
}

/* Desc */
.main-desc {
  font-size: var(--fs-200);
  line-height: var(--lh-200);
  margin-top: 0.4rem;
}

@media (min-width: 1025px) {
  .main-desc {
    font-size: var(--fs-400);
    line-height: var(--lh-400);
    margin-top: 0.6rem;
  }
}
@media (max-width: 585px) {
  .description-title {
    font-size: var(--fs-200);
  }
  .secondary-heading {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
}
.text-neutral-100 {
  color: var(--clr-neutral-100);
}

.bg-neutral-100 {
  background-color: var(--clr-neutral-100);
}

.text-neutral-200 {
  color: var(--clr-neutral-200);
}

.bg-neutral-200 {
  background-color: var(--clr-neutral-200);
}

.text-neutral-300 {
  color: var(--clr-neutral-300);
}

.bg-neutral-300 {
  background-color: var(--clr-neutral-300);
}

.text-neutral-400 {
  color: var(--clr-neutral-400);
}

.bg-neutral-400 {
  background-color: var(--clr-neutral-400);
}

.text-neutral-500 {
  color: var(--clr-neutral-500);
}

.bg-neutral-500 {
  background-color: var(--clr-neutral-500);
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.bg-neutral-600 {
  background-color: var(--clr-neutral-600);
}

.text-neutral-700 {
  color: var(--clr-neutral-700);
}

.bg-neutral-700 {
  background-color: var(--clr-neutral-700);
}

.text-primary-100 {
  color: var(--clr-primary-100);
}

.text-primary-200 {
  color: var(--clr-primary-200);
}

.text-primary-300 {
  color: var(--clr-primary-300);
}

.text-primary-400 {
  color: var(--clr-primary-400);
}

.bg-primary-300 {
  background-color: var(--clr-primary-100);
}

.bg-primary-400 {
  background-color: var(--clr-primary-200);
}

.bg-primary-500 {
  background-color: var(--clr-primary-300);
}

.bg-primary-600 {
  background-color: var(--clr-neutral-100);
}

.section-gap {
  margin: var(--section-gap) 0;
}

.grid {
  display: grid;
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

.fs-50 {
  font-size: var(--fs-50);
}

@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: var(--fs-50);
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: var(--fs-50);
  }
}
.fs-100 {
  font-size: var(--fs-100);
}

@media (min-width: 1200px) {
  .fs-xl-100 {
    font-size: var(--fs-100);
  }
}
@media (min-width: 992px) {
  .fs-lg-100 {
    font-size: var(--fs-100);
  }
}
.fs-200 {
  font-size: var(--fs-200);
}

@media (min-width: 1200px) {
  .fs-xl-200 {
    font-size: var(--fs-200);
  }
}
@media (min-width: 992px) {
  .fs-lg-200 {
    font-size: var(--fs-200);
  }
}
.fs-300 {
  font-size: var(--fs-300);
}

@media (min-width: 1200px) {
  .fs-xl-300 {
    font-size: var(--fs-300);
  }
}
@media (min-width: 992px) {
  .fs-lg-300 {
    font-size: var(--fs-300);
  }
}
.fs-400 {
  font-size: var(--fs-400);
}

@media (min-width: 1200px) {
  .fs-xl-400 {
    font-size: var(--fs-400);
  }
}
@media (min-width: 992px) {
  .fs-lg-400 {
    font-size: var(--fs-400);
  }
}
.fs-500 {
  font-size: var(--fs-500);
}

@media (min-width: 1200px) {
  .fs-xl-500 {
    font-size: var(--fs-500);
  }
}
@media (min-width: 992px) {
  .fs-lg-500 {
    font-size: var(--fs-500);
  }
}
.fs-600 {
  font-size: var(--fs-600);
}

@media (min-width: 1200px) {
  .fs-xl-600 {
    font-size: var(--fs-600);
  }
}
@media (min-width: 992px) {
  .fs-lg-600 {
    font-size: var(--fs-600);
  }
}
.fs-700 {
  font-size: var(--fs-700);
}

@media (min-width: 1200px) {
  .fs-xl-700 {
    font-size: var(--fs-700);
  }
}
@media (min-width: 992px) {
  .fs-lg-700 {
    font-size: var(--fs-700);
  }
}
.fs-800 {
  font-size: var(--fs-800);
}

@media (min-width: 1200px) {
  .fs-xl-800 {
    font-size: var(--fs-800);
  }
}
@media (min-width: 992px) {
  .fs-lg-800 {
    font-size: var(--fs-800);
  }
}
.fs-900 {
  font-size: var(--fs-900);
}

@media (min-width: 1200px) {
  .fs-xl-900 {
    font-size: var(--fs-900);
  }
}
@media (min-width: 992px) {
  .fs-lg-900 {
    font-size: var(--fs-900);
  }
}
@media (min-width: 768px) {
  .grid--md {
    display: grid;
  }
  .grid--md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1199px) {
  .grid--lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1025px) {
  .grid-xl {
    display: grid;
  }
  .grid--xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-xxl {
    display: grid;
  }
  .grid--xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mybtn {
  font-size: var(--fs-100);
  line-height: var(--lh-100);
  border-radius: var(--radius-600);
  padding: 1.5rem 2.1rem;
  letter-spacing: var(--ls-400);
  text-align: center;
  font-family: var(--ff-Medium);
  white-space: nowrap;
}
.mybtn--md {
  padding: 0.8rem 1.8rem;
}
.mybtn--sm {
  padding: 1rem 1.2rem;
  display: block;
}
.mybtn--primary {
  background: var(--clr-primary-400);
  white-space: nowrap;
  color: var(--clr-neutral-100);
}
.mybtn--outline {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border: 0.2rem solid var(--clr-primary-200);
  color: var(--clr-primary-200);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.mybtn--outline:hover {
  background-color: var(--clr-primary-200);
  color: var(--clr-neutral-100);
}
.mybtn--outline:hover .path-color {
  stroke: var(--clr-neutral-100);
}
.mybtn--outline-opacity {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border: 0.2rem solid var(--clr-primary-200);
  color: var(--clr-primary-200);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 0.5;
}
.mybtn--outline-opacity .path-color {
  transition: all 0.3s ease-in-out;
}
.mybtn--outline-opacity:hover {
  background-color: var(--clr-primary-200);
  color: var(--clr-neutral-100);
}
.mybtn--outline-opacity:hover .path-color {
  stroke: var(--clr-neutral-100);
}
.mybtn--fill {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border: 0.2rem solid var(--clr-primary-200);
  color: var(--clr-neutral-100);
  background-color: var(--clr-primary-200);
  transition: all 0.3s ease-in-out;
}
.mybtn--fill .path-color {
  stroke: var(--clr-neutral-100);
}
.mybtn--fill:hover {
  background-color: transparent;
  color: var(--clr-primary-200);
}
.mybtn--fill:hover .path-color {
  stroke: var(--clr-primary-200);
}

@media (min-width: 992px) {
  .mybtn {
    font-size: var(--fs-200);
    line-height: var(--lh-200);
    padding: 1.6rem 3.2rem;
  }
  .mybtn--link {
    font-size: var(--fs-200);
    line-height: var(--lh-200);
    gap: 0.3rem;
  }
  .mybtn--md {
    padding: 1rem 2rem;
  }
  .mybtn--sm {
    padding: 1rem 1.4rem;
    display: block;
  }
}
.swiper-pagination {
  left: 0;
  display: flex;
  bottom: 3.4rem !important;
}

.swiper-pagination-bullet {
  background-color: var(--clr-neutral-100);
  opacity: 0.4;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 5rem;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 9;
  width: 3rem;
}

.services {
  padding: 4rem 0;
}
.services__custom-service-container {
  max-width: 125.8rem;
  margin: 0 auto;
  box-shadow: var(--shadow-400);
  border-radius: var(--radius-500);
  padding: 4rem 4rem;
}
.services__grid {
  gap: 4rem;
}
.services__box {
  padding: 2.6rem 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.8rem;
  border: 1px solid var(--clr-info-500);
  border-radius: var(--radius-300);
  transition: all 0.3s ease-in-out;
}
.services__box:hover {
  background-color: var(--clr-primary-100);
}
.services__box:hover .service__title {
  color: var(--clr-neutral-100);
}
.services__box:hover .service__box-icon {
  stroke: var(--clr-neutral-100);
}
.services__box:hover .service__box-icon-fill-stroke {
  fill: var(--clr-neutral-100);
  stroke: var(--clr-neutral-100);
}
.services__title {
  font-size: var(--fs-200);
  line-height: 3.2rem;
  transition: all 0.3s ease-in-out;
  font-family: var(--ff-Medium);
}

@media (max-width: 1280px) {
  .services__custom-service-container {
    max-width: calc(100% - 6.5rem);
  }
}
@media (max-width: 1024px) {
  .services__custom-service-container {
    max-width: calc(100% - 1.5rem);
  }
  .services__box {
    padding: 4.6rem 4.8rem;
  }
}
@media (max-width: 991px) {
  .services__custom-service-container {
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 820px) {
  .services__box {
    padding: 3.6rem 4.8rem;
  }
}
@media (max-width: 820px) {
  .services__grid {
    gap: 2rem;
  }
  .services__box {
    padding: 3.6rem 4.8rem;
  }
  .services__custom-service-container {
    padding: 4rem 3rem;
    max-width: calc(100% - 3.5rem);
  }
}
@media (max-width: 820px) {
  .services__grid {
    gap: 2rem;
  }
  .services__box {
    padding: 3.6rem 3.6rem;
  }
  .services__custom-service-container {
    padding: 4rem 3rem;
  }
}
@media (max-width: 585px) {
  .services {
    padding: 4rem 0 3rem;
  }
  .services__box {
    padding: 2.6rem 3.6rem;
  }
}
@media (max-width: 400px) {
  .services {
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 390px) {
  .services {
    padding: 2rem 0 3rem;
  }
}
.loandetails__box {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 2.5rem;
}

input[type=date]::-moz-calendar-picker-indicator {
  display: none;
}

.radio-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  max-width: 100%;
}

.radio-group__label {
  display: block;
  margin-bottom: 1.5rem;
  font-size: var(--fs-200);
  font-family: var(--ff-Medium);
  color: var(--clr-neutral-500);
}

.radio-group__option {
  flex: 1 1 calc(50% - 5px);
  box-sizing: border-box;
}

.radio-group__input {
  display: none;
}

.radio-group__input:checked + .radio-group__button {
  background-color: var(--clr-primary-100);
  color: var(--clr-neutral-100);
  border-color: var(--clr-primary-100);
}

.radio-group__button {
  display: block;
  width: 100%;
  padding: 1rem 3.5rem;
  text-align: center;
  border: 0.1rem solid var(--clr-neutral-200);
  border-radius: 0.8rem;
  background-color: var(--clr-neutral-100);
  color: var(--clr-primary-400);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-control {
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  border: 1px solid var(--clr-neutral-400);
  border-radius: var(--radius-600);
  font-size: var(--fs-100);
  transition: border-color 0.3s ease;
  margin-bottom: 0;
  color: var(--clr-primary-400);
}
.form-control:focus {
  box-shadow: unset !important;
  border-color: var(--clr-primary-100) !important;
}
.form-control::-moz-placeholder {
  color: var(--clr-neutral-300);
}
.form-control::placeholder {
  color: var(--clr-neutral-300);
}

input[type=date] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: none !important;
}

/*  Chrome */
input[type=date]::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
}

.form-input {
  position: relative;
}
.form-input img {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
}

.wrapper-dropdown {
  position: relative;
  display: inline-block;
  min-width: 70%;
  padding: 0 2rem 0 2rem;
  border-radius: var(--radius-600);
  background: var(--clr-neutral-100);
  text-align: left;
  color: var(--clr-primary-400);
  font-size: var(--fs-100);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  border: 0.1rem solid var(--clr-neutral-400);
  line-height: 2.5rem;
}
.wrapper-dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(0deg);
  width: 2.2rem;
  height: 2rem;
  background: url("../images/down-arrow.svg") no-repeat center center;
  transition: all 0.3s ease-in-out;
}
.wrapper-dropdown.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.wrapper-dropdown .dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: var(--radius-300);
  box-shadow: inherit;
  background: inherit;
  transition: 0.5s ease;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: var(--shadow-400);
  max-height: 18rem;
  overflow-y: auto;
  z-index: 99;
}
.wrapper-dropdown .dropdown li {
  padding: 0 1.5rem;
  overflow: hidden;
  transition: 0.5s ease;
  line-height: 4.5rem;
  color: var(--clr-primary-400);
}
.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .dropdown li:hover {
  background: rgba(197, 239, 247, 0.8);
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  border-radius: var(--radius-300);
}
.wrapper-dropdown.active ul li:first-child {
  border-top-left-radius: var(--radius-300);
  border-top-right-radius: var(--radius-300);
}
.wrapper-dropdown.active ul li:last-child {
  border-bottom-left-radius: var(--radius-300);
  border-bottom-right-radius: var(--radius-300);
}

.consent__label {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  color: var(--clr-primary-400);
  font-size: 1.4rem;
  line-height: 2rem;
}
.consent__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.consent__checkbox:checked + .consent__custom-box {
  background-color: var(--clr-primary-100);
  border-color: var(--clr-primary-100);
}
.consent__checkbox:checked + .consent__custom-box::after {
  display: block;
}
.consent__custom-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.9rem;
  width: 1.9rem;
  border: 1px solid var(--clr-neutral-400);
  border-radius: 0.4rem;
  background-color: var(--clr-neutral-100);
  box-sizing: border-box;
}
.consent__custom-box::after {
  content: "";
  position: absolute;
  display: block;
  left: 0.45rem;
  top: 0.45rem;
  width: 1rem;
  height: 1rem;
  background: url("../images/right-tick.svg") no-repeat center center;
  background-size: contain;
}

@media (max-width: 1366px) {
  .loandetails form {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .loandetails form {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .radio-group {
    flex-wrap: nowrap;
  }
  .radio-group__option {
    flex: 0 1 auto;
  }
}
@media (max-width: 1024px) {
  .loandetails form {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .loandetails form {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .loandetails form {
    width: 92%;
  }
  .radio-group {
    display: grid;
    grid-template-columns: auto auto auto;
    flex-wrap: wrap;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .loandetails form {
    width: 92%;
  }
}
@media (max-width: 600px) {
  .loandetails form {
    width: 100%;
  }
  .radio-group {
    display: grid;
    grid-template-columns: auto auto;
    flex-wrap: nowrap;
    width: 100%;
  }
  .wrapper-dropdown {
    min-width: 100%;
    line-height: 19px;
  }
  .wrapper-dropdown .dropdown li {
    padding: 0 12px;
  }
  .loandetails__box {
    width: 100%;
  }
}
.footer {
  padding: 7rem 0 0;
  background-color: var(--clr-neutral-700);
  /* Social */
  /* copyright */
}
.footer__logo {
  width: 5rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-box {
  margin-bottom: 2.5rem;
  display: block;
}
.footer__content p {
  color: var(--clr-neutral-500);
  font-size: var(--fs-200);
  opacity: 0.67;
  max-width: 24rem;
}
.footer__title {
  font-family: var(--ff-Bold);
  font-size: var(--fs-300);
  margin-bottom: 2rem;
}
.footer__contact-ic {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: var(--fs-100);
  color: var(--clr-primary-400);
  font-family: var(--ff-Medium);
  margin-top: 1.3rem;
  transition: all 0.3s ease-in-out;
}
.footer__contact-ic:hover {
  color: var(--clr-primary-100);
}
.footer__list {
  display: grid;
  gap: 1.6rem;
}
.footer__link {
  font-size: var(--fs-200);
  color: var(--clr-primary-400);
  opacity: 0.67;
  transition: all 0.3s ease-in-out;
  padding-left: 0;
}
.footer__link:hover {
  color: var(--clr-primary-100);
  padding-left: 0.4rem;
}
.footer__wrapper {
  padding-bottom: 3rem;
}
.footer__social {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
}
.footer__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.4rem;
  width: 3.4rem;
  border-radius: var(--radius-600);
  background-color: var(--clr-primary-200);
  transition: all 0.3s ease-in-out;
}
.footer__social-item:hover {
  background-color: var(--clr-primary-400);
}
.footer__store-wrapper {
  margin: 4rem 0 0;
}
.footer__store-wrapper a img {
  margin: 2.5rem 0;
  width: 100%;
}
.footer__copyrght {
  padding: 3rem 0;
  gap: 2rem;
  background-color: var(--clr-info-600);
}
.footer__line {
  flex-grow: 1;
  color: var(--clr-primary-500);
}

@media (min-width: 1199px) {
  .footer__social {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 4rem 0 0;
    /* Social */
    /* copyright */
  }
  .footer__logo {
    width: 7rem;
    height: 2.7rem;
  }
  .footer__social {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 3.4rem;
  }
  .footer__copyrght {
    padding: 1.5rem 0;
    background-color: var(--clr-info-600);
  }
}
@media (max-width: 585px) {
  .footer {
    padding: 3rem 0 0;
  }
  .footer__wrapper {
    padding-bottom: 0;
  }
  .footer__store-wrapper {
    margin: 0rem 0 0;
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .footer__store-wrapper a img {
    margin: 2rem 0 0;
    height: 5.6rem;
    width: 19.9rem;
  }
  .footer__copyrght {
    padding: 2rem 0;
    gap: 2rem;
    background-color: var(--clr-info-600);
  }
}
.header {
  position: relative;
  top: 0rem;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background-color: var(--clr-neutral-100);
  /* toggle */
  /* scroll */
  /* Custom Language Dropdown Styles */
}
.header__wrapper {
  padding: 1.7rem 0rem 1.7rem 0;
  border-radius: var(--radius-400);
  transition: all 0.3s;
  margin: 0 0 1.5rem 0;
}
.header__store-wrapper {
  display: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
}
.header__store-wrapper a img {
  width: 100%;
}
.header__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__logo {
  width: 14.057rem;
  height: 2.481rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .content {
  padding: 2rem;
  text-align: center;
}
.header .content__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}
.header .content__description {
  font-size: 1.2rem;
  color: #666;
}
.header__nav-list {
  gap: 3rem;
  padding-top: 3rem;
}
.header__nav-link {
  font-size: var(--fs-200);
  font-weight: 400;
  color: var(--clr-neutral-600);
  display: inline-block;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  height: 0.4rem;
  width: 0;
  background-color: var(--clr-primary-100);
  transition: width 0.3s ease;
  border-radius: var(--radius-400);
}
.header__nav-link:hover {
  color: var(--clr-primary-100);
}
.header__nav-link:hover::after {
  width: 18%;
}
.header__btn-ic {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: var(--fs-100);
  color: var(--clr-primary-400);
  font-family: var(--ff-Medium);
  transition: all 0.3s ease-in-out;
}
.header__btn-ic:hover {
  color: var(--clr-primary-100);
}
.header__toggle {
  display: grid;
  gap: 0.6rem;
  cursor: pointer;
}
.header__toggle-line {
  background-color: black;
  width: 2.4rem;
  height: 0.2rem;
  display: block;
  transition: transform 0.3s ease;
  border-radius: var(--radius-400);
}
.header__toggle-line:nth-child(2) {
  display: none;
}
.header.scroll-up {
  top: -11rem;
}
.header.scroll-down {
  top: 0rem !important;
}
.header .custom-dropdown {
  position: relative;
  z-index: 9999;
  font-family: sans-serif;
  width: 10rem;
}
.header .dropdown-selected {
  padding: 0.8rem 0.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .dropdown-icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.header .dropdown-selected svg:last-child {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.header .dropdown-open .dropdown-selected svg:last-child {
  transform: rotate(180deg);
}
.header .dropdown-options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .dropdown-options div {
  padding: 8px 12px;
  cursor: pointer;
}
.header .dropdown-options div:hover {
  background-color: #f5f5f5;
}
.header .dropdown-open .dropdown-options {
  display: block;
}

#toggle:checked ~ .header__nav {
  max-height: 100%;
  transform: translateY(0);
}

@media (min-width: 1200px) {
  .header {
    /* profile */
  }
  .header__wrapper {
    padding: 1.9rem 1rem 1.9rem 0;
    max-height: auto !important;
    margin: 0 0 0 0;
  }
  .header__nav {
    gap: 10rem;
  }
  .header__logo {
    width: 19.374rem;
    height: 3.411rem;
  }
  .header__nav-list {
    gap: 3.8rem;
    padding: 0;
  }
  .header__nav-link {
    font-size: var(--fs-100);
    font-family: var(--ff-Medium);
  }
  .header__profile-img {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (max-width: 1470px) {
  .header__nav {
    gap: 2rem;
  }
}
@media (max-width: 1366px) {
  .header__nav {
    gap: 1rem;
  }
  .header__nav-list {
    gap: 2.8rem;
  }
}
@media (max-width: 1291px) {
  .header__nav {
    gap: 0.5rem;
  }
}
@media (max-width: 1250px) {
  .header__nav {
    gap: 4rem;
  }
  .header__nav-list {
    gap: 2.3rem;
  }
}
@media (max-width: 1199px) {
  .header__nav {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: max-height 0.3s ease;
    gap: 1rem;
  }
  .header__btn {
    margin-top: 2rem;
  }
  .header #toggle:checked ~ .header__wrapper {
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .header__search-box {
    max-width: 100%;
  }
}
@media (max-width: 585px) {
  .header__nav {
    gap: 2.5rem;
  }
  .header__nav-list {
    text-align: center;
    gap: 2.5rem;
  }
  .header__store-wrapper {
    display: flex;
  }
  .header__store-wrapper a img {
    height: 5.6rem;
    width: 19.9rem;
  }
  .header__nav-link::after {
    display: none;
  }
  .header__btn-ic {
    margin-bottom: 2rem;
  }
  .header__btn {
    margin-bottom: 0;
    position: relative;
  }
  .header__btn::after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background-color: var(--clr-primary-100);
    margin: 0 auto;
    position: absolute;
    border-radius: var(--fs-200);
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.container {
  max-width: min(149rem, 100% - 6.5rem);
}

.container-fluid {
  max-width: min(139rem, 100% - 6.5rem);
}

@media (max-width: 585px) {
  .container {
    max-width: min(149rem, 100% - 2.3rem);
  }
  .container-fluid {
    max-width: min(139rem, 100% - 2.3rem);
  }
}
.hero__wrapper {
  max-width: calc(100% - 6.6rem);
  margin: 0 auto;
  background: var(--clr-primary-400) url("../images/desktop-bg.png") no-repeat center center;
  background-size: 100% 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 70rem;
  border-radius: var(--radius-500);
}
.hero .content-box {
  margin-top: 20rem;
}
.hero .content-box__head {
  color: var(--clr-neutral-100);
}
.hero .content-box__head h1 {
  margin-bottom: 3rem;
  max-width: 62rem;
  line-height: 7.2rem;
}
.hero .content-box__head p {
  margin-bottom: 4rem;
  font-size: var(--fs-200);
  font-family: var(--ff-Medium);
}
.hero__profile-form-wrapper {
  padding: 3rem 0;
}
.hero__profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
  margin-right: 4rem;
}
.hero__profile-content {
  margin-right: 0;
  max-width: 15rem;
  background-color: var(--clr-primary-400);
  padding: 0.6rem 0.6rem;
  border-radius: 0.6rem;
  position: relative;
}
.hero__profile-content::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/right-side-traingle.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.hero__profile-content p {
  font-size: 1.2rem;
  color: var(--clr-neutral-100);
  font-family: var(--ff-Medium);
}
.hero__profile-img img {
  height: 8rem;
  width: 8rem;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.1rem solid var(--clr-primary-100);
}
.hero__form {
  background-color: var(--clr-neutral-100);
  border-radius: var(--radius-500);
  padding: 4rem 4rem;
  margin-top: -1.5rem;
  width: 100%;
  margin-left: auto;
}
.hero__form h2 {
  font-size: var(--fs-600);
  font-family: var(--ff-Bold);
  margin-bottom: 2rem;
  white-space: nowrap;
}
.hero__form p {
  color: var(--clr-primary-400);
  opacity: 0.67;
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
  max-width: 40rem;
  font-family: var(--ff-Regular);
}
.hero__form .form-input {
  position: relative;
}
.hero__form .form-input img {
  position: absolute;
  top: 1.6rem;
  left: 1.7rem;
}
.hero__form .form-control {
  width: 100%;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
  border: 1px solid var(--clr-neutral-400);
  border-radius: var(--radius-600);
  font-size: var(--fs-100);
  transition: border-color 0.3s ease;
  margin-bottom: 2rem;
  color: var(--clr-primary-400);
}
.hero__form .form-control:focus {
  box-shadow: unset;
  outline-color: var(--clr-primary-100) !important;
}
.hero__form .form-control::-moz-placeholder {
  color: var(--clr-neutral-300);
}
.hero__form .form-control::placeholder {
  color: var(--clr-neutral-300);
}
.hero__form .form-btn button {
  width: 100%;
}
.hero__form .reviews {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.hero__form .reviews__avatars {
  display: flex;
  margin-right: 1rem;
}
.hero__form .reviews__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.2rem solid var(--clr-primary-100);
  margin-left: -15px;
}
.hero__form .reviews__avatar:first-child {
  margin-left: 0;
}
.hero__form .reviews__count {
  background-color: var(--clr-primary-100);
  color: var(--clr-neutral-100);
  font-family: var(--ff-Medium);
  font-size: 1.2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}
.hero__form .reviews__stars {
  display: flex;
}
.hero__form .reviews__star {
  color: var(--clr-primary-210);
  font-size: 20px;
  margin-right: 2px;
}
.hero__form .reviews__star:last-child {
  margin-right: 0;
}
.hero__form .reviews__desc span {
  display: block;
  margin-left: 1rem;
  font-size: var(--fs-50);
  color: var(--clr-primary-400);
  font-family: var(--ff-Medium);
}

.hero__wrapper.credit {
  background: var(--clr-primary-400) url("../images/desktop-credit-bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.hero__wrapper.mortgage {
  background: var(--clr-primary-400) url("../images/desktop-mortgage-bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.hero__wrapper.insurance {
  background: var(--clr-primary-400) url("../images/desktop-insurance-bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.hero__wrapper.homeservices {
  background: var(--clr-primary-400) url("../images/desktop-homeservices-bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.hero__wrapper.loan {
  background: var(--clr-primary-400) url("../images/desktop-loan-bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.happycustomers {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 10rem;
}
.happycustomers__image img {
  width: 90%;
  height: 100%;
  max-height: 50rem;
  border-radius: var(--radius-500);
}
.happycustomers__image {
  padding: 0;
}
.happycustomers__content {
  padding: 30px;
  background-color: var(--clr-neutral-100);
}
.happycustomers__author-quote {
  font-size: var(--fs-300);
  font-style: italic;
  line-height: 3.2rem;
}
.happycustomers__subtitle {
  color: var(--clr-primary-400);
  margin-bottom: 20px;
  opacity: 0.45;
}
.happycustomers__content-desc {
  margin-top: 4rem;
}
.happycustomers__slider {
  position: relative;
}
.happycustomers__slide {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.happycustomers__author {
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
.happycustomers__author-image {
  width: 6.4rem;
  height: 6.4rem;
  border: 0.2rem solid var(--clr-primary-210);
  border-radius: 50%;
  margin-right: 10px;
}
.happycustomers__author-info {
  display: flex;
  flex-direction: column;
}
.happycustomers__author-name {
  font-size: var(--fs-200);
  font-family: var(--ff-Bold);
  color: var(--clr-primary-40);
  margin: 0 0 0.2rem 0;
}
.happycustomers__author-role {
  font-size: var(--fs-50);
  color: var(--clr-primary-100);
  margin: 0;
  font-family: var(--ff-Medium);
}
.happycustomers__quote-icon {
  width: 5.8rem;
  height: 4rem;
  margin-bottom: 4rem;
}
.happycustomers__nav {
  position: absolute;
  bottom: 1rem;
  right: 0%;
  transform: translateY(0%);
  display: flex;
  gap: 2rem;
  z-index: 111;
}
.happycustomers__nav-next svg {
  transform: rotate(180deg);
}
.happycustomers__nav-prev, .happycustomers__nav-next {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary-300);
  opacity: 1 !important;
  position: static;
  transition: all 0.3s ease-in-out;
}
.happycustomers__nav-prev svg, .happycustomers__nav-next svg {
  transition: all 0.3s ease-in-out;
}
.happycustomers__nav-prev:hover, .happycustomers__nav-next:hover {
  background-color: var(--clr-primary-200);
}
.happycustomers__nav-prev:hover .path-stroke-white, .happycustomers__nav-next:hover .path-stroke-white {
  stroke: var(--clr-neutral-100);
}

.auto-loan {
  padding: 8rem 0 12rem;
}
.auto-loan__container {
  max-width: 125.8rem;
  margin: 0 auto;
}
.auto-loan__wrapper {
  background-color: var(--clr-info-700);
  border-radius: var(--radius-500);
}
.auto-loan__title {
  max-width: 55rem;
  margin-bottom: 2rem;
  line-height: 4.8rem;
}
.auto-loan__content {
  padding: 5rem 0rem 5rem 5rem;
}
.auto-loan__description {
  max-width: 48rem;
  margin-bottom: 4.5rem;
}
.auto-loan__btn {
  width: 23rem;
}
.auto-loan__image {
  position: relative;
  z-index: 9;
}
.auto-loan__desktop {
  display: block;
  margin-top: -6.2rem;
  margin-left: 5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.auto-loan__mobile {
  display: none;
}

.whatwedo__wrapper {
  border-radius: var(--radius-500);
  background-color: var(--clr-primary-300);
  padding: 4rem 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.whatwedo__wrapper::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: 0;
  height: 28.2rem;
  width: 28.2rem;
  background: url("../images/what-we-do-decorate.svg") no-repeat center center;
  background-size: 100% 100%;
  border-radius: var(--radius-600);
  opacity: 0.5;
  z-index: -1;
}
.whatwedo__wrapper::before {
  content: "";
  position: absolute;
  left: 10rem;
  top: -5rem;
  height: 57.1rem;
  width: 57.1rem;
  background: url("../images/what-we-do-decorate-top.svg") no-repeat top left;
  background-size: contain;
  border-radius: var(--radius-600);
  opacity: 0.5;
  z-index: -1;
}
.whatwedo .content-box-right__head p {
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.whatwedo .content-box-right__right-tick {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.whatwedo__card-wrapper {
  margin-top: 4rem;
}
.whatwedo__card {
  background-color: var(--clr-neutral-100);
  height: 100%;
  padding: 3rem 3rem;
  border-radius: var(--radius-400);
  box-shadow: var(--shadow-400);
}
.whatwedo__icon {
  margin-bottom: 2.5rem;
}
.whatwedo__desc h5 {
  font-size: var(--fs-400);
  font-family: var(--ff-Bold);
  margin-bottom: 1rem;
  color: var(--clr-primary-400);
}
.whatwedo__desc p {
  color: var(--clr-primary-400);
  line-height: 2.4rem;
}
.whatwedo__btn {
  margin-top: 5rem;
}

@media (min-width: 1681px) {
  .hero__wrapper {
    min-height: 74.5rem;
  }
}
@media (max-width: 1470px) {
  .auto-loan__desktop {
    margin-top: -4.2rem;
    margin-left: 5rem;
  }
  .hero__form {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 1470px) {
  .hero__form {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 1366px) {
  .hero__wrapper {
    height: 65rem;
  }
  .hero__profile-form-wrapper {
    padding: 2rem 0;
  }
  .hero__form {
    padding: 2.5rem 2rem;
    margin-top: -1rem;
  }
  .hero__form h2 {
    font-size: var(--fs-500);
  }
  .hero .content-box__head h1 {
    max-width: 59rem;
  }
  .auto-loan__desktop {
    margin-top: -4.2rem;
    margin-left: 5rem;
  }
}
@media (max-width: 1280px) {
  .hero__form {
    padding: 3rem 3rem;
  }
  .hero__form h2 {
    font-size: var(--fs-500);
  }
  .auto-loan__container {
    max-width: calc(100% - 10rem);
  }
  .auto-loan__desktop {
    margin-top: -3.2rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1250px) {
  .auto-loan__container {
    max-width: calc(100% - 10rem);
  }
  .auto-loan__desktop {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero__wrapper {
    max-width: calc(100% - 1.5rem);
  }
  .happycustomers__image img {
    width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .auto-loan__container {
    max-width: calc(100% - 6.5rem);
    margin: 0 auto;
  }
  .auto-loan__desktop {
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 1024px) {
  .hero__wrapper {
    background: var(--clr-primary-400) url("../images/desktop-bg.png") no-repeat top center;
  }
  .hero__form {
    position: relative;
  }
  .hero__form h2 {
    font-size: var(--fs-400);
  }
  .hero .content-box {
    margin-top: 8rem;
  }
  .hero .content-box__head h1 {
    line-height: 6.2rem;
    max-width: 80%;
  }
  .hero__profile-form-wrapper {
    padding: 1.5rem 0;
  }
  .auto-loan__container {
    max-width: calc(100% - 5rem);
  }
  .auto-loan__content {
    padding: 3rem 0 3rem 3rem;
  }
  .auto-loan__desktop {
    display: block;
    margin-top: 4rem;
    margin-left: 0rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .happycustomers__image img {
    width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media (max-width: 991px) {
  .hero__wrapper {
    background: var(--clr-primary-400) url("../images/desktop-bg.png") no-repeat top center;
    margin-bottom: 25rem;
  }
  .hero__form {
    position: relative;
    box-shadow: var(--shadow-400);
  }
  .hero__form h2 {
    font-size: var(--fs-400);
  }
  .hero .content-box {
    margin-top: 8rem;
  }
  .hero .content-box__head h1 {
    line-height: 6.2rem;
    max-width: 80%;
  }
  .hero__profile-form-wrapper {
    padding: 1.5rem 0;
  }
  .auto-loan__container {
    max-width: calc(100% - 5rem);
  }
  .auto-loan__desktop {
    display: none;
  }
  .auto-loan__mobile {
    display: block;
    margin: 2rem auto 0;
    width: 100%;
  }
  .auto-loan__description {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 820px) {
  .hero__wrapper {
    background: var(--clr-primary-400) url("../images/desktop-bg.png") no-repeat top center;
    margin-bottom: 34rem;
    border-radius: var(--radius-500);
  }
  .hero__form {
    position: relative;
    box-shadow: var(--shadow-400);
  }
  .hero__form h2 {
    font-size: var(--fs-400);
  }
  .hero__form .reviews {
    display: grid;
    grid-template-columns: 165px auto;
    row-gap: 2rem;
  }
  .hero .content-box {
    margin-top: 15rem;
  }
  .hero .content-box__head h1 {
    line-height: 5.5rem;
    max-width: 95%;
  }
  .hero__profile-form-wrapper {
    padding: 0 0;
  }
}
.hero__wrapper.credit {
  background: var(--clr-primary-400) url("../images/desktop-credit-bg.png") no-repeat top center;
}

.hero__wrapper.mortgage {
  background: var(--clr-primary-400) url("../images/desktop-mortgage-bg.png") no-repeat top center;
}

.hero__wrapper.insurance {
  background: var(--clr-primary-400) url("../images/desktop-insurance-bg.png") no-repeat top center;
}

.hero__wrapper.homeservices {
  background: var(--clr-primary-400) url("../images/desktop-homeservices-bg.png") no-repeat top center;
}

.hero__wrapper.loan {
  background: var(--clr-primary-400) url("../images/desktop-loan-bg.png") no-repeat top center;
}

@media (max-width: 768px) {
  .whatwedo .content-box-left {
    margin-bottom: 2rem;
  }
  .happycustomers__content-desc {
    margin-top: 3rem;
  }
  .happycustomers__btn {
    margin-top: 4rem;
  }
}
@media (max-width: 585px) {
  .hero .container {
    padding: 0;
  }
  .hero__wrapper {
    background: var(--clr-primary-400) url("../images/mobile-bg.png") no-repeat top center;
    margin-bottom: 37rem;
    border-radius: var(--radius-500);
    background-size: 100% 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero__form {
    position: relative;
    padding: 3rem 1.5rem 2rem;
    box-shadow: var(--shadow-400);
    margin: -2rem auto 0;
  }
  .hero__form__profile-img img {
    height: 6.4rem;
    width: 6.4rem;
  }
  .hero__form h2 {
    font-size: var(--fs-600);
    margin-bottom: 1rem;
    white-space: normal;
  }
  .hero__form .reviews {
    display: grid;
    grid-template-columns: 165px auto;
    row-gap: 2rem;
  }
  .hero .content-box {
    margin-top: 20rem;
  }
  .hero .content-box__head h1 {
    line-height: 5rem;
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }
  .hero .content-box__head p {
    margin-bottom: 1rem;
  }
  .hero__profile-form-wrapper {
    padding: 0 0;
  }
  .hero__wrapper.credit {
    background: var(--clr-primary-400) url("../images/mobile-credit-bg.png") no-repeat top center;
  }
  .hero__wrapper.mortgage {
    background: var(--clr-primary-400) url("../images/mobile-mortgage-bg.png") no-repeat top center;
  }
  .hero__wrapper.insurance {
    background: var(--clr-primary-400) url("../images/mobile-insurance-bg.png") no-repeat top center;
  }
  .hero__wrapper.homeservices {
    background: var(--clr-primary-400) url("../images/mobile-homeservices-bg.png") no-repeat top center;
  }
  .hero__wrapper.loan {
    background: var(--clr-primary-400) url("../images/mobile-loan-bg.png") no-repeat top center;
  }
  .whatwedo::before {
    content: "";
    left: 10rem;
    top: -5rem;
    height: 31rem;
    width: 31.1rem;
  }
  .whatwedo__wrapper {
    padding: 3rem 1.5rem;
  }
  .whatwedo__btn {
    margin-top: 1.5rem;
    width: 100%;
  }
  .whatwedo .content-box-right__right-tick {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .happycustomers {
    padding: 0 0 4rem;
  }
  .happycustomers__author {
    margin-top: 4rem;
  }
  .happycustomers__nav {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 2rem;
    z-index: 111;
  }
  .happycustomers .swiper-slide {
    padding-bottom: 5rem;
  }
  .happycustomers__nav-prev, .happycustomers__nav-next {
    width: 100%;
    height: 5rem;
  }
  .auto-loan {
    padding: 0 0 5rem;
  }
  .auto-loan__description {
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .auto-loan__btn {
    width: 100%;
  }
  .auto-loan__desktop {
    display: none;
  }
  .auto-loan__mobile {
    display: block;
    margin: 2rem auto 0;
  }
  .auto-loan__title {
    line-height: 3.2rem;
  }
  .auto-loan__content {
    padding: 0rem 0 2rem 0.3rem;
  }
  .auto-loan__small-title {
    margin-bottom: 1rem;
    display: block;
    color: var(--clr-primary-400);
    opacity: 0.45;
  }
}
@media (min-width: 415px) and (max-width: 584px) {
  .hero__wrapper {
    margin-bottom: 47rem;
  }
}
@media (max-width: 414px) {
  .hero__wrapper {
    margin-bottom: 47rem;
  }
}
@media (max-width: 390px) {
  .hero__wrapper {
    margin-bottom: 50rem;
  }
}
@media (max-width: 320px) {
  .hero__wrapper {
    margin-bottom: 48rem;
  }
}
.privacy-policy {
  padding: 5rem 0;
}
.privacy-policy__table-content {
  padding: 3rem 3.5rem 2rem;
  background-color: var(--clr-neutral-100);
  border-radius: var(--radius-500);
  box-shadow: var(--shadow-400);
  position: sticky;
  top: 4rem;
  z-index: 10;
  width: 39.8rem;
}
.privacy-policy__table-content-title {
  font-size: var(--fs-300);
  font-family: var(--ff-Bold);
  margin-bottom: 2rem;
}
.privacy-policy ul li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1.5rem;
  transition: width 0.3s ease-in-out;
}
.privacy-policy ul li a span {
  position: relative;
  display: inline-block;
  color: var(--clr-primary-400);
}
.privacy-policy ul li a span::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  height: 0.2rem;
  width: 0;
  background-color: var(--clr-primary-100);
  transition: width 0.3s ease-in-out;
}
.privacy-policy ul li a span:hover::after {
  width: 100%;
}
.privacy-policy ul li a span:hover {
  color: var(--clr-primary-100);
}
.privacy-policy ul li a span.active {
  color: var(--clr-primary-100);
}
.privacy-policy ul li a span.active::after {
  width: 100%;
}
.privacy-policy ul li a.active span {
  color: var(--clr-primary-100);
}
.privacy-policy ul li a.active span::after {
  width: 100%;
}
.privacy-policy__table-description {
  padding: 0 5rem 2rem 3rem;
}
.privacy-policy__table-description h2 {
  margin-bottom: 2rem;
}
.privacy-policy__table-description p {
  margin-bottom: 2.5rem;
}
.privacy-policy__table-description h3 {
  margin: 3.5rem 0 2rem;
}
.privacy-policy__table-description h4 {
  margin: 3.5rem 0 2rem;
}
.privacy-policy__table-description h5 {
  margin: 3.5rem 0 2rem;
  font-size: var(--fs-300);
  font-family: var(--ff-Bold);
}
.privacy-policy__table-description span {
  margin-bottom: 1rem;
  display: block;
  font-family: var(--ff-Medium);
}
.privacy-policy__table-description a {
  color: var(--clr-primary-100);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.privacy-policy__table-description a:hover {
  color: var(--clr-primary-400);
}
.privacy-policy__table-description ul {
  margin-bottom: 2.5rem;
}
.privacy-policy__table-description ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--fs-100);
}
.privacy-policy__table-description ul li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background-color: var(--clr-primary-100);
  border-radius: 100%;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

@media (max-width: 1366px) {
  .privacy-policy__table-description {
    padding: 0 5rem 2rem 4rem;
  }
}
@media (max-width: 1199px) {
  .privacy-policy__table-content {
    width: 100%;
    padding: 2rem 2rem 2rem;
  }
  .privacy-policy ul li a span {
    font-size: 1.3rem;
  }
  .privacy-policy ul li a svg {
    display: none;
  }
}
@media (max-width: 991px) {
  .privacy-policy__table-description {
    padding: 0 0rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .privacy-policy__table-content {
    position: static;
  }
  .privacy-policy__table-content ul li a svg {
    display: block;
  }
  .privacy-policy__table-description {
    padding: 4rem 0rem 2rem 0rem;
  }
}
@media (max-width: 585px) {
  .privacy-policy {
    padding: 2rem 0 0;
  }
  .privacy-policy__table-content {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .privacy-policy ul li a span {
    font-size: 1.5rem;
  }
  .privacy-policy ul li a svg {
    display: block;
  }
  .privacy-policy__table-description {
    padding: 3rem 0rem 0rem 0rem;
  }
  .privacy-policy__table-description h5 {
    font-size: var(--fs-300);
    line-height: 3rem;
  }
}
.loandetails {
  padding: 3rem 0 0;
}
.loandetails .form-error {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
  color: red;
}
.loandetails__container {
  max-width: 125.8rem;
  margin: 0 auto;
}
.loandetails .stepper {
  margin: auto;
  box-shadow: var(--shadow-400);
  border-radius: var(--radius-500);
  padding: 5rem 4rem;
  z-index: 1;
  width: 100%;
  border: 0.1rem solid var(--clr-neutral-400);
}
.loandetails .stepper__progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}
.loandetails .stepper__progress::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -25%);
  width: 80%;
  height: 0.2rem;
  border-bottom: 0.2rem dashed #ccc;
  z-index: -1;
}
.loandetails .stepper__step-indicator {
  flex: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.loandetails .stepper__step-indicator--active .stepper__step-circle {
  background-color: var(--clr-primary-100);
}
.loandetails .stepper__step-indicator--active .stepper__step-title {
  color: var(--clr-primary-400);
}
.loandetails .stepper__step-indicator--completed .stepper__step-circle {
  background-color: var(--clr-primary-100);
}
.loandetails .stepper__step-indicator--completed .stepper__step-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: url("../images/right-tick.svg") no-repeat center center;
  width: 1.5rem;
  height: 1rem;
}
.loandetails .stepper__step-indicator--completed .stepper__step-circle::after {
  content: "";
  background-color: transparent;
}
.loandetails .stepper__step-title {
  font-size: var(--fs-200);
  margin: 1rem 0 0;
  color: var(--clr-neutral-200);
}
.loandetails .stepper--active .stepper__step-circle {
  background-color: var(--clr-primary-100);
}
.loandetails .stepper--active .stepper__step-title {
  color: var(--clr-primary-400);
}
.loandetails .stepper__step-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-weight: bold;
  margin: auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  background-color: var(--clr-neutral-200);
  font-size: 0;
}
.loandetails .stepper__step-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--clr-neutral-100);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.loandetails .stepper__form-step {
  display: none;
}
.loandetails .stepper__form-step--active {
  display: block;
  padding-left: 7.5rem;
}
.loandetails .stepper__form-step .stepper__actions {
  display: flex;
  margin-top: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.loandetails .stepper__form-step h1 {
  margin: 3.5rem 0 3.5rem;
  position: relative;
  left: -3.5rem;
  font-size: var(--fs-300);
  font-family: var(--ff-Meduim);
  color: var(--clr-primary-400);
}
.loandetails .stepper__form-step .reviews {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.loandetails .stepper__form-step .reviews__avatars {
  display: flex;
  margin-right: 1rem;
}
.loandetails .stepper__form-step .reviews__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid var(--clr-primary-100);
  margin-left: -15px;
}
.loandetails .stepper__form-step .reviews__avatar:first-child {
  margin-left: 0;
}
.loandetails .stepper__form-step .reviews__count {
  background-color: var(--clr-primary-100);
  color: var(--clr-neutral-100);
  font-family: var(--ff-Medium);
  font-size: 1.2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}
.loandetails .stepper__form-step .reviews__stars {
  display: flex;
}
.loandetails .stepper__form-step .reviews__star {
  color: var(--clr-primary-210);
  font-size: 2rem;
  margin-right: 0.2rem;
}
.loandetails .stepper__form-step .reviews__star:last-child {
  margin-right: 0;
}
.loandetails .stepper__form-step .reviews__desc span {
  display: block;
  margin-left: 1rem;
  font-size: var(--fs-50);
  color: var(--clr-primary-400);
  font-family: var(--ff-Medium);
}

@media (max-width: 1280px) {
  .loandetails__container {
    max-width: calc(100% - 6.5rem);
  }
}
@media (max-width: 1199px) {
  .loandetails .stepper__form-step--active {
    padding-left: 5.5rem;
  }
}
@media (max-width: 1024px) {
  .loandetails__container {
    max-width: calc(100% - 1.5rem);
  }
  .loandetails .stepper__progress::after {
    top: 23%;
    transform: translate(-50%, -23%);
  }
}
@media (max-width: 991px) {
  .loandetails__container {
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 820px) {
  .loandetails__container {
    max-width: calc(100% - 3.5rem);
  }
  .loandetails .stepper__form-step--active {
    display: block;
    padding-left: 3.5rem;
  }
  .loandetails .stepper .reviews {
    display: grid;
    grid-template-columns: 165px auto;
    row-gap: 1.5rem;
  }
  .loandetails .stepper__form-step h1 {
    left: -1.5rem;
  }
}
@media (max-width: 600px) {
  .loandetails .description-title {
    font-size: var(--fs-400);
  }
  .loandetails .stepper {
    padding: 3rem 3rem;
  }
  .loandetails .stepper__progress {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .loandetails .stepper__progress::after {
    content: "";
    position: absolute;
    left: 0;
    top: 19%;
    transform: unset;
    width: 65rem;
    height: 0.2rem;
    border-bottom: 0.2rem dashed #ccc;
    z-index: -1;
  }
  .loandetails .stepper__progress::-webkit-scrollbar {
    display: none;
  }
  .loandetails .stepper__step-indicator {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: 15rem;
    text-align: left;
  }
  .loandetails .stepper .stepper {
    padding: 3rem 3rem;
  }
  .loandetails .stepper .stepper__form-step--active {
    display: block;
    padding-left: 0;
  }
  .loandetails .stepper .stepper__form-step h1 {
    left: 0;
  }
}
@media (max-width: 414px) {
  .loandetails .description-title {
    font-size: var(--fs-400);
  }
  .loandetails .stepper {
    padding: 3rem 3rem;
  }
  .loandetails .stepper__progress::after {
    width: 63rem;
  }
  .loandetails .stepper__form-step .stepper__actions .mybtn {
    width: 50%;
  }
}
.successpage {
  padding: 14rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow-400);
  width: 65%;
  margin: 3rem auto 5rem;
  border-radius: var(--radius-500);
  background: var(--clr-neutral-100) url("../images/validate-image-right.svg") no-repeat right 5% bottom 3.9%;
}
.successpage #loading-message {
  transition: transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  font-size: var(--size-700);
  text-align: center;
  color: var(--clr-primary-400);
  font-family: var(--ff-Bold);
  transform: translate3d(0, 0, 0); /* Initial state for Safari */
  -webkit-transform: translate3d(0, 0, 0);
}
.successpage #loading-message span {
  color: var(--clr-primary-100);
  font-weight: bold;
}
.successpage #loading-message.slide-up {
  transform: translate3d(0, -1.5px, 0);
  -webkit-transform: translate3d(0, -1.5rem, 0);
  opacity: 0;
}
.successpage #loading-screen {
  display: none;
  position: relative;
  width: 60%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}
.successpage #loading-screen.show {
  display: block;
  opacity: 1;
  margin: 0 auto;
}
.successpage #loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
.successpage #progress-bar-container {
  display: flex;
  gap: 6px;
  width: 100%;
  max-width: 600px;
  height: 8px;
  background-color: transparent;
  margin-bottom: 10rem;
}
.successpage .progress-segment {
  flex: 1;
  background-color: var(--clr-neutral-400);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.successpage .progress-segment .fill {
  background-color: var(--clr-primary-100);
  height: 100%;
  width: 0;
  border-radius: 3px;
  transition: width 1.7s ease;
  -webkit-transition: width 1.7s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.successpage .progress-segment.filled .fill {
  width: 100%;
}
.successpage__sucess-form:focus-visible {
  outline: none;
  box-shadow: none;
}
.successpage__sucess-form img {
  width: 11.2rem;
  height: 11.2rem;
  margin: 0 auto 3rem;
  display: block;
}
.successpage__sucess-form #success-message {
  display: none;
  text-align: center;
}
.successpage__sucess-form #success-message :focus-visible {
  outline: none;
  box-shadow: none;
}
.successpage__sucess-form #success-message h2 {
  color: var(--clr-primary-100);
  margin-bottom: 2rem;
  line-height: 5rem;
}
.successpage__sucess-form #success-message p {
  font-size: 1.6rem;
  color: var(--clr-primary-400);
  font-family: var(--ff-Medium);
}
.successpage__sucess-form #success-message:focus-visible {
  outline: none;
  box-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* Responsive styles */
@media (max-width: 1366px) {
  .successpage {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .successpage {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .successpage {
    width: 92%;
  }
}
@media (max-width: 585px) {
  .successpage {
    width: 88%;
    padding: 3rem 0 17rem 0;
    background: var(--clr-neutral-100) url("../images/validate-image-right.svg") no-repeat right 5% bottom 7%;
    background-size: 13.1rem 12.1rem;
    margin: 3rem auto 1rem;
  }
  .successpage #loading-screen {
    width: 75%;
  }
  .successpage #loading-message {
    font-size: var(--fs-600);
  }
  .successpage #progress-bar-container {
    margin-bottom: 5rem;
  }
  .successpage__sucess-form img {
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto 1.5rem;
  }
  .successpage__sucess-form #success-message h2 {
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
  .successpage__sucess-form #success-message p {
    font-size: 1.6rem;
    color: var(--clr-primary-400);
    font-family: var(--ff-Medium);
  }
}
.jsf-btn-radio {
  width: 100%;
  padding: 0 20px 0 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 24px;
  transition: 0.15s;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  height: auto;
  min-height: 50px !important;
  border-radius: 14px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  line-height: 1.1;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  border: 3px solid #1f60ab;
  border-top-color: rgb(31, 96, 171);
  border-right-color: rgb(31, 96, 171);
  border-bottom-color: rgb(31, 96, 171);
  border-left-color: rgb(31, 96, 171);
  background-color: #1f60ab;
  position: relative;
}

jsf-form .jsf-progress-line {
  background-color: var(--clr-primary-100) !important;
}

jsf-form .jsf-progress-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s linear;
  background: var(--clr-primary-100) !important;
}

jsf-form .jsf-progress-bar::after {
  display: none !important;
}

jsf-form .jsf-progress-bar::before {
  display: none !important;
}

.jsf-btn-radio {
  color: var(--jsf-contrast-color, #fff) !important;
  border-color: var(--clr-primary-200) !important;
  background-color: var(--clr-primary-200) !important;
}

jsf-form input:not([type=checkbox]) {
  border-color: var(--clr-primary-200) !important;
}

.jsf-btn-next {
  color: var(--jsf-contrast-color, #fff);
  border-color: var(--clr-primary-200) !important;
  background-color: var(--clr-primary-200) !important;
}/*# sourceMappingURL=main.css.map */