.signup-block {
  background: linear-gradient(165deg, #87B2BF -29.54%, rgba(195, 217, 223, 0.49) 46.52%, rgba(175, 212, 196, 0.26) 104.43%);
  min-height: fit-content;
  display: flex;
}
.signup-block-left {
  padding-top: 0rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1800px) {
  .signup-block-left {
    padding-bottom: 300px !important;
  }
}
@media (max-width: 1200px) {
  .signup-block-left {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .signup-block-left {
    padding-top: 0rem !important;
  }
}
.signup-block-left-top {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .signup-block-left-top {
    margin-bottom: 1rem;
  }
}
.signup-block-left-top span {
  color: var(--text, #201C1C);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 176.471% */
}

.axoFI {
  width: 30px !important;
  height: 30px !important;
}

.whiteCircleBackground {
  background-image: url(../images/whiteCircle.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50%;
}
@media (max-width: 1200px) {
  .whiteCircleBackground {
    background-image: none;
  }
}

.usp-block {
  display: flex;
  flex-direction: column;
}

[data-content-element-type-alias=twoColumnsLeft] {
  display: flex;
}
@media only screen and (max-width: 768px) {
  [data-content-element-type-alias=twoColumnsLeft] {
    display: flex;
  }
}
[data-content-element-type-alias=twoColumnsLeft] .umb-block-grid__area-container {
  display: flex;
}
@media (max-width: 992px) {
  [data-content-element-type-alias=twoColumnsLeft] .umb-block-grid__area-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
[data-content-element-type-alias=twoColumnsLeft] .umb-block-grid__area-container [data-area-alias=TwoColumnLeft] {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  [data-content-element-type-alias=twoColumnsLeft] .umb-block-grid__area-container [data-area-alias=TwoColumnLeft] {
    width: 100%;
  }
}
[data-content-element-type-alias=twoColumnsLeft] .umb-block-grid__area-container [data-area-alias=TwoColumnRight] {
  width: 66.6666666667%;
}
@media (max-width: 992px) {
  [data-content-element-type-alias=twoColumnsLeft] .umb-block-grid__area-container [data-area-alias=TwoColumnRight] {
    width: 100%;
  }
}

[data-content-element-type-alias=twoColumnsRight] {
  display: flex;
}
[data-content-element-type-alias=twoColumnsRight] .umb-block-grid__area-container {
  display: flex;
}
@media (max-width: 992px) {
  [data-content-element-type-alias=twoColumnsRight] .umb-block-grid__area-container {
    display: flex;
    flex-direction: column;
  }
}
[data-content-element-type-alias=twoColumnsRight] .umb-block-grid__area-container [data-area-alias=TwoColumnLeft] {
  width: 66.6666666667%;
}
@media (max-width: 992px) {
  [data-content-element-type-alias=twoColumnsRight] .umb-block-grid__area-container [data-area-alias=TwoColumnLeft] {
    width: 100%;
  }
}
[data-content-element-type-alias=twoColumnsRight] .umb-block-grid__area-container [data-area-alias=TwoColumnRight] {
  width: 33.3333333333%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  [data-content-element-type-alias=twoColumnsRight] .umb-block-grid__area-container [data-area-alias=TwoColumnRight] {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.rich-text-editor p {
  line-height: 30px;
}

.faq-box {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .faq-box {
    width: 100%;
  }
}
.faq-box-question {
  background: transparent;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 12px 15px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #1D275F;
  user-select: none;
  padding: 20px;
  border-top: 1px solid #377F94;
}
.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: #023949;
  font-weight: 700;
  font-size: 22px;
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  .faq-box-question span {
    width: 80%;
    font-size: 17px;
  }
}
.faq-box-question-arrow {
  width: 20px;
  height: 20px;
  margin-right: 2%;
  transition: 0.1s linear;
  transform: scale(0.8);
}
.faq-box-answer {
  background-color: transparent;
  z-index: 0;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  transition: 0.2s linear;
  visibility: hidden;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.faq-box-answer span {
  width: 80%;
  color: black;
  font-weight: 400;
  font-size: 16px;
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  .faq-box-answer span {
    width: 80%;
  }
}
.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;
}

.FormBorder {
  border: 1px solid #505050;
}

.noBorder {
  border: none;
}

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

.rc-slider {
  position: relative;
  height: 10px;
  padding: 5px 0;
  width: 100%;
  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: #87B2BF;
  height: 8px;
  border-radius: 6px;
}

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

.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: #377F94;
}

.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.5;
  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: 3px;
  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.5;
  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: 3px;
  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.5;
  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: 3px;
  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.5;
  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: 3px;
  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);
  }
}
.redBorder {
  border: 1px solid red;
}

.borderBottomBlue {
  border-bottom: 2px solid #C2D8DE;
}

.halfButton {
  width: 48%;
}

.articleShadow {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.article-header {
  background: linear-gradient(165deg, #87B2BF -29.54%, rgba(195, 217, 223, 0.49) 46.52%, rgba(175, 212, 196, 0.26) 104.43%);
}

.spinner {
  position: absolute;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #36D6D8; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 99999999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.minheight {
  min-height: 500px;
}

.zhigh {
  z-index: 99999998;
}

.imgWidth {
  width: 90px;
  max-height: 30px;
}
@media only screen and (max-width: 768px) {
  .imgWidth {
    width: 70px;
    max-height: 30px;
  }
}

.category-button.active {
  background-color: #7FB5C5 !important;
  color: #FFF;
}

.articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
  gap: 1rem; /* Space between items */
}

.articleShadow {
  box-sizing: border-box; /* Ensure padding and borders are included in width */
  margin-bottom: 1rem; /* Space below items */
}

@media (max-width: 768px) {
  .articles-container {
    grid-template-columns: repeat(2, 1fr); /* Two columns on smaller screens */
  }
}
@media (max-width: 480px) {
  .articles-container {
    grid-template-columns: 1fr; /* Single column on very small screens */
  }
}
#additional-categories {
  display: none; /* Initially hidden */
}

#toggle-categories {
  background-color: #377F94 !important;
  color: #FFF;
}

.imgWidthMb {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .imgWidthMb {
    width: 100px;
  }
}

.customSelect {
  appearance: none;
}

.errorText {
  color: red;
}

.customDropdown {
  transform: translateY(46px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdown {
    width: 90%;
  }
}
.customDropdown label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdown label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdown label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdown label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdown label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdown label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdown label {
    width: 85%;
  }
}

.customDropdownDown {
  transform: translateY(46px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownDown {
    width: 90%;
  }
}
.customDropdownDown label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownDown label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownDown label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownDown label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownDown label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownDown label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownDown label {
    width: 85%;
  }
}

.customDropdownEmp {
  transform: translateY(324px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownEmp {
    width: 90%;
  }
}
.customDropdownEmp label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownEmp label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownEmp label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownEmp label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownEmp label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownEmp label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownEmp label {
    width: 85%;
  }
}

.customDropdownEmpDown {
  transform: translateY(479px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownEmpDown {
    width: 90%;
  }
}
.customDropdownEmpDown label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownEmpDown label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownEmpDown label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownEmpDown label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownEmpDown label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownEmpDown label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownEmpDown label {
    width: 85%;
  }
}

.customDropdownHou {
  transform: translateY(479px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownHou {
    width: 90%;
  }
}
.customDropdownHou label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownHou label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownHou label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownHou label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownHou label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownHou label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownHou label {
    width: 85%;
  }
}

.customDropdownHouDown {
  transform: translateY(637px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownHouDown {
    width: 90%;
  }
}
.customDropdownHouDown label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownHouDown label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownHouDown label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownHouDown label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownHouDown label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownHouDown label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownHouDown label {
    width: 85%;
  }
}

.customDropdownLP {
  transform: translateY(123px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownLP {
    width: 90%;
  }
}
.customDropdownLP label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownLP label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownLP label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownLP label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownLP label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownLP label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownLP label {
    width: 85%;
  }
}

.customDropdownLPDown {
  transform: translateY(201px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownLPDown {
    width: 90%;
  }
}
.customDropdownLPDown label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownLPDown label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownLPDown label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownLPDown label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownLPDown label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownLPDown label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownLPDown label {
    width: 85%;
  }
}

.customDropdownLP2 {
  transform: translateY(-41px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownLP2 {
    width: 90%;
  }
}
.customDropdownLP2 label {
  width: 375px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownLP2 label {
    width: 305px;
  }
}
@media (max-width: 1200px) {
  .customDropdownLP2 label {
    width: 230px;
  }
}
@media (max-width: 992px) {
  .customDropdownLP2 label {
    width: 535px;
  }
}
@media (max-width: 768px) {
  .customDropdownLP2 label {
    width: 435px;
  }
}
@media (max-width: 576px) {
  .customDropdownLP2 label {
    width: 87%;
  }
}
@media (max-width: 330px) {
  .customDropdownLP2 label {
    width: 80%;
  }
}

.paddingStartField {
  padding-left: 2.5rem !important;
}

.svgInFieldName {
  transform: translate(10px, 200px);
  position: absolute;
  pointer-events: none;
}

.svgInFieldNameDown {
  transform: translate(10px, 278px);
  position: absolute;
  pointer-events: none;
}

.svgInFieldEmail {
  transform: translate(10px, 250px);
  position: absolute;
  pointer-events: none;
}

.svgInFieldEmailDown {
  transform: translate(10px, 328px);
  position: absolute;
  pointer-events: none;
}

.svgInFieldPhone {
  transform: translate(10px, 300px);
  position: absolute;
  pointer-events: none;
}

.svgInFieldPhoneDown {
  transform: translate(10px, 378px);
  position: absolute;
  pointer-events: none;
}

.customDropdownLPTwo {
  transform: translateY(-40px);
  position: absolute;
  pointer-events: none;
}
@media (max-width: 576px) {
  .customDropdownLPTwo {
    width: 90%;
  }
}
.customDropdownLPTwo label {
  width: 400px;
  color: #505050;
}
@media (max-width: 1400px) {
  .customDropdownLPTwo label {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .customDropdownLPTwo label {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .customDropdownLPTwo label {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .customDropdownLPTwo label {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .customDropdownLPTwo label {
    width: 90%;
  }
}
@media (max-width: 330px) {
  .customDropdownLPTwo label {
    width: 85%;
  }
}

.noMarginBot {
  margin-bottom: -15px;
}
@media (max-width: 992px) {
  .noMarginBot {
    margin-bottom: -15px;
  }
}

@media (max-width: 992px) {
  .h1Size {
    font-size: 24px !important;
  }
}

.infoIcon {
  color: #377F94;
  border: 1px solid #377F94;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.infoIcon:hover {
  color: #FFF;
  background-color: #377F94;
}

.infoPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%; /* 70% width of the screen */
  height: fit-content; /* 70% height of the screen */
  background-color: white;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1001;
  overflow-y: auto; /* Allows scrolling if the content exceeds the height */
}

.infoPopupBackground {
  position: fixed; /* Use fixed positioning to cover the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it appears above other content */
}

.closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .closeButton {
    top: -5px;
  }
}

.greenButton {
  background: #36D6D8;
}
.greenButton:hover {
  background: #25B6B8;
}

.continueBanner {
  width: 130%;
  background-image: url(../images/ContinueBannerFront.svg);
  position: relative;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  left: -4.1rem;
  padding: 1rem 1rem 1.5rem 3.9rem;
  /* @media(max-width:1400px) {
       left: -31px;
   }

   @media(max-width:1200px) {
       left: -29px;
   }

   @media(max-width: 1000px) {
       left: -33px;
   }

   @media(max-width:768px) {
       left: -33px;
   }

   @media(max-width: 390px) {
       left: -28px;
   }*/
}
@media only screen and (max-width: 768px) {
  .continueBanner {
    left: -3.8rem;
  }
}

.bundle-button {
  font-size: 12px;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}

.loan-cards-block {
  margin-top: -55px;
}

.rating-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .rating-box {
    transform: scale(0.9);
  }
}
.rating-box-circle {
  border-radius: 50%;
  border: 2px solid #00B363;
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  background-color: white;
}
.rating-box-circle-span {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.rating-box .star-box {
  width: 155px;
  height: 32px;
  background-color: #EAF9F3;
  margin-left: -30px;
  margin-top: 9px;
  border-radius: 16px;
}
.rating-box .star-box .stars {
  margin-left: 35px;
}
.rating-box-info {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 5px;
}

.loan-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  max-width: 1000px;
  margin: 25px auto;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .loan-card {
    padding: 8px;
  }
}
.loan-card-content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .loan-card-content {
    flex-direction: column;
  }
}
.loan-card-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .loan-card-left {
    width: 94%;
    flex-direction: row;
    margin: auto;
  }
}
.loan-card-left img {
  max-width: 80%;
  margin: 10px auto 10px 0;
  height: 50px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .loan-card-left img {
    max-width: 40%;
  }
}
.loan-card-mid-left {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding: 0 40px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .loan-card-mid-left {
    width: 100%;
    padding: 0;
  }
}
.loan-card-mid-left-info {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .loan-card-mid-left-info {
    padding: 0 16px;
    width: 100%;
    margin: 6px auto;
  }
}
.loan-card-mid-left-info span {
  color: #023949;
}
.loan-card-mid-left-info b {
  font-weight: 700;
  color: #023949;
}
.loan-card-mid-left-box {
  background: linear-gradient(165deg, #87B2BF -29.54%, rgba(195, 217, 223, 0.49) 46.52%, rgba(175, 212, 196, 0.26) 104.43%);
  padding: 8px;
}
@media only screen and (max-width: 768px) {
  .loan-card-mid-left-box {
    padding: 4px 16px;
    width: 100%;
    margin: auto;
  }
}
.loan-card-mid-left-box-info {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.loan-card-mid-left-box-info span {
  color: #023949;
}
.loan-card-mid-left-box-info b {
  font-weight: 500;
  color: #023949;
}
.loan-card-mid-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .loan-card-mid-right {
    width: 100%;
    margin-top: 12px;
  }
}
.loan-card-mid-right-line {
  display: flex;
  align-items: center;
  margin: 5px 0;
  margin-left: 25px;
}
@media only screen and (min-width: 330px) {
  .loan-card-mid-right-line {
    margin: 5px 15px 5px 0;
  }
}
.loan-card-mid-right-line span {
  font-size: 15px;
}
.loan-card-mid-right-line svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.loan-card-right {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .loan-card-right {
    width: 100%;
    margin-top: 12px;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}
.loan-card-right-apply {
  background-color: #377F94;
  color: white;
  border: none;
  outline: none;
  width: 90%;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  border: 1px solid #377F94;
}
@media only screen and (max-width: 768px) {
  .loan-card-right-apply {
    width: 45%;
    border: 1px solid #377F94;
    padding: 10px 0;
  }
}
.loan-card-right-apply:hover {
  background-color: #36D6D8;
  border: 1px solid #36D6D8;
}
.loan-card-right-apply svg {
  width: 11px;
  height: auto;
  margin-left: 10px;
}
.loan-card-right-seemore {
  background-color: white;
  border: 1px solid #377F94;
  color: #377F94;
  outline: none;
  width: 90%;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .loan-card-right-seemore {
    width: 45%;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 0;
  }
}
.loan-card-example {
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #9297A3;
  padding-left: 10px;
  border-top: 1px solid #87B3BF;
}
@media only screen and (max-width: 768px) {
  .loan-card-example {
    padding-top: 8px;
    padding-left: 0;
  }
}
.loan-card-seemore {
  transition: 0.6s linear;
  padding-top: 12px;
}
.loan-card-seemore-rating {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating {
    width: 90%;
    align-items: center;
    margin-right: 0;
  }
}
.loan-card-seemore-rating-average {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-image: url(/images/review-back.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-left: -50px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-average {
    width: 100px;
    height: 100px;
  }
}
.loan-card-seemore-rating-average b {
  font-size: 45px;
  color: #377F94;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-average b {
    font-size: 35px;
  }
}
.loan-card-seemore-rating-specifics {
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: center;
  margin-left: -50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-specifics {
    margin-left: -35px;
  }
}
.loan-card-seemore-rating-specific {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #377F94;
  color: white;
  align-items: center;
  height: 35px;
  margin: 2px 0;
  padding-left: 20%;
  padding-right: 5%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-specific {
    height: 25px;
    font-size: 14px;
  }
}
.loan-card-seemore-rating-specific-stars .stars .rating-upper .inner-rating {
  background-image: url("/images/fill-stars-white.svg");
}
.loan-card-seemore-rating-specific-stars .stars .rating-lower .inner-rating {
  background-image: url("/images/empty-stars-white.svg");
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-specific-stars {
    transform: scale(0.8);
  }
}
.loan-card-seemore-rating-specific .triangle {
  width: 0;
  height: 0;
  border-bottom: 36px solid white;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  top: 0px;
}
.loan-card-seemore-rating-specific:nth-child(1) {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-specific:nth-child(1) {
    width: 255px;
  }
}
.loan-card-seemore-rating-specific:nth-child(2) {
  width: 345px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-specific:nth-child(2) {
    width: 240px;
  }
}
.loan-card-seemore-rating-specific:nth-child(3) {
  width: 330px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-rating-specific:nth-child(3) {
    width: 225px;
  }
}
.loan-card-seemore-procons {
  width: 80%;
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-procons {
    width: 90%;
  }
}
.loan-card-seemore-procons-list {
  width: 50%;
}
.loan-card-seemore-procons-list p {
  display: flex;
  align-items: center;
}
.loan-card-seemore-procons-list p span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 70%;
  margin-right: 5px;
  position: relative;
}
.loan-card-seemore-procons-list p span svg {
  width: 13px;
  height: 13px;
}
.loan-card-seemore-procons-list p b {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-procons-list ul {
    padding-left: 20px;
  }
}
.loan-card-seemore-procons-list ul li {
  font-size: 14px;
  margin: 8px 0;
  list-style: none;
  position: relative;
}
.loan-card-seemore-procons-list ul li::before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 70%;
  font-weight: bold;
  display: inline-block;
  top: 3px;
  left: -20px;
  position: absolute;
}
.loan-card-seemore-procons-list.pros p span {
  background-color: #08C177;
}
.loan-card-seemore-procons-list.pros ul li::before {
  background-color: #08C177;
}
.loan-card-seemore-procons-list.cons p span {
  background-color: #FD4E00;
}
.loan-card-seemore-procons-list.cons ul li::before {
  background-color: #FD4E00;
}
.loan-card-seemore-about {
  width: 80%;
  margin: 25px auto;
}
.loan-card-seemore-about-headline {
  background-image: url(/images/underline.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 94%;
  padding-bottom: 15px;
  color: #377F94;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-about-headline {
    background-image: none;
  }
}
.loan-card-seemore-about-text {
  margin-top: 18px;
}
.loan-card-seemore-about-info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-about-info {
    margin: 10px 0;
  }
}
.loan-card-seemore-about-info svg {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-about-info svg {
    width: 25px;
    height: auto;
    max-height: 25px;
  }
}
.loan-card-seemore-about-info a, .loan-card-seemore-about-info p {
  text-decoration: none;
  color: black;
  max-width: 200px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-about-info a, .loan-card-seemore-about-info p {
    margin: 0;
  }
}
.loan-card-seemore-about-info-list {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .loan-card-seemore-about-info-list {
    flex-direction: column;
  }
}

.disclaimer-box {
  box-shadow: 2px 2px 5px 0px #999;
  padding: 20px 30px;
  margin: auto;
  margin-top: 50px;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 1000px;
}
.disclaimer-box p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .disclaimer-box p {
    font-size: 14px;
  }
}
.disclaimer-box b, .disclaimer-box strong {
  font-size: 17px;
  position: relative;
  margin-left: 26px;
}
@media only screen and (max-width: 768px) {
  .disclaimer-box b, .disclaimer-box strong {
    font-size: 14px;
  }
}
.disclaimer-box b::before, .disclaimer-box strong::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -30px;
  background-image: url(../../images/ls-icon.svg);
  background-size: contain;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .disclaimer-box b::before, .disclaimer-box strong::before {
    top: -5px;
  }
}

.annonce {
  font-size: 13px;
  color: #7F8FA4;
  padding-top: 5px;
}

/*# sourceMappingURL=main_rest.css.map */
