.hex02
{
    background:#FFFCF5;
}
.home-animation-wrap
{
    position: relative;
    padding:70px 0 100px;
}
.stars-all
{
    display:flex;
    margin:0 6px 0 0;
}
.star-icon
{
    background:url(image/star01.svg) no-repeat top center;
    width:20px;
    height:20px;
    margin:0 1px 0 0;
}
.site-rating
{
    display:flex;
    align-items: center;
    margin:0 14px 0 6px;
}
.site-rating-value{
    font-size:14px;
    line-height: 28px;
    font-style: normal;
    margin: 4px 5px 0 0;
    font-weight: 600;
}
.g2-icon
{
    margin:0px 10px 0 0;
}
ul.list01 li
{
    background: url(image/check-icon.svg) no-repeat left 6px;
    font-weight: 600;
}
.get-demo-container
{
       display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.left-getdemo-content
{
    flex-basis:52%;
    display: grid;
}
.content-det-demo
{
    align-self: start;
}
.getdemo-logos-section
{
     align-self: end;
}
.right-getdemo-content
{
    flex-basis:42%;
}
.getdemo-logos-section .logos-block
{
padding:0;
}
.content-det-demo ul
{
margin:0 0 0 26px;
}
.getdemo-logos-section
{

}
.content-det-demo ul li::marker
{
font-size:13px;
}
form.getademo .button-04
{
width:100%;
margin:0 0 20px;
}
.get-demo-container .h-headerline h1
{
margin:0 0 20px;
}
.getdemo-logos-section .awards-get-demo
{
}
.getdemo-logos-section .awards-get-demo img
{
    display: table;
    margin: 0 auto;
}
.getdemo-logos-section .logos-block .logos-grid .grid-cols-6
{
justify-content: flex-start;
margin:0 0 5px;
height:auto;
}
.getdemo-logos-section .logos-block .logos-grid {
    gap: 32px;
   justify-self: start;
   grid-template-columns: repeat(5, auto);
}
form.get-demo input[type="text"]
{
    border: 1px solid #E3E7ED;
    padding: 12px 32px 12px 18px;
}
form.get-demo input[type="text"]::placeholder {
 
    color: #95A1B6;
    font-size:15px;
  }
  .gd-form.show-gd
  {
    position: relative;
    margin: 0 0 0 20px;
  }
  .gd-form.show-gd:after
  {
         background: #f3f3f3d9;
    border-radius: 8px;
    padding: 2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 103%;
    height: 125%;
    top: -5px;
    left: -4px;
  }
  .gd-form form.get-demo input[type="text"]
  {
max-width: 200px;
height: 40px;
font-size: 14px;
    line-height: 32px;
        margin: 0 10px 0 0;
        position: relative;
        z-index: 10;
  }
  .gd-form form.get-demo .get-demo-btn
  {
font-size:14px;
  }
  .gd-form form.get-demo .button-04 span {
    font-size: 14px !important;
        line-height: 22px;
}
.gd-form .tooltip_error
{
margin:0;
}
.gd-form form.get-demo input[type="text"]::placeholder {
 
    color: #95A1B6;
    font-size:13px;
  }
.logos-block .logos-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.partners-block-mobile .logos-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.gap-8 {
    gap: 2rem;
}
.grid-cols-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 0 20px 0;
    height: 100px;
}
.logo-item
{
    min-height:75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .bg-gradient {
    background: transparent;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.relative-p
{
    position: relative;
    /* transform-style: preserve-3d;
    will-change: transform;
    transform: rotateX(540deg); */
    width: 100%;
}
.absolute-p
{
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
    perspective: 100px;
}
.absolute-p img{
    display: block;
    vertical-align: middle;
    max-width: 100%;
}
.logo-animation-opacity0
{
    transform: rotateX(0deg) ;
    will-change: opacity;
    opacity: 0; 
    transition: all 0.3s;
}
.logo-animation-opacity1
{
    transform: rotateX(180deg);
    will-change: opacity;
    opacity: 1;
    transition: all 0.3s;
}
.section-model-presentation
{
    background: linear-gradient(180deg, #F5F7FF 0%, rgba(245, 247, 255, 0) 100%);
    padding: 128px 0 0;
}
.section-model-block
{
    max-width: 1250px;
    margin: 0 auto;
    padding:50px 0 0;
}
.section-model-block .content_image
{
    padding:0 0 120px;
}
.content-tags-list
{
    margin:0 0 20px;
}
ul.all-tags-list
{
    margin:0;
    padding:0;
    display: flex;
}
ul.all-tags-list li
{
    list-style-type:none;
    margin:0 8px 0 0;
}
ul.all-tags-list li a
{
    display: block;
    background: #537BFF;
    padding:5px 10px;
    color:#fff!important;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius:4px;
    white-space: nowrap;
    cursor: default;
}
.call-to-action-block
{
    background: linear-gradient(180deg, #FFFCF5 40%, rgba(255, 255, 255, 0) 100%);
padding:0;
}
.call-to-action-block2
{
    background: linear-gradient(180deg, #FFFCF5 40%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 8px 4px -4px rgba(33, 41, 63, 0.03) inset;
    background: rgba(255, 243, 214, 1);
padding:0;
}
.h-section-bottom-cnt h2
{
max-width:480px;
margin:0 auto;
}
.align-center-button
{
    margin:0 auto;
    display: table;
}
.rewards-block
{
    background: #18222F;
}
ul.rewards-list
{
    display: flex;
    gap:30px;
    align-items: center;
    list-style-type: none;
}
.rewards-content
{
    
}
.medium-text
{
    font-size:16px;
    line-height: 28px;
    font-weight:500;
    color:#fff;
}
.rewards-content p
{
    color:#fff;
    font-size:14px;
    line-height: 24px;
}
ul.footer-socials
{
    margin:0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.footer-socials li
{
    list-style-type: none;
    margin:0 15px;
    transition: all 0.3s;
}
ul.footer-socials li a i
{
    color:#E3E7ED;
    transition: all 0.3s;
    font-size: 24px;
}
ul.footer-socials li a:hover i
{
    color:#95A1B6;
}
ul.footer-socials li a:hover svg path
{
    fill:#95A1B6;
}
.copyright
{
    color:#E3E7ED;
    font-size: 16px;
    line-height:24px;
}
.footer-copyright-block div
{
flex-basis:33%;
}


.cards {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 0.8s;
    height: 61px;
  }
  .logos-grid .cards
{
    cursor: default;
}
  .cards.is-flipped {
    transform: translateZ(10px) rotateX(-180deg);
  }
  
  .cards__face {
    position: absolute;
    width: 100%;
    height: 100%;
    /* line-height: 260px; */
    /* color: white; */
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    backface-visibility: hidden;
}
  
  .cards__face--front {
    
    transform: translateZ(10px) ;
  }
  
  .cards__face--back {
   
    transform: translateZ(10px) rotateX(180deg);
  }
  .logo-scene {
    
    height: 100px;
    /* border: 1px solid #ccc; */
    margin: 0;
    perspective: 1500px;
}
.badges_slideshow
{
    display:none;
    padding: 44px 0 25px;
    position:relative;
}
.badges_slideshow::after
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:50%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 15%);
}
.badges_slideshow::before
{
    content:'';
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:50%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.9) 100%);
}
.reward-item img
{
display:block;
margin:0 auto;
}
.badges-top-bar
{
    background: #2C3644;
padding:34px 0;
box-shadow: 0px 4px 12px 0px #00000080;
}
.bg-gradient-light-yellow
{
    background: linear-gradient(180deg, #FFFFFF 28.27%, #FFFCF5 100%);
}
.left-bottom-corner-bg
{
    background: url(images/left-bottom-corner-image.png) no-repeat left bottom;
    box-shadow: 0px 8px 4px -4px #21293F08 inset;
}
.right-top-corner-bg
{
    background: url(images/right-top-corner-image.png) no-repeat right top;
    padding:60px 0;
}
.left-bottom-corner-bg2
{
    background: url(images/graph-1.svg) no-repeat left top;
    box-shadow: 0px 8px 4px -4px #21293F08 inset;
}
.right-top-corner-bg2
{
    background: url(images/graph-2.svg) no-repeat right top;
    padding:0;
}
.mobile-static-animation
{
    display:none;
    margin: 0 auto;
}
.get-form-wrap
{
    max-width:660px;
    margin:0 auto;
    box-shadow: 0px 4px 16px 0px #492B0014;
background: #fff;
border-radius:8px;
padding: 32px;
}
@media only screen and (max-width:1440px){
    .home-animation-wrap
    {
        padding: 0px 0 100px;
    }
    .getdemo-logos-section .awards-get-demo
    {
        width: 100%;
    }
    .getdemo-logos-section .logos-block .logos-grid .grid-cols-6 {
    margin: 0;
}
}
@media only screen and (max-width:1350px){
      .getdemo-logos-section .logos-block .logos-grid
    {
            gap: 16px;
    }
}
@media only screen and (max-width:1024px){
    .h-advinf.d-flex
    {
        justify-content: flex-start!important;
    }
    ul.list01 {
        justify-content: flex-start;
    }
     }
@media only screen and (max-width:720px)
{
           .getdemo-logos-section .logos-block .text-base
    {
        text-align: center;
    }
    .getdemo-logos-section .logos-block .logos-grid
    {
            justify-self: center;
            gap: 20px;
    }
    .home-animation-wrap {
        padding: 70px 0 10px;
    }
 
    .section-model-block .content_image {
        padding: 0 0 30px;
    }}
@media only screen and (max-width:980px){
    .copyright {
        font-size: 14px;
    }
    .get-form-wrap {
    max-width: 100%;
    margin:0px auto;
}
    .section-model-presentation
    {
padding:0 20px;
    }
.bottomfooter .footer-copyright-block
{
    text-align: left;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start !important;
}
    ul.footer-socials
    {
        justify-content: flex-start;
    }
    ul.footer-socials li
    {
        margin: 0 24px 0 0;
    }
    ul.all-tags-list li a
    {
        margin: 27px 0 0;
    }
    .bottomfooter .footer-copyright-block div:nth-child(1)
    {
order:3;
    }
    .bottomfooter .footer-copyright-block div:nth-child(2)
    {
order:1;
    }
    .bottomfooter .footer-copyright-block div:nth-child(3)
    {
        order: 2;
        margin: 0 0 18px;
    }
    footer {
        padding: 19px 0 20px;
    }
}
@media only screen and (max-width:960px){
   .right-getdemo-content
    {
        padding:40px 0;
    }
    .get-demo-container
    {
        flex-direction: column;
    }}
@media only screen and (max-width:720px){

} 
@media only screen and (max-width:700px){
    .h-graphic
    {
        display:none;
    }
    .mobile-static-animation
    {
        display:block;
    } 
  
} 
@media only screen and (max-width:650px){
    
    .h-advinf.d-flex
    {
        flex-wrap: wrap;
        justify-content: center!important;
    }
    ul.all-tags-list li a
    {
        font-size:11px;
    }
    .logo-scene {
    
        height: 84px;
    }
    form.get-demo input[type="text"] {
        width: 100%;
    }
}
@media only screen and (max-width:620px){
    .getdemo-logos-section .logos-block .logos-grid .grid-cols-6 {
        margin: 0 0 12px;
    }
    .get-form-wrap
    {
            padding: 16px;
    }
}
@media only screen and (max-width:550px){
        .getdemo-logos-section .logos-block .logos-grid {
       grid-template-columns: repeat(2, minmax(0, 1fr));
               justify-self: auto;
}}