/* _content/RizeMortgage/Pages/Admin/Blog/Index.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-4rjuz0gvqx] {
  font-family: "Poppins";
}

.propertyName[b-4rjuz0gvqx] {
  color: #999999;
  margin: 10px 0px 2px 0px;
  font-size: 14px;
}

#cancelAllChanges[b-4rjuz0gvqx] {
  min-height: 44px;
}

#createEditButtonContainer[b-4rjuz0gvqx] {
  display: flex;
  position: relative;
}
#createEditButtonContainer #createEditButton[b-4rjuz0gvqx] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  background-color: #241C4F;
  color: white;
  min-width: 120px;
  min-height: 44px;
  z-index: 100;
}
#createEditButtonContainer #createEditButton[b-4rjuz0gvqx]::after, #createEditButtonContainer #createEditButton[b-4rjuz0gvqx]::before {
  display: none;
}
#createEditButtonContainer.processing[b-4rjuz0gvqx] {
  pointer-events: none;
  padding: 0px;
  position: relative;
}
#createEditButtonContainer.processing[b-4rjuz0gvqx]::after {
  content: "";
  width: auto;
  height: calc(100% - 10px);
  padding: 5px;
  margin: 5px auto;
  -webkit-mask: url(/img/icon/spinner.svg);
          mask: url(/img/icon/spinner.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  animation: colorRotate 1s infinite linear;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 120;
}
#createEditButtonContainer.processing[b-4rjuz0gvqx]::before {
  content: "";
  width: 100%;
  position: absolute;
  background: #5f5b76;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 110;
}
#createEditButtonContainer #saveAsButton[b-4rjuz0gvqx] {
  width: 30px;
  position: relative;
  background-color: #241C4F;
  border: none;
}
#createEditButtonContainer #saveAsButton[b-4rjuz0gvqx]::after {
  border: solid white;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 4px;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  transition: all 0.2s;
  margin-top: 5px;
  transform: rotateZ(45deg);
}
#createEditButtonContainer #saveButton[b-4rjuz0gvqx] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(-100% - 5px);
  transform: translateY(100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
#createEditButtonContainer.saveAsActive #saveAsButton[b-4rjuz0gvqx]::after {
  transform: rotateZ(225deg);
  top: calc(50% - 12px);
}
#createEditButtonContainer.saveAsActive #saveButton[b-4rjuz0gvqx] {
  transform: translateY(0%);
  pointer-events: all;
  opacity: 1;
}
#createEditButtonContainer.disabled[b-4rjuz0gvqx] {
  pointer-events: none;
}
#createEditButtonContainer.disabled #createEditButton[b-4rjuz0gvqx], #createEditButtonContainer.disabled #saveAsButton[b-4rjuz0gvqx], #createEditButtonContainer.disabled #saveButton[b-4rjuz0gvqx] {
  pointer-events: none;
  background-color: #5f5b76 !important;
}

input[b-4rjuz0gvqx] {
  width: 100%;
  padding: 8px 10px;
  background-color: white;
  font-size: 14px;
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.025);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
input:focus[b-4rjuz0gvqx], input:hover[b-4rjuz0gvqx] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#imageInputButton[b-4rjuz0gvqx] {
  background: transparent;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 50;
}

#imageInput[b-4rjuz0gvqx] {
  display: none;
}

.errorText[b-4rjuz0gvqx] {
  color: red;
  display: none;
  font-size: 14px;
  margin-top: 3px;
}

#blogLink[b-4rjuz0gvqx] {
  color: #241C4F;
  text-decoration: underline;
  margin-left: 10px;
  display: none;
}

@keyframes primaryColorRotate-b-4rjuz0gvqx {
  0% {
    background: conic-gradient(from 285deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  8% {
    background: conic-gradient(from 315deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  16% {
    background: conic-gradient(from 345deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  25% {
    background: conic-gradient(from 15deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  33% {
    background: conic-gradient(from 45deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  42% {
    background: conic-gradient(from 75deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  50% {
    background: conic-gradient(from 105deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  58% {
    background: conic-gradient(from 135deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  67% {
    background: conic-gradient(from 165deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  75% {
    background: conic-gradient(from 195deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  83% {
    background: conic-gradient(from 225deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  91% {
    background: conic-gradient(from 255deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  100% {
    background: conic-gradient(from 285deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
}
.blogLoadContainer[b-4rjuz0gvqx] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 82px;
}
.blogLoadContainer .blogLoadSpinner[b-4rjuz0gvqx] {
  width: 70px;
  height: 70px;
  background-color: #241C4F;
  animation: primaryColorRotate-b-4rjuz0gvqx 1s infinite linear;
  margin-bottom: 82px;
}

.blogContainer .blogLoadContainer[b-4rjuz0gvqx] {
  display: none;
  height: 100%;
}
.blogContainer .blogInnerContainer[b-4rjuz0gvqx] {
  display: flex;
}
.blogContainer.loading .blogLoadContainer[b-4rjuz0gvqx] {
  display: flex;
}
.blogContainer.loading .blogInnerContainer[b-4rjuz0gvqx] {
  display: none;
}

.imagePreviewContainer[b-4rjuz0gvqx] {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.imagePreviewContainer[b-4rjuz0gvqx]::before, .imagePreviewContainer[b-4rjuz0gvqx]::after {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  content: "+";
  font-size: 48px;
  z-index: 15;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: black;
  border: none;
  border-radius: 5px;
}
.imagePreviewContainer[b-4rjuz0gvqx]::before {
  z-index: 5;
  color: black;
  background: white;
}
.imagePreviewContainer[b-4rjuz0gvqx]::after {
  z-index: 15;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.imagePreviewContainer:hover[b-4rjuz0gvqx]::after {
  display: flex;
}
.imagePreviewContainer #imagePreview[b-4rjuz0gvqx] {
  width: auto;
  max-height: 350px;
  z-index: 10;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
}/*# sourceMappingURL=Index.cshtml.css.map */
/* _content/RizeMortgage/Pages/Admin/Blog/Preview.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-ag51w9uxxb] {
  font-family: "Poppins";
}

@keyframes primaryColorRotate-b-ag51w9uxxb {
  0% {
    background: conic-gradient(from 285deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  8% {
    background: conic-gradient(from 315deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  16% {
    background: conic-gradient(from 345deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  25% {
    background: conic-gradient(from 15deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  33% {
    background: conic-gradient(from 45deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  42% {
    background: conic-gradient(from 75deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  50% {
    background: conic-gradient(from 105deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  58% {
    background: conic-gradient(from 135deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  67% {
    background: conic-gradient(from 165deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  75% {
    background: conic-gradient(from 195deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  83% {
    background: conic-gradient(from 225deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  91% {
    background: conic-gradient(from 255deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  100% {
    background: conic-gradient(from 285deg, #241C4F 0%, rgba(255, 255, 255, 0.15) 95%);
  }
}
.blogLoadContainer[b-ag51w9uxxb] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 82px;
}
.blogLoadContainer .blogLoadSpinner[b-ag51w9uxxb] {
  width: 70px;
  height: 70px;
  background-color: #241C4F;
  animation: primaryColorRotate-b-ag51w9uxxb 1s infinite linear;
  margin-bottom: 82px;
}

.spinner[b-ag51w9uxxb] {
  width: 60px;
  height: 60px;
  -webkit-mask: url("/img/icon/spinner.svg");
          mask: url("/img/icon/spinner.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  animation: colorRotate 1s infinite linear;
}

.blogContainer .blogLoadContainer[b-ag51w9uxxb] {
  display: none;
  height: 100%;
}
.blogContainer .blogInnerContainer[b-ag51w9uxxb] {
  display: flex;
}
.blogContainer.loading .blogLoadContainer[b-ag51w9uxxb] {
  display: flex;
}
.blogContainer.loading .blogInnerContainer[b-ag51w9uxxb] {
  display: none;
}/*# sourceMappingURL=Preview.cshtml.css.map */
/* _content/RizeMortgage/Pages/Admin/Index.cshtml.rz.scp.css */
.iconContainer[b-iuajpibdgi] {
  width: 70px;
}/*# sourceMappingURL=Index.cshtml.css.map */
/* _content/RizeMortgage/Pages/Admin/Login.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-ywqnlde3r2] {
  font-family: "Poppins";
}

.defaultInput[b-ywqnlde3r2] {
  width: 100%;
  padding: 8px 10px;
  background-color: white;
  font-size: 14px;
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.025);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.defaultInput:focus[b-ywqnlde3r2], .defaultInput:hover[b-ywqnlde3r2] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

@keyframes colorRotate-b-ywqnlde3r2 {
  0% {
    background: conic-gradient(from 285deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  8% {
    background: conic-gradient(from 315deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  16% {
    background: conic-gradient(from 345deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  25% {
    background: conic-gradient(from 15deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  33% {
    background: conic-gradient(from 45deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  42% {
    background: conic-gradient(from 75deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  50% {
    background: conic-gradient(from 105deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  58% {
    background: conic-gradient(from 135deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  67% {
    background: conic-gradient(from 165deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  75% {
    background: conic-gradient(from 195deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  83% {
    background: conic-gradient(from 225deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  91% {
    background: conic-gradient(from 255deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  100% {
    background: conic-gradient(from 285deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
}
.circleBtn[b-ywqnlde3r2] {
  background-color: #241C4F;
  padding: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  font-weight: 500;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.circleBtn:disabled[b-ywqnlde3r2] {
  background: #5f5b76;
}
.circleBtn:hover[b-ywqnlde3r2] {
  opacity: 0.8;
  color: white;
}
.circleBtn:active[b-ywqnlde3r2] {
  opacity: 0.6;
}

.defaultBtn[b-ywqnlde3r2] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  background-color: #241C4F;
  color: white;
  min-width: 120px;
  min-height: 44px;
  border: none;
}
.defaultBtn:disabled[b-ywqnlde3r2] {
  background: #5f5b76;
}
.defaultBtn.processing[b-ywqnlde3r2] {
  pointer-events: none;
  padding: 0px;
  position: relative;
}
.defaultBtn.processing[b-ywqnlde3r2]::after {
  content: "";
  width: auto;
  height: calc(100% - 10px);
  padding: 5px;
  margin: 5px auto;
  -webkit-mask: url(/img/icon/spinner.svg);
          mask: url(/img/icon/spinner.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  animation: colorRotate-b-ywqnlde3r2 1s infinite linear;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.defaultBtn.processing[b-ywqnlde3r2]::before {
  content: "";
  width: 100%;
  position: absolute;
  background: #5f5b76;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
}

.secondaryBtn[b-ywqnlde3r2] {
  color: #241C4F;
  background: white;
  border: none;
}
.secondaryBtn:hover[b-ywqnlde3r2] {
  background-color: #E3E3E3;
}
.secondaryBtn:disabled[b-ywqnlde3r2] {
  pointer-events: none;
  opacity: 0.5;
}

.errorText[b-ywqnlde3r2] {
  color: red;
  font-size: smaller;
  margin-top: 5px;
}

.successText[b-ywqnlde3r2] {
  color: green;
  font-size: smaller;
  margin-top: 5px;
}

.inputLabel[b-ywqnlde3r2] {
  height: 40px;
}

@keyframes contentLoading-b-ywqnlde3r2 {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.tablePseudos[b-ywqnlde3r2], .defaultTable.isLoading > :first-child[b-ywqnlde3r2]::after, .defaultTable.isLoading > :first-child[b-ywqnlde3r2]::before, .defaultTable.isLoading[b-ywqnlde3r2]::before {
  width: 100%;
  color: transparent;
  background: linear-gradient(100deg, #E3E3E3 30%, #f6f7f8 50%, #E3E3E3 70%);
  animation: contentLoading-b-ywqnlde3r2 4s ease-in-out infinite;
  background-size: 400%;
  display: block;
  height: 38px;
  margin: 7px 0px;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  content: "";
  left: 0px;
}

.defaultTable > :first-child[b-ywqnlde3r2] {
  text-transform: uppercase;
  font-weight: 450;
  background: transparent;
  margin: 0px;
  height: 30px;
}
.defaultTable > :first-child > div[b-ywqnlde3r2] {
  padding: 0px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.defaultTable > :first-child .iconContainer[b-ywqnlde3r2] {
  padding: 0px 5px;
}
.defaultTable > :not(:first-child)[b-ywqnlde3r2] {
  background: white;
  margin: 7px 0px;
}
.defaultTable > :not(:first-child) .iconContainer[b-ywqnlde3r2] {
  padding: 0px 5px;
}
.defaultTable > :not(:first-child) > div:not(.iconContainer)[b-ywqnlde3r2] {
  padding: 7px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.defaultTable > :not(:first-child):hover[b-ywqnlde3r2] {
  box-shadow: 0px 2px 5px 1px rgba(51, 51, 51, 0.1);
}
.defaultTable > :not(:first-child):hover .iconButton[b-ywqnlde3r2]::before {
  background-color: #241C4F;
}
.defaultTable.isLoading[b-ywqnlde3r2] {
  position: relative;
  height: 172px;
}
.defaultTable.isLoading > :not(:first-child)[b-ywqnlde3r2] {
  display: none;
}
.defaultTable.isLoading > :first-child[b-ywqnlde3r2]::before {
  top: 30px;
}
.defaultTable.isLoading > :first-child[b-ywqnlde3r2]::after {
  top: 75px;
}
.defaultTable.isLoading[b-ywqnlde3r2]::before {
  top: 120px;
}
.defaultTable .newItem[b-ywqnlde3r2] {
  display: none;
}

.iconButton[b-ywqnlde3r2] {
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.editIcon[b-ywqnlde3r2] {
  border: none;
  width: 24px;
  height: 24px;
  margin: 4px 0px 3px 0px;
  background-color: white;
  padding: 10px 0px;
  display: inline-block;
}
.editIcon[b-ywqnlde3r2]::before {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("/img/icon/pencil.svg");
          mask-image: url("/img/icon/pencil.svg");
  margin-left: -2px;
  background-color: #A5ADAD;
}
.editIcon:hover[b-ywqnlde3r2]::before {
  background-color: rgb(65, 65, 224) !important;
}
.editIcon:active[b-ywqnlde3r2]::before {
  opacity: 0.5;
}

.deleteIcon[b-ywqnlde3r2] {
  border: none;
  width: 24px;
  height: 24px;
  margin: 4px 0px 3px 0px;
  background-color: white;
}
.deleteIcon[b-ywqnlde3r2]::before {
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("/img/icon/dustbin.svg");
          mask-image: url("/img/icon/dustbin.svg");
  margin-left: -4px;
  background-color: #A5ADAD;
}
.deleteIcon:hover[b-ywqnlde3r2]::before {
  background-color: rgb(255, 44, 6) !important;
}
.deleteIcon:active[b-ywqnlde3r2]::before {
  opacity: 0.5;
}

.modalOuterContainer[b-ywqnlde3r2] {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  overflow-y: auto;
}
.modalOuterContainer.active[b-ywqnlde3r2] {
  display: block;
}
.modalOuterContainer .modalContainerWrapper[b-ywqnlde3r2] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(max(-50%, -50vh));
  top: 50%;
  width: 100%;
  height: auto;
  border: 20px solid rgba(0, 0, 0, 0);
}
.modalOuterContainer .modalContainer[b-ywqnlde3r2] {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 20px 0px;
  min-height: 100px;
}
.modalOuterContainer .addEditTestimonialContainer[b-ywqnlde3r2] {
  max-width: 800px;
}

.normalButton[b-ywqnlde3r2] {
  color: black;
  font-size: 18px;
  border-radius: 3px;
  border: none;
  background: transparent;
  width: 35px;
  height: 35px;
  display: flex;
  margin: 0px 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.normalButton:hover[b-ywqnlde3r2] {
  background-color: #E3E3E3;
}
.normalButton.active[b-ywqnlde3r2] {
  background-color: #241C4F;
  color: white;
}
.normalButton.active:hover[b-ywqnlde3r2] {
  opacity: 0.8;
}
.normalButton:disabled[b-ywqnlde3r2] {
  background-color: #E3E3E3;
  color: black;
  pointer-events: none;
  opacity: 0.2;
}

.select[b-ywqnlde3r2] {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 8px 10px;
  background-color: white;
  font-size: 14px;
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.025);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.select:focus[b-ywqnlde3r2], .select:hover[b-ywqnlde3r2] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.select .selectItemContainer[b-ywqnlde3r2] {
  position: absolute;
  bottom: 0;
  max-height: 50vh;
  overflow: auto;
  width: 100%;
}

.loginContainer[b-ywqnlde3r2] {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=Login.cshtml.css.map */
/* _content/RizeMortgage/Pages/Admin/SignUp.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-09xb8zuj66] {
  font-family: "Poppins";
}

.defaultInput[b-09xb8zuj66] {
  width: 100%;
  padding: 8px 10px;
  background-color: white;
  font-size: 14px;
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.025);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.defaultInput:focus[b-09xb8zuj66], .defaultInput:hover[b-09xb8zuj66] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

@keyframes colorRotate-b-09xb8zuj66 {
  0% {
    background: conic-gradient(from 285deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  8% {
    background: conic-gradient(from 315deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  16% {
    background: conic-gradient(from 345deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  25% {
    background: conic-gradient(from 15deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  33% {
    background: conic-gradient(from 45deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  42% {
    background: conic-gradient(from 75deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  50% {
    background: conic-gradient(from 105deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  58% {
    background: conic-gradient(from 135deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  67% {
    background: conic-gradient(from 165deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  75% {
    background: conic-gradient(from 195deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  83% {
    background: conic-gradient(from 225deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  91% {
    background: conic-gradient(from 255deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
  100% {
    background: conic-gradient(from 285deg, white 0%, rgba(255, 255, 255, 0.15) 95%);
  }
}
.circleBtn[b-09xb8zuj66] {
  background-color: #241C4F;
  padding: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  font-weight: 500;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.circleBtn:disabled[b-09xb8zuj66] {
  background: #5f5b76;
}
.circleBtn:hover[b-09xb8zuj66] {
  opacity: 0.8;
  color: white;
}
.circleBtn:active[b-09xb8zuj66] {
  opacity: 0.6;
}

.defaultBtn[b-09xb8zuj66] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  background-color: #241C4F;
  color: white;
  min-width: 120px;
  min-height: 44px;
  border: none;
}
.defaultBtn:disabled[b-09xb8zuj66] {
  background: #5f5b76;
}
.defaultBtn.processing[b-09xb8zuj66] {
  pointer-events: none;
  padding: 0px;
  position: relative;
}
.defaultBtn.processing[b-09xb8zuj66]::after {
  content: "";
  width: auto;
  height: calc(100% - 10px);
  padding: 5px;
  margin: 5px auto;
  -webkit-mask: url(/img/icon/spinner.svg);
          mask: url(/img/icon/spinner.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  animation: colorRotate-b-09xb8zuj66 1s infinite linear;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.defaultBtn.processing[b-09xb8zuj66]::before {
  content: "";
  width: 100%;
  position: absolute;
  background: #5f5b76;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
}

.secondaryBtn[b-09xb8zuj66] {
  color: #241C4F;
  background: white;
  border: none;
}
.secondaryBtn:hover[b-09xb8zuj66] {
  background-color: #E3E3E3;
}
.secondaryBtn:disabled[b-09xb8zuj66] {
  pointer-events: none;
  opacity: 0.5;
}

.errorText[b-09xb8zuj66] {
  color: red;
  font-size: smaller;
  margin-top: 5px;
}

.successText[b-09xb8zuj66] {
  color: green;
  font-size: smaller;
  margin-top: 5px;
}

.inputLabel[b-09xb8zuj66] {
  height: 40px;
}

@keyframes contentLoading-b-09xb8zuj66 {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.tablePseudos[b-09xb8zuj66], .defaultTable.isLoading > :first-child[b-09xb8zuj66]::after, .defaultTable.isLoading > :first-child[b-09xb8zuj66]::before, .defaultTable.isLoading[b-09xb8zuj66]::before {
  width: 100%;
  color: transparent;
  background: linear-gradient(100deg, #E3E3E3 30%, #f6f7f8 50%, #E3E3E3 70%);
  animation: contentLoading-b-09xb8zuj66 4s ease-in-out infinite;
  background-size: 400%;
  display: block;
  height: 38px;
  margin: 7px 0px;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  content: "";
  left: 0px;
}

.defaultTable > :first-child[b-09xb8zuj66] {
  text-transform: uppercase;
  font-weight: 450;
  background: transparent;
  margin: 0px;
  height: 30px;
}
.defaultTable > :first-child > div[b-09xb8zuj66] {
  padding: 0px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.defaultTable > :first-child .iconContainer[b-09xb8zuj66] {
  padding: 0px 5px;
}
.defaultTable > :not(:first-child)[b-09xb8zuj66] {
  background: white;
  margin: 7px 0px;
}
.defaultTable > :not(:first-child) .iconContainer[b-09xb8zuj66] {
  padding: 0px 5px;
}
.defaultTable > :not(:first-child) > div:not(.iconContainer)[b-09xb8zuj66] {
  padding: 7px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.defaultTable > :not(:first-child):hover[b-09xb8zuj66] {
  box-shadow: 0px 2px 5px 1px rgba(51, 51, 51, 0.1);
}
.defaultTable > :not(:first-child):hover .iconButton[b-09xb8zuj66]::before {
  background-color: #241C4F;
}
.defaultTable.isLoading[b-09xb8zuj66] {
  position: relative;
  height: 172px;
}
.defaultTable.isLoading > :not(:first-child)[b-09xb8zuj66] {
  display: none;
}
.defaultTable.isLoading > :first-child[b-09xb8zuj66]::before {
  top: 30px;
}
.defaultTable.isLoading > :first-child[b-09xb8zuj66]::after {
  top: 75px;
}
.defaultTable.isLoading[b-09xb8zuj66]::before {
  top: 120px;
}
.defaultTable .newItem[b-09xb8zuj66] {
  display: none;
}

.iconButton[b-09xb8zuj66] {
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.editIcon[b-09xb8zuj66] {
  border: none;
  width: 24px;
  height: 24px;
  margin: 4px 0px 3px 0px;
  background-color: white;
  padding: 10px 0px;
  display: inline-block;
}
.editIcon[b-09xb8zuj66]::before {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("/img/icon/pencil.svg");
          mask-image: url("/img/icon/pencil.svg");
  margin-left: -2px;
  background-color: #A5ADAD;
}
.editIcon:hover[b-09xb8zuj66]::before {
  background-color: rgb(65, 65, 224) !important;
}
.editIcon:active[b-09xb8zuj66]::before {
  opacity: 0.5;
}

.deleteIcon[b-09xb8zuj66] {
  border: none;
  width: 24px;
  height: 24px;
  margin: 4px 0px 3px 0px;
  background-color: white;
}
.deleteIcon[b-09xb8zuj66]::before {
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("/img/icon/dustbin.svg");
          mask-image: url("/img/icon/dustbin.svg");
  margin-left: -4px;
  background-color: #A5ADAD;
}
.deleteIcon:hover[b-09xb8zuj66]::before {
  background-color: rgb(255, 44, 6) !important;
}
.deleteIcon:active[b-09xb8zuj66]::before {
  opacity: 0.5;
}

.modalOuterContainer[b-09xb8zuj66] {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  overflow-y: auto;
}
.modalOuterContainer.active[b-09xb8zuj66] {
  display: block;
}
.modalOuterContainer .modalContainerWrapper[b-09xb8zuj66] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(max(-50%, -50vh));
  top: 50%;
  width: 100%;
  height: auto;
  border: 20px solid rgba(0, 0, 0, 0);
}
.modalOuterContainer .modalContainer[b-09xb8zuj66] {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 20px 0px;
  min-height: 100px;
}
.modalOuterContainer .addEditTestimonialContainer[b-09xb8zuj66] {
  max-width: 800px;
}

.normalButton[b-09xb8zuj66] {
  color: black;
  font-size: 18px;
  border-radius: 3px;
  border: none;
  background: transparent;
  width: 35px;
  height: 35px;
  display: flex;
  margin: 0px 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.normalButton:hover[b-09xb8zuj66] {
  background-color: #E3E3E3;
}
.normalButton.active[b-09xb8zuj66] {
  background-color: #241C4F;
  color: white;
}
.normalButton.active:hover[b-09xb8zuj66] {
  opacity: 0.8;
}
.normalButton:disabled[b-09xb8zuj66] {
  background-color: #E3E3E3;
  color: black;
  pointer-events: none;
  opacity: 0.2;
}

.select[b-09xb8zuj66] {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 8px 10px;
  background-color: white;
  font-size: 14px;
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.025);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.select:focus[b-09xb8zuj66], .select:hover[b-09xb8zuj66] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.select .selectItemContainer[b-09xb8zuj66] {
  position: absolute;
  bottom: 0;
  max-height: 50vh;
  overflow: auto;
  width: 100%;
}

.signUpContainer[b-09xb8zuj66] {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=SignUp.cshtml.css.map */
/* _content/RizeMortgage/Pages/Blog.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-t15d1sl0w8] {
  font-family: "Poppins";
}

h6[b-t15d1sl0w8] {
  color: #999999;
}/*# sourceMappingURL=Blog.cshtml.css.map */
/* _content/RizeMortgage/Pages/BranchOnboarding.cshtml.rz.scp.css */
/*# sourceMappingURL=BranchOnboarding.cshtml.css.map */
/* _content/RizeMortgage/Pages/Contact.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-g4g5ipkzwy] {
  font-family: "Poppins";
}

.contactIcon[b-g4g5ipkzwy] {
  width: 50px;
  height: 50px;
  background-color: #FF7426;
  cursor: pointer;
  color: transparent;
}
.contactIcon.locationIcon[b-g4g5ipkzwy] {
  -webkit-mask: url("/img/icon/location.svg");
          mask: url("/img/icon/location.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contactIcon.phoneIcon[b-g4g5ipkzwy] {
  -webkit-mask: url("/img/icon/phone.svg");
          mask: url("/img/icon/phone.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contactIcon.mailIcon[b-g4g5ipkzwy] {
  -webkit-mask: url("/img/icon/mail.svg");
          mask: url("/img/icon/mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.contactUsItemContainer[b-g4g5ipkzwy] {
  display: grid;
  grid-auto-rows: 1fr;
}
.contactUsItemContainer .row[b-g4g5ipkzwy] {
  box-shadow: 0px 0px 5px 1px rgba(151, 151, 151, 0.1);
}/*# sourceMappingURL=Contact.cshtml.css.map */
/* _content/RizeMortgage/Pages/home-equity-and-helocs.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-0sup3z8t5o] {
  font-family: "Poppins";
}

.contactIcon[b-0sup3z8t5o] {
  width: 50px;
  height: 50px;
  background-color: #FF7426;
  cursor: pointer;
  color: transparent;
}
.contactIcon.locationIcon[b-0sup3z8t5o] {
  -webkit-mask: url("/img/icon/location.svg");
          mask: url("/img/icon/location.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contactIcon.phoneIcon[b-0sup3z8t5o] {
  -webkit-mask: url("/img/icon/phone.svg");
          mask: url("/img/icon/phone.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contactIcon.mailIcon[b-0sup3z8t5o] {
  -webkit-mask: url("/img/icon/mail.svg");
          mask: url("/img/icon/mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.contactUsItemContainer[b-0sup3z8t5o] {
  display: grid;
  grid-auto-rows: 1fr;
}
.contactUsItemContainer .row[b-0sup3z8t5o] {
  box-shadow: 0px 0px 5px 1px rgba(151, 151, 151, 0.1);
}/*# sourceMappingURL=Contact.cshtml.css.map */
/* _content/RizeMortgage/Pages/Index.cshtml.rz.scp.css */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular_1.otf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold_1.otf");
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light_1.otf");
    font-weight: light;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Italic_1.otf");
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
    font-style: italic;
    font-weight: lighter;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium_1.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-MediumItalic_1.otf");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Afterglow";
    src: url("../fonts/Afterglow-Regular.ttf");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

body[b-pdwqkisaxb] {
    font-family: "Poppins";
}

.gradientBorderVertical[b-pdwqkisaxb] {
    -o-border-image: linear-gradient(white, lightgray, white) 0 100%;
    border-image: linear-gradient(white, lightgray, white) 0 100%;
}

.gradientBorderHorizontal[b-pdwqkisaxb] {
    -o-border-image: linear-gradient(to right, white, lightgray, white) 100% 1%;
    border-image: linear-gradient(to right, white, lightgray, white) 100% 1%;
}

.banner .bannerImgWrapper[b-pdwqkisaxb] {
    height: 90vh;
    max-height: 850px;
    width: 100%;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}
    .banner .bannerImgWrapper img[b-pdwqkisaxb] {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        object-position: 0 100%;
    }

@media only screen and (max-width: 832px) {
    .banner .bannerImgWrapper[b-pdwqkisaxb] {
        height: 80vh;
    }
}

@media only screen and (max-width: 2200px) {
    .banner .bannerImgWrapper[b-pdwqkisaxb] {
        background-position: bottom;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .banner .bannerImgWrapper img[b-pdwqkisaxb] {
        object-position: 50% 100%;
    }
}

@media only screen and (max-width: 480px) {
    .banner .bannerImgWrapper[b-pdwqkisaxb] {
        /*background: url("/img/nav_bg_mobile.webp") center;*/
        background-size: cover;
    }
}

.banner .bannerTextContainer[b-pdwqkisaxb] {
    padding-top: 81px;
    height: 100%;
    top: 0;
}

@media only screen and (max-width: 1050px) {
    .banner .bannerTextContainer[b-pdwqkisaxb] {
        padding-top: 71px;
    }
}

@media only screen and (max-width: 832px) {
    .banner .bannerTextContainer[b-pdwqkisaxb] {
        padding-top: 61px;
    }
}

.banner .bannerTextContainer > *[b-pdwqkisaxb] {
    z-index: 100;
}

.banner .bannerTextContainer .bannerMainText[b-pdwqkisaxb] {
    font-family: Afterglow;
    font-weight: 500;
    font-size: 3em;
    text-align: left;
    color: #241C4F;
}

@media only screen and (max-width: 480px) {
    .banner .bannerTextContainer .bannerMainText[b-pdwqkisaxb] {
        padding-top: 60px;
        font-size: 2.5em;
    }
}

.banner .bannerTextContainer .bannerButtonContainer[b-pdwqkisaxb] {
    font-family: Afterglow;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    .banner .bannerTextContainer .bannerButtonContainer[b-pdwqkisaxb] {
        flex-direction: column;
    }
}

.banner .bannerTextContainer .bannerButtonContainer .purchasingBtn[b-pdwqkisaxb] {
    background-color: #241C4F;
    transition: 0.1s;
    cursor: pointer;
    text-transform: uppercase;
    width: 200px;
}

    .banner .bannerTextContainer .bannerButtonContainer .purchasingBtn:hover[b-pdwqkisaxb] {
        font-weight: 600;
    }

.banner .bannerTextContainer .bannerButtonContainer .refinancingBtn[b-pdwqkisaxb] {
    background: #FF7426;
    transition: 0.1s;
    cursor: pointer;
    width: 200px;
    text-transform: uppercase;
    color: #241C4F !important;
}

    .banner .bannerTextContainer .bannerButtonContainer .refinancingBtn:hover[b-pdwqkisaxb] {
        font-weight: 600;
    }

@media only screen and (max-width: 480px) {
    .banner .bannerTextContainer .bannerButtonContainer .refinancingBtn[b-pdwqkisaxb] {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

.welcomeOuterContainer[b-pdwqkisaxb] {
    margin-top: 10%;
}

@media only screen and (max-width: 832px) {
    .welcomeOuterContainer[b-pdwqkisaxb] {
        margin-top: 0px !important;
    }
}

.calculatorContainer[b-pdwqkisaxb] {
    box-shadow: 0px 1px 20px 1px rgba(87, 137, 148, 0.2);
    margin-bottom: 10%;
    padding: 55px 0px;
    max-width: 1221px;
    margin-left: auto;
    margin-right: auto;
}

.calculatorSelectBtn[b-pdwqkisaxb] {
    border: 2px solid gray;
    background: none;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 1rem 2rem;
    border-image-slice: 1;
    border-width: 1px;
    border-color: lightgray;
    background: gainsboro;
    display: flex;
    align-items: end;
    color: black;
}

    .calculatorSelectBtn .mortgageCalculatorIcon[b-pdwqkisaxb] {
        -webkit-mask: url("./img/icon/mortage icon.svg");
        mask: url("./img/icon/mortage icon.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .calculatorSelectBtn .refinanceCalculatorIcon[b-pdwqkisaxb] {
        -webkit-mask: url("./img/icon/refinance icon.svg");
        mask: url("./img/icon/refinance icon.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .calculatorSelectBtn .mortgageCalculatorIcon[b-pdwqkisaxb], .calculatorSelectBtn .refinanceCalculatorIcon[b-pdwqkisaxb] {
        width: 26px;
        height: 26px;
        padding: 3px;
        display: inline-block;
        background: black;
        -webkit-mask-size: contain;
        mask-size: contain;
        margin-top: auto;
        margin-bottom: auto;
    }

    .calculatorSelectBtn.active[b-pdwqkisaxb] {
        color: #FF7426;
        background: linear-gradient(to bottom, rgba(255, 116, 38, 0.3), rgba(255, 116, 38, 0) 50%);
        border-image-source: linear-gradient(to bottom, #FF7426, rgba(0, 0, 0, 0));
        padding-bottom: 25px !important;
        border-bottom: 0;
    }

        .calculatorSelectBtn.active .mortgageCalculatorIcon[b-pdwqkisaxb], .calculatorSelectBtn.active .refinanceCalculatorIcon[b-pdwqkisaxb] {
            background: #FF7426;
        }

@media (min-width: 768px) {
    .calculateBtnContainer[b-pdwqkisaxb] {
        width: auto !important;
    }
}

.calculateBtn[b-pdwqkisaxb] {
    background: #FF7426;
    font-family: Afterglow;
    color: white;
    transition: 0.1s;
    height: 50px;
    cursor: pointer;
}

    .calculateBtn:hover[b-pdwqkisaxb] {
        font-weight: 550;
    }

.calculatorInput[b-pdwqkisaxb] {
    border: 1px solid lightgray;
    padding: 10px;
    height: 50px;
    outline: #FF7426;
}

    .calculatorInput[b-pdwqkisaxb]::-moz-placeholder {
        color: lightgray;
    }

    .calculatorInput[b-pdwqkisaxb]::placeholder {
        color: lightgray;
    }

    .calculatorInput.rateInput[b-pdwqkisaxb] {
        width: 100px;
    }

.mortgageCalculator[b-pdwqkisaxb] {
    flex-flow: wrap;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 700px;
    width: 100%;
}

.gradientText[b-pdwqkisaxb] {
    background: linear-gradient(to left, #241C4F 10%, #FF7426);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
}

.welcomeText[b-pdwqkisaxb] {
    display: inline-block;
}

@media only screen and (max-width: 832px) {
    .welcomeText[b-pdwqkisaxb] {
        text-align: center;
    }
}

.welcomeContainer[b-pdwqkisaxb] {
    width: 50%;
    padding-top: 2rem !important;
}

@media only screen and (max-width: 832px) {
    .welcomeContainer[b-pdwqkisaxb] {
        width: 100%;
        align-items: center;
        padding-top: 0px !important;
    }
}

.welcomeContainer .welcomeToRizeText[b-pdwqkisaxb] {
    color: #241C4F !important;
}

.welcomeContainer .mortgageFinTechText[b-pdwqkisaxb] {
    color: #241C4F;
}

.welcomeContainer .getStartedButton[b-pdwqkisaxb] {
    background: #FF7426;
    width: -moz-fit-content;
    width: fit-content;
}

.getStartedButton[b-pdwqkisaxb] {
    background: #FF7426;
    color: #241C4F !important;
}

.welcomeContainer .safeAndSecureText[b-pdwqkisaxb] {
    font-weight: 400;
}

.welcomeContainer .welcomeDetailContainer[b-pdwqkisaxb] {
    padding: 20px;
    background: #F1F1E8;
    margin-left: -200px;
    width: calc(100% + 200px) !important;
    border: 1px solid #DDDDC8;
}

@media only screen and (max-width: 832px) {
    .welcomeContainer .welcomeDetailContainer[b-pdwqkisaxb] {
        margin-left: 0px;
        margin-top: -150px !important;
        width: 100% !important;
    }
}

.welcomeContainer .welcomeDetailContainer .welcomeDetail[b-pdwqkisaxb] {
    margin-left: 200px;
    height: 100%;
}

@media only screen and (max-width: 832px) {
    .welcomeContainer .welcomeDetailContainer .welcomeDetail[b-pdwqkisaxb] {
        margin-left: 0px;
        margin-top: 200px !important;
        height: auto;
        align-items: center;
    }
}

.aboutUsImage[b-pdwqkisaxb] {
    height: auto;
    max-height: 95%;
    max-width: 50%;
    left: 0;
    top: -50px;
}

@media only screen and (max-width: 832px) {
    .aboutUsImage[b-pdwqkisaxb] {
        position: static !important;
        max-width: 80%;
        z-index: 10;
        box-shadow: 0px 0px 0px 15px #FDFDEF;
        margin-top: 15px;
    }
}

.welcomeFeaturesContainer[b-pdwqkisaxb] {
    scroll-behavior: smooth;
}

@media only screen and (max-width: 832px) {
    .welcomeFeaturesContainer[b-pdwqkisaxb] {
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .welcomeFeaturesContainer[b-pdwqkisaxb] {
        overflow: auto;
        width: 100%;
        justify-content: unset;
        scroll-snap-type: x mandatory;
    }

        .welcomeFeaturesContainer .welcomeFeature[b-pdwqkisaxb] {
            width: calc(100% - 2px);
            flex-shrink: 0;
            scroll-snap-stop: always;
            scroll-snap-align: center;
            color: #241C4F;
        }
}

.welcomeFeaturesContainer .welcomeFeature[b-pdwqkisaxb] {
    border-right: 1px solid;
    text-align: center;
}

    .welcomeFeaturesContainer .welcomeFeature .welcomFeatureIcon[b-pdwqkisaxb] {
        height: 50px;
        width: 50px;
        background: #FF7426;
    }

        .welcomeFeaturesContainer .welcomeFeature .welcomFeatureIcon.supportIcon[b-pdwqkisaxb] {
            -webkit-mask: url("./img/icon/support icon.svg");
            mask: url("./img/icon/support icon.svg");
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
        }

        .welcomeFeaturesContainer .welcomeFeature .welcomFeatureIcon.experienceIcon[b-pdwqkisaxb] {
            height: 50px;
            width: 60px;
            -webkit-mask: url("./img/icon/online experience icon.svg");
            mask: url("./img/icon/online experience icon.svg");
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
        }

        .welcomeFeaturesContainer .welcomeFeature .welcomFeatureIcon.saveTimeAndMoneyIcon[b-pdwqkisaxb] {
            -webkit-mask: url("./img/icon/time and money icon.svg");
            mask: url("./img/icon/time and money icon.svg");
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
        }

    .welcomeFeaturesContainer .welcomeFeature div[b-pdwqkisaxb] {
        font-weight: bold;
    }

.welcomeFeaturesContainer > :first-child[b-pdwqkisaxb] {
    border-left: 1px solid;
}

.welcomeFeaturesContainer[b-pdwqkisaxb] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .welcomeFeaturesContainer[b-pdwqkisaxb]::-webkit-scrollbar {
        display: none;
    }

.welcomeArrow[b-pdwqkisaxb] {
    color: #241C4F;
    padding: 10px;
    display: none;
    cursor: pointer;
}

    .welcomeArrow.inactive[b-pdwqkisaxb] {
        opacity: 0.3;
        pointer-events: none;
    }

@media only screen and (max-width: 480px) {
    .welcomeArrow[b-pdwqkisaxb] {
        display: block;
    }
}

.ourServicesContainer[b-pdwqkisaxb] {
    background-color: #241C4F;
    margin-bottom: 100px;
}

    .ourServicesContainer .ourServiesText[b-pdwqkisaxb] {
        color: #FF7426;
    }

    .ourServicesContainer a[b-pdwqkisaxb] {
        text-decoration: none;
    }

        .ourServicesContainer a h6[b-pdwqkisaxb] {
            font-size: 1.5rem;
            color: #212529;
        }

        .ourServicesContainer a .h6[b-pdwqkisaxb] {
            font-size: 1.5rem;
            color: #212529;
        }

.servicesDetails[b-pdwqkisaxb] {
    transform: translateY(100px);
    box-shadow: 1px 30px 100px 5px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}

    .servicesDetails > :not(:last-child)[b-pdwqkisaxb] {
        border-right: 1px solid;
        -o-border-image: linear-gradient(white, lightgray, white) 0 100%;
        border-image: linear-gradient(white, lightgray, white) 0 100%;
    }

@media only screen and (max-width: 832px) {
    .servicesDetails[b-pdwqkisaxb] {
        grid-template-columns: 1fr;
    }

        .servicesDetails > :not(:last-child)[b-pdwqkisaxb] {
            border-right: 0px;
            border-bottom: 1px solid;
            -o-border-image: linear-gradient(to right, white, lightgray, white) 100% 1%;
            border-image: linear-gradient(to right, white, lightgray, white) 100% 1%;
        }
}

.servicesDetails .servicesDescriptionSplitter[b-pdwqkisaxb] {
    /*width: 30px;*/
    height: 20px;
    background: #FF7426;
    height: 2px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.servicesDetails .serviceDetailIconContainer[b-pdwqkisaxb] {
    border-radius: 50%;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: linear-gradient(180deg, rgba(255, 145, 15, 0.2) 0%, rgba(255, 165, 15, 0) 100%);
}

.servicesDetails .serviceDetailIcon[b-pdwqkisaxb] {
    height: 80px;
    width: 80px;
    background: #FF7426;
}

    .servicesDetails .serviceDetailIcon.betterRatesIcon[b-pdwqkisaxb] {
        -webkit-mask: url("./img/icon/better rates.svg");
        mask: url("./img/icon/better rates.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .servicesDetails .serviceDetailIcon.lessHasselIcon[b-pdwqkisaxb] {
        -webkit-mask: url("./img/icon/less hassel icon.svg");
        mask: url("./img/icon/less hassel icon.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .servicesDetails .serviceDetailIcon.fastFundingIcon[b-pdwqkisaxb] {
        -webkit-mask: url("./img/icon/fast funding icon.svg");
        mask: url("./img/icon/fast funding icon.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .servicesDetails .serviceDetailIcon.lowerRatesIcon[b-pdwqkisaxb] {
        -webkit-mask: url("./img/icon/lower rates icon.svg");
        mask: url("./img/icon/lower rates icon.svg");
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

.testimonialArrow[b-pdwqkisaxb] {
    cursor: pointer;
}

    .testimonialArrow.inactive[b-pdwqkisaxb] {
        opacity: 0.3;
        pointer-events: none;
    }

    .testimonialArrow.rotatedArrow[b-pdwqkisaxb] {
        transform: rotate(180deg);
    }

@media only screen and (max-width: 832px) {
    .testimonialArrow[b-pdwqkisaxb] {
        display: none !important;
    }
}

.clientTestimonialText[b-pdwqkisaxb] {
    color: #FF7426;
}

.testimonialContentContainer[b-pdwqkisaxb] {
    scroll-behavior: smooth;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

    .testimonialContentContainer[b-pdwqkisaxb]::-webkit-scrollbar {
        display: none;
    }

    .testimonialContentContainer .testimonialContent[b-pdwqkisaxb] {
        width: calc(33.33% - 1rem);
        transition: 0.3s ease;
        flex-shrink: 0;
        scroll-snap-stop: always;
        scroll-snap-align: center;
    }

        .testimonialContentContainer .testimonialContent.activeTestimonial[b-pdwqkisaxb] {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

        .testimonialContentContainer .testimonialContent.emptyContent[b-pdwqkisaxb] {
            display: block;
        }

        .testimonialContentContainer .testimonialContent .dateContainer[b-pdwqkisaxb] {
            position: relative;
            opacity: 0;
        }

            .testimonialContentContainer .testimonialContent .dateContainer[b-pdwqkisaxb]::before {
                content: "";
                width: 100%;
                height: 1px;
                background: linear-gradient(to right, white, lightgray, white) 100% 1%;
                position: absolute;
                top: 14px;
            }

            .testimonialContentContainer .testimonialContent .dateContainer .quoteIcon[b-pdwqkisaxb] {
                color: #241C4F;
                z-index: 1;
                height: 24px;
                width: auto;
            }

        .testimonialContentContainer .testimonialContent.activeTestimonial .dateContainer[b-pdwqkisaxb] {
            opacity: 1;
        }

@media only screen and (max-width: 1050px) {
    .testimonialContentContainer .testimonialContent[b-pdwqkisaxb] {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: 100%;
        max-width: unset;
        flex-shrink: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

        .testimonialContentContainer .testimonialContent .dateContainer[b-pdwqkisaxb] {
            opacity: 1;
        }

        .testimonialContentContainer .testimonialContent.emptyContent[b-pdwqkisaxb] {
            scroll-snap-stop: unset;
            scroll-snap-align: unset;
        }
}

.testimonialContentContainer .testimonialContent .testimonialStar[b-pdwqkisaxb] {
    font-size: 20px;
    color: lightgrey;
}

    .testimonialContentContainer .testimonialContent .testimonialStar.activeStar[b-pdwqkisaxb] {
        color: #FF7426;
    }

.mortgageYourWayText[b-pdwqkisaxb] {
    color: #241C4F !important;
}

@media only screen and (max-width: 832px) {
    .stepItemContainer[b-pdwqkisaxb] {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        justify-content: unset !important;
        scroll-behavior: smooth;
    }

        .stepItemContainer[b-pdwqkisaxb]::-webkit-scrollbar {
            display: none;
        }

        .stepItemContainer .stepItem[b-pdwqkisaxb] {
            margin-left: 0 !important;
            margin-right: 0 !important;
            scroll-snap-stop: always;
            scroll-snap-align: center;
        }
}

.stepItemContainer .stepItem[b-pdwqkisaxb] {
    width: calc(33.33% - 1rem);
    position: relative;
    border: 1px solid #DDDDC8;
}

    .stepItemContainer .stepItem .stepImage[b-pdwqkisaxb] {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .stepItemContainer .stepItem .stepItemBgImage[b-pdwqkisaxb] {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .stepItemContainer .stepItem :not(:first-child)[b-pdwqkisaxb] {
        z-index: 1;
        position: relative;
    }

    .stepItemContainer .stepItem .stepNumber[b-pdwqkisaxb] {
        background: #241C4F;
        color: white;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        width: 50px;
        transform: translateY(-25px);
        box-shadow: 0px 4px 23px rgba(112, 80, 0, 0.2);
    }

        .stepItemContainer .stepItem .stepNumber > *[b-pdwqkisaxb] {
            line-height: 10px;
        }

@media only screen and (max-width: 832px) {
    .stepItemContainer .stepItem[b-pdwqkisaxb] {
        width: 100%;
        flex-shrink: 0;
    }
}

.stepItemCounterContainer[b-pdwqkisaxb], .testimonialCounterContainer[b-pdwqkisaxb], .welcomeFeatureCounterContainer[b-pdwqkisaxb] {
    display: none !important;
}

    .stepItemCounterContainer .stepItemCounter[b-pdwqkisaxb], .stepItemCounterContainer .testimonialItemCounter[b-pdwqkisaxb], .stepItemCounterContainer .welcomeFeatureCounterItem[b-pdwqkisaxb], .testimonialCounterContainer .stepItemCounter[b-pdwqkisaxb], .testimonialCounterContainer .testimonialItemCounter[b-pdwqkisaxb], .testimonialCounterContainer .welcomeFeatureCounterItem[b-pdwqkisaxb], .welcomeFeatureCounterContainer .stepItemCounter[b-pdwqkisaxb], .welcomeFeatureCounterContainer .testimonialItemCounter[b-pdwqkisaxb], .welcomeFeatureCounterContainer .welcomeFeatureCounterItem[b-pdwqkisaxb] {
        width: 30px;
        height: 4px;
        position: relative;
        background-color: gray;
    }

        .stepItemCounterContainer .stepItemCounter .stepItemInner[b-pdwqkisaxb], .stepItemCounterContainer .stepItemCounter .testimonialItemInner[b-pdwqkisaxb], .stepItemCounterContainer .stepItemCounter .welcomeFeatureCounterInner[b-pdwqkisaxb], .stepItemCounterContainer .testimonialItemCounter .stepItemInner[b-pdwqkisaxb], .stepItemCounterContainer .testimonialItemCounter .testimonialItemInner[b-pdwqkisaxb], .stepItemCounterContainer .testimonialItemCounter .welcomeFeatureCounterInner[b-pdwqkisaxb], .stepItemCounterContainer .welcomeFeatureCounterItem .stepItemInner[b-pdwqkisaxb], .stepItemCounterContainer .welcomeFeatureCounterItem .testimonialItemInner[b-pdwqkisaxb], .stepItemCounterContainer .welcomeFeatureCounterItem .welcomeFeatureCounterInner[b-pdwqkisaxb], .testimonialCounterContainer .stepItemCounter .stepItemInner[b-pdwqkisaxb], .testimonialCounterContainer .stepItemCounter .testimonialItemInner[b-pdwqkisaxb], .testimonialCounterContainer .stepItemCounter .welcomeFeatureCounterInner[b-pdwqkisaxb], .testimonialCounterContainer .testimonialItemCounter .stepItemInner[b-pdwqkisaxb], .testimonialCounterContainer .testimonialItemCounter .testimonialItemInner[b-pdwqkisaxb], .testimonialCounterContainer .testimonialItemCounter .welcomeFeatureCounterInner[b-pdwqkisaxb], .testimonialCounterContainer .welcomeFeatureCounterItem .stepItemInner[b-pdwqkisaxb], .testimonialCounterContainer .welcomeFeatureCounterItem .testimonialItemInner[b-pdwqkisaxb], .testimonialCounterContainer .welcomeFeatureCounterItem .welcomeFeatureCounterInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .stepItemCounter .stepItemInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .stepItemCounter .testimonialItemInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .stepItemCounter .welcomeFeatureCounterInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .testimonialItemCounter .stepItemInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .testimonialItemCounter .testimonialItemInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .testimonialItemCounter .welcomeFeatureCounterInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .welcomeFeatureCounterItem .stepItemInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .welcomeFeatureCounterItem .testimonialItemInner[b-pdwqkisaxb], .welcomeFeatureCounterContainer .welcomeFeatureCounterItem .welcomeFeatureCounterInner[b-pdwqkisaxb] {
            width: 0%;
            background-color: #FF7426;
            height: 100%;
            display: block;
            position: absolute;
        }

@media only screen and (max-width: 832px) {
    .stepItemCounterContainer[b-pdwqkisaxb], .testimonialCounterContainer[b-pdwqkisaxb] {
        display: flex !important;
    }
}

@media only screen and (max-width: 480px) {
    .welcomeFeatureCounterContainer[b-pdwqkisaxb] {
        display: flex !important;
    }
}

.smallerContent[b-pdwqkisaxb] {
    max-width: 1065px;
    position: relative;
}

.letsDoThisBtn[b-pdwqkisaxb] {
    background: #FF7426;
    color: #241C4F !important;
}

.loanOptionsContainer[b-pdwqkisaxb] {
    background: #241C4F;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 40px 0px;
}

    .loanOptionsContainer .exploreLoanOptionsImg[b-pdwqkisaxb] {
        width: auto;
        max-height: -webkit-fill-available;
        max-height: -moz-available;
        max-height: fill-available;
        position: absolute;
        max-width: calc(50% - 20px);
        height: auto;
    }

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .exploreLoanOptionsImg[b-pdwqkisaxb] {
        position: static;
        width: min(100% - 20px, 600px);
        height: auto;
        margin: 0 auto;
        max-height: none;
    }
}

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .loanOptionsInnerContainer[b-pdwqkisaxb] {
        flex-direction: column !important;
        overflow: hidden;
    }
}

.loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection[b-pdwqkisaxb] {
    flex-basis: 0;
}

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection.loanOptionTextContainer[b-pdwqkisaxb] {
        align-items: center;
    }
}

.loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection .loanOptionsForm[b-pdwqkisaxb] {
    transform: translateY(100px);
    position: relative;
    box-shadow: 1px 30px 100px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

    .loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection .loanOptionsForm h1[b-pdwqkisaxb] {
        color: #241C4F;
    }

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection .loanOptionsForm[b-pdwqkisaxb] {
        margin-left: 0px !important;
    }
}

.loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection .loanOptionsForm[b-pdwqkisaxb]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #241C4F;
    border-right: 50px solid transparent;
}

.loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection .loanOptionsForm[b-pdwqkisaxb]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #241C4F;
    border-left: 50px solid transparent;
}

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .loanOptionsInnerContainer .loanOptionSection > *[b-pdwqkisaxb] {
        text-align: center;
    }
}

.loanOptionsContainer .loanOptionsInnerContainer .mortgageSections[b-pdwqkisaxb] {
    border-top: 1px solid lightgray;
}

    .loanOptionsContainer .loanOptionsInnerContainer .mortgageSections .mortgageSectionInputName[b-pdwqkisaxb] {
        color: #FF7426;
    }

    .loanOptionsContainer .loanOptionsInnerContainer .mortgageSections .loanOptionFormInput[b-pdwqkisaxb] {
        border: 2px solid lightgray;
        padding: 10px;
        height: 40px;
        outline: #FF7426;
        width: 100%;
        font-weight: 700;
    }

        .loanOptionsContainer .loanOptionsInnerContainer .mortgageSections .loanOptionFormInput[b-pdwqkisaxb]::-moz-placeholder {
            color: lightgray;
        }

        .loanOptionsContainer .loanOptionsInnerContainer .mortgageSections .loanOptionFormInput[b-pdwqkisaxb]::placeholder {
            color: lightgray;
        }

        .loanOptionsContainer .loanOptionsInnerContainer .mortgageSections .loanOptionFormInput.coloredInput[b-pdwqkisaxb] {
            border-image-source: linear-gradient(to right, #241C4F, #FF7426);
            border-width: 2px;
            border-image-slice: 2;
        }

        .loanOptionsContainer .loanOptionsInnerContainer .mortgageSections .loanOptionFormInput.smallerInput[b-pdwqkisaxb] {
            width: 80%;
        }

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .loanOptionsInnerContainer .arrowContainer[b-pdwqkisaxb] {
        width: -moz-fit-content;
        width: fit-content;
    }
}

.loanOptionsContainer .loanOptionsInnerContainer .arrowContainer .exploreLoanButton[b-pdwqkisaxb] {
    background: #FF7426;
    width: -moz-fit-content;
    width: fit-content;
    color: #241C4F !important;
}

.loanOptionsContainer .loanOptionsInnerContainer .arrowContainer .arrowIcon[b-pdwqkisaxb] {
    display: inline-block;
    position: absolute;
    left: calc(50% + 90px);
    width: 100px;
    top: 40px;
}

@media only screen and (max-width: 832px) {
    .loanOptionsContainer .loanOptionsInnerContainer .arrowContainer .arrowIcon[b-pdwqkisaxb] {
        transform: rotateX(180deg) rotateY(0deg) rotateZ(-80deg);
        left: unset;
        width: 80px;
        right: -50px;
        top: 85px;
    }
}

.gradientButton[b-pdwqkisaxb] {
    background: linear-gradient(to right, #241C4F, #FF7426);
}

.faqContainer[b-pdwqkisaxb] {
    background: linear-gradient(to bottom, #E0DFDF, #D5D9DA);
}

@media only screen and (max-width: 832px) {
    .faqContainer .faqInnerContainer[b-pdwqkisaxb] {
        flex-direction: column-reverse !important;
    }

        .faqContainer .faqInnerContainer .faqImageContainer[b-pdwqkisaxb] {
            align-self: center !important;
        }

        .faqContainer .faqInnerContainer .faqContentContainer[b-pdwqkisaxb] {
            align-items: center;
            margin-bottom: 0 !important;
        }

            .faqContainer .faqInnerContainer .faqContentContainer h1[b-pdwqkisaxb] {
                text-align: center;
            }

            .faqContainer .faqInnerContainer .faqContentContainer .rizeToFinancialPotBtn[b-pdwqkisaxb] {
                margin-bottom: 0 !important;
            }
}

.faqContainer .faqInnerContainer .whyRizeText[b-pdwqkisaxb] {
    color: #241C4F;
}

.faqContainer .faqInnerContainer .whyRizeAnswer[b-pdwqkisaxb] {
    max-width: 400px;
}

.faqContainer .faqInnerContainer .rizeToFinancialPotBtn[b-pdwqkisaxb] {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #FF7426;
    color: #241C4F !important;
}

.getRateContainer[b-pdwqkisaxb] {
    height: 40vh;
    position: relative;
    background: #FF7426;
}

    .getRateContainer .getRateImgWrapper[b-pdwqkisaxb] {
        height: 100%;
        width: 100%;
        background: url("/img/nav_bg_mobile.webp") center;
        background-size: cover;
        transform: scaleX(-1);
        opacity: 0.05;
    }

@media only screen and (max-width: 832px) {
    .getRateContainer .getRateImgWrapper[b-pdwqkisaxb] {
        background: url("/img/nav_bg_tablet.jpg") center;
        background-size: cover;
    }
}

@media only screen and (max-width: 480px) {
    .getRateContainer .getRateImgWrapper[b-pdwqkisaxb] {
        background: url("/img/nav_bg_mobile.webp") center;
        background-size: cover;
    }
}

.getRateContainer .getRateInnerContainer[b-pdwqkisaxb] {
    max-width: 500px;
    text-align: center;
}

.getRateContainer .getCustomRateBtn[b-pdwqkisaxb] {
    width: -moz-fit-content;
    width: fit-content;
    color: #FF7426;
    cursor: pointer;
    z-index: 100;
}

/*# sourceMappingURL=Index.cshtml.css.map */
@media only screen and (max-width: 480px) {
    .bannerImgWrapper img.bannerImgWrapperImage[b-pdwqkisaxb] {
        display: none;
    }

    .bannerImgWrapper img.bannerImgWrapperImageMbl[b-pdwqkisaxb] {
        display: block;
    }
}

/*# sourceMappingURL=Index.cshtml.css.map */
@media only screen and (min-width: 481px) {
    .bannerImgWrapper img.bannerImgWrapperImage[b-pdwqkisaxb] {
        display: block;
    }

    .bannerImgWrapper img.bannerImgWrapperImageMbl[b-pdwqkisaxb] {
        display: none;
    }
}
/* _content/RizeMortgage/Pages/Knowledge.cshtml.rz.scp.css */
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Afterglow';
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap; }

body[b-f29bqb2wel] {
  font-family: 'Poppins'; }

.knowledgeCenterContainer[b-f29bqb2wel] {
  padding-top: 141px;
  text-align: left; }

@media only screen and (max-width: 832px) {
  .sectionHeaderText[b-f29bqb2wel] {
    text-align: center; } }

@media only screen and (max-width: 832px) {
  .sectionOuterContainer[b-f29bqb2wel] {
    flex-direction: column; } }

.knowledgeHeaderDesc a[b-f29bqb2wel] {
  color: black;
  text-decoration: none; }
  .knowledgeHeaderDesc a:hover[b-f29bqb2wel], .knowledgeHeaderDesc a:focus[b-f29bqb2wel] {
    text-decoration: underline; }
  @media only screen and (max-width: 832px) {
    .knowledgeHeaderDesc a[b-f29bqb2wel] {
      text-decoration: underline; } }

.sectionImgContainer[b-f29bqb2wel] {
  width: 50%;
  height: fit-content;
  color: black;
  text-decoration: none; }
  .sectionImgContainer:hover h3[b-f29bqb2wel] {
    text-decoration: underline; }
  @media only screen and (max-width: 832px) {
    .sectionImgContainer[b-f29bqb2wel] {
      width: 100%; } }

.sectionImgContent[b-f29bqb2wel] {
  bottom: 0;
  margin: 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 20px; }

.sectionItemContainer[b-f29bqb2wel] {
  width: calc(50% - 10px);
  flex-direction: column;
  margin-left: 10px; }
  .sectionItemContainer .sectionItem[b-f29bqb2wel] {
    display: flex;
    padding: 20px;
    background: #EEF1F1;
    border-radius: 10px;
    cursor: pointer; }
    .sectionItemContainer .sectionItem img[b-f29bqb2wel] {
      transition: 0.2s ease; }
    .sectionItemContainer .sectionItem:hover h3[b-f29bqb2wel] {
      text-decoration: underline; }
    .sectionItemContainer .sectionItem:hover img[b-f29bqb2wel] {
      transform: translateX(5px); }
  @media only screen and (max-width: 832px) {
    .sectionItemContainer[b-f29bqb2wel] {
      margin-left: 0px;
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap; }
      .sectionItemContainer :first-child[b-f29bqb2wel] {
        margin-top: 10px; }
      .sectionItemContainer .sectionItem[b-f29bqb2wel] {
        width: 100%; } }
  .sectionItemContainer .sectionTextDesc[b-f29bqb2wel] {
    font-size: small; }

@media only screen and (max-width: 832px) {
  .calculatorsContainer h1[b-f29bqb2wel] {
    text-align: center;
    margin-bottom: 20px; } }

.calculatorsContainer .calculatorImgBgWrapper[b-f29bqb2wel] {
  height: 100%;
  width: 100%;
  background: url("/img/buy/chat_bg.webp") center;
  background-size: cover;
  transform: scaleX(-1);
  position: absolute;
  opacity: 0.9; }
  @media only screen and (max-width: 832px) {
    .calculatorsContainer .calculatorImgBgWrapper[b-f29bqb2wel] {
      background-size: cover; } }
  @media only screen and (max-width: 480px) {
    .calculatorsContainer .calculatorImgBgWrapper[b-f29bqb2wel] {
      background-size: cover; } }

.calculatorsContainer .rightMortgageContainer[b-f29bqb2wel] {
  background: #241C4F;
  color: white;
  border-radius: 20px;
  transform: translateY(50%);
  margin-bottom: 150px; }
  @media only screen and (max-width: 832px) {
    .calculatorsContainer .rightMortgageContainer[b-f29bqb2wel] {
      margin-top: -50px !important; } }
  @media only screen and (max-width: 480px) {
    .calculatorsContainer .rightMortgageContainer[b-f29bqb2wel] {
      margin-top: -100px !important; } }

.calculatorsContainer .buyBtn[b-f29bqb2wel] {
  background-color: #613BE4;
  color: white;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  max-width: 250px;
  width: 100%;
  font-weight: 600; }

.calculatorsContainer .refinanceBtn[b-f29bqb2wel] {
  background-color: #FF7426;
  color: #241C4F !important;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  max-width: 250px;
  width: 100%;
  font-weight: 600; }

.startJourneyHeader[b-f29bqb2wel] {
  max-width: 600px; }

.startJourneyDesc[b-f29bqb2wel] {
  max-width: 450px;
  text-align: center; }

.getCustomRateBtn[b-f29bqb2wel] {
  background-color: #FF7426;
  color: #241C4F !important;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  max-width: 450px;
  width: 100%;
  font-weight: 600; }

.calcContainer[b-f29bqb2wel] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px; }
  @media only screen and (max-width: 480px) {
    .calcContainer[b-f29bqb2wel] {
      justify-content: center; } }
  .calcContainer .calcItem[b-f29bqb2wel] {
    background-color: white;
    border: 3px solid #EEEEEE;
    border-radius: 10px;
    width: 235px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer; }
    .calcContainer .calcItem:hover[b-f29bqb2wel] {
      transform: scale(1.04); }
    @media only screen and (max-width: 480px) {
      .calcContainer .calcItem[b-f29bqb2wel] {
        width: 100%; } }
    .calcContainer .calcItem img[b-f29bqb2wel] {
      width: 50px; }
    .calcContainer .calcItem .calc-desc[b-f29bqb2wel] {
      font-size: 14px; }
/* _content/RizeMortgage/Pages/refinance.cshtml.rz.scp.css */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular_1.otf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold_1.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light_1.otf");
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic_1.otf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic_1.otf");
  font-style: italic;
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium_1.otf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic_1.otf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Afterglow";
  src: url("../fonts/Afterglow-Regular.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
body[b-x72m2bz68h] {
  font-family: "Poppins";
}

.banner[b-x72m2bz68h] {
  position: relative;
}
    .banner .bannerImgWrapper[b-x72m2bz68h] {
        height: 100%;
        width: 100%;
        z-index: -1;
        /*background: url("/img/buy/refinance_banner.webp") center;*/
     /*   background-size: cover;
        background-position: center;*/
    }

        .banner .bannerImgWrapper img[b-x72m2bz68h] {
            position: absolute;
            width: 100%;
            height: 100%;
            /*object-fit: cover;*/
            z-index: -1;
            object-position: 0 100%;
        }

@media only screen and (max-width: 832px) {
  .banner .bannerImgWrapper[b-x72m2bz68h] {
    height: 80vh;
  }
}
@media only screen and (max-width: 2200px) {
  .banner .bannerImgWrapper[b-x72m2bz68h] {
    background-position: top;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bannerImgWrapper[b-x72m2bz68h] {
    background-size: cover;
  }
}
.banner .bannerTextContainer[b-x72m2bz68h] {
  padding-top: 81px;
  height: 70%;
}
@media only screen and (max-width: 1050px) {
  .banner .bannerTextContainer[b-x72m2bz68h] {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 832px) {
  .banner .bannerTextContainer[b-x72m2bz68h] {
    padding-top: 61px;
  }
}
.banner .bannerTextContainer > *[b-x72m2bz68h] {
  z-index: 100;
}
.banner .bannerTextContainer .bannerMainText[b-x72m2bz68h] {
  font-weight: 500;
  font-size: 3em;
  text-align: left;
  color: #241C4F;
}
@media only screen and (max-width: 480px) {
  .banner .bannerTextContainer .bannerMainText[b-x72m2bz68h] {
    padding-top: 60px;
    font-size: 2.5em;
  }
}
.banner .bannerTextContainer .getStartButton[b-x72m2bz68h] {
  background-color: #241C4F;
  border-radius: 10px;
  font-weight: 550;
}
@media only screen and (max-width: 832px) {
  .banner .bannerTextContainer .getStartButton[b-x72m2bz68h] {
    width: 100%;
  }
}

.hereToHelpOuterContainer .hereToHelpImageContainer[b-x72m2bz68h] {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
@media only screen and (max-width: 832px) {
  .hereToHelpOuterContainer[b-x72m2bz68h] {
    flex-direction: column;
  }
  .hereToHelpOuterContainer .hereToHelpImageContainer[b-x72m2bz68h] {
    display: none;
  }
}
.hereToHelpOuterContainer .hereToHelpMobileImageContainer[b-x72m2bz68h] {
  display: none;
}
@media only screen and (max-width: 832px) {
  .hereToHelpOuterContainer .hereToHelpMobileImageContainer[b-x72m2bz68h] {
    display: flex;
  }
}
.hereToHelpOuterContainer .hereToHelpMobileImageContainer .hereToHelpRibbon[b-x72m2bz68h] {
  transform: translateY(-50%);
}

.hereToHelpRibbon[b-x72m2bz68h] {
  right: 0px;
  top: 0;
}

.wantToDoText[b-x72m2bz68h] {
  color: #241C4F;
}

.timelineItemContainer[b-x72m2bz68h] {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timelineItemContainer[b-x72m2bz68h]::-webkit-scrollbar {
  display: none;
}
.timelineItemContainer .timelineItem[b-x72m2bz68h] {
  max-width: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (max-width: 870px) {
  .timelineItemContainer .timelineItem[b-x72m2bz68h] {
    max-width: unset;
  }
}
.timelineItemContainer .timelineItem img[b-x72m2bz68h] {
  max-height: 100px;
}
.timelineItemContainer .timelineItem .timelineHeader[b-x72m2bz68h] {
  margin-top: 25px;
  color: #241C4F;
  text-align: center;
}
.timelineItemContainer .timelineItem .timelineContent[b-x72m2bz68h] {
  padding: 10px 60px;
  justify-content: center;
  flex-grow: 1;
}
.timelineItemContainer .timelineItem .timelineButton[b-x72m2bz68h] {
  background-color: #FF7426;
  color: #241C4F !important;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  max-width: 350px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 5px;
}
@media only screen and (max-width: 870px) {
  .timelineItemContainer[b-x72m2bz68h] {
    flex-direction: row;
    flex-wrap: unset;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .timelineItemContainer .timelineItem[b-x72m2bz68h] {
    width: 100%;
    flex-shrink: 0;
    scroll-snap-stop: always;
    scroll-snap-align: start;
  }
}

.timelineItemOuterContainer[b-x72m2bz68h] {
  align-items: center;
  width: 100%;
}
.timelineItemOuterContainer .leftArrow[b-x72m2bz68h], .timelineItemOuterContainer .rightArrow[b-x72m2bz68h] {
  height: 50px;
  width: 50px;
  background: #241C4F;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 870px) {
  .timelineItemOuterContainer .leftArrow[b-x72m2bz68h], .timelineItemOuterContainer .rightArrow[b-x72m2bz68h] {
    display: block;
  }
}
.timelineItemOuterContainer .leftArrow[b-x72m2bz68h] {
  -webkit-mask: url("/img/knowledge_center/arrow_left.svg");
          mask: url("/img/knowledge_center/arrow_left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.timelineItemOuterContainer .rightArrow[b-x72m2bz68h] {
  -webkit-mask: url("/img/knowledge_center/arrow_right.svg");
          mask: url("/img/knowledge_center/arrow_right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.getStartedContainer[b-x72m2bz68h] {
  background-color: #FFF0E9;
  width: calc(100% - 60px);
  margin: 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 832px) {
  .getStartedContainer[b-x72m2bz68h] {
    width: 100%;
    margin: 0px;
  }
}
.getStartedContainer .welcomeTextContainer[b-x72m2bz68h] {
  width: 40%;
}
@media only screen and (max-width: 832px) {
  .getStartedContainer .welcomeTextContainer[b-x72m2bz68h] {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.getStartedContainer .getStartedTodayBtn[b-x72m2bz68h] {
    background-color: #FF7426;
    color: #241C4F !important;
    border-radius: 10px;
    border: 0;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 550;
}

@media only screen and (max-width: 832px) {
  .welcomBlogContainer[b-x72m2bz68h] {
    justify-content: center;
    align-items: center;
  }
}

.welcomeMobileImage[b-x72m2bz68h] {
  width: 60%;
  display: none;
}
@media only screen and (max-width: 832px) {
  .welcomeMobileImage[b-x72m2bz68h] {
    display: block;
  }
}

.welcomeDesktopImageContainer[b-x72m2bz68h] {
  display: block;
  width: 60%;
}
.welcomeDesktopImageContainer img[b-x72m2bz68h] {
  width: 100%;
}
@media only screen and (max-width: 832px) {
  .welcomeDesktopImageContainer[b-x72m2bz68h] {
    display: none;
  }
}

.welcomeBlogHeader[b-x72m2bz68h] {
  color: #241C4F;
}

.knowledgeCenterBox[b-x72m2bz68h] {
  background: #241C4F;
  border-radius: 20px;
  color: white;
}
    .knowledgeCenterBox .takeToKnowledgeCenterBtn[b-x72m2bz68h] {
        background-color: #FF7426;
        color: #241C4F !important;
        border-radius: 10px;
        border: 0;
        padding: 15px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 550;
    }

.welcomeBlogItem[b-x72m2bz68h] {
  flex-grow: 1;
  padding: 10px;
  background-color: #EEF1F1;
  border-radius: 20px;
  height: 100%;
  color: black;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}
.welcomeBlogItem img[b-x72m2bz68h] {
  width: 100%;
  border-radius: 20px;
}
.welcomeBlogItem .welcomeItemDate[b-x72m2bz68h] {
  margin-top: 10px;
}
.welcomeBlogItem:hover .welcomeItemHeader[b-x72m2bz68h] {
  text-decoration: underline;
}

.chatContainer .chatImgBgWrapper[b-x72m2bz68h] {
    height: 100%;
    width: 100%;
    background: url("/img/buy/chat_bg.webp") center;
    background-size: cover;
    transform: scaleX(-1);
}
@media only screen and (max-width: 832px) {
  .chatContainer .chatImgBgWrapper[b-x72m2bz68h] {
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .chatContainer .chatImgBgWrapper[b-x72m2bz68h] {
    background-size: cover;
  }
}
.chatContainer .chatImgTextContainer[b-x72m2bz68h] {
  padding: 60px 0px;
  height: 100%;
}
.chatContainer .chatImgTextContainer .chatImgTextInnerContainer[b-x72m2bz68h] {
  max-width: 400px;
}
    .chatContainer .chatImgTextContainer .chatImgTextInnerContainer a[b-x72m2bz68h] {
        background-color: #FF7426;
        color: #241C4F !important;
        border-radius: 10px;
        border: 0;
        padding: 15px;
        font-weight: 600;
        max-width: 300px;
    }
.chatContainer .chatImgTextContainer .chatImgTextInnerContainer .chat_desc[b-x72m2bz68h] {
  max-width: 300px;
}
.chatContainer .chatImgTextContainer .chatImgTextInnerContainer .chat_desc span[b-x72m2bz68h] {
  font-size: 20px;
}
.chatContainer .chatImgTextContainer .chatImgContainer[b-x72m2bz68h] {
  max-width: 550px;
}
.chatContainer .chatImgTextContainer .chatImgContainer .chatImg[b-x72m2bz68h] {
  max-width: 550px;
  height: auto;
  border-radius: 10px;
}
.chatContainer .chatImgTextContainer .chatImgRibbonContainer[b-x72m2bz68h] {
  position: absolute;
  right: 0;
  transform: translate(-50%, 50%);
  bottom: 0;
}
@media only screen and (max-width: 832px) {
  .chatContainer .chatImgTextContainer .chatImgRibbonContainer[b-x72m2bz68h] {
    right: unset;
    left: 50%;
    max-height: 200px;
  }
}
@media only screen and (max-width: 832px) {
  .chatContainer .chatImgTextContainer[b-x72m2bz68h] {
    padding-bottom: 120px;
  }
}

.getStartedBtn[b-x72m2bz68h] {
    background-color: #FF7426;
    color: #241C4F !important;
    border-radius: 10px;
    border: 0;
    padding: 15px;
    max-width: 350px;
    width: 100%;
    font-weight: 600;
}

.borrowerTestimonialsHeader[b-x72m2bz68h] {
  color: #241C4F;
  margin-top: 40px;
}

.refinancingBlogsContianer[b-x72m2bz68h] {
  display: flex;
  align-items: center;
  width: 100%;
}
.refinancingBlogsContianer .leftArrow[b-x72m2bz68h], .refinancingBlogsContianer .rightArrow[b-x72m2bz68h] {
  height: 50px;
  width: 30px;
  background: #241C4F;
  display: block;
  cursor: pointer;
  flex-shrink: 0;
}
@media only screen and (max-width: 832px) {
  .refinancingBlogsContianer .leftArrow[b-x72m2bz68h], .refinancingBlogsContianer .rightArrow[b-x72m2bz68h] {
    height: 30px;
    width: 20px;
    margin: 20px 0px;
  }
}
.refinancingBlogsContianer .leftArrow.inactive[b-x72m2bz68h], .refinancingBlogsContianer .rightArrow.inactive[b-x72m2bz68h] {
  opacity: 0.2;
  pointer-events: none;
}
.refinancingBlogsContianer.singleItem .leftArrow[b-x72m2bz68h], .refinancingBlogsContianer.singleItem .rightArrow[b-x72m2bz68h] {
  opacity: 0.2;
  pointer-events: none;
}
.refinancingBlogsContianer.doubleItem .leftArrow[b-x72m2bz68h], .refinancingBlogsContianer.doubleItem .rightArrow[b-x72m2bz68h] {
  opacity: 0.2;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .refinancingBlogsContianer.doubleItem .leftArrow[b-x72m2bz68h], .refinancingBlogsContianer.doubleItem .rightArrow[b-x72m2bz68h] {
    opacity: 1;
    pointer-events: all;
  }
}
.refinancingBlogsContianer .leftArrow[b-x72m2bz68h] {
  -webkit-mask: url("/img/knowledge_center/arrow_left.svg");
          mask: url("/img/knowledge_center/arrow_left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.refinancingBlogsContianer .rightArrow[b-x72m2bz68h] {
  -webkit-mask: url("/img/knowledge_center/arrow_right.svg");
          mask: url("/img/knowledge_center/arrow_right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.refinancingBlogsContianer .refinancingBlogsItemContainer[b-x72m2bz68h] {
  display: flex;
  flex-grow: 1;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  margin: 60px 20px 20px 20px;
}
.refinancingBlogsContianer .refinancingBlogsItemContainer[b-x72m2bz68h]::-webkit-scrollbar {
  display: none;
}
.refinancingBlogsContianer .refinancingBlogsItemContainer .refinancingBlogsItem[b-x72m2bz68h] {
  scroll-snap-stop: always;
  scroll-snap-align: start;
  width: calc(33.3333333333% + 1px);
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 700px;
}
@media only screen and (max-width: 700px) {
  .refinancingBlogsContianer .refinancingBlogsItemContainer .refinancingBlogsItem[b-x72m2bz68h] {
    width: 100%;
    align-items: center;
  }
}
.refinancingBlogsContianer .refinancingBlogsItemContainer .refinancingBlogsItem.mobileOnly[b-x72m2bz68h] {
  display: none;
}
@media only screen and (max-width: 700px) {
  .refinancingBlogsContianer .refinancingBlogsItemContainer .refinancingBlogsItem.mobileOnly[b-x72m2bz68h] {
    display: block;
  }
}

.borrowerTestimonialContainer[b-x72m2bz68h] {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 832px) {
  .borrowerTestimonialContainer[b-x72m2bz68h] {
    align-items: end;
  }
}
.borrowerTestimonialContainer .leftArrow[b-x72m2bz68h], .borrowerTestimonialContainer .rightArrow[b-x72m2bz68h] {
  height: 50px;
  width: 30px;
  background: #241C4F;
  display: block;
  cursor: pointer;
  flex-shrink: 0;
}
@media only screen and (max-width: 832px) {
  .borrowerTestimonialContainer .leftArrow[b-x72m2bz68h], .borrowerTestimonialContainer .rightArrow[b-x72m2bz68h] {
    height: 30px;
    width: 20px;
    margin: 20px 0px;
  }
}
.borrowerTestimonialContainer .leftArrow[b-x72m2bz68h] {
  -webkit-mask: url("/img/knowledge_center/arrow_left.svg");
          mask: url("/img/knowledge_center/arrow_left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.borrowerTestimonialContainer .rightArrow[b-x72m2bz68h] {
  -webkit-mask: url("/img/knowledge_center/arrow_right.svg");
          mask: url("/img/knowledge_center/arrow_right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer[b-x72m2bz68h] {
  display: flex;
  flex-grow: 1;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer[b-x72m2bz68h]::-webkit-scrollbar {
  display: none;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem[b-x72m2bz68h] {
  scroll-snap-stop: always;
  scroll-snap-align: start;
  width: calc(33.3333333333% + 1px);
  flex-shrink: 0;
  -o-border-image: linear-gradient(to bottom, transparent, #E3E3E3, transparent) 0 100%;
     border-image: linear-gradient(to bottom, transparent, #E3E3E3, transparent) 0 100%;
  border-right: 1px solid;
  border-width: 1px;
  border-image-slice: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 1180px) {
  .borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem[b-x72m2bz68h] {
    width: 100%;
    align-items: center;
  }
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .testimonialImage[b-x72m2bz68h] {
  width: 100px;
  height: 100px;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .testimonialImage img[b-x72m2bz68h] {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .testimonialPersonName[b-x72m2bz68h] {
  color: #FF7426;
  font-weight: 600;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .testimonialAddress[b-x72m2bz68h] {
  font-weight: 500;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .ratingItem[b-x72m2bz68h] {
  width: 28px;
  height: 28px;
  -webkit-mask: url("/img/refinance/star.svg");
          mask: url("/img/refinance/star.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #FF7426;
  display: block;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .testimonialText[b-x72m2bz68h] {
  max-width: 350px;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .dateContainer[b-x72m2bz68h] {
  -o-border-image: linear-gradient(to right, transparent, #E3E3E3, transparent) 0 100%;
     border-image: linear-gradient(to right, transparent, #E3E3E3, transparent) 0 100%;
  border-top: 1px solid;
  color: #999999;
  border-width: 1px;
  border-image-slice: 1;
  opacity: 0;
  padding: 20px 0px;
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem.active .dateContainer[b-x72m2bz68h] {
  opacity: 1;
}
@media only screen and (max-width: 1180px) {
  .borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem .testimonialText[b-x72m2bz68h] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  .borrowerTestimonialContainer .borrowerTestimonialItemContainer .borrowerTestimonialItem[b-x72m2bz68h] {
    -o-border-image: linear-gradient(to bottom, transparent, transparent) 0 100%;
       border-image: linear-gradient(to bottom, transparent, transparent) 0 100%;
  }
}
.borrowerTestimonialContainer .borrowerTestimonialItemContainer :last-child[b-x72m2bz68h] {
  -o-border-image: linear-gradient(to bottom, transparent, transparent) 0 100%;
     border-image: linear-gradient(to bottom, transparent, transparent) 0 100%;
}

.servicesTextTick[b-x72m2bz68h] {
  width: 14px;
  height: 14px;
  -webkit-mask: url("/img/icon/check.svg");
          mask: url("/img/icon/check.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #FF7426;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -2px;
  margin-top: 5px;
}/*# sourceMappingURL=Refinance.cshtml.css.map */
/* _content/RizeMortgage/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-mmqtqdy4q7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-mmqtqdy4q7] {
  color: #0077cc;
}

.btn-primary[b-mmqtqdy4q7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-mmqtqdy4q7], .nav-pills .show > .nav-link[b-mmqtqdy4q7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-mmqtqdy4q7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-mmqtqdy4q7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-mmqtqdy4q7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-mmqtqdy4q7] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-mmqtqdy4q7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/RizeMortgage/Pages/Shared/_MortgageCtaPartial.cshtml.rz.scp.css */
/* =============================
       CTA BOX
============================= */
.cta-box[b-avsyebprv2] {
    margin: 50px 10px;
    background-color: #241C4F;
    color: #E8E0DC;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
/*    flex-wrap: wrap;*/
}

/* =============================
       TEXT
       ============================= */
.cta-btn-text[b-avsyebprv2] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
/*    line-height: 120%;*/
    max-width: 557px;
    margin: 0;
    flex: 1 1 60%;
    color: #E8E0DC;
}

/* =============================
       BUTTON + LINK
       ============================= */
.cta-actions[b-avsyebprv2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

/* CTA MAIN BUTTON */
.cta-btn[b-avsyebprv2] {
    background-color: #F36C37;
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

    .cta-btn:hover[b-avsyebprv2] {
        background-color: #E05F30;
        color: #fff;
    }
/* CTA LINK BELOW BUTTON */
.cta-link[b-avsyebprv2] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #F36C37;
    text-decoration: underline;
}

    .cta-link:hover[b-avsyebprv2] {
        color: #F46C37;
    }

/* =============================
       RESPONSIVENESS
       ============================= */

/* Medium screens */
@media (max-width: 992px) {
    .cta-box[b-avsyebprv2] {
        padding: 20px;
        gap: 25px;
    }

    .cta-actions[b-avsyebprv2] {
        align-items: center;
    }
}

/* Mobile screens */
@media (max-width: 600px) {
    .cta-box[b-avsyebprv2] {
        flex-direction: column;
        text-align: left;
        /* align-items: flex-start; */
        padding: 20px;
        align-items: center;
    }

    .cta-btn-text[b-avsyebprv2] {
        flex: 1 1 100%;
        font-size: 15px;
    }

    .cta-btn[b-avsyebprv2] {
        width: 100%;
        text-align: center;
    }
    .cta-actions[b-avsyebprv2] {
        align-items: center;
    }
}
/* _content/RizeMortgage/Pages/TCPACommunicationPolicy.cshtml.rz.scp.css */
a[b-dii85osdfd] {
  color: black;
}
.txt-upper-case[b-dii85osdfd] {
    text-transform: uppercase;
}
.boldText[b-dii85osdfd] {
  font-weight: 500;
}

#termsOfUseCont[b-dii85osdfd] {
  max-width: 1200px;
}/*# sourceMappingURL=TermsOfUse.cshtml.css.map */
/* _content/RizeMortgage/Pages/ThankYou.cshtml.rz.scp.css */
.thankyouContainer[b-l5s9grq0e0] {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.thankyouOuterContainer[b-l5s9grq0e0] {
  background: white;
  min-height: 95vh;
  max-height: 800px;
  overflow: auto;
  padding-top: 80px;
}

.navBarCont.stuck[b-l5s9grq0e0] {
  background: white;
}

.thankYouHeader[b-l5s9grq0e0] {
  padding-bottom: 10px;
}

.thankYouText[b-l5s9grq0e0] {
  font-weight: normal !important;
}

.backToHomeLink[b-l5s9grq0e0] {
  color: black;
  text-transform: capitalize;
  text-decoration: none;
}
.backToHomeLink:hover[b-l5s9grq0e0] {
  text-decoration: underline;
}/*# sourceMappingURL=ThankYou.cshtml.css.map */
