@import "https://fonts.cdnfonts.com/css/satoshi";
:root {
  --gold-spotlight-x: 62vw;
  --gold-spotlight-y: 30vh;
  --gold-spotlight-opacity: 0;
}

body {
  font-family: Satoshi, normal;
}

html, body, #root {
  background-color: #001c15;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.background-wrapper {
  background-color: #001c15;
  background-image: url("Background.760323f3.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.background-wrapper:before {
  content: "";
  pointer-events: none;
  z-index: 8;
  background: radial-gradient(380px circle at var(--gold-spotlight-x) var(--gold-spotlight-y), #cdb7860d 0%, #cdb78606 18%, #cdb78603 36%, #cdb78602 54%, #cdb78601 70%, #cdb78600 84%, #cdb78600 100%);
  mix-blend-mode: normal;
  opacity: var(--gold-spotlight-opacity);
  filter: blur(22px);
  transition: opacity .18s;
  position: fixed;
  inset: 0;
}

@media (hover: hover) and (pointer: fine) {
  .background-wrapper {
    background-attachment: fixed;
  }
}

@media (width <= 980px) {
  .background-wrapper:before {
    opacity: calc(var(--gold-spotlight-opacity) * .7);
    filter: blur(20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .background-wrapper:before {
    transition: none;
  }
}

.app {
  isolation: isolate;
  min-height: 80vh;
  padding: 80px;
  position: relative;
  overflow: clip;
}

.app:focus {
  outline: none;
}

.page-load {
  will-change: opacity, transform;
  animation: .34s cubic-bezier(.2, .7, .3, 1) pageEnter;
}

@media (prefers-reduced-motion: reduce) {
  .page-load {
    animation: none;
  }
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.body {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-image {
  object-fit: cover;
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
}

.direction {
  opacity: .1;
  left: 0;
}

.finance-main {
  right: 0;
}

.content {
  align-items: left;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.text-box {
  background: #fff;
  display: flex;
}

.left-text, .right-text {
  text-transform: uppercase;
  color: #000;
  text-align: left;
  font-size: 3.5rem;
  font-weight: bold;
}

.left-text {
  border-right: 3px solid #000;
  padding-right: 10px;
}

.right-text {
  padding-left: 10px;
  font-size: 3.5rem;
  font-weight: 100;
}

.custom-btn {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0d2c4d;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  transition: all .3s;
  display: flex;
}

.custom-btn span {
  margin-left: 10px;
  font-size: 20px;
}

.custom-btn:hover {
  background-color: #0a223a;
}

hr {
  opacity: 1;
  background-color: #000;
  border: none;
  height: 2px;
}

h4 {
  font-size: 15px;
}

h1 {
  color: #fff;
  font-size: 60px;
}

h2 {
  color: #fff;
  font-size: 35px;
}

h3 {
  color: #fff;
  font-size: 20px;
}

p {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  font-size: 17px;
}

a {
  color: #fff;
  text-underline-offset: .24em;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline 1px #0000;
  transition: color .22s, opacity .22s, text-decoration-color .22s;
}

a:hover {
  color: #f2efe6;
  text-decoration-color: #cdb786db;
}

a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #cdb786b8;
  text-decoration-color: #cdb786db;
}

a[href^="mailto:"]:after, a[href^="tel:"]:after {
  content: "";
  vertical-align: middle;
  background-color: currentColor;
  width: 1em;
  height: 1em;
  margin-left: .4rem;
  display: inline-block;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

a[href^="mailto:"]:after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' ry='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E");
}

a[href^="tel:"]:after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.48-1.14a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

::selection {
  color: #031f18;
  background-color: #cdb78685;
}

body {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"4\" fill=\"%23ffffff\" opacity=\"0.9\"/></svg>") 10 10, auto !important;
}

.email-link {
  color: inherit;
  font: inherit;
  display: inline-block;
}

@media (width <= 768px) {
  p {
    text-align: left;
    text-align-last: auto;
    text-justify: auto;
  }

  .app {
    padding: calc(env(safe-area-inset-top, 0px)  + 24px) 8px calc(env(safe-area-inset-bottom, 0px)  + 10px);
  }
}

@media (width <= 480px) {
  .app {
    padding: calc(env(safe-area-inset-top, 0px)  + 28px) 8px calc(env(safe-area-inset-bottom, 0px)  + 10px);
  }

  .main-heading {
    font-size: 2.2rem;
    line-height: 1.28;
  }
}
/*# sourceMappingURL=index.9e4c6fd2.css.map */
