@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";
.section {
    --bulma-section-padding: 1.25rem;
}
.columns {
    --bulma-column-gap: 0.5rem;
}
:not(form).is-xlarge {
    --bulma-control-size: 2rem;
    --bulma-control-radius: 1rem;
    height: 7rem;
    --bulma-button-padding-vertical: 0.75em;
    --bulma-button-padding-horizontal: 1.5em;
    justify-content: left;
}
form.is-xlarge .field {
    --bulma-field-block-spacing: 1rem;
}
.is-round {
    --bulma-control-radius: 9999px !important;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /* box-sizing: border-box; */
    width: 100%;
    height: 100%;
}

.white {
    color: #fff;
}
.black {
    color: #000;
}


.text-lg {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    /* font-style: Light; */
    font-size: 32px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 16px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}

h1, .text-h1 {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    /* font-style: Regular; */
    font-size: 32px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 20px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}
.text-h1-bold {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    /* font-style: Regular; */
    font-size: 32px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 100%;
    letter-spacing: -1.5%;
    vertical-align: middle;
}

h2, .text-h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 20px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 20px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}
.text-h2-light {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    /* font-style: Light; */
    font-size: 20px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 20px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}

h3, .text-h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 20px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 100%;
    letter-spacing: 0%;
}
.text-h3-med {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 20px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 100%;
    letter-spacing: 0%;
}

.text-m {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    /* font-style: Light; */
    font-size: 16px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 20px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}
.text-m-bold {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 16px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 20px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}

.text-s {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    /* font-style: Light; */
    font-size: 14px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 20px;
    letter-spacing: -1.5%;
    vertical-align: middle;
}

.text-ss {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 10px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

    text-align: center;
}

.container-v {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.container-v-s {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bg-1 {
    background-image: url("/img/Gradient1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-black {
    background-image: url("/img/Gradient2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-green {
    background-image: url("/img/Gradient3.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-red {
    background-image: url("/img/Gradient4.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-purple {
    background-image: url("/img/Gradient5.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.big-logo {
    background-image: url("/img/Big Logo.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.form-divider {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 21px;
    font-size: 16px;
    display: flex;
}

.form-divider.more {
    margin-top: 31px;
    margin-bottom: 31px;
}

.form-div-line {
    width: 40%;
    height: 1px;
    background-color: #e4e4e4;
}

.form-div-text {
    min-width: 33%;
    text-align: center;
    flex: none;
    color: #fff;
}
