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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


html{
  line-height:1.15;
}

h1,h2,h3,h6{
  letter-spacing: -.022em;
}

h4{
  letter-spacing: −.011em;
}


ol{
  margin:25px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -.011em;
  padding: 0 0 0 40px;
}

form input[type=search],
form input[type=text], 
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number], 
form input[type=file], 
form select, 
form textarea{
  -webkit-appearance: none;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  padding: 16px 15px;
  transition: all 125ms ease-out;
  width: 100%;
  height:auto;
  max-width: 100%;
  line-height: 1.15;
  font-family: Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  letter-spacing: -.011em;
}

form input[type=search]:hover,
form input[type=text]:hover, 
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover, 
form input[type=file]:hover, 
form select:hover, 
form textarea:hover{
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}


form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.hs-error-msg, form .hs-error-msgs label {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 12px 0;
  color: #e84c85!important;
}

.content-wrapper,
.dnd-section>.row-fluid,
.page-center{
  padding-left: 40px;
  padding-right: 40px;
}


@media (max-width:780px){
  .content-wrapper,
  .dnd-section>.row-fluid,
  .page-center{
    padding-left: 20px;
    padding-right:20px;
  }
}


p{
  letter-spacing: -.014em;
}


*{
  letter-spacing: -.011em;
}


.hs-button{
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  margin: 0;
  padding: 16px 20px !important;
  text-align: center;
  transition: all 125ms ease-out;
  line-height:1.15;
  font-weight:400;
}

.hs-sec-btn{
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  margin: 0;
  min-width: 145px;
  padding: 14px 17px !important;
  text-align: center;
  transition: all 125ms ease-out;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
  line-height:1.15;
  font-weight:400;
}

.hs-button:hover,
.hs-sec-btn:hover{
  transform: translate3d(0,-1px,0);
}



.custom_footer {
  position: relative;
  z-index: 9;
  background: #33334f;
}

.custom_footer .language-switcher {
  color: #ffffff;
  line-height: 1.15;
}

.custom_footer .language-switcher a {
  color: #ffffff;
}

.custom_footer .bottom_footer .page-center {
  padding: 0 40px 150px;
}

.custom_footer .bottom_footer .bottom_footer_inner_wrap {
  align-items: center;
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.custom_footer .bottom_footer .bottom_footer_inner_wrap .social_icon_wrapper {
  box-sizing: border-box;
  padding: 0 4%;
}

.custom_footer .bottom_footer .bottom_footer_inner_wrap .partner_image {
  box-sizing: border-box;
  padding: 0 4%;
}

.custom_footer .bottom_footer .bottom_footer_inner_wrap .partner_image img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.custom_footer .top_footer .page-center {
  padding: 150px 40px;
}

.footer_menu .hs-menu-wrapper>ul {
  display: flex;
  justify-content: space-between;
}

.footer_menu .hs-menu-wrapper>ul>li {
  MARGIN: 0;
}

.footer_menu .hs-menu-wrapper>ul>li {
  padding: 1%;
}

.footer_menu .hs-menu-wrapper>ul>li>a {
  color: #ffffff;
}

.footer_menu .hs-menu-wrapper>ul>li:first-child {
  padding-left: 0;
}

.footer_menu .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #7171a6;
  margin: 0 0 30px;
  display: block;
  font-family: Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -.011em;
  text-transform: uppercase;
  line-height:1.15;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li {
  margin: 0;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  padding: 0;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  margin: 0;
  line-height:1.15;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #b8b8d9;
  display: block;
  font-size: 14px;
  margin: 0 0 15px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
  margin-top: 30px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul {
  padding: 0;
}

.footer_menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
  margin-top: 15px;
}

.custom_header {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 125ms ease-out;
  width: 100%;
  z-index: 99;
}

.custom_header .page-center {
  padding: 10px 40px;
}

.custom_header .header_inner_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 4%;
}

.custom_header .header_logo {
  left: 4%;
  overflow: hidden;
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  min-height:30.39px;
}

.custom_header .header_logo img {
  width: 180px !Important;
  MAX-WIDTH: 100%;
  display: block;
}

.primary_menu {
  text-align: center;
}

.primary_menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  display:block;
}

.primary_menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
}

.primary_menu .hs-menu-wrapper>ul>li>a {
  color: #767ead;
  display: inline-block;
  padding: 30px 5px;
  transition: all 125ms ease-out;
  line-height:1.15;
}
/* .primary_menu .hs-menu-wrapper>ul>li:hover>a {
opacity: .6;
}
*/
.navigation-language p a:hover{
  opacity: .6;
}


.primary_menu .hs-menu-wrapper>ul>li.active>a,.primary_menu .hs-menu-wrapper>ul>li.active-branch>a {
  color: #6078ff;
}

.popover-features {
  left: 50%;
  margin-left: -380px;
  padding-bottom: 0;
  width: 760px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
  box-sizing: border-box;
  opacity: 0;
  padding: 40px;
  position: absolute;
  text-align: left;
  transition: all 125ms ease-out;
  transition-delay: .1s;
  visibility: hidden;
  z-index: 100;
  display:none;
}

.popover-features ul.hs-menu-children-wrapper {
  display: flex;
  flex-flow: row wrap;
  flex-direction:unset !important;
  padding:0;
}

.popover-features ul.hs-menu-children-wrapper>li {
  margin: 0;
  position: relative;
  flex:50%;
}

.popover-features ul.hs-menu-children-wrapper>li>a>span>span {
  color: #6078ff;
  display: block;
  margin: 0 0 5px;
  transition: all 125ms ease-out;
  line-height: 1.15;
}

.popover-features ul.hs-menu-children-wrapper>li>a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-basis: 50%;
  margin: 0 0 40px;
  transition: all 125ms ease-out;
  padding: 0 0 0 30px;
}

.popover-features ul.hs-menu-children-wrapper>li:nth-child(odd)>a {
  padding: 0 30px 0 0;
}

.popover-features ul.hs-menu-children-wrapper>li>a>span {
  padding-left: 15px;
  line-height: 1.15;
}



.jp_header  .popover-features{
  overflow: hidden;
}



.popover-features ul.hs-menu-children-wrapper>li.metrics-track-analyze-improve-effortlessly->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:first-child>a:before {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-control-center.svg);
  background-size: cover;
  content:"";
}

.popover-features ul.hs-menu-children-wrapper>li.people-insightshistory-and-rich-profiles->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(2)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-people-insights.svg);
  background-size: cover;
  content:"";

}


.popover-features ul.hs-menu-children-wrapper>li.smart-dashboardsdeep-dive-into-your-metrics->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(3)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-smart-dashboards.svg);
  background-size: cover;
  content:"";

}

.popover-features ul.hs-menu-children-wrapper>li.recoverget-help-with-failing-charges->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(4)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-recover.svg);
  background-size: cover;
  content:"";

}
.popover-features ul.hs-menu-children-wrapper>li.forecast-plan-for-the-future-easily->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(5)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-forecasting.svg);
  background-size: cover;
  content:"";

}
.popover-features ul.hs-menu-children-wrapper>li.analytics-apiextend-and-integrate-baremetrics->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(6)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-api.svg);
  background-size: cover;
  content:"";

}
.popover-features ul.hs-menu-children-wrapper>li.trial-insightsimprove-your-conversion-rate->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(7)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-trial-insights.svg);
  background-size: cover;
  content:"";
}
.popover-features ul.hs-menu-children-wrapper>li.segmentationcomparative-customer-insights->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(8)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-segmentation.svg);
  background-size: cover;
  content:"";

}
.popover-features ul.hs-menu-children-wrapper>li.augmentationmake-your-metrics-more-insightful->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(9)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-augmentation.svg);
  background-size: cover;
  content:"";

}

.popover-features ul.hs-menu-children-wrapper>li.cancellation-insightslearn-why-your-customers-cancel->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(10)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-cancellation-insights.svg);
  background-size: cover;
  content:"";

}

.popover-features ul.hs-menu-children-wrapper>li.slack-toolsthe-best-tool-just-got-better->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(11)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-slack-tools.svg);
  background-size: cover;
  content:"";

}

.popover-features ul.hs-menu-children-wrapper>li.email-reportsscheduled-or-instant-updates->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:nth-child(12)>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-email-reports.svg);
  background-size: cover;
  content:"";

}

.popover-features ul.hs-menu-children-wrapper>li.benchmarkshow-does-your-company-compare->a:before,
.jp_header .popover-features ul.hs-menu-children-wrapper>li:last-child>a:before{
  background:  url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-benchmarks.svg);
  background-size: cover;
  content:"";

}


.popover-features ul.hs-menu-children-wrapper>li>a:before {
  height: 55px;
  min-width: 55px;
  display: inline-block;
}


.popover-features ul.hs-menu-children-wrapper>li>a>span {
  color: #767ead;
  transition: all 125ms ease-out;
  flex-direction: column;
}

.mobile_menu .hs-menu-wrapper>ul>li>ul>.customers>a {
  margin-top: 0px !important;
}


.popover-features:before {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(51,51,79,.14);
  height: 20px;
  margin-left: -10px;
  top: -8px;
  transform: rotate(135deg);
  width: 20px;
}

.popover-features:after {
  height: 25px;
  margin-left: -20px;
  top: 0;
  width: 40px;
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
}
.primary_menu .hs-menu-wrapper>ul>li:hover .popover-features {
  opacity: 1;
  -webkit-transform: perspective(400) rotate3d(0,0,0,0);
  visibility: visible;
  display:block;
}

.header_right_side {
  text-align: center;
  position: absolute;
  right: 4%;
}

.header_right_side ul {
  margin: 0;
  padding: 0;
  display:flex;
  align-items: center;
}

.header_right_side ul>li {
  margin-left: 8px;
  display: inline-block;
  list-style: none;
  position: relative;
  margin-bottom: 0;
}
.header_right_side ul>li:last-child{
  margin-left: 12px;
}


.header_right_side ul>li>a {
  color: #767ead;
  padding: 30px 5px;
  display: inline-block;
  transition: all 125ms ease-out;
}

.header_right_side ul>li:last-child>a {
  background: #6078ff;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
  color: #fff;
  padding: 14px 15px;
  display: inline-block;
  transition: all 125ms ease-out;
  line-height: 1.15;
  font-weight: 400;
}

.header_right_side ul>li:last-child:hover>a {
  opacity: 1;
  transform: translate3d(0,-2px,0);
  background: #6078ff;
  color: #ffffff;
}


.navigation-language {
  margin: 0 15px;
  text-align: center;
}

.navigation-language ul {
  display: block;
  padding: 0;
  margin: 0;
}

.navigation-language ul>li {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
}


.navigation-language ul>li>a {
  display: flex;
  color: #767ead;
  padding: 30px 5px;
  transition: all 125ms ease-out;
}

.navigation-language ul>li>a>span {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/language-picker-globe.png); 
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}


.navigation-language ul ul {
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
  box-sizing: border-box;
  opacity: 0;
  padding: 40px;
  position: absolute;
  text-align: left;
  transition: all 125ms ease-out;
  transition-delay: .1s;
  visibility: hidden;
  z-index: 100;
  display:none;
}

.navigation-language ul ul li {
  margin: 0;
}

.navigation-language ul ul li a {
  align-items: center;
  color: #6078ff;
  display: flex;
  margin-bottom: 15px;
  transition: all 125ms ease-out;
  padding: 0;
  line-height: 1.15;
}

.navigation-language ul ul li a:hover{
  color: #33334f;
}

.navigation-language ul ul li a span {
  height: 18px;
  margin-right: 5px;
  width: 24px;
}

.navigation-language ul ul li:first-child>a>span {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/en-flag.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-language ul ul li:last-child>a>span {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/jp-flag.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-language ul ul:before {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(51,51,79,.14);
  height: 20px;
  margin-left: -10px;
  top: -8px;
  transform: rotate(135deg);
  width: 20px;
}

.navigation-language ul ul:after {
  height: 25px;
  margin-left: -20px;
  top: 0;
  width: 40px;
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
}


.navigation-language ul>li:hover ul {
  opacity: 1;
  -webkit-transform: perspective(400) rotate3d(0,0,0,0);
  visibility: visible;
  display:block;
}


.footer_menu .hs-menu-wrapper>ul {
  padding: 0;
}

.popover-features ul.hs-menu-children-wrapper>li>a:hover span {
  color: #33334f;
}
.mobile_wrapper{
  display:none;
}

.primary_menu .hs-menu-wrapper>ul>li>ul {
  display: none;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
  box-sizing: border-box;
  opacity: 0;
  padding: 40px;
  position: absolute;
  text-align: left;
  transition: all 125ms ease-out;
  transition-delay: .1s;
  visibility: collapse;
  z-index: 100;
  display: none;
}

.primary_menu .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  -webkit-transform: perspective(400) rotate3d(0,0,0,0);
  visibility: visible;
  display: block;
}


.primary_menu .hs-menu-wrapper>ul>li>ul:after {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  height: 25px;
  margin-left: -20px;
  top: 0;
  width: 40px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul:before {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(51,51,79,.14);
  height: 20px;
  margin-left: -10px;
  top: -8px;
  transform: rotate(135deg);
  width: 20px;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li {
  margin: 0;
  padding: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #33334f !important;
  font-weight: 400;
  letter-spacing: -.011em;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.15;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  margin: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #6078ff;
  display: block;
  margin: 0px 0 20px;
  transition: all 125ms ease-out;
  font-weight: 400;
  letter-spacing: -.011em;
  line-height: 1.15;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>a {
  margin-top: 20px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>a{
  margin-top: 40px;
  display: block;
  cursor: text;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>a {
  margin-bottom: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li:first-child>a {
  margin-top: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: #33334f;
}

.custom_footer.footer-no-navigation .bottom_footer {
  padding-bottom: 18px;
}

.custom_header.header-no-navigation {
  padding: 39px 0;
}

.systems-page {
  max-width: 700px;
  margin: 0;
}

.navigation-language ul ul li:last-child>a {
  margin: 0;
}



.cnt-wit-tp-img-wrp.cm_top_section .page-center{
  padding:0;
}

.cnt-wit-tp-img-wrp.cm_top_section .tp-img{
  margin-bottom:3px;
}

.cnt-wit-tp-img-wrp.cm_top_section .tp-img img {
  height: 120px;
  width: 120px;
}

.cnt-wit-tp-img-wrp.cm_top_section .col-title {
  font-size: 70px;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -.022em;
  line-height: 1.15;
}
.cnt-wit-tp-img-wrp.cm_top_section .col-btn-grp {
  margin: 0;
  row-gap: 0;
  column-gap: 0;
}

.cnt-wit-tp-img-wrp.cm_top_section .col-btn-grp .btn_row {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm_top_section .tp-img-cnt-inner p {
  color: #767ead;
  font-family: Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.014em;
  margin: 20px 0 !important;
}


.advanced-banner-wrapper.build-vs-buy.cm-sub-banner img.banner-illustration__left.hide-mobile {
  left: -260px;
  position: absolute;
  top: 30px;
  width: 598px;
}

.navigation-language ul ul li:last-child>a {
  margin: 0;
}

.advanced-banner-wrapper.build-vs-buy.cm-sub-banner img.banner-illustration__right.hide-mobile {
  position: absolute;
  right: -320px;
  top: 30px;
  width: 637px;
}

.two-col-content.cm_two_column .description span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6078ff;
}

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

.two-col-content.cm_two_column .description h2 {
  margin: 18px 0 50px;
}

.two-col-content.cm_two_column .description p {
  font-size: 20px;
  color: #767ead;
  line-height: 1.45;
  margin:20px 0;
}
.two-col-content.cm_two_column .single-img img {
  transform: scale(.95);
  max-width: 562px !important;
}

.two-col-content.cm_two_column.two_col_image .single-img img  {
  max-width: 564px !important;
}
.two-col-content.cm_two_column .page-center {
  padding: 0;
}


.cnt-wit-tp-img-wrp.cm_image_section .page-center {
  padding: 0;
}


.cnt-wit-tp-img-wrp.cm_image_section .cnt-col{
  padding:0;
}


.cnt-wit-tp-img-wrp.cm_image_section .title {
  margin-bottom: 10px;
}

.cnt-wit-tp-img-wrp.cm_image_section .top_sec .top_content p {
  margin-bottom: 40px !important;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: #767ead;
}

.cnt-wit-tp-img-wrp.cm_image_section .top_sec.noButton {
  padding: 0;
}

.cnt-wit-tp-img-wrp.cm_image_section .top_sec {
  margin: 0 0 100px;
  text-align: center;
}

.cnt-wit-tp-img-wrp.cm_image_section .cnt-col{
  min-width: 25%;
  width: 25%;
  padding: 0 4%;
}



.cnt-wit-tp-img-wrp.cm_image_section .tp-img img {
  height: 75px;
  margin: 0 0 20px;
  width: 75px;
}

.cnt-wit-tp-img-wrp.cm_image_section .tp-img {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_image_section .col-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.022em;
  margin: 0;
  line-height: 1.15;
}

.cnt-wit-tp-img-wrp.cm_image_section .tp-img-cnt-inner p {
  margin-bottom: 40px !important;
  margin-top: 0;
  color: #767ead;
  font-size: 18px;
  letter-spacing: -.014em;
  line-height: 1.45;
}

.cnt-wit-tp-img-wrp.cm_image_section .col-btn-grp {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_image_section .col-btn-grp .btn_row {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_image_section .col-btn-grp .btn_row  .hs-sec-btn {
  min-width: 125px;
}

.navigation-language ul>li:hover>a {
  opacity: 0.6;
}


.testimonials_sliderv2.cm_testimonial .testmn_inner_outer .flex_row {
  display: flex;
  justify-content: center;
  min-width: 83.3333333333%;
  width: 83.3333333333%;
  padding: 0 4%;
  align-items: center;
  margin: 0 auto;
  flex-wrap: nowrap;
}


.testimonials_sliderv2.cm_testimonial .left_inner {
  margin: 0;
}

.testimonials_sliderv2.cm_testimonial .text_box {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  letter-spacing: -.011em;
}

.testimonials_sliderv2.cm_testimonial .text_box p {
  margin: 0;
  letter-spacing: -.011em;
}
.testimonials_sliderv2.img_al_right.cm_testimonial .right_col {
  width:auto;
  padding:0;
}
.testimonials_sliderv2.cm_testimonial.img_al_right .left_col{
  width:auto;
  padding:0;
}
.testimonials_sliderv2.cm_testimonial .right_col .img_bg{
  height: 225px;
  margin: 0 50px 0 0;
  min-width: 225px;
}

.testimonials_sliderv2.cm_testimonial .text_box img {
  height: 45px;
  margin-top: 40px;
  width: 221px;
}

.testimonials_sliderv2.cm_testimonial .bottom_row {
  margin: 0;
  padding: 0;
}
.testimonials_sliderv2.cm_testimonial .glide__slides > * {
  margin: 0;
}


.logo_slider.no-slider.cm_logo_slider .logo_inner img {
  display: inline-block;
  opacity: .8;
}

.logo_slider.no-slider.cm_logo_slider .glide__slides {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
  width: 100%;
}

.logo_slider.no-slider.cm_logo_slider .logo_item.col2.it1 .logo_inner img {
  height: 29px;
  width: 151px;
}

.logo_slider.no-slider.cm_logo_slider .logo_item.col2.it2 .logo_inner img {
  height: 38px;
  width: 164px;
}



.logo_slider.no-slider.cm_logo_slider .logo_item.col2.it3 .logo_inner img {
  height: 24px;
  width: 153px;
}

.logo_slider.no-slider.cm_logo_slider .logo_item.col2.it4 .logo_inner img {
  height: 35px;
  width: 151px;
}

.logo_slider.no-slider.cm_logo_slider .logo_item.col2.it5 .logo_inner img {
  height: 30px;
  width: 151px;
}

.logo_slider.no-slider.cm_logo_slider  .bottom_row.glide {
  width: 100%;
  box-sizing: border-box;
  padding: 0 4%;
}


.logo_slider.no-slider.cm-logo_slider2.cm_logo_slider .glide__slides {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col {
  box-sizing: border-box;
  padding: 0 4%;
  padding-bottom: 3px;
}

.cnt-wit-tp-img-wrp.cm_card_section .flex-row {
  row-gap: 0;
}


.cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
  padding: 60px;
}
.cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing .tp-img img {
  max-width: 227px;
  width: 100%;
  display: block;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing .tp-img {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing .tp-img-cnt .tp-img-cnt-inner p {
  color: #767ead;
  font-size: 18px;
  letter-spacing: -.014em;
  line-height: 1.45;
  margin: 22px 0;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing .tp-img-cnt .tp-img-cnt-inner  a {
  align-items: center;
  display: flex;
  margin: 50px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6078ff;
  line-height: 45px;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing .tp-img-cnt .tp-img-cnt-inner a:before {
  align-items: center;
  border-radius: 45px;
  margin: 0 10px 0 0;
  height: 17px;
  width: 25px;
  transform: scale(.6);
  background: url(https://baremetrics.com/wp-content/themes/baremetrics/dist/icon-arrow-blue.svg);
  display: flex;
  content: "";
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  margin-left: 10px;
  margin-right: 20px;
}


.cnt-wit-tp-img-wrp.cm_card_section .cnt-col.left_aln .col-btn-grp {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col.left_aln .col-btn-grp .btn_row {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_card_section .cnt-col:nth-child(2) .inner_spacing .tp-img img {
  max-width: 290px;
  width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 0;
}

.logo_slider.no-slider.cm-logo_slider2.cm_logo_slider .logo_item.col2.it1 .logo_inner img {
  height: 27px;
  width: 171px;
}

.logo_slider.no-slider.cm-logo_slider2.cm_logo_slider .logo_item.col2.it2 .logo_inner img {
  height: 38px;
  width: 177px;
}

.logo_slider.no-slider.cm-logo_slider2.cm_logo_slider .logo_item.col2.it3 .logo_inner img {
  height: 29px;
  width: 162px;
}

.logo_slider.no-slider.cm-logo_slider2.cm_logo_slider .logo_item.col2.it4 .logo_inner img {
  height: 34px;
  width: 170px;
}

.logo_slider.no-slider.cm-logo_slider2.cm_logo_slider .logo_item.col2.it5 .logo_inner img {
  height: 30px;
  width: 166px;
}

.academy_blog_post .content-wrapper.blog-main-post {
  padding: 0;
}

.academy_blog_post .content-wrapper {
  max-width: 1280px;
}

.academy_blog_post .back_to_blog {
  position: relative;
  z-index: 1;
}

.academy_blog_post .back_to_blog.page-center {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
}

.academy_blog_post .back_to_blog {
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.academy_blog_post .back_to_blog .cm_blog_post_links {
  align-items: center;
  display: flex;
  position: relative;
  text-align: center;
  flex: 1;
  justify-content: center;
}

.academy_blog_post .back_to_blog .cm_blog_post_links p {
  left: 4%;
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.022em;
  margin: 0;
}

.academy_blog_post .back_to_blog .cm_blog_post_links p a.cm_blog_post_back_to_blog {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 30px 15px;
  transition: all 125ms ease-out;
  color: #6078ff;
  cursor: pointer;
  display: block;
  line-height:1.15;
}

.academy_blog_post .back_to_blog .cm_blog_post_links a.sub {
  padding: 30px 0;    
  position: absolute;
  right: 4%;
  color: #6078ff;
  transition: all 125ms ease-out;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height:1.15;
}

.main_post_wrapper {
  padding-top: 22px;
}

.academy_blog_post .post_title_wrapper {
  position: relative;
  text-align: center;
}

.academy_blog_post .post_title_wrapper .page-center {
  padding-bottom: 0;
  padding-top:100px;
}

.academy_blog_post .align-centered{
  display: flex;
  justify-content: center;
}


.academy_blog_post .post_title_wrapper .title_inner_wrap {
  min-width: 83.3333333333%;
  width: 83.3333333333%;
  box-sizing: border-box;
  padding: 0 4%;
}


.academy_blog_post .back_to_blog.page-center {
  max-width: 1360px;
}

.academy_blog_post .back_to_blog .cm_blog_post_links p a.cm_blog_post_back_to_blog .icon_arrow_blue {
  float: left;
  margin: -1px 5px 0 0;
  transform: rotate(180deg) scale(.6);
  width: 25px;
  height: 17px;
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-arrow-blue.svg);
}

.academy_blog_post .post_title_wrapper .title_inner_wrap h1.blog-post-title {
  margin: 0 0 20px;
}

.academy_blog_post .post_title_wrapper .title_inner_wrap p {
  font-size: 18px;
  letter-spacing: -.014em;
  line-height: 1.45;
  color: #767ead;
  margin: 1em 0;
}

.academy_blog_post .post_title_wrapper .title_inner_wrap p a {
  color: #767ead;
}

.academy_blog_post .back_to_blog .cm_blog_post_links a:hover {
  opacity: 0.6;
}

.academy_blog_post .blog-post__body {
  min-width: 66.6666666667%;
  width: 66.6666666667%;
  box-sizing: border-box;
  padding: 0 4% 150px;

}

.academy_blog_post article.blog-post{
  margin-top: 61px;
}

.academy_blog_post .blog-post__body p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.014em;
  margin-bottom: 25px;
  color: #33334f;
}
.academy_blog_post .post_title_wrapper .title_inner_wrap p a:hover {
  color: #33334f;
}


.academy_blog_post .post_title_wrapper .title_inner_wrap h1.blog-post-title>span#hs_cos_wrapper_name {
  letter-spacing: -.022em;
}

.blog-post__title {
  margin: 0 0 20px;
}
.blog-post__title > span {
  letter-spacing: inherit;
}


.academy_blog_post .back_to_blog {
  padding: 15px 40px 30px 40px;
}

.hs-blog-post h2{
  font-size: 40px;
  letter-spacing: -.011em;
  margin: 25px 0;
  font-weight: 400;
  line-height: 1.15;
}

.hs-blog-post h3{
  margin: 25px 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.15;
}

.academy_blog_post article.blog-post {
  justify-content: center;
  display: flex;
}

/* footer_language_switcher */


.custom_footer .language-switcher .lang_list_class {
  display: block;
  position: static;
}

.custom_footer .language-switcher .lang_list_class:after, .custom_footer .language-switcher .lang_list_class:before {
  display: none;
}

.custom_footer .language-switcher .lang_list_class li:first-child {
  padding: 0;
  border: 0;
}

.custom_footer .language-switcher .lang_list_class li {
  background: unset;
  padding: 0;
  border: 0;
  margin: 0;
  line-height:1.15;
  /* width: 100%; */
}

.custom_footer .language-switcher .lang_list_class {
  position: static;
  width: 100%;
  transform: none;
  padding: 0;
  display: flex;
  margin: 0;
  list-style: none;
}

.custom_footer .language-switcher .lang_list_class li a:hover {
  color: #ffffff;
}

.custom_footer .language-switcher .lang_list_class li:last-child {
  padding: 0;
  border: 0;
}

.custom_footer .language-switcher .globe_class {
  width: 100%;
  display: flex;
  background: none;
  height:auto;
}

.custom_footer .language-switcher a {
  font-size: 16px;
}

.custom_footer .language-switcher ul>li:first-child>a{
  padding-right: 4px;
}
.custom_footer .globe_class:hover .lang_list_class{
  display:flex;
}
/* footer_language_switcher  end here*/



.header-navigation-language .lang_list_class {
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
  box-sizing: border-box;
  opacity: 0;
  padding: 40px;
  position: absolute;
  text-align: left;
  transition: all 125ms ease-out;
  transition-delay: .1s;
  visibility: collapse;
  z-index: 100;
  top: 100%;

}

.header-navigation-language .globe_class:hover .lang_list_class {
  opacity: 1;
  -webkit-transform: perspective(400) rotate3d(0,0,0,0);
  visibility: visible;
}

.header-navigation-language .lang_list_class:before,.header-navigation-language .lang_list_class:after {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  border:0;
}

.header-navigation-language .lang_list_class:before {
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(51,51,79,.14);
  height: 20px;
  margin-left: -10px;
  top: -8px;
  transform: rotate(135deg);
  width: 20px;
}

.header-navigation-language .lang_list_class:after {
  height: 25px;
  margin-left: -20px;
  top: 0;
  width: 40px;
}

.header-navigation-language .lang_list_class li {
  padding: 0;
  border: 0;
  font-size: unset;
  background: unset;
  margin:0;
}

.header-navigation-language .lang_list_class li>a {
  align-items: center;
  color: #6078ff;
  display: flex;
  margin-bottom: 15px;
  transition: all 125ms ease-out;
  padding: 0;
  line-height:1.15;
}
.header-navigation-language  .lang_list_class li:first-child {
  padding: 0;
  border: 0;
}

.header-navigation-language .lang_list_class li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.header-navigation-language .lang_list_class li>a[data-language="ja"]:before {
  height: 18px;
  margin-right: 5px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain !important;
  display: inline-block;
  content: "";
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/jp-flag.png);
}

.header-navigation-language .lang_list_class li>a[data-language="en"]:before {
  height: 18px;
  margin-right: 5px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain !important;
  display: inline-block;
  content: "";
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/en-flag.png);
}

.header-navigation-language .lang_list_class li>a:hover {
  color: #33334f;
}

.header-navigation-language .lang_list_class li:last-child>a {
  margin: 0;
}

.header-navigation-language  .globe_class{
  background: none;
  width: auto;
  height: auto;
  display: flex;
  list-style: none;
  position: relative;
  padding: 30px 5px;
  transition: all 125ms ease-out;
  margin: 0 15px;
  border: 0;
}

.header-navigation-language  .globe_class:before{
  background-image: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/language-picker-globe.png);
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 18px;
  transition: all 125ms ease-out;
  width: 18px;
  content: "";
}


.header-navigation-language .globe_class:hover:before {
  opacity: 0.6;
}

.academy_blog_post .blog-post__body h2:first-child {
  margin-top: 0;
}
.custom_footer.footer-no-navigation .page-center {
  padding-top: 50px;
}




.testimonials_slider.hs-pricing-testimonail .testmn_row {
  margin: 0 -10px;
}
.testimonials_slider.hs-pricing-testimonail .testmn_inner {
  border-radius: 0;
  box-shadow: none;
}
.testimonials_slider.hs-pricing-testimonail .btn_row {
  margin: 0;
}
.testimonials_slider.hs-pricing-testimonail .card_quote p {
  letter-spacing: -.014em;
  line-height: 1.45; 
  font-size: 30px;
  font-weight: 900;
  max-width: 590px;
  text-align: center;
  margin: 1em auto;
}
.testimonials_slider.hs-pricing-testimonail .card_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials_slider.hs-pricing-testimonail .card_box .card_quote {
  order: 1;
}
.testimonials_slider.hs-pricing-testimonail .card_box .icon_box {
  order: 2;
}
.testimonials_slider.hs-pricing-testimonail .card_box .card_content {
  order: 3;
  margin: 0;
  padding: 4px;
  line-height: 1.15;
}
.testimonials_slider.hs-pricing-testimonail .card_box .icon_box .icon_inner {
  margin: 0;
  padding-bottom: 24px;
}
.testimonials_slider.hs-pricing-testimonail .card_box .icon_box .icon_inner .icon_img {
  border-radius: 0;
  height: auto;
  width: auto;
}
.testimonials_slider.hs-pricing-testimonail .card_box .icon_box .icon_inner .icon_img img {
  height: auto;
  width: 60px;
}
.testimonials_slider.hs-pricing-testimonail .card_box .card_content h4 {
  font-weight: 400;
  letter-spacing: -.011em;
  font-size: .9rem;
  padding: 4px;
}
.testimonials_slider.hs-pricing-testimonail .card_box .card_content span {
  color: #767ead;
  font-size: .9rem;
  padding: 4px;
  display: block;
}
.testimonials_slider.hs-pricing-testimonail .page-center.full_width {
  padding: 0;
}
.recover-banner-wrapper mark,
.logo_slider.hs-client-logos-wrapper mark,
body .cm-gal-section-header .top_sec mark,
.cm-gal-section-header mark {
  background: transparent url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/recover-highlight.svg);
  background-size: cover;
  color: inherit;
  font-weight: inherit;
}
.logo_slider.hs-client-logos-wrapper .page-center {
  padding: 0 4%;
}
body .cm-gal-section-header .top_sec {
  padding: 0;
  max-width: 480px;
  text-align: left;
  margin-bottom: 40px !important;
}
body .cm-gal-section-header .top_sec h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
body .cm-gal-section-header .top_sec p {
  color: #7171a6;
  font-size: 16px;
  margin: 0;
  line-height: 1.45;
}
.logo_slider.no-slider.hs-client-logos-wrapper .glide__slides {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.logo_slider.no-slider.hs-client-logos-wrapper .glide__slides .logo_item {
  width: 16.66667%;
}
.two-col-content.cm-recover-two-col-section .page-center {
  padding-left: 4%;
  padding-right: 4%;
}
.two-col-content.cm-recover-two-col-section .flex_row {
  justify-content: center;
  row-gap: 0;
}
.two-col-content.cm-recover-two-col-section .content-col.col12 {
  margin-right: 230px;
  max-width: 480px;
  padding: 0;
}
.two-col-content.cm-recover-two-col-section .media_column.col12 {
  max-width: 185px;
  padding: 0;
}
.two-col-content.cm-recover-two-col-section .description {
  margin: 0;
}
.two-col-content.cm-recover-two-col-section .description h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
.two-col-content.cm-recover-two-col-section .description p {
  font-size: 18px;
  letter-spacing: -.014em;
  line-height: 1.45;
  margin: 1em 0;
}
.card_gallery.baremetrics-tw-col-eq {
  line-height: 1.15;
}
.card_gallery.baremetrics-tw-col-eq .top_sec, 
.card_gallery.baremetrics-tw-col-eq .bottom_row {
  padding-left: 4%;
  padding-right: 4%;
}
.card_gallery.baremetrics-tw-col-eq .top_sec {
  max-width: 580px;
  box-sizing: content-box;
  margin-bottom: 100px !important;
}
.card_gallery.baremetrics-tw-col-eq .top_sec h2 {
  font-size: 36px;
}
.card_gallery.baremetrics-tw-col-eq .flex_row {
  row-gap: 0 !important;
  margin: 0 -28.81px;
}
.card_gallery.baremetrics-tw-col-eq .flex_row > div {
  padding: 0 28.81px;
}
.card_gallery.baremetrics-tw-col-eq .card_inner {
  border-radius: 0;
  padding: 0;
}
.card_gallery.baremetrics-tw-col-eq .icon_box.large_sz .icon_inner {
  height: auto;
  width: auto;
  margin-bottom: 0;
}
.card_gallery.baremetrics-tw-col-eq span.icon_img img {
  height: auto;
}
.card_gallery.baremetrics-tw-col-eq img {
  margin-bottom: 44px;
  width: 100%;
}
.card_gallery.baremetrics-tw-col-eq .card_content p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 30px;
}
.card_gallery.baremetrics-tw-col-eq .card_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card_gallery.baremetrics-tw-col-eq .card_content ul li {
  color: #7171a6;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  text-indent: 25px;
}
.card_gallery.baremetrics-tw-col-eq .card_content ul li i {
  color: #e84c85;
  font-size: 36px;
  font-weight: 100;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card_gallery.baremetrics-tw-col-eq .card_content ul li:last-child {
  margin-bottom: 0;
}
.card_gallery.baremetrics-tw-col-eq .btn_row {
  margin: 0 !important;
}
.two-col-content.baremetrics-steps .top_sec {
  padding-left: 4%;
  padding-right: 4%;
  max-width: 580px;
  box-sizing: content-box;
  margin-bottom: 100px !important;
}
.two-col-content.baremetrics-steps .top_sec h2 {
  font-size: 36px;
  max-width: 480px;
}
.two-col-content.baremetrics-steps .columns_rowo_wrap {
  padding-left: 4%;
  padding-right: 4%;
}
.two-col-content.baremetrics-steps .flex_row {
  justify-content: space-between;
  margin: 0 -10px;
  flex-wrap: nowrap;
}
.two-col-content.baremetrics-steps .media_column.img-col.col6 {
  max-width: 600px;
  width: auto !important;
}
.two-col-content.baremetrics-steps .content-col.col6 {
  max-width: 500px;
  width: auto !important;
}
.two-col-content.baremetrics-steps .description {
  margin: 0 !important;
}
.two-col-content.baremetrics-steps .description h6 {
  margin: 0;
  color: #7171a6;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.two-col-content.baremetrics-steps .description h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.two-col-content.baremetrics-steps .description p {
  color: #7171a6;
  font-size: 16px;
  margin: 0;
  line-height: 1.45;
}
.two-col-content.baremetrics-steps .hs-button {
  display: flex;
  font-size: 18px !important;
  height: 50px;
  justify-content: center;
  margin-top: 30px;
  padding: 0 30px !important;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(51,51,79,.1);
  align-items: center;
  transform: none !important; 
}
.two-col-content.baremetrics-steps .btn_row {
  margin-top: 0;
}
.card_gallery.cm-three-col-gal-section .top_sec, 
.card_gallery.cm-three-col-gal-section .bottom_row {
  padding-left: 4%;
  padding-right: 4%;
}
.card_gallery.cm-three-col-gal-section .top_sec {
  margin: 130px 0 !important;
  max-width: 580px;
  box-sizing: content-box;
}
.card_gallery.cm-three-col-gal-section .top_sec h2 {
  font-size: 36px;
  max-width: 400px;
}
.card_gallery.cm-three-col-gal-section .top_sec p {
  max-width: 400px;
}
.card_gallery.cm-three-col-gal-section .flex_row {
  margin: 0 -12px;
}
.card_gallery.cm-three-col-gal-section .card_item {
  padding-left: 12px;
  padding-right: 12px;
}
.card_gallery.cm-three-col-gal-section .btn_row {
  margin: 0 !important;
}
.cnt-wit-bg-wrp.cm-faq-full-section .content_widget {
  padding: 0 4%;
}
.cnt-wit-bg-wrp.cm-faq-full-section .content_widget h2 {
  margin: 0;
}
.cnt-wit-bg-wrp.cm-faq-full-section {
  line-height: 1.15;
}
.cnt-wit-bg-wrp.cm-faq-full-section .content_widget h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}
.cnt-wit-bg-wrp.cm-faq-full-section .content_widget p {
  margin: 1em 0;
  line-height: 1.45;
}
.two-col-content.free-trail-section .page-center {
  padding: 0;
}
.two-col-content.free-trail-section .columns_rowo_wrap {
  padding: 0;
}
.two-col-content.baremetrics-steps.free-trail-section .description h2 {
  max-width: 340px;
}
.two-col-content.baremetrics-steps.free-trail-section .description p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 440px;
}
.two-col-content.baremetrics-steps.free-trail-section .hs-button {
  background-color: #fff;
  color: #e84c85;
  font-size: 16px !important;
  height: 40px;
  padding: 0 15px !important;
}
.two-col-content.baremetrics-steps.free-trail-section {
  border-radius: 10px;
  overflow: hidden;
}
.two-col-content.free-trail-section .media_column.img-col.col6 {
  margin: -40px -80px -100px -45px;
}









@media (min-width: 980px) and (max-width: 1050px){
  .header-navigation-language .globe_class {
    margin: 0;
  }
}

@media (min-width: 980px) and (max-width: 1275px){
  .primary_menu {
    margin-left: -180px;
  }

  .custom_header.jp_header .primary_menu {
    margin-left: -240px;
  }
}

@media (min-width: 980px) and (max-width: 1155px){
  .navigation-language{
    margin:0;
  }
}

@media (min-width: 981px) and (max-width: 1000px){
  .primary_menu {
    margin-left: -160px;
  }
}

@media (min-width:981px) and (max-width:1024px){
  .custom_header.jp_header .primary_menu {
    margin-left: -160px;
  }
}


@media (max-height:900px){
  .popover-features {
    max-height: calc(100vh - 100px);
    overflow: scroll;
  }
}


@media (max-width:1280px){
  .primary_menu .hs-menu-wrapper>ul>li>a {
    padding: 30px 10px;
  }
  .popover-features ul.hs-menu-children-wrapper>li>a:hover span {
    color: #33334f;
  }
  .popover-features {
    left: 50%;
    margin-left: -320px;
    width: 640px;
  }

  .academy_blog_post .back_to_blog .cm_blog_post_links p a.cm_blog_post_back_to_blog {
    padding: 30px 10px;
  }

  .academy_blog_post .post_title_wrapper .title_inner_wrap h1.blog-post-title {
    font-size: 60px;
  }
  .hs-blog-post h2{
    font-size: 30px;
  } 
}

@media (max-width:1135px){
  .popover-features {
    margin-left: -180px;
  }
}


@media (max-width:1100px){

  .ad-pricing-md-wrapper .sec_header p {
    font-size: 18px;
    line-height: 28px;
  }
  .ad-pricing-md-wrapper .pricing-wide-button {
    max-width: 165px;
  }

  .custom_footer.footer-no-navigation .page-center {
    padding-top: 50px !Important;
  }

  .academy_blog_post .post_title_wrapper .title_inner_wrap h1.blog-post-title {
    font-size: 40px;
  }

  .academy_blog_post .post_title_wrapper .page-center {
    padding-top: 50px;
  }

  .academy_blog_post article.blog-post {
    margin-top: 56px;
  }

}

@media (max-width:1100px){

  .custom_footer .top_footer .page-center {
    padding: 100px 40px;
  }

  .custom_footer .bottom_footer .page-center {
    padding: 0px 40px 100px;
  }

  .primary_menu .hs-menu-wrapper>ul>li:nth-child(3){
    display:none;
  }

  .cnt-wit-tp-img-wrp.cm_top_section .tp-img-cnt-inner p{ 
    font-size: 18px;
    line-height: 28px;
  }
  .academy_blog_post .blog-post__body {
    padding-bottom: 100px;
  }

}

@media (max-width:980px){


  .header-navigation-language {
    display: none;
  }

  .hs-blog-post h3{
    font-size: 30px;
  }

  .hs-blog-post h3{
    font-size: 18px;
  }


  .academy_blog_post .blog-post__body {
    padding: 0 2% 100px;
  }

  .academy_blog_post .back_to_blog .cm_blog_post_links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }

  .academy_blog_post .back_to_blog .cm_blog_post_links p {
    position: static;
    display: block;
  }

  .academy_blog_post .back_to_blog .cm_blog_post_links p a.cm_blog_post_back_to_blog {
    padding: 0;
    line-height: 1.15;
  }

  .academy_blog_post .back_to_blog .cm_blog_post_links p a.cm_blog_post_back_to_blog .icon_arrow_blue {
    display: none;
  }

  .academy_blog_post .back_to_blog .cm_blog_post_links a.sub {
    display: block;
    padding: 10px 0 0;
    position: static;
    line-height: 1.15;
  }

  .main_post_wrapper {
    padding-top: 0;
  }


  .academy_blog_post .post_title_wrapper .title_inner_wrap {
    min-width: 100%;
    padding: 0;
    width: 100%;
  }

  .academy_blog_post .post_title_wrapper .title_inner_wrap h1.blog-post-title {
    padding: 0 40px;
    font-size: 30px;
  }

  .academy_blog_post .post_title_wrapper .page-center {
    padding-top: 50px;
  }

  .academy_blog_post .post_title_wrapper .title_inner_wrap p {
    font-size: 16px;
  }

  .academy_blog_post .blog-post__body {
    padding: 0px 2% 100px;
  }

  .academy_blog_post .blog-post__body p {
    margin: 20px 0;
  }

  .academy_blog_post .blog-post__body p:first-child {
    margin: 0 0 20px 0;
  }

  .academy_blog_post article.blog-post {
    margin-top: 60px;
  }

  .academy_blog_post .post_title_wrapper .title_inner_wrap {
    padding: 0 2%;
  }

  .custom_header.header-no-navigation {
    padding: 13px 0 12px;
  }
  .footer_menu .hs-menu-wrapper>ul {
    flex-wrap: nowrap;
  }

  .language-switcher {
    padding-bottom: 21px;
    text-align: center;
  }

  .language-switcher a {
    font-size: 14px;
  }
  .custom_footer .bottom_footer .bottom_footer_inner_wrap .social_icon_wrapper {
    padding: 0 2%;
  }
  .custom_footer .bottom_footer .bottom_footer_inner_wrap .partner_image {
    padding: 0 2%;
  }

  .custom_footer .language-switcher a:last-child {
    color: #b8b8d9;
    font-size: 14px;
  }

  .custom_footer .language-switcher a:hover:last-child {
    text-decoration: none;
  }

  .custom_footer .language-switcher a:hover {
    text-decoration: underline;
  }

  .custom_header .page-center {
    padding: 39px 40px 38px;
  }
  .custom_header .header_logo {
    left: 2%;
  }
  .custom_header .header_inner_wrap {
    min-width: 100%;
    padding: 0;
    width: 100%;
  }

  .primary_menu {
    display: none;
  }

  .navigation-language {
    display: none;
  }

  .header_right_side {
    display: none;
  }

  .mobile_wrapper {
    display: inline-block;
    margin-left: auto;
  }

  .mobile_wrapper .icon-hamburger {
    cursor: pointer;
    height: 19px;
    width: 25px;
    display: inline-block;
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-hamburger-blue.svg);
  }
  .mobile_menu-wrapper {
    left: -20px;
    margin: 0;
    right: -20px;
    top: -20px;
    width: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    overflow-y: scroll;
    z-index: 500;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
    box-sizing: border-box;
    opacity: 0;
    padding: 40px;
    position: absolute;
    text-align: left;
    transition: all 125ms ease-out;
    transition-delay: .1s;
    visibility: collapse;
    display:none;
  }

  .icon-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-close-shade.svg);
    height: 19px;
    width: 19px;
    display: inline-block;
    z-index: 999;
  }
  .menu_open .mobile_menu-wrapper {
    opacity: 1;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    visibility: visible;
    display:block;
  }



  .mobile_bottom {
    background: #fafbff;
    border-radius: 0 0 8px 8px;
    margin: 40px -40px -40px;
    padding: 40px;
  }

  .mobile_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mobile_bottom ul>li {
    margin: 0;
  }

  .mobile_bottom ul>li>a {
    color: #6078ff;
    display: block;
    transition: all 125ms ease-out;
    margin: 30px 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.15;
  }

  .mobile_bottom ul>li:first-child>a {
    margin-top: 0;
  }

  .mobile_bottom ul>li:last-child>a {
    margin-bottom: 0;
  }


  .mobile_menu .hs-menu-wrapper>ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    margin: 0;
    position: relative;
    display: block;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #33334f;
    display: block;
    line-height: 1.15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>a {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #33334f;
    display: block;
    line-height: 1.15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    color: #33334f;
    font-weight: 400;
    letter-spacing: -.011em;
    line-height: 1.15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul {
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
    margin-bottom: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li {
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
    color: #6078ff;
    display: block;
    margin: 20px 0;
    transition: all 125ms ease-out;
    font-weight: 400;
    letter-spacing: -.011em;
    line-height: 1.15;
    font-size: 16px;
    text-transform: unset;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:last-child>ul>li:first-child>a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a,
  .mobile_menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 125ms ease-out;
    margin: 30px 0;
    display: block;
    line-height: 1.15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li {
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li:last-child>a {
    margin-bottom: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li:first-child>a {
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>ul>li>a {
    align-items: center;
    display: flex;
    margin: 0 0 20px;
    transition: all 125ms ease-out;
    color: #33334f;
    font-weight: 400;
    line-height: 1.15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>ul>li>a:before {
    display: inline-block;
    height: 30px;
    margin: 0 10px 0 0;
    min-width: 30px;
    content:"";
  }
  .mobile_menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
    margin-top: 10px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>ul>li>a:hover {
    color: #6078ff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #33334f;
  }

  .mobile_bottom ul>li>a:hover {
    color: #33334f;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.metrics>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(1)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-control-center.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.people-insights>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-people-insights.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.smart-dashboards>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-smart-dashboards.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.recover>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(4)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-recover.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.forecast->a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(5)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-forecasting.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.email-reports>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(6)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-email-reports.svg);
    background-size: cover;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.trial-insights>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(7)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-trial-insights.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.segmentation>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(8)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-segmentation.svg);
    background-size: cover;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.augmentation>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(9)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-augmentation.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.cancellation-insights>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(10)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-cancellation-insights.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.benchmarks>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(11)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-benchmarks.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.analytics-api>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(12)>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-api.svg);
    background-size: cover;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.slack-tools>a:before,
  .jp_mobile_wrapper .mobile_menu .hs-menu-wrapper>ul>li>ul>li:last-child>a:before{
    background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-slack-tools.svg);
    background-size: cover;
  }
  .testimonials_sliderv2.img_al_right.cm_testimonial .right_col {
    display: none;
  }

  .testimonials_sliderv2.cm_testimonial .testmn_inner_outer .flex_row {
    width: 100%;
    padding: 0;
  }

  .testimonials_sliderv2.cm_testimonial .text_box {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .logo_slider.no-slider.cm_logo_slider .glide__slides {
    margin-bottom: 20px;
  }

  .logo_slider.no-slider.cm_logo_slider .bottom_row.glide {
    padding: 0;
  }

  .logo_slider.no-slider.cm_logo_slider .glide__slides {
    flex-direction: column;
    margin-bottom: 41px;
    row-gap: 39px;
  }

  .logo_slider.no-slider.cm_logo_slider .bottom_row.glide {
    padding: 0;
  }

  .cnt-wit-tp-img-wrp.cm_card_section .cnt-col {
    padding-left: 0;
    padding-right: 0;
  }

}



@media (max-width:780px){
  .custom_footer .top_footer .page-center {
    padding: 50px 20px;
  }

  .footer_menu .hs-menu-wrapper>ul {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .custom_footer .bottom_footer .page-center {
    padding: 0px 20px 50px;
  }

  .custom_footer .bottom_footer .bottom_footer_inner_wrap {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
  }

  .custom_footer .bottom_footer .bottom_footer_inner_wrap .partner_image {
    padding-top: 20px;
  }
  .footer_menu .hs-menu-wrapper>ul>li {
    padding: 20px 0 0 0;
    min-width: 100%;
    width: 100%;
  }

  .footer_menu .hs-menu-wrapper>ul>li:first-child {
    padding-top: 0;
  }

  .cnt-wit-tp-img-wrp.cm_top_section .col-title {
    font-size: 30px;
  }

  .custom_header .header_logo  {
    left: 0;
    overflow: hidden;
    width: 30px;
    margin-top: -5px;
  }

  .custom_header .header_logo img{
    max-width:initial;
  }

  .custom_header .page-center {
    padding: 20px 20px 17px;
  }

  .testimonials_sliderv2.cm_testimonial .text_box img {
    transform: scale(.8);
  }

  .academy_blog_post .blog-post__body{
    padding:0 0 50px;
    width: 100%;

  }

}


@media (max-width:767px){
  .cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    padding: 60px 30px;
    margin-bottom: 20px;
  }
}

@media (max-width:400px){
  .cnt-wit-tp-img-wrp.cm_card_section .cnt-col .inner_spacing .tp-img-cnt .tp-img-cnt-inner a {
    line-height: normal;
  }
}

@media (max-width:358px){
  .systems-page h2 {
    font-size: 24px;
  }

  .systems-page h1 {
    font-size: 32px;
  }
}


.custom_header{
  background-color: rgba(255, 255, 255,1.0);
}
.primary_menu .hs-menu-wrapper>ul>li>a,
.header_right_side ul>li>a{
  background-color: rgba(255, 255, 255,0.0);
  color: rgba(118, 126, 173,1.0);
}
.primary_menu .hs-menu-wrapper>ul>li:hover>a,
.header_right_side ul>li>a:hover{
  color: rgba(118, 126, 173,0.6);
  background-color: rgba(255, 255, 255,0.0);
}
.primary_menu .hs-menu-wrapper>ul>li.active>a,
.primary_menu .hs-menu-wrapper>ul>li.active-branch>a{
  background-color: rgba(255, 255, 255,0.0);
  color: rgba(96, 120, 255,1.0);
}
.popover-features,
.primary_menu .hs-menu-wrapper>ul>li>ul,
.navigation-language ul ul{
  background-color: rgba(255, 255, 255,1.0);
}
.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255,0.0);
  color: rgba(96, 120, 255,1.0);
}
.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  color: rgba(51, 51, 79,1.0);
  background-color: rgba(255, 255, 255,0.0);
}
.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a,
.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li.active-branch>a{
  color: rgba(96, 120, 255,1.0);
  background-color: rgba(255, 255, 255,0.0);
}




.custom_footer{
  background-color:rgba(51, 51, 79, 1.0);
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a[href="javascript:;"]{
  color:rgba(113, 113, 166, 1.0);
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  color:rgba(184, 184, 217, 1.0);
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  color:rgba(184, 184, 217, 1.0);
}

/* 2024 Mega Menu */

.primary-menu-2024 {
  display: flex;
  font-family: "Inter", sans-serif;
  margin-left: -100px;
}

.primary-menu-2024_item {
  position: relative;
  padding: 32px 5px 0px;
}

.primary-menu-2024_title {
  color: #767ead;
  font-size: 16px;
  /*padding: 32px 5px;*/
  padding-bottom: 32px;
  margin:0px 3px;
  cursor: pointer;
}

.primary-menu-2024_title a {
  color: #767ead;
}

.primary-menu-2024_title:hover, .primary-menu-2024_title a:hover {
  color: #5f7efb;
}

.nav-menu-2024-backdrop {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: inherit;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  visibility: hidden;
  z-index: 10;
}

.primary-menu-2024_title-arrow {
  content: "";
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/baremetrics-2024-arrow-grey.svg);
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: transform 0.5s ease;
}

.primary-menu-2024_title:hover .primary-menu-2024_title-arrow {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/baremetrics-2024-arrow.svg);
  transform: rotate(180deg);
  background-size: cover;
}

.primary-menu-2024_title-arrow-hover {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/baremetrics-2024-arrow.svg);
  transform: rotate(180deg);
  background-size: cover;
}

.primary-menu-2024__submenu {
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,0.07);
  position: fixed;
  justify-content: center;
  width: 100vw;
  overflow-y: scroll;
  max-height: 0px;
  display: flex;
  left: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, visibility 0.5s ease;
}

.primary-menu-2024__submenu-active {
  visibility: visible !important;
  max-height: calc(100vh - 100px) !important;
}

.primary-menu-2024_title:hover + .primary-menu-2024__submenu, .primary-menu-2024__submenu:hover {
  visibility: visible !important;
  max-height: calc(100vh - 100px) !important;
}

.primary-menu-2024__submenu-container {
  display: flex;
  z-index: 1000;
  justify-content: center;
  padding: 30px 0px;
  max-width: 1200px;
  width: 100%;
  height: max-content;
}

.primary-menu-2024__submenu-col {
  width: 100%;
  padding: 10px;
}

.primary-menu-2024__submenu-col-title {
  color: #767ead;
  font-size: 12px;
  margin-bottom: 20px;
  height: 15px;
}

.primary-menu-2024__submenu-col-title-bottom {
  margin-top: 20px;
}

.primary-menu-2024__submenu-col-item {
  display: flex;
  margin: 5px 0px;
  padding: 5px;
  border-radius: 8px;
}

.primary-menu-2024__submenu-col-item:hover {
  background: rgba(104, 144, 241, 0.05);
}

.primary-menu-2024__submenu-col-item-trending-topics {
  min-height: 90px;
  padding 10px;
  margin: 5px 0px;
}

.primary-menu-2024__submenu-col-item-trending-topics:hover {
  background: rgba(104, 144, 241, 0.05);
}

.primary-menu-2024__submenu-col-item-left {
  margin-right: 15px;
}

.primary-menu-2024__submenu-col-item-left-icon-sa {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-subscription-analytics.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-pr {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-recover.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-ci {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-cancellation-insights.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-ff {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-financial-forecasting.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-apple-pay {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-apple-pay.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-google-play-store {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-google-play-store.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-shopify {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-shopify.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-stripe {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-stripe.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-braintree {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-braintree.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-reculry {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-reculry.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-quickbooks {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-quickbooks.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-xero {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-xero.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-universal-connector {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-universal-connector.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-chargebee {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-chargebee.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-blog {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-blog.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-academy {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-academy.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-founders-chats {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-founders-chats.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-developers {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-developers.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-help-center {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-help-center.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-experts {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-experts.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-benchmarks {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-benchmark.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-statups {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-statups.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-accelerator {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-accelerator.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-chartmogul {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-chartmogul.png);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-about {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-about.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-customers {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-customers.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-left-icon-wall-of-love {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/icon-wall-of-love.png);
  background-size: cover;
  height: 40px;
  width: 40px;
}

.primary-menu-2024__submenu-col-item-right {
  max-width: 280px;
}

.primary-menu-2024__submenu-col-item-right-title {
  color: #33334f;
  margin: 0px;
}

.primary-menu-2024__submenu-col-item-right-title-trending-topics {
  color: #33334f;
  font-size: 16px;
  margin-bottom: 7px;
}

.primary-menu-2024__submenu-col-item-right-description {
  color: #33334f;
  font-size: 12px;
  opacity: 0.7;
  line-height: 16px;
  margin: 5px 0px;
  width: 300px;
}

.primary-menu-2024__submenu-col-item-right-description-trending-topics {
  color: #33334f;
  font-size: 12px;
  opacity: 0.7;
  line-height: 16px;
  margin: 5px 0px;
}

.primary-menu-2024__submenu-col-integrations {
  align-items: center;
  margin: 10px 0px;
}

.primary-menu-2024__submenu-col-unified-connection {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/unified-connection.gif);
  background-size: cover;
  height: 200px;
  max-width: 215px;
}

.primary-menu-2024__submenu-col-unified-connection-text {
  font-size: 16px;
  color: #767ead;
  line-height: 24px;
  max-width: 270px;
  margin: 25px 0px;
}

.primary-menu-2024__submenu-col-unified-connection-link {
  padding: 11px 0px;
  max-width: 130px;
  display: block;
  border-radius: 8px;
  background-color: #e84c85;
  font-family: Inter;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.primary-menu-2024__submenu-col-unified-connection-link:hover {
  color: #fff;
}

.primary-menu-2024__submenu-col-live-demo {
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/nav-about-background.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  height: 88px;
  max-width: 380px;
}

.primary-menu-2024__submenu-col-live-demo-text {
  font-size: 20px;
  color: #767ead;
  line-height: 29px;
  max-width: 355px;
  margin: 25px 0px;
}

.primary-menu-2024__submenu-col-live-demo-link {
  padding: 11px 0px;
  max-width: 130px;
  display: block;
  border-radius: 8px;
  background-color: #e84c85;
  font-family: Inter;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.primary-menu-2024__submenu-col-live-demo-link:hover {
  color: #fff;
}

.nav-2024-product-subheading {
  color: #767ead;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.nav-2024-subitem {
  color: #33334f;
  margin-bottom: 5px;
}

.nav-2024-subitem-description {
  color: #33334f;
  font-size: 12px;
  opacity: 0.7;
  line-height: 16px;
}

.nav-2024-product-recommended {
  border-radius: 8px;
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/startup-accelerator-background.svg);
  height: 176px;
  padding: 20px;
  transition: 0.5s;
}

.nav-2024-product-recommended-heading {
  color: #fff;
  margin-bottom: 5px;
}

.nav-2024-product-recommended-text {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  line-height: 18px;
  max-width: 249px;
  margin-bottom: 20px;
}

.nav-2024-product-recommended-link {
  background-color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 20px;
  text-decoration: none;
}

.nav-2024-product-trial {
  border-radius: 8px;
  background: url(//24299515.fs1.hubspotusercontent-na1.net/hubfs/24299515/raw_assets/public/Baremetrics_July2023/images/free-trial-background.svg);
  height: 176px;
  padding: 20px;
  transition: 0.3s;
}

.nav-2024-product-trial-heading {
  color: #fff;
  margin-bottom: 5px;
}

.nav-2024-product-trial-text {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  line-height: 18px;
  max-width: 249px;
  margin-bottom: 35px;
}

.nav-2024-product-trial-link {
  background-color: #6078ff;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}

.nav-2024-product-trial-link:hover {
  color: #fff;
}

.nav-2024-product-recommended:hover, .nav-2024-product-trial:hover {
  margin-top: -2px;
}


@media (max-width: 1350px) {
  .primary-menu-2024 {
    margin-left: -135px;
  }
}

@media (max-width: 1200px) {
  .page-center-2024-mobile {
    padding: 0px 10px !important;
  }
  
  .header-logo-2024-mobile {
    left: 0% !important;
  }
  
  .primary-menu-2024_title {
    margin: 0px;
  }
  
  .right-side-2024-mobile {
    font-size: 15px !important;
    right: 0% !important;
  }
}

@media (max-width: 1020px) {
  .header-logo-2024-mobile img {
    width: 170px !important;
  }
}

@media (max-width: 980px) {
  .page-center-2024-mobile {
    padding: 39px 40px 38px !important;
  }
  
  .primary-menu-2024 {
    display: none;
  }
  
  .primary-menu-2024__submenu-active {
    max-height: calc(160vh) !important;
  }
  
  .nav-menu-2024-backdrop {
    display: none;
  }
  
  .primary-menu-2024__submenu-col-item-trending-topics {
    margin: 5px 0px;
    min-height: auto;
  }
  
  .primary-menu-2024__submenu-col-item-right-title-trending-topics {
    font-size: 15px;
  }
}

.mobile-primary-menu-2024 {
  font-family: "Inter", sans-serif;
}

.mobile-primary-menu-2024__submenu {
  visibility: hidden;
  max-height: 0px;
  transition: max-height 0.5s ease, visibility 0s ease;
}

.mobile-primary-menu-2024-icon {
  height: 30px;
  width: 30px;
  margin-right: 12px;
}

.mobile-primary-menu-2024__submenu-col-item-right-title {
  font-size: 15px;
  margin: auto 0px;
  color: #33334f;
}

.mobile-nav-2024-product-recommended, .mobile-nav-2024-product-trial {
  display: flex;
  font-size: 15px;
}

.mobile-nav-2024-product-recommended-heading, .mobile-nav-2024-product-trial-heading {
  color: #33334f;
  margin-bottom: 5px;
}

.mobile-nav-2024-product-recommended-link, .mobile-nav-2024-product-trial-link {
  background-color: #fff5f8;
  color: #fa4b8d;
  margin: auto;
  font-size: 12px;
  margin-left: 8px;
  border-radius: 4px;
  padding: 2px 4px;
}

.mobile_bottom-2024 {
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.3);
  background: none
}

.mobile_bottom-2024-links {
  color: #767ead !important;
  font-size: 16px !important;
}

.mobile_bottom-2024-btn {
  justify-content: center;
  background-color: #6078ff;
  border-radius: 8px;
  color: #fff !important;
  font-size: 16px !important;
  height: 50px;
  font-weight: 600 !important;
  max-width: 202px;
  vertical-align: center !important;
  text-align: center;
  margin: auto !important;
  align-items: center;
  display: flex !important;
  text-transform: none !important;
}

/* End of 2024 Mega Menu */