<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----- CANOPY CUSTOM CSS -----*/
.hero-text-logo { 
    max-width: 400px;
    width: 100%;
}

.btn-tertiary,.btn-tertiary.disabled,.btn-tertiary:disabled{
    color:var(--white);
    background-color:var(--tertiary);
    border-color:var(--tertiary)
}

.btn-tertiary:hover,.btn-tertiary:focus,.btn-tertiary:not(:disabled):not(.disabled).active,.btn-tertiary:not(:disabled):not(.disabled):active,.btn-tertiary:not(:disabled):not(.disabled):active:hover,.show&gt;.btn-tertiary.dropdown-toggle{
    color:var(--white);background-color:var(--tertiary_s2);border-color:var(--tertiary_s2);
}

.bg-tertiary, .bg-tertiary-hover:hover, .bg-tertiary-after::after, .bg-tertiary-before::before, .bg-tertiary-hover-after:hover::after, .bg-tertiary-hover-before:hover::before {
    background-color: var(--tertiary);
}

.box-shadow-white {
    box-shadow: 0px 0px 10px #ffffff;
}

.text-shadow-white {
    text-shadow: 0px 2px 8px #ffffff;
}
@media (min-width:1024px) {
    .text-shadow-white {
        text-shadow: 0px 1px 1px #000000;
    }   
}

.section-padding-y {
    padding: 5rem 0;
}


@media (min-width:768px) and (max-width:991.98px) {
    .section-padding-y {
        padding: 8rem 0;
    }
}
@media (min-width:992px) and (max-width:1199.98px) {
    .section-padding-y {
        padding: 10rem 0;
    }
}
@media (min-width:1200px) {
    .section-padding-y {
        padding: 12rem 0;
    }
}

.list-type-none { list-style-type: none;}

/** Ads 5**/
.bg-ads-5{width:100%;min-height:515px;background-image:url(/img/1px.png);background-repeat:no-repeat;background-size:cover;background-position:center; position: relative;}
.bg-ads-5{background-image:url(/images/masternet/MasterNet-Grace-Families-slider-2-xs.jpg)} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .bg-ads-5{background-image:url(/images/masternet/MasterNet-Grace-Families-slider-2-md.jpg)} /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .bg-ads-5{background-image:url(/images/masternet/MasterNet-Grace-Families-slider-2-lg.jpg)} /** 1024x768 **/
}
@media (min-width:1200px) {
    .bg-ads-5{background-image:url(/images/masternet/MasterNet-Grace-Families-slider-2-xl.jpg)} /** 1920x1024 **/
}




.sectin3-a{width:100%;min-height:515px;background-image:url(/img/1px.png);background-repeat:no-repeat;background-size:cover;background-position:center; position: relative;}
.sectin3-a{background-image:url(/images/masternet/KINGDOM-MasterNet-sm.jpg)} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .sectin3-a{background-image:url(/images/masternet/KINGDOM-MasterNet-md.jpg)} /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .sectin3-a{background-image:url(/images/masternet/KINGDOM-MasterNet-lg.jpg)} /** 1024x768 **/
}
@media (min-width:1200px) {
    .sectin3-a{background-image:url(/images/masternet/KINGDOM-MasterNet-xl.jpg)} /** 1920x1024 **/
}


.bg-primary-color {
    background-color: var(--primary) !important;
}

.pulsate {
    transform: scale(1);
    animation: pulse-arrow 2s infinite;
    color: white !important;
}

.animate-arrow i {
    transform: scale(1);
    animation: pulse-arrow 2s infinite;
    padding: 10px;
    border-radius: 100px;
    background-color: white;
    width: 45px;
}
@keyframes pulse-arrow {
  0% {
    transform: scale(0.85);
    color: rgba(0,0,0,0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    color: rgba(0,0,0,1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.85);
    color: rgba(0,0,0,0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/** PreApp Page CSS **/
.preapp-page .animate-arrow i::before{
    color: white;
}
.preapp-page .section-padding-y {
    padding: 5rem 0 !important;
}
@media (min-width:768px) and (max-width:991.98px) {
    .preapp-page .section-padding-y {
        padding: 8rem 0 !important;
    }
}
@media (min-width:992px) and (max-width:1199.98px) {
    .preapp-page .section-padding-y {
        padding: 10rem 0 !important;
    }
}
@media (min-width:1200px) {
    .preapp-page .section-padding-y {
        padding: 12rem 0 !important;
    }
}

.preapp-page #section-2{width:100%;min-height:515px;background-image:url(/img/1px.png);
    /* background-repeat:no-repeat;background-size:cover;background-position:center;  */
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
}
.preapp-page #section-2{
    background-image:url(/images/masternet/TRANSFORM-YOU-GET-THE-APP-01-414.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .preapp-page #section-2{
        background-image:url(/images/masternet/TRANSFORM-YOU-GET-THE-APP-01-768.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        position: relative;
        min-height:615px;
    } /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .preapp-page #section-2{
        background-image:url(/images/masternet/TRANSFORM-YOU-GET-THE-APP-01-1200.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        min-height:715px;
    } /** 1024x768 **/
}
@media (min-width:1200px) {
    .preapp-page #section-2{
        background-image:url(/images/masternet/TRANSFORM-YOU-GET-THE-APP-01-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        min-height:815px;
    } /** 1920x1024 **/
}


.gracecoachingservices #section-3a{
    width:100%;
    /* min-height:515px; */
    background-image:url(/img/1px.png);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
}

.gracecoachingservices #section-3a{
    background-image:url(/images/masternet/Craig-and-Wendy-Rogers-Grace-Coaches-1920.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .gracecoachingservices #section-3a{
        background-image:url(/images/masternet/Craig-and-Wendy-Rogers-Grace-Coaches-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        position: relative;
        /* min-height:615px; */
    } /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .gracecoachingservices #section-3a{
        background-image:url(/images/masternet/Craig-and-Wendy-Rogers-Grace-Coaches-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:715px; */
    } /** 1024x768 **/
}
@media (min-width:1200px) {
    .gracecoachingservices #section-3a{
        background-image:url(/images/masternet/Craig-and-Wendy-Rogers-Grace-Coaches-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:815px; */
    } /** 1920x1024 **/
}



.trainingforreigning #section-3{
    width:100%;
    /* min-height:515px; */
    background-image:url(/img/1px.png);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
}

.trainingforreigning #section-3{
    background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-1-414.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .trainingforreigning #section-3{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-1-768.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        position: relative;
        /* min-height:615px; */
    } /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .trainingforreigning #section-3{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-1-1024.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:715px; */
    } /** 1024x768 **/
}
@media (min-width:1200px) {
    .trainingforreigning #section-3{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-1-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:815px; */
    } /** 1920x1024 **/
}

.trainingforreigning #section-5{
    width:100%;
    /* min-height:515px; */
    background-image:url(/img/1px.png);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
}

.trainingforreigning #section-5{
    background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-4-414.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .trainingforreigning #section-5{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-4-768.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        position: relative;
        /* min-height:615px; */
    } /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .trainingforreigning #section-5{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-4-1024.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:715px; */
    } /** 1024x768 **/
}
@media (min-width:1200px) {
    .trainingforreigning #section-5{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-4-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:815px; */
    } /** 1920x1024 **/
}




.familyadvocates #section-3{
    width:100%;
    /* min-height:515px; */
    background-image:url(/img/1px.png);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
}

.familyadvocates #section-3{
    background-image:url(/images/masternet/BANK-of-GOODNESS-CrowdFounding-Initiatives-2-414.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .familyadvocates #section-3{
        background-image:url(/images/masternet/BANK-of-GOODNESS-CrowdFounding-Initiatives-2-768.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        position: relative;
        /* min-height:615px; */
    } /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .familyadvocates #section-3{
        background-image:url(/images/masternet/BANK-of-GOODNESS-CrowdFounding-Initiatives-2-1024.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:715px; */
    } /** 1024x768 **/
}
@media (min-width:1200px) {
    .familyadvocates #section-3{
        background-image:url(/images/masternet/BANK-of-GOODNESS-CrowdFounding-Initiatives-2-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:815px; */
    } /** 1920x1024 **/
}

.familyadvocates #section-5{
    width:100%;
    /* min-height:515px; */
    background-image:url(/img/1px.png);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
}

.familyadvocates #section-5{
    background-image:url(/images/masternet/BE-TRANSFORMED-02-414.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    position: relative;
} /** 414x600 **/
@media (min-width:768px) and (max-width:991.98px) {
    .familyadvocates #section-5{
        background-image:url(/images/masternet/BE-TRANSFORMED-02-768.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center;
        position: relative;
        /* min-height:615px; */
    } /** 768x1024 **/
}
@media (min-width:992px) and (max-width:1199.98px) {
    .familyadvocates #section-5{
        background-image:url(/images/masternet/School-of-KINGDOM-Living-WAVE-4-1024.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:715px; */
    } /** 1024x768 **/
}
@media (min-width:1200px) {
    .familyadvocates #section-5{
        background-image:url(/images/masternet/BE-TRANSFORMED-02-1920.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        /* min-height:815px; */
    } /** 1920x1024 **/
}

.preapp-page .animate-arrow {
    transform: rotateX(180deg);
}

.gfm-embed {
    max-width: 240px;
}
.gfm-embed iframe {
    border-radius: 12px;
}


#contact-iframe {
    min-height: 800px;
    max-height: 820px;
}
#contact-iframe-popup {
    min-height: 820px;
    max-height: 820px;
}
@media (min-width:768px) {
    #contact-iframe {
        min-height: 600px;
        max-height: 600px;
    }
    #contact-iframe-popup {
        min-height: 820px;
        max-height: 820px;
    }
}

.ul-inline {
    list-style-type: none;
    margin: 0 auto;
    display: inline-block;
}
.ul-inline li {
    float: left;
    padding: 5px 10px;
}</pre></body></html>