#continuous-platform{
  position: relative;
  background:#eff6ff
}

.continuous-wrap {
  position: relative;
  overflow: hidden;
  max-width: 1800px;
  margin: auto;
  background: #001538
}

{# #circle-light{
  background: #001538;
  height: 2300px;
  bottom: 0px;
  width: 3500px;
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
#}

a.productNav-box{
  width: 260px;
  margin: 15px;
  color: #222f4b;
  -webkit-box-shadow: 0 4px 50px 0 rgba(22,107,255, .3);
          box-shadow: 0 4px 50px 0 rgba(22,107,255, .3);
  -webkit-transition: all .15s .05s ease;
  -o-transition: all .15s .05s ease;
  transition: all .15s .05s ease;
}


a.productNav-box:hover{
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 40px 50px 0 rgba(22,107,255, .3);
          box-shadow: 0 40px 50px 0 rgba(22,107,255, .3);
  color: #166bff;
}

a.productNav-box svg{
  position: absolute;
  bottom: 35px;
}

a.productNav-box svg #shaft,
a.productNav-box svg #arrow{ 
    -webkit-transition: all .15s .05s ease; 
    -o-transition: all .15s .05s ease; 
    transition: all .15s .05s ease;
}

a.productNav-box:hover svg #shaft,
a.productNav-box:hover svg #arrow{
  fill: #166bff;
}

a.productNav-box:hover svg #path4 {
    -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
            transform: translateX(24px);
}
a.productNav-box:hover svg #path3025{
  -webkit-transform: scaleX(2);
      -ms-transform: scaleX(2);
          transform: scaleX(2)
}

a.productNav-box .bgWhite{
  height: 100%;
  position: relative;
}



.productText-row{
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

#continuous-platform .hs_cos_wrapper_type_inline_rich_text *{
  margin: 0;
  font-size: 20px;
}

#continuous-platform .hs_cos_wrapper_type_inline_rich_text * + *{
  margin-top: 1rem;
}


button#requestACall.btn{
  font-family: Axiforma-Bold;
  font-size: 16px;
  line-height: 1;
  padding: 1.5em 3em;
  color: #fff;
  background: #166bff
}

button#requestACall.btn:hover{
  color: #166bff;
  background: #fff
}
@media(max-width: 959px){
  #continuous-platform .continuous-wrap .page-center{
    max-width: 720px!important
  }
  #continuous-platform .hs_cos_wrapper_type_inline_rich_text *{
    font-size: 16px;
  }
  .productText-row{
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

@media (max-width: 599px){
  a.productNav-box{
    width: 100%;
  }
}