/**
General Styles from Custom CSS - Start
*/
body {
   font-weight: 400;
}
a {
  font-weight: 500;
}
a:focus {
    color:#2d6d8a;
    outline: none;
}
.navbar .navbar-nav > li a.dropdown-toggle:focus {
	outline: none;
}
details summary {
  font-weight: 500;
  color:#2d6d8a;
  font-size: 14pt;
  cursor: pointer;
}
.main {
  background: #ffffff;
}
.signin a{
  background: #4c788c;
  color: white!important;
  border-radius: 3px!important;
}
.signin a:hover{
  background: #4c788c!important;
}
.signin a:focus{
  background: #4c788c!important;
}
.wpcf7-submit{
  box-shadow: none !important;
  transition: .3s ease!important;
}
.wpcf7-submit:hover{
      opacity: 0.75;
}
.btn{
  background-color: #4c788c!important;
  transition: .3s ease;
}
.btn-em{
  background-color: #e44d34!important;
  transition: .3s ease;
}
.trial-form-select {
    margin-top: -20px;
}
.navbar .dropdown-menu li > a {
  font-weight: 500;
}
.head-block{
  padding: 150px 0 80px;
}
.block-title{
  font-size: 30px;
  text-align:center;
  line-height:1.2;
  margin-bottom: 30px;
}
.head-block-list{
  font-size:18px;
  font-weight: 500;
}
.head-block-btn{
  font-size:13px;
  width:198px;
}
.head-block-btn span{
  font-size:9px;
}
.second-block{
  padding: 30px 10px;
}
.second-block p{
  font-size:20px;
    font-weight:400;
}
.third-block{
  padding: 30px 0;
}
.third-block .service-box{
  padding: 30px;
  transition: all .4s ease-in-out;
}

.third-block .service-box .serv-desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  height: 65px;
}
.third-block .service-box .serv-title span{
  width: 40px;
    height: 40px;
    line-height: 40px;
    background: #4c788c;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.third-block .service-box h3{
  font-size: 24px;
}
.third-block .service-box img{
  height:250px;
  width:auto;
}
.fourth-block{
  padding: 30px 0;
}
.serv-block2{
  padding: 10% 15%;
  transition: all .3s;
}
@media screen and (max-width:991px) and (min-width:768px) {
    .serv-block2{
      padding: 3% 5%;
    }
}
.serv-block2:hover{
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
  -ms-transform: scale(1.045);
  transform: scale(1.045);
  cursor: pointer;
}
.fourth-block-list{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 180px;
}
.fourth-block-list li {
    color: #000000;
}
.fourth-block-subtitle{
  font-size: 20px;
  font-weight: 500;
}
.fourth-block-subtitle span{
  color: blue;
}
.fifth-block{
  padding: 30px 0;
  font-size: 20px;
}
.fifth-block p span{
  font-weight: 600;
}
.six-block{
  padding: 30px 0 0px;
  font-size: 20px;
}
.seven-block{
  padding: 60px 0;
  font-size: 20px;
}
#head-block{
  background-image: linear-gradient(to bottom,rgba(37, 150, 193, 0.1),transparent);
}
#fourth-block{
  background-image: linear-gradient(to bottom,rgba(37, 150, 193, 0.1),transparent);
}
#fifth-block{
  background: white;
}
#six-block{
  background: #f4f6fa;
}
#seven-block{ 
  background-image: url(/wp-content/uploads/2019/07/footback4.png);
  background-repeat: repeat no-repeat;
    background-position: bottom;
}
.seven-block-btn{
  font-size: 24px;
}
#post-2{
  padding-bottom: 0px!important;
}
#post-478{
  padding-bottom: 0px!important;
}
#post-397 {
    padding-bottom: 0px!important;
}
.navbar{
  background: #fff !important;
}
.navbar-scroll-point{
  background: #fff;
  -webkit-box-shadow: 0 1px 10px -6px rgba(0,0,0,0.42), 0 1px 10px 0 rgba(0,0,0,0.12), 0 4px 5px -2px rgba(0,0,0,0.1); 
  box-shadow: 0 1px 10px -6px rgba(0,0,0,0.42), 0 1px 10px 0 rgba(0,0,0,0.12), 0 4px 5px -2px rgba(0,0,0,0.1);
}
.navbar.navbar-transparent{
  color: #777;
}
.navbar.navbar-transparent > .container{
  padding: 10px 15px;
}
.navbar.navbar-transparent{
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}
.hestia-title-tagline-wrap .site-title{
  color: #4c788c;
  font-weight: 500;
  font-size:18px;
}
@media(min-width:1200px){
	.navbar li > a{
	  padding-left: 10px !important;
	  padding-right: 10px !important;
	}
}
.navbar li:not(.signin):hover > a,
.navbar li:not(.signin):focus > a{
  background-color: #99d3de;
  color: black !important;
}
.navbar .navbar-nav > li .dropdown-menu li:hover{
  background-color: #99d3de;
}
.navbar .navbar-nav > li .dropdown-menu li a:hover{
  color:black;
}
.navbar:not(.navbar-transparent) li:not(.btn):hover > a{
  color:black!important;
}
.version-list .row, .dev-list .row {
    margin-bottom: 15px;
    font-size: 14px;
}
.version-list .date {
    white-space: nowrap;
}
.align-center {
    width: 100%;
    text-align: center;
}
.api .field-category {
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 10px;
}
.api .package {
    margin-bottom: 20px;
}
.api .description {
    margin-bottom: 20px;
}
.api .field {
    margin-top: 10px;
    margin-bottom: 10px;
}
span.price-remark {
    display: block; 
    font-size: 12px !important; 
    line-height: 20px; 
    margin-top: -5px; 
    margin-bottom: 10px;
}
.text-table {
    font-size: 18px;
}

.table-hmdm th.header {
    font-weight: 700 !important;
    min-width: 50px;
}
.table-hmdm tbody tr td:not(:first-child),
.table-hmdm th.header:not(:first-child) {
    text-align: center !important;
}

.download-promo {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-quote {
    font-size: 20px !important;
    font-style: italic;
    background-color: #e0eaef;
    padding: 20px;
    margin-left: 50px !important;
}

.blog-table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.blog-table thead tr {
  background-color: #4c788c;
  color: #ffffff;
}

.blog-table th,
.blog-table td {
  padding: 12px 16px;
  text-align: left;
}

.blog-table td {
  border: 1px solid #dddddd;
}

.blog-table th {
  font-weight: bold;
}

.blog-table tbody tr:nth-child(even) {
  background-color: #eaf4f7;
}

@media screen and (min-width:992px){
  .six-block{
    display: flex;
    flex-wrap: wrap;
  }
  .six-block img{
    bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width:991px){
  .service-box{
    text-align: center;
  }
}
@media screen and (min-width:768px){
 .plan-features{
  min-height: 225px;
}
 .plan-price{
  min-height: 143px;
}
 .single-table .plan-header {
     min-height: 200px;
  }
}
// Table colors
#pricing-tables {
  background-color: #eee;
  padding: 30px 0;
}
.single-table {
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* Bounce To Right */
}
.single-table:hover {
  box-shadow: 0px 3px 3px 0px #888;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-table .plan-header {
  background: #34495e;
  color: #fff;
  text-transform: capitalize;
  padding: 2px 0;
}

.single-table .plan-header h3 {
  margin: 0;
  padding: 20px 0 5px 0;
  text-transform: uppercase;
}
.single-table .plan-price {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  font-size: 30px;
  border-top: 2px solid #587ca0;
  font-weight: bold;
  background: #34495e;
}
.single-table .plan-price span {
  font-size: 18px;
  font-weight: normal;
}
.single-table ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.single-table ul li {
  padding: 8px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dae2ea;
  font-size: 15px;
}
.single-table .plan-submit {
  background: #4c788c;
  display: inline-block;
  text-decoration: none;
  margin: 20px 0 30px 0;
  padding: 10px 40px;
  border: 1px solid #4c788c;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  text-transform: uppercase;
  webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.single-table .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.single-table .hvr-bounce-to-right:hover, .single-table .hvr-bounce-to-right:focus, .single-table .hvr-bounce-to-right:active {
  color: white;
}
.single-table .hvr-bounce-to-right:hover:before, .single-table .hvr-bounce-to-right:focus:before, .single-table .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.form1{
  width:100%;
  max-width:600px;
  margin:auto;
}
.form1 h2{
  text-align:center;
}
.form1 .form1-button{
  text-align:center;
}
.hestia-title{
      font-weight: 100;
      margin-top: 10px;
}
.subtitle { 
  display: block;
  color: white;
  font-weight: 100; 
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Montserrat';
}
.category{
  display:none;
}
.blurred {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.navbar .title-logo-wrapper{
  max-width:none!important;
}
.navbar .navbar-header .navbar-brand{
  padding-left: 0;
  outline: none;
}
.navbar .navbar-header .navbar-brand img{
  width: 50px!important;
  display: inline-block!important;
}
.navbar-brand span{
  color:#4c788c;
  font-weight: 500;
}
@media screen and (min-width:992px) and (max-width:1199px){
.second-block .col-md-4{
      padding-top: 3%;
}
}
.page-header.header-small .container{
  padding-bottom: 50px;
  padding-top: 120px !important;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip{
	font-size: 14px;
}
#fancybox-wrap .wpcf7-spinner{
	position: absolute;
    margin-top: 20px;
}
#fancybox-wrap form-group .wpcf7-form-control-wrap{
	position:relative;
}
#fancybox-wrap .wpcf7-not-valid-tip{
	position: absolute;
    white-space: nowrap;
    bottom: 14px;
}
#fancybox-wrap span[data-name="industry"] .wpcf7-not-valid-tip,
#fancybox-wrap span[data-name="devices"] .wpcf7-not-valid-tip,
#fancybox-wrap span[data-name="number"] .wpcf7-not-valid-tip{
	bottom: 28px;
}
#fancybox-wrap span[data-name="your-consent"] .wpcf7-not-valid-tip{
	bottom: -20px;
}
#fancybox-tmp{
	padding:0 !important;
}

@media screen and (min-width:992px){
	#fancybox-wrap{
		width: 600px !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        height: fit-content !important;
        top: 50% !important;
        position: fixed !important;
	}
	.fancybox-active nav{
		padding-right: 15px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.navbar .navbar-toggle {
		display: inline-block !important;
	}

	.navbar > .container {
		display: block;
		padding: 10px 15px;
	}
	.navbar.navbar-transparent > .container {
		padding-top: 10px;
	}

	.navbar.navbar-transparent {
		background: #fff;
		color: #555;
	}

	.navbar .navbar-header,
	.container .navbar-header {
		width: 100%;
		display: flex;
		float: none;
		margin: 0 auto;
	}
	.navbar.hestia_right .navbar-header {
		max-width: inherit;
	}
	.navbar .navbar-header .navbar-brand {
		padding-left: 0;
	}

	.navbar .navbar-collapse {
		width: 100%;
	}
	.navbar .navbar-collapse.collapse:not(.in) {
		display: none !important;
	}

	.navbar.navbar-fixed-top .navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 70px;
		margin-left: 0;
		margin-right: 0;
		max-height: calc(100% - 70px);
		overflow-y: auto !important;
		background: #fff;
		z-index: 9999;
		-webkit-overflow-scrolling: auto;
	}
	.navbar.navbar-fixed-top.header-with-topbar:not(.navbar-scroll-point)
		.navbar-collapse {
		margin-top: 110px;
	}
	body.admin-bar .navbar.navbar-fixed-top .navbar-collapse {
		margin-top: 102px;
		max-height: calc(100% - 102px);
	}

	.navbar .nav.navbar-nav {
		display: block;
	}
	.navbar .navbar-nav {
		float: none !important;
		margin: 7.5px 0;
	}
	.navbar .navbar-nav li {
		box-sizing: border-box;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.navbar .navbar-nav li.btn {
		margin-top: 10px;
	}
	.navbar .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar .navbar-nav .dropdown .dropdown-menu {
		position: static !important;
		float: none;
		width: 100%;
		margin-top: 0;
		padding: 0;
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
	}
	.navbar .navbar-nav .dropdown .dropdown-menu:not(.open) {
		display: none !important;
	}
	.navbar .navbar-nav .dropdown .dropdown-menu.open,
	.navbar .navbar-nav .dropdown.open > .dropdown-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.navbar .navbar-nav .dropdown .dropdown-menu li a {
		margin: 0;
		padding: 15px 0 15px 30px;
	}
	.navbar .navbar-nav .dropdown .dropdown-menu li a:hover,
	.navbar .navbar-nav .dropdown .dropdown-menu li a:focus {
		background-color: transparent;
		color: #e91e63;
	}
	.navbar .navbar-nav .dropdown .dropdown-menu li li a {
		padding: 15px 0 15px 45px;
	}

	.navbar .navbar-nav .dropdown > a {
		position: relative;
	}
	.navbar .navbar-nav .dropdown a .caret {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
		width: 30px;
		height: 30px;
		margin-left: 0;
		border: 1px solid #555;
		border-radius: 2px;
		box-sizing: content-box;
		color: #555;
		text-align: center;
		cursor: pointer;
		z-index: 100;
	}
	.navbar .navbar-nav .dropdown a .caret svg {
		width: 12.5px;
		height: auto !important;
		margin: 9px;
		transition: all 0.3s ease;
	}
	.navbar .navbar-nav .dropdown a .caret-open .caret svg {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.navbar .hestia-mega-menu > .dropdown-menu {
		width: 100% !important;
		left: 0 !important;
		right: auto !important;
		-webkit-transform: none !important;
		transform: none !important;
	}

	li.nav-cart {
		display: none;
	}
	li.nav-cart.responsive-nav-cart {
		display: block;
		margin-left: 5px;
	}

	.hestia_right .header-sidebar-wrapper {
		display: none;
	}

	.navbar .navbar-nav > li.hestia-search-in-menu a.hestia-toggle-search {
		display: none;
	}
	.hestia-nav-search {
		margin-top: 25px;
	}
	.hestia-nav-search form {
		width: 100%;
		margin-bottom: 0;
	}
	.hestia-nav-search .search-submit {
		display: block;
		pointer-events: all;
	}
}
/**
General Styles from Custom CSS - End
*/



body .section.pagebuilder-section{
	padding: 0 !important;
}

/**
 * HMDM new landing styles
 */

body .hmdm-landing * {
	box-sizing: border-box;
}
body .hmdm-landing [data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 0.45s ease-out,
		transform 0.45s ease-out;
}
body .hmdm-landing [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
	body .hmdm-landing [data-reveal] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* ---- layout ---- */
body .hmdm-landing .wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}
body .hmdm-landing .section {
	max-width: 1240px;
	margin: 0 auto;
	padding: 88px 24px 96px;
}
body .hmdm-landing .grad {
	background:
		radial-gradient(
			ellipse at center,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.12) 100%
		),
		linear-gradient(135deg, #1e6a88, #2f8fae);
}
body .hmdm-landing .hero {
	padding: 125px 0 84px;
}
body .hmdm-landing .cta {
	padding: 96px 0;
}
body .hmdm-landing .band {
	background: #eaf4f7;
	padding: 88px 0 96px;
}

/* ---- section heads ---- */
body .hmdm-landing .sec-head {
	max-width: 720px;
	margin: 0 auto 52px;
	text-align: center;
}
body .hmdm-landing .sec-head--tight {
	margin: 0 auto 20px;
}
body .hmdm-landing .h2 {
	font-size: clamp(22px, 2.6vw, 30px);
	letter-spacing: -0.01em;
	color: #3d6f8a;
	margin: 0 0 14px;
	font-weight: 700;
	line-height: 1.2;
}
body .hmdm-landing .h2--nomb {
	margin: 0;
}
body .hmdm-landing .lead {
	font-size: 16.5px;
	line-height: 1.55;
	color: #4c5b6a;
	margin: 0;
	font-weight: 400;
}

/* ---- hero ---- */
body .hmdm-landing .hero-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 56px;
	align-items: center;
}
body .hmdm-landing .badge {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #dff0f4;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.08);
	display: inline-block;
	padding: 7px 14px;
	border-radius: 5px;
	margin: 0 0 24px;
}
body .hmdm-landing .hero-title {
	font-size: clamp(28px, 3.6vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: #fff;
	margin: 0 0 20px;
	font-weight: 700;
}

body .hmdm-landing .hero-lead {
	font-size: 18px;
	line-height: 1.55;
	color: #f2fafc;
	margin: 0 0 32px;
	max-width: 480px;
}
body .hmdm-landing a.hero-link {
	font-size: 14px;
	color: #e4f4f8;
	font-weight: 600;
}
body .hmdm-landing a.hero-link:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	body .hmdm-landing .badge,
	body .hmdm-landing .hero-title,
	body .hmdm-landing .hero-lead {
		text-align: center;
	}
	body .hmdm-landing .btn-row {
		justify-content: center;
	}
	body .hmdm-landing .btn-row ~ p {
		text-align: center;
	}
}

/* ---- buttons ---- */
body .hmdm-landing .btn-row {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
body .hmdm-landing .btn {
	padding: 15px 26px !important;
	border-radius: 5px !important;
	font-size: 15.5px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
	text-transform: none !important;
}
body .hmdm-landing .btn-primary {
	background: #fff !important;
	color: #123f4f !important;
	transition:
		background 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease;
}
body .hmdm-landing .btn-primary:hover {
	background: rgb(234, 244, 247) !important;
	color: #123f4f !important;
	opacity: 1 !important;
}
body .hmdm-landing .btn-ghost {
	background: transparent !important;
	color: #fff !important;
	border: 1.5px solid rgba(255, 255, 255, 0.4);
	transition:
		background 0.18s ease,
		border-color 0.18s ease;
}
body .hmdm-landing .btn-ghost:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	border-color: #fff !important;
	opacity: 1 !important;
}

/* ---- Hero card ---- */
body .hmdm-landing .hero-card {
	background: rgba(10, 60, 78, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	padding: 32px;
	box-shadow: 0 24px 60px rgba(5, 15, 20, 0.25);
}
body .hmdm-landing .tag {
	background: #f5921e;
	color: #1e2f36;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

body .hmdm-landing .note-center {
	text-align: center;
	font-size: 13.5px;
	color: #6b7b8c;
	margin: 28px auto 0;
	max-width: 660px;
}

body .hmdm-landing .callout {
	background: #eaf4f7;
	border-radius: 8px;
	padding: 24px 28px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	max-width: 760px;
	margin: 0 auto;
}
body .hmdm-landing .callout__text {
	font-size: 14.5px;
	line-height: 1.55;
	color: #26333f;
}
body .hmdm-landing .callout-svg {
	flex: none;
	margin-top: 2px;
}
/* ---- icons ---- */
body .hmdm-landing .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
body .hmdm-landing .icon--light {
	background: #eaf4f7;
}
body .hmdm-landing .icon--white {
	background: #fff;
}
body .hmdm-landing .icon-sm {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eaf4f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

/* ---- delays ---- */
body .hmdm-landing .d1 {
	transition-delay: 100ms;
}
body .hmdm-landing .d2 {
	transition-delay: 200ms;
}
body .hmdm-landing .d3 {
	transition-delay: 300ms;
}

/* ---- content cards ---- */
body .card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}
body .card {
	background: #fff;
	border-radius: 8px;
	padding: 32px 28px;
	box-shadow: 0 4px 16px rgba(30, 47, 54, 0.06);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}
body .card .icon img{
	width: 22px;
}
body .card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(30, 47, 54, 0.12);
}
body .card--rel {
	position: relative;
}
body .card__flag {
	position: absolute;
	top: -12px;
	left: 28px;
	background: #f5921e;
	color: #1e2f36;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 11px;
	border-radius: 5px;
}
body .card__title {
	font-size: 18px;
	font-weight: 700;
	color: #3d6f8a;
	margin-bottom: 10px;
}
body .card__text {
	font-size: 14.5px;
	line-height: 1.55;
	color: #4c5b6a;
}
body .card__text--mb {
	margin-bottom: 12px;
}

/* ---- mini cards ---- */
body .mini-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}
body .mini {
	background: #fff;
	border-radius: 8px;
	padding: 26px 22px;
	box-shadow: 0 4px 16px rgba(30, 47, 54, 0.05);
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}
body .mini:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(30, 47, 54, 0.1);
}
body .mini__title {
	font-size: 15.5px;
	font-weight: 700;
	color: #3d6f8a;
	margin-bottom: 8px;
}
body .mini__text {
	font-size: 13.5px;
	line-height: 1.5;
	color: #4c5b6a;
}

/* ---- A/b cards ---- */
body .hmdm-landing .ab-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
	margin-top: 52px;
	align-items: stretch;
}
body .hmdm-landing .ab-card {
	border-radius: 8px;
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}
body .hmdm-landing .ab-card--light {
	background: #eaf4f7;
}
body .hmdm-landing .ab-card--light:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(30, 47, 54, 0.1);
}
body .hmdm-landing .ab-card--dark {
	background: linear-gradient(135deg, #123f4f, #22738e);
	transition-delay: 100ms;
}
body .hmdm-landing .ab-card--dark:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 26px rgba(10, 40, 50, 0.25);
}
body .hmdm-landing .ab-card__label {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
body .hmdm-landing .ab-card__label--muted {
	color: #6b7b8c;
}
body .hmdm-landing .ab-card__label--light {
	color: #e4f4f8;
}
body .hmdm-landing .ab-card__hero-wrap {
	min-height: 76px;
	display: flex;
	align-items: center;
}
body .hmdm-landing .ab-card__hero {
	font-size: clamp(36px, 5vw, 52px);
	font-weight: 800;
	color: #f5921e;
	letter-spacing: -0.02em;
}
body .hmdm-landing .ab-card__desc {
	font-size: 15.5px;
	line-height: 1.5;
	margin: 14px 0 16px;
}
body .hmdm-landing .ab-card__desc--dark {
	color: #26333f;
}
body .hmdm-landing .ab-card__desc--light {
	color: #f2fafc;
}
body .hmdm-landing .ab-card__note {
	font-size: 13.5px;
	font-weight: 600;
	margin-top: auto;
}
body .hmdm-landing .ab-card__note--muted {
	color: #6b7b8c;
}
body .hmdm-landing .ab-card__note--light {
	color: #e4f4f8;
}

/* ---- Blue cards ---- */
body .blue-card {
	background: #eaf4f7;
	border-radius: 8px;
	padding: 32px 28px;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}
body .blue-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(30, 47, 54, 0.1);
}

/* ---- Step cards ---- */
body .hmdm-landing .step-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
	margin-top: 44px;
	margin-bottom: 44px;
}
body .hmdm-landing .step {
	text-align: center;
}
body .hmdm-landing .step__num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #4c788c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 800;
	margin: 0 auto 18px;
}
body .hmdm-landing .step__title {
	font-size: 16.5px;
	font-weight: 700;
	color: #3d6f8a;
	margin-bottom: 8px;
}
body .hmdm-landing .step__text {
	font-size: 14px;
	line-height: 1.5;
	color: #4c5b6a;
	max-width: 260px;
	margin: 0 auto;
}

/* ---- faq ---- */
body .faq-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
}
body .faq-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}
body .faq-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
body .faq {
	background: #fff;
	border-radius: 8px;
	padding: 22px 26px;
	box-shadow: 0 4px 16px rgba(30, 47, 54, 0.05);
}
body .faq__q {
	font-size: 16px;
	font-weight: 700;
	color: #3d6f8a;
	cursor: pointer;
	list-style: none;
}
body .faq__a {
	font-size: 14.5px;
	line-height: 1.55;
	color: #4c5b6a;
	margin-top: 10px;
}

/* ---- final cta ---- */
body .cta-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
	text-align: center;
}
body .cta-title {
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: -0.01em;
	color: #fff;
	margin: 0 0 16px;
	font-weight: 700;
}
body .cta-lead {
	font-size: 17px;
	line-height: 1.6;
	color: #f2fafc;
	margin: 0 0 32px;
}
body .check-row {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
body .check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #f2fafc;
	font-weight: 600;
}
body .cta-btns {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
body .cta-note {
	font-size: 13px;
	color: #dcf0f4;
}

/*TEST*/