@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
* {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  color: white;
}

html {
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  gap: 0;
  background-color: #0F0F0F;
  width: 100vw;
  overflow: clip;
  text-align: center;
}
body::-webkit-scrollbar {
  display: none;
}

hr {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.5);
}

section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 6rem;
  margin: 0;
  gap: 4rem;
  position: relative;
  width: 60vw;
  text-align: center;
  height: fit-content;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.02em;
  animation: show-from-bottom 1s forwards;
  width: fit-content;
  text-wrap: balance;
}

h2 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  width: fit-content;
}

h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}

h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}

h1, h2 {
  padding: 1rem;
  background: linear-gradient(-135deg, #0f6fbd -100%, white 100%);
  background-clip: text;
  color: transparent;
}

section:nth-of-type(2n) h2 {
  background: linear-gradient(135deg, #0f6fbd -100%, white 100%);
  background-clip: text;
  color: transparent;
}

p {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  color: white;
}

.p1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 0.04em;
  width: 50rem;
  animation: p-show-from-bottom 1s forwards;
  text-wrap: pretty;
}

.p2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.07em;
  width: 100%;
}

.p3 {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  width: 70%;
}

.p4 {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  width: 70%;
}

.p5 {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

a {
  font-size: 1rem;
  font-weight: 200;
  line-height: 3em;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s;
}
a:visited {
  color: white;
}
a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bg {
  --hue-value: 10deg;
  --blur-value: 10rem;
  position: absolute;
  z-index: -5;
  opacity: 0;
  filter: blur(20rem) hue-rotate(0deg);
  user-select: none;
}

.navigation-bar-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 3rem;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.3333333333rem;
  border-bottom: 1px solid rgba(47, 94, 150, 0.5);
}

.navigation-bar-spacer {
  position: relative;
  height: 3rem;
  padding: 1rem;
}

.navigation-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 6rem;
  width: 60vw;
  height: 100%;
}
.navigation-bar .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 2rem;
  height: 100%;
}
.navigation-bar .menu a, .navigation-bar .menu button {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.navigation-bar .menu .menu-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.navigation-bar .logo {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.navigation-bar .logo img {
  height: 100%;
}
.navigation-bar .button-menu {
  display: none;
}

button {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 10rem;
  border: 0.15em solid transparent;
  transition: all 0.2s;
}
button:hover {
  cursor: pointer;
}
button.button-primary {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  background: #0f6fbd;
  padding: 0.75em 1.25em;
  opacity: 0;
}
button.button-primary.special {
  box-shadow: 0 0 1em #0f6fbd;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
button.button-primary.special::after {
  opacity: 1;
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.25em;
  left: -0.25em;
  width: calc(100% + 0.5em);
  height: calc(100% + 0.5em);
  border-radius: 10em;
  filter: blur(1em);
  background: conic-gradient(from var(--gradient-angle), rgba(19, 149, 255, 0) 0%, rgba(19, 149, 255, 0) 24.5%, #1395ff 25%, #1395ff 49.5%, rgba(19, 149, 255, 0) 50%, rgba(19, 149, 255, 0) 74.5%, #1371ff 75%, #1371ff 100%);
  animation: border-rotate 10s infinite linear;
  transition: all 1s ease-out;
}
button.button-primary:hover {
  background: #1395ff;
  border-color: #1395ff;
  box-shadow: 0 0 1em #0f6fbd;
  text-shadow: 0 0 1em white;
}
button.button-ghost {
  background-color: transparent;
  padding: 0.5em 1.25em;
  border-color: #0f6fbd;
}
button.button-ghost:hover {
  background-color: #0f6fbd;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  overflow: clip;
}
.img-container img {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4rem;
}
.img-container .small {
  width: 50%;
}

.img-container, .card {
  border: solid #2f5e96 0.15rem;
  box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
}

.wrapper-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0 2rem;
  gap: 2rem;
}
.wrapper-horizontal.payment-type {
  gap: 1rem;
}
.wrapper-horizontal.payment-type p {
  transition: opacity 0.2s;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}

.cards-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.cards-container div:nth-of-type(1), .cards-container div:nth-of-type(4) {
  width: 30%;
}
.cards-container div:nth-of-type(2), .cards-container div:nth-of-type(3) {
  width: 40%;
}

section.welcome {
  height: calc(100svh - 6rem);
}
section.welcome .img-container {
  position: absolute;
  z-index: -1;
  bottom: 24rem;
  opacity: 1;
  animation: none;
  border: none;
  width: 150%;
  filter: blur(0.2rem);
  box-shadow: none;
}
section.welcome .img-container img {
  mask: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-color: transparent;
}
section.welcome .bg {
  width: 200%;
  height: 70vh;
  rotate: -20deg;
  top: -40vh;
  left: -50vw;
  animation: opacity-in 2s forwards;
}

section.tools .bg:nth-of-type(1) {
  --hue-value: 20deg;
  right: 0;
  top: 10%;
  height: 50%;
  width: 50%;
}
section.tools .bg:nth-of-type(2) {
  --hue-value: 30deg;
  left: 0;
  bottom: 10%;
  height: 20%;
  width: 60%;
}
section.tools .header-wrapper .p2 {
  width: 70%;
  text-wrap: pretty;
}
section.tools .header-wrapper h3 {
  opacity: 0;
}
section.tools .wrapper-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 80%;
  padding: 0 4rem;
}
section.tools .wrapper-horizontal .img-container {
  width: 40%;
}
section.tools .wrapper-horizontal .header-wrapper.trading-tools {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  width: 50%;
  text-align: left;
}
section.tools .wrapper-horizontal .header-wrapper.trading-tools .p3 {
  width: fit-content;
  text-wrap: pretty;
}
section.tools .wrapper-horizontal .header-wrapper.financial-overview {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 1rem;
  width: 50%;
  text-align: right;
}
section.tools .wrapper-horizontal .header-wrapper.financial-overview .p3 {
  width: fit-content;
  text-wrap: balance;
}

section.assistance .bg:nth-of-type(1) {
  --hue-value: 20deg;
  top: 30%;
  left: 0;
  width: 50%;
  height: 20%;
}
section.assistance .bg:nth-of-type(2) {
  top: 30%;
  right: 0;
  width: 50%;
  height: 80%;
  bottom: 0;
}
section.assistance .danger-button {
  display: none;
}
section.assistance .p2 {
  width: 60%;
}
section.assistance .card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  padding: 2rem;
  gap: 1rem;
  border-radius: 1.85rem;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: clip;
  opacity: 0;
  translate: 0 10%;
}
section.assistance .card .p4 {
  text-align: left;
  word-spacing: 0.2em;
  width: 100%;
}
section.assistance .card h4 {
  text-align: left;
}
section.assistance .card img {
  bottom: -2rem;
  right: -2rem;
  position: absolute;
  opacity: 0.05;
  height: 18rem;
}
section.assistance .danger-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  box-sizing: border-box;
  width: 100%;
  gap: 1rem;
  padding: 0 8rem;
}
section.assistance .danger-info p {
  text-align: justify;
  width: fit-content;
}
section.assistance .danger-info img {
  height: 2rem;
}

section.statistics .bg {
  --hue-value: 30deg;
}
section.statistics .wrapper-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0;
}
section.statistics .button-primary {
  margin-top: 4rem;
}
section.statistics h2 {
  width: fit-content;
}
section.statistics .p2 {
  width: 90%;
  text-wrap: pretty;
}
section.statistics img {
  height: 100%;
}

section.subscription .bg {
  --hue-value: 20deg;
  width: 100%;
  height: 50%;
  bottom: 0;
}
section.subscription h2 {
  width: fit-content;
  text-wrap: balance;
}
section.subscription .header-wrapper {
  width: 100%;
  gap: 1rem;
}
section.subscription .subscription-container-clip .subscription-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
section.subscription .sub-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding: 3rem;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
  width: 20rem;
  opacity: 0;
  transform: scale(0.95);
  box-shadow: rgba(47, 94, 150, 0) 0 4rem 0 -5rem;
  transition: all 0.3s;
  border: 0.15em solid transparent;
}
section.subscription .sub-card .button-ghost {
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0.75em 1.5em;
}
section.subscription .sub-card .button-ghost:hover {
  background-color: #0f6fbd;
  border-color: rgba(15, 111, 189, 0.5);
}
section.subscription .sub-card:hover {
  z-index: 5;
  transform: scale(1);
  box-shadow: #2f5e96 0 4rem 8rem -5rem;
  background: rgba(0, 0, 0, 0.6);
}
section.subscription .sub-card.special {
  transform: scale(1);
  background: rgba(47, 94, 150, 0.5);
}
section.subscription .sub-card.special:hover {
  transform: scale(1.05);
  background: rgba(47, 94, 150, 0.7);
}
section.subscription .sub-card h3 {
  font-weight: 600;
}
section.subscription .sub-card p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
}
section.subscription .sub-card hr {
  width: 90%;
  border: 0.01em rgba(255, 255, 255, 0.3) solid;
}
section.subscription .sub-card .price-tag {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  width: 100%;
}
section.subscription .sub-card .price-tag .month {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  font-size: 1rem;
  padding: 0;
  gap: 1rem;
}
section.subscription .sub-card .price-tag .month p:nth-child(1) {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}
section.subscription .sub-card .price-tag .month p:nth-child(2) {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0;
}
section.subscription .sub-card .price-tag .year {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  width: fit-content;
  gap: 0.5rem;
}
section.subscription .sub-card .price-tag .year p:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-align: left;
  text-wrap: nowrap;
  color: white;
  text-decoration-color: white;
  text-decoration: line-through;
  text-decoration-thickness: 0.1em;
  display: none;
  opacity: 0.5;
}
section.subscription .sub-card .price-tag .year p:nth-child(2) {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-align: left;
  text-wrap: nowrap;
  color: white;
}
section.subscription .sub-card .sub-items {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  gap: 0;
}
section.subscription .sub-card .list-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
section.subscription .sub-card .list-item img {
  height: 100%;
}
section.subscription .sub-card .list-item p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.1em;
}
section.subscription .button-subscription-type {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  font-size: 1rem;
  z-index: 2;
  position: relative;
  gap: 2rem;
  opacity: 0;
  background-color: transparent;
  padding: 1em 1.5em;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  transition: background-color 0.3s;
  overflow: clip;
}
section.subscription .button-subscription-type:hover {
  cursor: pointer;
}
section.subscription .button-subscription-type p {
  z-index: 1;
  user-select: none;
  font-weight: 400;
}
section.subscription .button-subscription-type .button-subscription-type-stroke {
  position: absolute;
  z-index: 0;
  width: calc(50% + 0.25em);
  height: calc(100% - 0.5em);
  left: 50%;
  top: 0.25em;
  border-radius: 10em;
  background: #2f5e96;
  transition: all 0.3s;
}

section.career .bg {
  --hue-value: 20deg;
  height: 100%;
  width: 200%;
  bottom: -70%;
  transform: scaleY(-1);
  position: absolute;
}
section.career .p2 {
  width: 50rem;
  text-wrap: pretty;
}

section.footer {
  background-color: #0F0F0F;
  width: 100%;
  overflow: clip;
  text-align: left;
  padding: 6rem 0;
}
section.footer p, section.footer a {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
section.footer p:nth-child(1) {
  font-weight: 400;
}
section.footer .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  position: relative;
  height: 8rem;
  width: 100vh;
  gap: 2rem;
  padding: 0 6rem;
}
section.footer .footer-container .footer-icon {
  width: 2.5rem;
  height: 2.5rem;
}
section.footer .footer-container .logo-medium {
  height: 100%;
  opacity: 0.5;
}
section.footer .footer-container .logo-medium img {
  height: 100%;
  width: 100%;
}
section.footer .footer-container .social {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
section.footer .footer-container .shortcuts {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
section.footer .footer-container .shortcuts div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}
section.footer .footer-container .contact {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: start;
  gap: 1rem;
  height: 100%;
}
section.footer .footer-container .contact .contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: 100%;
  gap: 1rem;
}
section.footer .footer-container .contact .contact-wrapper .contact-line {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  width: 100% !important;
}
section.footer .footer-container .contact .contact-wrapper .contact-line p {
  width: 100%;
  height: 100%;
}
section.footer .footer-container .contact .contact-wrapper .contact-line img {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}
section.footer .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
section.footer .vr {
  width: 0.15rem;
  background-color: white;
  opacity: 0.2;
}
section.footer svg {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.2s;
}
section.footer svg * {
  transition: fill-opacity 0.2s;
}
section.footer svg:hover {
  transform: translateY(-10%);
  cursor: pointer;
}
section.footer svg:hover * {
  fill-opacity: 1;
}
section.footer .logo {
  position: absolute;
  opacity: 0.03;
  height: 250%;
  right: 6rem;
  bottom: 50%;
  transform: translateY(50%);
}
section.footer .logo img {
  width: 100%;
  height: 100%;
}

h2, .p2, .p3, .p5, img.left,
.img-container, .left, .right {
  opacity: 0;
  transform: translateY(20%);
}

.card:nth-child(odd) {
  animation-delay: 0s;
}
.card:nth-child(even) {
  animation-delay: 0.5s;
}

.sub-card:nth-child(1) {
  --delay: 0.2s;
}
.sub-card:nth-child(2) {
  --delay: 0.4s;
}
.sub-card:nth-child(3) {
  --delay: 0.6s;
}

.sub-card-animate {
  animation: show-sub-card 1s var(--delay) forwards;
}

.start-animate {
  animation: show-from-bottom 1s forwards;
}

.p-start-animate {
  animation: p-show-from-bottom 1s forwards;
}

.start-animate-left {
  animation: show-from-left 1s forwards;
}

.start-animate-right {
  animation: show-from-right 1s forwards;
}

.card-start-animate {
  animation: card-show 1s forwards;
}

.bg-start-animate {
  animation: opacity-in 2s forwards;
}

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