@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Noto Sans";
  scroll-behavior: smooth;
}

body {
  background-color: white !important;
}

.container {
  max-width: 1365px !important;
}

strong {
  font-weight: bold !important;
}

.super-title {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px !important;
  margin-bottom: 10px;
}

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 {
  padding: 20px 0;
  z-index: 9;
  box-shadow: 0px 8px 8px rgba(40, 40, 40, 0.3333333333);
}
.navigation .navbar-burger,
.navigation .is-active {
  background-color: white !important;
  color: #4d66ad !important;
}
.navigation .navbar {
  background-color: transparent;
}
.navigation .navbar.has-centered-menu .navbar-start {
  flex-grow: 1;
  justify-content: end;
  padding-right: 30px;
}
.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: #101b40;
}
.navigation .navbar-menu .navbar-item:hover {
  color: #101b40;
}
.navigation.scrolled {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  transition: all 1s ease;
  border: none;
}

/* 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;
  }
  .navbar-burger {
    color: #101b40 !important;
  }
  .navbar-burger:active, .navbar-burger:hover {
    background-color: transparent !important;
  }
  .navbar-burger:active,
  .navbar-burger:hover {
    background-color: white !important;
    color: #4d66ad !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 .footer-wrapper {
  background: radial-gradient(636.88% 141.83% at 100.58% 0%, rgba(74, 72, 157, 0.7) 0%, rgba(74, 103, 176, 0.7) 52.09%, rgba(74, 72, 157, 0.7) 100%), url("/assets/finance_27/footer_bg_image-8ef7221a.webp") lightgray 50%/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 60px;
}
.site-footer .is-justify-content-flex-end {
  display: flex;
  align-items: center;
}
.site-footer .items-wrapper {
  padding-bottom: 90px;
}
.site-footer .items-wrapper .column {
  padding-right: 0;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
  width: 210px;
}
.site-footer .footer-items-title {
  font-weight: bold;
  margin-bottom: 14px;
  color: white;
}
.site-footer a {
  color: white;
}
.site-footer a:hover {
  color: #101b40;
}
.site-footer p {
  color: white;
  margin-bottom: 20px;
}
.site-footer .footer-items li {
  line-height: 2.2;
}

.sub-footer {
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sub-footer a,
.sub-footer p {
  font-size: 14px;
  color: white;
  margin-bottom: 0 !important;
}
.sub-footer a:hover {
  color: #101b40;
}
.sub-footer .follow {
  text-align: right;
}
.sub-footer .follow a:hover path {
  fill: #101b40;
}
.sub-footer .follow .icon {
  width: 24px;
  margin-left: 12px;
}

/* Smaller than [ 1024px ] - Tablet */
@media only screen and (max-width: 1024px) {
  .site-footer .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .site-footer .cta {
    padding: 30px 0;
  }
  .site-footer .items-wrapper {
    padding: 40px 20px !important;
  }
  .site-footer .sub-footer {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: 25px;
  }
  .site-footer .sub-footer .columns {
    display: flex;
    align-items: center;
  }
}
/* 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;
  }
  .site-footer .sub-footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .site-footer .sub-footer .columns {
    flex-direction: column;
    text-align: center !important;
  }
  .site-footer .sub-footer .columns .follow {
    text-align: center !important;
  }
}
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: #4d66ad !important;
  border-color: #4d66ad !important;
  color: white !important;
  padding: 8px 22px !important;
}
.button:hover {
  background-color: transparent !important;
  color: #4d66ad !important;
}

.btn-dark-blue {
  background-color: #101b40 !important;
  border-color: #101b40 !important;
  color: white !important;
}
.btn-dark-blue:hover {
  background-color: transparent !important;
  color: #101b40 !important;
}

.btn-ghost {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}
.btn-ghost:hover {
  background-color: #101b40 !important;
  border-color: #101b40 !important;
  color: white !important;
}

.hero {
  height: 120vh;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/finance_27/home_banner_2-23ee6cb3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(16, 27, 64, 0) 0%, rgba(16, 27, 64, 0.6) 100%);
  z-index: 2;
}
.hero .hero-container {
  display: flex;
  align-items: center;
}
.hero .hero-container .cell {
  max-width: 50%;
  z-index: 9;
}
.hero .hero-container .cell h1 {
  color: white;
}
.hero .hero-container .cell .highlighted {
  color: #101b40;
}
.hero .hero-container .cell p {
  color: #f5f5f5;
}
.hero .hero-container .cell .button {
  margin-top: 30px;
}
.hero .hero-container .cell .arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  animation: moveUpDown 1.5s infinite;
}
.hero .hero-container .cell ul {
  color: white;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.form-container {
  height: 100vh;
  background: var(--Linear-Gradient, linear-gradient(180deg, #4A489D 0%, #4A67B0 100%));
}
.form-container::before {
  content: "";
  background-image: url("/assets/finance_27/calculator_cutout-fc73dd7a.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}
.form-container .container {
  z-index: 9;
}
.form-container .cell-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.form-container .cell-left h2,
.form-container .cell-left p,
.form-container .cell-left .super-title {
  color: white;
}
.form-container .cell-left .mobile {
  display: none;
}
.form-container .cell-left .highlighted {
  -webkit-text-stroke: 1px #4c50a0;
  color: #4c50a0;
  -webkit-text-stroke-color: #FFF;
}
.form-container .cell-left p span {
  font-weight: bold;
  color: white;
}
.form-container .cell-left .form {
  position: relative;
  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-left .form-group {
  margin-bottom: 22px;
}
.form-container .cell-left .form-group:last-child {
  margin-bottom: 0;
}
.form-container .cell-left .form-group .button {
  border-color: #101b40 !important;
  color: #101b40 !important;
}
.form-container .cell-left .form-group .button:hover {
  color: white !important;
}
.form-container .cell-left label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-container .cell-left input[type=range] {
  width: 100%;
  cursor: pointer;
}
.form-container .cell-left input[type=date],
.form-container .cell-left 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-left .slider-value {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  color: #101b40;
}
.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: #101b40;
  margin-top: 30px;
  color: white;
}
.form-container .info-wrapper p {
  font-weight: 600;
  font-size: 16px;
}

.section-process {
  padding: 45px 0;
}
.section-process .cell {
  text-align: center;
  padding: 30px 60px;
  color: #101b40;
}
.section-process .cell .highlighted {
  color: #4d66ad;
}
.section-process .cell img {
  width: 55px;
  margin-bottom: 6px;
}

.banner-section {
  background-image: url("finance_27/patterns.svg");
  background-attachment: fixed;
  background-position: 90px 0;
  background-size: 265px;
  background-color: #4d66ad;
  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: #4d66ad;
  margin-bottom: 5px !important;
}
.banner-section .highlighted {
  color: #101b40;
}

.cta-about {
  margin: 90px 0;
}
.cta-about .super-title {
  color: #4d66ad;
}
.cta-about h2 {
  color: #4d66ad;
}
.cta-about .highlighted {
  color: #101b40;
}
.cta-about .columns {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.cta-about .columns .first-column {
  display: flex;
  column-gap: 40px;
}
.cta-about .columns .first-column img {
  margin-top: 6px !important;
}
.cta-about .columns .second-column {
  display: flex;
  column-gap: 40px;
}
.cta-about .column .btn-dark-blue {
  margin-top: 25px;
}
.cta-about .column img {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 35px;
}
.cta-about .column:last-child img {
  margin-bottom: 25px;
}

.banner-with-image {
  position: relative;
  background: linear-gradient(241deg, rgba(0, 0, 0, 0) 43.6%, rgba(0, 0, 0, 0.15) 100.46%), url("/assets/finance_27/more_detail_banner-8934c2e0.webp") lightgray 50%/cover no-repeat;
  background-attachment: fixed;
  padding: 90px 0;
}
.banner-with-image .text-wrapper {
  max-width: 33%;
  margin-right: 30px;
  z-index: 9;
}
.banner-with-image .text-wrapper img {
  width: 65px;
}
.banner-with-image .text-wrapper h2 {
  color: #101b40;
}
.banner-with-image .text-wrapper .highlighted {
  color: #4d66ad;
}
.banner-with-image .text-wrapper p {
  color: #101b40;
}
.banner-with-image .grid {
  gap: 30px;
}
.banner-with-image .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  background: rgba(74, 103, 176, 0.85);
  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: white;
  font-weight: 600;
}
.banner-with-image .cell p {
  color: white;
}
.banner-with-image .button {
  margin-top: 30px;
}

.faq-section {
  padding: 90px 0;
}
.faq-section .super-title {
  color: #4d66ad;
}
.faq-section h2 {
  color: #101b40;
}
.faq-section .highlighted {
  color: #4d66ad;
}
.faq-section .columns {
  align-items: flex-start !important;
  align-items: center;
  gap: 20px;
}
.faq-section .columns .column:first-child {
  padding-top: 90px;
}
.faq-section p a {
  text-decoration: underline;
  color: #4d66ad;
}
.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-bottom: 1px solid rgba(0, 0, 0, 0.197);
  background: var(--White, #FFF);
  font-weight: bold;
  color: #4d66ad;
  -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: #101b40;
}
.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.3em !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 100 !important;
}
.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: 65vh !important;
  }
  .hero .hero-container .cell {
    max-width: 100%;
  }
  .hero::before, .hero::after {
    height: 65vh;
    background-attachment: unset !important;
  }
  .hero .arrow {
    left: 20px !important;
  }
  .form-container,
  .cell-left {
    height: 90vh !important;
  }
  .form-container .grid {
    grid-template-columns: 100% 0;
  }
  .form-container .cell-left .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: 50%;
  }
  .banner-section {
    background-attachment: unset !important;
  }
  .banner-section .column {
    max-width: 60%;
  }
  .cta-about {
    margin: 60px 0;
  }
  .cta-about .first-column,
  .cta-about .second-column {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
  }
  .cta-about .first-column img,
  .cta-about .second-column img {
    margin-top: 0;
  }
  .cta-about .first-column .button,
  .cta-about .second-column .button {
    order: 1;
  }
  .cta-about .first-column p,
  .cta-about .second-column p {
    order: 2;
  }
  .cta-about .first-column h2,
  .cta-about .second-column h2 {
    order: 3;
  }
  .cta-about .first-column {
    flex-direction: column;
  }
  .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 .accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-section .column:first-child {
    padding-top: 0 !important;
  }
}
/* Smaller than [ 480px ] - Mobile */
@media only screen and (max-width: 480px) {
  .hero {
    height: 800px !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero::before {
    height: 800px;
  }
  .hero::after {
    height: 800px;
    background: linear-gradient(-90deg, rgba(16, 27, 64, 0.439) 0%, rgba(16, 27, 64, 0.6) 100%);
  }
  .hero .arrow {
    display: none !important;
  }
  #page_home .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-container {
    height: 750px !important;
    padding-top: 150px;
  }
  .form-container::before, .form-container::after {
    display: none;
  }
  .form-container .desktop {
    display: none;
  }
  .form-container .mobile {
    display: block !important;
  }
  .form-container .grid {
    grid-template-columns: unset;
  }
  .form-container .cell-left {
    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 .text-wrapper .button {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .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;
  }
  .faq-section .button {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.field_with_errors {
  display: flex;
  flex-direction: column;
}

.page {
  padding-top: 80px;
}
.page .page-banner {
  display: flex;
  align-items: flex-end;
  background-attachment: fixed !important;
  height: 500px;
  padding-bottom: 50px;
}
.page .page-banner h1 {
  color: white;
}
.page .page-banner p {
  color: white;
}
.page .page-banner p a {
  text-decoration: underline;
  color: white;
}
.page.page-about .page-banner {
  background: linear-gradient(241deg, rgba(16, 27, 64, 0.6) 43.6%, rgba(8, 10, 30, 0.15) 100.46%), url("/assets/finance_27/about_banner-21f0e3c1.webp") lightgray 50%/cover no-repeat;
  background-position: top;
}
.page.page-about .cta-about .columns {
  gap: 60px;
}
.page.page-about .cta-about .columns .first-column,
.page.page-about .cta-about .columns .second-column {
  display: flex;
  flex-direction: row;
}
.page.page-about .cta-about .columns .first-column .column,
.page.page-about .cta-about .columns .second-column .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page.page-about .more-details {
  text-align: center;
  margin-bottom: 90px;
}
.page.page-about .more-details h2 {
  color: #4d66ad;
}
.page.page-about .more-details a {
  text-decoration: underline;
  color: #4d66ad;
}
.page.page-about .more-details .highlighted {
  color: #101b40;
}
.page.page-how-it-works .page-banner {
  background: linear-gradient(241deg, rgba(16, 27, 64, 0.6) 43.6%, rgba(8, 10, 30, 0.15) 100.46%), url("/assets/finance_27/how_it_works_banner-beeace07.webp") lightgray 50%/cover no-repeat;
}
.page.page-faq .page-banner {
  background: linear-gradient(241deg, rgba(16, 27, 64, 0.6) 43.6%, rgba(8, 10, 30, 0.15) 100.46%), url("/assets/finance_27/faq_banner-2debb7f4.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: #101b40;
}
.page .heading-and-description .highlighted {
  color: #4d66ad;
}
.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: #4d66ad;
}
.page .image-text-section .columns .highlighted {
  color: #101b40 !important;
}
.page .cta-about {
  margin: 70px 0;
}
.page .cta-about .column {
  text-align: left;
}
.page .cta-about .column .highlighted {
  color: #101b40;
}
.page .cta-about .column p {
  padding: 0;
}
.page .cta-about .column p a {
  text-decoration: underline;
  color: #4d66ad;
}
.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 {
  background-color: #f5f5f5;
}
.page.page-form .background-pattern {
  display: flex;
  align-items: flex-end;
  height: 250px;
  background-color: #101b40;
  padding-bottom: 10px;
}
.page.page-form .background-pattern h1 {
  color: white;
}
.page.page-form .form {
  padding: 90px 0;
}
.page.page-form .form a {
  color: #4d66ad;
}
.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: #4d66ad;
}
.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-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 .cta-about .columns {
    padding: 0 10px;
    gap: 0 !important;
  }
  .page .cta-about .columns .first-column {
    display: flex;
    flex-direction: column !important;
  }
  .page .cta-about .columns .first-column .column {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: center;
    gap: 10px;
  }
  .page .cta-about .columns .second-column {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .page .cta-about .columns .second-column .column {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: center;
    gap: 10px;
  }
  .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: #4d66ad !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-attachment: fixed;
  background-position: 90px 0;
  background-size: 85px;
  background-color: #101b40;
  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 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;
  }
}
.accordion::after {
  content: "" !important;
}

h1, h2 {
  color: #101b40;
}

h3, h4, h5, h6, a {
  color: #4d66ad;
}
