  
app-root, page-home, page-testimonials, solution-cards, app-video, vg-player, page-product-cards, proofs, resource_card, brands, awards, page-footer, app-social-icons {
  display: block;
}


/** forms on pages **/


.col-auto {
  grid-column: auto!important;
  max-width: 56rem;
}
.img-height-180 img{
 max-height: 180px;
}

.small-center-text{
 margin: 25px auto;
 font-size: .9rem;
 text-align: center;
}

.quote-top-gap{
 margin-top: 100px;
}

.container{
 max-width: 1280px;
 margin-inline: auto;
}

.nav-gap{
 margin-top: 85px;
}




.demo-form-background{
  padding: 35px 0;
}

.demo-form-background h6{
  margin-bottom: 5px;
}


form label{
  margin-bottom: 3px!important;
  color: #fff!important;
  width: fit-content!important;

}

.mktoFieldWrap{
  width: 100%!important;
}

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm select.mktoField{
  width: 100%!important;
  padding: 12px!important;
}

select, textarea{
  width: 100%!important;
}

.mktoFormCol{
  float: none!important;
}

.mktoForm, .mktoFormCol{
  width: 85%!important;
  margin: 0 auto!important;
}



.mktoOffset{
  height: .6rem!important;
}

.mktoButtonRow{
  width: fit-content!important;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
  margin-inline: auto!important;
  display: block!important;
}

.mktoButtonWrap {
 margin: 0!important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  padding: 10px 40px!important;
  border: none!important;
  border-radius: 24px!important;
}

.marketo-form button[type=submit]{
  margin-top: 25px!important;
  background: #f78e20!important;
}

.mktoCaptchaDisclaimer{
  margin-top: 15px!important;
  color: #fff!important;
}

.mktoCaptchaDisclaimer a{
  color: #f78e20;
}

.mktoButton{
  margin: 0 auto;
}

span.mktoButtonWrap{
  margin-left: 0!important;
}

@media (max-width: 900px) {
  .mktoForm, .mktoFormCol{
    width: 95%!important;
  }

  input[type=text], input[type=email], input[type=tel], input[type=email], select.mktoField{
    margin-bottom: 10px!important;
    width: 100%!important;
    padding: 14px!important;
  }
  select, textarea{
    width: 100%!important;
  }
}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 775px) {
  .nav-fix {
    margin-top: -12rem;
  }
}


/** media styles **/

.bottom-gap-25{
 margin-bottom: 55px;
}

.container{
 max-width: 1280px;
 margin-inline: auto;
}

.nav-gap{
 margin-top: 40px;
}

.news-styles ul{
 margin-left: 25px;
 margin-bottom: 25px;
}

.news-styles ul li{
 padding-left: 10px;
 list-style: disc;
}



/** homepage styles **/



.clamp-large{
 font-size: clamp(2rem, 4.4vw, 2.8rem);
 line-height: 1.1;
}



.clamph1{
 font-size: clamp(1.5rem, 2.4vw, 2rem);
 font-weight: 700;
}

.clampp{
 font-size: clamp(.9rem, 1vw, 1.1rem);
}

.clamph12{
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}



.clamp18{
 font-size: clamp(1.5rem, 2.4vw, 1.3rem);
 line-height: 1.3;
}



/* Custom Bullet box */

.checked-header{
 margin-bottom: 10px;
 display: flex;
 gap: 10px;
}

.checked-header .custom-bullet{
 width: 6%;
 margin-top: 4px;
}

.checked-header .content{
 width: 95%;
}

.panel{
 color: #fff;
 background: #2d215a url(https://res.cloudinary.com/dgzfnyttr/image/upload/v1750863438/panel-bg_f6ggbq.png) right top no-repeat;
 background-size: contain;
}

.panel{
  color: #fff;
  background: #2d215a;
}

@media (min-width: 775px) {
 .homepage-topfix {
  padding-top: 71px;  
}

.panel{
  color: #fff;
  background: #2d215a url(https://res.cloudinary.com/dgzfnyttr/image/upload/v1750863438/panel-bg_f6ggbq.png) right top no-repeat;
  background-size: contain;
}
}



/* Thank you page */





    @media (min-width: 775px) {
        .thankyou img {
          max-width: 55%;
      }
  }



   .tyhero-para{
       font-size: 1.4rem;
   }

   

 .tybgimage{
    background:url(https://res.cloudinary.com/dgzfnyttr/image/upload/v1745604076/fritz-map-header_ctjasz.png) right 0 no-repeat;
    background-size: contain;
}




.quote-top-gap{
   margin-top: 65px;
}

.tyquote{
    top:-80%; 
    font-size: 135px; 
    z-index: 0;
}

@media (max-width: 850px) {

    .topfix {
  padding-top: 55px;
}
   .tybgimage{
      background: none;
      background: rgb(50,30,84);
      background: linear-gradient(61deg, rgba(50,30,84,1) 49%, rgba(113,51,117,1) 100%);
  }

  .header-spacing{
      margin-left: 5%;
  }
}

@media (max-width: 800px) {

 .tyhero-para{
    width: 98%;
    text-align: center;

}
.headercenter{
   text-align: center!important;
}

.header-spacing{
   margin-left: 0;
}

.quote-top-gap{
   margin-top: 15px;
}

.tyquote{
    font-size: 115px; 
    top:-21%;  
}

}



/* ELT page */

 #stage {
  width: 65%;
  margin: 1em auto;
  xposition: relative;
  z-index: 10;
 }

 #stage span {
  xposition: absolute;
  inset: 10px;
 }

 #stage span img {
  xborder: 1px solid #999;
  background: #fff;
  border-radius: 3px;
 }

 /*#stage span:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 3.1s;
  animation-duration: 1s;
  z-index: 20;
 }

 #stage span:nth-of-type(2) {
  z-index: 10;
 }

 #stage span:nth-of-type(n+3) {
  display: none;
 }*/


 .executive__team{
  width: 96%;
  gap: 15px;
  margin-inline: auto;
  flex-direction: column;
  justify-content: center;
 }

 .executive__team img{
  width: 100%;
  max-width: 300px;
  background: #fff;
  border-radius: 4px;
  box-shadow: -1px 4px 12px -1px rgba(0, 0, 0, 0.24);
 }

 .img__hover{
  position: relative;
 }

 .img__hover__overlay{
  width: 100%;
  max-width: 100%;
  height: 99%;
  padding-bottom: 8%;
  position: absolute;
  top: 0; 
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: none; 
  opacity: 0;
  transition: opacity 0.2s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 4px;
 }

 .img__hover__overlay button{
  padding: 6px 20px;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 1px #aaa;
  border-radius: 75px;
 }

 .img__hover:hover .img__hover__overlay{
  visibility: visible; 
  opacity: 1;
 }
 .img__hover:hover{
  transform: scale(1.01);
  transition-duration: 0.2s; 
 }
 @keyframes fader {
  from { opacity: 1.0; }
  to  { opacity: 0.0; }
 }
 .popup__flex{
  display: block;
 }

 .popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  overflow-y: auto;
 }

 .fade__canvas div{
  flex-basis: 20%;
  xborder: solid 1px red;
 }

 .fade__canvas p, .executive__team p{ 
  margin-top: 15px;
  text-align: center;
  color: #111;
  line-height: 1.7;
 }

 .fade__canvas p{
  padding-bottom: 15px;
 }

 .executive__team p strong, .fade__canvas p strong{
  font-size: 1rem;
 }

 .executive__team p, .fade__canvas p{
  font-size: .9rem;
  line-height: 1.4;
 }

 .elt .button {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #9191e9;
  padding: 1rem 2rem;
 }

 .popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.64s ease-in-out;
 }

 .popup-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 90%;
  background-color: #fff;
  transition: 0.64s ease-in-out;
  xborder: solid 3px #000;
 }
 .popup__photo {
  max-width: 80%;
  padding: 10px;
  display: flex;
  overflow: hidden;
  background: #fff;
 }
 .popup__photo img {
  max-width: 150px;
 }
 .popup__text {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .popup__text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 600;
  color: #0a0a0a;
 }

 .popup__text h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
 }

 .popup__text p {
  margin-bottom: 12px;
  font-size: 11px;
  color: #111;
  line-height: 1.4;
 }
 .popup:target {
  visibility: visible;
  opacity: 1;
 }
 .popup:target .popup-inner {
  bottom: 0;
  right: 0;
 }
 .popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0a0a0a;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
 }



 @media (max-width: 800px){
 .executive__team img{
  max-width: 75%;
}

 .img__hover__overlay{
  width: 75%;
  position: absolute;
  left: 12%;
}
}


 @media (min-width: 800px){

  #stage{
   width: 100%;

  }
  #stage span {
   xposition: absolute;
   inset: 10px;
  }


  .executive__team{
   width: 75%;
   margin: 25px auto 35px;
   flex-wrap: wrap;
   gap: 25px 35px;
   justify-content: center;
   flex-direction: row;
  }

  .executive__team div{
   margin-bottom: 10px;
   flex-basis: 35%;
   flex-shrink: 1;
   transition: 0.34s ease-in-out;
  }

  .fade__canvas{
   width: 70%;
   margin: 0 auto 55px;
   display: flex;
   gap: 15px 30px; 
   justify-content:center;
   flex-direction: row;
   flex-wrap: wrap;
  }

  .fade__canvas p{
   padding-bottom: 15px;
  }

  .fade__canvas div{
   flex-basis: 20%;
  }

  .popup-inner {
   position: relative;
   display: flex;
   max-width: 80%;
   max-height: 600px;
   align-items: center;
   background-color: #fff;
   transition: 0.64s ease-in-out;
  }

  .popup__flex{
   display: flex;
   align-self: flex-start;
  }

  .popup__text {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 90%;
   height: 100%;
   padding: 2.5rem;
   background: #fff;
  }

  .popup__text h4 {
   font-size: 1.1rem;
   font-weight: 600;
  }
  .popup__text p {
   font-size: 15px;
   color: #111;
   line-height: 1.4;
  }

  .popup__photo {
   width: 325px;
   padding: 18px;
   display: flex;
   align-items: flex-start;
   overflow: hidden;
   background: #fff;
  }

  .popup__photo img{
   max-width: 100%;
  }

  .img__hover__overlay{
  width: 100%;
  max-width: 300px;
  height: 99%;
  padding-bottom: 8%;
  position: absolute;
  top: 0; 
  left: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: none; 
  opacity: 0;
  transition: opacity 0.2s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 4px;
 }
 }


/* Demo page?? */

  .demo-form-background{
  padding: 335px 15px;
}

.demo-form-background h6{
  width: 90%;
  font-size: 1.2rem;
  margin-inline: auto;
  margin-bottom: 15px;
}


.demo-form-container form label{
  margin-bottom: 3px!important;
  color: #fff!important;

}

.demo-form-container .mktoFieldWrap{
  width: 100%!important;
}

.demo-form-container .mktoForm input[type=text], .demo-form-container .mktoForm input[type=email], .demo-form-container .mktoForm input[type=tel], .demo-form-container .mktoForm input[type=email], .demo-form-container .mktoForm select.mktoField{
  width: 100%!important;
  padding: 12px!important;
}

.demo-form-container select, .demo-form-container textarea{
  width: 100%!important;
}

.demo-form-container .mktoFormCol{
  float: none!important;
}

.demo-form-container .mktoForm, .demo-form-container .mktoFormCol{
  width: 85%!important;
  margin: 0 auto!important;
}



.demo-form-container .mktoOffset{
 height: .6rem!important;
}

.demo-form-container .mktoButtonRow{
  width: fit-content!important;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
  margin-inline: auto!important;
  display: block!important;
}

.demo-form-container .mktoButtonWrap {
 margin: 0!important;
}

.demo-form-container .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  padding: 10px 30px!important;
  border: none!important;
  border-radius: 24px!important;
}

.demo-form-container button[type=submit]{
  margin-top: 15px!important;
  background: #f78e20!important;
}

.mktoCaptchaDisclaimer{
  margin-top: 15px!important;
  color: #fff!important;
}

.mktoCaptchaDisclaimer a{
  color: #f78e20;
}

.demo-form-container .mktoButton{
  margin: 0 auto;
}

span.mktoButtonWrap{
  margin-left: 0!important;
}

  @media (max-width: 900px) {
  .demo-form-container .mktoForm, .demo-form-container .mktoFormCol{
  width: 95%!important;
  }

  .demo-form-container input[type=text], .demo-form-container input[type=email], .demo-form-container input[type=tel], .demo-form-container input[type=email], .demo-form-container select.mktoField{
  margin-bottom: 10px!important;
  width: 100%!important;
  padding: 14px!important;
}
.demo-form-container select, .demo-form-container textarea{
  width: 100%!important;
}
}



/* platform demo page */

  .platform-demo form label{
    margin-bottom: 3px!important;
    color: #fff!important;
    width: fit-content!important;

}

.platform-demo .mktoFieldWrap{
    width: 100%!important;
}

.platform-demo .mktoForm input[type=text], .platform-demo .mktoForm input[type=email],  .platform-demo .mktoForm input[type=tel], .platform-demo .mktoForm input[type=email], .platform-demo .mktoForm select.mktoField, .platform-demo textarea{
    width: 100%!important;
    padding: 11px 11px!important;
    border-radius: 4px;
    border: none;
}

.platform-demo select, .platform-demo textarea{
    width: 100%!important;
}

.platform-demo .mktoFormCol{
    float: none!important;
    margin-bottom: 5px!important;
}

.platform-demo .mktoForm-style{
  width: 85%;
}

.platform-demo .mktoForm-style form{
  width: initial!important;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 0;
}

.platform-demo .mktoFormRow{
  flex-basis: 48%;
}

.platform-demo .mktoButtonRow{
  flex-grow: 1;
  flex-basis: 100%;
  justify-self: center;
  position: relative;
}

.platform-demo .mktoForm button.mktoButton {
  margin: 25px auto 0;
  padding: 8px!important;
  background: #f78e20!important;
    border: none!important;
    border-radius: 6px!important;
    box-shadow: none!important;
    font-weight: 800!important;
 }


.platform-demo .mktoButtonRow button{
    width: 200px;
    display: block;
}

.platform-demo .mktoForm .mktoOffset {
    float: left;
    height: .8em;
}


 @media (max-width: 600px) {

 .platform-demo .mktoButtonRow button{
    width: 200px;
    display: block;
    position: initial;
    top: -71px;
    right: 49px;
}
  }

.platform-demo .mktoButtonWrap{
  margin: 0!important;
}


.platform-demo .pt-30{
  padding-top: 9rem;
}

.platform-demo .embed-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.platform-demo .embed-container {
    text-align: center;
}

.platform-demo .embed-container iframe, .platform-demo .embed-container object, .platform-demo .embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 12px;
}

.platform-demo .demobg{
      background: linear-gradient(61deg, rgba(50, 30, 84, 1) 49%, rgba(113, 51, 117, 1) 100%);

}


 @media (max-width: 600px) {

  .platform-demo form{
    display: block;
  }

.platform-demo .mktoForm-style form {
  display: block;
}

}

@media (min-width: 480px) {
    .platform-demo .xs\:text-4xl {
        font-size: 2.35rem;
        line-height: 1.2;
    }
  }

  .platform-demo .bg-orange-primary{
    display: none;
  }

  .platform-demo .alter-bar .bg-orange-primary{
    display: block!important;
  }

  .platform-demo #mktoForm_1067 .mktoSimple{
    margin-left: 120px!important;
  }

  .platform-demo #mktoForm_1067 .mktoButton{
    margin: 0;
  }


  
/* footer  */

footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    cursor: pointer;
    border-radius: 0 !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    height: 44px!important;
    padding: 0 12px!important;
    line-height: 3px!important;
    background-color: #f48d38!important;
    border: none!important;
    width: 100px!important;
    font-size: 12px!important;
    font-weight: bold!important;
    color: white!important;
    background-image: none;
}

footer .mktoButtonRow{
    margin: 0!important;
    align-content: end!important;
}

footer .mktoFormCol{
    margin-bottom: 0!important;
}

footer .mktoForm, .mktoFormCol{
width: 100%!important;
}

footer input[type=text], input[type=email],  input[type=tel], input[type=email], select.mktoField{
    margin-bottom: 0!important;
    width: 100%!important;
    padding: 14px!important;
}

footer .mktoSimple{
    margin-left: 0!important;
}


   