/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
* {font-family: "Libre Franklin", sans-serif !important;}
body,dl, ol, ul {margin: 0;}
body h1{font-size: 66px; line-height: 80px;font-weight: 700;}
body h2{font-size: 47px; line-height: 60px;font-weight: 700;}
body h3{font-size: 36px; line-height: 42px;font-weight: 700;}
body h4{font-size: 24px; line-height: 35px;font-weight: 700;}
body h5{font-size: 20px; line-height: 30px;font-weight: 700;}
body h6{font-size: 16px; line-height: 22px;font-weight: 600;}
body p,body p span, blockquote, ul li, td {font-size: 18px; line-height: 26px;font-weight: 400;}
h1, h2, h3, h4, h5, h6 { 
  margin-bottom: 20px;
  font-weight: 700;
  color:  #000748;
}
p, ul li, a {color: #000000;}
strong{ font-weight: 700;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
  padding: 0;
}
sub{bottom: 0;}
sup{top: -1.75em;}
sub, sup {
    position: relative;
    font-size: .25em;
    line-height: 0;
    vertical-align: baseline;
}
.link-text{ color: #0074D0;}
.link-text:hover {
  color: #0074D0 !important;
  text-decoration: underline; 
  transition: .4s ease-in-out;
}
.text-left {
    text-align: left !important;
}
.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}
#main-content .dnd-section {
  padding-left: 5vh !important;
  padding-right: 5vh !important;
  position: relative;
}
.highlight-para{
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #000748;
}
.dark-btn {
    padding: 10px 25px;
    background-color: #000748;
    border-radius: 10px;
    color: #EF8200;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}
.dark-btn:hover{
    background-color: transparent;
    border: 1px solid #EF8200;
}
.news-button {
    padding: 10px 25px;
    color: #000748;
    background-color: #EF8200;
    max-width: fit-content;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  transition: all 0.5s ease;
}
.news-button:hover {
    background-color: #fff;
    color: #000748;
}
.primary-btn {
    background-color: #0074D0;
    border: 1px solid #0074d0;
    color: #fff;
}
.secondary-btn {
    background-color: #fff;
    color: #0074D0;
}
.secondary-btn:hover {
    transition: .4s ease-in-out;
    color: #EF8200;
    background-color: #fff;
    border: 1px solid #EF8200;
}
.primary-btn, .secondary-btn, .footer-container .newsletter-container input[type="submit"] {
    font-family: "Libre Franklin", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    border-radius: 10px;
    padding: 9px 25px;
    transition: 0.4s ease-in-out;
    z-index: 5;
}
.primary-btn:hover{
  border: 1px solid #EF8200;
  color: #ffffff;
}
.primary-btn:hover,.primary-btn:focus,
.secondary-btn:focus,
.footer-container .newsletter-container input[type="submit"]:hover {
    background-color: #EF8200;
    transition: 0.4s ease-in-out;
}
.transparent-btn:hover{
  border: none;
  transition: 0.4s ease-in-out;
}
a, .cta-button { text-decoration: none;}
.divider{ 
  display: flex;
  justify-content: center;
}
.line-divider {
    align-self: flex-start;
    border-radius: 5px;
    height: 4px;
    width: 93px;
}
main#main-content {
  padding-top: 70px;
  overflow-x: hidden;
}
/*start custom css*/
#interactive-map #cgt-container{
  border-radius: unset !important;
}
#interactive-map label,#interactive-map .select-wrapper:nth-child(2), #interactive-map .ol-zoom button {
    display: none !important;
}
#interactive-map .top-utility-bar {
    background-color: #D9D9D9;
    justify-content: center !important;
}
#interactive-map .top-utility-bar .select-wrapper select {
    max-width: 413px;
    height: 56px;
    margin: 0.3rem 0;
    background: #000748 url(/hubfs/21612157/arrow-down.svg) no-repeat calc(100% - 20px) center;
}
.idn-map .hero-innerpage .hero-description {
    margin-top: 27px;
}
.analytics-ready img {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
.parent-two-col-div {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.general-page h1{
  text-align: center; 
  color: #000748;
  font-size: 36px;
  line-height:48px;
}
.general-page h2 {
    color: #000748;
    line-height:32px;
    font-size: 24px;
}
.general-page h3 {
    color: #000748;
    line-height:24px;
    font-size: 20px;
}
.general-page p,
.general-page p span,
.general-page ul li{
    line-height:24px;
    font-size: 16px;
  color: #4c517f;
}
.use-cases h2 {
    margin-bottom: 10px;
}
.error-page {
    max-width: 1180px;
    margin: 0 auto;
}
/*New Use Cases Home*/
.hs-use-case-home.animated-hero .hero-title {
  width: auto;
}

/* Map data */
.map-sidebar .region-header h2{line-height:34px !important;}
.map-sidebar .region-header h2,
.map-sidebar .region-header p{color:#ffffff !important;}
#interactive-map #cgt-container #sidebar-content .locations-container .location-details .stats .stat-item{padding: 1rem 0 !important;}
#interactive-map #cgt-container #sidebar-content .top-content,
#interactive-map #cgt-container #sidebar-content .locations-container{padding: 1em 2em !important;}
#main-content .dnd-section.row-fluid-wrapper > .row-fluid{
 justify-content:center; 
}
    

/* CSS variables */
:root {
  --brand-colors-blue: #0074D0;
  --brand-colors-orange: #EF8200;
}
.heading-text-blue {
  color: var(--brand-colors-blue);
}
.heading-text-orange {
  color: var(--brand-colors-orange);
}
.hs-use-cases-home.animated-hero h1.hero-title{
  width: auto;
}

/* breadcrumb */
a.breadcrumb-link{
  color: #0074D0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 5px 0px 0px;
  border: unset;
  margin-top: 15px;
}
a.breadcrumb-link:active {
  border: unset;
  color: #EF8200;
}
a.breadcrumb-link:hover {
  color: #EF8200;
}
a.breadcrumb-link:before {
  background: url(/hubfs/21612157/arrow-left.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  transform: rotate(90deg);
  content: '';
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
a.breadcrumb-link:hover:before {
  background: url(/hubfs/21612157/arrow-left-orange.svg);
  background-repeat: no-repeat;
}
/*end custom css*/
/*media css*/
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #main-content .dnd-section.row-fluid-wrapper > .row-fluid {
    max-width: 1140px !important;
    margin: 0 auto;
  }
  body h1{font-size: 52px; line-height: 64px;}
  body h2{font-size: 40px; line-height: 50px;}
  body h3{font-size: 32px; line-height: 42px;}
}
@media screen and (min-width: 1120px){
  .lim-width{max-width: 80%;}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hs-use-cases-home.animated-hero.usecases-hs .image-container {
    top: 14%;
  }
}
@media screen and (max-width: 834px) {
  .multi-payer-mobile-gif{ display: block; }
  .multi-payer-desktop-gif { display: none; }
}
@media screen and (min-width: 834px) {
  .multi-payer-mobile-gif { display: none; }
  .multi-payer-desktop-gif { display: block; }
}
@media screen and (min-width: 767px) {
  .idn-map p { line-height: 35px; }
  .h2-l {
    line-height: 42px;
    font-size: 48px;
  }
  .cta-wrapper.three-column.multi-payer-btns {
    row-gap: 37px;
  }
}
@media screen and (max-width: 767px) {
  body h1{font-size: 36px; line-height: 46px;}
  body h2{font-size: 30px; line-height: 40px;}
  body h3{font-size: 26px; line-height: 36px;}
  body h4{font-size: 20px; line-height: 30px;}
  body h5{font-size: 18px; line-height: 28px;}
  body h6{font-size: 14px; line-height: 22px;}
  body p,body p span, blockquote, ul li, td {font-size: 16px; line-height: 26px;}
  .highlight-para{
    font-size: 26px;
    line-height: 38px;
  }
  .primary-btn, .secondary-btn, .footer-container .newsletter-container input[type="submit"], a.news-button,a.dark-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 7px 15px;
  }
  .idn-map #interactive-map .top-utility-bar {
    padding: 10px;
  }
  aside.image-container #lottie-container {
    height: 135px;
  }
  .general-page h1{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 45px;
  }
  .table_content td {
    word-wrap: break-word;
  }
  .use-cases h2 {
    margin-bottom: 0;
  }
  #interactive-map #cgt-container #sidebar-content .locations-container,
  #interactive-map #cgt-container #sidebar-content .top-content {
    padding: 0.5em 1em !important;
  }
  #interactive-map #cgt-container #sidebar-content .locations-container .location-details .stats .stat-item {
    padding: 0.5rem 0 !important;
  }
  .show-topbar .hero-section,
  .show-topbar .animated-hero,
  .show-topbar .highlight-title{
    padding-top: 40px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 375px){
		.usecases-hs.animated-hero .image-container {
		    top: 59% !important; 
		}
  }  
  
}


/* OneTrust Privacy Policy Styles */
ul.otnotice-menu{
  display:none!important;
}
.otnotice-content select{
  margin: 25px 0;
}
.otnotice #isPasted span, .otnotice-section span{
  color:#000!important;
  text-decoration:none!important;
}
.otnotice a#isPasted, .otnotice-section-content a{
  color:#EF8200!important;
  text-transform:uppercase!important;
  text-decoration:underline!important;
}
.otnotice table td{
 padding: 10px; 
}
.otnotice table{
  margin-bottom:20px;
}
.otnotice-section-content{
  margin-top:50px;