<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#title_message {
    display: none;
}

.firstClass, .secondClass {
    display: inline;
}

.whyJoin {
              transition-duration: 0.4s;
              cursor:pointer;
              background-color: #07a516; 
              border-radius:40px; 
              color:#fff; 
              padding: 20px; 
              font-weight: 500;
              text-decoration: none;
            }

            .whyJoin:hover {
              background-color: transparent; /* Green */
              color: #07a516;
              border-color:#07a516;
              border-style: solid;
            }

            .joinNow {
              transition-duration: 0.4s;
              cursor:pointer;
              background-color: #fff; 
              border-radius:40px; 
              color:#07a516; 
              padding: 20px; 
              font-weight: 500;
              text-decoration: none;
            }

            .joinNow:hover {
              background-color: transparent; /* Green */
              color: white;
              border-color:white;
              border-style: solid;
            }

.txtBx {
    width: 90%;
    font-family: inherit;
    line-height: 1.1875rem;
    outline: none;
    border: 2px solid #d5d8db;
    padding: 2%;
    margin: 0 0 .5rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.lblTxt {
    font-family: Open Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #333;
    margin: 0;
    font-weight: 400;
    padding-top: 4px;
}

.txtInput {
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    height: 43px;
    padding: 1rem;
}


 .bg-img {
            /* The image used */
            /*background-image: url("/assets/dinvo_background_main.jpg");*/
            /*background: linear-gradient(to top, #07a516, #24d535), url(/assets/dinvo_background_main.jpg) no-repeat top center;*/
            background: linear-gradient(to top, rgb(7, 165, 22, 0.9), rgb(36, 213, 53, 0.9)), url("/assets/dinvo_background_main.jpg") no-repeat top center;
            min-height: 275px;
            /* Center and scale the image nicely */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            margin-bottom: 1.5 rem;
        }

  .fa-brands {
            padding: 10px;
            font-size: 20px;
            width: 50px;
            text-align: center;
            text-decoration: none;
            margin: 5px 2px;
        }

 .fa {
            padding: 10px;
            font-size: 20px;
            width: 50px;
            text-align: center;
            text-decoration: none;
            margin: 5px 2px;
        }


        .diagCss {
            border-radius: 4px;
            border: 1px solid rgb(120, 120, 120);
            background-color: #000000;
        }

            .fa:hover {
                opacity: 0.7;
            }

        .fa-facebook {
            background: #07a516;
            color: white;
        }

        .fa-twitter {
            background: #07a516;
            color: white;
        }

        .fa-google {
            background: #07a516;
            color: white;
        }

        .fa-linkedin {
            background: #07a516;
            color: white;
        }

        .fa-youtube {
            background: #07a516;
            color: white;
        }

        .fa-instagram {
            background: #07a516;
            color: white;
        }

        .fa-globe {
            background: #07a516;
            color: white;
        }


        .fa-facebook-f {
            background: #07a516;
            color: white;
        }

        .fa-twitter-square {
            background: #07a516;
            color: white;
        }

        .fa-google-square {
            background: #07a516;
            color: white;
        }

        .fa-linkedin-square {
            background: #07a516;
            color: white;
        }

        .fa-youtube-square {
            background: #07a516;
            color: white;
        }

        .fa-instagram-square {
            background: #07a516;
            color: white;
        }

        .fa-globe-square {
            background: #07a516;
            color: white;
        }


        /* Three image containers (use 25% for four, and 50% for two, etc) */
        .columns1 {
            float: left;
            width: 33.33%;
            padding: 5px;
        }

        /* Clear floats after image containers */
        .rows1::after {
            content: "";
            clear: both;
            display: table;
        }

        .sendEmail {
            border: none;
            border-radius: 11px;
            margin-top: -13px;
            background: #07a516;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            height: 40px;
            width: 78px;
        }

        .sendEmail2 {
            border: none;
            border-radius: 11px;
            margin-top: -13px;
            background: #07a516;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            height: 40px;
            width: 78px;
            padding: 10px;
            text-decoration: none;
        }


        .sendEmailText {
            padding: 1.25rem 1.15rem;
            height: 1.8rem;
            background: rgb(255, 255, 255);
            border: 0.15rem solid #07a516;
            font-size: 14px;
            outline: none;
            box-sizing: border-box;
            border-radius: 0.6rem;
            color: rgb(28, 28, 28);
        }


        .nav-link.active {
            color: #fff !important;
            background-color: #212529 !important;
        }

        .nav-link {
            color: #7f7f7f !important;
        }



.btnAddDiscount {
    text-align: center;
    box-shadow: inset 0px 39px 0px -24px #212529;
    background: linear-gradient(to bottom, #212529 5%, #212529 100%);
    background-color: #212529;
    border-radius: 4px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    padding: 2% 15px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #2fcc6e;*/
    width: 45%;
}

.btnAddDiscount2 {
    text-align: center;
    box-shadow: inset 0px 39px 0px -24px #212529;
    background: linear-gradient(to bottom, #212529 5%, #212529 100%);
    background-color: #212529;
    border-radius: 4px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #2fcc6e;*/
    width: 15%;
}

.dialog-countries {
    border-radius: 4px;
    border: 1px solid rgb(120, 120, 120);
}

.mainHeader {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    color: rgb(28, 28, 28);
    margin: 0 px;
    font-family: Okra,Helvetica,sans-serif;
    text-align: left;
}

.subHeader {
    font-size: 0.8rem;
    line-height: 0.8;
    font-weight: 300;
    color: rgb(120, 120, 120);
    margin: 0px;
    font-family: Okra,Helvetica,sans-serif;
    padding-bottom: 5px;
    text-align: left;
}

.subHeader2 {
    font-size: 1rem;
    line-height: 0.8;
    font-weight: 600;
    color: #000000;
    margin: 0px;
    font-family: Okra,Helvetica,sans-serif;
    padding-bottom: 5px;
    text-align: left;
}

.discHeader {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    height: auto;
    margin: 0;
}


.btnAddDiscount:hover {
    background: linear-gradient(to bottom, #212529 5%, #212529 100%);
    background-color: #212529;
    color: #d5d8db;
}

.btnAddDiscount:active {
    position: relative;
    top: 1px;
}

.formClass {
    padding-left: 6%;
    padding-right: 6%;
}


.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    height: 100%;
    /*width: 40%;*/
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.containercard {
    padding: 2px 16px;
}

.cardText {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: rgb(54, 54, 54);
}

.cardText2 {
    font-size: 0.8rem;
    text-align: center;
    font-weight: 500;
    color: dimgrey;
}

.removeBorders {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: black 1px solid;
}


.removeHeaderBorders {
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    border-left-style: none;
    border-right-style: none;
}

.hideGridCol {
    display: none;
}

.minPicM {
    min-height: 89px;
}

.minPicW {
    min-height: 165px;
}

.minPicW2 {
    min-height: 177px;
}

.minPicHM {
    max-height: 170px;
}

.minPicHW {
    min-height: 330px;
}

.minMaxPicW {
    min-height: 330px;
    max-height: 330px;
}

.minMaxPicM {
    min-height: 170px;
    max-height: 170px;
}

@media screen and (max-width: 900px) {
    #title_message {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

.img-radius-css {
    border-radius: 5px;
}

.goals {
    background: #1C1B1B;
}

.phn-status-bar2 {
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.12);
}

.goals h3 {
    color: #333;
    font-size: 16px;
    text-indent: 1em;
    text-align: center;
    margin-bottom: 1em;
}

.goal-img {
    float: left;
    width: 20%;
}

.goal-info {
    float: right;
    width: 67%;
    text-align: left !important;
}

    .goal-info h4 {
        color: #000;
        font-size: 13px;
        margin: 0px 0 3px 0px;
        font-weight: bold;
    }

    .goal-info p {
        font-size: 15px;
        color: #C1BCBC;
    }

.goal-left {
    padding-right: 0;
}

.goal-left {
    margin: 30px 0 0;
}

.fit-goals {
    padding: 30px 0em;
    background: #f7f7f7;
    text-align: center;
}

.goal-icons {
    padding: 0;
    float: left;
    width: 50%;
}

.goal-icons {
    padding: 0;
    float: left;
    width: 50%;
    background: #21629C;
    padding: 2em 0;
}

    .goal-icons:nth-child(2) {
        background: #343a4e;
    }

    .goal-icons:nth-child(3) {
        background: #fd5c63;
    }

    .goal-icons:nth-child(4) {
        background: #1B9E97;
    }
</pre></body></html>