
/* start FONT SYTLES */
.tiempos {
  font-family: "tiempos", serif;
} 
/* end FONT SYTLES */
@font-face {
font-family: "tiempos";
src: url("/cps/fonts/tiempos-headline-web-semibold.eot") format("embedded-opentype");
src: url("/cps/fonts/tiempos-headline-web-semibold.eot?#iefix") format("embedded-opentype"),
 url("/cps/fonts/tiempos-headline-web-semibold.woff") format("woff"),
 url("/cps/fonts/tiempos-headline-web-semibold.woff2") format("woff2");
font-style: normal;
}
/* Resetting page spacing */
*{margin: 0;padding: 0;box-sizing: border-box;}
/* Housekeeping */
html{ height: 100%;scroll-behavior: smooth;}
body{margin: 0 auto; font-size:18px;color:#171717;} 
/*SETTING BACKGROUND ON CONTENT*/
#content{margin: 0;overflow: auto;position: relative;width: 100%;}
#content::before{
  content: '';
  background-image: url('/cps/cps-images/ar-2023-Background_UltraLight_Angle_New.svg');    
  background-size: cover;
  position: absolute;  
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -99; /* Optional: Adjust the stacking order */
}
/*MENU BAR*/
#logo{position: absolute;top: 10px;right: 40px;}
.btn:focus-visible, .btn:focus, .btnClose:focus-visible, .btnClose:focus {outline: 2px solid #ffffff;outline-width: 3px;}
.btn, .btnClose{
  position: absolute;
  top: 40px;
  left: 40px;
  text-align: center;
  cursor: pointer;
  transition: left 0.4s ease;
} 


.sidebar{
  position: fixed; 
  display: none;
  width: 400px;
  height: 100%;
  left: -400px;
  z-index: 99;
  transition: left 0.4s ease;   
}  
.sidebar.show{
  display: block;
  left: 0px;
  top: 0;
  padding-top: 150px;
  transition: left 0.4s ease;
  box-shadow:
  0.5px 13.8px 2.2px rgba(0, 0, 0, 0.02),
  1.1px 33.3px 5.3px rgba(0, 0, 0, 0.028),
  2.1px 62.6px 10px rgba(0, 0, 0, 0.035),
  3.8px 111.7px 17.9px rgba(0, 0, 0, 0.042),
  7.1px 208.9px 33.4px rgba(0, 0, 0, 0.05),
  17px 500px 80px rgba(0, 0, 0, 0.07);    
}    
.sidebar{
  padding-top: 150px;
  background-color: #0047bb;    
}  

nav ul{
  background: #0047bb;
  height: 100%;
  width: 100%;
  list-style: none;
  padding-right: 35px;
  padding-left: 35px;
  list-style-type: none;
  margin-left: 0rem;
}
.sidebar ul li a{
  position: relative;
  color: white;
  text-decoration: none!important;
  font-size: 18px;
  padding-left: 0px;
  font-weight: 500;
  width: 100%;    
  border-left: 3px solid transparent;
  display: inline-block;
  margin-top: 20px;
  border-bottom:  0.75px solid #1f74db;  
}
.sidebar ul li ul li a{
  margin-top: 10px;
} 
.sidebar ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.75px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.sidebar ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav ul ul li a::after{
  content:none;
}
nav a:focus, nav a:hover {
  color: #ffffff;
  text-decoration: none!important;
}
nav li li {
  list-style-type: none!important;
}
nav ul li.active a{
  color: white;
  border-bottom: 1px solid white ;
}
nav ul li.active ul li a {  
  border-bottom: none ;
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .about-show.show{
  display: block;
}
nav ul .stories-show.show{
  display: block;
}
nav ul ul li{   
  border-bottom: none;
} 
nav ul ul li a{
  color: #8cc8e9;
  padding-left: 20px;
}
nav ul li.active ul li a{
  color: #ffffff;
}
nav ul ul li a:hover{
  color: white!important;
}
.ar-add-menu-top-margin{
  margin-top: 15px;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate, .btnClose.rotate{
  transform: translateY(-50%) rotate(-180deg);
}
header{
  height: 100px;
  background-color: #0047bb;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#menu-bar{
  background-color: #0047bb;
  z-index: 98;
}
#content{
  position: absolute;
  top: 100px;
  margin: 0 auto;
  width:100%;   
}
p {
  margin-bottom:0px;
}
/*HEADINGS*/
h1{
  padding-top:10px;
  padding-bottom:10px;
  font-size:22px;
  font-weight:bold;
  text-align: center;
  color: #171717 ;
}
h2{
  font-size:72px;
  line-height:79px;
  color:#0047bb;
  font-family:tiempos;
  text-align: center;
  margin-bottom: 0rem;
}
h3{
  margin-bottom: 0px;
}
.ar-LP-lead-copy{
  font-size: 26px;
  color:#0047bb;
  text-align: center;  
}
.ar-CE-heading{
  color: #0047bb;
  padding-top: 70px;
 
}
.ar-grid-headings br{
  display: block;
} 
.ar-l2-heading-long br, .ar-l2-heading-long-PR br, .ar-l2-heading-long-CE br{
  display: block;
}
.ar-l2-stories-heading br{
  display: block;
}

.ar-LP-lead-copy h2{
  padding-bottom: 50px;
}
.ar-LP-lead-copy-main{
  padding-bottom: 41px;
}

.ar-LP-lead-copy #ar-arrow-down{
  padding-bottom: 50px;
}

.ar-bq{
  text-align: center;
  padding-top: 100px;
  padding-bottom:100px;
}
.ar-bq .ar-cite{
  font-family: tiempos;
  font-size: 36px;
  line-height: 45px;
  color: #0047bb;
  text-align: center;
}
.ar-cite-author{
  font-size: 18px;
  line-height: 1.5;
  padding-top: 10px;
  color: #0047bb;  
  font-weight: normal; 
  font-family: nw-primary;
}
.ar-cite-author-mint{
  font-size: 18px;
  line-height: 1.5;
  padding-top: 10px;
  color: #6eceb2;  
  font-weight: normal; 
  font-family: nw-primary;
}

.ar-cite-mint{
  font-family: tiempos;
  font-size: 36px;
  line-height: 45px;
  color: #6eceb2;
  text-align: center;
}

.ar-container-bottom-margin{
  margin-bottom: 100px;
}
.ar-container-padding{
  padding-top: 100px;
  padding-bottom: 100px;
}
.ar-underline{    
  border-bottom: 3px solid #0047bb;   
  width: 100px;
  margin: auto;
  margin-bottom: 30px;   
  margin-top: 27px;
}
.ar-underline-left{    
  border-bottom: 3px solid #0047bb;   
  width: 100px;      
  margin-bottom: 30px;
}

.ar-large-title-blue-dk{
  font-size: 42px;
  line-height: 53px;
  color:#141b4dff;
  font-family: tiempos;
}

.ar-l2-tech-db-section h3{
  font-size: 42px;
  line-height: 53px;
  color:#ffffff;
  font-family: tiempos;
  padding-bottom: 15px;
}
.ar-l2-tech-db-section p{
  margin-bottom: 26px;
}

.ar-h3-under-divider{
  padding-top: 100px;

}
.ar-text-w-img-right-title{
  font-size: 42px;
  line-height: 53px;
  color:#141b4d;
  margin-bottom: 25px;
  text-align: left;
 }

.ar-text-center{
  text-align: center;
}
.ar-text-left{
  text-align: left;
}
.ar-grid-headings{
  font-family: tiempos;
  font-size: 42px;
  line-height: 53px;
  color:#ffffff;
  padding-bottom: 1.5rem; 
}
.ar-l2-heading-long, .ar-l2-heading-long-PR, .ar-l2-heading-long-CE {
  padding-bottom: 100px;
}
.ar-l2-stories-heading{
  font-size: 72px;
  line-height: 79px;
  color: #0047bb;
  font-family: tiempos;
  padding-bottom: 10px;
}
.ar-l2-stories-heading-long{
  font-size: 72px;
  line-height: 79px;
  color: #0047bb;
  font-family: tiempos;
  padding-bottom: 10px;
}
.ar-product-title-blue{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #0047BB;
}  
.ar-l2-lead-copy{
  font-size: 22px;
  padding-bottom: 50px;
}

.ar-l2-lead-copy-CL{
  font-size: 22px;
  padding-bottom: 0px;
}

.ar-CE-lead-copy{
  font-size: 22px;
  padding-bottom: 50px;
  text-align: center;
  font-family: nw-primary;
}
.ar-no-list-style li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul {
  margin-left: 0rem;
}

.ar-cols-section-top h4{
  font-size: 22px;
  padding-bottom: 1rem;
  font-weight: 500;
  text-align: center;  
}

.ar-cols-section-top .ar-icon{
  padding-bottom: 15px;
}
.ar-cols-section-bottom, .ar-cols-section-bottom{
  text-align: left;
  padding-bottom: 30px;

}
.ar-CL-rankings{
  font-family: tiempos;
  color: #0047bb;
  font-size: 36px;
  line-height: 36px;
}
.ar-tiempos-lg-white{
  font-family: tiempos;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}

/*PADDING/MARGIN*/
.ar-inner-bun-md{  
  padding-top: 50px;
  padding-bottom: 50px;
}
.ar-footnote-container{
  margin-bottom: 46px;
}
.ar-video-section.ar-PR-video-fix{
  margin-top: 20px;
  margin-bottom: 10px;
}
.ar-video-section.ar-LP-video-fix{
  margin-top: 20px;
  margin-bottom: 20px;
}
.ar-video-section.ar-CL-video-fix{
  margin-top: 20px;
}
.ar-CL-video-fix.ar-video-container{
  overflow: visible;
}
.ar-SS-video{
padding-top: 45px;
}

.ar-rank-title-number{
  padding-bottom: 7px;
}

hr {
  border: solid;
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: solid 0.75px #d0d3d4;
  border-left: 0;
}
.ar-mobile-br  br{
  display: none;
}
.ar-gotham-med {
  font-size: 18px;
  font-weight: 500;
}
.ar-gotham-med-sm {
  font-size: 22px;
  font-weight: 500;
}
.ar-gotham-med-xs{
  font-size: 14px;
  font-weight: 500;
}
.ar-qoute-in-text{
  font-size: 32px;
  color: #0047bb;
  font-family: tiempos;  
}

/*SVG ILLUSTRATIONS*/
.ar-flex-right-img.ar-bottom-img-svg {
  background-size: contain;
  background-position: bottom; 
}
.ar-flex-left-text.ar-flex-left-text-w-bottom-svg{
  padding-bottom: 100px;    
}
.ar-flex-right-img.ar-top-img-svg {
  background-size: contain;
  
}
.ar-flex-right-text.ar-flex-right-text-w-top-svg{
  padding-left: 0%;
}
.ar-flex-left-img.ar-top-img-svg{
 
  background-size: auto; 

}

/*BUTTONS*/ 
.ar-button{
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

/*ICONS*/

.ar-icon {
  text-align: center;
}
.ar-icon svg, .ar-icon img{
  height: 60px;
}

.ar-icon-svg-mustard{
  fill: #a38b00;
}
.ar-icon-svg-blue{
  fill:#0047BB;
}
.ar-icon-svg-mint{
  fill:#6eceb2;
}



/*RANKINGS*/
#ar-rank-d/*desktop*/{
  display: block;
  margin-left: 5%;
  margin-right: 5%;
}
#ar-rank-m/*mobile*/{
  display: none;
  margin-left: 5%;
  margin-right: 5%;
} 
.ar-rank-row {
  border-bottom: 0.75px solid #d0d3d4;
}
.ar-rank-title{
   padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}

.ar-rank-title-CL{    
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}
.ar-rank-title-number{
  font-family: tiempos;
  color: #0047bb;
  font-size: 48px;
  line-height: 32px;
padding-bottom: 7px;
}
.ar-rank-title-sub{
  color: #0047bb;
  font-weight: 500;
}
.large-4.medium-6.an-vertical-center.columns.rtc-paragraph.text-center
{
  border-right: 0.75px solid #d0d3d4;
}
.an-vertical-center{
  display: flex; flex-direction: column; justify-content: center;
}
.ar-rank-row .large-4.medium-6.an-vertical-center.columns.rtc-paragraph.text-center:last-child{
  border-right: none;
}

.ar-rank-row-last{
  border-bottom: none;
}


/*COLUMNS FLEX*/
.ar-flex-container{
  display:flex;
  flex-flow: row wrap;
}
.ar-flex-left-text{
  order: 1;
  width:50%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom:2%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center content */
        

}  
.ar-flex-right-img {
  order: 2;
  width: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;  
  background-position-x: center;
}

.ar-flex-left-img{
  order: 1;
  width: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;  
  background-position-x: center;
}  
.ar-flex-right-text {
  order: 1;
  width:50%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center content */
}
/*CAROUSEL*/
.ar-slider-item{text-align: center;}
.ar-slider-item p{padding-left: 20px;padding-right: 20px;}  
.ar-3col-w-white-bg-top-title{
  /*height: 100px;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 15px;
  color: #0047bb;
}  
.ar-3col-w-white-bg-top-title img{   
  height: 180px;  
}
.ar-3cols-slides-number{
  font-size: 32px;
  color: #0047bb;  
}
.ar-carousel-text{
  font-weight: 500;
  color: #0047bb;
  font-size: 24px;
  line-height: 28px;   
}
.owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;  
}  
.owl-carousel .owl-nav .owl-prev {}
.prev, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 0.75px 0.75px 0;
} 
.prev, .owl-carousel .owl-nav .owl-prev{
  content: "";
  width: 15px;
  height: 15px;
  border: solid #747478;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); 
} 
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
/* Position the "next button" to the right */
.next,  .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  border-radius: 0.75px 0 0 0.75px;
  content: "";
  width: 15px;
  height: 15px;
  border: solid #747478;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate( 45deg);
  transform: rotate(-45deg);
} 
/* On hover */
.prev:hover, .next:hover, .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  border: solid #0047bb;
  border-width: 0 3px 3px 0;
} 
/*The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  display: none;
} 
.ar-padding-right{
  padding-right: 5%;
}
.ar-padding-left{
 padding-left: 5%;
}
.ar-3cols-slides{
  padding-right: 2%; padding-left: 2%;
}
.ar-md-bottom-padding-rm-on-mobile{
  padding-bottom: 0px;
}



/*TEXT ANIMATION*/
.arAnim {opacity: 0;}

@keyframes arAnimText {
from {
  transform: translateY(20px);
  opacity: 0;       
}
to  {
  transform: translateY(0);
  opacity: 1;      
}
}
@-webkit-keyframes arAnimText {
from {
  transform: translateY(20px);
  opacity: 0;       
}
to  {
  transform: translateY(0);
  opacity: 1;      
}
}

/*signature animation*/
#tim svg path, #kirt svg path  {        
  stroke-linecap:round;
  stroke-miterlimit:10;
  stroke-width:1.75px;
  stroke:#0047bb;
  fill: none;
}
.kirt-a{stroke-dasharray: 54; stroke-dashoffset: 54;}
.kirt-b{stroke-dasharray: 150; stroke-dashoffset: 150;}
.kirt-c{stroke-dasharray: 244; stroke-dashoffset: 244;}
.kirt-d{stroke-dasharray: 2; stroke-dashoffset: 2;}
.drawKirtOne {animation: sign 0.5s ease-in forwards;}  
.drawKirtTwo {animation: sign 0.5s ease-in forwards; animation-delay: 0.5s;}    
.drawKirtThree {animation: sign 0.7s ease-in forwards; animation-delay: 1s;}
.drawKirtFour {animation: sign 0.2s ease-in forwards; animation-delay: 1.8s;}

.tim-a{stroke-dasharray: 108; stroke-dashoffset: 108;}
.tim-b{stroke-dasharray: 9; stroke-dashoffset: 9;}
.tim-c{stroke-dasharray: 36; stroke-dashoffset: 36;}
.tim-d{stroke-dasharray: 35; stroke-dashoffset: 35;}
.tim-e{stroke-dasharray: 212; stroke-dashoffset: 212;}
.tim-f{stroke-dasharray: 7; stroke-dashoffset: 7;}

.drawTimOne {animation: sign 0.5s ease-in forwards;}  
.drawTimTwo {animation: sign 0.2s ease-in forwards; animation-delay: 0.5s;}    
.drawTimThree {animation: sign 0.3s ease-in forwards; animation-delay: 1.1s;}
.drawTimFour {animation: sign 0.5s ease-in forwards; animation-delay: 1.5s;}
.drawTimFive {animation: sign 0.5s ease-in forwards; animation-delay: 2s;}
.drawTimSix {animation: sign 0.2s ease-in forwards; animation-delay: 2.7s;}

@-webkit-keyframes sign {  
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes sign {
  to {
      stroke-dashoffset: 0;
  }
}
/*

/*VIDEO BANNER*/
.ar-video-section{
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;      
  left: 0;
  right: 0;  
  margin: 0 auto;      
  object-fit: contain;    
}
#ar-bg-video{
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  left: 0;
  right: 0;  
  margin: 0 auto;
  z-index: -10;  
  object-fit:contain; 
  display: block;  
}
#ar-bg-fallback-img{
  position: absolute;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  left: 0;
  right: 0;  
  margin: auto;
  z-index: -20;  
  object-fit:contain;
}
/*#ar-bg-fallback-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 80vh !important;
}*/

#play-pause-btn{
  position:absolute;
  right: 0;
  bottom:0;
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  z-index: 12;    
}
.ar-PR-video-fix #play-pause-btn{
  bottom: 30px;
}
.ar-LP-video-fix #play-pause-btn{
  bottom: 30px;
}


/*GRID*/
.ar-2-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;   
}
.ar-2-col-grid > * {
  padding: 5rem 10rem 5rem 7rem;                
} 
.ar-2-col-grid p, .ar-flex-left-text p, .ar-flex-right-text p, .ar-2-section-text p, .ar-1-section-text p, footer p{
  margin-bottom: 26px;
}

.ar-1-section-text p:last-child{
  margin-bottom: 0px;
}
.ar-1-section-text{
  text-align: center;
  
}
.ar-1-section-text .ar-intro{
  padding-bottom: 50px;
}

.ar-1-section-text .ar-cols-section-bottom {
  text-align: center;
  padding-bottom: 30px;
}

/*ICONS*/
.ar-svg-icon {width: 60px;}

/**TABLE*/
#ar-ratings-desktop{
  display: block;
  text-align: center;
}
#ar-ratings-mobile{
  display: none;
}
.ar-ratings {
  font-size: 85px;
  line-height: 85px;
  color: #0047bb;
  font-family: tiempos;
}
tbody, tfoot, thead {
  border: 0 solid #dedede;
  background-color: transparent;
}
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
.ar-table-sup{
  vertical-align: top;
  position: relative;
  top: 18px; /* Adjust as needed */
  font-size: 18px; /* Adjust as needed */
  color: #0047BB;    
}

/*GRAPH*/
.ar-add-padding-graph{
  padding-top: 70px;
  padding-bottom: 70px;   
}
.ar-bottom-padding-graph{
  padding-bottom: 50px;
}
.containerLines, .containerShapes{
  padding-left: 5%;
  padding-right: 5%;
}
.ar-graph-desc{
  font-size: 22px;
  font-weight: 500;
  color: #0047bb;
  padding-bottom: 15px;
}

/*ILLUSTRATIONS STORIES*/
.ar-stories-video{
  position: relative;  
  text-align: center;
}
#ar-stories-video-digital{
  text-align: center;
  width: 50%;
}
#ar-il-play-pause, #ar-il-inpage-play-pause{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
}

/*FULL IMG BG*/
#ar-plain-img{
  display: block;
}
#ar-plain-img-mobile{
  display: none;
}
 




/* GRAPHS ANIMATIONS */
/*----total sales graph--*/
polyline.ts-a, polyline.ts-graph-22{
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  /*animation: drawgraph 2s ease-in forwards;
  animation-delay: 2s;*/

}

polyline.noi-d, polyline.noi-d-graph{
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  /*animation: drawgraph 2s ease-in forwards;
  animation-delay: 3s;*/
}

polyline.ta-b, polyline.ta-b-graph{
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  /*animation: drawgraph 2s ease-in forwards;
  animation-delay: 4s;*/
}

.ts-e, .noi-g, .ta-g, .ta-g-pt, .ts-graph-pt-22 {
  stroke-dasharray: 55;
  stroke-dashoffset: 55;
 animation: drawgraph 0.1s ease-in forwards;
}

@keyframes drawgraph {  
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes drawgraph {  
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arAnimLine { 

  to  {stroke-dashoffset: 0;}
}

@-webkit-keyframes arAnimLine { 

  to  {stroke-dashoffset: 0;}
}


.drawTS {
  animation: drawgraph 1s ease-in forwards;
  animation-delay: 0.3s;
}






.drawNOI {
  animation: drawgraph 1s ease-in forwards;
  animation-delay: 0.5s;
 
}


.drawAssets  {
  animation: drawgraph 1s ease-in forwards;
  animation-delay: 0.5s;

}



.cs-a {
           
  opacity: 0;
 
}


.cs-b{
           
  opacity: 0;
 
}


.cs-c{
           
  opacity: 0;
 
}


.cs-d{
           
  opacity: 0;
 
}




.drawCapOne {
  
  animation: drawCap2018 1s  forwards;
  animation-delay: 0.2s;
 
}

.drawCapTwo {
  
  animation: drawCap2019 1s  forwards;
  animation-delay: 0.4s;

}


.drawCapThree {
  
  animation: drawCap2020 1s  forwards;
  animation-delay: 0.6s;
}


.drawCapFour{
  
  animation: drawCap2021 1s  forwards;
  animation-delay: 0.8s;
}
/*
path.a, path.b, path.c, path.d, path.e{
  fill:none;
}
*/
.drawInvOne{
  animation: drawInv1 1s  ease-in forwards;
  animation-delay: 0.02s;

}


.drawInvTwo{ 
   animation: drawInv2 1s  ease-in forwards;
   animation-delay: 0.4s; 
 }


 
.drawInvThree{ 
   animation: drawInv3 1s  ease-in forwards;
   animation-delay: 0.6s; 
 }


 
.drawInvFour{ 
   animation: drawInv4 1s  ease-in forwards;
   animation-delay: 0.7s; 
 }

 
.drawInvFive{
   animation: drawInv5 1s  ease-in forwards;
   animation-delay: 0.8s;
 }

@keyframes drawCap2018{
  from {
    height: 0;
    }
    to {
    height:69.924;
    opacity: 1;
    }
  }

@-webkit-keyframes drawCap2018{
  from {
    height: 0;
    }
    to {
    height:69.924;
    opacity: 1;
    }
}

@keyframes drawCap2019{
  from {
    height: 0;
    }
    to {
    height:100.2;
    opacity: 1;
    }
}


@-webkit-keyframes drawCap2019{
  from {
    height: 0;
    }
    to {
    height:100.2;
    opacity: 1;
    }
}

@keyframes drawCap2020{
  from {
    height: 0;
    }
    to {
    height:114.205;
    opacity: 1;
    }
}

@-webkit-keyframes drawCap2020{
  from {
    height: 0;
    }
    to {
    height:114.205;
    opacity: 1;
    }
}

@keyframes drawCap2021{
  from {
    height: 0;
    }
    to {
    height:128.21;
    opacity: 1;
    }
}

@-webkit-keyframes drawCap2021{
  from {
    height: 0;
    }
    to {
    height:128.21;
    opacity: 1;
    }
}



/*circle*/
@keyframes drawInv1{
  0%{
   opacity:0;
   fill :"white";	
  }
 
  100%{
    opacity: 1;
    fill: #0047bb;
  }
    
}

@-webkit-keyframes drawInv1{
  0%{
   opacity:0;
   fill :"white";	
  }
 
  100%{
    opacity: 1;
    fill: #0047bb;
  }
    
}


/*circle*/
@keyframes drawInv2{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#6eceb2;	
    }
      
  }

  @-webkit-keyframes drawInv2{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#6eceb2;	
    }
      
  }
  /*circle*/
@keyframes drawInv3{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#a38b00;
    }      
  }

  @-webkit-keyframes drawInv3{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#a38b00;
    }      
  }

/*circle*/
@keyframes drawInv4{
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#ff9800;
    }		
  }
  
@-webkit-keyframes drawInv4{

  0%{
   opacity:0;
   fill :"white";	
  }
 
  100%{
    opacity: 1;
    fill:#ff9800;
  }		
  }


  /*circle*/
@keyframes drawInv5{  
    0%{
     opacity:0;
     fill :"white";	
    }   
    100%{
      opacity: 1;
      fill:#141b4d;	
    }      
  }

  @-webkit-keyframes drawInv5{
  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#141b4d;	
    }
      
  }






/*---------------------------------MEDIA-----------------------------------------------*/
@media print,screen and (max-width:992px){

  /*LOGO*/
  /*-menu-*/
  header{
      height: 90px;
  }
  /*-logo-*/    
  #logo img {
      margin-top: 20px;
  }    
  #ar-logo{
      position: absolute;   
      top:-12px;
      width: 200px;
      height: auto;
      right: -10px;    
  }   
  .btn, .btnClose{
      position: absolute;
      top: 30px;
      left: 25px;
      text-align: center;
      cursor: pointer;
      transition: left 0.4s ease;
      width: 35px;    
  }
  
  /*HEADINGS*/
  .h2-SS-mobile {
      font-size: 54px;
      line-height: 60px;
  }

  h2 {
    font-size: 64px;
      line-height: 70px;
}
  .ar-l2-heading-long{
      /*font-size: 48px;
      line-height: 54px;*/
      font-size: 54px;
      line-height: 59px;
      padding-bottom:50px;
  }
  .ar-l2-heading-long-CE{
    font-size: 48px;
    line-height: 54px;
    padding-bottom:50px;
  }
  .ar-l2-heading-long-PR{
    font-size: 49px;
    line-height: 55px;
    padding-bottom:50px;
  }
  .ar-l2-stories-heading{
      font-size: 52px;
      line-height: 58px;
      padding-bottom:15px;
  }
  .ar-l2-stories-heading-long{
      font-size: 48px;
      line-height: 56px;
      padding-bottom:15px;
  }
  .ar-l2-section-title {
      font-size: 42px;
      line-height: 53px;
      font-family: tiempos;
  }

  .ar-LP-lead-copy h2 {
      padding-bottom: 30px;
  } 
  .ar-LP-lead-copy #ar-arrow-down {
      padding-bottom: 30px;
  }
  .ar-grid-headings br{
      display: none;
  }
  .ar-l2-heading-long br, .ar-l2-heading-long-PR br, .ar-l2-heading-long-CE br{
      display: none;
  } 
  .ar-l2-stories-heading br{
      display: none;
  }
  .ar-bq .ar-cite {
      font-family: tiempos;
      font-size: 32px;
      line-height: 38px;
      color: #0047bb;
      text-align: center;
  }    
  .ar-cite-mint{       
      font-size: 32px;
      line-height: 38px;       
  }
  .ar-large-title-blue-dk {
      font-size: 32px;
      line-height: 38px;
  }   
  .ar-CE-heading{
      color: #0047bb;
      padding-top: 50px;        
  } 
  .ar-l2-tech-db-section h3{
      font-size: 32px;
      line-height: 38px;
      color:#ffffff;
      font-family: tiempos;
      padding-bottom: 15px;
  }
  

 
  /*PADDINGS-MARGIN*/
  .ar-container-bottom-margin {
      margin-bottom: 50px;
  }
  .ar-bq {
      text-align: center;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .ar-underline {
      margin-top: 18px;
      /*margin-bottom: 10px;*/
      margin-bottom: 20px;
  }
  .ar-kirt-video{
      margin-top: 25px;
  }
  .ar-LP-lead-copy-main{
      padding-bottom: 0px;
  }    
  .ar-h3-under-divider{
      padding-top: 50px;
  }
  .ar-text-w-img-right-title{
      font-size: 32px;
      line-height: 38px;
  }
  .ar-cols-section-bottom {
      text-align: left;
      padding-bottom: 25px;
  }    
  .ar-cols-section-top .ar-icon:first-child{
      padding-top: 25px;
  }
  .ar-add-mobile-bottom-padding{
      padding-bottom: 20px!important;
  }
  .ar-video-section.ar-CL-video-fix{
      margin-top: 0px;
  }
  .ar-CL-video-fix .ar-video-container{
      overflow: visible;
  }
  .ar-video-section.ar-PR-video-fix {
    margin-top: -30px;
    margin-bottom: -30px;
}
.ar-video-section.ar-LP-video-fix{
  margin-top: -80px;
  margin-bottom: -30px;
}
.ar-video-section.ar-LP-video-fix #play-pause-btn{
  bottom: 80px;
}

  .ar-rank-title{
      padding: 50px 0px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     justify-items: center;
 }
 .ar-SS-video{
      padding-top: 40px;
 }
 .ar-mobile-br br{display: block;}


  /*GRID*/  
  .ar-2-col-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
  }
  .ar-grid-headings{
      font-family: tiempos;
      font-size: 36px;
      line-height: 42px;
      color:#ffffff;
      padding-bottom: 1.5rem;
  }
  .ar-2-col-grid > * {
      padding: 10%;                
  }


  /*VIDEO BANNER*/
  .ar-video-section{
      position: relative;
      width: 90%;
      height: 55vh;
      overflow: hidden;      
      left: 0;
      right: 0;  
      margin: 0 auto;      
      object-fit: contain;  
      display: block;  
  }
  #ar-bg-video{
      position: relative;
      width: 100%;
      height: 55vh;
      overflow: hidden;
      left: 0;
      right: 0;  
      margin: 0 auto;
      z-index: -10;  
      object-fit:contain;   
      display: block;
  }
  #ar-bg-fallback-img{
      position: absolute;
      width: 80%;
      height: 50vh;
      overflow: hidden;
      left: 0;
      right: 0;  
      margin: auto;
      z-index: -20;  
      object-fit:contain;
  }
  .ar-video-section.ar-LP-video-fix{
    width: 100%;
  }
  /*CAROUSEL*/
  .owl-prev {
      position:absolute!important;
      top: 138px!important;
      left: 20px!important
  }
  .owl-next {
      position: absolute!important;
      top: 138px!important;
      right: 20px!important
  }
  .owl-dots {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex
  } 
  .owl-dots .owl-dot {
      height: 5px;
      width: 5px;
      background: #0047bb;
      opacity: .6;
      border-radius: 50%;
      margin: 5px
  }
  .owl-dots .active {
      opacity: 1!important
  }
  .owl-dots {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /*RANKINGS*/        
  #ar-rank-d{
      display: none;
  }    
  #ar-rank-m{
      display: block;
  }
  .small-6.columns.rtc-paragraph.text-center
  {
      border-right: 0.75px solid #d0d3d4;
  }
  .small-6.columns.rtc-paragraph.text-center:last-child {
      border-right: none;
  }
  .ar-rank-row-last{
      border-bottom: none;
  }
  .ar-CL-rankings{
      font-family: tiempos;
      color: #0047bb;
      font-size: 24px;
      line-height: 30px;
  }
  .ar-container-padding{
      padding-top: 50px;
      padding-bottom: 50px;
  }


  /*COLUMNS FLEX*/
  .ar-flex-container {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin-top: 50px;
  }
  .ar-flex-left-text{
      flex: 100%;
      order: 2;
      padding-top: 0px;
      padding-bottom: 0px;
  }    
  .ar-flex-right-img{
      flex: 100%;
      order: 1;
      min-height:500px;
      margin-bottom: 25px;         
  }
  .ar-flex-left-img{
      flex: 100%;
      order: 1;       
      min-height: 500px;      
      margin-bottom: 25px;
  }  
  .ar-flex-right-text {
      flex: 100%;
      order: 1;
     padding-top: 0px;
     padding-bottom: 0px;
  }   
  
  /**TABLE*/
  #ar-ratings-desktop{
      display: none;
  }
  #ar-ratings-mobile{
      display: block;
  }
  #ar-ratings-mobile .small-12{
      padding-bottom: 50px;
  }

  .ar-md-bottom-padding-rm-on-mobile{
      padding-bottom: 25px;
  }
  
  /*GRAPH*/
  .ar-add-padding-graph{
      padding-top:10px;
      padding-bottom:10px;   
  }

 .wrapperLines{
padding-bottom: 35px;
  }

  /*ILLUSTRATIONS STORIES*/
.ar-stories-video{
  position: relative;
  text-align: center; 
}
#ar-stories-video-digital{
  text-align: center;
  width: 90%;
}
#ar-il-play-pause, #ar-il-inpage-play-pause{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
}
 
/*SVG ILLUSTRATIONS*/
.ar-flex-right-img.ar-bottom-img-svg {
  background-size: contain;
  background-position: bottom; 
  order: 2;
  margin-bottom: 0px;
  min-height: 300px;
}
.ar-flex-left-text.ar-flex-left-text-w-bottom-svg{
  padding-bottom: 25px;    
}
.ar-flex-right-img.ar-top-img-svg {
  background-size: contain;
  background-position: top;
  order: 1;
  min-height: 300px;
}
.ar-flex-right-text.ar-flex-right-text-w-top-svg{
  padding-left: 5%;
}
.ar-flex-left-img.ar-top-img-svg{
  margin-bottom: 25px;
  margin-top: 0px;
  background-size: 80%; 
min-height: 250px;
background-size: contain;
}

/*SMALL CTA*/
.media-object.stack-for-small .media-object-section {
  padding: 0;
  padding-bottom: 0px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/*FULL IMG BG*/
#ar-plain-img{
  display: none;
}
#ar-plain-img-mobile{
  display: block;
}
 

}

/* On screens between 512px and 992px wide */
@media screen and (min-width: 512px) and (max-width: 992px) {
  .ar-video-section.ar-PR-video-fix {
    margin-top: 0px;
    margin-bottom: 0px;
}
.ar-video-section.ar-LP-video-fix{
  margin-top: 0px;
  margin-bottom: 0px;
}
.ar-video-section.ar-LP-video-fix #play-pause-btn{
  bottom: 0px;
}

}

@media screen and (max-width: 376px) {
  .ar-video-section.ar-PR-video-fix{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ar-PR-video-fix #play-pause-btn {
    bottom: 0px;
  }
}