<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> Â&nbsp;
 /* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "NotoSans", "Open Sans", sans-serif;
  line-height:1.3;
  /*color: #ffffff;*/
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

 .adducate_logo {
   /*width: 50%;*/
   height: 70px;
   margin-top: -10px;
   margin-left: -15px;
 }

 .gible_logo_big {
   /*width: 50%;*/
   height: 80px;
   margin-top: -10px;
   margin-left: -15px;
 }

 .goto{
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   text-align: -webkit-center;
   color: #006fb9;
   display: inline-block;
   vertical-align: middle;
   margin-right: 15px;
 }


/*@media only screen and (min-width: 1050px) {*/
@media only screen and (min-width: 768px) {  
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

a {
  color: #267481;
  text-decoration: none;
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}


/* -------------------------------- 

Mobile Devices

-------------------------------- */


/*@media (max-width: 1024px){*/
@media (max-width: 768){
    html{
      overflow:visible;
    }
    body{
    /* height: 100%!important; */
    overflow: auto;
    /*overflow: hidden;*/
    /*max-height: 50%;!important*/
    padding:0;
  }
}

@media screen and (max-width: 768px){

  /* Do not render desktop version contents */
  .cd-section, .fixed-slide {
    visibility: hidden;
    position:fixed;
    z-index: -1;
  }

  .cd-vertical-nav{
    display: none;  
  }  

  /* Floating header */
  .floating-header {
      width: 92%;
      padding: 15px 15px 0;
  }

  .floating-header-right{
    line-height: 1.5;
  }

  .floating-header {
    position: absolute;
    width: 93%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0;
  }

  .gible_logo {
    display: none;
  }

  .gible_logo_big {
    /*margin-left: 7vw;*/
    max-height: auto;
    max-width: 100%;
  }

  .adducate_logo {
    /*margin-left: 7vw;*/
    max-width: 115%;
    max-height:100%;

  }

  .goto{
    /*margin-left: 9vw;*/
    vertical-align: middle;
  }

  .pluscope_logo{
    max-width: 70%;
  }

  .fixed-content{
    position:absolute;
    top:0;
    left:0;
    width:0;
    bottom: 0;
  }  
  /* Content Styles */

  .mobile-content-wrapper {
    display:flex;
    height:40vh;
    margin: auto auto;
  }

  .mobile-content-wrapper-service {
    display:flex;
    height:60vh;
    margin: auto auto;
  }

  .mobile-content-wrapper .mobile-content-container {
    margin: auto auto;
    padding:0 6vw;

  }

  .mobile-content-wrapper-service .mobile-content-container {
    margin: auto auto;
    padding:0 6vw;

  }
  
  .mobile-content-container h2{
    font-size:3.3rem;
    font-weight:900;
    margin-bottom:2vh;
    margin-top:2vh;
  }
  
  .mobile-content-container p {
    font-size:1.7rem;

  }

  .mobile-images{
    display:flex;
    width:100%;    
  }

  #footer {
    height:70px;
    display:flex;
    background-repeat: no-repeat;
    margin: auto auto;
    border-top: 5px solid #E4E4E4;
    margin-top: 2.5rem;
    text-align: center;
  }

  #footer #back-to-top {
    margin: auto auto;
    /*padding:0 6vw;*/
  }

  #back-to-top a{
    text-decoration: underline;
    color: #000;
    font-size: 1.7rem;
  }


}

@media screen and (max-width: 400px){

  /* Floading Header */

  .floating-header{
    padding: 15px 15px 0;
  }

  .pluscope_logo{
    max-width: 70%;
  }
  /* Content Font Size */
  
  .mobile-content-container h2{
    font-size:3rem;
    font-weight:900;
    margin-bottom:2vh;
  }
  
  .mobile-content-container p {
    font-size:1.7rem;

  }
}



@media screen and (max-width: 365px){

  /* Floading Header */

  .floating-header{
    padding: 15px 15px 0;
  }

  .pluscope_logo{
    max-width: 60%;
  }
  /* Content Font Size */
  
  .mobile-content-container h2{
    font-size:2.6rem;
    font-weight:900;
    margin-bottom:2vh;
  }
  
  .mobile-content-container p {
    font-size:1.4rem;

  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */





/* -------------------------------- 

Non-Mobile Devices 

-------------------------------- */


@media screen and (min-width:768px){

  body,html{
    overflow:hidden;
  }

  /* Do not render mobile contents */
  #footer, .mobile-content {
    display:none;
  }

  .cd-section, .fixed-slide {
    visibility: visible;
    z-index:1;
  }

  .cd-section{
    position:initial;
  }

  .fixed-slide {
    position:initial;
  }

  .nav-bullet{
      height: 25px;
      width: 25px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;    
  }

  .pluscope_logo {
    display: inline-block;
  }

  .pluscope_logo, .gible_logo {
    max-width: 85%;
    height: auto;
  }

  .floating-header-right{
    line-height: 1.5;
  }

  .visit_gible{
    color: #006fb9;
    font-weight: bold;
    margin-right: 10px;
  }

  .floating-header {
    position: absolute;
    width: 46%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0;
  }

  img {
    /*max-width:80%;*/
    height: auto;
    vertical-align: middle;
    border: 0;
  }

  .fixed-content{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:50%;
    bottom: 0;
    /*pointer-events:none;*/
    /*opacity: 0;*/
  }

  .fixed-content .fixed-slide.show{
    z-index:9;
    opacity:1;
  }

  .fixed-content .fixed-slide{
    display:flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    /*pointer-events: none;*/
  }

  .fixed-content .content-container h2 {
    /*font-size:5vh;*/
    font-size: 4.2rem;
    line-height: 1.1;
    font-weight:900;
    margin-top:4rem;
    margin-bottom:2rem;
  }

  .fixed-content .content-container {
    margin-left: 7vw;
    margin-right: 2vw;
    max-width: 500px;
    width:77%;
  }

  .fixed-slide{
    width:90%;
  }

  .fixed-slide p{
    margin-bottom:2.5rem;
  }

  .fixed-content .content-container p {
    margin-top:0;
    font-size: 1.6rem;
    line-height:1.4;
  }

  .img-panel {
      height: 100vh;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
    }  

  .cd-section {
    height: 100vh;
  }

  .cd-section:first-of-type &gt; div::before {
    /* alert -&gt; all scrolling effects are not visible on small devices */
    /*content: 'Effects not visible on mobile!';*/
    content: '';
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    z-index: 2;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #6a7083;
  }

  [data-animation="parallax"] .cd-section &gt; .img-panel, [data-animation="fixed"] .img-panel &gt; div, [data-animation="opacity"] .img-panel &gt; div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  [data-animation="parallax"] .cd-section:first-of-type &gt; .img-panel, .img-panel:first-of-type &gt; div, [data-animation="fixed"] .img-panel:first-of-type &gt; div, [data-animation="opacity"] .img-panel:first-of-type &gt; div {
    background-image: url("../img/image-01.jpg");
  }
  [data-animation="parallax"] .cd-section:nth-of-type(2) &gt; .img-panel, [data-animation="fixed"] .img-panel:nth-of-type(2) &gt; div, [data-animation="opacity"] .img-panel:nth-of-type(2) &gt; div {
    background-image: url("../img/image-02.jpg");
  }
  [data-animation="parallax"] .cd-section:nth-of-type(3) &gt; .img-panel, [data-animation="fixed"] .img-panel:nth-of-type(3) &gt; div, [data-animation="opacity"] .img-panel:nth-of-type(3) &gt; div {
    background-image: url("../img/image-03.jpg");
  }
  [data-animation="parallax"] .cd-section:nth-of-type(4) &gt; .img-panel, [data-animation="fixed"] .img-panel:nth-of-type(4) &gt; div, [data-animation="opacity"] .img-panel:nth-of-type(4) &gt; div {
    background-image: url("../img/image-04.jpg");
  }
  [data-animation="parallax"] .cd-section:nth-of-type(5) &gt; .img-panel, [data-animation="fixed"] .img-panel:nth-of-type(5) &gt; div, [data-animation="opacity"] .img-panel:nth-of-type(5) &gt; div {
    background-image: url("../img/image-05.jpg");
  }


  #bullet1, #bullet2, #bullet3, #bullet4, #bullet5{
    background: url(../img/nav-clickable-circle-icon.svg) no-repeat center center;
  }

  #bullet1.selected{
   background: url(../img/nav-clicked-circle-icon.svg) no-repeat center center; 
  }

  #bullet2.selected{
   background: url(../img/nav-clicked-circle-icon.svg) no-repeat center center; 
  }

  #bullet3.selected{
   background: url(../img/nav-clicked-circle-icon.svg) no-repeat center center; 
  }

  #bullet4.selected{
   background: url(../img/nav-clicked-circle-icon.svg) no-repeat center center; 
  }

  #bullet5.selected{
    background: url(../img/nav-clicked-circle-icon.svg) no-repeat center center;
  }



  .cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    left: 1.5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
  }
  .cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    /*white-space: nowrap;*/
    background: url(../img/cd-icon-arrow.svg) no-repeat center center;
  }

  .cd-next,.cd-prev{
    padding-left:0.5rem;
  }
  .cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
  }
  .cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
  }




  body[data-hijacking="on"] {
    overflow: hidden;
  }


 .cd-section &gt; div {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .cd-vertical-nav {
    display: block;
  }

}


@media screen and (min-width:1024px){
  .fixed-content .content-container {
    margin-left: 7vw;
    margin-right: 3vw;
    max-width: 600px;
    width:90%;
  }
}

@media (min-width: 1260px){


  .fixed-content .content-container h2 {
    font-size: 4.4rem;
    line-height: 1.3;
    font-weight:900;
    margin-top:4rem;
    margin-bottom:2rem;
  }

  .fixed-content .content-container {
    margin-left: 7vw;
    margin-right: 3vw;
    max-width: 600px;
    width:100%;
  }

  .fixed-slide{
    width:90%;
  }

  .fixed-slide p{
    margin-bottom:3rem;
  }

  .fixed-content .content-container p {
    margin-top:0;
    font-size: 1.8rem;
    line-height:1.4;
  }



}

@media (max-width: 1350px){
  .visit_gible{
    display: none;
  }
}


@media (min-width: 1400px){

  .fixed-content .content-container h2 {
    font-size: 4.6rem;
    line-height: 1.3;
    font-weight:900;
    margin-top:4rem;
    margin-bottom:2rem;
  }

  .fixed-content .content-container {
    margin-left: 7vw;
    margin-right: 3vw;
    max-width: 600px;
    width:100%;
  }

  .fixed-slide{
    width:90%;
  }

  .fixed-slide p{
    margin-bottom:3rem;
  }

  .fixed-content .content-container p {
    margin-top:0;
    font-size: 2rem;
    line-height:1.4;
  }

}

@media (min-width: 1760px){

  .fixed-content .content-container h2 {
    font-size: 5.2rem;
    line-height: 1.5;
    font-weight:900;
    margin-top:0;
    margin-bottom:3rem;
  }

  .fixed-content .content-container {
    margin-left: 7vw;
    margin-right: 3vw;
    max-width: 750px;
    width:100%;
  }

  .fixed-slide{
    width:90%;
  }

  .fixed-slide p{
    margin-bottom:2.5rem;
  }

  .fixed-content .content-container p {
    margin-top:0;
    font-size: 2.8rem;
    line-height:1.4;
  }
}


@media (min-width: 2260px){

  .fixed-content .content-container h2 {
    font-size: 5.6rem;
    line-height: 1.5;
    font-weight:900;
    margin-top:0;
    margin-bottom:3rem;
  }

  .fixed-content .content-container {
    margin-left: 7vw;
    margin-right: 3vw;
    max-width: 750px;
    width:100%;
  }

  .fixed-slide{
    width:90%;
  }

  .fixed-slide p{
    margin-bottom:2.5rem;
  }

  .fixed-content .content-container p {
    margin-top:0;
    font-size: 3rem;
    line-height:1.4;
  }
}

@media (min-width: 2490px){

  .fixed-content .content-container h2 {
    font-size: 5.9rem;
    line-height: 1.5;
    font-weight:900;
    margin-top:0;
    margin-bottom:3rem;
  }

  .fixed-content .content-container {
    margin-left: 6vw;
    margin-right: 3vw;
    max-width: 750px;
    width:100%;
  }

  .fixed-slide{
    width:90%;
  }

  .fixed-slide p{
    margin-bottom:2.5rem;
  }

  .fixed-content .content-container p {
    margin-top:0;
    font-size: 3.3rem;
    line-height:1.4;
  }
}

</pre></body></html>