@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Nunito Sans";
}

body {
  background-color: #F6F1EB;
  color: #282828 !important;
}

strong {
  font-weight: bold !important;
}

section {
  position: relative;
  z-index: 1;
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 20px !important;
  }
}
/* Smaller than [ 480px ] - Mobile */
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(246, 241, 235, 0.3);
  z-index: 9;
}
.navigation .navbar-burger,
.navigation .is-active {
  background-color: white !important;
  color: #ec6d2e !important;
}
.navigation .navbar {
  background-color: transparent;
}
.navigation .navbar.has-centered-menu .navbar-start {
  flex-grow: 1;
  justify-content: center;
}
.navigation .navbar-brand img {
  max-height: 42px;
}
.navigation a:hover {
  background-color: unset;
}
.navigation .navbar-menu {
  margin: 0 !important;
  justify-content: flex-end;
}
.navigation .navbar-menu .navbar-item {
  color: white;
}
.navigation .navbar-menu .navbar-item:hover {
  color: #fab534;
}
.navigation.scrolled {
  position: fixed !important;
  background-color: #ec6d2e !important;
  transition: all 1s ease;
  border: none;
}
.navigation.scrolled .button:first-child {
  background-color: white !important;
  border-color: white !important;
  color: #ec6d2e !important;
  transition: none !important;
}
.navigation.scrolled .button:first-child:hover {
  background-color: transparent !important;
  color: white !important;
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .navbar-menu.is-active {
    padding: 30px;
    border-radius: 8px;
  }
  .navbar-menu.is-active .navbar-item {
    color: #282828 !important;
  }
  .navbar-menu.is-active .buttons {
    margin-top: 20px;
  }
  .navigation.scrolled .button:first-child {
    background-color: #ec6d2e !important;
    border-color: #ec6d2e !important;
    color: white !important;
  }
  .page.page-form .navigation .button:first-child .navbar-burger {
    color: #fab534 !important;
  }
  .page.page-form .navigation .button:first-child .navbar-burger:active, .page.page-form .navigation .button:first-child .navbar-burger:hover {
    background-color: transparent !important;
  }
  .navbar-burger:active,
  .navbar-burger:hover {
    background-color: white !important;
    color: #ec6d2e !important;
  }
  .navbar-brand img {
    width: 110px !important;
    max-height: 30px !important;
  }
}
/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  .navigation {
    padding: 0;
  }
  .navigation .navbar {
    height: unset;
  }
  .navigation .navbar-brand {
    height: 80px;
  }
  .navigation .navbar-menu.is-active {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 8px;
    padding: 20px;
  }
  .navigation .nav-logo {
    padding: 0;
  }
  .navigation .nav-logo img {
    width: 140px;
  }
  .navigation .navbar-burger {
    margin-right: -10px;
  }
  .navigation .buttons {
    margin-left: 10px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.site-footer {
  background: var(--Yellow-Gradient, radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(240, 224, 187, 0.7) 100%));
}
.site-footer .cta {
  border-bottom: 1px solid rgba(240, 107, 34, 0.25);
  padding: 60px 0;
}
.site-footer .cta h2 {
  color: #ec6d2e;
}
.site-footer .is-justify-content-flex-end {
  display: flex;
  align-items: center;
}
.site-footer .items-wrapper {
  padding: 60px 0;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
  width: 160px;
}
.site-footer .footer-items-title {
  font-weight: bold;
  margin-bottom: 14px;
  color: #ec6d2e;
}
.site-footer a {
  color: black;
}
.site-footer a:hover {
  color: #ec6d2e;
}
.site-footer .footer-items li {
  line-height: 2.2;
}
.site-footer .footer-items li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/assets/southern_finance/vector-6900c28f.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.sub-footer {
  padding: 20px;
  background: #ec6d2e;
  text-align: center;
}
.sub-footer a,
.sub-footer p {
  font-size: 14px;
  color: white;
  margin-bottom: 0 !important;
}
.sub-footer a:hover {
  color: #fab534;
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .site-footer .cta {
    padding: 30px 0;
  }
  .site-footer .items-wrapper {
    padding: 40px 20px !important;
  }
}
/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  .site-footer .top-footer {
    padding: 30px;
  }
  .site-footer .columns .column {
    justify-content: flex-start !important;
    width: 100%;
  }
  .site-footer .columns.is-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
h1 {
  font-size: 50px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
}

h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
}

h3 {
  font-size: 33px !important;
  font-weight: 600 !important;
}

h4 {
  font-size: 28px !important;
  font-weight: 600 !important;
}

h5 {
  font-size: 23px !important;
  font-weight: 600 !important;
}

h6 {
  font-size: 18px !important;
}

/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
  h1 br {
    display: none !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 20.74px !important;
  }
}
.button {
  background-color: #ec6d2e !important;
  border-color: #ec6d2e !important;
  color: white !important;
  padding: 8px 22px !important;
}
.button:hover {
  background-color: transparent !important;
  color: #ec6d2e !important;
}

.btn-yellow {
  background-color: #fab534 !important;
  border-color: #fab534 !important;
  color: white !important;
}
.btn-yellow:hover {
  background-color: transparent !important;
  color: #fab534 !important;
}

.hero {
  height: 100vh;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/southern_finance/mother-with-toddler-972cd3e0.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(240, 107, 34, 0) 0%, rgba(240, 107, 34, 0.6) 100%);
}
.hero .hero-container {
  display: flex;
  align-items: center;
  z-index: 9;
}
.hero .hero-container .cell {
  max-width: 48%;
  z-index: 9;
}
.hero .hero-container .cell h1 {
  color: white;
}
.hero .hero-container .cell .highlighted {
  color: #fab534;
}
.hero .hero-container .cell p {
  color: white;
}
.hero .hero-container .cell .button {
  margin-top: 30px;
}
.hero .hero-container .cell .arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  animation: moveUpDown 1.5s infinite;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.form-container {
  position: relative;
  height: 650px;
}
.form-container::before {
  content: "";
  background-image: url("/assets/southern_finance/young-man-smiling-0ce90ff2.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 620px;
  z-index: 1;
}
.form-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Yellow-Gradient, radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(240, 224, 187, 0.7) 100%));
}
.form-container .container {
  z-index: 9;
}
.form-container .cell-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 650px;
}
.form-container .cell-right h2 {
  color: #ec6d2e;
}
.form-container .cell-right .mobile {
  display: none;
}
.form-container .cell-right .highlighted {
  color: #fab534;
}
.form-container .cell-right .form {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.45));
  background: var(--White, #FFF);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 100px;
  margin-top: 30px;
}
.form-container .cell-right .form-group {
  margin-bottom: 22px;
}
.form-container .cell-right .form-group:last-child {
  margin-bottom: 0;
}
.form-container .cell-right label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-container .cell-right input[type=range] {
  width: 100%;
  cursor: pointer;
}
.form-container .cell-right input[type=date],
.form-container .cell-right input[type=text] {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.form-container .cell-right .slider-value {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  color: #fab534;
}
.form-container .info-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #ec6d2e;
  margin-top: 30px;
  border-radius: 0 0 8px 8px;
  color: white;
}
.form-container .info-wrapper p {
  font-weight: bold;
  font-size: 18px;
}

.section-process {
  padding: 45px 0;
}
.section-process .cell {
  border: 1px solid rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 20px RGB(0 0 0/7%);
  background: var(--Beige, #F6F1EB);
  text-align: center;
  padding: 30px 70px;
  color: #fab534;
}
.section-process .cell:nth-child(1) {
  border-radius: 10px 10px 0 10px;
}
.section-process .cell:nth-child(2) {
  border-radius: 10px 0 10px 10px;
}
.section-process .cell:nth-child(3) {
  border-radius: 10px 10px 10px 0;
}
.section-process .cell:nth-child(4) {
  border-radius: 0 10px 10px 10px;
}
.section-process .cell .highlighted {
  color: #ec6d2e;
}
.section-process .cell img {
  width: 55px;
  margin-bottom: 6px;
}

.banner-section {
  background-image: url("/assets/southern_finance/patterns-8771f334.svg");
  background-attachment: fixed;
  background-position: 90px 0;
  background-size: 265px;
  background-color: #ec6d2e;
  padding: 60px 0;
}
.banner-section .column {
  text-align: center;
  max-width: 33%;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: white;
  border-radius: 15px;
}
.banner-section h2 {
  color: #ec6d2e;
  margin-bottom: 5px !important;
}
.banner-section .highlighted {
  color: #fab534;
}

.cta-about {
  margin: 90px 0;
}
.cta-about h2 {
  color: #ec6d2e;
}
.cta-about .highlighted {
  color: #fab534;
}
.cta-about .columns {
  gap: 60px;
}
.cta-about .column {
  text-align: center;
}
.cta-about .column p {
  padding: 0 90px;
}
.cta-about .column .btn-yellow {
  margin-top: 25px;
}
.cta-about .column img {
  margin-top: 45px;
}
.cta-about .column:last-child img {
  margin-bottom: 25px;
}

.banner-with-image {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.45)) 0%, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.45)) 100%), url("/assets/southern_finance/frame-204-17075627.webp") lightgray 50%/cover no-repeat;
  background-attachment: fixed;
  padding: 90px 0;
}
.banner-with-image .text-wrapper {
  max-width: 37%;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
}
.banner-with-image .text-wrapper img {
  width: 65px;
}
.banner-with-image .text-wrapper h2 {
  color: white;
}
.banner-with-image .text-wrapper .highlighted {
  color: #ec6d2e;
}
.banner-with-image .text-wrapper p {
  color: white;
}
.banner-with-image .fixed-grid {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.banner-with-image .grid {
  gap: 40px;
}
.banner-with-image .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  background-color: #F6F1EB;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.banner-with-image .cell h5 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  color: #ec6d2e;
  font-weight: 600;
}
.banner-with-image .cell:nth-child(1) {
  border-radius: 15px 15px 15px 0px;
}
.banner-with-image .cell:nth-child(2) {
  border-radius: 0px 15px 15px 15px;
}
.banner-with-image .cell:nth-child(3) {
  border-radius: 15px 15px 15px 0px;
}
.banner-with-image .cell:nth-child(4) {
  border-radius: 15px 0px 15px 15px;
}
.banner-with-image .cell:nth-child(5) {
  border-radius: 15px 15px 15px 0;
}
.banner-with-image .button {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}

.faq-section {
  background: var(--Yellow-Gradient, radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(240, 224, 187, 0.7) 100%));
  padding: 90px 0;
}
.faq-section h2 {
  color: #fab534;
}
.faq-section .highlighted {
  color: #ec6d2e;
}
.faq-section .columns {
  align-items: flex-start !important;
  align-items: center;
  gap: 50px;
}
.faq-section .columns .column:first-child {
  padding-top: 90px;
}
.faq-section .buttons {
  margin-top: 36px;
}
.faq-section .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  transition: 0.4s;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.01);
  background: var(--White, #FFF);
  box-shadow: 0px 0px 10px var(--Number, 0) rgba(195, 195, 195, 0.15);
  font-weight: bold;
  color: #ec6d2e;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.faq-section .accordion:after {
  content: "+";
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.faq-section .active:after {
  content: "−";
}
.faq-section .panel {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: none;
  margin-bottom: 5px !important;
  margin-top: 6px;
}

.ticket-tape {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #ec6d2e;
}
.ticket-tape .ticket-content {
  display: flex;
  align-items: center;
  animation: scroll 45s linear infinite;
  padding: 20px 0;
}
.ticket-tape h3 {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}
.ticket-tape img {
  display: inline-block;
  width: 45px;
  height: auto;
  margin: 0 25px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .hero {
    height: 80vh !important;
  }
  .hero .hero-container .cell {
    max-width: 100%;
  }
  .hero::before, .hero::after {
    height: 80vh;
    background-attachment: unset !important;
  }
  .hero .arrow {
    left: 20px !important;
  }
  .form-container,
  .cell-right {
    height: 600px !important;
  }
  .form-container .grid {
    grid-template-columns: 40% 59%;
  }
  .form-container .cell-right .form {
    padding: 20px 20px 85px;
  }
  .form-container .info-wrapper {
    padding: 10px 20px;
    margin: 0;
  }
  .form-container .info-wrapper p {
    font-size: 16px;
  }
  .form-container::before {
    width: 40%;
  }
  .banner-section {
    background-attachment: unset !important;
  }
  .banner-section .column {
    max-width: 60%;
  }
  .cta-about {
    margin: 60px 0;
  }
  .cta-about .column:last-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
  }
  .cta-about .column:last-child .button {
    order: 1;
  }
  .cta-about .column:last-child p {
    order: 2;
  }
  .cta-about .column:last-child h2 {
    order: 3;
  }
  .banner-with-image {
    background-attachment: unset !important;
    padding: 60px 0;
  }
  .banner-with-image .text-wrapper {
    max-width: 70%;
  }
  .banner-with-image .grid {
    gap: 20px;
  }
  .banner-with-image .cell {
    padding: 25px;
  }
  .banner-with-image h5 {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .faq-section {
    padding: 60px 0;
  }
  .faq-section .column:first-child {
    padding-top: 0 !important;
  }
}
/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  #page_home .navigation {
    background-color: #ec6d2e !important;
  }
  #page_home .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-container {
    height: 118vh !important;
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .form-container::before {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  .form-container .desktop {
    display: none;
  }
  .form-container .mobile {
    display: block !important;
  }
  .form-container .grid {
    grid-template-columns: unset;
  }
  .form-container .cell-right {
    height: 530px !important;
  }
  .ticket-tape .ticket-content {
    padding: 12px 0;
  }
  .section-process .cell {
    padding: 20px 30px;
  }
  .section-process .cell img {
    width: 50px;
  }
  .section-process h5 {
    font-size: 16px !important;
  }
  .banner-section .column {
    max-width: 90%;
  }
  .cta-about .column p {
    padding: 0;
  }
  .banner-with-image .text-wrapper {
    max-width: 100%;
  }
  .banner-with-image .grid {
    grid-template-columns: 100% !important;
  }
  .banner-with-image .grid h5 {
    flex-direction: row;
    align-items: center !important;
  }
  .banner-with-image .grid .is-row-span-2 {
    order: 5;
  }
  .ticket-tape img {
    width: 40px;
    margin: 0 10px;
  }
}
.field_with_errors {
  display: flex;
  flex-direction: column;
}

.page .page-banner {
  display: flex;
  align-items: flex-end;
  background-attachment: fixed !important;
  height: 500px;
  padding-bottom: 50px;
}
.page .page-banner h1 {
  color: #fab534;
}
.page .page-banner p {
  color: white;
}
.page.page-about .page-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.5)) 0%, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.5)) 100%), url("/assets/southern_finance/about-us-banner-2847dd15.webp") lightgray 50%/cover no-repeat;
}
.page.page-about .more-details {
  text-align: center;
  margin-bottom: 90px;
}
.page.page-about .more-details h2 {
  color: #ec6d2e;
}
.page.page-about .more-details .highlighted {
  color: #fab534;
}
.page.page-how-it-works .page-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.5)) 0%, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.5)) 100%), url("/assets/southern_finance/how-it-works-banner-b8b1a526.webp") lightgray 50%/cover no-repeat;
}
.page.page-faq .page-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.5)) 0%, var(--Orange---Semi-Transparent, rgba(240, 107, 34, 0.5)) 100%), url("/assets/southern_finance/faq-banner-b5fa8a54.webp") lightgray 50%/cover no-repeat;
}
.page p {
  margin-bottom: 20px;
}
.page p:last-child {
  margin-bottom: 0;
}
.page .heading-and-description {
  margin-top: 90px;
}
.page .heading-and-description h2 {
  color: #fab534;
}
.page .heading-and-description .highlighted {
  color: #ec6d2e;
}
.page .image-text-section {
  margin-top: 90px;
}
.page .image-text-section .columns {
  gap: 60px;
}
.page .image-text-section .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .image-text-section .columns h2 {
  color: #ec6d2e;
}
.page .image-text-section .columns .highlighted {
  color: #fab534 !important;
}
.page .cta-about {
  margin: 70px 0;
}
.page .cta-about .column {
  text-align: left;
}
.page .cta-about .column .highlighted {
  color: #fab534;
}
.page .cta-about .column p {
  padding: 0;
}
.page .cta-about .second-column img {
  margin-top: 0;
}
.page .faq-section {
  background: unset;
  padding-top: 0;
  margin-top: 90px;
}
.page .faq-section ul {
  list-style: disc;
}
.page .faq-section .column {
  padding-top: 0 !important;
}
.page.page-form .navigation .button:first-child {
  background-color: white !important;
  color: #ec6d2e !important;
  border: 1px solid white !important;
}
.page.page-form .navigation .button:first-child:hover {
  background-color: transparent !important;
  color: white !important;
}
.page.page-form .background-pattern {
  display: flex;
  align-items: flex-end;
  height: 300px;
  background-image: url("/assets/southern_finance/map-lighter-02b18c00.svg");
  background-attachment: fixed;
  background-position: 90px 0;
  background-size: 85px;
  background-color: rgba(236, 109, 46, 0.8901960784);
  padding-bottom: 10px;
}
.page.page-form .background-pattern h1 {
  color: white;
}
.page.page-form .form {
  padding: 90px 0;
}
.page.page-form .form a {
  color: #ec6d2e;
}
.page.page-form .form p {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1215686275);
  padding-bottom: 24px;
}
.page.page-form .form .required:after {
  content: " *";
  color: #ec6d2e;
}
.page.page-form .form .form-group {
  display: flex;
  flex-direction: column;
}
.page.page-form .form .form-group input {
  height: 40px;
  padding-left: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  margin-bottom: 15px;
}
.page.page-form .form .form-group input:focus {
  outline: none;
}
.page.page-form .form .button {
  margin-top: 15px;
}
.page.page-login .form .container {
  width: 25%;
}
.page.page-login .form .remember-me {
  display: flex;
  align-items: center;
  flex-direction: row !important;
}
.page.page-login .form .remember-me input {
  margin-right: 10px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.page.page-login .form .button {
  display: block;
  margin-top: 50px !important;
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .page .page-banner {
    background-attachment: unset !important;
  }
  .page .heading-and-description {
    margin-top: 55px;
  }
  .page .image-text-section {
    margin-top: 40px;
  }
  .page .image-text-section .columns {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .page .cta-about {
    margin: 55px 0 !important;
  }
  .page .cta-about .column {
    align-items: flex-start !important;
  }
  .page .cta-about .column img {
    width: 100%;
    margin: 0;
  }
  .page .cta-about .column p {
    margin: unset;
    margin-bottom: 20px;
  }
  .page.page-about .more-details {
    text-align: left;
    margin-bottom: 60px;
  }
  .page .faq-section {
    margin-top: 80px;
  }
  .page.page-form .form {
    padding: 50px 0;
  }
  .page.page-form .form .button {
    margin-top: 15px !important;
  }
  .page.page-login .container {
    width: 100% !important;
  }
  .page-how-it-works .image-text-section .columns {
    flex-direction: column;
  }
  .page-how-it-works .image-text-section .container:nth-child(2) .columns {
    flex-direction: column-reverse !important;
  }
  .page-how-it-works .image-text-section .container:nth-child(1) h2 {
    margin: 0;
  }
  .page-how-it-works .image-text-section h2 {
    margin-top: 20px;
  }
}
/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  .page .image-text-section {
    margin-top: 25px;
  }
  .page .image-text-section .columns {
    gap: 0;
  }
  .page .cta-about {
    margin-top: 35px !important;
  }
  .page .background-pattern {
    height: 250px;
  }
  .page .background-pattern {
    height: 220px !important;
  }
  .page-how-it-works .page-banner {
    margin-bottom: 55px;
  }
  .page-how-it-works .faq-section {
    margin-top: 60px;
    padding-bottom: 50px;
  }
}
.navbar-item.is-active {
  background-color: #f5f5f5;
  color: #3273dc;
}

.legal-page .navigation .button:first-child {
  background-color: white !important;
  color: #ec6d2e !important;
}
.legal-page .navigation .button:first-child:hover {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}
.legal-page .page-banner {
  display: flex;
  align-items: flex-end;
  height: 300px;
  background-image: url("/assets/southern_finance/map-lighter-02b18c00.svg");
  background-attachment: fixed;
  background-position: 90px 0;
  background-size: 85px;
  background-color: rgba(236, 109, 46, 0.8901960784);
  padding-bottom: 10px;
}
.legal-page .page-banner h1 {
  color: white;
}
.legal-page .body-section {
  padding: 70px 0;
}
.legal-page .body-section h4 {
  margin: 20px 0;
}
.legal-page .body-section ol {
  margin-left: 10px;
}
.legal-page .body-section ul {
  list-style: disc;
  margin-left: 30px;
  margin-top: 10px;
}
.legal-page .body-section ul p {
  margin: 0;
}
.legal-page .body-section p {
  margin: 20px 0;
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .legal-page .body-section {
    padding: 30px 0;
  }
}
/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  .legal-page .page-banner {
    height: 250px;
  }
}
:root {
  --bulma-primary-h: 20deg;
  --bulma-primary-s: 83%;
  --bulma-primary-l: 55%;
  --bulma-primary-invert-h: 0deg;
  --bulma-primary-invert-s: 0%;
  --bulma-primary-invert-l: 100%;
  --bulma-info-h: 39deg;
  --bulma-info-s: 95%;
  --bulma-info-l: 59%;
  --bulma-info-invert-h: 0deg;
  --bulma-info-invert-s: 0%;
  --bulma-info-invert-l: 100%;
}

.accordion::after {
  content: "" !important;
}

h1, h2, h3, h4, h5, h6, a {
  color: #ec6d2e;
}
