/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/
/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
:root {
  --esa-blue: #0053df;
  --esa-blue-dark: #003ec0;
  --esa-navy: #061653;
  --esa-text: #17265c;
  --esa-muted: #5a6892;
  --esa-soft: #f6f9ff;
  --esa-line: #dbe6ff;
  --esa-green: #03856b;
  --esa-purple: #6b2eea;
  --esa-white: #ffffff;
}
body {
  color: var(--esa-navy);
  background: var(--esa-white);
}


.navbar-brand img{max-width:190px;}

.esa-container {
  max-width: 1180px;
}
.esa-header {
  border-bottom: 1px solid #edf2ff;
  box-shadow: 0 6px 22px rgba(8, 38, 102, 0.04);
  z-index: 1030;
}
.esa-navbar {
  padding: 12px 0;
}
.esa-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.esa-brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 3px solid var(--esa-blue);
  border-radius: 14px;
  color: var(--esa-blue);
  font-size: 1.35rem;
  line-height: 1;
}
.esa-brand-copy strong {
  display: block;
  color: var(--esa-navy);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
}
.esa-brand-copy strong span {
  color: var(--esa-blue);
}
.esa-brand-copy small {
  display: block;
  color: #4d5b83;
  font-size: 0.76rem;
  font-weight: 500;
  margin-top: 3px;
}
.esa-desktop-menu {
  gap: 4px;
}
.esa-desktop-menu .nav-link,
.esa-mobile-menu-list .nav-link {
  color: var(--esa-navy);
  font-size: 0.9rem;
  font-weight: 800;
}
.esa-desktop-menu .nav-link:hover,
.esa-desktop-menu .current-menu-item>.nav-link,
.esa-mobile-menu-list .nav-link:hover,
.esa-mobile-menu-list .current-menu-item>.nav-link {
  color: var(--esa-blue);
}
.esa-header-cta {
  margin-left: 28px;
}
.esa-mobile-start {
  margin-left: auto;
  margin-right: 8px;
  padding: 9px 13px;
  font-size: 0.83rem;
}
.esa-menu-toggle {
  border: 1px solid var(--esa-line);
  border-radius: 10px;
  padding: 8px 10px;
}
.esa-mobile-country {
  padding: 0 0 10px;
}
.esa-country-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.esa-country-grid .btn {
  padding: 8px 8px;
  font-size: 0.82rem;
  font-weight: 850;
}
.esa-offcanvas {
  width: min(86vw, 360px);
}
.esa-brand-offcanvas .esa-brand-mark {
  width: 36px;
  height: 36px;
  font-size: 1.05rem;
}
.esa-brand-offcanvas .esa-brand-copy strong {
  font-size: 1.08rem;
}
.esa-brand-offcanvas .esa-brand-copy small {
  font-size: 0.68rem;
}
.esa-mobile-menu-list {
  gap: 2px;
}
.esa-mobile-menu-list .nav-link {
  border-bottom: 1px solid #eef3ff;
  padding: 12px 0;
}
.btn {
  border-radius: 9px;
  font-weight: 850;
  padding: 0.72rem 1.2rem;
}
.btn-primary {
  background: var(--esa-blue);
  border-color: var(--esa-blue);
  box-shadow: 0 10px 22px rgba(0, 83, 223, 0.22);
}
.btn-primary:hover {
  background: var(--esa-blue-dark);
  border-color: var(--esa-blue-dark);
}
.btn-outline-primary {
  color: var(--esa-blue);
  border-color: var(--esa-blue);
}
.btn-outline-primary:hover {
  background: var(--esa-blue);
  border-color: var(--esa-blue);
}
.esa-hero {
  /*
    padding: 34px 0 26px;
    */
  background: radial-gradient(circle at 72% 20%, #eef4ff 0, #ffffff 38%);
}
.esa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f0f5ff;
  color: var(--esa-blue);
  border-radius: 8px;
  padding: 7px 11px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.esa-hero h1 {
  margin: 16px 0 12px;
  color: var(--esa-navy);
  font-size: 36px;
  font-weight: 950;
  /*
    letter-spacing: -0.065em;
    */
  line-height: 0.99;
}
.esa-hero h1 span {
  color: var(--esa-blue);
}
.esa-hero .lead {
  max-width: 530px;
  color: var(--esa-text);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.45;
}
.esa-check-list {
  list-style: none;
  margin:0;
  padding: 0;
}
.esa-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 8px 0;
  color: var(--esa-navy);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.25;
}
.esa-check-list i {
  color: var(--esa-blue);
  font-size: 0.96rem;
  margin-top: 1px;
}
.esa-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.esa-country-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 14px 18px;
  background: #f6f9ff;
  border: 1px solid #edf2ff;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(8, 38, 102, 0.1);
}
.esa-country-flags {
  font-size: 1.85rem;
  line-height: 1;
}
.esa-country-card strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 900;
}
.esa-country-card span {
  display: block;
  color: var(--esa-text);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}
.esa-hero-visual {
  position: relative;
  min-height: 530px;
}
.esa-hero-dog {
  position: absolute;
  left: 16%;
  top: 0;
  width: 38%;
  max-width: 285px;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(8, 38, 102, 0.1);
}
.esa-hero-letter {
  position: absolute;
  right: 0;
  top: 26px;
  width: 35%;
  max-width: 295px;
  border: 1px solid #d2dcf8;
  border-radius: 10px;
  transform: rotate(2deg);
  box-shadow: 0 12px 35px rgba(8, 38, 102, 0.1);
}
.esa-hero-card {
  position: absolute;
  left: 6%;
  bottom: 54px;
  width: 58%;
  max-width: 490px;
  border-radius: 12px;
  transform: rotate(-2deg);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.18);
}
.esa-includes-section {
  padding: 10px 0 22px;
}
.esa-includes-card {
  padding: 24px;
  background: var(--esa-white);
  border: 1px solid var(--esa-line);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(8, 38, 102, 0.08);
}
.esa-includes-card h2,
.esa-section-title,
.esa-pricing-title {
  color: var(--esa-navy);
  font-weight: 950;
  letter-spacing: -0.035em;
  text-align: center;
}
.esa-includes-card h2 {
  margin: 0 0 20px;
  font-size: 1.35rem;
}
.esa-include-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 5px 12px;
  border-right: 1px solid var(--esa-line);
}
.esa-include-item-last {
  border-right: 0;
}
.esa-circle-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  flex: none;
  color: var(--esa-blue);
  background: #f4f7ff;
  border: 1px solid var(--esa-line);
  border-radius: 50%;
  font-size: 1.5rem;
}
.esa-include-item h3 {
  margin: 0;
  color: var(--esa-navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}
.esa-include-item p {
  margin: 4px 0 0;
  color: var(--esa-text);
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.35;
}
.esa-how-section {
  padding: 24px 0 26px;
}
.esa-section-title {
  margin: 0 0 26px;
  font-size: 1.62rem;
}
.esa-section-title i {
  color: var(--esa-blue);
  font-size: 1.1rem;
  margin: 0 10px;
}
.esa-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.esa-step {
  position: relative;
  text-align: center;
}
.esa-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -26%;
  top: 30px;
  width: 52%;
  border-top: 2px dashed #91b5ff;
}
.esa-step .esa-circle-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto;
}
.esa-step-number {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  color: #ffffff;
  background: var(--esa-blue);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 950;
}
.esa-step h3 {
  margin: 8px 0 4px;
  color: var(--esa-navy);
  font-size: 0.88rem;
  font-weight: 950;
}
.esa-step p {
  max-width: 150px;
  margin: 0 auto;
  color: var(--esa-text);
  font-size: 0.75rem;
  font-weight: 550;
  line-height: 1.35;
}
.esa-pricing-section {
  padding: 4px 0 22px;
}
.esa-pricing-title {
  margin: 0 0 18px;
  font-size: 1.62rem;
}
.esa-pricing-title span {
  color: var(--esa-blue);
  font-style: italic;
  text-decoration: underline;
}
.esa-price-card {
  position: relative;
  height: 100%;
  padding: 24px 16px 18px;
  background: var(--esa-white);
  border: 1px solid var(--esa-line);
  border-radius: 15px;
  box-shadow: 0 9px 24px rgba(8, 38, 102, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.esa-price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8, 38, 102, 0.08);
}
.esa-popular-card {
  border: 2px solid var(--esa-blue);
}
.esa-popular-badge {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  padding: 4px 15px;
  color: #ffffff;
  background: var(--esa-blue);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
  white-space: nowrap;
}
.esa-plan-name {
  margin: 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.2;
}
.esa-plan-name span {
  display: block;
  font-size: 0.96rem;
  font-weight: 850;
}
.esa-blue-plan {
  color: var(--esa-blue);
}
.esa-green-plan {
  color: var(--esa-green);
}
.esa-purple-plan {
  color: var(--esa-purple);
}
.esa-price {
  margin-top: 14px;
  color: var(--esa-navy);
  text-align: center;
  font-size: 2.15rem;
  font-weight: 950;
  line-height: 1;
}
.esa-one-time {
  margin-top: 4px;
  color: var(--esa-muted);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
}
.esa-price-card ul {
  min-height: 128px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.esa-price-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 9px 0;
  color: var(--esa-navy);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.25;
}
.esa-price-card li i {
  color: var(--esa-blue);
  margin-top: 1px;
}
.esa-premium-card li i {
  color: var(--esa-green);
}
.esa-ultimate-card li i {
  color: var(--esa-purple);
}
.esa-purple-button {
  color: var(--esa-purple) !important;
  border-color: var(--esa-purple) !important;
}
.esa-purple-button:hover {
  color: #ffffff !important;
  background: var(--esa-purple) !important;
}
.esa-trust-strip {
  margin-top: 22px;
  padding: 18px 20px;
  background: #f6f9ff;
  border-radius: 20px;
}
.esa-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--esa-line);
}
.esa-trust-item:last-child {
  border-right: 0;
}
.esa-trust-item .esa-circle-icon {
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
}
.esa-trust-item strong {
  display: block;
  color: var(--esa-navy);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.1;
}
.esa-trust-item p {
  margin: 2px 0 0;
  color: #31406e;
  font-size: 0.76rem;
  font-weight: 550;
  line-height: 1.25;
}
.esa-ready-cta {
  padding: 8px 0 18px;
}
.esa-ready-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 18px 180px 18px 28px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(90deg, #0048d4 0%, #0061f2 100%);
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(0, 83, 223, 0.24);
}
.esa-ready-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: none;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  font-size: 1.8rem;
}
.esa-ready-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.esa-ready-copy p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.93rem;
  font-weight: 550;
}
.esa-ready-action {
  text-align: center;
}
.esa-ready-action .btn {
  min-width: 210px;
  color: var(--esa-blue);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}
.esa-ready-action small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  font-weight: 650;
}
.esa-ready-dog {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 130px;
  pointer-events: none;
}
.esa-footer {
  background: #ffffff;
  border-top: 1px solid #edf2ff;
}
.esa-footer-links {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 18px 0;
  color: #52618d;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
}
.esa-footer-links i, .esa-footer-links a{
  text-decoration: none;
  color: #52618d;
  margin-right: 6px;
}
.esa-footer-links a:hover{
  color: var(--esa-blue);
}
.esa-page-hero {
  padding: 34px 0;
  background: linear-gradient(135deg, #f7faff 0%, #ffffff 58%, #edf4ff 100%);
  border-bottom: 1px solid #edf2ff;
}
.esa-page-hero h1 {
  margin: 14px 0 8px;
  color: var(--esa-navy);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}
.esa-page-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--esa-text);
  font-size: 1.04rem;
  font-weight: 600;
}
.esa-page-hero-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.esa-page-body {
  min-height: 420px;
}
.esa-desktop-menu>li,
.esa-mobile-menu-list>li,
.esa-footer-menu>li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.esa-desktop-menu>li>a,
.esa-desktop-menu .nav-link {
  display: block;
  color: var(--esa-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.18s ease;
}
.esa-desktop-menu>li>a:hover,
.esa-desktop-menu>li.current-menu-item>a,
.esa-desktop-menu>li.current_page_item>a,
.esa-desktop-menu .nav-link:hover,
.esa-desktop-menu .nav-link.active {
  color: var(--esa-blue);
  background: var(--esa-blue-soft);
}
.esa-flex-cta {
  margin: 22px 0;
  background-color: var(--esa-blue);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.esa-flex-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 20px;/*
  background: linear-gradient(135deg, var(--esa-blue), var(--esa-blue-dark));
  */
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 83, 223, 0.22);
}
.esa-flex-cta-light .esa-flex-cta-card {
  background: #ffffff;
  color: var(--esa-navy);
  border: 1px solid var(--esa-line);
  box-shadow: 0 14px 32px rgba(5, 23, 83, 0.08);
}
.esa-flex-cta-heading {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.86;
}
.esa-flex-cta h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  font-weight: 950;
  letter-spacing: -0.04em;
}
.esa-flex-cta p {
  max-width: 680px;
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.92;
}
.esa-flex-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
/*
.esa-flex-cta-image-wrap {
  max-width: 230px;
}
*/
.esa-flex-cta-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  filter: drop-shadow(0 16px 22px rgba(5, 23, 83, 0.2));
}
.esa-flex-cta-center .esa-flex-cta-card {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.esa-flex-cta-center p {
  margin-left: auto;
  margin-right: auto;
}
.esa-flex-cta-center .esa-flex-cta-actions {
  justify-content: center;
}
.esa-simple-actions {
  text-align: right;
}
/*
why register
*/
:root {
  --esa-navy: #071f62;
  --esa-blue: #064fce;
  --esa-gold: #d29213;
  --esa-gold2: #f2b735;
  --esa-border: #e5eaf3;
  --esa-soft: #f8fbff
}
* {
  box-sizing: border-box
}
body {
  margin: 0;
  background: radial-gradient(circle at top, #fff 0, #f6f9ff 48%, #fff 100%);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--esa-navy)
}
.esa-page {
  min-height: 100vh
}
.esa-container {
  max-width: 1840px
}
.why-title {
  font-weight: 900;
  font-size: 46px;
  line-height: .95;
  letter-spacing: 1px;
  margin: 0;
  color: var(--esa-navy)
}
.main-title {
  font-weight: 950;
  font-size: 55px;
  line-height: .92;
  letter-spacing: 1px;
  margin: 4px 0 15px;
  color: var(--esa-navy);
  text-transform: uppercase
}
.intro {
  font-size: 22px;
  line-height: 1.42;
  margin: 14px 0 12px;
  color: #00195a
}
.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--esa-gold);
  font-size: 24px
}
.stars span,
.only span,
.section-label span {
  display: inline-block;
  height: 2px;
  background: var(--esa-gold);
  width: 155px
}
.price-wrap {
  padding-top: 8px
}
.only {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: var(--esa-navy)
}
.only span {
  width: 110px
}
.price {
  font-weight: 950;
  color: var(--esa-navy);
  font-size: 142px;
  line-height: .8;
  letter-spacing: -6px
}
.price sup {
  font-size: 70px;
  top: -.45em;
  letter-spacing: 0
}
.price small {
  font-size: 72px;
  text-decoration: overline;
  letter-spacing: -3px;
  margin-left: 10px
}
/*
 .main-card{background:rgba(255,255,255,.94);border:1px solid var(--esa-border);border-radius:12px;padding:16px 18px 24px;box-shadow:0 8px 30px rgba(0,20,70,.08)}
 */
.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  color: var(--esa-navy);
  margin-bottom: 18px;
  text-align: center
}
.section-label .bi {
  color: var(--esa-gold);
  font-size: 25px
}
.section-label span {
  width: 80px
}
.section-label.more {
  margin: 26px 0 14px
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px
}
.benefit-card {
  margin-bottom: 20px;
  min-height: 270px;
  background: #fff;
  border: 1px solid var(--esa-border);
  border-radius: 10px;
  padding: 18px 10px 14px;
  text-align: center;
  box-shadow: 0 5px 16px rgba(0, 18, 70, .09);
  display: flex;
  flex-direction: column;
  align-items: center
}
.benefit-card>i {
  font-size: 58px;
  line-height: 1;
  color: var(--esa-blue);
  filter: drop-shadow(0 4px 3px rgba(0, 70, 190, .18));
  margin-bottom: 12px
}
.benefit-card h3 {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
  margin: 0 0 14px;
  color: var(--esa-navy)
}
.benefit-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: #001b62
}
.feature-row {
  margin-top: 0
}
.feature-box {
  background: #fff;
  border: 1px solid var(--esa-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0, 18, 70, .06);
  height: 100%
}
.feature-head {
  height: 43px;
  background: linear-gradient(180deg, #073684, #062160);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap
}
.feature-head i {
  font-size: 22px
}
.feature-box ul {
  list-style: none;
  margin: 0;
  padding: 4px 14px 10px
}
.feature-box li {
  font-size: 15px;
  line-height: 1.2;
  padding: 8px 22px 8px 28px;
  border-bottom: 1px solid #e4e8ef;
  color: #00195a;
  position: relative
}
.feature-box li:before {
  content: '\F26A';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 3px;
  top: 8px;
  color: #0748b5;
  font-size: 14px
}
.feature-box li:after {
  content: '\F285';
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 0;
  top: 8px;
  color: #071f62;
  font-size: 14px
}
.bottom-row {
  margin-top: 22px
}
.cta-box {
  background: linear-gradient(135deg, #061d5b, #063484 62%, #06205e);
  border-radius: 12px;
  color: #fff;
  display: grid;
  /*
  grid-template-columns:160px 1fr 270px;
  */
  grid-template-columns: 160px 288px 270px;
  align-items: center;
  padding: 18px 22px;
  box-shadow: 0 6px 16px rgba(0, 20, 80, .15)
}
.seal {
  text-align: center;
  position: relative;
  color: #f9bd35
}
.seal .bi {
  font-size: 110px;
  line-height: 1
}
.seal img{max-width:100px;}
.seal span {
  display: inline-block;
  background: linear-gradient(#ffc957, #d99012);
  color: #061d5b;
  font-weight: 950;
  font-size: 13px;
  padding: 7px 12px;
  transform: rotate(-8deg);
  margin-top: -30px;
  position: relative
}
.cta-main {
  text-align: center;
  /*
  border-right: 1px solid rgba(255, 255, 255, .35);
  */
  padding: 0 28px
}
.cta-main h3 {
  font-size: 28px;
  font-weight: 950;
  letter-spacing: .5px;
  margin: 0 0 5px
}
.cta-main p {
  font-size: 17px;
  margin: 0 0 14px
}
.esa-btn {
  background: linear-gradient(#ffc957, #ed9b1b);
  border: 0;
  color: #061d5b;
  font-weight: 950;
  font-size: 14px;
  padding: 12px 35px;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 4px 10px rgba(0, 0, 0, .2)
}
.esa-btn:hover {
  background: linear-gradient(#ffd36a, #eea21f);
  color: #061d5b
}
.cta-list {
  padding-left: 28px
}
.cta-list p {
  font-size: 16px;
  margin: 8px 0
}
.cta-list i {
  color: #f7b72b;
  font-size: 22px;
  margin-right: 12px
}
.trust-box {
  background: #fff;
  border: 1px solid var(--esa-border);
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 5px 16px rgba(0, 18, 70, .06)
}
.trust-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe4ee
}
.trust-items div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-right: 1px solid #dfe4ee;
  color: var(--esa-navy)
}
.trust-items div:last-child {
  border-right: 0
}
.trust-items i {
  font-size: 42px;
  color: var(--esa-navy)
}
.trust-items strong {
  font-size: 14px;
  line-height: 1.2
}
.payments {
  /*
  display: flex;
  */
  text-align:center;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 18px;
  color: var(--esa-navy);
  font-weight: 950;
  font-size: 24px;
  line-height: .9
}
.payments span:nth-child(3) {
  font-size: 11px;
  background: #2b84dc;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  text-align: center
}
.payments .mc {
  font-size: 28px;
  color: #e72b1b;
  letter-spacing: -10px;
  margin-right: 8px
}
.payments span:nth-child(5) {
  color: #5845d9
}
.payments span:nth-child(6) {
  font-size: 21px;
  color: #073fa6
}
.payments span:nth-child(8) {
  font-size: 20px;
  color: #444
}
.footer-line {
  font-size: 21px;
  color: var(--esa-navy);
  margin-bottom: 0
}
.footer-line i {
  margin: 0 15px;
  color: var(--esa-navy)
}


#gform_save_1_footer_link{display: none;}


#smCardsPreviewModal iframe{max-width:100% !important;}


.sm-mobile-acc-logout {
  color: #dc3545 !important;
  text-decoration: none;
}

@media (min-width:768px) {
  .sm-mobile-acc-logout {
    display: none !important;
  }
}





@supports (-webkit-touch-callout: none) {

  #smCardsPreviewModal .modal-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
  }

  #smCardsPreviewModal .modal-content {
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    border: 0;
    border-radius: 0;
  }

  #smCardsPreviewModal .modal-body {
    height: calc(100vh - 60px) !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #smCardsPreviewModal iframe {
    /*
    width: 100vw !important;
    height: calc(100vh - 60px) !important;
    min-height: calc(100vh - 60px) !important;
    */
    border: 0 !important;
    display: block !important;

    min-width: 100%; 
    width: 100px;

  }
}


@media(max-width:1500px) {
  .main-title {
    font-size: 49px
  }
  .why-title {
    font-size: 37px
  }
  .price {
    font-size: 112px
  }
  .price sup {
    font-size: 54px
  }
  .price small {
    font-size: 55px
  }
  .benefit-grid {
    /*
    grid-template-columns: repeat(6, 1fr)
    */
  }
  .benefit-card {
    min-height: 230px
  }
  .cta-box {
    grid-template-columns: 160px 1fr;
    gap: 10px
  }
  .cta-list {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .25);
    margin-top: 10px;
    padding-top: 8px
  }
  .seal .bi {
    font-size: 90px
  }
}
@media(max-width:991px) {
  .why-title {
    font-size: 30px
  }
  .main-title {
    font-size: 42px
  }
  .intro {
    font-size: 18px
  }
  .only {
    font-size: 30px
  }
  .price {
    font-size: 90px
  }
  .price sup {
    font-size: 42px
  }
  .price small {
    font-size: 43px
  }
  /*
 .benefit-grid{grid-template-columns:repeat(3,1fr)}
 */
  .section-label {
    font-size: 18px
  }
  .section-label span {
    width: 45px
  }
  .cta-box {
    grid-template-columns: 1fr;
    text-align: center
  }
  .cta-main {
    border-right: 0;
    padding: 0
  }
  .cta-list {
    grid-column: auto;
    grid-template-columns: 1fr 1fr
  }
  .trust-items {
    grid-template-columns: 1fr
  }
  .trust-items div {
    border-right: 0;
    border-bottom: 1px solid #dfe4ee;
    padding-bottom: 12px
  }
  .trust-items div:last-child {
    border-bottom: 0
  }
  .payments {
    flex-wrap: wrap;
    justify-content: center
  }
  .stars span {
    width: 90px
  }
}
@media(max-width:575px) {
  .esa-container {
    padding-left: 10px;
    padding-right: 10px
  }
  .main-card {
    padding: 13px 10px
  }
  .why-title {
    font-size: 24px
  }
  .main-title {
    font-size: 32px
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }
  .benefit-card {
    min-height: 205px;
    padding: 14px 8px
  }
  .benefit-card>i {
    font-size: 44px
  }
  .benefit-card h3 {
    font-size: 15px
  }
  .benefit-card p {
    font-size: 12px
  }
  .section-label {
    gap: 8px
  }
  .section-label span {
    display: none
  }
  .feature-head {
    font-size: 13px
  }
  .feature-box li {
    font-size: 14px
  }
  .cta-list {
    grid-template-columns: 1fr
  }
  .esa-btn {
    font-size: 17px;
    padding: 11px 18px
  }
  .footer-line {
    font-size: 16px
  }
  .price {
    font-size: 72px
  }
  .price small {
    font-size: 34px
  }
  .price sup {
    font-size: 34px
  }
  .only span,
  .stars span {
    display: none
  }
}
.sm-dash-head {
  background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 62%, #edf7ff 100%);
}
@media (max-width: 991.98px) {
  .esa-brand-copy strong {
    font-size: 1.18rem;
  }
  .esa-brand-copy small {
    font-size: 0.68rem;
  }
  .esa-brand-mark {
    width: 38px;
    height: 38px;
    font-size: 1.12rem;
    border-radius: 12px;
  }
  .esa-hero {
    padding-top: 22px;
  }
  .esa-hero-visual {
    min-height: 430px;
    margin-top: 8px;
  }
  .esa-hero-dog {
    left: 28%;
    width: 32%;
  }
  .esa-hero-letter {
    width: 34%;
    right: 6%;
  }
  .esa-hero-card {
    left: 17%;
    bottom: 28px;
    width: 56%;
  }
  .esa-include-item {
    border-right: 0;
    border-bottom: 1px solid var(--esa-line);
    padding: 12px;
  }
  .esa-includes-card .col-6:nth-last-child(-n+2) .esa-include-item {
    border-bottom: 0;
  }
  .esa-step::after {
    display: none;
  }
  .esa-price-card ul {
    min-height: 150px;
  }
  .esa-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--esa-line);
    padding: 10px 0;
  }
  .esa-trust-item:last-child {
    border-bottom: 0;
  }
  .esa-ready-card {
    grid-template-columns: auto 1fr;
    padding-right: 130px;
  }
  .esa-ready-action {
    grid-column: 1 / -1;
    text-align: left;
  }
  .esa-page-hero-actions {
    justify-content: flex-start;
  }
  .esa-footer-links {
    flex-wrap: wrap;
    gap: 12px 28px;
  }
}
@media (max-width: 767.98px) {
  .esa-navbar {
    padding: 10px 0 8px;
  }
  .esa-mobile-start {
    padding: 8px 10px;
    font-size: 0.78rem;
  }
  .esa-hero h1 {
    font-size: 2.28rem;
  }
  .esa-hero .lead {
    font-size: 0.98rem;
  }
  .esa-check-list li {
    font-size: 0.86rem;
    margin: 7px 0;
  }
  .esa-hero-buttons .btn {
    flex: 1 1 auto;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .esa-country-card {
    width: 100%;
  }
  .esa-hero-visual {
    min-height: 320px;
  }
  .esa-hero-dog {
    left: 23%;
    top: 0;
    width: 42%;
  }
  .esa-hero-letter {
    right: 0;
    top: 18px;
    width: 38%;
  }
  .esa-hero-card {
    left: 4%;
    bottom: 12px;
    width: 67%;
  }
  .esa-includes-card {
    padding: 16px;
  }
  .esa-includes-card h2,
  .esa-section-title,
  .esa-pricing-title {
    font-size: 1.32rem;
  }
  .esa-how-section {
    padding: 18px 0 20px;
  }
  .esa-steps-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
  }
  .esa-step .esa-circle-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  .esa-step h3 {
    font-size: 0.66rem;
    line-height: 1.1;
  }
  .esa-step p {
    display: none;
  }
  .esa-step-number {
    width: 19px;
    height: 19px;
    font-size: 0.68rem;
  }
  .esa-price-card {
    padding: 18px 12px;
  }
  .esa-price {
    font-size: 1.85rem;
  }
  .esa-price-card ul {
    min-height: 142px;
    margin: 16px 0;
  }
  .esa-price-card li {
    font-size: 0.72rem;
  }
  .esa-ready-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 115px 18px 18px;
    min-height: 150px;
  }
  .esa-ready-icon {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
  }
  .esa-ready-copy h2 {
    font-size: 1.18rem;
  }
  .esa-ready-copy p {
    font-size: 0.82rem;
  }
  .esa-ready-action .btn {
    min-width: auto;
    padding: 0.62rem 0.9rem;
  }
  .esa-ready-dog {
    width: 108px;
    right: 8px;
  }
  .esa-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    font-size: 0.72rem;
  }
  .esa-page-hero {
    padding: 26px 0;
  }
  .esa-page-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }
  .esa-page-hero-actions .btn {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media (max-width: 480px) {
  .esa-brand-copy strong {
    font-size: 12px;
  }
  .esa-brand-copy small {
    font-size: 0.62rem;
  }
  .esa-brand-mark {
    width: 34px;
    height: 34px;
    border-width: 2px;
  }
  .esa-mobile-start {
    font-size: 0.72rem;
    padding: 7px 8px;
  }
  .esa-menu-toggle {
    padding: 7px 8px;
  }
  .esa-hero h1 {
    font-size: 2.05rem;
  }
  .esa-hero-visual {
    min-height: 286px;
  }
  .esa-hero-dog {
    left: 20%;
    width: 48%;
  }
  .esa-hero-letter {
    top: 12px;
    width: 41%;
  }
  .esa-hero-card {
    width: 74%;
    bottom: 6px;
  }
  .esa-includes-card .col-6 {
    width: 100%;
  }
  .esa-includes-card .col-6 .esa-include-item {
    border-bottom: 1px solid var(--esa-line);
  }
  .esa-includes-card .col-6:last-child .esa-include-item {
    border-bottom: 0;
  }
  .esa-step h3 {
    font-size: 0.6rem;
  }
  .esa-ready-card {
    padding-right: 95px;
  }
  .esa-ready-dog {
    width: 92px;
  }

  .navbar-brand img {
    max-width: 148px;
  }
}