/* @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    */
/*****************************************/





















:root {
  --baseFont: 'AktivGrotesk';
  --secFont: 'Reckless Neue Book';
}

@font-face { 
  font-family: AktivGrotesk; 
  src: url(https://3289439.fs1.hubspotusercontent-na1.net/hubfs/3289439/raw_assets/public/Alti_Global_Oct2023/fonts/AktivGrotesk_WCorp_Lt-9dab8f08.woff2) format("woff2"), 
    url(https://3289439.fs1.hubspotusercontent-na1.net/hubfs/3289439/raw_assets/public/Alti_Global_Oct2023/fonts/AktivGrotesk_WCorp_Lt-b44909f8.woff) format("woff"); 
  font-weight: 300; 
  font-display: swap; 
  font-feature-settings: "pnum", "lnum";.
}
@font-face { 
  font-family: Reckless Neue Book;
  src: url(https://3289439.fs1.hubspotusercontent-na1.net/hubfs/3289439/raw_assets/public/Alti_Global_Oct2023/fonts/RecklessNeue-Book-a3c9d4a0.woff2) format("woff2"), 
    url(https://3289439.fs1.hubspotusercontent-na1.net/hubfs/3289439/raw_assets/public/Alti_Global_Oct2023/fonts/RecklessNeue-Book-81715ac6.woff) format("woff"); 
  font-display: swap; 
  font-feature-settings: "pnum", "lnum";
}

body{
  font-family: var(--baseFont); 
}
h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--secFont); 
}

.cm_nv_wrp .cm_nv_inner  .custom,
form input[type=submit],
.hs-button,
.tabber .media-col .form-wrap input.hs-button{
  font-family: var(--baseFont); 
}








@media(max-width: 1299px) and (min-width: 768px) {
  h1, .h1 {
    font-size:51.9999999996px;
  }
  h2, .h2 {
    font-size:25.99999999971px;
  }
}

/* 
.content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
max-width: calc(1600px - (2 * 40px ));
} */

form label + a,
form label {
  font-size: 1.0625rem;
  line-height: 1.4;
}


.systems-page form label + a {
    float: right;
}

.cm_nv_wrp .cm_nv_inner .custom, 
form input[type=submit],
.hs-button,
.tabber .media-col .form-wrap input.hs-button {
  font-size: 1.0625rem;
  line-height: 1.4;
}

form input[type=search],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea{
  font-size: 16.99999999992px;
}

.migration_test_page form {
  margin-bottom: 20px;
}



/* header css */


header.header {
  background-color: rgba(255, 255, 255,1.0);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: linear;
}
.header-hide header.header {
  transform: translateY(-100%);
}
header.header .page-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 0;
}
header.header .page-center .menu-col {
  padding: 0.25rem;
  background-color: rgba(218, 241, 238,0.5);
  border-radius: 9999px;
  align-items: center;
  display: flex;
  z-index: 20;
  backdrop-filter: blur(24px);
}
.menu-col .hamburger-wrapper {
  background-color: 





rgba(1, 2, 3, 1.0)

;
  border-radius: 9999px;
  justify-content: center;
  color: 





rgba(255, 255, 255, 1.0)

;
  align-items: center;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  padding: 0;
}
.hamburger-wrapper .hamburger {
  width: 1.5rem;
  height: 1.5rem;
}
.hamburger-wrapper .hamburger svg {
  display: block;
  vertical-align: middle;
}
.menu-col .hamburger-wrapper:hover {
  background: 





rgba(0, 240, 219, 1.0)

;
  color: 





rgba(1, 2, 3, 1.0)

;
}
.menu-col .menu-wrapper {
  display: none;
  margin-left: 0.25rem;
}
.menu-wrapper .hs-menu-wrapper ul {
  column-gap: 0.25rem;
  align-items: center;
  padding: 0;
}
.menu-wrapper .hs-menu-wrapper ul>li {
  margin: 0;
}
.menu-wrapper .hs-menu-wrapper ul>li a {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 100px;
  /*   font-size: 1.0625rem; */
  font-size: 17px;
  line-height: 140%;
  display: flex;
  -webkit-font-smoothing: antialiased;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  color: rgba(1, 2, 3,1.0);
}
.menu-wrapper .hs-menu-wrapper ul>li a:hover {
  border: 1px solid 





rgba(1, 2, 3, 1.0)

;
  color: rgba(1, 2, 3,1.0);
}
.hs-menu-wrapper ul>li.Investors a .investors {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

header.header .logo-col {
  margin-left: auto;
}
header.header .logo-col a {
  width: 187px;
  height: 2.25rem;
  display: inline-flex;
  margin-top: 3px;
}


.modal-primary-menu .hs-menu-wrapper ul:hover > li,
.top-br .left-col .hs-menu-wrapper ul:hover > li{
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.modal-primary-menu .hs-menu-wrapper ul > li:hover,
.top-br .left-col .hs-menu-wrapper ul>li:hover{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.modal-secoundary-menu .hs-menu-wrapper ul>li>a,
.top-br .right-col .hs-menu-wrapper ul>li a{
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-offset: 0.1em;
}

.modal-secoundary-menu .hs-menu-wrapper ul > li > a {
  display: inline-flex;
  align-items: center;
}

.modal-secoundary-menu .hs-menu-wrapper ul>li>a:hover,
.top-br .right-col .hs-menu-wrapper ul>li a:hover{
  text-decoration-color: currentColor;
}

/* header css end */
/* header  hamburger css */
.header-main-wrapper .hamburger-menu-modal {
  backdrop-filter: blur(24px);
  background-color: #daf1ee60;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  opacity: 0;
  transition: opacity .4s cubic-bezier(0,0,.58,1) 50ms,visibility 0s 451ms;
  will-change: opacity,visibility;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobile-open .header-main-wrapper .hamburger-menu-modal {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity .4s cubic-bezier(0,0,.58,1);
  padding-right: 17px;
}
.hamburger-menu-modal .modal-wrapper {
  overflow-y: auto;
  width: 100%;
}
html.mobile-open {
  overflow: hidden;
}
.hamburger-menu-modal .modal-wrapper .top-bar {
  padding-top: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}
.top-bar .hamburger-close {
  color: #ffffff;
  background-color: #010203;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  margin-left: 0.25rem;
  padding: 0;
}
.top-bar .hamburger-close .hamburger-close-wrapper {
  width: 1.5rem;
  height: 1.5rem;
}
.hamburger-close-wrapper svg {
  display: block;
  vertical-align: middle;
}
.logo-bar a {
  width: 187px;
  height: 2.25rem;
  display: inline-flex;
}
.modal-wrapper .bottom-bar {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  max-height: 100%;
  position: relative;
  top: -4px;
}
.bottom-bar .modal-menu-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12,1fr);
}
.modal-menu-wrapper .modal-primary-menu,
.modal-menu-wrapper .modal-secoundary-menu{
  grid-column: span 6 / span 6;
}
.modal-primary-menu .hs-menu-wrapper  ul {
  flex-direction: column;
  padding: 0;
}
.modal-primary-menu .hs-menu-wrapper ul>li{
  margin: 0;
}
.modal-primary-menu .hs-menu-wrapper ul>li>a {
  font-size: 2.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: Reckless Neue Book, Times new roman, serif;
  color: rgba(1, 2, 3,1.0);
}
.modal-primary-menu .hs-menu-wrapper ul>li:hover>a{
  color: rgba(1, 2, 3,1.0);
}
.modal-secoundary-menu .hs-menu-wrapper ul {
  margin-top: 1.25rem;
  padding: 0;
  flex-direction: column;
}
.modal-secoundary-menu .hs-menu-wrapper ul>li {
  margin: 0;
}
.modal-secoundary-menu .hs-menu-wrapper ul>li>a {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  font-size: 1.0625rem;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
  font-family: AktivGrotesk, Arial, sans-serif;
  display: block;
  color: rgba(1, 2, 3,1.0);
}
.modal-secoundary-menu .hs-menu-wrapper ul>li:hover>a{
  color: rgba(1, 2, 3,1.0);
}
.top-bar .hamburger-close:hover {
  background-color: #00f0db;
  color: #010203;
}

.modal-secoundary-menu .hs-menu-wrapper ul > li > a {
  display: inline-flex;
  align-items: center;
}

.mobile-open .top-bar .hamburger-close {
  position: relative;
  top: -2px;
}


/* header hamburger css end */

/* footer css */
footer.footer {
  position: relative;
  /*   background-color: #010203; */
  background: 





rgba(1, 2, 3, 1.0)

;

  color: #fff;
}
.footer .page-center {
  padding-top: 12.5rem;
}
.footer .page-center .top-br {
  justify-content: flex-start;
  flex-direction: row;
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(20px * -1);
}
.top-br .left-col {
  margin-left: 20px;
  width: 48.8%;
}
.top-br .right-col {
  width: 32%;
  margin-left: 20px;
}
.top-br .left-col .hs-menu-wrapper ul {
  row-gap: 0.5rem;
  padding: 0;
  flex-direction: column;
  display: inline-flex;
}
.top-br .left-col .hs-menu-wrapper ul>li {
  margin: 0;
}
.top-br .left-col .hs-menu-wrapper ul>li>a {
  font-size: 100px;
  color: rgba(255, 255, 255,1.0);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  line-height: 100%;
  font-family: Reckless Neue Book, Times new roman, serif;
}

.top-br .left-col .hs-menu-wrapper ul>li>a:hover {
  color: 





rgba(255, 255, 255, 1.0)

;
}

.top-br .right-col .hs-menu-wrapper ul {
  padding: 0;
  row-gap: 0rem;
  flex-direction: column;
}
.top-br .right-col .hs-menu-wrapper ul>li {
  margin: 0;
}
.top-br .right-col .hs-menu-wrapper ul>li a {
  color: rgba(255, 255, 255,1.0);
  font-size: 1.3125rem;
  line-height: 160%;
  display: block;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  -webkit-font-smoothing: antialiased;
}
.top-br .right-col .hs-menu-wrapper ul>li a:hover{
  color: rgba(255, 255, 255,1.0);
}
.top-br .right-col .btm-area {
  margin-top: 5rem;
  background-color: rgba(255, 255, 255,0.0);
}
.btm-area p {
  margin: 0;
  font-size: 1.3125rem;
  line-height: 160%;
  color: rgba(255, 255, 255,1.0);
}
.btm-area .form-area {
  margin-top: 1.5rem;
}
.btm-area .form-area form {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items:baseline;
}
.btm-area .form-area form .hs-form-field {
  margin-right: 0.75rem;
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
.btm-area .form-area form label {
  margin-bottom: 0;
}
footer .form-area form input[type=email] {
  padding: 0.75rem;
  border: 1px solid rgba(117, 117, 117,1.0);
  border-radius: 100px;
  width: 100%;
  font-size: 1.0625rem;
  font-family: AktivGrotesk, Arial, sans-serif;
  background-color: rgba(255, 255, 255,0.0);
  line-height: 140%;
  height: auto;
}
footer .form-area form input[type=email]:focus{
  border-color: rgba(255, 255, 255,1.0);
}
::-webkit-input-placeholder {
  color: #757575;
}
footer .hs-button, footer form input[type=submit] {
  height: 3rem;
  width: 100%;
  justify-content: center;
  border: 1px solid rgba(187, 187, 187,1.0);
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  display: flex;
  font-size: 1.0625rem;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  font-family: AktivGrotesk, Arial, sans-serif;
  background-color: rgba(1, 2, 3,0.0);
  color: rgba(255, 255, 255,1.0);
}
footer .hs-button:hover,
footer form input[type=submit]:hover,
footer .hs-button:focus, 
footer form input[type=submit]:focus{
  background-color: rgba(1, 2, 3,0.0);
  color: rgba(255, 255, 255,1.0);
  border-color: rgba(255, 255, 255,1.0);
}



footer .bottom-br {
  padding-bottom: 1.875rem;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  padding-top: 12.5rem;
  align-items: center;
}
.footer-btm-menu .hs-menu-wrapper ul {
  padding: 0;
  column-gap: 2rem;
  align-items: center;
  flex-direction: row;
}
.footer-btm-menu .hs-menu-wrapper ul>li {
  margin: 0;
}
.footer-btm-menu .hs-menu-wrapper ul>li>a {
  color: rgba(255, 255, 255,1.0);
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  font-size: 1.0625rem;
  line-height: 140%;
}
.footer-btm-menu .hs-menu-wrapper ul>li>a:hover{
  color: rgba(255, 255, 255,1.0);
}
.content-wrapper, .dnd-section>.row-fluid, .footer .page-center, .header .page-center, .header .primary-section .page-center, .page-center {
  max-width: calc(var(--1q, 100%) - (2 * var(--1w, var(--1x, var(--1s, 0)))));
}

/* footer css end */

/* footer css end by shubham */
:root {
  --breakpoint: "sm";
  --1q: unset;
  --1r: 20px;
  --1s: 20px;
  --1t: 6;
  --1u: "dev";
  --1v: rgba(127, 255, 255, .25);
}


/* blog css */

.cm-main-listing-wrapper .main-dnd-area .dnd-section {
  padding-top: 0;
}
.cm-main-listing-wrapper .blog-pagination {
  justify-content: space-between;
  padding: 5rem 0 1rem;
  display: flex;
  position: relative;
}

.cm-main-listing-wrapper .blog-pagination a.next-link {
  appearance: none;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #bbb;
  font-size: 1.0625rem;
  line-height: 1.4;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
}

.cm-main-listing-wrapper .number_pagination {
  display: flex;
}

.cm-main-listing-wrapper .number_pagination .pagination-select {
  border-radius: 100px;
  padding: 0.75rem 3.5rem 0.75rem 1.5rem;
  border: 1px solid #bbb;
  font-size: 1.0625rem;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  -webkit-appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 10 12 15.5 6.5 10' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") no-repeat right 24px top 50%;
  background-size: 24px 24px;
}

.cm-main-listing-wrapper .number_pagination .blog-pagination-count {
  align-self: center;
  margin-left: 0.75rem;
  color: #757575;
  font-size: 1.0625rem;
  line-height: 140%;
}

.cm-main-listing-wrapper .post-item-meta {
  font-size: 1.0625rem;
  line-height: 140%;
}
.cm-main-blog-post .content-wrapper.blog-main-post {
  padding-top: 7.5rem;
  padding-bottom: 0;
}
.cm-main-blog-post .cm-featured-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.cm-main-blog-post .cm-featured-image-wrapper .cm-featured-image {
  width: 100%;
}
.cm-main-blog-post .cm-featured-image-wrapper .cm-featured-image img {
  border-style: none;
  opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-delay: 75ms;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}

/* blog css end */


.cm-blog-feed .top_sec {
  padding: 0;
  margin: 0;
  text-align: left;
}

.cm-blog-feed .top_sec .title {
  font-size: 1.625rem;
  line-height: 120%;
  font-family: var(--baseFont);
}
.cm-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cm-tag-list a {
  font-size: 1.0625rem;
  line-height: 140%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #bbb;
}
.cm-tag-list a:hover {
  border-color: #010203;
}
.author-section {
  border-top: 1px solid #bbb;
  padding-top: 5rem;
  margin-top: 5rem;
}
.author-section .author_se_title {
  font-size: 1.0625rem;
  line-height: 160%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #757575;
}
.author-section .author-flex {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.author-section .author-flex .author_image_wrapper {
  width: 27.3%;
}
.author-section .author-flex .author-body-sec {
  width: 72.7%;
  padding-left: 40px;
}
.author-section .author-body-sec .author-link {
  font-size: 1.0625rem;
  line-height: 140%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  border-bottom: 1px solid transparent;	
  background-color: #daf1ee80;
  margin-bottom: 1.25rem;
  display: inline-flex;
}
.author-section .author-body-sec .author-link:hover {
  border-color: #010203;
}
.author-section .author-body-sec .author_bio {
  font-size: 1.0625rem;
  line-height: 140%;
}
.post-item-byline {
  font-size: 1.0625rem;
  line-height: 140%;
  column-gap: 1rem;
  row-gap: 0.25rem;
  color: #757575;
  margin-top: 1.5rem;
  display: flex;
}
.post-item-byline .circle {
  height: 1.5rem;
  width: 1.5rem;
  display: inline-flex;
}
.post-item-byline .circle svg {
  display: block;
  vertical-align: middle;
}
.custom-related-outer-wrapper h2.title_h {
  font-size: 1.625rem;
  line-height: 120%;
  margin:0;
  font-family: 'AktivGrotesk';
}
.custom-related-outer-wrapper {
  padding-top: 12.5rem;
}
.custom-related-outer-wrapper .post_item_v2 {
  padding-top: 5rem;
}
.post_item_v2 .post_item_v2_card {
  display: flex;
  flex-wrap: wrap;
}
.post_item_v2 .post_item_v2_card .post-item-v2-image {
  width: 15.5%;
}
.post_item_v2 .post_item_v2_card .post-item-v2-body-se {
  width: 84.5%;
  padding-right: 20px;
}
.post_item_v2 .post_item_v2_card .related-title {
  margin: 0;
}
.post_item_v2 .post_item_v2_card .related-title .underline_tex {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-offset: 0.1em;
}
.post_item_v2 .post_item_v2_card:hover .related-title .underline_tex {
  text-decoration-color: currentColor;
}
.cmBtn {
  font-size: 1.0625rem;
  line-height: 140%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  border: 1px solid #bbb;
  color: #010203;
}
.cmBtn:hover {
  border-color: #010203;
}
.cmBtn .icon_hol {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5rem;
}
.cmBtn .icon_hol svg {
  display: block;
  vertical-align: middle;
}
.related-post-bottom-btn-sec {
  margin-top: 5rem;
}
.notes_sec {
  padding-top: 12.5rem;
  padding-bottom: 2rem;
}
.notes_sec {
  padding-top: 12.5rem;
  padding-bottom: 2rem;
  font-size: 1.0625rem;
  line-height: 140%;
  color: #757575;
}
.notes_sec p strong {
  font-size: .8125rem;
}
.notes_sec p {
  margin-bottom: 1.25rem;
}
.notes_sec p:last-child {
  margin-bottom: 0;
}

.lp-footer.footer .page-center {
  padding: 0;
}


.sidebar .post-item-cnt{
  margin-bottom: 1rem;
}

footer.footer {
  z-index: 2;
}

@media (min-width: 700px){
  :root {
    --breakpoint: "md";
    --1q: unset;
    --1r: 20px;
    --1s: 32px;
    --1t: 12;
  }
  .modal-menu-wrapper .modal-primary-menu,
  .modal-menu-wrapper .modal-secoundary-menu{
    grid-column: span 6 / span 6;
  }
}
@media (min-width:1024px){
  .modal-primary-menu .hs-menu-wrapper ul>li>a{
    font-size:5rem;
  }
  .menu-col .menu-wrapper {
    display: block;
  }
  :root {
    --breakpoint: "lg";
    --1q: unset;
    --1r: 20px;
    --1s: 40px;
    --1t: 12;
  }
  .modal-menu-wrapper .modal-primary-menu,
  .modal-menu-wrapper .modal-secoundary-menu{
    grid-column: span 6 / span 6;
  }
  header.header .logo-col a,
  .logo-bar a{
    width: 229px;
    height: 2.75rem;
  }
  .modal-secoundary-menu .hs-menu-wrapper ul>li>a{
    font-size: 1.3125rem;
  }
  .cm-blog-feed .top_sec .title {
    font-size: 2.0625rem;
  }
  .author-section .author_se_title {
    font-size: 1.3125rem;
  }
  .custom-related-outer-wrapper h2.title_h {
    font-size: 2.0625rem;
  }
  .hs_error_rollup {
    position: absolute;
    bottom: -10px;
  }
  .btm-area .form-area form {
    position: relative;
  }
}

@media (min-width: 1300px){
  .modal-primary-menu .hs-menu-wrapper ul>li>a{
    font-size: 100px;
  }
  :root {
    --breakpoint: "xl";
    --1q: unset;
    --1r: 20px;
    --1s: 40px;
    --1t: 12;
  }
  .modal-menu-wrapper .modal-primary-menu {
    grid-column: span 5 / span 5;
  }
  .modal-menu-wrapper .modal-secoundary-menu {
    grid-column: span 7 / span 7;
  }
  .cm-blog-feed .top_sec .title {
    font-size: 2.5625rem;
  }
  .custom-related-outer-wrapper h2.title_h {
    font-size: 2.5625rem;
  }
}
@media (min-width: 1680px){
  :root {
    --breakpoint: "xxl";
    --1q: 1600px;
    --1r: 20px;
    --1s: 40px;
    --1t: 12;
  }
}



/* max width by shubham */

@media(max-width:1299px){
  .right-col {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .top-br .right-col .btm-area {
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .top-br .right-col > span {
    order: 2;
  }
  .top-br .left-col .hs-menu-wrapper ul>li>a {
    font-size: 5rem;
  }
  .top-br .right-col .btm-area {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .top-br .right-col .hs-menu-wrapper ul {
    row-gap: 0.5rem;
  }
  footer .bottom-br {
    padding-top: 10rem;
  }
  .top-br .left-col {
    width: calc(((6 / var(--4c, var(--1t))) * (100% - var(--1r))) - (var(--1r) - (6 / var(--4c, var(--1t)) * var(--1r))));
  }
  .top-br .right-col {
    width: calc(((6 / var(--4c, var(--1t))) * (100% - var(--1r))) - (var(--1r) - (6 / var(--4c, var(--1t)) * var(--1r))));
  }
  .cm-main-listing-wrapper .blog-pagination{
    padding-top:4rem;
  }
  .footer .page-center{
    padding-top: 10rem;
  }
}
/*...............................................................*/

@media (max-width:1023px){
  footer .bottom-br {
    padding-top: 7.5rem;
  }
  .top-br .left-col .hs-menu-wrapper ul>li>a {
    font-size: 2.75rem;
  }
  .btm-area .form-area form {
    flex-direction: column;
    width: 100%;
  }
  .btm-area .form-area form .hs-form-field {
    width: 100%;
  }
  .hs_submit.hs-submit {
    width: 100%;
  }
  .top-br .right-col .hs-menu-wrapper ul>li a {
    font-size: 1.0625rem;
  }
  .btm-area p {
    font-size: 1.0625rem;
  }
  .footer .page-center {
    padding-top: 7.5rem;
  }
  .footer-btm-menu .hs-menu-wrapper ul {
    column-gap: 1.5rem;
  }
  footer .custom-logo {
    max-width: 187px;
  }
  .top-br .left-col .hs-menu-wrapper ul>li {
    line-height: initial;
  }
  .cm-main-listing-wrapper .sidebar .blog-index .blog-index__post {
    width: 100%;
  }

  .cm-main-listing-wrapper .sidebar .blog-index .blog-index__post {
    margin: 0;
    padding: 4rem 0 0;
  }
  .sidebar.full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cm-post-banner.banner_header_md_wrapper .content_holder h1 {
    font-size: 2.625rem;
  }
  .btm-area .form-area form {
    display: block;
  }
}
/*...............................................................*/

@media(max-width:767px){
  .footer .page-center .top-br {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin:0;
  }
  .top-br .left-col {
    margin-left: 0;
    width:100%;
  }
  .top-br .right-col {
    margin-left: 0;
    padding-top: 5rem;
    width:100%;
  }
  .footer-btm-menu .hs-menu-wrapper ul {
    flex-direction: column;
    align-items: baseline;
    row-gap: 0.5rem;
  }
  footer .custom-logo {
    display: none;
  }
  .footer-btm-menu .hs-menu-wrapper ul>li {
    line-height: 1.5;
  }
  footer .bottom-br {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .bottom-bar .modal-menu-wrapper{
    display:flex;
    flex-direction:column;
  }
  .modal-wrapper .bottom-bar {
    margin-top: 3.75rem;
    margin-bottom: 1.75rem;
  }


  /*   blog css */
  .author-section .author-flex .author_image_wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .author-section .author-flex .author-body-sec {
    width: 100%;
    padding: 0;
  }
  .post_item_v2 .post_item_v2_card .post-item-v2-body-se {
    width: 100%;
    padding: 0 0 2rem;
  }
  .post_item_v2 .post_item_v2_card .post-item-v2-image {
    width: 100%;
  }
  .cm-main-blog-post .content-wrapper.blog-main-post {
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .cm-main-blog-post .blog-post__body {
    font-size: 21px;
  }
  .author-section {
    padding-top: 3rem;
    margin-top: 3rem;
  }
  .author-section .author-flex {
    margin-top: 2.5rem;
  }
  .custom-related-outer-wrapper {
    padding-top: 7.5rem;
  }
  .post-item-byline {
    flex-direction: column;
  }
  .post-item-byline .circle {
    display: none;
  }
  .custom-related-outer-wrapper .post_item_v2 {
    padding-top: 3rem;
  }
  .related-post-bottom-btn-sec {
    margin-top: 3rem;
  }
  .notes_sec {
    padding-top: 7.5rem;
  }
  .notes_sec p {
    font-size: .8125rem;
  }
  /*   blo css end */


  .cm-post-banner.banner_header_md_wrapper .content_holder h1 {
    font-size: 2.625rem;
    font-size: 2.0625rem;
  }


}

/* max width by shubham end */



.systems-page form {
  max-width: 700px;
  width: 100%;
}