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














a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
.menu-overlay {
  background-color: rgba(0, 0, 0, .4);
  content: "";
  display: block;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity:0;
  visibility:hidden;
  transition: all .2s ease-in;
}

.mobile-open .menu-overlay {
  opacity:1;
  visibility:visible;
}

.custom-header a {
  text-decoration:none;
}

.custom-header .primary-section {
  padding: 15px 0px;
  border: none;
  /*   transition: padding 400ms linear; */
  transition: padding-top 0.135837s, padding-bottom 0.135837s;
}

.custom-header.sticky_header_active_wrap .primary-section {
  padding: 0px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: padding-top 0.07s, padding-bottom 0.07s;
}

.custom-header .page-center {
  padding: 0;
}

.custom-header .nav {
  /*   width: 100%;
  display: flex;
  justify-content: end; */
  margin-left: auto;
  padding: 16px;
  display: flex;
  align-items: center;
}

.custom-header .container-wrapper {
  gap: 0;
  align-items: stretch;
}

.custom-header .btn-section {
  padding: 16px;
}

.custom-header .logo-section>span {
  padding-left: 12.8px;
  display: block;
}

.custom-header .logo-section a{
  display: inline-block;
  padding: 16px;
}

.custom-header .logo-section img{
  width: 200px !important;
  height: 52.2px;
}

.custom-header .header__menu-wrapper {
  gap: 0;
}

.custom-header .header__menu-wrapper>li>a {
  margin-left: calc(12px + 0.5310490601866484em);
  margin-right: 12px;
  padding: calc(10px + 0.2770163533955495em) 0;
  line-height: 24px;
}

.nav>nav>ul .header__menu-item--depth-1>a {
  font-weight: 400;
  font-family:Host Grotesk, sans-serif;
}

.custom-header .header__menu-wrapper>li>a>.child-trigger {
  margin-left: 14px;
}
.custom-header .header__menu-wrapper>li>a>.child-trigger svg {
  vertical-align: middle;
  margin-bottom: 3px;
}

.custom-header .header__menu-wrapper>li>a:hover>.child-trigger svg {
  fill: rgba(179, 93, 255,1.0);
}

.custom-header .header__menu-wrapper .header__menu-submenu {
  transform: translateY(-20px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px;
  /*   min-width: 168px; */
  min-width: max-content;
  max-width: 320px;
  height: auto;
  border-radius: 3px;
  /*   transition: transform 1ms ease 300ns; */
  transition: none;
}

@media (min-width: 992px) {
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover>ul {
    transition: all 500ms ease-in-out 200ms;
  }
  .menu-overlay {
    display:none;
  }
}

.custom-header .header__menu-wrapper .header__menu-submenu>li {
  width: 100%;
}

.custom-header .header__menu-wrapper .header__menu-submenu>li>a{
  margin-left: 12px;
  margin-right: calc(12px + 0.5310490601866484em);
  padding: calc(10px + 0.2770163533955495em) 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  font-family: Host Grotesk, sans-serif;
}

.header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover>ul {
  transform: translateY(1px);
}

header.header .hs-button {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  font-family:Host Grotesk, sans-serif;
}

.custom-footer .footer-section {
  padding: 0;
}

.custom-footer .page-center {
  padding: 12.8px;
}

.custom-header .button-section-container {
  padding-right: 12.8px;
}

.custom-footer .col-section {
  padding: 0;
}

.custom-footer .footer-social {
  gap: 0;
  padding-left: 0;
}

.custom-footer .footer-social-item {
  font-size: 24px;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: unset;
}

.footer-social-item a {
  text-decoration: none;
}

.custom-footer .footer-social-item svg {
  width:24px;
  height: 24px;
  margin-bottom: 2px;
}

.custom-footer .footer-social-item:hover {
  background-color: rgb(0, 130, 204);
}

.custom-footer .footer-social .tycustom_icon i{
  fill: rgba(179, 93, 255,1.0);
  color: rgba(179, 93, 255,1.0);
}

.custom-footer .cf-col-one, 
.custom-footer .cf-col-two {
  padding: 1vw;
}

.custom-footer .cf-copyright .footer-content p{
  margin-bottom: 24px;
}

.custom-footer .cf-col-two .cf-copyright .line {
  padding: 0 4px;
  color: rgba(248, 249, 250,0.0) !important;
}

.custom-footer .cf-col-two .cf-copyright p{
  font-size: 16px;
  line-height: 18px;
  color: rgba(248, 249, 250,1.0) !important;
  font-weight: 700;
  font-family: Host Grotesk, sans-serif; 
}

.custom-footer .cf-col-two .cf-copyright p>a {
  color: rgba(248, 249, 250,0.0) !important;
  text-decoration: underline;
}

.custom-footer .cf-col-two .cf-copyright p>a:hover {
  text-decoration: none;
}

@media(max-width: 1280px) {
  .custom-header .button-section-container {
    padding-right: 1vw;
  }

  .custom-header .logo-section>span {
    padding-left: 1vw;
  }

  .custom-footer .page-center {
    padding: 1vw;
  }
}

@media(max-width: 1018px) {
  .custom-header .header__menu-wrapper>li>a {
    margin: 0 10px;
  }
}

@media(max-width: 991px) {

  .custom-header .primary-container {
    min-height: auto !important;
  }

  .header .logo-section a {
    padding: 1vw;
  }

  .custom-header.sticky_header_active_wrap .primary-section {
    box-shadow: none;
  }

  /*   .header .logo-section a {
  margin-left: 3px;
} */

  .custom-header .primary-section {
    padding: 0;
    min-height: auto;
  }

  .header .page-center, .header .primary-section .page-center {
    padding: 0;
  }

  .custom-header .right-section {
    position: absolute;
    right: 24px;
    top: 16px;
    display: block;
  }

  .custom-header .right-section .cst-humburger-icon {
    padding: 10px 2px;
    /*     cursor: default; */
  }

  .custom-header .right-section .cst-humburger-icon .trigger {
    margin:0;
    width: 18px;
  }

  .custom-header .right-section .cst-humburger-icon .trigger:nth-child(2) {
    margin: 3px 0;
  }

  .custom-header .nav {
    padding: 0;
  }

  header.header .nav {
    transform: translateX(100%);
    transition: transform 0.2s ease-out;
    display: block;
    z-index: 11;
  }

  header.header .mobile-open .nav {
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    transition: transform 0.2s ease-in;
    overflow-y: auto;
  }

  header.header .mobile-close-icon {
    align-self: flex-start;
    position: static;
    /*     cursor: default; */
  }

  header.header .mobile-close-icon svg.svg-icon {
    font-size: 21px;
    height: 24px;
    width: 24px;
    transform: translate(1px, -3px);
  }

  .custom-header .nav .header__menu-wrapper, 
  .custom-header .nav .header__menu .top-section,
  .custom-header .nav .header__menu .btn-section,
  header.header .nav .header__menu.header__menu--desktop>ul {
    padding: 0;
    margin: 0;
  }

  header.header .nav {
    width: 240px;
    right: 0;
    padding: 24px;
  }

  header.header .nav .header__menu.header__menu--desktop {
    padding-top: 28px;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li:first-child, 
  header.header .nav .header__menu.header__menu--desktop ul>li:not(:last-child) {
    border: none;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li>a {
    padding: 0.2770163533955495em 0;
    padding-right: 24px !important;
    margin: 0;
    font-weight: bold;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger:before {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger.child-open:before {
    content: "\f077";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu>.mobile-child-trigger {
    width: 24px;
    height: 24px;
    padding: 0;
  }

  .custom-header .header__menu-wrapper .header__menu-submenu {
    box-shadow: none;
    transform: translateY(0px);
    min-width: unset;
  }

  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover>ul {
    transform: translateY(0px);
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li>ul {
    padding-left: 32px; 
  }

  .custom-header .header__menu-wrapper .header__menu-submenu>li>a {
    margin: 0;
    padding: 0.2770163533955495em 0;
    font-weight: 700;
  }

  .custom-header .nav .header__menu .btn-section {
    padding: 1vw;
    text-align: center;
  }
  header.header .top-section.mobile_section .btn-section a {
    padding: 10.5px 44px;
    border-radius: 25px;
  }

  .custom-header .nav .header__menu .top-section {
    padding-top: 24px;
  }
}

@media(max-width: 959px) { 
  .header .logo-section {
    max-width: 25%;
  }

  .custom-header .container-wrapper {
    min-height: 64px;
    display: flex;
    align-items: center;
  }

  /*   .custom-header .logo-section img {
  margin-left: 4px;
} */
}

@media (max-width: 767px) {

  .custom-header .container-wrapper {
    margin: 0px;
    min-height: auto;
  }

  .header .logo-section {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  .custom-header .primary-section {
    padding: 8px;
  }

  .custom-header.sticky_header_active_wrap .primary-section {
    padding: 8px;
  }

  .header .logo-section a {
    margin-left: 0;
  }

  .custom-footer .cf-col-two .cf-copyright p {
    font-size: 14px;
    line-height: 1.125;
  }

  .custom-footer .cf-col-one .cf-social-icons, .custom-footer .cf-col-two .cf-copyright {
    padding: 8px;
  }

  .custom-footer .flex_row .col-section:not(:first-child) {
    padding-top: 1vw;
  }

  .custom-footer .footer-social-item:not(:first-child) {
    margin: 0;
  }

  .custom-footer .cf-copyright .footer-content p{
    margin-bottom: 21px;
  }

  .custom-footer .cf-col-two .cf-copyright .line {
    padding: 0 3.5px;
  }

  header.header .mobile-close-icon {
    font-size: 18px;
    line-height: 28px;
  }

  header.header .top-section.mobile_section .btn-section a {
    font-size: 14px;
    line-height: 17.5px;
  }
}

body form input[type=email],
body form input[type=file],
body form input[type=number], 
body form input[type=password],
body form input[type=search],
body form input[type=tel],
body form input[type=text],
body form select,
body form textarea {
  padding: 0px 9px;
  line-height: 27px;
  height: 36px;
}

body form input[type=email]:focus,
body form input[type=file]:focus,
body form input[type=number]:focus, 
body form input[type=password]:focus,
body form input[type=search]:focus,
body form input[type=tel]:focus,
body form input[type=text]:focus,
body form select:focus,
body form textarea:focus {
  box-shadow: none;
}

form label {
  font-size: 18px;
  margin-bottom: 0px;
}

.hs-form-field {
  margin-bottom: 12px;
}

body .hs-button, 
body .hs-sec-btn, 
body .hs-trans-btn,
body .systems-page .hs-search-results__next-page, 
body .systems-page .hs-search-results__prev-page,
body form input[type=submit] {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}

.span2 .hs-button, .span3 .hs-button, .span4 .hs-button, .span5 .hs-button, .span6 .hs-button {
  padding: 10.5px 44px;
}

.career_page .tab-title-item h4, .career_page .tab-title-item p{
  color: #fff !important;
}
.cm-btm-tags a {
  color: #fff;
  text-decoration: none;
}
.hs-button,
.hs-sec-btn,
.hs-trans-btn {
  text-decoration: none;
}


@media (max-width: 479px) {
  .systems-page h1 {
    font-size: 28px;
  }

  .systems-page h2 {
    font-size: 24px;
  }
}




/* Blog Post */
.blog-listings .blog-title h2 {
  font-family: Host Grotesk, sans-serif;
}
.blog-listings .blog-card-inner p{
  margin: 0;
  text-align: center;
  line-height: 1.25;
  font-family: Host Grotesk, sans-serif;
}
.cst-blog-post .content-wrapper.blog-main-post {
  padding-top: 25.6px;
  padding-right: 38.400000000000006px;
  padding-bottom: 0px;
  padding-left: 38.400000000000006px;
}

.cst-blog-post .featured-img-inner {
  padding-top: 12.8px;
  padding-right: 12.8px;
  padding-bottom: 38.400000000000006px;
  padding-left: 12.8px;
}

.cst-blog-post .blog-post-widget {
  /*   word-wrap: break-word; */
  padding: 1vw;
}

.cst-blog-post .meta_wrap{
  display: none;
}

.cst-blog-post .blog-post-featured-img {
  text-align: center;
}

.cst-blog-post .blog-post-featured-img img {
/*   border-radius: 10000px;
  width:300px; */
  display: inline-block;
  object-fit: cover;
}

.cst-blog-post .blog-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.cst-blog-post .blog-content-wrapper {
  padding-top: 0px;
  padding-right: 64px;
  padding-bottom: 0px;
  padding-left: 64px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  max-width: 100%;
}

.cst-blog-post .blog-content-inner-column {
  padding-top: 51.2px;
  padding-right: 76.80000000000001px;
  padding-bottom: 12.8px;
  padding-left: 76.80000000000001px;
}

.cst-blog-post .blog-post-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.cst-blog-post .composite {
  flex-basis: 100%;
  max-width: 100%;
}

.cst-blog-post .blog-post-widget p {
  margin: 0;
  text-align: center;
  font-family: Host Grotesk, sans-serif;
  line-height: 1.125;
}

.cst-blog-post .blog-post-widget p .value_m {
  color: rgba(153, 153, 153, 1);
  /*   white-space: pre-wrap; */
}

.cst-blog-post .b-title h2 {
  margin: 0;
  text-align: center;
  font-family: Host Grotesk, sans-serif;
  font-weight: bold;
  padding-bottom: 0.25em;
}

.cst-blog-post .b-desc h5 {
  margin: 0;
  white-space: pre-wrap;
  text-align: center;
  line-height: 1.5;
  font-family: Host Grotesk, sans-serif;
  font-weight: 400;
  color: rgba(97, 104, 126, 1);
}

.cst-blog-post .b-author p {
  color: #61687e;
}

.cst-blog-post .b-social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cst-blog-post .b-social-share a {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background-color: rgb(234, 239, 245);
  content: 'rgb(234, 239, 245)';
}

.cst-blog-post .b-social-share a:hover {
  background-color: rgb(185, 189, 194);
  outline: 0;
}

.cst-blog-post .b-social-share a .social-share-icon {
  color: rgb(0, 163, 255);!importan;
}

.cst-blog-post .blog-post__body p {
  margin-bottom: 1.5rem;
  text-align: left;
  color: rgba(44, 49, 65, 1);
  font-family: Host Grotesk, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.cst-blog-post .blog-post__body p img {
  width: 100%;
}

.cst-blog-post .blog-post__body ul{
  color: rgba(44, 49, 65, 1);
  font-family: Host Grotesk, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  padding-left: 40px;
  font-size: 1.125rem;
}


.cst-blog-post .blog-post__body ul li{
  margin: 0;
}

.cst-blog-post .blog-post__body ol{
  color: rgba(44, 49, 65, 1);
  font-family: Host Grotesk, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  padding-left: 40px;
  font-size: 1rem;
  margin: 16 0;
}

.cst-blog-post .blog-post__body ol li{
  margin: 0;
}


.cst-blog-post .blog-post__body p{
  margin-bottom: 27px;
}

.cst-blog-post .blog-post-container .blog-comments{
  margin: 0 auto;
}
.blog-pagination {
  text-align: center;
}
.blog-pagination a {
  background-color: rgba(179, 93, 255,1.0);
  color: rgba(255, 255, 255,1.0);
  text-decoration: none;
  padding: 5px 13px;
  border-radius: 5px;
}
.blog-pagination path{
  fill: rgba(255, 255, 255,1.0);
}
.blog-pagination a:hover {
  color: rgba(248, 249, 250,1.0);
}
.blog-pagination a:hover path{
  fill: rgba(248, 249, 250,1.0);
}

@media(min-width: 480px){
  .cst-blog-post .b-desc h5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .cst-blog-post .blog-post-widget p {
    font-size: .875rem;
    line-height: 1.125;
  }

  .cst-blog-post .blog-post__body p{
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media(min-width: 768px){
  .cst-blog-post .post-date .blog-post-widget p{
    font-size: 1rem;
  }

  .cst-blog-post .blog-post__body p{
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .cst-blog-post .b-desc h5{
    font-size: 1.25rem;
  }

  .cst-blog-post .b-author p{
    font-size: 1rem;
  }
  .cst-blog-post .blog-post-container .blog-comments {
    max-width: 767px;
  }
}

@media(max-width: 1279px){
  .cst-blog-post .featured-img-inner {
    padding-top: 1vw;
    padding-right: 1vw;
    padding-bottom: 3vw;
    padding-left: 1vw;
  }

  .cst-blog-post .blog-content-wrapper {
    padding-top: 0vw;
    padding-right: 5vw;
    padding-bottom: 0vw;
    padding-left: 5vw;
  }

  .cst-blog-post .blog-content-inner-column {
    padding-top: 4vw;
    padding-right: 6vw;
    padding-bottom: 1vw;
    padding-left: 6vw;
  }

  .cst-blog-post .content-wrapper.blog-main-post {
    padding-top: 2vw;
    padding-right: 3vw;
    padding-bottom: 0vw;
    padding-left: 3vw;
  }
  .cst-blog-post .blog-post-container .blog-comments {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media(max-width: 767px){
  .cst-blog-post .composite{
    padding: 8px;
  }
  .blog-comments form {
    padding-top: 0;
  }
  .cst-blog-post .blog-post-container .blog-comments {
    padding-top: 30px;
  }
}

@media(max-width: 479px){
  .cst-blog-post .blog-post-widget p {
    font-size: .875rem;
  }

  .cst-blog-post .b-title h2 {
    font-size: 1.875rem;
  }

  .cst-blog-post .b-desc h5 {
    font-size: 1.125rem;
  }

  .cst-blog-post .blog-post__body p{
    font-size: 18px;
    line-height: 1.5;
  }
}