<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
  /* background-color: #000000; */
  height: 100% !important;
}
body { 
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*min-height: 100% !important;*/
}

img.imglogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

img.imglogo2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

/*li.flex-active-slide img{
    width:100% !important;
}*/

.aff-block{
    padding:10px;
    border:1px dashed #959595;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#0f0f0f;
}

.bottom-menu{
    width:20% !important;
    display: inline;
}

.bottom-menu2{
    width:25% !important;
    display: inline;
}

.bottom-nav{
    width:100% !important;
}

.custom-nav{
    padding-left:0px !important;
}


.div-aff-login{
  width: 100%;
}

        /* 
          ##Device = Desktops
          ##Screen = 1281px to higher resolution desktops
        */
        
        @media (min-width: 1281px) {
          
            img.imglogo {
                width: 20% !important;
            }
            img.imglogo.resize {
              width: 15% !important;
          }
            .container-fluid{
              width:80% !important;
              margin:0 auto;
          }

          img.imgFlexSlider {
            width: 40% !important;
            margin:0 auto !important;
          }

          .div-aff-login{
            width: 35%;
          }
          
        }
        
        /* 
          ##Device = Laptops, Desktops
          ##Screen = B/w 1025px to 1280px
        */
        
        @media (min-width: 1025px) and (max-width: 1280px) {
         
            img.imglogo {
                width: 20% !important;
            }
            img.imglogo.resize {
              width: 15% !important;
          }

            img.imgFlexSlider {
              width: 40% !important;
              margin:0 auto !important;
            }

          .container-fluid{
              width:80% !important;
              margin:0 auto;
          }
        }
        
        /* 
          ##Device = Tablets, Ipads (portrait)
          ##Screen = B/w 768px to 1024px
        */
        
        @media (min-width: 768px) and (max-width: 1024px) {
          
            img.imglogo {
              width: 40% !important;
            }
            img.imglogo.resize {
                width: 25% !important;
            }

            img.imgFlexSlider {
              width: 60% !important;
              margin:0 auto !important;
          }
          
          .div-aff-login{
            width: 50%;
          }
        }
        
        /* 
          ##Device = Tablets, Ipads (landscape)
          ##Screen = B/w 768px to 1024px
        */
        
        @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
         
            img.imglogo {
                width: 40% !important;
            }
            img.imglogo.resize {
              width: 20% !important;
            }
            
            img.imgFlexSlider {
              width: 60% !important;
              margin:0 auto !important;
          }

          .container-fluid{
              width:80% !important;
              margin:0 auto;
          }
          
        }
        
        /* 
          ##Device = Low Resolution Tablets, Mobiles (Landscape)
          ##Screen = B/w 481px to 767px
        */
        
        @media (min-width: 481px) and (max-width: 767px) {
          
          
            img.imglogo {
                width: 60% !important;
            }
            img.imglogo.resize {
              width: 35% !important;
          }

            img.imgFlexSlider {
              width: 100% !important;
          }
          
        }
        
        /* 
          ##Device = Most of the Smartphones Mobiles (Portrait)
          ##Screen = B/w 320px to 479px
        */
        
        @media (min-width: 320px) and (max-width: 480px) {
          
          img.imglogo {
                width: 60% !important;
            }
            img.imglogo.resize {
              width: 40% !important;
          }

            img.imgFlexSlider {
              width: 100% !important;
          }
          
        }
/* CSS button entrance to member page */
.button-76 {
  background-color: #cf245f;
  background-image: linear-gradient(to bottom right, #fcd34d, #ef4444, #ec4899);
  border: 0;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  line-height: 1.75rem; /* 28px */
  padding: 1rem 1.25rem;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-76:hover {
  box-shadow: none;
}

@media (min-width: 1024px) {
  .button-76 {
    font-size: 2rem;
    padding: 2rem 2rem;
    line-height: 2rem;
  }
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}</pre></body></html>