@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-bold-straight/css/uicons-bold-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css');

:root{
    --ctw-primary-color: #000;
    --ctw-secondary-color: #FFF;
    --cw-text-color: #1a1a1a;
    --color-orange-light: #f86932;
    --ctw-font-family: 'Inter', sans-serif;
    --ctw-font-size: 14px;
    --cw-text-xsm: 10px;
    --cw-text-sm: 12px;
    --cw-text-md: 14px;
    --cw-text-lg: 16px;
    --cw-text-xlg: 18px;
    --duration-default: .3s;
    --primary-green: #018669;
}

body{
    font-family: var(--ctw-font-family);
    font-size: var(--ctw-font-size);
    color: var(--cw-text-color);
}

.cursor-pointer{
    cursor: pointer;
}

.text-xsm{
    font-size: 10px;
    line-height: 1.5;
}

.text-sm{
    font-size: 12px;
    line-height: 1.5;
}

.text-md{
    font-size: 15px;
    line-height: 1.5;
}

.text-lg{
    font-size: 16px;
    line-height: 1.5;
}

.text-lg-xx{
    font-size: 24px;
    line-height: 1.5;
}

.fw-500{
    font-weight: 500;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
}

.btn.btn-body{
    padding: 10px 15px;
    position: relative;
    max-width: fit-content;
}

.btn-text{
    font-size: var(--cw-text-md);
    font-weight: 600;
}

.btn-body .btn-text{
    font-size: 15px;
}

.btn-text{
    font-size: var(--cw-text-md);
    font-weight: 600;
}

.btn-outline-dark:hover .btn-dark-icon svg{
    fill: #fff;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5 !important;
}

.lead-body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5 !important;
}

.z-9999{
    z-index: 9999;
}

.image-container{
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: block;
    height: 390px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.image-container img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.campaign-desc p{
    font-size: 15px;
}

.campaign-desc h2{
    font-size: 17px;
    font-weight: 600;
}

.avatar{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    object-fit: cover;
}

@media (min-width: 764em) {
    .checkout-layout{
        background-color: #f4f2ec;
        min-height: 100%;
    }
}

.checkout-layout{
    overflow: hidden;
}

.checkout-layout-container{
    margin: 0 auto;
    max-width: 72rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout-card-wrapper{
    padding: 1.5rem .5rem 1rem;
}

@media (min-width: 64em) {
    .checkout-card-wrapper {
        margin: 1.5rem auto 2rem;
        max-width: 40.9375rem;
        padding: 0;
    }
}

.amount-input-container{
        height: 83px;
    padding: 5px 19px;
}

.amount-input-container span.currency, span.coins{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin-right: 5px;
}

.amount-input-container input{
    border: none;
    height: 100%;
    text-align: right;
    font-size: 25px;
    font-weight: 700;
    padding-right: 0;
}

.amount-input-container .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
    }


    .amount-input-wrapper .just-validate-error-label{
position: absolute;
    bottom: -44px;
    right: 0;
    width: 236px;
    }

        .form-check-input {
        transform: scale(1.4);
        margin-right: 10px;
        cursor: pointer;
    }

    .form-check-label {
        cursor: pointer;
    }

    @keyframes ldio-yzaezf3dcmj {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-yzaezf3dcmj div {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 7px solid #000000;
    border-top-color: transparent;
    border-radius: 50%;
}
.ldio-yzaezf3dcmj div {
  animation: ldio-yzaezf3dcmj 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-2by998twmg8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-yzaezf3dcmj div { box-sizing: content-box; }
/* [ldio] generated by https://loading.io */

.progress{
    height: 10px;
}

.share-buttons button{
    width: 100% !important;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.btn-twitter{
    background-color: #000;
    color: #fff;
}

.btn-twitter:hover{
    background-color: #000;
    color: #fff;
}

.btn-facebook{
    background-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover{
    background-color: #3b5998;
    color: #fff;
}

.btn-linkedin{
    background-color: #0088cc;
    color: #fff;
}

.btn-linkedin:hover{
    background-color: #0088cc;
    color: #fff;
}

.btn-whatsapp{
    background-color: #25D366;
    color: #fff;
}

.btn-whatsapp:hover{
    background-color: #25D366;
    color: #fff;
}

.btn-email{
    background-color: #f86932;
    color: #fff;
}

.btn-email:hover{
    background-color: #f86932;
    color: #fff;
}

.navbar-brand svg{
    width: 210px;
    height: 39px;
}

.section-hero{
        text-align: center;
    background-image: url(fsdfhsgjfbsfgkshf_r.png), url(asdsdfdsvfsdfsdfhdf_l.png), linear-gradient(#00a37f1a, #fff);
    background-position: 110%, -10%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto 100%, auto 100%, auto;
    background-attachment: scroll, scroll, scroll;
    justify-content: center;
    padding: 96px 64px 80px;
    display: flex;
}

.mission-about {
    float: none;
    clear: none;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 75%;
    max-width: 580px;
    margin-bottom: 0;
    display: flex
;
}

.about-h1 {
    float: left;
    color: #2e3434;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.bold-text-6-copy {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
    font-size: 40px;
    line-height: 48px;
}

._16-24-left {
    float: left;
    clear: left;
    color: #2e3434;
    text-align: left;
    letter-spacing: -.005em;
    max-width: 640px;
    margin-bottom: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}

._16-24-left.strapline {
    text-align: center;
    justify-content: center;
    max-width: 640px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.h4{
    color: #018669;
    font-size: 18px;
}

.basic {
    padding: 80px 40px 0;
    display: block;
}

.basic-container {
    background-color: #00a37f1a;
    background-image: url(https://cdn.prod.website-files.com/5f6b00b…/6009220…_basic-bg.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    max-width: 1224px;
    padding: 56px;
}

.basic-container.ani {
    background-image: url(64e79c9d84439475f5ae8cd1_values.png);
    background-position: 120%;
    order: 0;
    margin-bottom: 0;
    display: block;
}

.h3-basic {
    color: #2e3434;
    letter-spacing: -1px;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
}

.text-span-2 {
    color: var(--primary-green);
}

.basic-value-div2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 8px;
    font-size: 14px;
    display: flex
;
}

._24x24 {
    float: none;
    clear: none;
    width: 24px;
    max-width: none;
    height: 24px;
    margin-right: 12px;
    display: inline-block;
}

.basic-value {
    color: #2e3434;
    max-width: 520px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
}

.h2-campaign{
    color: #2e3434;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
    display: block;
}

@media screen and (min-width: 1280px) {
    .banner-about {
        background-position: 100%, 0%, 0 0;
    }

        .basic-value {
        max-width: 600px;
        font-size: 15px;
        line-height: 28px;
    }
        .mission-about {
        width: 75%;
        max-width: 620px;
    }

        .bold-text-6-copy {
        font-size: 48px;
        line-height: 56px;
    }

        .basic-container.ani {
        background-position: 120%;
        background-size: 561px;
    }

        .about-h1 {
        font-size: 40px;
        line-height: 48px;
    }

        ._16-24-left.strapline {
        font-size: 16px;
        line-height: 24px;
    }
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-clearfix:after {
    clear: both;
}



