.flyover {
	position: absolute;
	top:40px;
	right:0px;
	background-size: 100%;
	z-index: 1000;
 
 }
 
  @media (max-width: 739px) {
	  
	   .screens {
		   opacity: 0.1
            }
        .ifmob {
	        padding-top: 7vh;
	        padding-bottom:19vh;
        }
         .flyover img{
       width: 200%; 
        display: block;

       float:right;
       }
       .mobfloat {
	       
	       margin-right: 12px;
       }
       body .label-top { display: none}
       .flyover {
	      		top:-20vh; 
	      		
       }
       .cookie {display: none;}
       .ui-footer .text-block {padding-bottom: 10px;}
       .ui-footer .section {padding: 3rem 0}
       .contact-block a,

	  .ui-hero .ifmob a {
    margin: 0 auto;
    zzdisplay: block;
    zzwidth: 70%;
    font-size: 15px;


	  }
    


    }
 @media (min-width: 740px) {
	  
	   .screens{
		   display: none;
            }
    }
      
  @media (min-width: 992px) {
	  	   .screens{
		   display: block;
            }
	   .flyover img{
       width: 50%; 
       		   display: block;
   
       float:right;
       }
   }
  @media (min-width: 1200px) {
	  	  	   .screens{
		   display: block;
            }
	   .flyover img{
       		   display: block;
       width: 75%; 
    
       }
   }       
   @media (min-width: 1600px) {
	  	   .screens{
		   display: block;
            }	   
	   .flyover img{
       		   display: block;
       width: 90%; 
      
       }
   } 
.text-white h4 {color: #fff}   
.dropdown li{
	width: 300px;
}   
.dropdown.open:after {
    content: " ";  
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;	
    position: absolute;
    bottom: -4px;
    left: 50%;
     animation-name: fadeOut;
}
.dropdown li a {
	display: block;
	font-size: 1em;
}
.dropdown li a p {
	font-weight: 300;
	font-size: 1em;
 
}
 
.floatLeft {
 
    margin-right: 10px;
    margin-top: 6px;	
    margin-bottom: 10px;
}    
.bblock  {
	padding-bottom: 20px;
}
.bblock b {
	display: block;
	padding-top: 10px;
}


body .text-left {
	text-align: centre !important;
}
.section .section-heading .block-left {
	display: block !important
}
.mt10 {
	margin-top: 20px;
}
.text-right{
	text-align: right
}
.white {
	color: #fff;
	margin-top: 10px;
}
.nosection-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer a {
	color: #98a6b5;
 
}
footer {
	font-size: 12px;
	line-height: 25px;
}


.product .ui-hero.ui-tilt {
  margin: 0 0 -8rem 0;
  padding: 2rem 0 4rem 0; }
  @media (min-width: 740px) {
    .product .ui-hero.ui-tilt {
      padding: 2rem 0 6rem 0; } }
  @media (min-width: 1367px) {
    .product  .ui-hero.ui-tilt {
      padding: 8rem 0 8rem 0; } }
  .product  .ui-hero.ui-tilt::after {
    display: block;
    content: '';
    position: absolute;
    left: -8rem;
    right: -8rem;
    height: 16rem;
    background-color: #FFF;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 1; }
    @media (min-width: 740px) {
      .product  .ui-hero.ui-tilt::after {
        -webkit-transform: rotate(-8.5deg);
        transform: rotate(-8.5deg); } }
    @media (min-width: 992px) {
      .product  .ui-hero.ui-tilt::after {
        -webkit-transform: rotate(-5.5deg);
        transform: rotate(-5.5deg); } }
  .product  .ui-hero.ui-tilt::after {
    bottom: -8rem; }

 
.h6margin h6 {
	margin-bottom: 0px;
	margin-top: 20px;
}

.rbox {
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
}



.globalFooterCards .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px auto;
    padding: 0 5px;
}

a.globalFooterCard.card-sigma, div.globalFooterCard.card-sigma {
    color: #8f6ed5;
}
default-a646f3e…2f4e7ed9.css:1
a.globalFooterCard, div.globalFooterCard {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 15px;
    z-index: 499;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 40px 40px 120px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    transition-property: color,background-color,box-shadow,transform;
    transition-duration: .15s;
}
default-a646f3e…2f4e7ed9.css:1
.common-Link {
    color: #6772e5;
    font-weight: 500;
    transition: color .1s ease;
    cursor: pointer;
}

a.globalFooterCard img, a.globalFooterCard svg, div.globalFooterCard img, div.globalFooterCard svg {
    position: absolute;
    width: 130px;
    height: 130px;
    left: -35px;
    top: calc(50% - 65px);
}
default-a646f3e…2f4e7ed9.css:1
* {
    box-sizing: border-box;
}
user agent stylesheet
svg:not(:root), symbol, image, marker, pattern, foreignObject {
    overflow: hidden;
}
user agent stylesheet
html|* > svg {
    transform-origin: 50% 50% 0px;
}
user agent stylesheet
* {
    transform-origin: 0px 0px 0px;
}
Inherited from a.common-Link.globalFooterCard.card-sigma
default-a646f3e…2f4e7ed9.css:1
a.globalFooterCard.card-sigma, div.globalFooterCard.card-sigma {
    color: #8f6ed5;
}

a.globalFooterCard h2, div.globalFooterCard h2 {
    margin: 0 0 5px;
    white-space: normal;
}
default-a646f3e…2f4e7ed9.css:1
.common-Uppercase {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}
a.globalFooterCard p, div.globalFooterCard p {
    margin: 5px 0 0;
}



.ui-workswith {
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
    margin-right: 29px;
    width: 251px;
    height: 202px;
}

.ui-workswith.shadow-xl {
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075); 
}

.ui-workswith img {
    
    margin-top: 22px;
    margin-bottom: 15px;
  
}

.ui-workswith p {
  font-size: 0.7em;
  color: black;
}

.workswithbuttons {
  padding-top: 12px;
}

.workswithbuttons a {
  margin-right: 16px;
}

.scoreImg {
  padding-bottom: 14px;
}
