.mem-v11-dollar-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -53%);
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}
.mem-v11-capital-icon {
    position: relative;
    font-size: 0;
}
.mem-v11-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef9e7;
    color: #4db31e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 10px;
}
.mem-v11-capital-icon:before {
    content: '';
    width: 28px;
    height: 32px;
    background: #4db31e;
    clip-path: polygon(50% 0%, 88% 12%, 88% 48%, 50% 100%, 12% 48%, 12% 12%);
    display: block;
}
	body {
		font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
		background: #ffffff;
		color: #08184a;
	}
	body.modal-open { overflow: visible; }
	.mem-v11-page, .mem-v11-page * { box-sizing: border-box; }
	.mem-v11-page { width: 100%; background: #fff; }
	.mem-v11-header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 12px 42px 7px;
		border-bottom: 1px solid #e6eaf3;
		min-height: 76px;
	}
	.mem-v11-logo {
		color: #0f5bf4;
		font-size: 35px;
		font-weight: 800;
		letter-spacing: -1.5px;
		line-height: 1.1;
	}
	.mem-v11-nav { text-align: right; }
	.mem-v11-nav ul {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 34px;
		list-style: none;
		margin: 4px 0 4px;
		padding: 0;
		max-height:15px;
	}
	.mem-v11-nav a {
		color: #030c3f;
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
	}
	.mem-v11-signup {
		background: #4fb526;
		color: #fff !important;
		padding: 10px 20px;
		border-radius: 8px;
		font-weight: 700 !important;
	}
	.mem-v11-tagline {
		color: #014cff;
		font-size: 15px;
		font-style: italic;
		font-weight: 400;
		padding-right: 2px;
		padding-top: 15px;
	}
	.mem-v11-wrapper {
		width: 94.7%;
		margin: 0 auto;
		padding: 29px 0 18px;
	}
	.mem-v11-top-grid {
		display: grid;
		grid-template-columns: 34% 25% 34%;
		gap: 29px;
		align-items: start;
	}
	.mem-v11-left { padding: 12px 8px 0 23px; }
	.mem-v11-pill {
		display: inline-block;
		background: #ebf9df;
		color: #3e9f13;
		font-size: 13px;
		font-weight: 700;
		padding: 6px 13px;
		border-radius: 20px;
		margin-bottom: 15px;
	}
	.mem-v11-title {
		/*font-size: 39px;*/
		font-size: 44px;
		line-height: 1.08;
		font-weight: 800;
		letter-spacing: -1px;
		margin: 0 0 15px;
		color: #07175a;
	}
	.mem-v11-title .green { color: #4db31e; }
	.mem-v11-copy {
		font-size: 16px;
		line-height: 1.56;
		color: #07175a;
/*		max-width: 410px;*/
		margin-bottom: 19px;
	}
	.mem-v11-stats {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
/*		max-width: 400px;*/
		margin-bottom: 24px;
	}
	.mem-v11-stat { text-align: center; }
	.mem-v11-stat-icon {
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #eef9e7;
		color: #4db31e;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		margin: 0 auto 10px;
	}
	.mem-v11-stat-number {
		font-size: 18px;
		font-weight: 800;
		color: #07175a;
		line-height: 1;
	}
	.mem-v11-stat-label {
		font-size: 12px;
		line-height: 1.25;
		color: #07175a;
		margin-top: 6px;
	}
	.mem-v11-mini-testimonial {
		border: 1px solid #e4e8f2;
		border-radius: 11px;
		box-shadow: 0 1px 4px rgba(6, 25, 72, 0.03);
		max-width: 445px;
		padding: 18px 18px 20px;
		display: grid;
		grid-template-columns: 58px auto;
		gap: 16px;
		align-items: center;
		min-height: 138px;
	}
	.mem-v11-avatar {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: #f1f5fb;
		border: 1px solid #e4e9f2;
		position: relative;
		overflow: hidden;
	}
	.mem-v11-avatar:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		background: #ffb58f;
		border-radius: 50%;
		left: 19px;
		top: 15px;
	}
	.mem-v11-avatar:after {
		content: '';
		position: absolute;
		width: 34px;
		height: 28px;
		background: #2d4c88;
		border-radius: 40px 40px 0 0;
		left: 12px;
		bottom: -4px;
	}
	.mem-v11-quote {
		color: #4db31e;
		font-size: 42px;
		font-weight: 900;
		float: left;
		line-height: .6;
		margin: 0 9px 0 0;
	}
	.mem-v11-mini-text {
		font-size: 13px;
		font-weight: 800;
		line-height: 1.45;
		color: #07175a;
		margin-bottom: 8px;
	}
	.mem-v11-mini-author {
		font-size: 13px;
		color: #475685;
		margin-left: 34px;
	}
	.mem-v11-dots { margin-top: 10px; text-align: center; }
	.mem-v11-dots span {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #d6dbe6;
		margin: 0 6px;
	}
	.mem-v11-dots span:first-child { background: #4db31e; }
	.mem-v11-card {
		border: 1px solid #e4e8f2;
		border-radius: 12px;
		background: #fff;
		padding: 29px 35px 22px;
		min-height: 576px;
		position: relative;
	}
	.mem-v11-card.platinum {
		border: 1.5px solid #0c54ff;
		background: #f3f7ff;
		padding: 37px 46px 24px;
		min-height: 591px;
	}
	.mem-v11-ribbon {
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		background: #0f5bf4;
		color: #fff;
		font-size: 14px;
		font-weight: 800;
		padding: 9px 20px;
		border-radius: 6px;
		letter-spacing: .2px;
		white-space: nowrap;
	}
	.mem-v11-card h2 {
		font-size: 26px;
		font-weight: 800;
		margin: 0 0 10px;
		color: #666a7f;
	}
	.mem-v11-card.platinum h2 { color: #0f5bf4; }
	.mem-v11-price {
		font-size: 44px;
		line-height: 1;
		font-weight: 900;
		letter-spacing: -1px;
		color: #07175a;
		margin-bottom: 17px;
	}
	.mem-v11-price span {
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 0;
		margin-left: 8px;
	}
	.mem-v11-card-copy {
		font-size: 15px;
		line-height: 1.75;
		color: #07175a;
		margin-bottom: 18px;
	}
	.mem-v11-line {
		height: 1px;
		background: #e4e8f2;
		margin: 11px 0 19px;
	}
	.mem-v11-includes {
		font-size: 15px;
		font-weight: 800;
		margin-bottom: 22px;
	    margin-top: 22px;
		color: red;/*#07175a;*/
	}
	.mem-v11-list {
		list-style: none;
		padding: 0;
		margin: 0 0 27px;
	}
	.mem-v11-list li {
		display: flex;
		align-items: flex-start;
		gap: 13px;
		font-size: 14px;
		line-height: 1.35;
		color: #07175a;
		margin-bottom: 17px;
	}
	.mem-v11-check {
		width: 17px;
		height: 17px;
		min-width: 17px;
		border-radius: 50%;
		background: #4db31e;
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		margin-top: 1px;
	}
	.mem-v11-startmonth { text-align: center; }
	.mem-v11-startmonth a {
		display: block;
		background: #ff6908 !important;
		color: #fff !important;
		text-decoration: none !important;
		font-size: 18px;
		font-weight: 800;
		border-radius: 7px;
		padding: 13px 15px;
		width: 100%;
		line-height: 1.2;
	}
	.mem-v11-card.platinum .mem-v11-startmonth a {
		font-size: 24px;
		padding: 21px 15px;
		border-radius: 7px;
	}
	.mem-v11-startmonth a:hover { background: #379300 !important; }
	.mem-v11-trial {
		text-align: center;
		font-size: 14px;
		color: #263765;
		margin-top: 17px;
	}
	.mem-v11-trial strong {
		font-weight: 400;
		padding: 0 10px;
	}
	.mem-v11-contracts {
		text-align: center;
		font-size: 15px;
		color: #3b476f;
		margin-top: 11px;
	}
	.mem-v11-contracts .mem-v11-check { margin-right: 7px; }
	.mem-v11-feature-strip, .mem-v11-bottom-strip {
		border: 1px solid #e4e8f2;
		border-radius: 12px;
		margin-top: 18px;
		padding: 17px 20px;
		box-shadow: 0 1px 4px rgba(6, 25, 72, 0.03);
	}
	.mem-v11-feature-strip {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1.08fr 1.13fr;
		gap: 0;
		align-items: center;
	}
	.mem-v11-feature-item {
		display: grid;
		grid-template-columns: 56px auto;
		gap: 17px;
		align-items: center;
		padding: 0 22px;
		min-height: 64px;
		border-right: 1px solid #e4e8f2;
	}
	.mem-v11-feature-item:first-child { padding-left: 4px; }
	.mem-v11-feature-item:last-child { border-right: 0; padding-right: 0; }
	.mem-v11-feature-icon {
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #eef9e7;
		color: #4db31e;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 27px;
	}
	.mem-v11-feature-title {
		font-size: 15px;
		font-weight: 800;
		color: #07175a;
		margin-bottom: 6px;
	}
	.mem-v11-feature-text {
		font-size: 12px;
		line-height: 1.6;
		color: #263765;
	}
	.mem-v11-bbb {
		display: grid;
		grid-template-columns: 68px auto;
		gap: 14px;
		align-items: center;
		padding-left: 28px;
	}
	.mem-v11-bbb-mark {
		width: 65px;
		text-align: center;
		line-height: 1;
	}
	.mem-v11-bbb-logo {
		display: block;
		width: 65px;
		height: auto;
		max-height: 84px;
		object-fit: contain;
		margin: 0 auto 3px;
	}
	.mem-v11-bbb-years {
		font-size: 12px;
		font-weight: 700;
		color: #043af8;
		margin-top: 4px;
	}
	.mem-v11-bbb-text {
		font-size: 16px;
		font-weight: 800;
		line-height: 1.6;
		color: #014cff;
	}
	.mem-v11-bbb-fallback {
		display: none;
		width: 65px;
		height: 84px;
		border: 1px solid #1774a7;
		border-radius: 5px;
		color: #1774a7;
		font-weight: 800;
		font-size: 10px;
		line-height: 1.05;
		padding: 5px 2px;
	}
	.mem-v11-bbb-fallback .a-plus {
		display: inline-block;
		border: 1px solid #1774a7;
		border-radius: 50%;
		padding: 3px 4px;
		font-size: 13px;
		margin-bottom: 1px;
	}
	.mem-v11-bbb-fallback .bbb-large { font-size: 24px; line-height: .95; }
	.mem-v11-bottom-strip {
		display: grid;
		grid-template-columns: 45% 55%;
		padding: 22px 20px 24px;
	}
	.mem-v11-large-testimonial {
		display: grid;
		grid-template-columns: 56px auto;
		gap: 18px;
		padding-right: 28px;
		border-right: 1px solid #e4e8f2;
	}
	.mem-v11-stars {
		color: #4db31e;
		font-size: 15px;
		font-weight: 900;
		letter-spacing: 2px;
		margin-bottom: 8px;
	}
	.mem-v11-large-testimonial p {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.55;
		color: #07175a;
		margin: 0 0 10px;
	}
	.mem-v11-large-testimonial .author { font-size: 12px; color: #475685; }
	.mem-v11-assurance {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		align-items: center;
	}
	.mem-v11-assurance-item {
		display: grid;
		grid-template-columns: 45px auto;
		gap: 9px;
		align-items: center;
		padding: 0 13px;
		border-right: 1px solid #e4e8f2;
		min-height: 70px;
	}
	.mem-v11-assurance-item:last-child { border-right: 0; }
	.mem-v11-blue-icon {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		border: 1.5px solid #0f5bf4;
		color: #0f5bf4;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 19px;
	}
	.mem-v11-assurance-title {
		font-size: 10px;
		font-weight: 800;
		color: #07175a;
		line-height: 1.3;
		margin-bottom: 4px;
	}
	.mem-v11-assurance-text {
		font-size: 10px;
		line-height: 1.65;
		color: #263765;
	}
	/* .planreview .modal-title { color: #07175a; font-weight: 800; } */
	.planreview .modal-body { color: #07175a; font-size: 16px; }
	.message-inbox-gold-img {
		width: 85%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	@media (max-width: 1100px) {
	    .mem-v11-wrapper {text-align:center;}
		.mem-v11-top-grid, .mem-v11-bottom-strip { grid-template-columns: 1fr; }
		.mem-v11-left { padding-left: 0; }
		.mem-v11-feature-strip, .mem-v11-assurance { grid-template-columns: 1fr 1fr; }
		.mem-v11-feature-item, .mem-v11-large-testimonial { border-right: 0; }
		.mem-v11-header { flex-direction: column; gap: 10px; }
		.mem-v11-nav ul { flex-wrap: wrap; gap: 16px; justify-content: flex-start; }
		.mem-v11-nav { text-align: left; }
		.mem-v11-nav a {font-size: 22px;}
		.mem-v11-tagline {font-size: 22px;}
		.mem-v11-copy,.mem-v11-large-testimonial,.mem-v11-bottom-testimonial-slide p,.mem-v11-bottom-testimonial-slide .mem-v11-stars {font-size: 22px;}
		.mem-v11-card-copy,.mem-v11-list,.mem-v11-contracts,.mem-v11-trial,.mem-v11-pill{font-size:26px;}
	
	    .mem-v11-title { font-size: 32px; }
	    .mem-v11-title,.mem-v11-copy,.mem-v11-stats,.mem-v11-large-testimonial { margin-bottom:50px;}
	    .mem-v11-wrapper { width: 92%; }
		.mem-v11-header { padding: 14px 20px; }
		.mem-v11-title { font-size: 32px; }
		.mem-v11-stats, .mem-v11-feature-strip, .mem-v11-assurance { grid-template-columns: 1fr; }
		.mem-v11-card, .mem-v11-card.platinum { padding: 28px 22px; }
	}
/*	@media (max-width: 640px) {
		.mem-v11-wrapper { width: 92%; }
		.mem-v11-header { padding: 14px 20px; }
		.mem-v11-title { font-size: 32px; }
		.mem-v11-stats, .mem-v11-feature-strip, .mem-v11-assurance { grid-template-columns: 1fr; }
		.mem-v11-card, .mem-v11-card.platinum { padding: 28px 22px; }
	}*/
	.header-menu-white-circle {
    height: 35px;
    width: 35px;
    background-color: orange;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 0px;
    border: 2px solid orange;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
}
.fusername-color {
    color: #fa5d00;
    display: none;
}
.mem-v11-nav ul li {
    line-height: 17px;
}
.mem-v11-nav ul li {
    display: inline;
    color: #999;
}
.menu li {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid lightgray;
    background-color: white;
    border-width: thin;
    border-style: solid;
    border-color: lightgray;
    font-family: 'Lato', sans-serif !important;
    
    
}
ul.menu.menu_ul.ul {
    display: inline;
}

ul.menu.menu_ul.ul li a {
    width:100%;
    height:100%;
    display:block;
    padding:10px;
    color: #030c3f;    
}

#log_out a {
    color: #030c3f;
}
#log_out a:hover {
    color: #fff;
}
ul.menu.menu_ul.ul li a:hover {
    color:white;
    background:orange;
    
}
.mem-v11-photo-stack img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(7, 23, 90, 0.13);
    background: #eef2f8;
    display: block;
}
.mem-v11-photo-stack {
		width: 58px;
		height: 58px;
		flex: 0 0 58px;
	}
	.mem-v11-photo-stack img {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		object-fit: cover;
		border: 3px solid #fff;
		box-shadow: 0 2px 8px rgba(7, 23, 90, 0.13);
		background: #eef2f8;
		display: block;
	}
	.mem-v11-large-testimonial .mem-v11-photo-stack {
		margin-top: 8px;
	}
	.mem-v11-mini-testimonial {
		border: 1px solid #e4e8f2;
		border-radius: 11px;
		box-shadow: 0 1px 4px rgba(6, 25, 72, 0.03);
		max-width: 445px;
		padding: 18px 18px 20px;
		display: grid;
		grid-template-columns: 58px auto;
		gap: 16px;
		align-items: center;
		min-height: 138px;
	}
	.mem-v11-avatar {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: #f1f5fb;
		border: 1px solid #e4e9f2;
		position: relative;
		overflow: hidden;
	}
	.mem-v11-avatar:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		background: #ffb58f;
		border-radius: 50%;
		left: 19px;
		top: 15px;
	}
	.mem-v11-avatar:after {
		content: '';
		position: absolute;
		width: 34px;
		height: 28px;
		background: #2d4c88;
		border-radius: 40px 40px 0 0;
		left: 12px;
		bottom: -4px;
	}
	.mem-v11-quote {
		color: #4db31e;
		font-size: 42px;
		font-weight: 900;
		float: left;
		line-height: .6;
		margin: 0 9px 0 0;
	}
	.mem-v11-mini-text {
		font-size: 13px;
		font-weight: 800;
		line-height: 1.45;
		color: #07175a;
		margin-bottom: 8px;
	}
	.mem-v11-mini-author {
		font-size: 13px;
		color: #475685;
		margin-left: 34px;
	}
	.mem-v11-dots { margin-top: 10px; text-align: center; }
	.mem-v11-dots span {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #d6dbe6;
		margin: 0 6px;
	}
	.mem-v11-dots span:first-child { background: #4db31e; }
	.mem-v11-card {
		border: 1px solid #e4e8f2;
		border-radius: 12px;
		background: #fff;
		padding: 29px 35px 22px;
		min-height: 576px;
		position: relative;
	}
	.mem-v11-card.platinum {
		border: 1.5px solid #0c54ff;
		background: #f3f7ff;
		padding: 37px 46px 24px;
		min-height: 591px;
	}
	.mem-v11-ribbon {
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
		background: #0f5bf4;
		color: #fff;
		font-size: 14px;
		font-weight: 800;
		padding: 9px 20px;
		border-radius: 6px;
		letter-spacing: .2px;
		white-space: nowrap;
	}
	.mem-v11-card h2 {
		font-size: 26px;
		font-weight: 800;
		margin: 0 0 10px;
		color: #666a7f;
	}
	.mem-v11-card.platinum h2 { color: #0f5bf4; }
	.mem-v11-price {
		font-size: 44px;
		line-height: 1;
		font-weight: 900;
		letter-spacing: -1px;
		color: #07175a;
		margin-bottom: 17px;
	}
	.mem-v11-price span {
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 0;
		margin-left: 8px;
	}
	.mem-v11-card-copy {
		font-size: 15px;
		line-height: 1.75;
		color: #07175a;
		margin-bottom: 18px;
	}
	.mem-v11-line {
		height: 1px;
		background: #e4e8f2;
		margin: 11px 0 19px;
	}
	.mem-v11-includes {
		font-size: 15px;
		font-weight: 800;
		margin-bottom: 22px;
		color: red!important;/*#07175a;*/
	}
	.mem-v11-list {
		list-style: none;
		padding: 0;
		margin: 0 0 27px;
	}
	.mem-v11-list li {
		display: flex;
		align-items: flex-start;
		gap: 13px;
		font-size: 14px;
		line-height: 1.35;
		color: #07175a;
		margin-bottom: 17px;
	}
	.mem-v11-check {
		width: 17px;
		height: 17px;
		min-width: 17px;
		border-radius: 50%;
		background: #4db31e;
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		margin-top: 1px;
	}
	.mem-v11-startmonth { text-align: center; }
	.mem-v11-startmonth a {
		display: block;
		background: #ff6908 !important;
		color: #fff !important;
		text-decoration: none !important;
		font-size: 18px;
		font-weight: 800;
		border-radius: 7px;
		padding: 13px 15px;
		width: 100%;
		line-height: 1.2;
	}
	.mem-v11-card.platinum .mem-v11-startmonth a {
		font-size: 24px;
		padding: 21px 15px;
		border-radius: 7px;
	}
	.mem-v11-startmonth a:hover { background: #379300 !important; }
	.mem-v11-trial {
		text-align: center;
		font-size: 14px;
		color: #263765;
		margin-top: 17px;
	}
	.mem-v11-trial strong {
		font-weight: 400;
		padding: 0 10px;
	}
	.mem-v11-contracts {
		text-align: center;
		font-size: 15px;
		color: #3b476f;
		margin-top: 11px;
	}
	.mem-v11-contracts .mem-v11-check { margin-right: 7px; }
	.mem-v11-feature-strip, .mem-v11-bottom-strip {
		border: 1px solid #e4e8f2;
		border-radius: 12px;
		margin-top: 18px;
		padding: 17px 20px;
		box-shadow: 0 1px 4px rgba(6, 25, 72, 0.03);
	}
	.mem-v11-feature-strip {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1.08fr 1.13fr;
		gap: 0;
		align-items: center;
	}
	.mem-v11-feature-item {
		display: grid;
		grid-template-columns: 56px auto;
		gap: 17px;
		align-items: center;
		padding: 0 22px;
		min-height: 64px;
		border-right: 1px solid #e4e8f2;
	}
	.mem-v11-feature-item:first-child { padding-left: 4px; }
	.mem-v11-feature-item:last-child { border-right: 0; padding-right: 0; }
	.mem-v11-feature-icon {
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #eef9e7;
		color: #4db31e;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 27px;
	}
	.mem-v11-feature-title {
		font-size: 15px;
		font-weight: 800;
		color: #07175a;
		margin-bottom: 6px;
	}
	.mem-v11-feature-text {
		font-size: 12px;
		line-height: 1.6;
		color: #263765;
	}
	.mem-v11-bbb {
		display: grid;
		grid-template-columns: 68px auto;
		gap: 14px;
		align-items: center;
		padding-left: 28px;
	}
	.mem-v11-bbb-mark {
		width: 65px;
		text-align: center;
		line-height: 1;
	}
	.mem-v11-bbb-logo {
		display: block;
		width: 65px;
		height: auto;
		max-height: 84px;
		object-fit: contain;
		margin: 0 auto 3px;
	}
	.mem-v11-bbb-years {
		font-size: 12px;
		font-weight: 700;
		color: #014cff;
		margin-top: 4px;
	}
	.mem-v11-bbb-text {
		font-size: 16px;
		font-weight: 800;
		line-height: 1.6;
		color: #014cff;
	}
	.mem-v11-bbb-fallback {
		display: none;
		width: 65px;
		height: 84px;
		border: 1px solid #1774a7;
		border-radius: 5px;
		color: #1774a7;
		font-weight: 800;
		font-size: 10px;
		line-height: 1.05;
		padding: 5px 2px;
	}
	.mem-v11-bbb-fallback .a-plus {
		display: inline-block;
		border: 1px solid #1774a7;
		border-radius: 50%;
		padding: 3px 4px;
		font-size: 13px;
		margin-bottom: 1px;
	}
	.mem-v11-bbb-fallback .bbb-large { font-size: 24px; line-height: .95; }
	.mem-v11-bottom-strip {
		display: grid;
		grid-template-columns: 45% 55%;
		padding: 22px 20px 24px;
	}
	.mem-v11-large-testimonial {
		display: grid;
		grid-template-columns: 56px auto;
		gap: 18px;
		padding-right: 28px;
		border-right: 1px solid #e4e8f2;
	}
	.mem-v11-stars {
		color: #4db31e;
		font-size: 15px;
		font-weight: 900;
		letter-spacing: 2px;
		margin-bottom: 8px;
	}
	.mem-v11-large-testimonial p {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.55;
		color: #07175a;
		margin: 0 0 10px;
	}
	.mem-v11-large-testimonial .author { font-size: 12px; color: #475685; }
	.mem-v11-assurance {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		align-items: center;
	}
	.mem-v11-assurance-item {
		display: grid;
		grid-template-columns: 45px auto;
		gap: 9px;
		align-items: center;
		padding: 0 13px;
		border-right: 1px solid #e4e8f2;
		min-height: 70px;
	}
	.mem-v11-assurance-item:last-child { border-right: 0; }
	.mem-v11-blue-icon {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		border: 1.5px solid #0f5bf4;
		color: #0f5bf4;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 19px;
	}
	.mem-v11-assurance-title {
		font-size: 10px;
		font-weight: 800;
		color: #07175a;
		line-height: 1.3;
		margin-bottom: 4px;
	}
	.mem-v11-assurance-text {
		font-size: 10px;
		line-height: 1.65;
		color: #263765;
	}

	.mem-v11-floating-dashboard {
		position: fixed;
		right: -342px;
		top: 42%;
		width: 405px;
		height: 152px;
		background: #458ccc;
		border-radius: 10px 0 0 10px;
		z-index: 9998;
		display: flex;
		align-items: center;
		transition: right .28s ease;
		box-shadow: 0 6px 18px rgba(6, 25, 72, 0.18);
	}
	.mem-v11-floating-dashboard.open {
		right: 0;
	}
	.mem-v11-dashboard-tab {
		width: 64px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 54px;
		font-weight: 700;
		cursor: pointer;
		user-select: none;
	}
	.mem-v11-floating-dashboard.open .mem-v11-dashboard-tab {
		transform: rotate(180deg);
	}
	.mem-v11-dashboard-inner {
		width: 315px;
		min-height: 112px;
		border: 2px solid #fff;
		border-radius: 10px;
		text-align: center;
		color: #fff;
		padding: 21px 16px;
	}
	.mem-v11-dashboard-title {
		font-size: 20px;
		font-weight: 800;
		margin-bottom: 15px;
	}
	.mem-v11-dashboard-open {
		display: inline-block;
		background: #ff741f;
		color: #fff !important;
		font-size: 21px;
		font-weight: 800;
		text-decoration: none !important;
		border-radius: 6px;
		padding: 10px 35px;
		line-height: 1.2;
	}
	@media (max-width: 640px) {
		.mem-v11-floating-dashboard {
			right: -272px;
			width: 330px;
			height: 138px;
		}
		.mem-v11-dashboard-tab {
			width: 58px;
			font-size: 44px;
		}
		.mem-v11-dashboard-inner {
			width: 252px;
			min-height: 98px;
			padding: 17px 10px;
		}
		.mem-v11-dashboard-title {
			font-size: 17px;
		}
		.mem-v11-dashboard-open {
			font-size: 18px;
			padding: 9px 28px;
		}
		.mem-v11-chat-bubble {
			width: 60px;
			height: 60px;
			right: 18px;
			bottom: 78px;
		}
		.mem-v11-chat-bubble:before {
			width: 30px;
			height: 30px;
		}
		.mem-v11-footer-copyright {
			padding: 14px 20px 34px;
		}
		.mem-v11-footer-copyright .copyright-text {
			text-align: center;
			line-height: 1.25;
		}
	}

	.mem-v11-large-testimonial {
		position: relative;
		display: block;
		padding: 7px 28px 7px 8px;
		border-right: 1px solid #e4e8f2;
		min-height: 146px;
		overflow: hidden;
	}
	.mem-v11-bottom-testimonial-slide {
		display: none;
		grid-template-columns: 74px auto;
		gap: 18px;
		align-items: center;
		min-height: 126px;
	}
	.mem-v11-bottom-testimonial-slide.active {
		display: grid;
	}
	.mem-v11-large-testimonial .mem-v11-photo-stack {
		width: 64px;
		height: 64px;
		flex: 0 0 64px;
		margin-top: 0;
	}
	.mem-v11-large-testimonial .mem-v11-photo-stack img {
		width: 72px;
		height: 72px;
		border-radius: 50%;
		object-fit: cover;
		object-position: center center;
		border: 3px solid #ffffff;
		box-shadow: 0 4px 14px rgba(7, 23, 90, 0.18);
		background: #eef2f8;
		display: block;
	}
	.mem-v11-bottom-testimonial-slide .mem-v11-stars {
		color: #4db31e;
		font-size: 16px;
		font-weight: 900;
		letter-spacing: 5px;
		margin-bottom: 9px;
		line-height: 1;
	}
	.mem-v11-bottom-testimonial-slide p {
		font-size: 15px;
		font-weight: 800;
		line-height: 1.45;
		color: #07175a;
		margin: 0 0 11px;
		max-width: 700px;
	}
	.mem-v11-bottom-testimonial-slide .author {
		font-size: 14px;
		color: #475685;
	}
	.mem-v11-bottom-testimonial-controls {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 4px;
		margin-left: 82px;
	}
	.mem-v11-bottom-testimonial-control {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 1px solid #d8dfec;
		background: #fff;
		color: #0f5bf4;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		cursor: pointer;
		box-shadow: 0 1px 4px rgba(6, 25, 72, 0.06);
	}
	.mem-v11-bottom-testimonial-control:hover {
		background: #0f5bf4;
		color: #fff;
	}
	.mem-v11-bottom-testimonial-dots {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
	.mem-v11-bottom-testimonial-dots button {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: 0;
		background: #d6dbe6;
		padding: 0;
		cursor: pointer;
	}
	.mem-v11-bottom-testimonial-dots button.active {
		background: #4db31e;
	}
	.mem-v11-footer-copyright {
		width: 100%;
		margin-top: 28px;
		background: #d8dce2;
		border-top: 5px solid #0174ad;
		border-bottom: 1px solid #c6cbd2;
		padding: 16px 6.5% 40px;
		text-align: center;
		color: #000;
		font-family: Arial, sans-serif;
		clear: both;
	}
	.mem-v11-footer-copyright .copyright-title {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.mem-v11-footer-copyright .copyright-text {
		max-width: 1480px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1.05;
		text-align: left;
	}

	.mem-v11-chat-bubble {
		position: fixed;
		right: 26px;
		bottom: 92px;
		width: 76px;
		height: 76px;
		border-radius: 50%;
		background: #4a95d1;
		z-index: 9997;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 6px 18px rgba(6, 25, 72, 0.18);
		text-decoration: none !important;
	}
	.mem-v11-chat-bubble:before,
	.mem-v11-chat-bubble:after {
		content: none !important;
		display: none !important;
	}
	.mem-v11-chat-icon {
		width: 34px;
		height: 28px;
		background: #fff;
		border-radius: 50%;
		position: relative;
		display: block;
	}
	.mem-v11-chat-icon:after {
		content: '';
		position: absolute;
		right: 2px;
		bottom: 1px;
		width: 12px;
		height: 12px;
		background: #fff;
		clip-path: polygon(0 0, 100% 100%, 0 70%);
		transform: rotate(12deg);
	}

	.mem-v11-top-right-note {
		margin-top: 12px !important;
		display: block;
	}

	.planreview .modal-title { color: #07175a; font-weight: 800; }
	.planreview .modal-body { color: #07175a; font-size: 16px; }
	@media (max-width: 1100px) {
		.mem-v11-top-grid, .mem-v11-bottom-strip { grid-template-columns: 1fr; }
		.mem-v11-left { padding-left: 0; }
		.mem-v11-feature-strip, .mem-v11-assurance { grid-template-columns: 1fr 1fr; }
		.mem-v11-feature-item, .mem-v11-large-testimonial { border-right: 0; }
		.mem-v11-header { flex-direction: column; gap: 10px; }
		.mem-v11-nav ul { flex-wrap: wrap; gap: 16px; justify-content: flex-start; }
		.mem-v11-nav { text-align: left; }
		.mem-v11-bottom-testimonial-controls { margin-left: 0; justify-content: center; }
		.mem-v11-header {display: block;}
		.mem-v11-logo{float:left;}
		.mem-v11-nav{float:right;}
	}
	@media (max-width: 640px) {
		.mem-v11-wrapper { width: 92%; }
		.mem-v11-header { padding: 14px 20px; }
		.mem-v11-title { font-size: 32px; }
		.mem-v11-stats, .mem-v11-feature-strip, .mem-v11-assurance { grid-template-columns: 1fr; }
		.mem-v11-card, .mem-v11-card.platinum { padding: 28px 22px; }

		.mem-v11-bottom-testimonial-controls { margin-left: 0; justify-content: center; }

	}

/* Membership Beta responsive optimization overrides */
@media (min-width: 1101px) {
	.mem-v11-top-grid {
		grid-template-columns: minmax(0, 34%) minmax(320px, 25%) minmax(420px, 34%);
	}
	.mem-v11-card,
	.mem-v11-card.platinum {
		min-width: 0;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	body,
	.mem-v11-page {
		overflow-x: hidden;
	}
	.mem-v11-header {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 14px 24px !important;
		min-height: 74px;
		gap: 18px;
	}
	.mem-v11-logo {
		float: none !important;
		flex: 0 0 auto;
		font-size: 32px;
		line-height: 1;
	}
	.mem-v11-nav {
		float: none !important;
		text-align: right !important;
		flex: 1 1 auto;
		min-width: 0;
	}
	.mem-v11-nav ul {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end !important;
		gap: 14px !important;
		max-height: none !important;
		margin: 0 0 4px !important;
	}
	.mem-v11-nav ul li {
		line-height: 1.2 !important;
	}
	.mem-v11-nav a {
		font-size: 15px !important;
		white-space: nowrap;
	}
	.mem-v11-tagline {
		font-size: 14px !important;
		padding-top: 6px !important;
		line-height: 1.3;
	}
	.mem-v11-wrapper {
		width: calc(100% - 40px) !important;
		max-width: 1040px;
		padding: 24px 0 18px;
		text-align: left !important;
	}
	.mem-v11-top-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
		gap: 22px;
		align-items: stretch;
	}
	.mem-v11-left {
		grid-column: 1 / -1;
		padding: 8px 0 0 !important;
		text-align: center;
	}
	.mem-v11-title {
		font-size: clamp(34px, 5vw, 44px) !important;
		line-height: 1.08;
		max-width: 760px;
		margin: 0 auto 14px !important;
	}
	.mem-v11-copy {
		font-size: 16px !important;
		line-height: 1.55;
		max-width: 760px;
		margin: 0 auto 22px !important;
	}
	.mem-v11-stats {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 16px !important;
		max-width: 760px;
		margin: 0 auto 24px !important;
	}
	.mem-v11-large-testimonial {
		max-width: 760px;
		margin: 0 auto 24px !important;
		padding: 10px 14px 12px !important;
		border-right: 0 !important;
		text-align: left;
		min-height: 154px;
	}
	.mem-v11-bottom-testimonial-slide {
		grid-template-columns: 82px minmax(0, 1fr) !important;
		gap: 18px;
	}
	.mem-v11-large-testimonial .mem-v11-photo-stack,
	.mem-v11-large-testimonial .mem-v11-photo-stack img {
		width: 72px !important;
		height: 72px !important;
	}
	.mem-v11-bottom-testimonial-slide p {
		font-size: 15px !important;
		line-height: 1.45;
	}
	.mem-v11-bottom-testimonial-slide .mem-v11-stars {
		font-size: 16px !important;
	}
	.mem-v11-bottom-testimonial-controls {
		margin-left: 90px !important;
		justify-content: flex-start !important;
	}
	.mem-v11-card,
	.mem-v11-card.platinum {
		width: 100%;
		min-width: 0;
		min-height: auto;
		padding: 28px 24px 24px !important;
	}
	.mem-v11-card.platinum {
		padding-top: 36px !important;
	}
	.mem-v11-card-copy,
	.mem-v11-list li,
	.mem-v11-contracts,
	.mem-v11-trial,
	.mem-v11-includes {
		font-size: 14px !important;
	}
	.mem-v11-card.platinum .mem-v11-startmonth a,
	.mem-v11-startmonth a {
		font-size: 18px !important;
		padding: 15px 14px !important;
	}
	.mem-v11-card.platinum .mem-v11-startmonth {
		margin-top: 28px !important;
	}
	.mem-v11-feature-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0;
		padding: 16px;
	}
	.mem-v11-feature-item {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 14px !important;
		border-right: 0 !important;
		border-bottom: 1px solid #e4e8f2;
	}
	.mem-v11-feature-item:nth-child(3),
	.mem-v11-feature-item:nth-child(4),
	.mem-v11-feature-item:nth-child(5) {
		border-bottom: 0;
	}
	.mem-v11-bbb {
		grid-column: 1 / -1;
		justify-content: center;
		padding-left: 0 !important;
	}
	.mem-v11-bbb-mark {
		margin-left: 0 !important;
	}
}

@media (max-width: 767px) {
	body,
	.mem-v11-page {
		overflow-x: hidden;
	}
	.mem-v11-header {
		display: block !important;
		padding: 14px 18px 16px !important;
		min-height: auto;
	}
	.mem-v11-logo {
		float: none !important;
		display: inline-block;
		font-size: 30px;
		margin-bottom: 12px;
	}
	.mem-v11-nav {
		float: none !important;
		text-align: left !important;
	}
	.mem-v11-nav ul {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: flex-start !important;
		align-items: center;
		gap: 12px !important;
		max-height: none !important;
		margin: 0 0 8px !important;
	}
	.mem-v11-nav a {
		font-size: 14px !important;
	}
	.mem-v11-tagline {
		font-size: 13px !important;
		padding-top: 4px !important;
		line-height: 1.35;
	}
	.mem-v11-wrapper {
		width: calc(100% - 28px) !important;
		padding: 22px 0 16px;
		text-align: center !important;
	}
	.mem-v11-top-grid {
		display: grid;
		grid-template-columns: 1fr !important;
		gap: 18px;
	}
	.mem-v11-left {
		padding: 0 !important;
	}
	.mem-v11-title {
		font-size: clamp(30px, 9vw, 38px) !important;
		line-height: 1.1;
		margin-bottom: 14px !important;
	}
	.mem-v11-copy {
		font-size: 15px !important;
		line-height: 1.55;
		margin-bottom: 20px !important;
	}
	.mem-v11-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px 12px !important;
		margin-bottom: 22px !important;
	}
	.mem-v11-large-testimonial {
		padding: 10px 4px 14px !important;
		border-right: 0 !important;
		min-height: auto;
		margin-bottom: 22px !important;
		text-align: left;
	}
	.mem-v11-bottom-testimonial-slide {
		grid-template-columns: 72px minmax(0, 1fr) !important;
		gap: 14px;
		min-height: auto;
		align-items: flex-start;
	}
	.mem-v11-large-testimonial .mem-v11-photo-stack,
	.mem-v11-large-testimonial .mem-v11-photo-stack img {
		width: 64px !important;
		height: 64px !important;
	}
	.mem-v11-bottom-testimonial-slide .mem-v11-stars {
		font-size: 14px !important;
		letter-spacing: 3px;
	}
	.mem-v11-bottom-testimonial-slide p {
		font-size: 14px !important;
		line-height: 1.45;
	}
	.mem-v11-bottom-testimonial-slide .author {
		font-size: 13px;
	}
	.mem-v11-bottom-testimonial-controls {
		margin-left: 0 !important;
		justify-content: center !important;
		margin-top: 14px;
	}
	.mem-v11-bottom-testimonial-control {
		width: 44px;
		height: 44px;
	}
	.mem-v11-card,
	.mem-v11-card.platinum {
		min-height: auto;
		padding: 26px 18px 22px !important;
		text-align: left;
	}
	.mem-v11-card.platinum {
		padding-top: 34px !important;
	}
	.mem-v11-price {
		font-size: 38px;
	}
	.mem-v11-card-copy,
	.mem-v11-list li,
	.mem-v11-contracts,
	.mem-v11-trial,
	.mem-v11-includes {
		font-size: 14px !important;
	}
	.mem-v11-card.platinum .mem-v11-startmonth,
	.mem-v11-card.platinum .mem-v11-startmonth[style] {
		margin-top: 24px !important;
	}
	.mem-v11-card.platinum .mem-v11-startmonth a,
	.mem-v11-startmonth a {
		font-size: 17px !important;
		padding: 14px 12px !important;
		text-align: center;
	}
	.mem-v11-feature-strip {
		grid-template-columns: 1fr !important;
		padding: 12px;
	}
	.mem-v11-feature-item {
		grid-template-columns: 50px minmax(0, 1fr);
		padding: 14px 8px !important;
		border-right: 0 !important;
		border-bottom: 1px solid #e4e8f2;
		text-align: left;
	}
	.mem-v11-feature-item:last-child {
		border-bottom: 0;
	}
	.mem-v11-bbb {
		padding-left: 0 !important;
		justify-content: start;
	}
	.mem-v11-bbb-mark {
		margin-left: 0 !important;
	}
	#log_out {
		right: 0 !important;
		min-width: 150px;
	}
}


/* Membership Beta production optimization layer */
.mem-v11-logo {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	width: 174px;
	max-width: 100%;
}
.mem-v11-logo-img {
	display: block;
	width: 174px;
	height: auto;
	max-width: 100%;
	image-rendering: auto;
}
.mem-v11-disabled-plan {
	background: #8a8a8a !important;
	cursor: default !important;
	pointer-events: none;
}
.mem-v11-card,
.mem-v11-card.platinum,
.mem-v11-feature-strip,
.mem-v11-bottom-strip,
.mem-v11-large-testimonial,
.mem-v11-assurance,
.mem-v11-feature-item {
	min-width: 0;
}
.mem-v11-list a,
.mem-v11-feature-text,
.mem-v11-assurance-text,
.mem-v11-card-copy {
	overflow-wrap: anywhere;
}
@media (min-width: 1101px) {
	.mem-v11-wrapper {
		max-width: 1820px;
	}
	.mem-v11-top-grid {
		grid-template-columns: minmax(360px, 34%) minmax(300px, 25%) minmax(390px, 34%);
		justify-content: center;
	}
}
@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-page {
		overflow-x: hidden;
	}
	.mem-v11-logo,
	.mem-v11-logo-img {
		width: 160px !important;
	}
	.mem-v11-header {
		flex-wrap: nowrap;
	}
	.mem-v11-nav ul {
		row-gap: 10px !important;
	}
	.mem-v11-top-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.mem-v11-left {
		grid-column: 1 / -1;
	}
	.mem-v11-card.gold,
	.mem-v11-card.platinum {
		display: flex;
		flex-direction: column;
	}
	.mem-v11-startmonth {
		margin-top: auto !important;
	}
	.mem-v11-feature-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.mem-v11-bbb {
		grid-column: 1 / -1;
	}
	.mem-v11-bottom-strip {
		grid-template-columns: 1fr !important;
	}
	.mem-v11-assurance {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0;
	}
	.mem-v11-assurance-item {
		border-right: 0 !important;
		border-bottom: 1px solid #e4e8f2;
		padding: 14px !important;
	}
	.mem-v11-assurance-item:last-child {
		border-bottom: 0;
	}
}
@media (max-width: 767px) {
	.mem-v11-logo,
	.mem-v11-logo-img {
		width: 154px !important;
	}
	.mem-v11-nav ul li {
		line-height: 1.2 !important;
	}
	.mem-v11-signup {
		padding: 9px 14px !important;
	}
	.mem-v11-stats {
		align-items: stretch;
	}
	.mem-v11-stat {
		min-width: 0;
	}
	.mem-v11-feature-icon,
	.mem-v11-stat-icon {
		flex: 0 0 auto;
	}
	.mem-v11-bbb {
		grid-template-columns: 62px minmax(0, 1fr) !important;
	}
	.mem-v11-assurance {
		grid-template-columns: 1fr !important;
	}
	.mem-v11-assurance-item {
		border-right: 0 !important;
		border-bottom: 1px solid #e4e8f2;
		padding: 14px 8px !important;
		text-align: left;
	}
	.mem-v11-assurance-item:last-child {
		border-bottom: 0;
	}
	.mem-v11-floating-dashboard {
		top: auto;
		bottom: 16px;
	}
}



/* Membership Beta final alignment and spacing layer
   Scope: preserves the existing beta design and functionality while tightening the upper area and aligning the lower benefit panel. */
@media (min-width: 1101px) {
	.mem-v11-wrapper {
		width: calc(100% - 200px) !important;
		max-width: 1604px !important;
		padding-top: 24px !important;
	}
	.mem-v11-top-grid {
		grid-template-columns: minmax(500px, 1.02fr) minmax(400px, .78fr) minmax(520px, .98fr) !important;
		gap: 26px !important;
		align-items: stretch !important;
	}
	.mem-v11-left {
		padding: 10px 0 0 !important;
	}
	.mem-v11-title {
		font-size: 42px !important;
		line-height: 1.06 !important;
		margin-bottom: 12px !important;
	}
	.mem-v11-copy {
		margin-bottom: 16px !important;
	}
	.mem-v11-stats {
		gap: 18px !important;
		margin-bottom: 18px !important;
	}
	.mem-v11-large-testimonial {
		min-height: 132px !important;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	.mem-v11-bottom-testimonial-slide {
		min-height: 108px !important;
	}
	.mem-v11-bottom-testimonial-controls {
		margin-top: 2px !important;
	}
	.mem-v11-card {
		min-height: 522px !important;
		padding: 24px 31px 20px !important;
	}
	.mem-v11-card.platinum {
		min-height: 522px !important;
		padding: 31px 42px 22px !important;
	}
	.mem-v11-card-copy {
		margin-bottom: 13px !important;
		line-height: 1.55 !important;
	}
	.mem-v11-line {
		margin: 10px 0 17px !important;
	}
	.mem-v11-list {
		margin-bottom: 21px !important;
	}
	.mem-v11-list li {
		margin-bottom: 14px !important;
	}
	.mem-v11-card.platinum .mem-v11-startmonth,
	.mem-v11-card.platinum .mem-v11-startmonth[style] {
		margin-top: 42px !important;
	}
	.mem-v11-feature-strip {
		width: 100% !important;
		margin: 18px auto 0 !important;
		padding: 22px 23px !important;
		grid-template-columns: 1.05fr 1.05fr 1.05fr 1.05fr .86fr !important;
		align-items: center !important;
	}
	.mem-v11-feature-item {
		grid-template-columns: 58px minmax(0, 1fr) !important;
		gap: 17px !important;
		padding: 0 27px !important;
		min-height: 74px !important;
	}
	.mem-v11-feature-item:first-child {
		padding-left: 0 !important;
	}
	.mem-v11-feature-item:last-child {
		padding-right: 0 !important;
	}
	.mem-v11-feature-icon {
		width: 58px !important;
		height: 58px !important;
	}
	.mem-v11-bbb {
		grid-template-columns: 74px minmax(0, 1fr) !important;
		justify-content: center !important;
		padding-left: 24px !important;
	}
	.mem-v11-bbb-mark {
		margin-left: 0 !important;
		width: 74px !important;
	}
	.mem-v11-bbb-logo {
		width: 70px !important;
		max-height: 88px !important;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-wrapper {
		width: calc(100% - 42px) !important;
	}
	.mem-v11-card,
	.mem-v11-card.platinum {
		min-height: auto !important;
	}
	.mem-v11-feature-strip {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 18px !important;
	}
	.mem-v11-feature-item {
		min-height: 78px !important;
	}
}

@media (max-width: 767px) {
	.mem-v11-feature-strip {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 14px !important;
	}
	.mem-v11-card,
	.mem-v11-card.platinum {
		min-height: auto !important;
	}
}

/* BBB alignment optimization */
.mem-v11-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto !important;
	align-items: stretch;
	column-gap: 0;
	row-gap: 0;
	width: 100%;
}

.mem-v11-feature-item {
	min-width: 0;
	padding: 18px 22px !important;
	display: grid;
	align-items: center;
}

.mem-v11-feature-item:not(.mem-v11-bbb) {
	grid-template-columns: 58px minmax(0, 1fr);
}

.mem-v11-feature-item:not(.mem-v11-bbb) .mem-v11-feature-title {
	font-size: 15px;
	line-height: 1.3;
}

.mem-v11-feature-item:not(.mem-v11-bbb) .mem-v11-feature-text {
	font-size: 13px;
	line-height: 1.45;
}

.mem-v11-bbb {
	margin-left: auto;
	padding-left: 28px !important;
	padding-right: 6px !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-end !important;
	border-right: 0 !important;
	min-width: 170px;
}

.mem-v11-bbb-mark {
	margin-left: auto !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-feature-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr)) auto !important;
		align-items: stretch;
	}

	.mem-v11-feature-item {
		padding: 16px 16px !important;
	}

	.mem-v11-bbb {
		grid-column: 1 / -1;
		justify-content: center !important;
		padding: 20px 0 8px !important;
		min-width: 0;
	}

	.mem-v11-bbb-mark {
		margin: 0 auto !important;
	}
}

@media (max-width: 767px) {
	.mem-v11-feature-strip {
		grid-template-columns: 1fr !important;
	}

	.mem-v11-feature-item {
		padding: 14px 8px !important;
	}

	.mem-v11-bbb {
		justify-content: center !important;
		padding: 18px 0 6px !important;
		min-width: 0;
	}

	.mem-v11-bbb-mark {
		margin: 0 auto !important;
	}
}


/* Header spacing and logo refinement */
.mem-v11-header {
	padding-top: 30px !important;
	padding-bottom: 18px !important;
	align-items: center;
}

.mem-v11-logo {
	display: inline-flex;
	align-items: center;
	color: #1264f6 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 41px !important;
	font-weight: 900 !important;
	letter-spacing: -2.2px !important;
	line-height: 0.95 !important;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
}

.mem-v11-logo:hover,
.mem-v11-logo:focus {
	color: #1264f6 !important;
	text-decoration: none !important;
}

.mem-v11-logo .mem-v11-logo-com {
	color: #238d2d;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -0.2px;
	line-height: 1;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin-left: 4px;
	transform: translateY(1px);
}

@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-header {
		padding-top: 26px !important;
		padding-bottom: 16px !important;
	}
	.mem-v11-logo {
		font-size: 37px !important;
		letter-spacing: -2px !important;
	}
	.mem-v11-logo .mem-v11-logo-com {
		font-size: 13px;
		margin-left: 3px;
	}
}

@media (max-width: 767px) {
	.mem-v11-header {
		padding-top: 22px !important;
		padding-bottom: 16px !important;
	}
	.mem-v11-logo {
		font-size: 34px !important;
		letter-spacing: -1.8px !important;
		margin-bottom: 12px;
	}
	.mem-v11-logo .mem-v11-logo-com {
		font-size: 12px;
		margin-left: 3px;
	}
}


/* Membership Beta mobile framework optimization */
@media (max-width: 1100px) {
	html,
	body,
	.mem-v11-page {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	img,
	svg,
	video,
	iframe {
		max-width: 100%;
		height: auto;
	}

	.mem-v11-wrapper,
	.mem-v11-top-grid,
	.mem-v11-card,
	.mem-v11-card.platinum,
	.mem-v11-feature-strip,
	.mem-v11-bottom-strip,
	.mem-v11-large-testimonial {
		max-width: 100%;
		min-width: 0;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-wrapper {
		width: min(94%, 980px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.mem-v11-top-grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 22px !important;
		align-items: stretch;
	}

	.mem-v11-left {
		grid-column: 1 / -1;
	}

	.mem-v11-card,
	.mem-v11-card.platinum {
		display: flex;
		flex-direction: column;
	}

	.mem-v11-card .mem-v11-startmonth,
	.mem-v11-card.platinum .mem-v11-startmonth {
		margin-top: auto;
	}

	.mem-v11-feature-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.mem-v11-bbb {
		grid-column: 1 / -1;
		justify-content: center !important;
	}
}

@media (max-width: 767px) {
	.mem-v11-header {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 12px !important;
		padding: 22px 16px 16px !important;
		min-height: auto !important;
	}

	.mem-v11-logo {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		max-width: 235px;
	}

	.mem-v11-logo-img {
		max-width: 230px !important;
		height: auto !important;
		display: block;
	}

	.mem-v11-nav {
		width: 100% !important;
		text-align: left !important;
	}

	.mem-v11-nav ul {
		width: 100% !important;
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 10px 14px !important;
		margin: 0 !important;
		padding: 0 !important;
		max-height: none !important;
	}

	.mem-v11-nav ul li {
		display: inline-flex !important;
		line-height: 1.2 !important;
		float: none !important;
	}

	.mem-v11-nav a {
		font-size: 14px !important;
		line-height: 1.2 !important;
		white-space: nowrap;
	}

	.mem-v11-signup {
		padding: 8px 14px !important;
		border-radius: 7px !important;
	}

	.mem-v11-tagline {
		display: block !important;
		width: 100% !important;
		padding-top: 7px !important;
		font-size: 13px !important;
		line-height: 1.35 !important;
		text-align: left !important;
	}

	.mem-v11-wrapper {
		width: calc(100% - 28px) !important;
		margin: 0 auto !important;
		padding: 20px 0 16px !important;
		text-align: center !important;
	}

	.mem-v11-top-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		align-items: stretch !important;
	}

	.mem-v11-left {
		padding: 0 !important;
		text-align: center !important;
	}

	.mem-v11-pill {
		font-size: 12px !important;
		padding: 6px 12px !important;
		margin-bottom: 14px !important;
	}

	.mem-v11-title {
		font-size: clamp(30px, 9vw, 38px) !important;
		line-height: 1.1 !important;
		letter-spacing: -0.7px !important;
		margin: 0 0 14px !important;
	}

	.mem-v11-copy {
		font-size: 15px !important;
		line-height: 1.55 !important;
		margin: 0 auto 20px !important;
		max-width: 96% !important;
	}

	.mem-v11-stats {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px 12px !important;
		margin: 0 auto 22px !important;
		max-width: 420px !important;
	}

	.mem-v11-large-testimonial {
		width: 100% !important;
		padding: 12px 0 16px !important;
		border-right: 0 !important;
		min-height: auto !important;
		margin: 0 auto 20px !important;
		text-align: left !important;
	}

	.mem-v11-bottom-testimonial-slide {
		display: none;
		grid-template-columns: 68px minmax(0, 1fr) !important;
		gap: 13px !important;
		align-items: flex-start !important;
		min-height: auto !important;
	}

	.mem-v11-bottom-testimonial-slide.active {
		display: grid !important;
	}

	.mem-v11-large-testimonial .mem-v11-photo-stack,
	.mem-v11-large-testimonial .mem-v11-photo-stack img {
		width: 62px !important;
		height: 62px !important;
	}

	.mem-v11-bottom-testimonial-slide .mem-v11-stars {
		font-size: 14px !important;
		letter-spacing: 3px !important;
		margin-bottom: 8px !important;
	}

	.mem-v11-bottom-testimonial-slide p {
		font-size: 14px !important;
		line-height: 1.45 !important;
		margin-bottom: 8px !important;
		max-width: none !important;
	}

	.mem-v11-bottom-testimonial-slide .author {
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	.mem-v11-bottom-testimonial-controls {
		margin: 14px 0 0 !important;
		justify-content: center !important;
		gap: 9px !important;
	}

	.mem-v11-bottom-testimonial-control {
		width: 44px !important;
		height: 44px !important;
		font-size: 17px !important;
	}

	.mem-v11-card,
	.mem-v11-card.platinum {
		width: 100% !important;
		min-height: auto !important;
		padding: 25px 18px 22px !important;
		text-align: left !important;
		border-radius: 12px !important;
	}

	.mem-v11-card.platinum {
		padding-top: 34px !important;
	}

	.mem-v11-ribbon {
		font-size: 12px !important;
		padding: 8px 14px !important;
		top: -14px !important;
	}

	.mem-v11-card h2 {
		font-size: 24px !important;
	}

	.mem-v11-price {
		font-size: 38px !important;
		margin-bottom: 14px !important;
	}

	.mem-v11-price span {
		font-size: 14px !important;
	}

	.mem-v11-card-copy,
	.mem-v11-list li,
	.mem-v11-contracts,
	.mem-v11-trial,
	.mem-v11-includes {
		font-size: 14px !important;
	}

	.mem-v11-startmonth a,
	.mem-v11-card.platinum .mem-v11-startmonth a {
		font-size: 17px !important;
		line-height: 1.25 !important;
		padding: 14px 12px !important;
		text-align: center !important;
		border-radius: 7px !important;
	}

	.mem-v11-feature-strip {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		padding: 12px 14px !important;
		margin-top: 18px !important;
	}

	.mem-v11-feature-item {
		display: grid !important;
		grid-template-columns: 50px minmax(0, 1fr) !important;
		gap: 12px !important;
		align-items: center !important;
		padding: 14px 0 !important;
		border-right: 0 !important;
		border-bottom: 1px solid #e4e8f2 !important;
		text-align: left !important;
		min-height: auto !important;
	}

	.mem-v11-feature-item:last-child {
		border-bottom: 0 !important;
	}

	.mem-v11-feature-icon {
		width: 48px !important;
		height: 48px !important;
		font-size: 22px !important;
	}

	.mem-v11-bbb {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		padding: 16px 0 6px !important;
		min-width: 0 !important;
		border-bottom: 0 !important;
	}

	.mem-v11-bbb-mark {
		margin: 0 auto !important;
	}

	#log_out {
		right: 0 !important;
		min-width: 150px !important;
	}

	.mem-v11-chat-bubble {
		right: 18px !important;
		bottom: 78px !important;
		width: 60px !important;
		height: 60px !important;
	}

	.mem-v11-footer-copyright {
		padding: 14px 18px 34px !important;
	}

	.mem-v11-footer-copyright .copyright-text {
		text-align: center !important;
		line-height: 1.25 !important;
		font-size: 12px !important;
	}
}


/* Live FUNDED logo image refinement */
.mem-v11-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	line-height: 1;
}

.mem-v11-logo-img {
	display: block;
	width: 260px;
	height: auto;
	max-width: none;
	flex: 0 0 auto;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-logo-img {
		width: 236px;
	}
}

@media (max-width: 767px) {
	.mem-v11-logo-img {
		width: 218px;
		max-width: 100%;
	}
}






/* FUNDED wordmark refinement */
.mem-v11-logo {
	display: inline-flex !important;
	align-items: center !important;
	text-decoration: none !important;
	line-height: 1 !important;
}

.mem-v11-logo-img {
	display: block;
	width: auto !important;
	height: 35px !important;
	max-width: none !important;
	flex: 0 0 auto;
}

.mem-v11-logo-wordmark {
	font-size: 35px;
	font-weight: 800;
	letter-spacing: -1.5px;
	line-height: 1.1;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.mem-v11-logo-img {
		height: 32px !important;
	}
}

@media (max-width: 767px) {
	.mem-v11-logo-img {
		height: 28px !important;
		max-width: 100%;
	}
}
