/** New Style */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&amp;family=Inter:wght@100;200;300;400;500;600&amp;family=Sora:wght@100;200;300;400;500;600;700&amp;display=swap');

:root {
  --confident-orange: #ff3300;
  --light-orange: #ff523b;
  --mature-blue: #012a38;
  --mature-blue-lite: #0E4659;
  --spunky-lime: #bff90b;
  --clarity-ivory: #e0dbc6;
  --clarity-white: #efefef;
  --clarity-blue: #a2c1c4;
  --white: #ffffff;
  --dark-gray: #4f6169;
  --gray: #92a1a8;
  --lite-gray: #d3d9dc;
  --link-blue: #0833DD;
}

:root {
  --heading1-text: 36px;
  --heading2-text: 30px;
  --heading3-text: 24px;
  --heading4-text: 20px;
  --heading5-text: 18px;
  --heading6-text: 16px;
  --paragraph-text: 16px;
}
:root {
  --heading1-ls: 46px;
  --heading2-ls: 40px;
  --heading3-ls: 34px;
  --heading4-ls: 30px;
  --heading5-ls: 28px;
  --heading6-ls: 26px;
  --paragraph-ls: 26px;
}
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Sora', sans-serif;
}
ul {
  margin-bottom: 0;
}

.fixed-header {
  height: 64px;
  background: #012A38;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 0 1.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text{
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
}

nav {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 1.5em;
  list-style: none;
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.nav-links a {
  color: #D3D9DC;
  cursor: pointer;
  font-weight: 400;
}
.nav-links a:hover {
  color: var(--spunky-lime);
  text-decoration: none;
  font-weight: 600;
}

/** Hero Section **/
.hero-section {
  min-height: 400px;
  background: #D3D9DC;
  margin-top: 64px;
}
.hero-container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 300px;
  height: 400px;
  gap: 10%;
}
.hero-section .hero-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-title {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #012A38;
}
.hero-content {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #012A38;
  margin: 0 0 1.5em 0;
}
.hero-cta {
  padding: 12px;
  width: max-content;
  font-family: 'Sora', sans-serif;
  color: #012A38;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #012A38;
  border-radius: 5px;
  background: transparent;
}
.hero-img-container {
  display: flex;
  align-items: end;
  justify-content: end;
}
.hero-img {
  width: 100%;
}

.submenu-container {
  position: sticky;
  top: 124px;
  right: 0;
  height: 100vh;
}
.submenu-container a {
  color: var(--link-blue);
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.rss-feed-card,
.whats-new-card {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 2px rgba(47, 41, 41, 0.1);
  border-radius: 5px;
  margin-bottom: 2em;
  padding: 24px;
  position: relative;
}

.rss-feed-card > img,
.whats-new-card > img {
  position: absolute;
  top: -20px;
 }

.cb-link,
.cb-link:hover, 
.cb-link:focus,
.cb-link code {
  color: var(--link-blue) !important;
}

.cb-link:hover {
  text-decoration: none;
}






*:focus{
    outline-width:0;
}
::-webkit-input-placeholder {
   color: #403F5A!important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:italic;
   font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
   color: #403F5A!important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:italic;
   font-weight: 300;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #403F5A!important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:italic;
   font-weight: 300;
}
:-ms-input-placeholder {
   color: #403F5A!important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:italic;
   font-weight: 300;
}
body{
    font-family: acumin-pro,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(0,0,0,0.87);
}
a{
    color: rgba(0,0,0,0.87);
}
a:hover,
a:focus{
    color: var(--link-blue);
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: 700;
}
.menu-btn {
  display: none;
}
.sidebar {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: overlay;
  background: #ffffff;
  right: 0;
  bottom: 0;
  width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-active .sidebar{
  width: 50%;
  padding: 1em 1.5em;
}

@media (width <= 768px) {
  .menu-btn {
    display: block;
    cursor: pointer;
  }
  nav {
    display: none;
  }
  .nav-links {
    flex-direction: column;
    border-bottom: 1px solid var(--lite-gray);
    padding-bottom: 12px;
  }
  .nav-links a {
    color: var(--mature-blue);
  }
  .nav-links li {
    padding: 10px 10px;
  }
  .content-container {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .submenu-container {
    display: none;
  }
  .hero-img {
    width: 260px;
  }
}

@media (width <= 700px) {
  .hero-img-container {
    display: none
  }
  .hero-container {
    grid-template-columns: 1fr;
  }
  .sidebar-active .sidebar {
    width: 100%;
  }
}
/*===================================
=            Header,hero            =
===================================*/
.header{
    font-family:acumin-pro,helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    left:0;
    right:0;
    z-index:111;
    background: #fff
}
.header ul{
    list-style:none;
    margin:0;
    padding:0;
    line-height: 0;
}
.header .logo{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.header .btn{
    border: 1px solid #FF4C00;
    background: transparent;
    color: #FF4C00;
    padding: 5px 14px;
    height: 32px;
    text-decoration:none!important;
    font-size:inherit;
    font-weight:300;
    font-family: inherit;
    text-transform: none;
}
.header .btn:hover,
.header .btn:focus{
    background: #FF4C00;
    border-color: #FF4C00;
    color: #fff
}
.header .tbl-cell{
    vertical-align: middle;
}
.header-top{
    position:absolute;
    top:0;
    padding:20px 0;
}
.header-top a{
    color: inherit;
    text-decoration:none;
}
.header-top a:hover,
.header-top a:focus{
    text-decoration:underline;
}
.header-top a.nav-act
.header-top a.nav-act:hover,
.header-top a.nav-act:focus{
    color:#F06E46;
}
.header-fixed{
    position: fixed;
    top: -15rem;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    transition: top 0.4s;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(64,63,89,0.14);
}
.header-fixed.headsup{
    top: 0;
}
.header-fixed a{
    transition: 0.3s;
    color: #23232D;
    text-decoration: none;
}
.header-fixed a:hover{
    transition: 0.3s;
    color: #00BCB4;
    text-decoration: none;
}
.header-fixed .btn{
    color: #fff;
    border-color:#F06E46;
    background-color: #F06E46;
}
.header-fixed .btn:hover{
    color: #fff;
    border-color:#E0623A;
    background-color: #E0623A;
}
.header-fixed .hover-effect{
    opacity: 0.35!important;
    color:#23232D!important;
}
.header-fixed .hover-effect.btn-sm{
    background-color: #ccc!important;
    border-color: #bbb!important;
    color:#fff!important;
}
.header-sec.header-fixed{
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-sec .caret{
    margin-left: 6px;
}
.header-invert{
    color: #fff;
}
.header-invert .btn{
    border-color: #fff;
    color: #fff;
}
.nav-icon{
    font-size:27px;
    line-height:0;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
}
.nav-more{
    font-family: helvetica,sans-serif;
}
.nav-mobile{
    display: none;
}
.nav-links-mobile{
    text-align: center;
    background-color: #403F5A;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2222;
}
.mobile-links,
.mobile-signup{
    position:fixed;
    left: 0;
    right: 0;
    padding:20px;
}
.mobile-links{
    top: 100px;
    bottom: 100px;
    overflow-y: auto;
    text-transform:uppercase;
}
.mobile-links a{
    display: block;
    padding: 20px 0;
    font-family:acumin-pro,helvetica,sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
}
.mobile-links a span{
    font-weight: 300;
}
.mobile-links a:hover,
.mobile-links a:focus{
    text-decoration: underline;
    color: #fff
}
.mobile-signup{
    bottom:0;
}
body.nav-mobile-active{
    overflow-y: hidden;
}.nav-mobile-sec .hamburglar{
    top: 13px;
}
.nav-mobile-sec .burger-icon{
    background-color: #fff
}
.nav-mobile-sec .is-open .burger-icon{
    background-color: transparent;
}
.nav-mobile-sec .burger-bun-top,
.nav-mobile-sec .burger-bun-bot,
.nav-mobile-sec .burger-filling {
    background: #ff6c36;
}
.nav-mobile-sec .is-open .path{
    stroke:#ff6c36;
}
.nav-mobile-sec .nav-links-mobile{
    background: rgba(0,0,0,0.87)
}
.nav-active-mobile .nav-links-mobile{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.nav-main .dropdown-menu{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    border-color:#eee;
    margin-top: 12px;
    margin-left: -7px;
}
.nav-main .dropdown-menu:before,
.nav-main .dropdown-menu:after{
    content:"";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFF;
    position: absolute;
    top: -5px;
    left: 12px;
}
.nav-main .dropdown-menu:after{
    border-bottom: 5px solid #E5E5E5;
    top: -6px;
    left: 12px;
    z-index: -1;
}
.nav-main .dropdown-menu>li>a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
}
.dropdown-toggle{
    cursor: pointer;
}

/*=====================================================================
=            Media queries - tablet,desktop,larger displays           =
=====================================================================*/
@media(min-width:768px){
  .tbl-sm{
      display:table;
      border-collapse:collapse;
      width:100%;
  }
  .tbl-sm .tbl-cell{
      display:table-cell;
  }
  .header nav>ul>li{
      display:inline-block;
      vertical-align:middle;
      margin-left:24px;
  }
  .nav-main{
      display: inline-block;
      vertical-align: middle;
  }
  .nav-sub{
      text-align: right;
  }
}
/*==============================================================
=            Media queries - desktop,larger displays           =
==============================================================*/
@media(min-width:992px){
    .tbl-md{
        display:table;
        border-collapse:collapse;
        width:100%;
    }
    .tbl-md .tbl-cell{
        display:table-cell;
    }
}

/*===========================================
=            Media queries - tablet         =
===========================================*/
@media(max-width:991px){
  .nav-mobile{
        display:block;
    }
    body.nav-active-mobile{
        overflow-y:hidden;
    }
    body.nav-active-mobile #fc_chat_layout,
    .header-top nav,
    .header-fixed,
    .nav-main,
    .nav-sub{
        display: none;
    }
}


/* ==============================================================================================================================
=                                                     New API timeline                                                          =
===============================================================================================================================*/

/* .cb-container{
  margin: 140px auto;
  max-width: 640px;
} */
/*===========================================
=                   font                    =
===========================================*/
.cb-fa--link{
  font-size: 14px;
  color: var(--link-blue);
}
.cb-external-link{
  font-size: 12px;
}
/*===========================================
=                   divider                 =
===========================================*/
.cb-divider{
  height: 1px;
  width: 100%;
  background-color: rgba(0,0,0,0.12);
  margin-top: 30px;
  margin-bottom: 30px;
}

/*===========================================
=                   list                    =
===========================================*/
.cb-link{
  color: #1E88E5;
  text-decoration: none;
}
.cb-link:hover,
.cb-link:focus{
  color: #1E88E5;
}
.cb-link--primary{

}

/*===========================================
=                   code                    =
===========================================*/
.cb-code{
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  font-size: 14px;
  background-color: var(--clarity-white);
  color: var(--mature-blue);
  line-height: 30px;
  margin: 0;
  border: 1px solid var(--gray);
  border-radius: 4px;
}

/*===========================================
=                   Icon                    =
===========================================*/
.cb-icon{
  cursor: pointer;
}

/*===========================================
=                   hover                   =
===========================================*/
.cb-hover-action .cb-icon{
  opacity: 0;
  visibility: hidden;
}
.cb-hover-action:hover .cb-icon{
  opacity: 1;
  visibility: visible;
}
/*===========================================
=                   article                 =
===========================================*/
.cb-article{
  margin-bottom: 30px
}
.cb-article:not(:first-child){
  margin-top: 42px
}
.cb-article__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.cb-article__fluid{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}
.cb-article__title{
  font-weight: 700;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 21px;
}
.cb-article > .cb-article__heading{
  margin-top: 21px;
}
.cb-article__heading{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 21px; 
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.cb-article__display{
  font-size: 13px;
  margin-bottom: 18px;
}
.cb-article__actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -18px;
}
.cb-article__action{
  padding-left: 18px;
  font-size: 13px;
}
/*===========================================
=                   list                    =
===========================================*/
.cb-list{
  margin:0;
  padding:0;
  list-style: none;
}
.cb-list--dash{
  padding-left: 30px;
}
.cb-list__item{
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #012A38;
  font-family: 'Inter', sans-serif;
  position: relative;
}
.cb-list--dash .cb-list__item:before{
  content:'-';
  position: absolute;
  left: -22px;
  top: -3px;
  font-size: 15px;
}
/*===========================================
=                   feed                    =
===========================================*/
.cb-feed {
  border-bottom: 1px solid #4F6169;
  padding-bottom: 1em;
}
.cb-feeds{}
.cb-feeds .cb-fa--link{
  font-size: 20px;
}
.cb-feed__title{
  font-weight: 700;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 21px;
}
.cb-feed__heading{
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
  padding-top: 30px;
  font-family: 'Sora', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #012A38;
}
.cb-feed__display{
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 18px;
}
.cb-feed__link{}
/*===========================================
=                   label                   =
===========================================*/
.cb-label{
    padding: 0 6px;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    border-radius: 2px;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
}
.cb-label--primary{
    color: #FF6C36;
}


/*===========================================
=            Media queries - tablet         =
===========================================*/
@media(max-width: 543px){
  .cb-article__container{
    display:  block;
  }
  .cb-article__title{
    margin-bottom: 21px !important;
  }
}





