 #contact #contact-global {
   border: none !important;
 }

 @media only screen and (max-width:767px) {
   .page-id-18221 .bag-section .gdlr-core-pbf-column-content-margin {
     margin-bottom: 30px !important;
   }

   .page-id-18221 .vello-vod * {

     padding-bottom: 0;
   }

 }

 /*YF JBI*/
 @media only screen and (max-width:767px) {
   .ywf-title h2 {
     letter-spacing: 0 !important;
     line-height: 45px !important
   }

   .yfw-img img {
     max-width: 200px
   }
 }

 .yfw-form {
   max-width: 581px
 }

 @media only screen and (min-width:1366px) {
   .yfw-img img {
     margin-left: -85px
   }
 }

 @media (min-width:768px) and (max-width:1280px) {
   .ywf-title h2 {
     letter-spacing: 0 !important;
     line-height: 60px !important
   }

   .ywf-title {
     padding-bottom: 0 !important
   }
 }

 @media only screen and (max-width:1280px) {
   .yfheight {
     min-height: auto !important
   }
 }

 @media only screen and (max-width:767px) {
   .ywf-title {
     padding-bottom: 20px !important;
   }
 }

 .desktop-cro-hide,
 .desktop-cro-hide-v2 {
   display: none;
 }

 .page-id-18221 .hero-section h2 {
   font-family: inherit !important;
 }



 .page-id-18221 .miles-section *,
 .page-id-18221 .global-section *,
 .page-id-18221 .success-section *,
 .page-id-18221 .portfolio-section *,
 .page-id-18221 .inno-section *,
 .page-id-18221 .vello-vod *,
 .page-id-18221 .testimonial-section *,
 .page-id-18221 .testimonial-section *,
 .page-id-18221 .pr_mod a,
 .page-id-18221 .pr_mod h2,
 .page-id-18221 .pr_mod h3,
 .page-id-18221 .pr_mod h4,
 .page-id-18221 .pr_mod span,
 .page-id-18221 .success-section * {
   font-family: inherit !important;
 }

 .slider {
   height: 60px;
   position: relative;
   width: 100%;

   display: grid;
   place-items: center;
   overflow: hidden;
 }

 .slider::before,
 .slider::after {
   position: absolute;
   background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
   content: '';
   height: 100%;
   width: 25%;
   z-index: 2;
   pointer-events: none;
 }

 .slider::before {
   left: 0;
   top: 0;
 }

 .slider::after {
   right: 0;
   top: 0;
   transform: rotateZ(180deg);
 }

 /*  IMPORTANT CODE BELOW */

 .slide-track {
   width: calc(150px * 20);
   display: flex;
   animation: scroll 20s linear infinite;
   justify-content: space-between;
 }

 .slide-track2 {
   width: calc(150px * 15);
   display: flex;
   animation: scroll2 15s linear infinite;
   justify-content: space-between;
 }

 .slide {
   width: 150px;
   height: 60px;

   display: grid;
   place-items: center;
   transition: 0.5s;
   cursor: pointer;
 }

 .slide:hover {
   transform: scale(0.8)
 }

 @keyframes scroll {
   0% {
     transform: translateX(0px);
   }

   100% {
     transform: translateX(calc(-150px * 10));
   }
 }

 @keyframes scroll2 {
   0% {
     transform: translateX(0px);
   }

   100% {
     transform: translateX(calc(-150px * 5));
   }
 }

 @media screen and (max-width: 768px) {
   .slide-track {
     width: calc(80px * 20);
   }

   .slide-track2 {
     width: calc(80px * 15);
   }

   .slide {
     width: 80px;
   }

   @keyframes scroll {
     0% {
       transform: translateX(0px);
     }

     100% {
       transform: translateX(calc(-80px * 10));
     }
   }

   @keyframes scroll2 {
     0% {
       transform: translateX(0px);
     }

     100% {
       transform: translateX(calc(-80px * 5));
     }
   }
 }

 .contact-ct iframe form label {
   display: none;
 }

 .cro-b {
   display: none
 }