<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

hr{
    max-width: none;
    color: #13008B
}

.header-section {
    background-color: #F4F4F4;
    /* background-color: #D1D0F7; */
    padding: 5px 0;
}

.custom-section {
    padding: 50px 0;
}

.custom-section .content {
    padding-right: 20px;
}

.custom-section h2 {
    font-weight: 700;
}

.custom-section p {
    font-weight: 600;
}

.custom-section img {
    max-width: 100%;
    height: auto;
}

.hr-line {
    border: none;
    border-top: 2px solid #333;
}


.p-header {
    text-align: center;
}

.content img {
    padding-right: 22px;
    width: 120px;

}

.content p {
    padding-bottom: 5%;
}

.v-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-header {
    border-radius: 15%;
}

/* NAVBAR  */

.horizontal-section {
    background-color: #4D8DAE;

}

.horizontal-section .nav-link {
    color: white;
    margin: 6px 0;
}

.horizontal-section .nav-border {
    border-right: 1px solid #ccc;

}

.nav-link:hover {
    color: rgb(255, 255, 255);

}

.col-auto .nav {
    justify-content: center;
}

@media (max-width: 576px) {
    .horizontal-section .nav-link {
        font-size:7.5px;
        border-right: none;


    }
}
@media (min-width: 577px) and (max-width: 580px) {
    .horizontal-section .nav-link {
        font-size: 11px;
    }
}


.nav-custom {
    background-color: #4D8DAE;
    margin-bottom: 2%;
}

.nav-link {
    color: white;
}

/* GOALS */

.p-save {
    color: #588408;
    font-weight: 700;
    border: 2px solid #588408;
    width: 250px;
    text-align: center;
}

.row-goals {
    margin-bottom: 5%;
}

.checked {
    color: #FAD000;
}

.buttons {
    display: flex;
}

.btn {
    border-radius: 20px;
    width: 300px;
    font-weight: 600;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: none;
    color:  #212529;
}

.btn-see {
    border: rgba(0, 0, 0, 0.396);
    border: 1px solid #4f4c4c;
    margin-right: 50px;
}

.btn-see:hover {
    background-color: #fbfafac6;
}

.btn-add {
    background-color: #087cfc;
    color: white;
}

.btn-add:hover {
    background-color: #087cfc;
    color: white;
}


/* SHARE BUTTON CSS */
.share-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
    transition: transform 0.1s ease; 
}

.share-btn:hover {
    transform: scale(0.98);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

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

.share-btn.twitter { 
    background-color: #00acee; color: white; 
}

.share-btn.instagram { 
    background-color: #e4405f; color: white; 
}

.share-btn.linkedin { 
    background-color: #0077b5; color: white; 
}

.share-btn.email { 
    background-color: #777; color: white; 
}

.share-btn.copy-link { 
    background-color: #007bff; color: white; 
}

.product-description {
    max-width: 700px;
}

.product-description h4 {
    font-weight: 400;
}

@media (max-width: 767px) {
    .product-description {
        padding-left: 30px;
    }
}

.img-goal {
    width: 400px;
    padding: 30px;

}

.title-goal {
    margin-top: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .title-goal {
        margin-bottom: 10px;
    }
}

.hr-goals {
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid #b3b1b1;
}

/* LAST SECTION */

.last-section {
    background-color: #D9D9D9;
    border-radius: 45px;
}

.overlay {
    position: relative;
    background-color: rgba(255, 252, 252);
    color: black;
    padding: 15px 50px;
    border-radius: 45px;
    z-index: 1;
    margin-right: -150px;
}

.overlay p {
    font-weight: 400;
    font-size: 16pt;
}

.overlay h3 {
    font-weight: 700;

}

.col-last {
    padding: 15px 5px;
}

.img-last {
    position: relative;
    z-index: 0;
    right: 10px;
}

.logo {
    top: 10px;
    right: -50px;
    width: 50px;
    height: auto;
}

@media (max-width: 1000px) {
    .col-last {
        background-image: url("https://storage.googleapis.com/unadat_img/goal_store/partners/onespot-section.png");
        background-size: cover;
        background-position: center;
        border-radius: 45px;
    }

    .img-last {
        display: none;
    }

    .overlay {
        position: relative;
        background-color: rgba(255, 252, 252, 0.9);
        color: black;
        padding: 50px;
        border-radius: 45px;
        z-index: 1;
        margin: auto;
    }

    .overlay p {
        font-weight: 400;
        font-size: 14pt;
    }
}
/* SHARE */
.share-section {
    text-align: center;
    padding: 50px 0;
}

.share-button {
    margin-bottom: 20px;

}

.share-icon {
    margin-right: 5px;
}

.share-section p {
    padding-top: 20px;
    
}</pre></body></html>