*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Chivo', sans-serif;
  }
  div, a, span, svg{
    display: inline-block;
  }
  body{
    text-align: center;
    font-size: 0;
  }
  body{
    background: #0228e8;

}

  .pageWrapper{
    position: relative;
    width: 100%;

    padding: 0 20px;
  }

  .pageWrapper1{
      height:100vh;
  }

  
  .pageWrapperArrow{
    max-width: 1400px;
  }

.header{
    width: 100%;
    
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    padding: 0 20px;
}

.headerWrapper{
    width: 100%;
    text-align: right;

    
      xborder-bottom: 1.5px solid #dddfe8;
  
}

.headerImage{
    vertical-align: top;
    margin-top: 20px;

    height: 40px;
    width: 150px;
  float: left;
    background-image: url(./IMG_6434_layerstyle.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;   
  
}


.headerMenu{
    padding-right: 22px;

    height: 90px;
    line-height: 90px;
    font-size: 0;
   
  
}

.headerMenuItem{
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 22px;
    user-select:none;
    cursor:pointer;
}

.headerButton{
    margin-top: 20px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    background: #0228e8;
    border-radius: 30px;
    min-width: 220px;
  float: right;
    text-align: center;
}

  .s1 {
  
    position: relative;
    width: 100%;
    text-align: center;
    height: 100vh;
    z-index: 99999;
    xborder-bottom: 32px solid #0228e8;
    background: white;
    xborder: 20px solid white;
    xborder-bottom: 20px solid  white;
    
    overflow: hidden;

  }

  .tree{
    width: 134vh;
 
    height: 100vh;
   
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: -50vh;
    transition: 1.2s ease-out;
  }

 .tree svg{
  fill: #0228e8;
  position: absolute;
  left: 0;
  top: -10vh;
  width: 100%;
height: 120vh;

  fill: #141414;
  stroke: #0228e8; /* Change color as needed */

  stroke-width: 0;
  stroke-dasharray: 4250;
  stroke-dashoffset: -4000;
  transition: stroke-dashoffset 4.5s ease-out, transform 1.2s ease-out;
  }





  .s1text{
    width: 100%;
    
    position: absolute;
    bottom: 40px;
    left: 0;

   
    text-align: right;

  }



.s1text1{





  font-size: 200px;
  line-height: 182px;
 
  
  color: white;
  background: #0228e8;
  font-weight:600;
  letter-spacing: -10px;

  text-align: right;
  
  padding: 0 10px;
  padding-right: 25px;
}

.s1text2{
  

 
  font-size: 110px;
  line-height: 110px;

  background: #0228e8;
  color: #141414;
  font-weight:400;
  letter-spacing: -4px;
  padding: 0 10px;
  padding-right: 14px;
  text-align: right;

 
}



  .s2{
    width: 100%;
    padding-bottom: 80px;
    background: #0228e8;
    position: relative;
    text-align: center;
    z-index: 9999;
    margin-top: -1px;
    overflow: hidden;
    xborder: 20px solid white;
    border-top: 0px solid  white;
  }
  .hero2{
    position: absolute;
    object-position: top;
    width: 1536px;
    left: calc(50% - 768px);
    top: 0;
    height: 520px;
    z-index: 999;
    fill: none;
    stroke: white; /* Change color as needed */
    stroke-width: 3;
    stroke-dasharray: 900;
 
   
    transition: stroke-dashoffset 4.5s ease-out, transform 0.3s ease-out;
  }

  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  .s2content{
    width: 100%;
    font-size: 80px;
    line-height: 80px;
    color: white;
    text-align: center;
    margin-top: 290px;
    max-width: 800px;
    font-weight: 300;
    letter-spacing: -2px;
    padding: 0 32px;

  }

  .s2content span{
    font-style: italic;
    font-weight: 600 ;
    letter-spacing: -1.5px;
  }

  .s2buttons{
    width: 100%;
    margin-top: 42px;
  }

  .s2buttonsItem{
    text-decoration: none;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: white;
    xborder: 1.5px solid white;
    border-radius: 30px;
    min-width: 300px;
    margin: 8px;
    text-align: center;
    background: #141414;
    cursor: pointer;
    user-select: none;
  }

  .s2buttonsItem2{
    background: white;
    color: #141414;
  }

  .caroosel{
    width: 100%;
    height: 74px;
    position: relative;
    overflow: hidden;
    padding-top: 18px;
    background:white;
  }

  .carooselInner{
    width: 900vw;
    position: absolute;
    left: 0;
    top: 20px;
    height: 34px;  
    background-image: url(./bage.svg);
    background-size: contain;
    animation: moveCar 128s linear;
  }

  @keyframes moveCar {
    0%{transform: translateX(0);}
    50%{transform: translateX(-800vw);}
    100%{transform: translateX(0);}
  }

  .s3{
    width: 100%;
    min-height: 500px;
    background-color: white;
  }

  .pageWrapperL{
    text-align: left;
  }
  .s3qt{
    margin-top: 300px;
    width: 100%;
   
    font-size: 50px;
    line-height: 55px;
    text-align: left;
    color: #333;
font-weight: 400;
    max-width: 1100px;
    letter-spacing: -1.5px;
  }

  .s3qt span{
    color: #1232DC;
font-weight: 500;
    font-style: italic;
  }

  .circlesWrapper{
    width: 100%;
    text-align: right;
    position: relative;
    margin-top: 128px;
  
  }
  .circlesTooltip{
   
    width: calc(100% - 700px);
    text-align: right;
    position: absolute;
    left: 0;
    top: calc(50% + 18px);
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;
    
    transform: translateY(-50%);
  }


  .circlesObject{
    width: 550px;
    height: 550px;
    position: relative;

   
  }

  .circlesObjectA{
    position: absolute;
    height: 60%;
    width:60%;
   
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
  }

  .circlesObjectA svg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #1232DC; /* Change color as needed */
    stroke-width: 2.2;
    stroke-dasharray: 1200;
 
    transition: 3s ease-out;
  }
  
  .circlesObjectB{
    position: absolute;
    height: 60%;
    width:60%;
   
    bottom: 0;
    left: 0;
    border-radius: 50%;
    
  }

  .circlesObjectB svg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #1232DC; /* Change color as needed */
    stroke-width: 2.2;
    stroke-dasharray: 1200;

    transition: 3s ease-out;

  }
  

  
  .circlesObjectC{
    position: absolute;
    height: 60%;
    width:60%;
   
    bottom: 0;
    right: 0;
    border-radius: 50%;
  }

  .circlesObjectC svg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #1232DC; /* Change color as needed */
    stroke-width: 2.2;
    stroke-dasharray: 1200;
   
 
    transition: 3s ease-out;
  }
  
  .circlesObjectInner{
    text-align: center;
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    line-height: 22px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.7px;
  }

  .arrow{
    position: absolute;
    right: calc(50% - 4px);
    top: calc(50% + 24px);
    transform: translateY(-50%);
    width: 100%;
    width: 400px;
    height: 10px;

  }

  .arrowWrapper{
    width: 400px;
    height: 10px;
    position: relative;
    overflow: hidden;
    transition: 1.2s ease-in-out;
  }

  .arrow svg{
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;

    height: 100%;

    fill: #222740;
    stroke: #222740; /* Change color as needed */
    stroke-width: 1;

 
   

  }

  .featureWrapper{
    width: 100%;
    font-size: 0;
    margin-top: 128px;
    padding-bottom: 72px;
  }

  .featureImage{
    width: 400px;
    vertical-align: top;
  }

  .featureImage1{
    width: 100%;
    height: 210px;

    

    fill: none;
    stroke: #0228e8; /* Change color as needed */
    stroke-width: 2.5;
    stroke-dasharray: 1500;

    transition: 4.5s ease-out;
  }


  .featureImage2{
    width: 100%;
    height: 200px;
    margin-top: 12px;
    fill: none;
    stroke: black; /* Change color as needed */
    stroke-width: 3;
    stroke-dasharray: 1500;
 
    transition: 4.5s ease-out;
  }

  .featureContent{
    padding-left: 128px;
    width: calc(100% - 400px);
    vertical-align: middle;
  }

  .featureContentHeader{
    width: 100%;
    text-align: left;
    font-size: 42px;
    letter-spacing: -0.75px;
    color: #333333;
    margin-bottom: 32px;
  }

  .featureContentHeader span{
    font-style: italic;
    font-weight: 500;
  }

  .featureContentItem{
    width: 100%;
    margin-bottom: 32px;
  }

  .featureContentItem1{
    width: 100%;
    font-size: 72px;
    color: #333333;
  }

  
  .featureContentItem2{
    width: 100%;
    font-size: 26px;
    color: #333333;
    max-width: 520px;
    letter-spacing: -0.75px;
    font-weight: 400;
  }

  .featureContentItem2 span{
    font-style: italic;
    color: #1232DC;
  }

  .s4{
    width: 100%;
    background: #0228e8;
    padding: 160px 0;

    xborder: 20px solid white;
  }


  .partnersHeader{
    width: 100%;
    color: #FFF;

    text-align: center;
    font-family: Chivo;
    font-size: 80px;
    line-height: 70px;
    font-style: normal;
    font-weight: 400;
    max-width: 700px;
    padding: 0 20px;
    letter-spacing: -3.5px;
  }

  .partnersHeader span{
    font-style: italic;
  }

  .partnersLineWrapper{
    width: 100%;
    position: relative;
    margin-top: 64px;
    overflow: hidden;

  }

  .partnersLine1{
    width: auto;
float: left;
    white-space: nowrap;
  
    animation: movePartners1 25s linear infinite;
  }

  .logos-item{
    cursor: default;
    user-select: none;
   padding: 0 22px;
    border: 1.5px solid rgba(255, 255, 255, 1);
    margin: 8px 10px;
    height: 46px;
    line-height: 43px;
    border-radius: 24px;
    color: white;
    font-size: 15px;
    text-align: center;
  }

  .partnersLine2{
    width: auto;
    float: right;
    white-space: nowrap;
    animation: movePartners2 25s linear infinite;
  }

  .spacer{
    width: 100%;
  }

  @keyframes movePartners1{
    0%{transform: translateX(0);}
    50%{transform: translateX(-40%);}
    100%{transform: translateX(0%);}
  }

  @keyframes movePartners2{
    0%{transform: translateX(0);}
    50%{transform: translateX(40%);}
    100%{transform: translateX(0%);}
  }

  .partnersItemIcon{
    width: 19px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
    border-radius: 50%;
    height: 19px;
    background: white;
  }

  .s5{
    width: 100%;
    padding: 128px 0;
    background:white;
  }

  
  .beaconHeader{
    width: 100%;
    color: #333333;

    text-align: center;
    font-family: Chivo;
    font-size: 80px;
    line-height: 74px;
    font-style: normal;
    font-weight: 400;
    max-width: 900px;

    letter-spacing: -3.5px;
  }

  .beaconHeader span{
    font-style: italic;
  }

  .beaconImage{
    width: 100%;
    width: 1150px;
    margin-right: 110px;
    height: 330px;
    margin-top: 64px;
    float: right;

  }

  .beaconImage svg{
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #0228e8; /* Change color as needed */
    stroke-width: 2;
    stroke-dasharray: 1500;
  
    transition: 4.5s ease-out;
  
  }

  .beaconLine{
    width: 100%;
    max-width: 1400px;
   text-align: right;
 margin-top: 32px;
  }

  .beaconLineButton{
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: white;
    background: #0228e8;
    border-radius: 30px;
    min-width: 300px;
    
    text-align: center;
  }

  .footer{
    padding: 64px 0;
    padding-bottom: 32px;
    font-size: 0;
    width: 100%;
    background-color: #fbfbfb;
  }

  .footerMobile{
    display: none;
  }

  .footerLeft{
    width: 50%;
    vertical-align: top;
  }

  .footerLeftLine{
    opacity: 0.5;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #333333;
    padding: 4px 0;
  }
  
  .footerRight{
    width: 50%;
    vertical-align: top;
    text-align: right;
  }

  .footerRightLine{
     text-decoration: none; 
    font-size: 16px;
    text-align: right;
    color: #333333;
    padding: 4px 0;
    padding-left: 32px;
  }

  .footerLogo{
    
   margin-bottom: 42px;
    width: 100%;
    height: 110px;
    background-image: url(./hLogo.svg);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
  }


   
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
.logosWrapper{
  width: 100%;
  margin-top: 26px;
  padding-left: 16px;
 }
 
 .logos {
   overflow: hidden;
   width: 100%;
   padding: 0;


   white-space: nowrap;
   position: relative;
 vertical-align: top;



 }
 
 .logos:before,
 .logos:after {
   position: absolute;
   top: 0;
   width: 50px;
   height: 100%;
   content: "";
   z-index: 2;
 }
 
 .logos:before {
   left: -1px;
  
 }
 
 .logos:after {
   right: -1px;
  
 }
 
 .logos:hover .logos-slide {
   animation-play-state: paused;
 }
 
 .logos-slide {
   display: inline-block;
   animation: 15s slide infinite linear;
 }
 
 .logos-slide img {
   display: inline-block;
   height: 31px;

   vertical-align: middle;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: 5px;
  }


 @keyframes slide-2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
 
 .logos-2 {
  overflow: hidden;
  width: 100%;
  padding: 0;



  white-space: nowrap;
  position: relative;
vertical-align: top;

direction: rtl;
text-align: right;
margin-top: 4px;

}

.logos-2:before,
.logos-2:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos-2:before {
  left: -1px;
 
}

.logos-2:after {
  right: -1px;
 
}

.logos-2:hover .logos-slide-2 {
  animation-play-state: paused;
}

.logos-slide-2 {
  display: inline-block;
  animation: 15s slide-2 infinite linear;
  direction: ltr;
}

.logos-slide-2 img {
  display: inline-block;
  height: 31px;

  vertical-align: middle;
   border-radius: 50%;
   margin-top: -2px;
   margin-right: 5px;
 
}
 


[data-inviewport="drawSvg1"].is-inViewport {
  stroke-dashoffset: 0;
  transform: scale(100%) translateY(0);
 }

[data-inviewport="drawSvg1"] {
  stroke-dashoffset: -4000;
  transform: scale(85%)translateY(3.5%);
 }


 [data-inviewport="text0"].is-inViewport {
  opacity: 1;
  transition: 1.2s ease-out;
  transform: translateY(0) ;
  }
 
 [data-inviewport="text0"] {
  
   opacity: 0;
   transition: 1.2s ease-out;
   transform: translateY(-40px);
  }
 

 [data-inviewport="text1"].is-inViewport {
 opacity: 1;
 transition: 1.2s ease-out;
 transform: translateY(0);
 visibility: visible;
 }

[data-inviewport="text1"] {
 
  opacity: 0;
  transition: 1.2s ease-out;
  transform: translateY(90px);
  visibility: hidden;
 }


 [data-inviewport="text1a"].is-inViewport {
  opacity: 1;
  transition: 1.2s ease-out;
  transform: translateX(0);
  visibility: visible;
  }
 
 [data-inviewport="text1a"] {
  
   opacity: 0;
   transition: 1.2s ease-out;
   transform: translateX(90px);
   visibility: hidden;
  }

  [data-inviewport="text2a"].is-inViewport {
    opacity: 1;
    transition: 1.2s ease-in-out;
    transform: translateX(0);
    visibility: visible;
    }
   
   [data-inviewport="text2a"] {
    
     opacity: 0;
     transition: 1.2s ease-in-out;
     transform: translateX(90px);
     visibility: hidden;
    }

 [data-inviewport="text2"].is-inViewport {
  opacity: 1;
  transition: 1.2s ease-in-out;
  transform: translateY(0);
  visibility: visible;
  }
 
 [data-inviewport="text2"] {
  
   opacity: 0;
   transition: 1.2s ease-in-out;
   transform: translateY(90px);
   visibility: hidden;
  }
 
 
  [data-inviewport="drawSvg2"].is-inViewport {
    stroke-dashoffset: 1800;
     transform: none; 
   }
  
  [data-inviewport="drawSvg2"] {
    stroke-dashoffset: 900;
    transform: translateY(6vh);
   }
  


   
 [data-inviewport="text3"].is-inViewport {
  opacity: 1;
  transition: 1.2s ease-out;
  transform: translateX(0)  translateY(-50%);
  visibility: visible;
  }
 
 [data-inviewport="text3"] {
  
   opacity: 0;
   transition: 1.2s ease-out;
   transform: translateX(-90px) translateY(-50%);
   visibility: hidden;
  }
 

  [data-inviewport="text4"].is-inViewport {
    opacity: 1;
    transition: 4.5s ease-in-out;
    transform: translateX(0)  translateY(-50%);
    visibility: visible;
    }
   
   [data-inviewport="text4"] {
    
     opacity: 0;
     transition: 4.5s ease-in-out;
     transform: translateX(-90px) translateY(-50%);
     visibility: hidden;
    }
   
   

    [data-inviewport="drawSvg4"].is-inViewport {
      stroke-dashoffset: 2400;
      
     }
    
    [data-inviewport="drawSvg4"] {
      stroke-dashoffset: 1200;
     }
    
  
 
     [data-inviewport="drawSvg5"].is-inViewport {
      stroke-dashoffset: 3000;
      
     }
    
    [data-inviewport="drawSvg5"] {
  
      stroke-dashoffset: 1500;
     }
    
  
 
      
 
     [data-inviewport="drawSvg6"].is-inViewport {
      stroke-dashoffset: 0;
      
     }
    
    [data-inviewport="drawSvg6"] {
  
      stroke-dashoffset: 1500;
     }
    
     
  [data-inviewport="text5"].is-inViewport {
   width: 400px;
    }
   
   [data-inviewport="text5"] {
    
    width: 0;
    }
   
   
  
 
    @media only screen and (max-width: 1120px){
      .header{
        background: white;
      }
    }

     
    @media only screen and (max-width: 840px){
      .headerMenu{
        display: none;
      }
     
    }

    @media only screen and (max-width: 890px){
      .circlesWrapper{
       text-align: center;
       margin-top: 64px;
      }
      .s3qt{
        margin-top: 228px;
      }
      .circlesTooltip{
        text-align: left;
        transform: none;
        width: auto;
        top: calc(50% - 30px);

      }
      .circlesWrapper{
        overflow: hidden;
      }
     
    }

    @media only screen and (max-width: 770px){
      .circlesObject{
     
      }
      .circlesTooltip{
        text-align: center;
        width: 100%;
        left: 0;
        top: 660px;
      }
      .arrowWrapper{
        transform: rotate(-90deg);
        left: 196px;
        top: 148px;
   
      }
      .circlesWrapper{
        overflow: unset;
      }

      [data-inviewport="text5"].is-inViewport {
        width: 300px;
    }

    }

    @media only screen and (max-width: 1030px){
      .featureImage{
        width: 100%;
      }
      .featureContent{
        padding: 0;
        width: 100%;
        text-align: center;
        margin-top: 64px;
      }
      .featureContentHeader{
        text-align: center;
      }
    }

    @media only screen and (max-width: 670px){
      .s1text1 {
        font-size: 140px;
        line-height: 140px;
      }
    }

    
    @media only screen and (max-width: 505px){
      .s1text1 {
       font-size: 95px;
    line-height: 95px;
    letter-spacing:-4px;
      }
      .s1text2 {
        font-size: 70px;
        line-height: 80px;
      }
      .s2content{
        font-size: 60px;
        line-height: 60px;
      }
      .s2buttonsItem{
        width: 100%;
        margin: 10px 0;
      }
      .s2buttons{
        padding: 0 20px;
      }
      
      .partnersHeader{
        font-size: 60px;
        line-height: 60px;
      }
    }

    @media only screen and (max-width: 606px){
        .s1, .tree, .pageWrapper1, .tree svg{
    height:600px;
      }
      
      .tree svg{
            height:540px;
            top:unset;
            bottom:-30px;
      }
     
     .s1text{
         bottom:50px;
     }
      .circlesWrapper{
        
        min-height: 720px;
     
        }
        .circlesObject{
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
        }
        .s3{
          overflow: hidden;
        }
        .footerLeft{
          width: 100%;

        }
        .footerRight{
          width: 100%;
          display: none;
        }
        .footerMobile{
          width: 100%;
          display: inline-block;
          margin-bottom: 22px;
        }
        .footerRightLine{
          padding: 0;
          margin: 8px;
        }
        .footerLogo{
          background-position: center;
          margin-top: 0px;
          margin-bottom: 26px;
        }
        .footerLeftLine{
          text-align: center;
        
        }
        .headerButton{
          min-width: 180px;
        }
        .headerImage{
          width: 120px;
        }
        .beaconImage{
          margin-right: 128px;
        }
        
        .beaconLineButton{
          width: 100%;
          text-align: center;
        }
    
    }

