<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$grid-columns:              24 !default;*/
/*
 @import "/bootstrap-sass/assets/stylesheets/bootstrap/variables";
 @import "/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
 // Reset and dependencies
 @import "/bootstrap-sass/assets/stylesheets/bootstrap/normalize";
 @import "/bootstrap-sass/assets/stylesheets/bootstrap/grid";*/
/*@import "/bootstrap-sass/assets/stylesheets/bootstrap";*/
/* -------------------------------------------------------------
 Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 List of CSS3 Sass Mixins File to be @imported and @included as you need
 The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
 ENDING css files
 note: All CSS3 Properties are being supported by Safari 5
 more info: http://www.findmebyip.com/litmus/#css3-properties
 Mixins available:
 -   css3-prefix             - arguments: Property, Value
 -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
 -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
 -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
 -   background-size         - arguments: Width: 100%, Height: 100%
 -   background-opacity      - arguments: Color: #000, Opacity: .85
 -   border-radius           - arguments: Radius: 5px
 -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
 -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
 -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
 -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
 -   box-sizing              - arguments: Type: border-box
 -   columns                 - arguments: Count: 3, Gap: 10
 -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
 -   flex                    - arguments: Value: 1
 -   flip                    - arguments: ScaleX: -1
 -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
 -   opacity                 - arguments: Opacity: 0.5
 -   outline radius          - arguments: Radius: 5px
 -   resize                  - arguments: Direction: both
 -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
 CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
 -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
 -   transform               - arguments: Parameters: null
 -   transform-style         - arguments: Style: preserve-3d
 -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
 -                           - Examples: @include transition (all 2s ease-in-out);
 -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
 -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
 -   keyframes               - arguments: Animation name
 - content:   Animation css
 -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
 (http://www.w3schools.com/cssref/css3_pr_animation.asp)
 ------------------------------------------------------------- */
.wrapper {
  background-image: url('../img/background_blueberry.jpg');
  /* max-height: 100vh; */
  /* min-height: 979px;
  height: 100%; */
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  min-height:100%;
  min-height:100vh;
}
.wrapper .header-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 60px;
  text-align: center;
}
.wrapper .header-section .icons {
  margin: 10px 0;
}
.wrapper .header-section .icons a {
  padding: 0;
  display: inline-block;
  font-size: 33px;
  margin: 0 60px;
  color: #fff;
}
@media (max-width: 991px) {
  .wrapper .header-section .icons a {
    margin: 0 40px;
  }
}
@media (max-width: 768px) {
  .wrapper .header-section .icons a {
    margin: 0 10px;
    font-size: 30px;
  }
}
.content-home-page {
  text-align: center;
  color: #dcdcdc;
}
.content-home-page .logo img {
  margin: 0 auto;
  width: 367px;
}
.content-home-page .text, .content-home-page .title {
  font-size: 40px;
  font-weight: bold;
  margin: 42px 0;
}
@media (max-width: 768px) {
  .content-home-page .text, .content-home-page .title {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .content-home-page .text, .content-home-page .title {
    font-size: 23px;
  }
}
.content-home-page .button-group {
  padding: 20px;
  /* line 281, /home/web3box/public_html/figwee2/app/assets/scss/global/_global.scss */
  /* line 289, /home/web3box/public_html/figwee2/app/assets/scss/global/_global.scss */
  /* line 297, /home/web3box/public_html/figwee2/app/assets/scss/global/_global.scss */
  /* line 305, /home/web3box/public_html/figwee2/app/assets/scss/global/_global.scss */
}
.content-home-page .button-group .new_btn {
  width: 225px;
  height: 65px;
  line-height: 65px;
  font-size: 32px;
  text-align: center;
  display: block;
  margin: 0 auto 25px;
  color: #fff !important;
  text-decoration: none !important;
}
.content-home-page .button-group .new_btn.blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f84b8+0,3c4174+100&amp;0.5+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(127, 132, 184, 0.5) 0%, rgba(60, 65, 116, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(127, 132, 184, 0.5) 0%, rgba(60, 65, 116, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(127, 132, 184, 0.5) 0%, rgba(60, 65, 116, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#807f84b8', endColorstr='#803c4174',GradientType=0);
  /* IE6-9 */
}
.content-home-page .button-group .new_btn.pink {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b87fa2+0,743a5d+100&amp;0.5+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(184, 127, 162, 0.5) 0%, rgba(116, 58, 93, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(184, 127, 162, 0.5) 0%, rgba(116, 58, 93, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(184, 127, 162, 0.5) 0%, rgba(116, 58, 93, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b87fa2', endColorstr='#80743a5d',GradientType=0);
  /* IE6-9 */
}
.content-home-page .button-group .new_btn.orange {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a78f95+0,634b51+100&amp;0.5+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(167, 143, 149, 0.5) 0%, rgba(99, 75, 81, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(167, 143, 149, 0.5) 0%, rgba(99, 75, 81, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(167, 143, 149, 0.5) 0%, rgba(99, 75, 81, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a78f95', endColorstr='#80634b51',GradientType=0);
  /* IE6-9 */
}
.content-home-page .button-group .new_btn.green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8aa3ab+0,465f67+100&amp;0.5+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(138, 163, 171, 0.5) 0%, rgba(70, 95, 103, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(138, 163, 171, 0.5) 0%, rgba(70, 95, 103, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(138, 163, 171, 0.5) 0%, rgba(70, 95, 103, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808aa3ab', endColorstr='#80465f67',GradientType=0);
  /* IE6-9 */
}
.content-home-page .button {
  margin-bottom: 25px;
}
.content-home-page .button button {
  height: 70px;
  width: 250px;
  border: 0px solid #fff;
  opacity: 0.7;
  max-width: 100%;
}
.content-home-page .button button span {
  opacity: 1;
  color: #fff;
  font-size: 30px;
}
.section-footer {
  padding: 63px 0;
}
@media (max-width: 991px) {
  .section-footer {
    padding: 34px 0;
  }
}
.footer-section {
  background-color: #000;
  color: #fff;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  /* .footer_menu{
   float: none;
   text-align: center;
   list-style-type: none;
   display: inline-flex;
   margin-top: 5px ;
   a{
   color: $white;
   display: block;
   }
   span{
   padding: 0 20px;
   }
   } */
}
@media (max-width: 767px) {
  .footer-section {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-section {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer-section {
    height: 105px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .footer-section {
    height: 70px;
  }
}
.footer-section .menu {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .footer-section .menu {
    text-align: center;
  }
}
.footer-section .menu .logo-footer {
  vertical-align: text-bottom;
  display: inline-flex;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-section .menu .logo-footer {
    display: block;
    margin: 0 auto 10px;
  }
}
.footer-section .menu .menu_footer {
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .footer-section .menu .menu_footer {
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-section .menu .menu_footer a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .footer-section .menu_footer a:after {
    content: "";
    display: inline-flex;
    width: 2px;
    height: 13px;
    background-color: #fff;
    left: -1px;
    top: 50%;
    margin: 0 10px;
  }
  .footer-section .menu .menu_footer:last-child a:after {
    display: none;
  }
}
.footer-section a {
  color: #fff;
}
.section-faqs {
  margin: 50px 0;
}
.section-faqs .ui-accordion-header {
  padding: 15px 15px 15px 50px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  color: #4c4c4c;
  outline: none;
  margin: 3px 0 0;
}
.section-faqs .ui-accordion-header:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 13px;
  left: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  content: "\f107";
  color: #b9b9b9;
  border: 1px solid #b9b9b9;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.section-faqs .ui-accordion-header.ui-state-active:after {
  content: "\f106";
  line-height: 22px;
}
.section-faqs .ui-accordion-content {
  padding: 20px 20px 15px 50px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.section-faqs .ui-accordion-content p {
  font-size: 16px;
}
.section-faqs table {
  margin: 20px 0;
}
.section-faqs table td {
  padding: 10px;
}

/*Learn More CSS*/

.page-template-page_learn .icons a,
.page-template-page_white .icons a{
    color: black !important;
}

.page-template-page_learn .imageL,
.page-template-page_white .imageL{
    color: black;
    font-size: 23px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.page-template-page_learn .imageL img,
.page-template-page_white .imageL img{
    width: 95%;
}

.page-template-page_learn .wrapper,
.page-template-page_white .wrapper{
    background: none;
}

.page-template-page_learn .header-section,
.page-template-page_white .header-section{  
    margin-top: 5px;   
    border-bottom: 2px solid #e9e9e9 !important;
    border-top: 2px solid #e9e9e9 !important;
}

.page-template-page_learn .section-text,
.page-template-page_white .section-text{
    color: black;
    margin-top: 50px;
    font-size: 25px;
    font-family:  sans-serif;
    margin-left: 30px;
}

.page-template-page_learn .imageL p,
.page-template-page_white .imageL p{
    margin-top: 50px;
}

.figIcon{
    width: 42px;
    margin: -18px 0px -8px -147px;
}

.back-link{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #999999;
    border: none;
    color: #fff;
    outline: none;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    position: relative;
    bottom: 1px;
    z-index: 15;
}

.back-link:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration:none;
}

.main-hero{
  width:100%;
  margin-bottom:60px;
  position:relative;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}</pre></body></html>