@font-face { 
  font-family: GilroyExtraBold; 
  src: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/Gilroy-ExtraBold.otf) format("opentype"), 
    url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/Gilroy-ExtraBold.woff2) format("woff2"), 
    url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/Gilroy-ExtraBold.woff) format("woff"),
    url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/Gilroy-ExtraBold.ttf) format("truetype"),
    url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/Gilroy-ExtraBold.eot) format("eot");
}
body {
    overflow-x: hidden;
}

:root{
  --GilroyExtraBold:'GilroyExtraBold';
}
.body-wrapper{
  margin-top: -1px;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family:var(--GilroyExtraBold);
}
p{
  margin-top:1em;
  margin-bottom:1em;
}
.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  width: 100%;
  
  max-width: 1140px;
  
}

.cm-blog-post-healium h4{
  font-size:20px;
}




.header .page-center,
.header .primary-section .page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  
  max-width: 1140px;
  
}

.footer .page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  
  max-width: 1300px;
  
}

.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  width: 100%;
  
  max-width: 1140px;
  
}

.page-center{
  padding-right: 15px;
  padding-left: 15px;
}






/* Form Styling */
.child-theme form label span {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.child-theme form label{
  margin-bottom: 10px;
  font-size: 15px;
}

.child-theme form .inputs-list>li{
  margin:0;
}
.child-theme .hs-error-msg{
  margin:0;
}

.child-theme .hs-input.invalid.error{
  border-color:#b9554d;
}



.child-theme .actions .hs-button {
  /*   background: -webkit-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
  overflow: hidden;
  transition: 0.3s all ease;
  border-radius: 300px;
  background: linear-gradient(274.72deg,rgba(2, 198, 197,1.0) 2.28%, rgba(63, 215, 179,1.0) 57.05%, rgba(139, 235, 156,1.0) 112%);
  color: rgba(255, 255, 255,1.0);
  padding: 13px 30px;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 600;
  border-width: 0px;
  border-color:rgba(2, 103, 128,1.0);
}

.child-theme .actions .hs-button:hover {
  /*   background: -webkit-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  /* transition: 0.3s all ease; */ 
  background: linear-gradient(94.72deg, rgba(2, 198, 197,1.0) 2.28%, rgba(63, 215, 179,1.0) 57.05%, rgba(139, 235, 156,1.0) 112%);
  color: rgba(255, 255, 255,1.0);
  border-color:rgba(2, 103, 128,1.0);
}

.child-theme form input[type=email], 
.child-theme form input[type=file], 
.child-theme form input[type=number], 
.child-theme form input[type=password],
.child-theme form input[type=search],
.child-theme form input[type=tel], 
.child-theme form input[type=text], 
.child-theme form select, 
.child-theme form textarea{
  height: auto;
  line-height: 0.95;
  width:100% !important;
}

.two-col-content.cm-contact-us .content-col .description{
  margin-bottom: 0;
}

.child-theme .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field{
  padding-left: 0;
}

.featured_slider .slider__nav-holder .slick-list {
  width: 100%;
}

.cm-full-width-content-wrapper.cnt-wit-bg-wrp .content_widget h2 {
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  padding: 14px 0 13px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.child-theme  .hs-form-field{
  margin-bottom:9px;
}

.child-theme  .actions {
  text-align: end;
}

.child-theme  .input {
  margin-right: 0 !important;
}

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



/*  header css */
.header .dnd-section {
  padding: 0;
}
.header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  padding: 60px 60px 15px;
  pointer-events: none;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 10px;
}

.header__left {
  pointer-events: all;
}
.header__right {
  padding-top: 0;
  pointer-events: all;
  display: flex;

}
.header__special {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  padding-right: 20px;

}
.header__special.menu-item a{
  text-decoration: underline;
  font-size: 14px;

}

.header__special{
  padding-top: 0px;
}
.header__special.menu-item a:hover{
  text-decoration: none;
}
.header__hamburger {
  width: 30px;
  position: relative;
  top: 2px;
  padding: 7px 0;
  cursor: pointer;
  -webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  height: 16px;
}
.clear {
  zoom: 1;
}
.clear:after, .clear:before {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.header__hamburger::before {
  top: 0;
  left: 0;
}
.header__hamburger::before, .header__hamburger::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #FFFFFF;
  width: 15px;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -ms-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  will-change: width, transform, background-color;
}

.header__left {
  pointer-events: all;
}


.header__special.menu-item a {
  color: rgba(255, 255, 255,1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255,1.0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  padding: 20px;
  text-decoration: none;
}

.header__hamburger::after {
  bottom: 0;
  right: 0;
}
.header__hamburger::before {
  top: 0;
  left: 0;
}
.header__special:hover {
  text-decoration: none;
}
.header__hamburger span {
  height: 2px;
  background-color: #FFFFFF;
  width: 100%;
  display: block;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -ms-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  will-change: background-color;
}

.custom-menu-primary .hs-menu-wrapper ul {
  padding-right: 20px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  letter-spacing: normal;
}

.header__special {
  letter-spacing: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  top: -3px;
  position:relative;
}

.cm-header-v2 .header__hamburger span,
.scroll-body .header__hamburger span {
  background-color: #363636;
}

.cm-header-v2 .header__hamburger span:after,
.cm-header-v2 .header__hamburger span:before,
.scroll-body .header__hamburger span:after,
.scroll-body .header__hamburger span:before {
  background-color: #363636;
}

.cm-header-v2 .header__hamburger::before,
.cm-header-v2 .header__hamburger::after,
.scroll-body .header__hamburger::before,
.scroll-body .header__hamburger::after {
  background-color: #363636;
}

.header__hamburger:hover::before,
.header__hamburger:hover::after {
  width: 100%;
}

.cm-header-v2 .header__logo-text,
.scroll-body .header__logo-text {
  fill: #363636;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.cm-header-v2 header.header {
  background-color: rgba(255, 255, 255,1.0);
}

.scroll-body header.header {
  top: 0;
  background-color: rgba(255, 255, 255,1.0);
  padding: 20px 60px 0;
  margin-top: 0 !important;
}

.cm-header-v2 .fixed-header,
.no-banner .fixed-header {
  min-height: 112px;
  top: -112px;
  transition: top 0.5s ease;
}

.fixed-header {
  transition: top 0.5s ease;
}
.scroll-body .fixed-header {
  top: 0;
  position: fixed;
  width: 100%;
  min-height: 59px;
  padding: 0;
}

.no-banner .fixed-header,
.cm-header-v2 .fixed-header{
  background-color: rgba(255, 255, 255,1.0);
}

.cm-header-v2 header.header,
.no-banner header.header {
  background-color: rgba(255, 255, 255,1.0);
  margin-top: 10px;

}

.cm-header-v2 .header__special.menu-item a,
.no-banner .header__special.menu-item a {
  color:rgba(54, 54, 54,1.0);
}


.cm-header-v2 .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.scroll-body .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color:rgba(54, 54, 54,1.0);
}

.cm-header-v2 .header__special.menu-item a:hover,
.cm-header-v2 .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.scroll-body .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color:rgba(54, 54, 54,0.5);
}

.cm-header-v2 .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.cm-header-v2 .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
.scroll-body .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
.scroll-body .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color:rgba(54, 54, 54,1.0);
}

.no-banner .header__hamburger:after,
.no-banner .header__hamburger:before{
  background-color: #363636;
}
.no-banner .header__hamburger span{
  background-color: #363636;
}

.body.scroll-body.scroll-body1 .fixed-header {
  position: relative;
}

body.scroll-body.scroll-body1 .fixed-header {
  position: fixed;
}
.scroll-body .fixed-header {
  background: rgba(255, 255, 255,1.0);
  z-index: 99;
}
.scroll-header .fixed-header-wrapper {
  min-height: 60px;
}
.main-menu {
  position: fixed;
  z-index: 98;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.active .main-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-banner.scroll-body header.header {
  background: rgba(255, 255, 255,1.0);
}
.active header.header {
  background-color: rgba(255, 255, 255,1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  padding: 10px;
}
.scroll-body .fixed-header-wrapper {
  min-height: 100px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
  text-decoration: none;
}

.main-menu__background {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}
.active  .main-menu .main-menu__background {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -ms-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.main-menu__content {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow: scroll;
  width: calc(100% + 20px);
  padding: 32px 20px 32px 0;
}
.main-menu__holder {
  display: table;
  width: 100%;
  height: 100%;
}
.main-menu__inner-holder {
  display: table-cell;
  vertical-align: middle;
}

.fixed-header-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.content-wrapper {
  padding: 0 15px;
}

.fixed-header-wrapper .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.main-menu__menu-holder {
  padding-top: 64px;
  padding-bottom: 50px;
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  will-change: transform, opacity;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  transform: translate(0px, 0px);
}

.main-menu__menu-holder .hs-menu-wrapper > ul {
  display: block;
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a {
  font-family: var(--GilroyExtraBold);
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #D4D8DB;
  display: inline-block;
  padding: 11px 0;
  position: relative;
  -webkit-transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: color;
  text-decoration: none;
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a span {
  position: absolute;
  font-family:inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  color: #02C6C5;
  top: 6px;
  right: -12px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a:hover {
  color: #363636;
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a:hover span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.active .header__links.custom-menu-primary {
  display: none;
}
.active .header__special.menu-item a:hover,
.active .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #363636;
}
.active  .header__special.menu-item a,
.active .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #363636;
}
.active .header__hamburger span {
  background-color: #363636;
}

.active .header__hamburger span:after,
.active .header__hamburger span:before {
  background-color: #363636;
}

.active .header__hamburger::before,
.active .header__hamburger::after {
  background-color: #363636;
}

.header__left{
  margin-top: -1px;
}

.active  .header__logo-text {
  fill: #363636;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.main-menu__menu-holder .hs-menu-wrapper > ul > li {
  display: none;
}
.active .fixed-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 99;
  width: 100%;
}
.active .header__hamburger::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-90deg);
  -moz-transform: translate3d(0, 7px, 0) rotate(-90deg);
  -ms-transform: translate3d(0, 7px, 0) rotate(-90deg);
  -o-transform: translate3d(0, 7px, 0) rotate(-90deg);
  transform: translate3d(0, 7px, 0) rotate(-90deg);
}

.active .header__hamburger::before, .active .header__hamburger::after {
  width: 30px;
  background-color: #363636;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.active .header__hamburger {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);

}
.active .header__hamburger::after {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  -ms-transform: translate3d(0, -7px, 0);
  -o-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.active .header__hamburger span {
  -webkit-transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #363636;
}
.active .main-menu__menu-holder .hs-menu-wrapper > ul > li {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
  margin-bottom:0;
}
.active .header__special.menu-item {
  display: none;
}
html.active {
  overflow: hidden;
}
.main-menu__social-holder {
  padding-top: 33px;
}

a.main-menu__social-link {
  padding: 9px 13px 9px 12px;
  display: inline-block;
}

.main-menu__social-link:first-of-type {
  padding-left: 0;
}
a.main-menu__social-link:hover {
  opacity: 0.5;
}
.main-menu__social-link img {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  vertical-align: middle;
}




.scroll-body header.header {
  top: 0;
  position: fixed;
  transition: top 0.3s ease;
}
.fixed-header .content-wrapper {
  padding: 0;
}
.fixed-header {
  position: absolute;
  top: 0px;
  width:100%;
  background-color: rgba(244, 247, 247,0.0);
  border-color: rgba(244, 247, 247,0.0);
  box-shadow: rgba(0, 0, 0,0.0);

}

.fixed-header-wrapper {
  position: relative;
  z-index: 999;
}
.scroll-body header.header {
  position: static;
}
.header {
  position: static;
}
.fixed-header {
  position: static;
  top: -112px;
  width: 100%;
}

.scroll-body .fixed-header {
  top: 0;
  position: fixed;
  width: 100%;
}
html.hs-inline-edit .fixed-header {
  position: relative;
  top: auto;
}

.has-banner .fixed-header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.header__special.menu-item a:hover {
  color: rgba(255, 255, 255,0.5);
}

.no-banner .header__left path.header__logo-text{
  fill: #363636;
}

.active .main-menu__menu-holder .hs-menu-wrapper > ul > li ul {
  position: static;
  opacity: 1;
}

.active .main-menu__menu-holder .hs-menu-wrapper > ul > li ul li {
  margin-bottom: 0;
}

.system_page_layout.cm_password_prompt {
  text-align: center;
}

.system_page_layout.cm_password_prompt .hs_cos_wrapper_type_password_prompt {
  margin: 0 auto;
}

/* Error Page */


.cm_404_page .custom-error-container {
  flex-direction: column;
  align-items: center;
}

.cm_404_page .page-404__image {
  max-width: 300px;
  width: 100%;
}


.cm_404_page .flex_row .col6{
  width:100%;
}

.cm_404_page .custom-404-page .error-page{
  padding: 12px 0 160px;
}

.cm_404_page  .cst-content-wrapper{
  text-align:center;
}


.cm_404_page .cst-content-wrapper h4{
  font-family: var(--GilroyExtraBold);
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  padding-top: 12px;
  margin-bottom:20px;
}

.cm_404_page .custom-error-container .cst-image-wrapper{
  padding-left: 55px !important;
}

.cm_404_page .custom-error-container .cst-content-wrapper{
  padding-left: 53px !important;
}

.cm_404_page .cst-content-wrapper p{
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0 auto;
  max-width: 350px;
  padding: 0px 0 30px;
}

.cm_404_page a.hs-button{
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 100px;
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 22px;
  padding: 14px 32px;
  background: linear-gradient(274.72deg,rgba(2, 198, 197,1.0) 2.28%, rgba(63, 215, 179,1.0) 57.05%, rgba(139, 235, 156,1.0) 112%);
  color: rgba(255, 255, 255,1.0);
  border-width: 0px;
  border-color:rgba(2, 103, 128,1.0);

}

.cm_404_page a.hs-button:hover{
  background: linear-gradient(94.72deg, rgba(2, 198, 197,1.0) 2.28%, rgba(63, 215, 179,1.0) 57.05%, rgba(139, 235, 156,1.0) 112%);
  color: rgba(255, 255, 255,1.0);
  border-color:rgba(2, 103, 128,1.0);
}

.cm_404_page{
  background: #fff;
}

.scroll-header .header__right{
  padding-top: 0;
}

.cm-contact-us .text_block h4 {
  font-family: var(--GilroyExtraBold);
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  margin-bottom:0;
}

.cm-contact-us .text_block h6 {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  padding-top: 24px;
  margin-bottom:38px;
}

.cm-contact-us .text_block a {
  font-family:inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #02C6C5;
  padding: 6px 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.cm-contact-us .text_block a:hover {
  opacity: 0.5;
}




.cm-contact-us .flex_row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cm-contact-us.two-col-content .content-col .form_wrap{
  padding-top: 0;
}

.cm-contact-us .cont-inner{
  margin-left: -15px;
}

.cm-term-condition strong {
  color: #363636;
  letter-spacing: -0.01em;
}

.cm-term-condition p{
  margin-bottom: 0;
  margin-top: 0;
  padding: 14px 0 13px;
}

.cm-term-condition span{
  color: #363636;
}

.cm-term-condition ol{
  list-style: none;
  padding: 0;
  margin-bottom:0;
}

.cm-term-condition  ol li{
  margin-bottom: 0;
}

.cm-term-condition a {
  font-weight: 600;
  text-decoration-line: underline;
  color: #02C6C5;
}

.cm-train-body .description h4 {
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #363636;
  font-family: var(--GilroyExtraBold);
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 15px;
}

.cm-train-body .page-center{
  padding:0;
}

.cm-train-body .description p{
  font-size: 18px;
  line-height: 28px;
  color: #363636;
}

.two-col-content.cm-train-body .content-col .description{
  margin-bottom:0;
}

.cm-next-level .rich_text p{
  margin: 0;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  color: #000000;
}

.cm-look-inside.cm-train-body .description p{
  font-size: 16px;
  line-height: 1.95;
  margin-top: 7px;
}

.cm-look-inside.cm-train-body .description h4{
  line-height: 1.1;
}

.cm-look-inside .vid_trigger:before{
  background: linear-gradient(0.99deg, rgba(0, 0, 0, 0.5) -76.86%, rgba(1, 1, 1, 0) 98.32%);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;

}

.cm-look-inside .vid_trigger:after{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(230.86% 136.75% at 68% 118.86%, #02C6C5 0%, rgba(133, 233, 157, 0.85) 30.36%, rgba(155, 239, 150, 0) 90.2%);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  z-index: 6;
  opacity:0;

}

.cm-look-inside .vid_trigger:hover:after{
  opacity:1;
}

.cm-look-inside .vid_icn span:before{
  content: "";
  background-image:url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/video-icon.png);
  display: inline-block;
  width: 93px;
  height: 94px;
}

.two-col-content.cm-look-inside .vid_trigger .vid_icn svg{
  display:none;
}

.cm-look-inside .vid_trigger:hover .vid_icn span:before{
  background-image:url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/video-icon-hover.png);
}

.cm-ready.landing-banner .form-section {
  max-width: 100% !important;
}

.cm-ready .right-content {
  width: 100%;
}
.hs-landing-page .dnd_area-row-0-background-layers{
    background-position: 35% !important;
  }

.landing-banner.cm-ready .right-content{
  margin-left: -15px;
  margin-right: -15px;
}

.landing-banner.cm-ready  .form-section{
  padding: 0;
}

.cm-ready .hs-richtext h1{
  color: #33475b;
  font-weight: 700;
}


.cm-ready label{
  font-size: 12px;
}

.landing-banner.cm-ready form .hs-submit input.hs-button{
  width:auto;
}

.cm-ready form .hs-richtext p {
  font-size: 10px;
}

.cm-ready form  .actions {
  text-align: start;
}

.cm-ready.landing-banner .form-row .hs-form-field>label{
  margin-bottom:4px;
}

.cm-ready form label span{
  font-size:15px;
}


.cm-ready  input[type=text]{
  border-radius:3px;
}

.landing-banner.cm-ready form .hs-form-field input{
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  background-color: #f5f8fa;
}


.landing-banner.cm-ready form .hs-form-field input:focus {
  border-color: rgba(82, 168, 236, .8);
}

.landing-banner.cm-ready .form-row.hs-secondary .hs-button{
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-family: var(--Poppins);
  padding:12px 24px;
}

.cm-healium .video{
  margin: 0; 
  width: 100%;
  position: relative;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}

.cm-testinomial-slider.testimonials_sliderv2.img_al_right .left_col{
  text-align: center;
  max-width: 530px;
  display: table !important;
  margin: 0 auto;
  height: 345px;
  padding:0;
}

.cm-testinomial-slider h5{
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  padding-bottom: 18px;
  margin-bottom:0;
}

.cm-testinomial-slider.testimonials_sliderv2 .noImage .testmn_inner_outer{
  display:block;
}


.cm-testinomial-slider button.splide__arrow.splide__arrow--prev svg,.cm-testinomial-slider .splide .splide__arrow svg{
  display: none;
}

.cm-testinomial-slider button.splide__arrow.splide__arrow--prev:before{
  content:"";
  background-image:url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/left-slider-arrow.png);
  display: inline-block;
  width: 17px;
  height: 15px;
}

.cm-testinomial-slider .testimonials_sliderv2 .left_inner{
  margin-bottom: 0;
}

.cm-testinomial-slider button.splide__arrow.splide__arrow--next:before{
  content:"";
  background-image:url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/right-side-arrow.png);
  display: inline-block;
  width: 17px;
  height: 15px;
}

.cm-testinomial-slider .splide .splide__arrow--prev{
  left:95px;
}

.cm-testinomial-slider .splide .splide__arrow--next{
  right:95px;
}

.cm-testinomial-slider h6 {
  font-family: var(--GilroyExtraBold);
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  margin-bottom:0;
}

.cm-testinomial-slider p {
  font-family:inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #363636;
  margin:0;
}

.cm-testinomial-slider .flex_rowP{
  justify-content: center;
  align-items: center;
}

.cm-testinomial-slider .splide .splide__track{
  margin:0;
  padding-bottom: 85px;
  padding-top: 85px;
}

.cm-testinomial-slider.testimonials_sliderv2 .bottom_row{
  padding-bottom: 0;
}

.cm-testinomial-slider.testimonials_sliderv2 .left_inner{
  margin-bottom:0;
}

.cm-testinomial-slider .text_box img{
  position: absolute;
  top: 45.2%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.two-col-content.cm-healium .flex_row{
  margin-right: -15px;
  margin-left: -15px;
}

.two-col-content.cm-healium .description h4 {
  font-family: var(--GilroyExtraBold);
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  padding-top: 19px;
}
.cm-contact-us .hs_lastname {
  padding-left: 15px !important;
}

.cm-contact-us .hs_firstname {
  padding-right: 15px;
}

.cm-chief-scientist.cm-healium .content-col,.cm-specialization.cm-healium .content-col{
  max-width: 374px;
}

.cm-chief-scientist .cont-inner{
  padding-top: 41px;
}

.cm-chief-scientist .cont-inner img,.cm-specialization .cont-inner img{
  position: relative;
  top: 4px;
}

.cm-chief-scientist.two-col-content.cm-healium .description h4,
.cm-specialization.two-col-content.cm-healium .description h4{
  padding-top: 19px;
  margin-bottom: 0;
}

.cm-chief-scientist.two-col-content.cm-healium .description p,
.cm-specialization.two-col-content.cm-healium .description p {
  padding-top: 27px;
}


/* .cm-chief-scientist.two-col-content.cm-healium .description p>a,
.cm-specialization.two-col-content.cm-healium .description p>a{
color:rgb(0, 0, 238)
}
*/
.cm-specialization.cm-healium .content-col{
  padding-left:8px;
}

.cm-mental-stress .description p{
  font-size: 18px;
  line-height: 28px;
  color: #363636;
}

.cm-healium .cont-inner{
  max-width: 350px;
}




.cm-meditation-banner.shop-hero{
  width: 100%;
  height: 100%;
}

.cm-meditation-banner.shop-hero .shop-hero__particles{
  display: none;
}

.cm-meditation-banner.shop-hero .shop-hero__content-holder{
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cm-meditation-banner.shop-hero .shop-hero__content{
  height: 100vh;
}

/* .cm-sports.cm-healium.two-col-content .content-col .description p a {
color: rgb(0, 0, 238);
} */

.cm-mental-stress .content-col.col6{
  padding-top: 46px;
}

.cm-mental-stress.two-col-content .flex_row{
  margin-right: -15px;
  margin-left: -15px;
}

.cm-mental-stress.two-col-content .mediaimg {
  margin-top: -25px;
}

.two-col-content.cm-sports .content-col .description{
  margin-bottom:0;
}


.two-col-content.cm-healium.cm-sports .description h4{
  padding-top: 16px;
  margin-bottom:0;
}
.two-col-content.cm-healium.cm-sports .description h4+p {
  padding-top: 27px;
}

.two-col-content.cm-healium.cm-sports .description p{
  letter-spacing: -0.01em;
}

.cm-healium.cm-practice .cont-inner{
  margin-left:auto;
}

.cm-healium.cm-practice .description img+p{
  padding-top: 42px;
}
/* 
.cm-healium.cm-practice .description p a {
color: rgb(0, 0, 238);
} */

.cm-sports .description h6 {
  font-size: 26px;
  letter-spacing: -0.02em;
  font-family: var(--GilroyExtraBold);
  color: #363636;
  margin-bottom: 0;
  padding-top: 16px;
  line-height: 1.2em;
}

.cm-sports .description h6+p {
  padding-top: 27px;
}

.cm-brain-states .top_content h4 {
  font-family: var(--GilroyExtraBold);
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #363636;
  margin-bottom: 17px;
  text-align: center;
  margin-top: 48px;
}

.cm-healium.cm-practice .description p {
  letter-spacing: -0.01em;
}

.two-col-content.cm-healium.cm-sports .description img+p {
  padding-top: 44px;
}

.cm-brain-states  .top_sec{
  margin-bottom:180px;
}

.cm-brain-states.two-col-content .content-col .description p {
  font-size: 18px;
  line-height: 28px;
  color: #363636;
}

.cm-brain-states .description h4 {
  font-family: var(--GilroyExtraBold);
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #363636;
  padding-top: 37px;
  padding-bottom: 11px;
}

.cm-practice.two-col-content .content-col .description{
  margin-bottom: 0;
}

.cm-brain-states.two-col-content .content-col .description{
  margin-bottom:0;
}

.cm-brain-states.two-col-content .content-col .description p:first-child {
  padding-top: 23px;
}

.cm-brain-states.two-col-content .flex_row{
  margin-right: -15px;
  margin-left: -15px;
}

.cm-trigger.two-col-content .content-col .description{
  margin-bottom: 0;
}

.cm-trigger.two-col-content.cm-healium .description h4{
  margin-bottom:0;
}

.cm-trigger.two-col-content.cm-healium .description h4+p {
  padding-top: 27px;
}

.cm-mindful.cm-brain-states .top_sec{
  margin-bottom: 154px;
}

.cm-quit.cm-brain-states.two-col-content .content-col .description p:first-child{
  padding:0;
}

.featured-card.cm-neurofeedback .inner-col .med_icon .icon-column .img-wrap{
  max-width: 160px;
  margin: 0;
}
.featured-card.cm-neurofeedback .icon-column {
  padding:0;
}

.featured-card.cm-neurofeedback .page-center{
  padding:0;
}

.featured-card.cm-neurofeedback .page-center:not(.full_width) {
  padding: 0;
}
.featured-card.cm-neurofeedback .flex_row .icon-column.col4{
  width:20%;
}

.featured-card.cm-neurofeedback .flex_row .content-column.col8{
  width:76%;
  padding-left:54px;
}

.featured-card.cm-neurofeedback .inner-col .flex_row.left_icon{
  justify-content:flex-end;
}


.featured-card.cm-neurofeedback .flex_row .content-column.col8 h6 {
  font-size: 18px;
  line-height: 180%;
  padding-bottom: 21px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: #686868;
  font-weight: 500;
  font-family: var(--Poppins);
}

.featured-card.cm-neurofeedback .flex_row .content-column.col8 p {
  font-size: 18px;
  line-height: 190%;
  letter-spacing: -0.01em;
  color: #686868;
  margin: 0;
}

.large-video-grid__single-item.cm-neuro-video .large-video-grid__image-holder{
  max-width:100%;
  padding:0;
}

.cm-neurofeedback.va-narture-based .shop-video-grid__title p {
  font-size: 18px;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.01em;
  color: #686868;
  margin: 0;
  padding-bottom: 30px;
  max-width: 540px;
}

.shop-text-image.cm-two-col-veterans.cm-signup .shop-text-image__image-inner-holder img {
  height: 515px !important;
  width: 370px;
  object-fit: cover;
  float: inline-end;
}

.shop-text-image.cm-signup .shop-text-image__image-inner-holder{
  vertical-align: baseline;
}

.cm-two-col-veterans.cm-signup .shop-text-image__text-holder.shop-text-image__text-holder--right{
  max-width: 784px;
  padding: 31px 15px 0;
}

.shop-text-image.cm-signup .col-lg-6{
  padding:0;
}

.cm-two-col-veterans.shop-text-image.cm-healium .shop-hero__buttons p{
  line-height: 1.95;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-text-image__title{
  padding:0;
}

.cm-signup.cm-two-col-veterans.shop-text-image .btn-tablet-desktop .shop-hero__buttons{
  padding:0;
}

.cm-signup .shop-hero__buttons h5 {
  margin-bottom: 0;
  padding-bottom: 11px;
}

.cm-signup .shop-hero__buttons h2 {
  padding-top: 21px;
  color: #02C6C5;
  display: inline-block;
  margin-bottom: 0;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons h2+p {
  display: inline-block;
  font-family: var(--GilroyExtraBold);
  font-size: 32px ;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000000 ;
  margin-bottom:22px;
}


.cm-signup .shop-hero__buttons  ol {
  padding-top: 31px;
  padding-left: 15px;
}
.cm-signup .shop-hero__buttons ol>li {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
  color: #363636;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons ol+p {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: -0.01em;
  color: #686868;
  margin-bottom: 21px;
  margin-top: 30px;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons hr {
  width: 280px;
  margin: 0;
  background: #E7E7E7;
  height:2px;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons ul {
  list-style: none;
  padding-left: 0;
  padding-top: 21px;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons ul li {
  display: flex;
  margin-bottom:0;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons ul li img {
  height: 24px;
  width: 24px;
  margin-right: 15px;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons ul li p {
  margin: 0;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: -0.01em;
  color: #686868;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons ul li:first-child {
  margin-bottom: 16px;
}

.cm-healium-logo .top_content img {
  width: 150px;
  height: 67px;
}

.cm-healium-logo .top_content h4 {
  font-size: 48px;
  margin: 61px 0 48px !important;
  font-family: var(--GilroyExtraBold);
  font-style: normal;
  font-weight: 800;
  /* font-size: 40px; */
  line-height: 110%;
  color: #FAFAFA;
}



.cm-feedback-testimonial.testimonials_sliderv2.cm-testinomial-slider {
  padding: 170px 0 80px;
  overflow: visible;
}


.cm-success-rates.cm-two-col-veterans .shop-text-image__text-inner-holder{
  padding-left: 90px;
}
.cm-success-rates.cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right{
  max-width:100%;
}



.cm-success-rates.cm-two-col-veterans.shop-text-image .shop-text-image__image-holder{
  padding-right: 88px;
}

.cm-success-rates.cm-two-col-veterans.shop-text-image .shop-hero__buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cm-frequently.full-width-accordian.cm-accordion .accordion__item-title.ui-accordion__title{
  font-size: 16px;
}

.cm-neurofeedback.va-narture-based .shop-video-grid__title h4 {
  letter-spacing: -0.02em;
  margin-bottom:30px;
}

.cm-neurofeedback.shop-video-grid__title{
  padding-bottom: 16px;
}
.cm-sigup.cm-two-col-veterans.shop-text-image .col-lg-6.right-image{
  padding-top: 5px;
}

.cm-heailum-logo.logo_slider .top_sec{
  padding: 0;
}

.cm-sleep-banner.shop-hero .shop-hero__subtitle{
  font-family: var(--GilroyExtraBold);
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  padding-top: 35px;
  letter-spacing: normal;
}



.scroll-header.scroll-body header.header {
  align-items: center;
}
.scroll-header .header__right {
  padding-top: 0;
  margin-top: -5px;
  align-items: center;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-bottom: 0;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  top: 0;
}

.scroll-header .header__hamburger{
  top:-1px;
}

.cm-train .shop-hero__buttons.shop-hero__buttons--video-grid a {
  min-width: 100px;
  max-width: 100px;
  height: 50px;
  margin-bottom: 19px;
  z-index: 3;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  border-radius: 100px;
  text-align: center;
}

.cm-train .shop-hero__buttons.shop-hero__buttons--video-grid a+span {}

.cm-train .shop-hero__buttons.shop-hero__buttons--video-grid a>span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-neuro-video .shop-hero__buttons.shop-hero__buttons--video-grid {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cm-neuro-video .shop-hero__buttons.shop-hero__buttons--video-grid a {
  margin-top: 56px;
  margin-bottom: 35px;
  width: 280px;
  min-width: 100px;
  max-width: 100px;
  height: 50px;
  margin-bottom: 19px;
  z-index: 3;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  /*   color: #FFFFFF;
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
  border-radius: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.cm-neuro-video .shop-hero__buttons.shop-hero__buttons--video-grid a>span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-neuro-video .shop-hero__buttons.shop-hero__buttons--video-grid a>span:nth-child(2) {
  display: none;
}
.cm-neuro-video .trial-text {
  text-align: center;
  font-family:inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #363636;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons h2+p+ul>li>a{
  margin-top: 56px;
  margin-bottom: 35px;
  width: 280px;
  min-width: 100px;
  max-width: 100px;
  height: 50px;
  margin-bottom: 19px;
  z-index: 3;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  /*   color: #FFFFFF;
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
  border-radius: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top:0;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons h2+p+ul>li>a span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-signup.cm-two-col-veterans.shop-text-image .shop-hero__buttons h2+p+ul li {
  justify-content: center;
  align-items: center;
}

.cm-train .shop-hero__buttons.shop-hero__buttons--video-grid{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cm-train  .trial-text {
  font-size: 16px;
  color: #363636;
}

.cm-frequently.full-width-accordian.cm-accordion .accordion__item-text p {
  padding: 16px 0 15px;
  font-size: 14px;
  line-height: 1.95;
}



/* Header container */

@media (max-width: 1600px) {
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center {
    
    max-width: 949.9999999999999px;
    
  }

  .header .page-center,
  .header .primary-section .page-center{
    width: 100%;
    
    max-width: 949.9999999999999px;
    
  }
  .footer .page-center{
    width: 100%;
    
    max-width: 1083.3333333333333px;
    
  }
}

@media(max-width:1200px){
  header.header {
    padding: 71px 35px 12px;
  }
  .scroll-body header.header {
    padding: 31px 35px 12px;
  }
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center{
    
    max-width: 814.0px;
    
  }
  .header .page-center,
  .header .primary-section .page-center{
    width: 100%;
    
    max-width: 814.0px;
    
  }
  .footer .page-center{
    width: 100%;
    
    max-width: 928.2456140350877px;
    
  }

  .cm_404_page .custom-error-container .cst-image-wrapper{
    padding-left: 14px !important;
  }

  .cm_404_page .custom-error-container .cst-content-wrapper{
    padding-left: 14px !important;
  }

  .cm-testinomial-slider .splide .splide__arrow--prev{
    left: 2%;
  }
  .cm-testinomial-slider .splide .splide__arrow--next{
    right:2%;
  }

}
@media(max-width:1145px) and (min-width:992px){
  .header__special.menu-item a, .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    padding: 9px;
  }
}

.header__left {
  padding-top: 0;
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a {
  font-size: 48px;

}

.cm-featured .rich_text h2 {
  font-family: var(--GilroyExtraBold);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
}

.cm-va-burnout .shop-text-image__image-holder{
  padding-right:73px;
}


.cm-va-burnout.cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right{
  max-width:404px;
}

.cm-va-burnout.cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right{
  padding-top:0;
}
.cm-va-burnout.cm-two-col-veterans.shop-text-image .shop-hero__buttons p{
  line-height:1.95;
}

.cm-va-burnout.cm-two-col-veterans.shop-text-image .btn-tablet-desktop .shop-hero__buttons{
  padding-top:9px;
}



@media(max-width:1200px) and (min-width:992px){
  .shop-hero .shop-hero__subtitle {
    margin-bottom: 13px !important;
  }
}



@media(max-width:991px){
  .header__links.custom-menu-primary {
    display: none;
  }
  .header__logo-text {
    display: none;
  }
  header.header {
    margin-top: 50px;
    padding: 16px 20px 6px;
  }
  .main-menu__menu-holder .hs-menu-wrapper > ul > li a{
    font-size:40px;
    color: #363636;
  }

  .fixed-header-wrapper .col-lg-12{
    padding-right: 20px;
    padding-left: 20px;
  }
  .cm_404_page .custom-404-page .error-page{
    padding: 102px 0 120px;
  }
  .cm_404_page .cst-content-wrapper h4{
    font-size:40px;
  }

  .header .page-center,
  .header .primary-section .page-center{
    width: 100%;
    
    max-width: 720.0000000000001px;
    
  }

  .footer .page-center{
    width: 100%;
    
    max-width: 821.0526315789475px;
    
  }

  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center {
    
    max-width: 720.0000000000001px;
    
  }
  .cm-brain-states .top_content h4,.cm-brain-states .description h4{
    font-size:32px;
  }

  .cm-mindful.cm-brain-states .top_sec,.cm-brain-states .top_sec{
    margin-bottom:35px;
  }


  .shop-text-image.cm-two-col-veterans.cm-signup .shop-text-image__image-inner-holder img{
    height:auto !important;
    width:100%;
  }

  .cm-healium-logo .logos_row{
    flex-wrap:nowrap;
  }




}

@media(max-width:767px){
  .cm_404_page .custom-404-page .error-page{
    padding:72px 0 38px;
  }

  .cm_404_page .cst-content-wrapper h4{
    padding-top:4px;
  }

  .cm-contact-us .text_block h4{
    font-size: 40px;
  }

  .cm-contact-us .text_block{
    text-align:center;
  }

  .child-theme .hs-form-field{
    width: 100% !important;
  }
  .child-theme .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field{
    padding-right: 0;
  }
  .child-theme .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field{
    padding-left: 0;
  }
  .cm-contact-us .cont-inner{
    margin-left: 0;
  }

  .cm-contact-us .flex_row .col7{
    padding-left: 20px;
    padding-right: 20px;
  }

  .child-theme .actions{
    text-align: center;
    margin: 29px auto 0;
  }
  .child-theme .actions .hs-button{
    padding: 16px 55px;
  }

  .cm-header-v2 .fixed-header-wrapper .col-lg-12,
  .no-banner .fixed-header-wrapper .col-lg-12{
    padding-left: 6px;
  }

  .landing-banner.cm-ready .form-section{
    padding: 0 !important;
  }

  .cm-healium .content-col {
    max-width: 100%;
  }

  .cm-contact-us .hs_lastname{
    padding-left: 0 !important;
  }
  .cm-chief-scientist.cm-healium .content-col, .cm-specialization.cm-healium .content-col{
    max-width: 100%;
  }

  .two-col-content.cm-healium .description h4{
    font-size: 40px;
  }

  .cm-chief-scientist .cont-inner{
    padding-top:0;
  }

  .cm-mental-stress .content-col.col6{
    padding-top:22px;
  }
  .cm-mental-stress.two-col-content .flex_row{
    row-gap: 0;
  }

  .cm-healium .cont-inner {
    max-width: 100%;
  }

  .featured-card.cm-neurofeedback .flex_row .content-column.col8{
    padding-left:15px;
    width:100%;
  }
  .featured-card.cm-neurofeedback .flex_row .content-column.col8 h6{
    font-size:16px;
  }
  .featured-card.cm-neurofeedback .inner-col .flex_row.left_icon{
    justify-content:center;
  }

  .cm-success-rates.cm-two-col-veterans.shop-text-image .shop-text-image__image-holder{
    padding:0;
  }

  .cm-success-rates.cm-two-col-veterans .shop-text-image__text-inner-holder{
    padding:0;
  }
  .cm-header-v2 .fixed-header,
  .no-banner .fixed-header{
    min-height:unset;
  }

  .cm_404_page .custom-error-container .cst-content-wrapper {
    padding-left: 0 !important;
  }



}
@media(max-width:415px){
  .header__left {
    width: 25%;
  }
} 



/*  */

:root{
  --NothingYouCouldDo:'NothingYouCouldDo';
  --Poppins:'Poppins';
}

@font-face { 
  font-family: "Poppins";
  src: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face {
  font-family: "Poppins"; 
  src: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 500; 
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { 
  font-family: "Poppins"; 
  src: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  font-style: normal; 
  font-weight: 600; 
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { font-family: NothingYouCouldDo; src: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/fonts/NothingYouCouldDo-Regular.ttf) format("truetype"); font-weight: 400; }



.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 3px;
  height: 2px;
  background-color: #02C6C5;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover:after{
  opacity:0.5
}


.active .main-menu__menu-holder .hs-menu-wrapper > ul > li.active a {
  color: rgba(255, 255, 255,1.0);
}
.shop-text-image.mobile-companion-wrapper {
  padding-top: 23px;
}

.shop-text-image.mobile-companion-wrapper .shop-hero__buttons p a {
  font-weight: 600;
  text-decoration-line: underline;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.shop-text-image.mobile-companion-wrapper .shop-hero__buttons p a:hover {
  opacity: 0.5;
}

.shop-text-image.mobile-companion-wrapper .shop-text-image__image-holder--two-images {
  max-width: 100%;
}

.shop-text-image.mobile-companion-wrapper  .shop-text-image__platform-support img{
  width:auto;
}


.virtual-reality.shop-text-image .shop-text-image__platform-support img {
  width: auto;
  max-height: 26px;
}

.lity-lg-open,
.lity-open{
  overflow: hidden;
}


.cm-veterans-bn.shop-hero .shop-hero__button {
  height: auto;
  border-radius: 100px;
  display: inline-block;
  min-width: 150px;
  padding: 14px 28px;
  overflow: hidden !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  max-width: none;
}

.cm-veterans-bn.shop-hero .shop-hero__button {
  font-size: 18px;
  line-height: 28px;
}


.cm-veterans-bn.shop-hero .shop-hero__title {
  font-size: 72px;
  padding-bottom: 0;
  margin: 0;
}

.cm-veterans-bn.shop-hero .shop-hero__buttons {
  padding-top: 38px;
  padding-bottom: 8px;
}

.cm-veterans-bn.shop-hero .shop-hero__download {
  margin: 0;
  padding-top: 11px;
}


.cm-two-col-veterans .about__icon img {
  display: block;
}


.cm-two-col-veterans  .shop-text-image__text-holder.shop-text-image__text-holder--right {
  z-index: 10;
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  max-width: 350px;
}

.cm-two-col-veterans  .shop-text-image__text-inner-holder {
  display: table-cell;
  vertical-align: middle;
}

.cm-two-col-veterans.shop-text-image .shop-text-image__title {
  padding-top: 19px;
  padding-bottom: 0;
  line-height: 1.1;
}

.cm-two-col-veterans.shop-text-image .shop-hero__buttons p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  color: #686868;
  letter-spacing: -0.01em;
}

.cm-two-col-veterans.shop-text-image .shop-text-image__image-holder {
  max-width: 100%;
}

.cm-two-col-veterans.shop-text-image .shop-hero__buttons {
  padding: 0;
}

.cm-two-col-veterans.va-burnout .shop-text-image__text-holder.shop-text-image__text-holder--right {
  padding-top: 0;
}

.cm-two-col-veterans.va-burnout.shop-text-image .btn-tablet-desktop .shop-hero__buttons {
  padding-top: 27px;
}

.cm-two-col-veterans.va-burnout.shop-text-image .col-lg-6.right-image {
  padding: 0 15px;
}

.cm-two-col-veterans.va-burnout.shop-text-image .shop-hero__buttons p {
  margin-bottom: 18px;
}


.cm-middle-pane.cnt-wit-bg-wrp .rich_text p {
  float: left;
  font-family: var(--GilroyExtraBold);
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
}

.cm-middle-pane.cnt-wit-bg-wrp .rich_text {
  float: left;
  font-family:var(--GilroyExtraBold);
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 13px 27px 0 0;
}

.cm-middle-pane.cnt-wit-bg-wrp .content_widget.text_center {
  display: inline-block;
}

.cm-middle-pane.cnt-wit-bg-wrp .content_widget .btn_row {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  width: auto;
}

.cm-middle-pane.cnt-wit-bg-wrp .btn_item {
  float: left;
}

.cm-middle-pane.cnt-wit-bg-wrp .btn_item a ,
.cs-success-team-left a.btn_cm_style_one,
.athletic-bottom-pane  a.btn_cm_style_one,
.left-content-right.two-col-content  a.btn_cm_style_one{
  font-family:inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  /*   color: #FFFFFF;
  background: -moz-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: -webkit-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  min-width: 150px;
  padding: 14px 28px;
  overflow: hidden !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
  position: relative;
}

/* .cm-middle-pane.cnt-wit-bg-wrp .btn_item a:before ,
.cs-success-team-left a.hs-sec-btn:before,
.athletic-bottom-pane  .hs-sec-btn:before,
.left-content-right.two-col-content  a.hs-sec-btn:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: -moz-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
background: -webkit-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity = 0);
-webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: opacity;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
*/
.cm-middle-pane.cnt-wit-bg-wrp .btn_item a:hover:before,
.cs-success-team-left a.hs-sec-btn:hover:before,
.athletic-bottom-pane  a.hs-sec-btn:hover:before,
.left-content-right.two-col-content  a.hs-sec-btn:hover:before{
  opacity: 1;
}

.cm-middle-pane.cnt-wit-bg-wrp  .page-center {
  text-align: center;
}

.cm-middle-pane.cnt-wit-bg-wrp .btn_item a span ,
.cs-success-team-left a.hs-sec-btn span ,
.athletic-bottom-pane  a.hs-sec-btn span,
.left-content-right.two-col-content  a.hs-sec-btn  span{
  position: relative;
}

.hs_cos_wrapper_type_rich_text p a {
  text-decoration-line: underline;
}

.hs_cos_wrapper_type_rich_text p a:hover {
  opacity: 0.5;
}

.cm-bridging-nature.shop-text-image .shop-text-image__image-holder--two-images {
  max-width: 100%;
}

.cm-bridging-nature.shop-text-image .shop-hero__buttons p a,
.cm-two-col-veterans.va-burnout.shop-text-image .btn-tablet-desktop .shop-hero__buttons p a{
  text-decoration-line: underline;
  font-weight: 600;
}

.cm-bridging-nature.shop-text-image.shop-hero__buttons p a:hover,
.cm-two-col-veterans.va-burnout.shop-text-image .btn-tablet-desktop .shop-hero__buttons p a:hover{
  opacity: 0.5;
}


.va-narture-based .shop-video-grid__title {
  font-size: 48px;
  line-height: 110%;
  color: #363636;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #E7E7E7;
}

.va-narture-based .shop-video-grid__videos-holder {
  padding: 89px 0px 32px;
}

.va-narture-based .shop-video-grid__videos-holder .shop-video-grid__single-video {
  padding: 0;
}

.cm-terms-conditions.two-col-content .flex_row {
  margin: 0 -15px;
  row-gap: 0;
}

.cm-terms-conditions.two-col-content .content-col .description {
  margin-bottom: 54px;
}

.cm-terms-conditions.two-col-content .content-col h2,
.cm-terms-conditions.two-col-content .content-col h3, 
.cm-terms-conditions.two-col-content  .content-col h4, 
.cm-terms-conditions.two-col-content .content-col h5,
.cm-terms-conditions.two-col-content  .content-col h6, 
.cm-terms-conditions.two-col-content  .content-col p {
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0;
  padding: 14px 0 13px;
  font-family:inherit;
}

.cm-terms-conditions.two-col-content .content-col p a {
  font-weight: 600;
  color: #02C6C5;
  text-decoration-line: underline;
}

.cm-terms-conditions.two-col-content .content-col p a:hover {
  opacity: 0.5;
}

.cm-terms-conditions.two-col-content  .content-col h4{
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

.full-width-accordian .accordion_title h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding-bottom: 80px;
  margin-bottom:0;
}

.full-width-accordian.cm-accordion .accordion__content {
  position: static;
  max-width: none;
  transform: none;
}

.full-width-accordian .accordion__content-holder {
  padding-top: 0;
}

.full-width-accordian.cm-accordion .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.full-width-accordian.cm-accordion .accordion__content-wrapper {
  max-width: none;
}


.full-width-accordian.cm-accordion .accordion__item-text {
  color: #363636;
}

.full-width-accordian.cm-accordion  .accordion_title {
  padding: 0 15px;
}


.full-width-accordian.cm-accordion .accordion__item-title.ui-accordion__title {
  font-size: 18px;
  line-height: 20px;
  color: #363636;
  position: relative;
  padding: 37px 0 20px;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
}

.full-width-accordian.cm-accordion .accordion__content-wrapper {
  border-top: 2px solid #E7E7E7;
}
.full-width-accordian.cm-accordion .accordion__item-text {
  font-size: 18px;
  line-height: 28px;
  max-width: 80%;
}

.full-width-accordian.cm-accordion .accordion__item-text p {
  padding: 16px 0 15px;
}

.full-width-accordian.cm-accordion span.accordion__item-arrow {
  height: 47px;
  position: absolute;
  right: 1px;
  top: 23px;
  width: 47px;
}

.full-width-accordian.cm-accordion  span.accordion__item-circle circle {
  stroke-dashoffset: 75;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  stroke-dashoffset: 75;
  will-change: stroke-dashoffset;
}

.full-width-accordian.cm-accordion .accordion__item-title.ui-accordion__title:hover .accordion__item-circle circle {
  stroke-dashoffset: 0;
}

.full-width-accordian.cm-accordion .accordion__item.ui-accordion__item {
  border-bottom: 2px solid #E7E7E7;
}

.full-width-accordian.cm-accordion .accordion__item:after{
  content:none;
}


.cm-accordion .accordion__item.open span.accordion__item-circle svg{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials_sliderv2.cm-testinomial-slider img.overlay_image{
  height: unset;
  max-width: unset;
}

.healius-ft-size.cm-accordion .accordion__item-text {
  font-size: 18px;
  line-height: 28px;
}

.healius-ft-size.cm-accordion a{
  font-weight: 600;
  text-decoration-line: underline;
}

.healius-ft-size.cm-accordion a:hover{
  opacity:0.5;
}

.navbar_module_wrapper .cm_nv_wrp.cm-links-nav .btn_item a {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  /*   color: #FFFFFF;
  background: -moz-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: -webkit-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%) !important; */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  min-width: 150px;
  padding: 14px 28px;
  overflow: hidden !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* .navbar_module_wrapper .cm_nv_wrp.cm-links-nav .btn_item a.hs-sec-btn:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: -moz-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
background: -webkit-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: opacity;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
} */
.navbar_module_wrapper .cm_nv_wrp.cm-links-nav .btn_item a.hs-sec-btn span {
  position: relative;
}

.navbar_module_wrapper .cm_nv_wrp.cm-links-nav .btn_item a.hs-sec-btn:hover:before {
  opacity: 1;
}

.buzz-font.cm-veterans-bn.shop-hero .shop-hero__title {
  font-size: 64px;
  padding-bottom: 11px;
  letter-spacing: normal;
}
.buzz-font.cm-veterans-bn.shop-hero .shop-hero__download {
  padding: 0;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .flex-row {
  margin: 0 -15px;
  gap: 0;
  justify-content: start;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .tp-img {
  margin-bottom: 0;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .col-title {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #909090;
  padding: 23px 0 16px;
  display: block;
  text-align: left;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .tp-img-cnt-inner h6 {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  will-change: color;
  -webkit-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
  padding-top: 4px;
  display: block;
  margin-top: 0;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .inner_spacing a:hover .tp-img-cnt-inner h6 {
  color: #02C6C5;
}

.cm-buzz-top-img.cnt-wit-tp-img-wrp .cnt-col {
  padding-bottom: 37px;
}

.buzz-latest-blog-post .title {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  color: #000000;
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 39px;
  text-align: left;
  margin-bottom:0;
}

.buzz-latest-blog-post .top_sec.noButton {
  padding: 0;
  margin:0;
}

.buzz-latest-blog-post.blog-feedv3 .feed-outer-wrp {
  margin: 0 -15px;
  padding: 65px 0 0px;
}
.buzz-latest-blog-post.blog-feedv3  .left_col .hs-featured-wrp .feature_img {
  padding-bottom: 61%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.buzz-latest-blog-post.blog-feedv3 .recent-post-item3 {
  position: relative;
  max-width: 595px;
}
.buzz-latest-blog-post.blog-feedv3 .left_col .hs-featured-wrp {
  height: auto;
  border-radius: 0;
}

.buzz-latest-blog-post.blog-feedv3 .left_col .recent-post-item3 .post-btm {
  padding: 0;
  margin: 0;
}

.buzz-latest-blog-post.blog-feedv3 .meta_wrap {
  padding: 0;
  margin: 0;
  row-gap: 0;
}

.buzz-latest-blog-post.blog-feedv3 .meta_wrap>span {
  background: transparent;
  margin: 0;
  padding: 0 !important;
}

.buzz-latest-blog-post.blog-feedv3 .meta_wrap span.icon_img {
  display: none;
}

.buzz-latest-blog-post.blog-feedv3 .meta_wrap span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  color: #909090;
  padding-top: 25px;
}

.buzz-latest-blog-post.blog-feedv3  .left_col  .recent-post-title {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin:0;
  padding-top: 14px;
  will-change: color;
  -webkit-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.buzz-latest-blog-post.blog-feedv3  .left_col  .recent-post-title:hover a{
  color: #02c6c5;
}
.buzz-latest-blog-post.blog-feedv3  .left_col  .recent-post-title a{
  color: #363636;
}

.buzz-latest-blog-post.blog-feedv3  .left_col  p.item_descr {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  padding-top: 8px;
  margin: 0;
}
.buzz-latest-blog-post.blog-feedv3   .right_col .flex_row {
  flex-direction: row-reverse;
}

.buzz-latest-blog-post.blog-feedv3 .right_col .meta_wrap {
  display: none;
}

.buzz-latest-blog-post.blog-feedv3   .right_col .recent-post-title {
  padding: 0;
  margin: 0 0;
  line-height: 1.2em;
  font-size: 30px;
  margin-bottom: 0;
}

.buzz-latest-blog-post.blog-feedv3   .right_col .recent-post-title a {
  color: #363636;
}

.buzz-latest-blog-post.blog-feedv3   .right_col p.item_descr {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
  padding-top: 4px;
  padding-right: 36px;
  max-width: 285px;
  margin-left: auto;
  margin: 0;
}

.buzz-latest-blog-post.blog-feedv3 .right_col .recent-post-item3 {
  padding-bottom: 48px;
  margin: 0;
}

.buzz-latest-blog-post.blog-feedv3  .right_col .recent-post-item3:not(:last-child) {
  margin-bottom: 0px;
}

.buzz-latest-blog-post.blog-feedv3  .right_col .hs-featured-wrp .feature_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 78.13%;
  position: static;
  height: auto;
}

.buzz-latest-blog-post.blog-feedv3  .right_col .recent-post-item3 .post-btm {
  max-width: calc(100% - 160px);
  width: calc(100% - 160px);
  padding-right: 10px;
  padding-left:0;
}

.blog-feedv3 .right_col .hs-featured-wrp {
  width: 160px;
  border-radius: 0;
}

.cm-train-body.cm-look-inside.two-col-content .video_popup_modal {
  background: rgba(0, 0, 0, 0.9);
}

.cm-healium.two-col-content .cm_vb video {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  position: static;
}
.cm-train-body p a {
  text-decoration-line: underline;
  font-weight: 600;
}

.cm-train-body p a:hover {
  opacity: 0.5;
}

.custom-container.cm-train-body  .description p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  max-width: 60%;
  padding-top: 13px;
  margin: 0;
  padding-bottom: 62px;
}

.custom-container.cm-train-body  .description h4 {
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  max-width: 90%;
  padding-top: 19px;
  padding-bottom: 0;
}

.custom-container.cm-train-body  .description span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  color: #909090;
}

.btn-icon.two-col-content.cm-train-body .content-col .description a {
  padding-top: 62px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #02C6C5;
  padding: 4px 4px 4px 0;
  position: relative;
  display: inline-block;
  top: -4px;
}

.btn-icon.two-col-content.cm-train-body .content-col .description a span {
  position: absolute;
  top: -10px;
  right: -9px;
}

.btn-icon.two-col-content.cm-train-body .content-col .description a span:last-child {
  padding: 0 9px;
  position: static;
}

.diff-font.two-col-content.cm-healium .description h4 {
  letter-spacing: -0.02em;
  padding-top: 19px;
  line-height: 1.2em;
  padding-bottom: 27px;
  margin: 0;
}

.diff-font.two-col-content .content-col .description {
  margin-bottom: 0;
}

.faq-accordion.full-width-accordian .accordion_title h2 {
  text-align: center;
}

.faq-accordion.full-width-accordian.cm-accordion .accordion_title {
  width: 100%;
}

.faq-accordion.full-width-accordian.cm-accordion .accordion__item-title.ui-accordion__title {
  font-size: 18px;
  line-height: 20px;
}
.faq-accordion.full-width-accordian.cm-accordion .accordion__item-text {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: -0.01em;
}

.faq-accordion.full-width-accordian.cm-accordion .accordion__item-text a {
  font-weight: 600;
  text-decoration: underline;
}

.faq-accordion.full-width-accordian.cm-accordion .accordion__item-text a:hover {
  opacity: 0.5;
}

.hs_cos_wrapper_type_rich_text p a {
  font-weight: 600;
  text-decoration-line: underline;
}

.hs_cos_wrapper_type_rich_text p a:hover {
  opacity: 0.5;
}

.pricing-healium-pro span.counter {
  display: none;
}

.pricing-healium-pro .title {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #363636;
  text-align: left;
  margin-bottom: 0;
}

.pricing-healium-pro .top_sec.noButton {
  margin: 0;
  padding: 0;
}

.two-col-content.pricing-healium-pro  .flex_row.flex_center {
  margin: 0 -15px;
}

.two-col-content.pricing-healium-pro .content-col .description {
  margin: 0;
}


.two-col-content.pricing-healium-pro .feature-wrapper {
  display: table;
  padding-top: 28px;
  width: 100%;
  margin: 0;
}

.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp {
  width: 34.1%;
  position: relative;
  display: table-cell;
  max-width: 100%;
  padding-top: 30px;
}

.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp .number {
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #02C6C5;
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 64px;
}

.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp .counter-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363636;
  opacity: 0.3;
  font-family: var(--Poppins);
}
.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 8px;
  width: 2px;
  background-color: #E7E7E7;
}

.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:nth-child(2) {
  width: 36.6%;
  padding-left: 37px;
  position: relative;
}

.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:nth-child(3) {
  width: auto;
  vertical-align: top;
  padding: 12px 20px 0 40px;
}
.two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:nth-child(3) .counter-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  font-family: var(--Poppins);
  opacity: 1;
}

.two-col-content.pricing-healium-pro .flex_row.flex_center {
  gap: 0;
}

.two-col-content.pricing-healium-pro  .media_column.img-col.col12 {
  padding: 86px 0 98px;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-success-logo  .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
  margin: 0;
}

.cm-success-logo .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 76px;
  height: 2.919px;
  background: #363636;
}

.cm-success-logo.logo_slider.noDotsArrowsAdded .top_sec.noButton {
  padding: 0;
  margin-bottom: 0;
}

.cm-success-logo  .top_content {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.18px;
  padding-top: 100px;
  color: #363636;
}

.cm-success-logo .logos_row{
  margin:0;
}
.cm-success-logo .bottom_row {
  margin: 0 auto;
  padding-top: 43px;
}



.cm-success-logo.logo_slider .logo_item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cm-success-logo.logo_slider .logo_inner {
  display: flex;
  width: 100%;
  height: 205px;
}

.cm-success-logo.logo_slider .logo_item.hoverGrey img {
  max-height: 70px;
  max-width: 100%;
}

.success-stories.cnt-wit-bg-wrp.cm-blog-bottom .rich_text h3 {
  padding-bottom: 20px;
}

.success-stories.cnt-wit-bg-wrp.cm-blog-bottom .rich_text h3 strong {
  background: #02C6C5;
  background: linear-gradient(to left, #02C6C5 0%, #3FD7B3 70%, #8BEB9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success-stories.cnt-wit-bg-wrp.cm-blog-bottom .rich_text h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 9px;
  padding-bottom: 61px;
  text-align: center;
  font-family: var(--Poppins);
  color: #FAFAFA !important;
  margin: 0;
}

.success-stories.cnt-wit-bg-wrp.cm-blog-bottom .btn_row {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.success-stories .btn_item a.hs-sec-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  transition: all 2s linear;
}

.success-stories .btn_item a.hs-sec-btn:hover {
  background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  border-color: transparent;
  transition: 2s all ease;
}

.cs-success-team.two-col-content .content-col .description p {
  text-align: center;
  font-family: var(--NothingYouCouldDo);
  max-width: 350px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 56px;
  margin-top: 0;
  color: #363636;
}

.cs-success-team.two-col-content .content-col .description span {
  color: #363636;
  font-family:inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: -0.16px;
  max-width: 350px;
  display: block;
  text-align: center;
}

.cs-success-team .content-col.col6 {
  padding-right: 10px;
  margin: 20px 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cs-success-team.cm-healium .cont-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 478px;
  position: relative;
  align-items: center;
}

.cs-success-team.two-col-content .content-col .description {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cs-success-team.two-col-content  .flex_row.flex_center {
  align-items: start;
}

.cs-success-team.two-col-content .content-col .css-f-quote__background {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-height: 584px;
  height: 100%;
  aspect-ratio: 1 / 1;
}


.cs-success-team.two-col-content .content-col  svg {
  width: 100%;
  height: 100%;
}

.cs-success-team.two-col-content  .media_column.img-col.col6 {
  padding-left: 10px;
}

.cs-success-team.two-col-content .single-img {
  max-width: 582px;
  max-height: 732px;
  height: 732px;
}

.cs-success-team.two-col-content .mediaimg .single-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-success-team-left.two-col-content .media_column.img-col.col6 {
  padding-right: 10px;
}

.cs-success-team-left.two-col-content .single-img {
  max-width: 508px;
  max-height: 667px;
  margin-left: auto;
}


.cs-success-team-left.two-col-content .mediaimg .single-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cs-success-team-left.two-col-content .content-col.col6 {
  padding-left: 10px;
}

.cs-success-team-left.two-col-content.cm-healium .cont-inner {
  padding: 189px 0 0 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
}


.cs-success-team-left.two-col-content.cm-healium .description h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
  padding-top: 0;
}

.cs-success-team-left.two-col-content.cm-healium .description p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0;
  margin: 0;
}

.cs-success-team-left.two-col-content.cm-healium .content-col .description {
  margin-bottom: 0;
}


.cs-success-team-left a.btn_cm_style_one {
  font-size: 15px;
  line-height: 22px;
}

.mb-banner.shop-hero .shop-hero__title {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: normal;
}

.ft-small-size.healius-ft-size.cm-accordion .accordion__item-text {
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
}

.small-font.cm-two-col-veterans.va-burnout.shop-text-image .shop-hero__buttons p {
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
}

.ahtletic-two-column .content-col.col6 {
  max-width: 350px;
  padding-right: 0;
}
.ahtletic-two-column .media_column.img-col.col6 {
  padding-left: 0;
}

.ahtletic-two-column.two-col-content .content-col .description {
  margin-bottom: 0;
}

.ahtletic-two-column.two-col-content .content-col .description h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.8px;
}
.ahtletic-two-column.two-col-content .content-col .description p:last-child {
  margin-bottom: 0;
}
.ahtletic-two-column.two-col-content .content-col .description h2+ p {
  margin-top: 35px;
}

.ahtletic-two-column .single-img img {
  display: block;
  width: 100%;
  max-width: 350px;
  max-height: 572px;
  object-fit: contain;
  height: 100%;
}

.ahtletic-two-column  .single-img {
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 100%;
  max-width: 350px;
  max-height: 572px;
  object-fit: contain;
  margin-bottom: 0;
}

.ahtletic-two-column.two-col-content .flex_row {
  margin: 0 -15px;
}
.ahtletic-two-column.two-col-content .content-col .description p {
  color: #000;
  letter-spacing: -0.14px;
  line-height: 190%;
}

.bg-on-content.ahtletic-two-column .single-img {
  margin-right: auto;
  margin-left: 0;
}

.bg-on-content.ahtletic-two-column .media_column.img-col.col6 {
  padding-right: 0;
  padding-left: 15px;
}

.bg-on-content.ahtletic-two-column .content-col.col6 {
  padding-left: 0;
  padding-right: 0px;
}

.bg-on-content.ahtletic-two-column .single-img {
  margin-right: auto;
  margin-left: 0;
}

.bg-on-content.ahtletic-two-column .media_column.img-col.col6 {
  padding-right: 0;
  padding-left: 15px;
}

.bg-on-content.ahtletic-two-column .content-col.col6 {
  padding-left: 0;
  padding-right: 15px;
}

.bg-on-content.ahtletic-two-column .css-f-quote__background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-height: 584px;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.bg-on-content.ahtletic-two-column .css-f-quote__background svg {
  width: 100%;
  height: 100%;
}

.bg-on-content.ahtletic-two-column .cont-inne {
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.bg-on-content.ahtletic-two-column.two-col-content .content-col .description p {
  color: #363636;
  text-align: center;
  font-family:var(--NothingYouCouldDo);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 350px;
}

.bg-on-content.ahtletic-two-column.two-col-content .content-col .description p+p {
  margin-bottom: 56px;
}

.bg-on-content.ahtletic-two-column.two-col-content .content-col .description span {
  color: #363636;
  font-family: var(--Poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: -0.16px;
  max-width: 350px;
  display: block;
  text-align: center;
}

.bg-on-content.ahtletic-two-column .content-col.col6 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-width: none;
}

.bg-on-content.ahtletic-two-column.two-col-content .flex_row{
  height:100%;
  align-items: unset;
}

.ahtletic-two-column blockquote {
  font-family: var(--NothingYouCouldDo);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  color: #000;
}

.ahtletic-two-column .single-img{
  position: relative;
}

.ahtletic-two-column figcaption.css-image__caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 39px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: var(--NothingYouCouldDo);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ahtletic-two-column.two-col-content .content-col .description> p {
  margin-top: 0;
}

.cm-three-factors .title {
  color: #02C6C5;
  font-family:var(--GilroyExtraBold);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.8px;
  padding-bottom: 39px;
  border-bottom: 2px solid #E7E7E7;
  text-align: left;
  margin: 0;
}

.cm-three-factors .top_sec.noButton {
  padding: 0;
  margin-bottom: 0;
}

.cm-three-factors.card_gallery .bottom_row.notshadow .rowGap15 {
  padding-top: 39px;
  display: flex;
  row-gap: 55px;
  justify-content: space-between;
}

.cm-three-factors.card_gallery .card_item.col4 {
  width: 274px;
  padding: 0;
}

.cm-three-factors.card_gallery .card_inner {
  padding: 0;
  overflow: visible;
}


.cm-three-factors.card_gallery .card_content h6 {
  color: #363636;
  font-family: var(--GilroyExtraBold);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 48px;
  white-space: nowrap;
}

.cm-three-factors.card_gallery .card_content p {
  font-size: 14px;
  margin-bottom: 1em !important;
  letter-spacing: -0.14px;
}

.cm-three-factors.card_gallery .card_content p a {
  font: inherit;
  font-weight: 600;
  text-decoration-line: underline;
}
.cm-three-factors.card_gallery .card_item.text_left .btn_row {
  display: inline;
}

.cm-journey.cm-middle-pane .content_widget.text_center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.cm-journey.cm-middle-pane  .rich_text {
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: #FFF;
  text-align: center;
  font-family:var(--GilroyExtraBold);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 0;
}

.cm-journey.cm-middle-pane.cnt-wit-bg-wrp .btn_item a {
  display: inline-flex;
  padding: 12px 28px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 22px;
}

.athletic-bottom-pane.dnd_padd .page-center {
  position: relative;
  padding: 0;
}

.athletic-bottom-pane .css-end__background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-height: 740px;
  height: 740px;
  aspect-ratio: 1 / 1;
}

.athletic-bottom-pane .css-end__background svg {
  width: 100%;
  height: 100%;
}

.athletic-bottom-pane .content_widget.text_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 524px;
  margin: 0 auto;
  position: relative;
}

.athletic-bottom-pane.cnt-wit-bg-wrp .title {
  color: #363636;
  text-align: center;
  font-family: var(--GilroyExtraBold);
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.12px;
  padding-bottom: 46px;
  margin-bottom: 46px;
  position: relative;
  max-width: 422px;
}

.athletic-bottom-pane.cnt-wit-bg-wrp .title:before {
  content: "";
  display: block;
  max-width: 282px;
  width: 100%;
  height: 1px;
  background: #363636;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3D(-50%, 0, 0);
  -moz-transform: translate3D(-50%, 0, 0);
  -ms-transform: translate3D(-50%, 0, 0);
  -o-transform: translate3D(-50%, 0, 0);
  transform: translate3D(-50%, 0, 0);
}

.athletic-bottom-pane .rich_text p {
  color: #363636;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: -0.18px;
  margin: 0;
}

.athletic-bottom-pane .rich_text p strong {
  color: #02C6C5 ;
  font-weight: 600;
}

.athletic-bottom-pane .btn_item a {
  margin-top: 46px;
  font-size: 15px;
  line-height: 22px;
}

.athletic-bottom-pane.cnt-wit-bg-wrp .content_widget .btn_row {
  margin: 0;
}

.cm-three-factors.card_gallery .card_box .it_title {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}

.only-para.bg-on-content.ahtletic-two-column.two-col-content .content-col .description p {
  margin-bottom: 56px;
}

.work-font.mb-banner.shop-hero .shop-hero__title,
.mb-banner.cm-sleep-banner.shop-hero .shop-hero__title{
  padding-bottom: 27px;
  margin: 0;
  position: relative;
}

.work-font.shop-hero .shop-hero__subtitle {
  padding-top: 35px;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--GilroyExtraBold);
  letter-spacing: normal;
}

.work-font.mb-banner.shop-hero .shop-hero__title:after ,
.mb-banner.cm-sleep-banner.shop-hero .shop-hero__title:after 
{
  content: '';
  width: 76px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX( 50% , 50%);
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-font.mb-banner.shop-hero .shop-hero__download {
  display: inline;
}
.title-Healium.two-col-section .row .large-video-grid__title {
  font-size: 26px;
  margin: 0 0;
  line-height: 1.2em;
  letter-spacing: normal;
}

.title-Healium.two-col-section .row .large-video-grid__text-holder {
  max-width: 100%;
}

.title-Healium.two-col-section .row .large-video-grid__title {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.96px;
  color: #363636;
  padding-top: 23px;
  font-size: 26px;
  line-height: 1.2em;
}

.title-Healium.two-col-section .row .video-grid__text {
  font-family:inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
  padding-top: 22px;
}

.title-Healium.two-col-section .row .col-lg-6 {
  padding-top: 10px;
}

.title-Healium .large-video-grid__text-inner-holder {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
}

.title-Healium.two-col-section .row .large-video-grid__image-holder {
  padding: 20px 0;
}

.title-Healium.two-col-section .row .col-lg-6 {
  padding: 0 15px;
}

.title-Healium.two-col-section .row .large-video-grid__image-holder a.large-video-grid__image {
  padding-bottom: 69.215%;
}

.no-achor-st.two-col-content.cm-train-body .content-col .description a {
  font-size: inherit;
  top: 0;
  padding: 0;
}

.simple-text h3 {
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0;
  padding: 14px 0 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  font-family: var(--Poppins);
}

.simple-text p {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0;
  padding: 14px 0 13px;
}

.simple-text p a {
  font-weight: 600;
  text-decoration-line: underline;
}

.simple-text p a:hover {
  opacity: 0.5;
}

.simple-text p img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.simple-text h2 {
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0;
  padding: 14px 0 13px;
  font-size: 20px;
  font-family: var(--Poppins);
}

.simple-text h4 {
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0;
  padding: 14px 0 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  font-family: var(--Poppins);
}

.ra-style h6 {
  padding-top: 37px;
  padding-bottom: 11px;
  letter-spacing: -0.02em;
  font-size: 26px;
  line-height: 1.2em;
}

section.logo-grid.logo-grid--4.accolades-logos .logo-grid__title {
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 7.5px;
  font-style: normal;
  font-weight: 600;
}



section.logo-grid.logo-grid--4.three-col-logo.accolades-logos .logo-grid__grid {
  padding-top: 43px;
}

.three-col-logo.accolades-logos .logo-grid__grid.desktop .content-wrapper {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}



.heding-text h6.title {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0 auto;
  position: relative;
  padding: 51px 0;
}

.heding-text  h6.title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(269.91deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  background: -webkit-linear-gradient(269.91deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  background: linear-gradient(269.91deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  bottom: 0;
}

.heding-text h6.title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(269.91deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  background: -webkit-linear-gradient(269.91deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  background: linear-gradient(269.91deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  top: 0;
}

.heding-text .rich_text {
  font-size: 48px;
  padding-top: 79px;
  line-height: 1.25;
  color: #363636;
  z-index: 7;
  position: relative;
}

.heding-text .rich_text h2 {
  margin-bottom: 0;
  font-size: 48px;
}

.shop-hero.background-banner-img.banner-wrapper.mb-banner{
  width: 100%;
  height: 100vh;
}

.diff-sub.mb-banner.work-font.shop-hero .shop-hero__subtitle {
  padding-top: 45px ;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 540px;
  margin: 0 auto;
}

.cm-testimonial-thoreau.testimonials_slider .testmn_inner {
  box-shadow: none;
  padding: 0;
}

.cm-testimonial-thoreau.testimonials_slider .testmn_inner {
  box-shadow: none;
  padding: 0;
}

.cm-testimonial-thoreau.testimonials_slider .card_quote p {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  max-width: 540px;
  margin: 0 auto;
}

.cm-testimonial-thoreau.testimonials_slider .card_content.fullauth h4 {
  font-family: var(--GilroyExtraBold);
  line-height: 1.25;
  color: #363636;
  z-index: 7;
  position: relative;
  font-size: 24px;
  padding-top: 23px;
  margin: 0;
}

.cm-testimonial-thoreau.testimonials_slider .card_content {
  margin: 0;
}

.cm-testimonial-thoreau.testimonials_slider .card_box {
  position: relative;
  padding: 230px 0;
}

.cm-testimonial-thoreau.testimonials_slider .card_quote {
  position: relative;
  z-index: 9;
}

.full-contnet-width.two-col-section .row .large-video-grid__text-holder {
  max-width: 100%;
}

.full-contnet-width.two-col-section .row .video-grid__text p {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
}

.full-contnet-width.two-col-section .row .large-video-grid__image-holder {
  padding: 0 15px;
  padding: 98px 15px;
}

.full-contnet-width.two-col-section .row {
  align-items: center;
}

.content-right-align.full-contnet-width.two-col-section .row {
  flex-direction: row-reverse;
}

.cm-sports blockquote {
  margin: 16px 40px;
  border: none;
  padding: 0;
}

.bg-gradient:before {
  z-index: 6;
  content: "";
  position: absolute;
  width: 114.86vw;
  max-width: 1654px;
  height: 122.22vw;
  max-height: 1760px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -moz-linear-gradient(244.77deg, rgba(255, 255, 255, 0) 33.4%, #FFFFFF 81.35%);
  background: -webkit-linear-gradient(244.77deg, rgba(255, 255, 255, 0) 33.4%, #FFFFFF 81.35%);
  background: linear-gradient(244.77deg, rgba(255, 255, 255, 0) 33.4%, #FFFFFF 81.35%);
}

.full-contnet-width.two-col-section .row .large-video-grid__image-holder a.large-video-grid__image {
  padding-bottom: 69.89%;
}

.full-contnet-width.two-col-section .row .video-grid__text p a {
  text-decoration-line: underline;
  color: #02C6C5;
  font-weight: 600;
}

.full-contnet-width.two-col-section  .row .video-grid__text p a:hover {
  opacity:0.5
}

.dnd_padd.page-navigation {
  position: fixed;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 90;
  pointer-events: none;
  mix-blend-mode: difference;
  overflow: visible;
}

.dnd_padd.page-navigation .btn_item {
  padding: 5px 0;
}
.page-navigation .hs-button{
  position:relative;

}
.page-navigation .hs-button:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 19px;
  height: 2px;
  width: 10px;
  background-color: #FFFFFF;
  -webkit-transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.page-navigation .hs-button span {
  padding: 10px 0;
  pointer-events: all;
  display: inline-block;
  position: relative;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity = 35);
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform;
}

.navbar_module_wrapper.center_align .page-navigation.hrz .btn_row {
  display: block;
}

.navbar_module_wrapper .page-navigation .hs-button {
  padding: 10px 0px!important;
  background: transparent;
  border: none;
  display:inline;
  line-height: 38px;
}

.navbar_module_wrapper.center_align .page-navigation.hrz .page-center {
  padding: 0;
}
.page-navigation .hs-button.active::before, 
.page-navigation .hs-button:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.page-navigation .hs-button:hover span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
  -webkit-transform: translate3d(24px, 0, 0);
  -moz-transform: translate3d(24px, 0, 0);
  -ms-transform: translate3d(24px, 0, 0);
  -o-transform: translate3d(24px, 0, 0);
  transform: translate3d(24px, 0, 0);
}

.cm-apple-banner.shop-hero .shop-hero__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  color: #ffffff;
  padding-top: 11px;
}

.cm-apple-banner.mb-banner.shop-hero .shop-hero__title {
  margin: 0;
  letter-spacing: normal;
  font-size: 72px;
}

.cm-apple-banner.shop-hero .shop-hero__subtitle {
  margin: 0;
}

.cm-apple-banner.shop-hero .shop-hero__buttons {
  padding-top: 38px;
  padding-bottom: 4px;
}

.cm-apple-banner.shop-hero .shop-hero__download {
  display: inline;
}

.cm-apple-banner.shop-hero .shop-hero__button {
  padding: 14px 28px;
  margin-bottom: 5px;
}

.cm-two-col-veterans.va-burnout.shop-text-image .shop-hero__buttons p {
  font-size: 14px;
  line-height: 1.95;
}

.ft-samll-font.cm-two-col-veterans.va-burnout.shop-text-image .shop-hero__buttons p {
  font-size: 14px;
  line-height: 1.95;
  margin-bottom: 1em;
}

.title-styling.full-contnet-width.two-col-section .row .large-video-grid__image-holder {
  padding: 20px 15px;
}

.title-styling.full-contnet-width .row .large-video-grid__title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  color: #000000;
  font-family: var(--Poppins);
  padding-top: 0;
}

.title-styling.full-contnet-width.two-col-section .row .video-grid__text h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  padding-top: 23px;
  margin-bottom: 0;
}

.title-styling.full-contnet-width.two-col-section .row .video-grid__text {
  padding: 0;
}

.title-styling.full-contnet-width.two-col-section .row .video-grid__text p {
  margin: 0;
  padding-top: 22px;
}

.title-styling.full-contnet-width.two-col-section .row .large-video-grid__text-holder {
  padding-top: 10px;
}

.our-favorites-video.va-narture-based .shop-video-grid__title h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  color: #000000;
  position: relative;
  z-index: 10;
  margin: 0;
  font-family: var(--Poppins);
}

.our-favorites-video.va-narture-based .shop-video-grid__title {
  font-family: var(--Poppins);
}

.our-favorites-video.va-narture-based .shop-video-grid__videos-holder .shop-video-grid__single-video {
  padding: 26px 0;
}

.our-favorites-video.va-narture-based  .shop-video-grid__videos-holder {
  padding-top: 63px;
  padding-bottom: 66px;
}


.left-content-right .col6 {
  padding: 0;
}

.left-content-right.dnd_padd .page-center {
  padding: 0;
}

.left-content-right .content-col .description p {
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 70%;
  text-align: left;
  margin: 0;
  font-family: var(--GilroyExtraBold);
}

.left-content-right.two-col-content .content-col .description {
  margin: 0;
}

.left-content-right .content-col.col6 {
  width: 60%;
}

.left-content-right .media_column.img-col.col6 {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 40%;
}

.left-content-right.two-col-content .right_column_btn .btn_row {
  margin-top: 0;
  margin-bottom: 26px;
}


.left-content-right.two-col-content a.hs-sec-btn {
  font-size: 15px;
  line-height: 22px;
}

.sub-spacing.work-font.mb-banner.shop-hero .shop-hero__download {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding-top: 10px;
  max-width: 540px;
  margin: 0 auto;
  display: block;
}

.vr-instructions .shop-text-image__title span {
  width: 50px;
  height: 50px;
  background: linear-gradient(271.58deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  color: #fff;
  font-family: var(--GilroyExtraBold);
  margin-bottom: 30px;
}

.vr-instructions.page-muse-wrapper .right-text .shop-text-image__title {
  padding-top: 0;
}
.page-muse-wrapper.mobile-companion-wrapper .shop-text-image__image-inner-holder>img{

  margin-left: auto;

}

.vr-video-titles.large-video-grid__single-item .large-video-grid__title span {
  width: 50px;
  height: 50px;
  background: linear-gradient(271.58deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  color: #fff;
  font-family: var(--GilroyExtraBold);
  margin-bottom: 15px;
  margin-inline: auto;
}

.vr-video-titles.large-video-grid__single-item .large-video-grid__title {
  padding-bottom: 20px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  padding-top: 0;
  color:#000;
}

.vr-video-titles .video-grid__text {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
  text-align: center;
  padding-bottom: 40px;
}

.image-height.ar-two-col.page-two-col.two-col-content .flex_row {
  margin: 0;
}



.stroke-color.full-width-accordian.cm-accordion span.accordion__item-circle circle {
  stroke: #000;
}

.cm-apple-banner.shop-hero .hero__background.hero__background--image img {
  height: 100%;
  min-height: 475px;
}

.cm-privacy-wrapper .rich_text p a:hover {
  opacity: 0.5;
}

.faq-accordion h3 {
  font-size: 22px;
  font-family: var(--Poppins);
  margin-bottom: 0;
}

.first-things.healius-ft-size.cm-accordion .accordion__item-text {
  font-size: 14px;
  line-height: 1.95;
}

.heding-text.dnd_padd .page-center {
  z-index: 20;
}
.cm_single_media p a {
  font-weight: 600;
  text-decoration: underline;
}

.cm_single_media p a:hover {
  opacity: 0.5;
}
.logo_slider.cm-business-logos .top_content h6 {
  font-family: var(--Poppins);
}
.blog-feed.cm-blog-posts-slider h4.recent-post-title a {
  color: inherit;
}

.footer_top_sec{
  margin-top: -2px !important
}
 .cm-lp-footer .footer a:not([class]){
    color: #e7e9eb !important;
  }
.cm-footer-bottom .footer__line  .single-line-text {
  background-color: #fff;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  padding: 0;
  margin-bottom: 20px;
}

.cm-footer-bottom > .page-center {
  padding-top: 0 !important;
  border: none !important;
}


.cm-footer .cm-footer-menu ul li a:hover {
  color:rgba(255, 255, 255,1.0);
}

.cm-contact-us.dnd_padd .page-center {
  display: table;
  min-height: 92.7vh;
  width: 100%;
}



.cm-contact-us .columns_rowo_wrap.bottom_row.form_add.right_media_image {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}
.buzz-latest-blog-post.blog-feedv3 .left_col .item_inner:hover .recent-post-title a {
  color: #02c6c5;
}

.pt-pb-padd.two-col-content.cm-train-body .content-col .description h6 {
  padding-top: 37px;
  padding-bottom: 11px;
  letter-spacing: -0.96px;
}

.image-right.page-muse-wrapper.mobile-companion-wrapper .shop-text-image__image-inner-holder>img {
  margin-left: 0;
}

.content-spacing.page-large.two-col-content .right_media_image .content-col {
  padding-bottom: 0;
}

.content-spacing.page-large.two-col-content .content-col .description h3 {
  padding: 0;
}
@media (min-width: 767px) {
  .faq-accordion.full-width-accordian.cm-accordion .col-lg-6 {
    padding: 0 15px;
  }
  .full-width-accordian.cm-accordion .col-lg-6 {
    padding: 0 20px;
  }
  .child-theme form .form-columns-2>div:first-child .hs-input {
    width: 90% !important;
  }
  .cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right{
    padding: 16px 21px 0;
  }
  .cm-two-col-veterans.shop-text-image .btn-tablet-desktop .shop-hero__buttons {
    padding-top: 15px;
  }
  .cm-two-col-veterans.shop-text-image .shop-hero__buttons {
    padding: 0;
  }
  .image-height.ar-two-col.page-two-col.two-col-content .media_column .single-img img {
    height: revert-layer;
    max-height: none;
    min-height: auto;
  }
}

@media (min-width: 991px) {
  .cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right {
    padding: 0px;
  }

  .cm-journey.cm-middle-pane .rich_text br {
    display: none;
  }
  .cm-two-col-veterans.shop-text-image .col-lg-6.right-image {
    padding: 0;
  }
  .cm-success-logo.logo_slider .logo_item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right {
    padding: 26px 0px 0;
    max-width: 350px;
  }

}

@media (min-width: 1601px) {
  .custom-container.cm-train-body .page-center {
    max-width: 1370px;
  }
  .cm-success-logo .bottom_row {
    max-width: 950px;
  }
}

@media (max-width: 1200px) {
  .dnd_padd.page-navigation {
    display: none;
  }
}

@media (max-width: 991px) {
  .cm-neuro-feedback.cnt-wit-bg-wrp .content_widget h2{
    font-size: 40px;
    padding-top: 47px;
  }
  .cm-footer-bottom .footer__line .single-line-text {
    display: none;
  }
  .title-styling.full-contnet-width.two-col-section .row .video-grid__text h2 {
    font-size: 32px;
    padding-top: 24px;
  }
  .heding-text .rich_text {
    font-size: 40px;
    padding:0;
  }
  .heding-text h6.title {
    padding: 43px 0 41px;
  }
  .faq-accordion.full-width-accordian.cm-accordion .accordion__item-title.ui-accordion__title {
    line-height: 24px;
  }
  .cm-veterans-bn.shop-hero{
    max-height:none;
  }
  .cm-veterans-bn.shop-hero .shop-hero__title {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: normal;
  }
  .cm-veterans-bn.shop-hero.shop-hero .shop-hero__mobile-background::before{
    content:none;
  }
  .cm-veterans-bn.shop-hero .shop-hero__buttons {
    padding-top: 28px;
    padding-bottom: 10px;
  }
  .cm-veterans-bn.shop-hero .shop-hero__download {
    padding-top: 17px;
  }
  .two-col-section .row .col-lg-6.order-lg-last {
    order: 1;
  }

  .two-col-section .row .col-lg-6 {
    order: 2;
  }
  .two-col-section .row .large-video-grid__image-holder{
    padding: 0 !important;
  }
  .two-col-section .row .large-video-grid__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .two-col-section .large-video-grid__text-inner-holder {
    padding: 17px 5px 0;
    max-width: 100%;
    width: 100%;
  }
  .cm-two-col-veterans .shop-text-image__text-holder.shop-text-image__text-holder--right {
    max-width: 100%;
    padding: 26px 5px 0;
    display: block;
  }
  .cm-two-col-veterans.shop-text-image .shop-text-image__image-holder {
    max-width: 100%;
    padding: 0;
  }
  .cm-two-col-veterans.shop-text-image .shop-text-image__title {
    font-size: 40px;
    padding-top: 28px;
    letter-spacing: -0.02em;
  }
  .cm-two-col-veterans.shop-text-image .shop-hero__buttons {
    padding-top: 5px;
  }
  .cm-two-col-veterans.va-burnout .shop-text-image__text-holder.shop-text-image__text-holder--right {
    padding-top: 26px;
  }
  .cm-responsive-video.large-video-grid__single-item .large-video-grid__image-holder {
    padding: 22px 0;
  }
  .cm-accordion .accordion__content-wrapper {
    padding-top: 38px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .three-col-logo.logo-grid .col-lg-12 {
    width: 100%;
  }
  section.logo-grid.three-col-logo.logo-grid--4 .logo-grid__grid .row .logo-grid-item .logo-grid__image-holder {
    height: 135px;
  }
  .three-col-logo.logo-grid .row {
    margin-bottom: 0;
  }
  .cm-middle-pane.cnt-wit-bg-wrp .rich_text, .cm-middle-pane.cnt-wit-bg-wrp .rich_text p {
    float: none;
  }
  .cm-middle-pane.cnt-wit-bg-wrp .rich_text {
    padding: 0 0 10px;
  }
  .va-narture-based .shop-video-grid__title {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  .va-narture-based.shop-video-grid .row {
    gap: 31px;
  }
  .va-narture-based .shop-video-grid__videos-holder {
    padding-top: 31px;
    padding-bottom: 10px;
  }
  .va-narture-based span.shop-video-grid__image svg {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
  .va-narture-based span.shop-video-grid__image svg {
    width: 55px;
    height: 55px;
  }
  .full-width-accordian .accrodion_title_wrapper {
    max-width: 71%;
  }
  .full-width-accordian .accordion_title h2 {
    font-size: 40px;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 38px;
    text-align: left;
  }
  .full-width-accordian.cm-accordion .accordion__content-wrapper {
    padding: 0;
  }
  .full-width-accordian.cm-accordion .accordion__item-text {
    max-width: 100%;
  }

  .buzz-latest-blog-post.blog-feedv3 .feed-outer-wrp {
    padding: 35px 0 0;
  }

  .buzz-latest-blog-post.blog-feedv3 .right_col .hs-featured-wrp .feature_img {
    padding-bottom: 67.3%;
    position: relative;
    left: 0;
  }

  .buzz-latest-blog-post.blog-feedv3 .right_col .flex_row {
    flex-direction: column;
  }

  .buzz-latest-blog-post.blog-feedv3 .recent-post-item3 {
    max-width: 100%;
  }

  .buzz-latest-blog-post.blog-feedv3 .right_col .recent-post-item3 .post-btm {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .buzz-latest-blog-post.blog-feedv3 .right_col p.item_descr {
    max-width: 100%;
  }

  .buzz-latest-blog-post.blog-feedv3 .right_col .hs-featured-wrp {
    width: 100%;
    position: relative;
    height: auto;      
    padding: 0;
  }

  .buzz-latest-blog-post.blog-feedv3 .right_col .recent-post-item3 {
    padding-bottom: 25px;
  }
  .buzz-latest-blog-post.blog-feedv3 .right_col .flex_row {
    padding-top: 5px;
  }

  .buzz-latest-blog-post.blog-feedv3  .first_post .recent-post-title {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: -0.02em;
    margin:0;
    padding-top: 14px;
    will-change: color;
    -webkit-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .buzz-latest-blog-post.blog-feedv3  .first_post  .recent-post-title:hover a{
    color: #02c6c5;
  }
  .buzz-latest-blog-post.blog-feedv3  .first_post  .recent-post-title a{
    color: #363636;
  }

  .buzz-latest-blog-post.blog-feedv3  .first_post  p.item_descr {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    color: #363636;
    padding-top: 8px;
    margin: 0;
  }
  .buzz-latest-blog-post.blog-feedv3 .right_col  .first_post .meta_wrap {
    display: block;
  }
  .buzz-font.cm-veterans-bn.shop-hero .shop-hero__title {
    font-size: 48px;
    padding-bottom: 30px;
    padding-top: 12px;
  }
  .custom-container.two-col-content.cm-train-body .content-col .description {
    padding: 23px 5px;
  }
  .custom-container.two-col-content.cm-train-body .content-col.col6 {
    width: 100%;
    order: 1;
  }

  .custom-container.two-col-content.cm-train-body .parallax_inner {
    width: 100%;
  }

  .custom-container.two-col-content.cm-train-body .flex_row {
    gap: 0;
  }
  .custom-container.cm-train-body .description p {
    max-width: 100%;
  }

  .custom-container.cm-train-body .description h4 {
    max-width: 100%;
  }
  .cm-success-logo .title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.8px;
    padding-bottom: 50px;
    max-width: 280px;
    margin: 0 auto;
  }

  .cm-success-logo .top_content {
    padding-top: 50px;
  }

  .cm-success-logo.logo_slider .logo_inner {
    width: 100%;
    height: 72px;
  }

  .cm-success-logo.logo_slider .logo_item.hoverGrey img {
    max-width: 86%;
    display: block;
    margin: 0 auto;
  }
  .cs-success-team.two-col-content .single-img {
    max-height: 360px;
  }

  .cs-success-team.two-col-content .media_column.img-col.col6 {
    order: 2;
    padding-left: 15px;
  }

  .cs-success-team.cm-healium .cont-inner {
    max-height: 234px;
    min-height: 234px;
    height: auto;
  }

  .two-col-content.cm-healium .content-col.col6 {
    margin: 0 0 64px;
  }

  .cs-success-team.two-col-content .content-col .description p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .cs-success-team.two-col-content .single-img {
    width: 100%;
    max-width: 100%;
  }
  .cs-success-team.two-col-content .content-col .description span {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  .cs-success-team.two-col-content .content-col .description {
    padding: 0;
  }

  .cs-success-team-left.two-col-content .media_column.img-col.col6 {
    order: 1;
    padding-right: 15px;
  }

  .cs-success-team-left.two-col-content.cm-healium .content-col.col6 {
    order: 2;
  }
  .two-col-content.cm-healium.cs-success-team-left {
    margin-top: 16px;
  }
  .cs-success-team-left.two-col-content .single-img {
    max-width: 100%;
    height: 360px;
  }
  .cs-success-team-left.two-col-content.cm-healium .cont-inner {
    height: auto;
    padding: 0;
    max-width: 280px;
    margin: 63px auto 0;
    text-align: center;
    align-items: center;
  }

  .cs-success-team-left.two-col-content.cm-healium .description h4 {
    font-size: 24px;
    font-weight: 800;
  }

  .cs-success-team-left.two-col-content.cm-healium .description p {
    font-size: 16px;
    line-height: 180%;
  }
  .cs-success-team-left.two-col-content.cm-healium .content-col .description{
    padding:0;
    margin:0;
  }
  .cs-success-team-left.two-col-content.cm-healium .content-col.col6{
    margin:0;
  }

  .success-stories.cnt-wit-bg-wrp.cm-blog-bottom .btn_row a {
    min-width: 280px;
  }
  .success-stories .btn_item a.hs-sec-btn {
    min-width: 280px;
    padding: 14px 28px;
  }
  .success-stories.cnt-wit-bg-wrp.cm-blog-bottom .btn_row {
    gap: 16px;
  }
  .success-stories.cnt-wit-bg-wrp.cm-blog-bottom{
    padding-top: 108px;
  }
  .shop-hero.mb-banner {
    height: 100vh;
    max-height: none;
  }

  .mb-banner.shop-hero .shop-hero__mobile-background:before {
    background: transparent;
  }

  .mb-banner.shop-hero .shop-hero__content-holder {
    position: absolute;
  }

  .mb-banner.shop-hero .shop-hero__title {
    font-size: 48px;
    padding-bottom: 30px;
    padding-top: 12px;
    padding-left:0;
    padding-right:0;
  }
  .no-margin.two-col-content.cm-healium .content-col.col6 {
    margin: 0;
  }

  .ahtletic-two-column.two-col-content .content-col .description h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }

  .cm-testimonial-thoreau.testimonials_slider .card_box {
    padding: 137px 0;
  }

  .testimonials_slider .text__background {
    top: 51%;
    max-width: 100vw;
  }

  .cm-testimonial-thoreau.testimonials_slider .card_quote p {
    margin: 0 auto;
    max-width: 280px;
  }
  .bg-gradient:before {
    width: 191.875vw;
    max-width: 614px;
    height: 191.875vw;
    max-height: 614px;
    top: 33px;
  }

  .bg-gradient .page-center{
    z-index: 999;		

  }
  .bg-gradient.cnt-wit-bg-wrp .content_widget h2 {
    font-size: 40px;
    padding-top: 47px;
    margin-bottom: 0;
  }

  .cm-apple-banner.mb-banner.shop-hero .shop-hero__title {
    font-size: 56px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cm-apple-banner.shop-hero .shop-hero__subtitle {
    font-size: 15px;
    line-height: 1.95;
    padding-top: 17px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .our-favorites-video.va-narture-based .shop-video-grid__videos-holder {
    padding-top: 16px;
    padding-bottom: 35px;
  }

  .our-favorites-video.va-narture-based .shop-video-grid__title {
    padding-bottom: 29px;
  }
  .our-favorites-video.va-narture-based .shop-video-grid__videos-holder .shop-video-grid__single-video {
    padding: 24px 5px 0;
  }

  .vr-instructions.page-muse-wrapper.mobile-companion-wrapper .shop-text-image__image-inner-holder>img {
    width: 320px;
    margin-left: 0;
  }

  .vr-instructions.shop-text-image .shop-text-image__image-inner-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vr-instructions.page-muse-wrapper .row .right-image {
    padding-top: 0;
  }

  .vr-video-titles.large-video-grid__single-item .large-video-grid__image-holder {
    padding: 22px 0;
  }
}


@media (max-width: 767px) {
  .two-col-content.cm-two-col-business.right .content-col .cont-inner {
    max-width: 100% !important;
  }
  .logo_slider.cm-business-logos .top_content h6 {
    margin: 0 auto;
    line-height: 1.95;
    padding-bottom: 32px;
    font-family: var(--Poppins);
  }
  .cm_nv_wrp.cm-links-nav .cm_nv_inner {
    padding: 0;
  }

  .cm-links-nav.dnd_padd .page-center {
    padding: 0;
  }
  section.logo-grid.logo-grid--4.accolades-logos  .logo-grid__grid .row .logo-grid-item .logo-grid__image-holder .logo-grid__image-inner-holder img{
    max-width: 100%;

  }
  .bg-on-content.ahtletic-two-column .content-col.col6 {
    min-height: 481px;
    justify-content: flex-start;
    padding: 0 15px;
  }

  .bg-on-content.ahtletic-two-column .css-f-quote__background {
    max-height: 100%;
    min-height: 421px;
    left: 0;
    -webkit-transform: translate(-17%, -50%);
    -moz-transform: translate(-17%, -50%);
    -ms-transform: translate(-17%, -50%);
    -o-transform: translate(-17%, -50%);
    transform: translate(-17%, -50%);
  }

  .bg-on-content.ahtletic-two-column.two-col-content .content-col .description p {
    font-size: 20px;
  }

  .bg-on-content.ahtletic-two-column.two-col-content .content-col .description p+p {
    margin-bottom: 20px;
  }

  .bg-on-content.ahtletic-two-column.two-col-content .content-col .description span {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  .ahtletic-two-column.two-col-content.left .single-img {
    margin-left: 0;
  }
  .ahtletic-two-column .media_column.img-col.col6 {
    padding: 0 15px;
  }

  .ahtletic-two-column blockquote {
    font-size: 20px;
  }

  .ahtletic-two-column figcaption.css-image__caption {
    font-size: 20px;
  }
  .two-col-content.pricing-healium-pro .media_column.img-col.col12 {
    order: 1;
  }

  .two-col-content.pricing-healium-pro .content-col.col12 {
    order: 2;
  }
  .pricing-healium-pro .title {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
  }

  .two-col-content.pricing-healium-pro .feature-wrapper {
    display: block;
    width: 100%;
    padding: 1px 0;
    text-align: center;
  }

  .two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp {
    display: block;
    padding: 28px 0 36px;
    width: 100%;
  }
  .two-col-content.pricing-healium-pro .media_column.img-col.col12{
    padding: 39px 15px 0;
  }

  .two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }

  .two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:nth-child(3) .counter-title {
    max-width: 260px;
    margin: 0 auto;
  }

  .two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:nth-child(3) {
    padding: 31px 0 17px;
  }


  .two-col-content.cm-healium .flex_row {
    gap: 0;
  }

  .two-col-content.cm-healium .content-col.col6 {
    order: 1;
  }
  .two-col-content.cm-healium  .content-col .description {
    padding: 26px 5px 0;
  }
  .va-narture-based span.shop-video-grid__image svg {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    width: unset;
    height: unset;
  }

  .va-narture-based.shop-video-grid .row {
    gap: 21px;
  }
  .cm-veterans-bn.shop-hero .shop-hero__title {
    font-size: 46px;
  }
  .cm-train-body .content-col.col6 {
    order: 2;
  }
  .cm-train-body.two-col-content .flex_row {
    gap: 0;
  }

  .cm-train-body .description h4 {
    padding-top: 22px;
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    padding-bottom: 0;
  }
  section.logo-grid.logo-grid--4.mb-full-width .logo-grid__grid .row .logo-grid-item {
    max-width: 100%;
    width: 100%;
  }
  .two-col-content.pricing-healium-pro .feature-wrapper .featnumgrp:not(:last-child):after {
    height: 2px;
    width: 84px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: 0;
  }
  .cm-three-factors .title {
    font-size: 32px;
    letter-spacing: -0.64px;
    padding-bottom: 27px;
  }
  .cm-three-factors.card_gallery .bottom_row.notshadow .rowGap15 {
    flex-direction: column;
    gap: 47px;
    padding-top: 18px;
  }
  .cm-three-factors.card_gallery .card_box .it_title {
    font-size: 82px;
    margin-bottom: 20px;
  }

  .cm-three-factors.card_gallery .card_content h6 {
    margin-bottom: 24px;
  }
  .cm-journey.cm-middle-pane.cnt-wit-bg-wrp .btn_item,
  .cm-journey.cm-middle-pane.cnt-wit-bg-wrp .content_widget .btn_row{
    width: 100%;
  }
  .cm-journey.cm-middle-pane.cnt-wit-bg-wrp .btn_item a {
    width: 100%;
    max-width: 360px;
    display: block;
  }
  .cm-journey.cm-middle-pane.cnt-wit-bg-wrp .rich_text {
    padding: 0;
  }
  .cm-journey.cm-middle-pane .content_widget.text_center {
    flex-direction: column;
    gap: 20px;
  }
  .cnt-wit-bg-wrp.athletic-bottom-pane {
    min-height: 421px;
  }

  .athletic-bottom-pane.cnt-wit-bg-wrp .title {
    font-size: 36px;
    letter-spacing: -0.72px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .athletic-bottom-pane .content_widget.text_center {
    max-width: 280px;
  }

  .athletic-bottom-pane .rich_text p {
    font-size: 14px;
    line-height: 190%;
    letter-spacing: -0.08px;
  }

  .athletic-bottom-pane .css-end__background {
    min-height: 554px;
    height: 554px;
    max-height: 554px;
  }
  .left-content-right .content-col .description p {
    max-width: 100%;
  }

  .vr-video-titles.large-video-grid__single-item .row .col-lg-12 {
    padding: 0 15px;
  }
  .heding-text h6.title br {
    display: none;
  }
}


/*  */



.muse-banner .rich_text>h1 {
  font-family: var(--GilroyExtraBold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  margin: 0px;
}


.page-muse-wrapper.mobile-companion-wrapper .shop-text-image__subheadline {
  margin-bottom: 0px;
  max-width: 100%;
}

.page-muse-wrapper .shop-text-image__subheadline h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0px;
}
.page-muse-wrapper .content-wrapper .shop-text-image__headline>h2 {
  margin: 0px;
}

.page-muse-wrapper .shop-text-image__subheadline {
  margin-bottom: 0px;
  max-width: 100%;
}

.page-muse-wrapper .shop-text-image__subheadline h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0px;
}
.page-two-col.two-col-content .flex_row.flex_center {
  margin: 0px;
}

.page-muse-wrapper .row .right-image {
  padding-top: 80px;
  padding-bottom:48px;
}

.page-muse-wrapper .row .right-text {
  padding-top: 80px;
  padding-bottom:48px;
} 
.page-muse-wrapper .right-text {
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.page-muse-wrapper .right-text {
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.page-muse-wrapper .right-text .shop-text-image__title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #363636;
  width: 90%;
  padding: 15px 0 30px;
}

.page-muse-wrapper .right-text .d-lg-block {
  display: none;
}

.page-muse-wrapper .right-text .d-xl-none {
  display: none;
}


.page-muse-wrapper .right-text .shop-text-image__platform-support {
  margin-top: 0px;
}

.page-muse-wrapper .right-text .shop-text-image__store-availability {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0px;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}

.page-muse-wrapper .right-text .shop-text-image__platform-support>a {

  height: 50px;
  margin-bottom: 19px;
  z-index: 3;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  border-radius: 100px;
  display: inline-block;
  overflow: hidden !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.page-muse-wrapper .right-text .shop-text-image__platform-support>a>img {
  position: absolute;
  left: 26px;
  margin:0px;
  top: 14px;
  mix-blend-mode: hard-light;
}
.page-muse-wrapper.mobile-companion .shop-text-image__image-inner-holder {
  display: flex;
  justify-content: flex-end;
}

.page-author-about.two-col-section .row .video-grid__text p{
  margin:0px;
}


.page-muse-wrapper.mobile-companion-wrapper .shop-text-image__image-inner-holder>img {
  width: 442px;
  height: 515px;


}


.page-two-col.two-col-content .flex_row {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0px -15px;
}

.page-two-col.two-col-content .flex_row .content-col {
  justify-content: center !important;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-two-col.two-col-content .flex_row .content-col .description p {
  width: 30px;
  height: 30px;
  background: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/gradient-badge.png);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-family: var(--GilroyExtraBold);
  margin-bottom: 15px;
  background-position: 39% 39%;
}


.page-two-col.two-col-content .media_column {
  padding: 0px 16px;

}


.page-two-col.two-col-content .media_column {
  padding: 0px 16px;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-two-col.two-col-content .media_column .single-img {
  display: flex;
  justify-content: center;
}

.page-two-col.two-col-content .media_column .single-img img {
  width: auto;
  height: 100%;
  max-height:600px;
}

.page-two-col.two-col-content .flex_row .content-col .description h6 {
  font-family: var(--GilroyExtraBold);
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin:0px;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
}
.page-two-col .content-col .description {
  padding-bottom: 50px;
}
.page-two-col.two-col-content .flex_row .content-col .description h5 {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #686868;
  padding-bottom: 50px;
}

.page-large.two-col-content .top_sec {
  padding: 0px;
  margin: 0px;
}

.page-large.two-col-content .top_sec .top_content {
  display: flex;
  justify-content: center;
  padding: 0px 15px;
}

.page-large.two-col-content .top_sec .top_content h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
}
.page-large.two-col-content .right_media_image {
  padding-top: 80px;
}

.page-large.two-col-content .right_media_image .content-col {
  display: flex;
  padding-bottom: 3rem;
  justify-content: center;
}


.page-large.two-col-content .content-col .description {
  margin: 0px;
}

.page-large.two-col-content .content-col .description h3 {
  font-family: var(--GilroyExtraBold);
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #363636;
  width: 90%;
  padding: 15px 0 30px;
}



.page-large.two-col-content .media_column .single-img {
  display: flex;
  justify-content: flex-end;
}

.page-large.two-col-content .media_column .single-img img {
  width: 442px;
  height: 515px;
}
.ar-two-col.page-two-col.two-col-content .media_column .single-img img {
  width: 100%;
  height:auto;
  height: revert-layer;
}

.page-author-about.two-col-section .row .large-video-grid__image-holder {
  padding: 20px 15px;
}

.page-content.shop-text-image .shop-hero__buttons p>a:hover{
  color: #551a8b;

}

.page-content.shop-text-image .shop-hero__buttons p>a {
  color: #551a8b;
  text-decoration: none !important;
  font-weight:100 !important;
}
.page-content.shop-text-image .shop-hero__buttons p {
  line-height: 27px;
}


.page-banner.simple-banner {
  min-height: 960px;
}

.page-banner .flex_row {
  row-gap: 0px;
  margin: 0px -15px;
}

.page-banner .flex_row .top_sec h1 {
  padding-bottom: 11px;
  font-size: 64px;
  line-height: 1.1;
  margin: 0px;
}
.page-banner .bg_el.bg_img {
  background-size: contain;
}
.page-banner .bg_el.bg_img {
  display: none;
}


.page-banner .img_wrap_inner {
  width: 100%;
  height: 100%;
}

.page-banner .img_wrap img {
  width: 100%;
  height: 100%;
}

.page-banner .page-center {
  max-width: 100% !important;
  padding: 0px;
  margin: 0px;
}

.page-author-about.two-col-section .large-video-grid__text-holder {
  max-width: 100% !important;
}


/*-----------responsive--------------*/

@media (min-width:300px){
  .ar-two-col.page-two-col.two-col-content .media_column .single-img img{
    width: 330px;
  }
}

@media (min-width:393px){
  .ar-two-col.page-two-col.two-col-content .media_column .single-img img{
    width: 363px;
  }

}

@media (min-width:768px){
  .ar-two-col.page-two-col.two-col-content .media_column .single-img img{
    width: 100%;
    height:auto;
    height: revert-layer;
  }

  .page-two-col.two-col-content .media_column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-muse-wrapper .right-text .shop-text-image__platform-support>a {
    min-width: 160px;
    max-width: 160px;
  }

  .brain-hands-logo.logo_slider.noDotsArrowsAdded .logo_item {
    width: auto !important;
    padding: 0;
  }

  .brain-hands-logo .splide .splide__track {
    margin: 0;
  }
  body .brain-hands-logo .splide>.splide__track>.splide__list {
    justify-content: center;
    column-gap: 30px;
  }
}

@media (min-width:992px){
  .page-banner .bg_el.bg_img {
    display: none;
  }
  body .brain-hands-logo .splide>.splide__track>.splide__list {
    justify-content: center;
    column-gap: 53px;
  }

  .custom-menu-primary.menu-wit-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-right: 20px;
  }

}
@media (max-width: 992px){
 .footer.footer_section__2 .footer-section-1 .col-section.num1{
   width: 100% !important;
  }
  .cm-footer-form form{
    width: 100% !important;
  }
  
}

@media(max-width:1400px) and (min-width:992px){

  .header__special {
    padding-right: 10px;
  }

  .custom-menu-primary.menu-wit-btn {
    padding-right: 10px;
    gap: 5px;
  }

  .custom-menu-primary.menu-wit-btn .hs-menu-wrapper ul {
    padding-right: 5px;
  }

  .header__special.menu-item a,
  .custom-menu-primary.menu-wit-btn .hs-menu-wrapper > ul > li > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-menu-primary.menu-wit-btn a.hs-button {
    font-size: 8px;
  }

}


.main-menu__menu-holder.menu-wit-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
}
@media(max-width:991px){

  .page-author-about.two-col-section .row .large-video-grid__image-holder{
    padding:28px 5px 0px !important;
  }


  .page-author-about.two-col-section .row .large-video-grid__title{
    font-size: 32px;
    padding-top: 24px;
  }
  .page-banner.simple-banner{
    height:100vh;
  }
  .page-banner .flex_row .top_sec h1{
    font-size: 48px;
    padding-bottom: 30px;
    padding-top: 12px;

  }
  .muse-banner.top_grad_dir {
    padding: 0px;
  }
  .muse-banner .rich_text>h1 {
    font-size:48px;
  }
  .muse-banner{
    padding-top:92px;
  }
  .page-muse-wrapper .right-text .shop-text-image__platform-support>a {
    min-width: 130px;
    margin-bottom: 19px;
    z-index: 3;
    margin-left: 5px;
    margin-right: 5px;
    padding: 14px;
  }
  .page-muse-wrapper .right-text .shop-text-image__platform-support>a>img {
    width: auto;
    left: unset;
  }

  .page-banner .bg_el.bg_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }


}


@media (max-width:767px){
  .page-muse-wrapper.shop-text-image.right .row{
    flex-direction: column-reverse;
  }
  /* 	.ar-two-col.page-two-col.two-col-content .media_column .single-img img{
  height:auto;
} */
  .page-two-col.two-col-content .media_column .single-img img{
    height:auto;
  }
  .page-large.two-col-content .media_column .single-img{
    justify-content:center;
  }
  .page-large.two-col-content .top_sec .top_content h1{
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .page-muse-wrapper .shop-text-image__subheadline h1{
    font-size:32px;
    line-height:40px;
    letter-spacing: -0.02em;
  }
  .page-two-col.two-col-content .flex_row .content-col{
    max-width:100%;
    flex: 0 0 100%;
  }

  .page-two-col.two-col-content .flex_row .content-col{
    max-width:100%;
    flex: 0 0 100%;
  }

  .page-two-col.two-col-content .media_column{
    max-width:100%;
    flex:0 0 100%;
  }
  .page-two-col.two-col-content .content-col .cont-inner {
    padding: 0px 15px;
  }
  .page-two-col.two-col-content .media_column .single-img img{
    max-width:498px;
    width:498px;
    max-height:100%;
  }
  .page-two-col.two-col-content .flex_row{
    padding-bottom:55px;
  }

  .page-large.two-col-content .media_column .single-img img{
    width:320px;
    height:auto;
  }
  

}

/*  */

.hsfc-Step__Content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin-bottom: 80px;
}

.cm-brain .hero__background img {
  width: 100%;
}

.cm-footer .cm-social-icons .tyimg img {
  width: 13px;
}
.cm-footer .cm-social-icons .tyimg {
  width: auto;
  height: auto;
}
.cm-footer .cm-social-icons .tyimg img {
  margin:12px 14px;
}
.cm-footer .cm-social-icons .tyimg:nth-child(3) img {
  width: 19px;
  margin-top:11px;
}
.cm-footer .cm-social-icons .tyimg:nth-child(4) img {
  width: 16px;
  margin-top:10px;
}
.cm-footer .cm-social-icons .tyimg:nth-child(5) img {
  width: 17px;
  margin-top:11px;
  margin-right:0;
}
.cm-footer .cm-social-icons .footer-social{
  padding:0;
  gap:unset;
}
.cm-footer .cm-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
  justify-content:center;
}
.cm-footer .cm-footer-menu ul li{
  margin:0;
  line-height:14.3px;
  padding:11px 10px 9px;
}

.cm-footer .cm-footer-menu ul li a{
  line-height:14.3px;
  font-size:13px;
  font-weight:500;
  color:rgba(231, 233, 235,1.0);
}
.cm-footer .cm-footer-bottom,
.cm-footer .cm-footer-top{
  /*   max-width: 950px; */
  margin: auto;
}
.cm-footer .cm-footer-menu {
  padding: 0 15px;
}
.cm-footer .cm-social-icons {
  padding: 0 15px;
}
.cm-footer-bottom .footer-social {
  justify-content: end;
}
.cm-footer-bottom > .page-center,
.cm-footer-top > .page-center{
  padding: 0;
}
.cm-footer .cm-copyright {
  padding: 0 15px;
}
.footer.footer_section__2 .footer-section-1 .col-section.num1{
 
}
.footer_dnd_area_bottom-row-0-padding{
  width: 20%;
  margin: 0 auto;
}
.footer_bottom_sec .hs-menu-wrapper ul li{
  margin: 0 5px;
  text-align: center;
}

.footer.footer_section__2 .footer-section-1 .flex_row{
  display: inline-flex !important;
  align-items: center !important;
}

.cm-copyright .single-line-text {
  font-size: 12px;
  line-height: 13.2px;
  /* padding-top: 11px; */
  padding-top: 8px;
  font-weight: 600;
  
  color: #e7e9eb;
}

.cm-footer-light .cm-copyright .single-line-text{
  color: #A4A4A4;
}

.cm-footer-top .cm-footer-logo,
.cm-footer-top .cm-footer-form {
  padding: 0 15px;
}
.cm-footer-form .input input {
  color: rgba(255, 255, 255,1.0);
  border: unset;
  border-bottom: 1px solid rgba(255, 255, 255,0.85);
  font-style: normal;
  font-weight: normal;
  border-radius: unset;
  font-size: 14px !important;
  line-height: 1.95;
  letter-spacing: -0.01em !important;
  padding: 4px 0 10px 0 !important;
  background-color: rgba(255, 255, 255,0.0);
  width: 100%;
}
.child-theme .cm-footer-form form .hs_email {
  padding: 8px 0 37px 0;
  margin:0;
  /*  width: 229px; */
  width: 100%;
}
.cm-footer-form ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.35;
}
.cm-footer-form form {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: end; */
  display: inline-block;
  width: 425px;
  float: right;
}
.cm-footer-form input.hs-button.primary.large {
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 22px !important;
  float: left;
  /*   color: #FFFFFF; */
  border-radius: 100px;
  padding: 14px 0 !important;
  display: inline-block;
  width: 150px;
  margin: 0;
  /*   border: none; */
  cursor: pointer;
  position: relative;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  /*   background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
}

/* .cm-footer-form input.hs-button.primary.large:hover {
background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
} */

.cm-footer-top .cm-footer-form > .type_form_box {
  padding: 0 !important;
}

.cm-footer-top .cm-footer-form {
  padding-top: 19px;
  padding-bottom: 30px;
}
.cm-footer-form form .hs_submit.hs-submit {
  padding: 4px 0;
}
.cm-footer-bottom > .page-center {
  padding-top: 20px;
  position:relative;
  border-top:1px solid rgba(255,255,255,0.2)
}
.cm-brain .hero__background img {
  width: 100%;
}
.cm-brain .shop-hero__content .shop-hero__subtitle {
  font-size: 18px;
  margin: 0;
  padding-top: 11px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  font-weight:500;
  padding-left: 0;
  padding-right: 0;
}
.cm-brain .col-lg-12 .shop-hero__button {
  padding: 14px 28px;
  margin-bottom: 7px;
}
.cm-brain .col-lg-12 .shop-hero__buttons {
  padding: 14px 0 0;
}
.cmsleep h1.shop-hero__title {
  letter-spacing: normal;
}
.cm-contents .description h6 {
  font-size: 22px;
  font-family: var(--Poppins);
  margin: 0;
}
.adv_video_module.blog-post-video .page-center.full_width {
  padding-left: 0;
  padding-right: 0;
}
.adv_video_module.blog-post-video .bg_primary_svg {
  fill: #fff;
  color: #fff;
  width: 80px;
  height: 80px;
}
.adv_video_module.blog-post-video .vid_trigger span, .adv_video_module.blog-post-video .vid_trigger span svg {
  width: 80px;
  height: 80px;
}
.adv_video_module.blog-post-video .vid_trigger span:hover {
  transform: scale(1);
}

.cm-brain .shop-hero__content h1.shop-hero__title {
  font-size: 72px;
  margin: 0;
  line-height: 1.1;
}




@media (max-width: 1200px) {
  .child-theme .cm-footer-form form .hs_email{
    /* width: 227px; */
   width: 100% !important; 
  }
  .cm-copyright .single-line-text {
    line-height:12.3px;
  }
  .cm-footer .cm-footer-menu ul li{
    padding: 10px 12px 9px;
  }
  .cm-footer .cm-social-icons .tyimg img {
    margin: 10px 14px;
  }
  .cm-footer .cm-social-icons .tyimg:nth-child(3) img {
    margin-top:9px;
  }
  .cm-footer .cm-social-icons .tyimg:nth-child(4) img {
    margin-top:8px;
  }
  .cm-footer .cm-social-icons .tyimg:nth-child(5) img {
    margin-top:10px;
  }
}


@media (max-width: 991px) {
  .child-theme .footer.cm-footer .cm-footer-logo {
    width: 100% !important;
  }

  .cm-footer .cm-footer-top .cm-footer-logo .footer-logo {
    display: flex;
    justify-content: center;
  }
  .child-theme .footer.cm-footer .cm-footer-top .cm-footer-form {
    width: 100% !important;
  }
  .child-theme .cm-footer-form form input[type=email] {
    text-align: center;
  }
  .child-theme .cm-footer-top .cm-footer-form form .hs_email {
    width:100%;
  }
  .cm-footer-form .hs_submit.hs-submit {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .child-theme .cm-footer-form form .hs_email {
    padding-bottom: 20px;
  }
  .cm-footer .cm-footer-menu {
    order: 1;
    width: 100% !important;
  }

  .cm-footer .cm-copyright {
    order: 2;
    width: 100% !important;
  }

  .child-theme .cm-footer .cm-footer-bottom .cm-social-icons {
    order: 3;
    width: 100% !important;
  }
  .cm-footer .cm-footer-menu ul li {
    width: 100%;
    text-align: center;
  }
  .cm-footer .cm-footer-menu ul {
    padding-bottom: 27px;
  }
  .cm-footer .cm-footer-bottom .cm-footer-menu ul li:nth-child(2) {
    padding: 10px 12px;
  }
  .cm-copyright .single-line-text {
    text-align: center;
    padding-top: 30px;
    position:relative;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
  }
  .cm-footer .cm-social-icons .footer-social {
    justify-content: center;
    padding-top: 17px;
  }
  .cm-footer-top .cm-footer-form {
    padding-top: 0;
  }
  .child-theme .cm-footer-form form .hs_email {
    padding-bottom: 16px;
    padding-top: 20px;
  }

  .cm-footer .cm-footer-bottom .cm-footer-menu ul li {
    padding: 11px 12px 9px;
  }
  .cm-footer .cm-footer-bottom>.page-center{
    padding-top:24px;
  }
  .cm-footer-top .cm-footer-form .input input{
    padding: 4px 0 13px 0 !important;
  }
  .cm-footer .cm-social-icons .tyimg:first-child img {
    margin-left: 0;
  }

  .cm-brain .shop-hero__content h1.shop-hero__title{
    font-size: 48px;
    padding: 0;
    padding-bottom: 30px;
    padding-top: 12px;
  }

}
@media (max-width:767px) {
  .cm-social-icons .footer-social-item.tyimg {
    margin: 0;
  }

  .cm-footer .cm-social-icons .footer-social{
    padding-top:0;
  }
  .cm-footer .cm-footer-bottom>.page-center{
    padding-top:0;
  }
  .child-theme .cm-footer .cm-footer-bottom .cm-social-icons {
    padding-top: 16px;
  }
  .cm-footer .cm-footer-menu ul {
    padding-bottom: 28px;
  }
  .cm-footer .cm-footer-bottom .cm-footer-menu ul li:nth-child(2) {
    padding: 11px 12px 9px;
  }
  .cm-footer .cm-footer-bottom .cm-footer-menu ul li:nth-child(3) {
    padding: 10px 12px;
  }
  .cm-footer-form form .hs_submit.hs-submit {
    padding-bottom:8px;
  }
  .cm-footer .cm-footer-bottom .cm-copyright {
    padding: 0 20px;
  }
  .child-theme .cm-footer-form .actions {
    margin-top: 0;
  }
  .child-theme .footer.cm-footer .cm-footer-top .cm-footer-form {
    padding: 0 20px;
  }
  .child-theme .cm-footer-top .cm-footer-form form .hs_email {
    padding-right: 0;
  }
  .cm-footer-top .cm-footer-form .input input {
    padding: 4px 0 14px !important;
    text-align: center;
  }
}


.cm-privacy-wrapper .rich_text h3 a {
  font-size: 16px;
  color: rgb(85, 26, 139);
  font-weight: 600;
  letter-spacing:-0.16px;
  line-height:31.2px;
}

.cm-privacy-wrapper .rich_text h3{
  text-align: left;
  padding:14px 0 13px;
  font-size: 16px;
  margin: 0;
  font-family: var(--Poppins);


}
.cm-privacy-wrapper .content_widget .rich_text h4 {
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 39px;
  padding: 14px 0 13px;
  margin: 0;
  font-weight: 600;
  text-align:center;
  font-family: var(--Poppins);

}
.cm-privacy-wrapper .rich_text p {
  padding: 14px 0 13px;
  letter-spacing: -0.14px;
  text-align: left;
  margin: 0;
  color:#363636;
}
.cm-privacy-wrapper .rich_text p a {
  letter-spacing: -0.14px;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
}
.cm-privacy-wrapper .rich_text p a strong {
  color:#02c6c5;
  letter-spacing: -0.14px;
}
.cm-privacy-wrapper .content_widget .rich_text h2 {
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 39px;
  padding: 14px 0 13px;
  margin: 0;
  font-weight: 600;
  font-family: var(--Poppins);
  text-align:left;
}
.cm-privacy-wrapper table tbody th {
  font-size: 16px;
  padding: 1px;
  font-family: "Times New Roman";
  font-weight: 700;
  text-align: center;
  line-height: 1.1255;
  vertical-align: middle;
}
.cm-privacy-wrapper table tbody td {
  font-size: 16px;
  padding: 1px;
  font-weight: 400;
  font-family: "Times New Roman";
  line-height: 1.1255;
  vertical-align:middle;
}
.cm-privacy-wrapper table tbody tr td:last-child {
  text-align: center;
}
.cm-privacy-wrapper table {
  margin: 0;
  width:100%;
}
.cm-privacy-wrapper .rich_text ol li,
.cm-privacy-wrapper .rich_text ul li{
  font-family: "Times New Roman";
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height:1.2143;	
  color: #000;
}


.cm-privacy-wrapper .rich_text ol,
.cm-privacy-wrapper .rich_text ul{
  list-style: none;
  text-align: left;
  font-size: 14px;
  font-family: "Times New Roman";
  margin: 0;
}
.cm-privacy-wrapper .rich_text p strong {
  color: #363636;
  font-weight: 600;
}
.cm-privacy-wrapper  ol,
.cm-privacy-wrapper  ul{
  padding-left: 40px;
}
.cm-privacy-wrapper table tbody tr td p {
  line-height: 0;
}

div[data-hs-responsive-table] {
  width: 100% !important;!i;!;
}

/* Blog Listing */

.cm-healium-listing .blog-list-wrapper .blog-top-section {
  padding-top: 105px;
}

.blog-feed.cm-blog-posts-slider .slider_top_cnt {
  position: relative;
}

.blog-feed.cm-blog-posts-slider .slider_top_cnt .top_sec h2.title {
  font-family: var(--GilroyExtraBold);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  text-align: left;
}

.blog-feed.cm-blog-posts-slider .posts-slider__arrows {
  position: absolute;
  top: -18px;
  right: 15px;
}

.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow {
  display: inline-block;
  border: none;
  width: 47px;
  height: 47px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  position: relative;
  transform: none;
  background-color: transparent;
  left: 0;
  right: 0;
}

.cm-testinomial-slider .splide button.splide__arrow:before,
.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #EAEAEA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  will-change: transform;
  -webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cm-testinomial-slider .splide button.splide__arrow:after,
.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #02C6C5;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  will-change: transform;
  -webkit-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}

.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow svg {
  position: relative;
  z-index: 10;
  transform: none;
  width: auto;
  height: auto;
}

.cm-testinomial-slider .splide button.splide__arrow svg path,
.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow svg path {
  -webkit-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: fill;
}

.cm-testinomial-slider .splide button.splide__arrow:hover:before,
.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow:hover:before {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}

.cm-testinomial-slider .splide button.splide__arrow:hover:after,
.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  -moz-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  -ms-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  -o-transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}

.cm-testinomial-slider .splide button.splide__arrow:hover svg path,
.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow:hover svg path {
  fill: #fff;
  -webkit-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  -moz-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  -ms-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  -o-transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
  transition: fill 0.26s cubic-bezier(0.645, 0.045, 0.355, 1) 0.12s;
}

.blog-feed.cm-blog-posts-slider .page-center {
  padding-left: 0;
  padding-right: 0;
}

.blog-feed.cm-blog-posts-slider .slider_top_cnt {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-feed.cm-blog-posts-slider .top_sec.noButton{
  padding-left: 0;
  padding-right: 0;
}

.blog-feed.cm-blog-posts-slider.theme2 .overlay_icon.bg_el {
  display: none;
}

.blog-feed.cm-blog-posts-slider .posts-slider__arrows button.splide__arrow.splide__arrow--next {
  margin-left: 10px;
}

.blog-feed.cm-blog-posts-slider .recent-post-item .item_inner {
  border-radius: 0;
  box-shadow: none;
}

.blog-feed.cm-blog-posts-slider.theme2 .hs-featured-wrp {
  padding-bottom: 68.645%;
}

.blog-feed.cm-blog-posts-slider .hs-featured-wrp .feature_img {
  background-repeat: no-repeat;
}

.blog-feed.cm-blog-posts-slider .recent-post-item .post-btm {
  padding: 0;
}

.blog-feed.cm-blog-posts-slider .meta_wrap span.icon_img {
  display: none;
}

.blog-feed.cm-blog-posts-slider.theme2 .meta_wrap>span {
  padding: 0;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #909090;
}

.blog-feed.cm-blog-posts-slider .meta_wrap {
  padding-top: 23px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.blog-feed.cm-blog-posts-slider h4.recent-post-title {
  padding: 0;
  margin: 0 0;
  line-height: 1.2em;
  color: #363636;
  font-size: 30px;
  font-family: var(--GilroyExtraBold);
}

.blog-feed.cm-blog-posts-slider p.item_descr {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
  padding-top: 4px;
  margin-top: 0;
}

.blog-feed.cm-blog-posts-slider .recent-post-item .item_inner {
  border-radius: 0;
  box-shadow: none;
}

.blog-feed.cm-blog-posts-slider.theme2 .hs-featured-wrp {
  padding-bottom: 68.645%;
}

.blog-feed.cm-blog-posts-slider .hs-featured-wrp .feature_img {
  background-repeat: no-repeat;
}

.blog-feed.cm-blog-posts-slider .recent-post-item .post-btm {
  padding: 0;
}

.blog-feed.cm-blog-posts-slider .meta_wrap span.icon_img {
  display: none;
}

.blog-feed.cm-blog-posts-slider.theme2 .meta_wrap>span {
  padding: 0;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #909090;
}

.blog-feed.cm-blog-posts-slider .meta_wrap {
  padding-top: 23px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.blog-feed.cm-blog-posts-slider h4.recent-post-title {
  padding: 0;
  margin: 0 0;
  line-height: 1.2em;
  color: #363636;
  font-size: 30px;
  font-family: var(--GilroyExtraBold);
}

.blog-feed.cm-blog-posts-slider p.item_descr {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
  padding-top: 4px;
  margin-top: 0;
}

.cnt-wit-bg-wrp.cm-blog-bottom {}

.cnt-wit-bg-wrp.cm-blog-bottom .rich_text h2 {
  margin: 0;
}

.cnt-wit-bg-wrp.cm-blog-bottom .rich_text h3 {
  font-family: var(--GilroyExtraBold);
  font-size: 48px;
  line-height: 1.1;
  color: #FAFAFA;
  padding-top: 58px;
  padding-bottom: 64px;
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.cm-blog-bottom .btn_row {
  margin-top: 0;
  margin-bottom: 4px;
}

.cnt-wit-bg-wrp.cm-blog-bottom .btn_row a {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  min-width: 150px;
  padding: 14px 28px;
  overflow: hidden !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-align: center;
}

.cnt-wit-bg-wrp.cm-blog-bottom .btn_row a.hs-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: -webkit-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: -1;
}

.cnt-wit-bg-wrp.cm-blog-bottom .btn_row a.hs-button:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
}

.blog-feed.cm-blog-posts-slider .splide .recent-post-item,
.blog-feed.cm-blog-posts-slider .splide .splide__track {
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.cm-blog-bottom .bg_el.bg_img {
  background-position: center center !important;
}

/* Blog Post */

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar-scroller {
  position: absolute;
  height: calc(100% - 439px);
  top: 439px;
  left: 61px;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar {
  position: sticky;
  background: white;
  top: 70px;
  left: 0px;
  z-index: 1;
  max-width: 254px;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav {
  padding: 28px 0 28px 24px;
  border-top: 2px solid #02C6C5;
  border-bottom: 2px solid #02C6C5;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .entry-toc__title {
  color: #363636;
  text-align: center;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 31px;
  text-transform: uppercase;
  padding-right: 24px;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .page-center.full_width {
  padding: 0;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .btn_row {
  display: flex;
  flex-direction: row;
  gap: 31px;
  list-style: none;
  margin: 0;
  max-height: 61vh;
  overflow-y: auto;
  padding: 0 24px 0 0;
  justify-content: flex-start;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .btn_row .btn_item {
  margin-bottom: 0;
  width: 100%;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .btn_row .btn_item a {
  color: #363636;
  font-family: var(--Poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.16px;
  margin:0px;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .btn_row .btn_item a:hover {
  text-decoration: underline;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-socials__title {
  color: #363636;
  text-align: center;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-socials {
  background: white;
  padding: 25px;
  border-bottom: 2px solid #02C6C5;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-socials__list {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.cm-blog-post-healium .blog-post-content .left_sidebar .entry-socials__list a.entry-socials__social {
  color: #02C6C5;
  line-height: 1.28571429;
  font-size: 14px;
}

.body-wrapper.hs-blog-post {
  overflow: visible;
}

.cm-blog-post-healium {}

.cm-blog-post-healium .entry-cta-scroller {
  position: absolute;
  height: calc(100% - 439px);
  top: 439px;
  right: 61px;
  z-index: 2;
}

.cm-blog-post-healium .entry-cta-scroller .entry-cta {
  position: sticky;
  top: 70px;
  right: 0px;
  z-index: 1;
  max-width: 254px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0;
  box-shadow: 0px 4px 14px 0px rgba(151, 151, 151, 0);
}

.cm-blog-post-healium .entry-cta-scroller .entry-cta .rich_text h5 {
  color: #363636;
  text-align: center;
  font-family: var(--Poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 25px;
}

.cm-blog-post-healium .cnt-wit-bg-wrp.cm-blog-rgt-sidebar .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cm-blog-post-healium .entry-cta-scroller .entry-cta .rich_text p {
  color: #363636;
  text-align: center;
  font-family: var(--Poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.16px;
  margin: 0;
}

.cm-blog-post-healium .entry-cta-scroller .entry-cta .rich_text {
  margin-bottom: 25px;
}

.cm-blog-post-healium .entry-cta-scroller .btn_row {
  margin-top: 0;
}

.cm-blog-post-healium .entry-cta-scroller .btn_row .btn_cm_style_one a,
.cm-blog-post-healium .entry-cta-scroller .btn_row a.btn_cm_style_one {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  /*   color: #FFFFFF;
  background: -moz-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: -webkit-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  min-width: 150px;
  padding: 14px 28px;
  overflow: hidden !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-align: center;
  max-width: 320px;
}

.cm-blog-post-healium .entry-cta-scroller .btn_row a.hs-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: -webkit-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: -1;
}

.cm-blog-post-healium .entry-cta-scroller .btn_row a.hs-button:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
}

.cm-blog-post-healium .entry-cta-scroller .entry-cta:hover .cm-blog-rgt-sidebar {
  box-shadow: 0px 4px 14px 0px rgba(151, 151, 151, 0.15);
}

.cm-blog-post-healium .blog-post-cnt-inn {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.cm-blog-post-healium .blog-post-cnt-inn .blog-post-title h1 {
  font-size: 30px;
  line-height: 1.2em;
  color: #363636;
  letter-spacing: -0.96px;
  font-family: var(--GilroyExtraBold);
  /* 	margin-bottom: 21px; */
  margin-bottom: 0;
}

.cm-blog-post-healium .blog-post-cnt-inn .post-content p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2.1;
  color: #363636;
  margin: 0;
}

.cm-blog-post-healium .blog-post-wrapper .single-blog .container .post-content p a {
  font-weight: 400;
  color: #02C6C5;
  text-decoration-line: underline;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.cm-blog-post-healium .blog-post-wrapper .single-blog .container .post-content p a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity = 50);
}

.cm-blog-post-healium .blog-post-cnt-inn .cm_post_content {
  padding-bottom: 30px;
}

.cm-blog-post-healium .author_bio_wrp {
  padding: 30px 0;
}

.cm-blog-post-healium .author_bio_wrp .author_bio_title h2 {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: bold;
  line-height: 2.1;
  color: #363636;
  letter-spacing: -0.01em;
  font-size: 26px;
  margin-bottom: 0;
}

.cm-blog-post-healium .author_bio_wrp .author_description {
  display: flex;
  flex-direction: row;
}

.cm-blog-post-healium .author_bio_wrp .author_description .author_bio_img {
  max-width: 235px;
  width: 100%;
  padding: 16px 16px 16px 0;
}

.cm-blog-post-healium .author_bio_wrp .author_description .author_bio_img img.blog-header__author-avatar {
  width: 100%;
}

.cm-blog-post-healium .author_bio_wrp .author_description  .author_bio_cnt {
  max-width: calc(100% - 235px);
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2.1;
  color: #363636;
  margin: 0;
}

.cm-blog-post-healium .author_bio_wrp .author_description .author_bio_cnt a {
  font-weight: 600;
  color: #02C6C5;
  text-decoration-line: underline;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.cm-blog-post-healium .author_bio_wrp .author_description .author_bio_cnt a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity = 50);
}

.cm-blog-post-healium .blog-author-holder {
  float: left;
}

.cm-blog-post-healium .blog-social-holder {
  float: right;
  padding: 15px 0 0 0;
}

.cm-blog-post-healium .blog-author-holder .author__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.cm-blog-post-healium .blog-author-holder .author--text-holder {
  float: left;
  padding: 12px 0 0 15px;
}

.cm-blog-post-healium .blog-author-holder .author--text-holder .author__name {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #363636;
  padding-bottom: 7px;
}

.cm-blog-post-healium .blog-author-holder .author--text-holder .author__date {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #686868;
}

.cm-blog-post-healium .blog-social-holder .blog-social-text {
  display: inline-block;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #363636;
  padding-right: 5px;
}

.cm-blog-post-healium .blog-social-holder .blog-social-icon {
  display: inline-block;
  padding-left: 25px;
}

.cm-blog-post-healium .blog-social-holder .blog-social-icon a {
  display: block;
}

.cm-blog-post-healium .blog-social-holder .blog-social-icon a img {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.cm-blog-post-healium .blog-social-holder .blog-social-icon a:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity = 50);
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content h1 {
  font-size: 30px;
  line-height: 1.2em;
  color: #363636;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 2.1;
  font-family: var(--Poppins);
  font-style: normal;
  color: #363636;
  margin:0;
  padding:0;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p>span>i{
  font-weight:400;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p i{
  font-weight:400;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p>span {
  font-weight: 400;
  font-size: 18px;
  margin:0;
  padding:0;
  line-height: 2.1;
  font-family: var(--Poppins);
  font-style: normal;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content h3 {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: bold;
  margin:0;
  padding:0;
  color: #363636;
  letter-spacing: -0.01em;
  font-size: 22px;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 118px 0 0;
  scroll-margin-top: 100px;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content img {
  display: block;
  padding: 30px 0 60px;
  height: auto;
  clear: both;
  /* 	width: 1024px; */
  margin: 0;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p img {
  display: block;
  margin: 0 auto;
  padding: 16px 16px;
  height: auto;
  clear: both;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .row .col-lg-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .row .post-content {
  padding: 0 16px;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p a {
  font-weight: 600;
  color: #02C6C5;
  text-decoration-line: underline;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content a {
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}


.cm-blog-post-healium.blog-post-wrapper .single-blog .single-blog-bottom {
  padding: 30px 0 100px;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog-bottom .single-blog-bottom__line {
  height: 2px;
  background-color: #E7E7E7;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog-bottom .single-blog-bottom__holder {
  padding-top: 40px;
}

a.author_bio_link:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity = 50);
}

/* Business */

.two-col-content.cm-business-banner {
  padding-top: 105px;
  padding-bottom: 0;
}

.two-col-content.cm-business-banner .content-col .description {
  margin-bottom: 0;
  text-align: center;
}

.two-col-content.cm-business-banner .content-col .description h1 {
  font-family: var(--GilroyExtraBold);
  font-size: 64px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.two-col-content.cm-business-banner .flex_row.flex_center {
  row-gap: 0;
}

.two-col-content.cm-business-banner .single-img {
  padding: 133px 0 54px;
}

.two-col-content.cm-business-banner .media_column {
  padding-left: 0;
  padding-right: 0;
}

.two-col-content.cm-business-banner .single-img img {
  padding: 14px 0 13px;
}

.landing-banner.cm-business-form {
  padding: 123px 0 54px;
}

.landing-banner.cm-business-form .col6.right-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.landing-banner.cm-business-form .col6.right-content .form-section {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
}

.landing-banner.cm-business-form .col6.right-content form h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  line-height: normal;
}

.landing-banner.cm-business-form .col6.right-content form .hs-richtext {
  margin: 0;
}

.cm-stats-sec:after {
  background-image: url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/background-dots.png);
}


.two-col-content.cm-busi-two-form .form_wrap .hs-form-field>label span:not(.hs-form-required),
.landing-banner.cm-business-form .form-row .hs-form-field>label span:not(.hs-form-required) {
  font-family: var(--Poppins);
  font-size: 15px;
  color: #070707;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.two-col-content.cm-busi-two-form .form_wrap .hs-form-field>label span.hs-form-required,
.landing-banner.cm-business-form .form-row .hs-form-field>label span.hs-form-required {
  display: inline-block;
  font-size: 15px;
}

.two-col-content.cm-busi-two-form .form_wrap .hs-form-field>label,
.landing-banner.cm-business-form .form-row .hs-form-field>label {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: var(--Poppins);
}

.two-col-content.cm-busi-two-form form .hs-form-field select,
.two-col-content.cm-busi-two-form form .hs-form-field input,
.landing-banner.cm-business-form form .hs-form-field input, 
.landing-banner.cm-business-form form .hs-form-field select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  background-color: #f5f8fa;
  height: 40px;
}

.two-col-content.cm-busi-two-form form .hs-form-field input:focus,
.two-col-content.cm-busi-two-form form .hs-form-field select:focus,
.landing-banner.cm-business-form form .hs-form-field input:focus, 
.landing-banner.cm-business-form form .hs-form-field select:focus {
  outline: none;
  border-color: rgba(82, 168, 236, .8);
}

.two-col-content.cm-busi-two-form form .hs-form-field select.is-placeholder,
.landing-banner.cm-business-form form .hs-form-field select.is-placeholder {
  color: #bfbfbf;
}

.two-col-content.cm-busi-two-form form ul.no-list.hs-error-msgs,
.landing-banner.cm-business-form form ul.no-list.hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.two-col-content.cm-busi-two-form form ul.no-list.hs-error-msgs label,
.landing-banner.cm-business-form form ul.no-list.hs-error-msgs label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: var(--Poppins);
  font-size: 14px;
  margin-bottom: 4px;
}

.two-col-content.cm-busi-two-form form .hs-form-field,
.landing-banner.cm-business-form form .hs-form-field {
  margin-bottom: 18px;
}

.two-col-content.cm-busi-two-form form .hs-form-field select,
.landing-banner.cm-business-form form .hs-form-field select {
  padding: 9px 10px;
}

.two-col-content.cm-busi-two-form .form_wrap input.hs-button,
.landing-banner.cm-business-form .form-row.hs-secondary input.hs-button {
  /*   border-radius: 3px;
  border-style: solid;
  border-width: 1px; */
  width: auto;
  /*   background: #0697c4;
  border-color: #0697c4;
  color: #ffffff; */
  font-size: 12px !important;
  line-height: 12px;
  font-family: var(--Poppins);
  padding: 12px 24px;
  font-weight: 700;
}

.two-col-content.cm-busi-two-form form .actions,
.landing-banner.cm-business-form form .actions {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 17px 0px;
}

.two-col-content.cm-busi-two-form form .hs_submit,
.landing-banner.cm-business-form form .hs_submit {
  margin-top: 0;
}


.two-col-content.cm-two-col-business .page-center.theme_center {
  padding-left: 0;
  padding-right: 0;
}

.two-col-content.cm-two-col-business .content-col .description h4 {
  font-family: var(--GilroyExtraBold);
  letter-spacing: -0.02em;
  color: #363636;
  padding-top: 16px;
  margin-bottom: 0;
}

.two-col-content.cm-two-col-business .content-col .description p {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  color: #686868;
  padding-top: 27px;
}

.two-col-content.cm-two-col-business .content-col .description {
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
}

.two-col-content.cm-two-col-business.right .content-col .cont-inner {
  margin-left: auto;
  width: 100%;
  max-width: 350px;
}

.two-col-content.cm-two-col-business{
  position: relative;
  padding: 74px 0;
}

.testimonials_sliderv2.cm-testinomial-slider {
  padding: 50px 0;
  overflow: visible;
}

.testimonials_sliderv2.cm-testinomial-slider img.overlay_image {
  position: absolute;
  top: 42.2%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonials_sliderv2.cm-testinomial-slider h3.name {
  font-family: var(--GilroyExtraBold);
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin: 0;
  order: 2;
}

.testimonials_sliderv2.cm-testinomial-slider p.rolee {
  margin: 0;
  order: 3;
}

.testimonials_sliderv2.cm-testinomial-slider .text_box {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  padding-bottom: 18px;
  order: 1;
}

.testimonials_sliderv2.cm-testinomial-slider .left_inner {
  display: flex;
  vertical-align: middle;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.testimonials_sliderv2.cm-testinomial-slider .splide__list>.splide__slide {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials_sliderv2.cm-testinomial-slider .splide .splide__track {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials_sliderv2.cm-testinomial-slider:before {
  display: none;
}

.cm-testinomial-slider .splide button.splide__arrow{
  display: inline-block;
  border: none;
  width: 47px;
  height: 47px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transform: none;
  background-color: transparent;
}

.cm-testinomial-slider button.splide__arrow:before {
  background-image: none !important;
}

.cm-testinomial-slider button.splide__arrow svg{
  background-image: url('data:image/svg+xml,<svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 6.5C16.0523 6.5 16.5 6.94772 16.5 7.5C16.5 8.05228 16.0523 8.5 15.5 8.5V6.5ZM0.292893 8.20711C-0.0976315 7.81658 -0.0976315 7.18342 0.292893 6.79289L6.65685 0.428932C7.04738 0.0384078 7.68054 0.0384078 8.07107 0.428932C8.46159 0.819457 8.46159 1.45262 8.07107 1.84315L2.41421 7.5L8.07107 13.1569C8.46159 13.5474 8.46159 14.1805 8.07107 14.5711C7.68054 14.9616 7.04738 14.9616 6.65685 14.5711L0.292893 8.20711ZM15.5 8.5H1V6.5H15.5V8.5Z" fill="%2302c6c5" style=" fill: %2302c6c5;"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  display:inline-block !important;
  transform: none !important;
  position: relative;
  z-index: 9;
}

.cm-testinomial-slider button.splide__arrow svg path{
  opacity:0;
}

.cm-testinomial-slider button.splide__arrow:hover svg {
  background-image: url('data:image/svg+xml,<svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 6.5C16.0523 6.5 16.5 6.94772 16.5 7.5C16.5 8.05228 16.0523 8.5 15.5 8.5V6.5ZM0.292893 8.20711C-0.0976315 7.81658 -0.0976315 7.18342 0.292893 6.79289L6.65685 0.428932C7.04738 0.0384078 7.68054 0.0384078 8.07107 0.428932C8.46159 0.819457 8.46159 1.45262 8.07107 1.84315L2.41421 7.5L8.07107 13.1569C8.46159 13.5474 8.46159 14.1805 8.07107 14.5711C7.68054 14.9616 7.04738 14.9616 6.65685 14.5711L0.292893 8.20711ZM15.5 8.5H1V6.5H15.5V8.5Z" fill="%2302C6C5" style=" fill: %23fff;"></path></svg>');
}

.cm-testinomial-slider button.splide__arrow.splide__arrow--next svg {
  transform: rotate(180deg) !important;
}

.cm-testinomial-slider .splide button.splide__arrow {
  top: 35%;
}

.two-col-content.cm-busi-two-form .content-col .description {
  margin-bottom: 0;
  margin-top: 8px;
}

.two-col-content.cm-busi-two-form .content-col .form_wrap h1 {
  font-size: 2em;
  margin-block-start: 0.4em;
  margin-block-end: 0.67em;
  line-height: normal;
}

.two-col-content.cm-busi-two-form .content-col .form_wrap .hs-richtext {
  margin-bottom: 0;
}

.two-col-content.cm-busi-two-form h3.form-title {
  margin: 0;
}

.two-col-content.cm-busi-two-form .content-col .form_wrap {
  padding-top: 0;
}

.two-col-content.cm-busi-two-form .page-center {
  padding-left: 0;
  padding-right: 0;
}

.logo_slider.cm-business-logos {
  padding: 79px 0 33px;
}

.logo_slider.cm-business-logos .top_content h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.5em;
  text-align: center;
  position: relative;
  padding-bottom: 38px;
}

.logo_slider.cm-business-logos .top_content h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75px;
  height: 1px;
  background: -moz-linear-gradient(269.99deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  background: -webkit-linear-gradient(269.99deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
  background: linear-gradient(269.99deg, #02C6C5 -0.39%, #3FD7B3 49.73%, #8BEB9C 100%);
}

.logo_slider.cm-business-logos .top_sec.noButton {
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.logo_slider.cm-business-logos .splide__track {
  padding-top: 43px;
  max-width: 980px;
  margin: 0 auto;
}

.logo_slider.cm-business-logos .splide__track .logos_row {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: 0;
}

.logo_slider.cm-business-logos .splide__track .logos_row .logo_item {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-bottom: 4px;
}

.testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination {
  display: none;
}

/* Blog */
.blog-title-excerpt {
  padding-top: 21px;
}

.blog-title-excerpt p {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #363636;
  margin: 0;
  max-width: 90%;
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content > img {
  padding-top: 30px;
  padding-bottom: 60px;
}

.cm-blog-post-healium .blog-post-cnt-inn .cm_post_content h3 {
  line-height: 2.1;
}

.cm-blog-post-healium h4 {
  font-family: var(--Poppins);
  line-height: 2.1;
}

.mobile-show {
  display: none;
}

.mobile-show .left_sidebar .entry-sidebar-scroller {
  position: static !important;
}

.mobile-show .left_sidebar .entry-sidebar-scroller .entry-sidebar {
  width: 100%;
  position: static;
  max-width: 100%;
}

.post-content .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  min-width: 100% !important;
  margin-bottom: 15px !important;
  max-height: 100% !important;
}

.post-content blockquote {
  border: none;
  padding: 16px 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .post-content blockquote p{
    text-align: left !important;
  }
  .footer_dnd_area_bottom-row-0-padding{
  width: 100%;
  margin: 0 auto;
}
}

.post-content h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 2.1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-family: var(--Poppins);
}

.cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content .hs_cos_wrapper_type_rich_text > img:first-child {
  width: 100%;
}

.cm-science-listing .blog-top-section {
  display: none;
}

.cm-science-listing .blog-list-wrapper .cm-recent-blog-wrapper .featured-post {
  padding-top: 0;
}

.simple-banner.cm-science-blog-listing {
  min-height: auto;
}

.simple-banner.cm-science-blog-listing .top_sec h1 {
  font-family: var(--GilroyExtraBold);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #363636;
  margin: 0;
}

.blog-feed.cm-blog-posts-slider ul.splide__pagination {
  display: none;
}

.about-page .blog-feed.cm-blog-posts-slider .tags_wrap {
  padding: 0;
}

.blog-feed.cm-blog-posts-slider .tags_wrap, 
.about-page .blog-feed.cm-blog-posts-slider .meta_wrap {
  position: static;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #909090;
  padding-top: 23px;
  padding-bottom: 16px;
}

.about-page .blog-feed.cm-blog-posts-slider .meta_wrap span.value_m {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #909090;
}

.blog-feed.cm-blog-posts-slider .hs-featured-wrp .feature_img {
  padding-bottom: 68.645%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
  height: auto;
}

.blog-feed.cm-blog-posts-slider .hs-featured-wrp {
  padding: 0;
}

.blog-feed.cm-blog-posts-slider .tags_wrap:after {
  display: none;
}

.blog-feed.cm-blog-posts-slider .meta_wrap {
  padding: 0;
}

.blog-feed.cm-blog-posts-slider .tags_wrap span {
  padding: 0;
}


.adv_video_module.blog-post-video.full-height-video .inner_spacer {
  padding-bottom: 100%;
}

.cm-blog-post-healium .author_bio_wrp .author_description .author_bio_cnt p {
  margin: 0;
}

.cm-blog-post-healium .author_bio_wrp .author_description a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity = 50);
}

.no-banner .fixed-header-wrapper {
  min-height: 130px;
}

.navbar_module_wrapper .page-navigation .hs-button.active span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
  -webkit-transform: translate3d(24px, 0, 0);
  -moz-transform: translate3d(24px, 0, 0);
  -ms-transform: translate3d(24px, 0, 0);
  -o-transform: translate3d(24px, 0, 0);
  transform: translate3d(24px, 0, 0);
}


.healium-img.page-two-col.two-col-content .media_column .single-img img {
  height: revert-layer;
  max-height: none;
}




.home_page_v1_page .card_gallery .card_box .it_title,
.home_page_v1_page .blog-feed .recent-post-title,
.cm_team_cont h3,
.home_page_v2_page .featured-card .flex_row h3,
.home_page_v2_page .blog-feed .recent-post-title ,
.home_page_v3_page  .blog-feed .recent-post-title,
.pricing_page .pricing-table-gp .plan-title,
.service-listing-page-v2 .pricing-table-gp .plan-title,
.cm_tm_wrp .cm_mbr_cont.cm_color h3,
.cm_tmw_content h3{
  font-size: 31.919999999999998px; 
}


.career_page .card_gallery .card_box .it_title,
.career-opportunities .designation h4,
.home_page_v2_page .card_gallery .card_box .it_title,
.home_page_v3_page .card_gallery .card_box .it_title,
.home_page_v3_page .blog-feedv3 .right_col .recent-post-title,
.home_page_v5_page  .blog-feedv3 .right_col .recent-post-title,
.home_page_v4_page  .card_gallery .card_box .it_title,
.home_page_v5_page .card_gallery .card_box .it_title,
.landing_pg_v2 .card_gallery .card_box .it_title,
.landing_pg_v4 .card_gallery .card_box .it_title,
.landing_pg_v6 .card_gallery .card_box .it_title,
.landing_pg_v8 .two-col-content h4.feat-title,
.pricing_page .pricing-table-gp .pricing-area .plan-price,
.service-listing-page-v2 .pricing-table-gp .pricing-area .plan-price,
.resources_page .hs_fillter_wrp .hs_fil_cat_item.is-checked,
.resources_page .hs_fillter_wrp  .hs_fil_t2_title h4,
.service-listing-page .card_gallery .card_box .it_title,
.service-listing-page-v2 .card_gallery .card_box .it_title{
  font-size: 28.799999999999997px;
}

.home_page_v5_page .blog-feedv3 .right_col .col4.hs-featured-wrp{
  width: 33.33%;
}

.hs_cos_wrapper_type_email_subscriptions, .hs_cos_wrapper_type_password_prompt, .hs-search-field__bar, .widget-type-form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-password_prompt.custom_error_message, .widget-type-email_simple_subscription, .section.post-footer form, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset {

  display: block;
}




@media (min-width:768px){

  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 720px;
  }

}

@media (min-width:991px){

  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 814px;
  }

}

@media (min-width:1201px){

  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 950px;
  }

}

@media (min-width:1601px){

  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 1140px;
  }

  .cm-stats-sec:after{
    background-image:url(//6196695.fs1.hubspotusercontent-na1.net/hubfs/6196695/raw_assets/public/Healium_Migration_September2024/images/background-dots-2560.png);
  }

  .two-col-content.cm-two-col-business{
    position: relative;
    padding: 86px 0;
  }

}

@media (max-width: 1600px) {

  .cm-blog-post-healium.blog-post-wrapper .left_sidebar,
  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller,
  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 913px;
  }

}

@media (max-width: 1450px) {

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar-scroller {
    position: static;
    flex: 0 0 83.3333333333%;
    margin: 0 auto;
    max-width: 83.3333333333%;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar {
    position: static;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .cm-blog-post-healium .entry-cta-scroller {
    position: static;
  }

  .cm-blog-post-healium .entry-cta-scroller .entry-cta {
    position: static;
    max-width: 100%;
  }

  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller, 
  .cm-blog-post-healium.blog-post-wrapper .left_sidebar {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar-scroller {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller {
    padding-bottom: 34px;
  }

}


@media (max-width: 1200px) {

  .cm-blog-post-healium.blog-post-wrapper .left_sidebar,
  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller,
  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 723px;
  }

  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller {
    max-width: 100%;
    padding: 0;
    padding-bottom: 34px;
  }

  .cm-blog-post-healium .entry-cta-scroller .entry-cta > div {
    max-width: 70%;
    width: 100%;
    box-shadow: 0px 4px 14px 0px rgba(151, 151, 151, 0.15);
  }

  .cm-blog-post-healium .entry-cta-scroller .entry-cta:hover .cm-blog-rgt-sidebar {
    box-shadow: none;
  }

  .two-col-content.cm-two-col-business.right .content-col .cont-inner {
    max-width: 295px;
  }

  .two-col-content.cm-two-col-business {
    padding: 85px 0 119px;
  }

  .two-col-content.cm-two-col-business .content-col .description {
    max-width: 295px;
  }

  .two-col-content.cm-last-steps {
    padding-bottom: 0;
  }

  .cm-header-v2 .fixed-header-wrapper,
  .no-banner .fixed-header-wrapper {
    min-height: 138px;
  }

}

@media (max-width:991px) {

  .cm-healium-listing .blog-list-wrapper .blog-top-section {
    padding-top: 92px;
  }

  .cm-healium-listing .blog-list-wrapper .cards-grid .container .load-more__btn .cards-grid__btn-text-holder {
    display: none;
  }

  .cm-healium-listing .blog-list-wrapper .cards-grid .container>.row .load-more__btn>.cards-grid__btn-arrow {
    top: 0;
    left: 0;
  }

  .cm-healium-listing .blog-list-wrapper .cards-grid .container>.row .load-more__btn {
    padding-right: 0;
    width: 47px;
    height: 47px;
  }

  .cm-healium-listing .blog-list-wrapper .cards-grid .container>.row .cards-grid__btn-holder {
    padding: 6px 0 16px;
    text-align: center;
  }

  .blog-feed.cm-blog-posts-slider {
    padding: 33px 0 17px;
  }

  .blog-feed.cm-blog-posts-slider .top_sec.noButton {
    margin-bottom: 0;
  }

  .blog-feed.cm-blog-posts-slider .slider_top_cnt .top_sec h2.title {
    margin-bottom: 33px;
  }

  .cnt-wit-bg-wrp.cm-blog-bottom .rich_text h3 {
    font-size: 40px;
    padding-top: 41px;
    padding-bottom: 42px;
  }

  .cnt-wit-bg-wrp.cm-blog-bottom {
    padding: 50px 0 40px;
  }

  .blog-feed.cm-blog-posts-slider .splide .splide__pagination {
    zoom: 1;
    padding: 16px 20px;
    position: static;
    display: inline-block;
    padding-bottom: 6px;
  }

  .blog-feed.cm-blog-posts-slider .splide .splide__pagination button.splide__pagination__page {
    border: none;
    font-size: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #E6E6E6;
    padding: 0;
    margin: 0;
    transform: none;
    opacity: 1;
  }

  .blog-feed.cm-blog-posts-slider .splide .splide__pagination li {
    float: left;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.14285714;
  }

  .blog-feed.cm-blog-posts-slider .splide .splide__pagination li button.splide__pagination__page.is-active {
    background-color: #02C6C5;
  }

  .blog-feed.cm-blog-posts-slider .recent-post-item .post-btm {
    max-width: 78.5vw;
    padding: 0 10px 0 20px;
  }

  .blog-feed.cm-blog-posts-slider .posts-slider__arrows {
    display: none;
  }

  /* 	.blog-feed.cm-blog-posts-slider .splide .recent-post-item {
  padding-left: 0;
  padding-right: 0;
}
  */
  .cm-blog-post-healium.blog-post-wrapper .single-blog {
    padding-top: 98px;
  }

  .cm-blog-post-healium .blog-post-cnt-inn .blog-post-title h1 {
    text-align: center;
  }

  .cm-blog-post-healium .blog-author-holder {
    float: none;
  }

  .cm-blog-post-healium .blog-social-holder {
    float: none;
    text-align: center;
    padding: 20px 0 0;
  }

  .cm-blog-post-healium .blog-author-holder .author__image {
    float: none;
    margin: 0 auto;
  }

  .cm-blog-post-healium .blog-author-holder .author--text-holder {
    float: none;
    text-align: center;
    padding: 18px 0 0;
  }

  .cm-blog-post-healium .blog-social-holder .blog-social-text {
    display: block;
    padding-right: 0;
    padding-bottom: 28px;
  }

  .cm-blog-post-healium.blog-post-wrapper .single-blog .single-blog-bottom {
    padding: 19px 0 29px;
  }

  .cm-blog-post-healium .blog-social-holder .blog-social-icon {
    padding: 0 13px;
  }

  .blog-index-layout.cm-science-listing .hs_cos_wrapper_type_rich_text h1 {
    font-size: 48px !important;
  }

  /* 	 */

  .two-col-content.cm-business-banner .content-col .description h1 {
    font-size: 48px;
  }

  .two-col-content.cm-business-banner .single-img {
    padding: 63px 5px 20px;
  }

  .two-col-content.cm-business-banner {
    padding: 92px 0 0;
  }

  .landing-banner.cm-business-form {
    padding: 53px 0 20px;
  }

  .landing-banner.cm-business-form .col6.right-content .form-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .testimonials_sliderv2.cm-testinomial-slider img.overlay_image {
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-52deg) scale(1.1);
    -moz-transform: translate(-50%, -50%) rotate(-52deg) scale(1.1);
    -ms-transform: translate(-50%, -50%) rotate(-52deg) scale(1.1);
    -o-transform: translate(-50%, -50%) rotate(-52deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(-52deg) scale(1.1);
  }

  .testimonials_sliderv2.cm-testinomial-slider {
    overflow: hidden;
    padding: 79px 0;
  }

  .testimonials_sliderv2.cm-testinomial-slider .left_inner {
    padding: 21px 5px 0;
  }

  .cm-testinomial-slider .splide button.splide__arrow {
    opacity: 0;
  }

  .two-col-content.cm-busi-two-form {
    padding: 33px 0 10px;
  }

  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination {
    display: block;
    zoom: 1;
    text-align: center;
    padding-top: 21px;
    position: static;
  }

  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination:before,
  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination:after {
    content: "";
    display: table;
  }

  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination:after {
    clear: both;
  }

  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination li {
    display: inline-block;
    padding: 0 5px;
  }

  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination li button.splide__pagination__page {
    border: none;
    font-size: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #E6E6E6;
    padding: 0;
    transform: none;
    margin: 0;
    opacity: 1;
  }

  .testimonials_sliderv2.cm-testinomial-slider ul.splide__pagination li button.splide__pagination__page.is-active {
    background-color: #02C6C5;
  }

  .cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p img {
    float: none !important;
    padding-left: 16px !important;
  }

  .blog-feed.cm-blog-posts-slider .tags_wrap {
    max-width: 78.5vw;
    padding-left: 20px;
    padding-right: 10px;
  }

  .cm-header-v2 .fixed-header-wrapper,
  .no-banner .fixed-header-wrapper {
    min-height: 112px;
  }

  .cm-lp-footer .cm-copyright .single-line-text {
    border-top: none;
   /* padding-top: 11px; */
    padding-top: 8px; 
  }
 

  .cm-brain .shop-hero__content .shop-hero__subtitle {
    font-size: 15px;
    line-height: 1.95;
  }

  .cm-apple-banner.mb-banner.shop-hero .shop-hero__title {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-sleep-banner.shop-hero .shop-hero__subtitle,
  .work-font.shop-hero .shop-hero__subtitle {
    padding-left: 0;
    padding-right: 0;
  }

}

.cm-footer.cm-lp-footer .col-section.num1 {
  padding-left: 0;
  padding-right: 0;
}

.header_secondary_btn a.hs-button{
  background-color: rgba(2, 198, 197,1.0);
  color: rgba(255, 255, 255,1.0);
  border-width: 1px;
  border-color: rgba(2, 198, 197,1.0);
  padding: 10px 15px;
  border-radius: 0px;
}

.header_secondary_btn a.hs-button:hover{
  background-color: rgba(63, 215, 179,1.0);
  color: rgba(255, 255, 255,1.0);
  border-color: rgba(2, 198, 197,1.0);
}

.header_primary_btn a.hs-button{
  background-color: rgba(2, 198, 197,1.0);
  color: rgba(255, 255, 255,1.0);
  border-width: 1px;
  border-color: rgba(6, 151, 196,1.0);
  padding: 10px 15px;
  border-radius: 25px;
}
.header_primary_btn a.hs-button:hover{
  background-color: rgba(63, 215, 179,1.0);
  color: rgba(255, 255, 255,1.0);
  border-color: rgba(6, 151, 196,1.0);
}

@media (max-width:767px) {
  .cm_subscription_preferences h1 {
    font-size: 32px;
  }

  .cm_subscription_preferences h2,
  .cm_subscriptions_confirmation h2{
    font-size: 24px;
  }
  .cm-header-v2 .fixed-header-wrapper,
  .no-banner .fixed-header-wrapper {
    min-height: 60px;
  }

  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller,
  .cm-blog-post-healium.blog-post-wrapper .left_sidebar, 
  .cm-blog-post-healium.blog-post-wrapper .single-blog .container {
    max-width: 493px;
    padding-left: 0;
    padding-right: 0;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar-scroller {
    max-width: 100%;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar {
    max-width: 90%;
    margin: 32px auto 43px auto;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav#toc {
    padding: 20px 0 20px 16px;
  }

  .cm-blog-post-healium .blog-post-cnt-inn {
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .cm-blog-post-healium .entry-cta-scroller .entry-cta > div{
    max-width: 70%;
    width: 100%;
  }

  .cm-blog-post-healium.blog-post-wrapper .entry-cta-scroller{
    max-width:536px;
  }

  .cm-blog-post-healium .author_bio_wrp .author_description .author_bio_img,
  .cm-blog-post-healium .author_bio_wrp .author_description .author_bio_cnt {
    max-width: 100%;
  }

  .cm-blog-post-healium .author_bio_wrp .author_description {
    display: block;
  }

  .cm-blog-post-healium .author_bio_wrp .author_description .author_bio_img {
    padding-right: 0;
  }

  /* 	 */
  .landing-banner.cm-business-form {
    padding: 63px 5px 20px;
  }

  .landing-banner.cm-business-form .col6.right-content .form-section {
    padding: 0 !important;
  }

  .two-col-content.cm-two-col-business {
    padding: 33px 0 10px;
  }

  .two-col-content.cm-two-col-business .cont-inner {
    padding: 26px 5px 0;
  }

  .two-col-content.cm-business-banner .content-col {
    padding-left: 0;
    padding-right: 0;
  }

  .two-col-content.cm-two-col-business .content-col .description {
    max-width: 100%;
  }

  .two-col-content.cm-busi-two-form .flex_row {
    padding: 26px 5px 0;
    display: block;
    max-width: 100%;
  }

  .cm-blog-post-healium.blog-post-wrapper .single-blog .container .post-content p:first-child {
    margin: 0 auto;
    text-align: center;
  }
  .left_sidebar.hide-mobile {
    display: none;
  }

  .mobile-show.table-content {
    display: block;
  }

  .blog-title-excerpt {
    text-align: center;
  }

  .blog-title-excerpt p {
    margin: 0 auto;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar-scroller {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav {
    padding: 20px 0 20px 16px;
  }

  .cm-blog-post-healium .blog-post-content .left_sidebar .entry-sidebar nav .btn_row {
    flex-direction: column;
  }
  .footer_bottom_sec .hs-menu-wrapper ul{
    display: inline !important;
  }

}

/* Quiz Style */

.cnt-wit-tp-img-wrp.cm-quiz-content {}

.cnt-wit-tp-img-wrp.cm-quiz-content .col-title {
  color: #363636;
  font-family: GilroyExtraBold, sans-serif;
  font-size: 24px;
  letter-spacing: -.02em;
  line-height: 1.1;
  padding-top: 24px;
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .tp-img {
  margin-bottom: 0;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .tp-img-cnt-inner {
  color: #686868;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 550px;
  padding-top: 10px;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .tp-img-cnt-inner p {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .btn_row {
  margin-top: 0;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .btn_row a {
  /*   background: -webkit-linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
  background: linear-gradient(274.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%); */
  overflow: hidden;
  transition: 0.3s all ease;
  border-radius: 300px;
  padding: 12px 24px;
  font-size: 15.75px;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .btn_row {
  padding-top: 30px;
}

.cnt-wit-tp-img-wrp.cm-quiz-content .col-btn-grp {
  margin-top: 0;
}

/* .cnt-wit-tp-img-wrp.cm-quiz-content .btn_row a:hover {
background: -webkit-linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
background: linear-gradient(94.72deg, #02C6C5 2.28%, #3FD7B3 57.05%, #8BEB9C 112%);
} */

.child-theme .pricing-table-gp .pricing-area .plan-price {
  font-size: clamp(1.5rem, -1.1724rem + 4.3103vw, 4rem);
}

.child-theme .pricing-table-gp .plan-title {
  font-size: clamp(2rem, 0.3966rem + 2.5862vw, 3.5rem);
}

.child-theme .why_choose_us_sec h2.counter_wrap {
  font-size: clamp(1.875rem, -0.3966rem + 3.6638vw, 4rem);
}

@media (max-width:479px) {

  .work-font.mb-banner.shop-hero .shop-hero__title,
  .cm-veterans-bn.shop-hero .shop-hero__title,
  .cm-apple-banner.mb-banner.shop-hero .shop-hero__title,
  .cm-brain .shop-hero__content h1.shop-hero__title{
    font-size: 34px;
  }

  .mb-banner.shop-hero .shop-hero__title {
    font-size: 44px;
  }

}

/* Header */

.fixed-header-wrapper.cm-header-v2 {
  position: relative;
  z-index: 999;
}

.fixed-header-wrapper.cm-header-v2 .header__right{
  padding-top: 1px;
}

.fixed-header-wrapper.cm-header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-bottom: 0;
}

/* Light Footer */

.footer_partial_wrapper.cm-footer-v2 {
  background: no-repeat;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.cm-footer-v2 .cm-footer .cm-footer-menu ul li a {
  color: #D5D5D5 !important;
  opacity: 1;
}

.footer_partial_wrapper.cm-footer-v2 .cm-footer-form .input input {
  color: #363636;
  border: none;
  border-bottom: 1px solid #E7E7E7;
}

.cm-footer-v2 .cm-footer-form ::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 1.95;
  letter-spacing: -0.01em !important;
  color: #A3A2A2;
  opacity: 1;
}

.cm-footer-v2 .cm-footer .cm-footer-menu ul li a:hover {
  color: #363636 !important;
}

.col-section.cm-copyright.cm-footer__line .single-line-text {
  background-color: #F2F2F2;
  width: 100%;
  height: 1px;
  padding: 0;
  margin-bottom: 17px;
}


@media (max-width:991px) {

  .fixed-header-wrapper.cm-header-v2 .header {
    margin-top: 50px;
    padding: 16px 20px 6px;
  }

  .active .fixed-header-wrapper.cm-header-v2 .header__special.menu-item {
    display: block;
  }


  .cm-footer-v2 .col-section.cm-copyright.cm-footer__line .single-line-text {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 0;
  }

  .cm-footer-v2 .cm-footer .cm-footer-menu ul {
    padding-top: 23px;
    padding-bottom: 26px;
  }

  .cm-footer-v2 .cm-copyright .single-line-text {
    padding-top: 27px;
  }

  .cm-footer-v2 .cm-footer .cm-social-icons .footer-social {
    padding-top: 14px;
    padding-bottom: 2px;
  }

}

@media (max-width:767px) {

  .fixed-header-wrapper.cm-header-v2 .main-menu__menu-holder .hs-menu-wrapper > ul > li a {
    white-space: normal !important;
  }

  .fixed-header-wrapper.cm-header-v2 .main-menu__inner-holder .col-lg-12 {
    padding-right: 5px;
  }

  .cm-footer-v2 .cm-footer .cm-social-icons .footer-social {
    padding-top: 0;
  }

  .cm-footer-v2 .col-section.cm-footer-menu.num3,
  .cm-footer-v2 .col-section.cm-copyright.num2 {
    padding-top: 0 !important;
  }

  .cm-footer-v2 .cm-footer-form form .hs_submit.hs-submit {
    padding-bottom: 2px;
  }

}

/* CTA */

.shop-video-grid__link a.show-video-btn{
  color: #02c6c5;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  top: -4px;
}

.show-video-btn span:first-child{
  position: absolute;
  right: -9px;
  top: -10px;
}

.show-video-btn span:last-child{
  padding: 0 9px;
}

a.show-video-btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='51' viewBox='0 0 48 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 38.1469C5.30544 45.2559 13.1153 49.9619 21.9264 49.9619C35.4435 49.9619 46.3573 39.0481 46.3573 25.531C46.3573 12.0139 35.4435 1 21.9264 1C13.0152 1 5.30544 5.70595 1 12.8149' stroke='%2302C6C5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  width: 48px;
  height: 51px;
  display: inline-block;
  vertical-align: middle;
}

a.show-video-btn:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78667 4.82569C8.78667 5.38228 8.33545 5.8335 7.77885 5.8335H5.8628V7.73903C5.8628 8.32623 5.38678 8.80225 4.79958 8.80225C4.21238 8.80225 3.73636 8.32623 3.73636 7.73903V5.8335H1.82031C1.26371 5.8335 0.8125 5.38228 0.8125 4.82569C0.8125 4.26909 1.26371 3.81787 1.82031 3.81787H3.73636V1.89672C3.73636 1.30952 4.21238 0.833496 4.79958 0.833496C5.38678 0.833496 5.8628 1.30952 5.8628 1.89672V3.81787H7.77885C8.33545 3.81787 8.78667 4.26909 8.78667 4.82569Z' fill='%2302C6C5'%3E%3C/path%3E%3C/svg%3E");
  width: 27px;
  height: 9px;
  padding: 0 9px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  top: 40%;
  background-position: center;
  vertical-align: middle;
}

.shop-hero__button span {
  position: relative;
}

.btn_cm_style_one.cta-button a {
  padding: 14px 28px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.shop-hero .shop-hero__button.btn_cm_style_one {
  padding: 14px 28px;
}

.shop-video-grid.cm-neurofeedback a.btn_cm_style_six {
  font-size: 15px;
  line-height: 22px;
}

.shop-text-image ul.cnt_enable_button li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.shop-text-image ul.cnt_enable_button li > a {
  width: 280px;
  min-width: 100px;
  max-width: 100px;
  height: 50px;
  margin-bottom: 19px;
  z-index: 3;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 0;
}

.shop-text-image ul.cnt_enable_button li > a span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header Themeoverride */

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  
  background-color: rgba(255, 255, 255,0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  
  background-color: rgba(2, 103, 128,0.0);
  color: rgba(255, 255, 255,0.5);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: rgba(255, 255, 255,1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  color: rgba(212, 216, 219,1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
  color: rgba(54, 54, 54,1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
  color: rgba(54, 54, 54,1.0);
}


.scroll-body .header__special.menu-item a,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color:rgba(54, 54, 54,1.0);
}

.scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover,
.scroll-body .header__special.menu-item a:hover,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color:rgba(54, 54, 54,0.5);
}

.scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color:rgba(54, 54, 54,1.0);
}

.scroll-body .custom-menu-primary .hs-menu-wrapper > ul ul > li > a,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
  color:rgba(54, 54, 54,1.0);
}

.scroll-body .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
  color:rgba(2, 198, 197,1.0);
}

.scroll-body .custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a,
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a {
  color:rgba(2, 198, 197,1.0);
}

.main-menu{
  background-color: rgba(255, 255, 255,1.0);
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a{
  color: rgba(212, 216, 219,1.0);
}

.main-menu__menu-holder .hs-menu-wrapper > ul > li a:hover{
  color: rgba(54, 54, 54,1.0);
}

.active .main-menu__menu-holder .hs-menu-wrapper > ul li.active-branch a,
.active .main-menu__menu-holder .hs-menu-wrapper > ul li.active a,
.main-menu__menu-holder .hs-menu-wrapper > ul li.active-branch > a,
.main-menu__menu-holder .hs-menu-wrapper > ul li.active > a{
  color: rgba(54, 54, 54,1.0);
}

/*  */

.body-wrapper {
display: flex;
flex-direction: column;
height: 100%;
overflow: visible;
}

.body-wrapper > .body_outer_wrapper {
flex: 1;
}



/*  Checkout Congratulations */

.simple-banner.cm-cong-banner {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cm-cong-banner .top_sec h2 {
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 1.04166667;
  margin-bottom: 0;
}

.cm-cong-banner .top_sec p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #606060;
  padding-top: 20px;
  margin: 0;
}

.cm-cong-banner .top_sec {
  padding-top: 101px;
}

.simple-banner.cm-cong-banner .flex_row {
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.simple-banner.cm-cong-banner .img_wrap {
  padding-left: 0;
}


.cnt-wit-bg-wrp.cm-cong-title .rich_text h6 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.07142857;
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.cm-cong-title .page-center.full_width {
  padding-left: 0;
  padding-right: 0;
}

.two-col-content.cm-check-cong {
  border: 1px solid #D9D9D9;
}

.two-col-content.cm-check-cong .page-center.full_width {
  padding-left: 0;
  padding-right: 0;
}

.two-col-content.cm-check-cong .col6 {
  padding-left: 0;
}

.two-col-content.cm-check-cong .content-col.col6 {
  padding-left: 0;
}

.two-col-content.cm-check-cong .description h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1;
  padding: 7px 0;
  margin: 0;
}

.two-col-content.cm-check-cong .description p {
  line-height: 1.71428571;
  color: #1F1F22;
  padding: 7px 0;
}

.two-col-content.cm-check-cong .description ul {
  list-style: none;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 7px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap:4px;
}

.two-col-content.cm-check-cong .description ul li {
  padding-right: 30px;
  margin-bottom: 0;
}

.two-col-content.cm-check-cong .description ul li a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
}

.two-col-content.cm-check-cong .description ul:after, 
.two-col-content.cm-check-cong .description ul:before {
  content: "";
  display: table;
}

.two-col-content.cm-check-cong .description ul:after {
  clear: both;
}

.two-col-content.cm-check-cong .content-col .description {
  margin-bottom: 0;
}

.two-col-content.cm-check-cong .media_column {
  padding-right: 0;
}

.two-col-content.cm-check-cong .description ul li a:hover {
  opacity: 0.5;
}

.two-col-content.cm-check-cong .mediaimg .single-img img {
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  display: block;
}

.two-col-content.cm-check-cong .description p a {
  font-family: GilroyExtraBold, sans-serif;
  color: #0DB0BA;
  text-decoration: none;
}

.two-col-content.cm-check-cong .btn-items {
  padding-top: 20px;
  padding-bottom: 7px;
}

.two-col-content.cm-check-cong .btn-items .btn_row {
  margin-top: 0;
}

.two-col-content.cm-check-cong .btn-items .btn_row a.btn_cm_style_one {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.cnt-wit-bg-wrp.cm-cong-link .page-center.full_width {
  padding-left: 0;
  padding-right: 0;
}

.cnt-wit-bg-wrp.cm-cong-link .rich_text h6 {
  font-family: GilroyExtraBold, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #363636;
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.cm-cong-link .rich_text h6 a {
  color: #0DB0BA;
}

/* CTA overflow issue */
body.go1432718904 {
  overflow: visible;
}

@media (max-width:1200px) {

  .two-col-content.cm-check-cong .content-col.col6{
    padding-right:20px;  
  }

  .simple-banner.cm-cong-banner .banner-content-inner.col5 {
    width: 58.3333333333%;
  }

  .simple-banner.cm-cong-banner .img_wrap .img_wrap_inner {
    padding-top: 50px;
  }


}

@media (max-width:991px) {

  .two-col-content.cm-check-cong .col6 {
    width: 100%;
  }

  .two-col-content.cm-check-cong .mediaimg .single-img img {
    margin: 0 auto;
  }

  .cnt-wit-bg-wrp.cm-cong-link .rich_text h6{
    font-size: 18px;
    line-height: 22px;
  }

}

@media (max-width:767px) {
  .cm-cong-banner .top_sec {
    padding-top: 23px;
  }

  .simple-banner.cm-cong-banner .img_wrap .img_wrap_inner {
    max-width: 132px;
    padding-top: 0;
  }

  .simple-banner.cm-cong-banner .banner-content-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-cong-banner .top_sec h2 {
    font-size: 34px;
    line-height: 1.70588235;
  }

  .simple-banner.cm-cong-banner .flex_row {
    row-gap: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .cm-cong-banner .top_sec p {
    font-size: 16px;
    line-height: 1.6875;
    padding-right: 30px;
    padding-top: 7px;
  }

  .cnt-wit-bg-wrp.cm-cong-title .rich_text h6 {
    font-size: 22px;
  }

  .two-col-content.cm-check-cong .content-col.col6{
    padding-right:0;  
  }

  .two-col-content.cm-check-cong .description p {
    line-height: 1.28571429;
    margin: 0;
    padding: 4px 0 0;
  }

  .two-col-content.cm-check-cong .description ul {
    padding-top: 36px;
    margin-top: 30px;
  }

  .two-col-content.cm-check-cong .description ul li {
    float: none;
  }

  .two-col-content.cm-check-cong .flex_row.flex_center {
    row-gap: 0;
  }

  .two-col-content.cm-check-cong .mediaimg {
    padding-top: 37px;
  }

  .simple-banner.cm-cong-banner .banner-content-inner.col5 {
    width: 100%;
  }

  .simple-banner.cm-cong-banner {
    padding:0;
    padding-top: 11px;
  }
  .cm-footer-form form {
    width: 100%; 
    float: none;
  }
  .footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row1{
    padding-bottom: 20px !important;
  }
}

/* Form */

.landing_pg_v6 .widget-type-form .hs-fieldtype-phonenumber .hs-input.hs-fieldtype-intl-phone {
  display: flex;
  width: 100% !important;
}

.landing_pg_v6 .widget-type-form .hs-fieldtype-phonenumber .hs-input.hs-fieldtype-intl-phone > select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.landing_pg_v6 .widget-type-form .hs-fieldtype-phonenumber .hs-input.hs-fieldtype-intl-phone > select + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width:480px) {
  
  .landing_pg_v6 .widget-type-form .hs-fieldtype-phonenumber .hs-input.hs-fieldtype-intl-phone > select {
    width: 40% !important;
  }
  
}
@media (min-width: 767px) and (max-width: 991px){
 .footer.footer_section__2 .footer-section-1 .flex_row{
   justify-content: center !important;
  }
.footer.footer_section__2 .footer-section-1 .col-section.num1 .footer-row.row1{
    padding-top: 30px !important;
  
}