.elementor-13021 .elementor-element.elementor-element-85d67bb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-010ce83{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-813a506{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-2bfbaa5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-c10fd73{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-5ca87de{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-765daa4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-7c6856d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13021 .elementor-element.elementor-element-354ec79{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0fbd3f2 */.jg-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  min-height: 760px;
  padding: 90px 8%;
  background: #ffffff;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.jg-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  margin-bottom: 32px;
  border: 1px solid rgba(18, 58, 88, .15);
  background: rgba(18, 58, 88, .03);
  box-sizing: border-box;
  overflow: hidden;
}

.jg-badge-text {
  flex: 0 0 auto;
  color: #123A58;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  white-space: nowrap;
}

.jg-badge img.jg-badge-logo {
  display: block !important;
  flex: 0 0 160px;
  width: 160px !important;
  max-width: 160px !important;
  height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
}

.jg-hero h1 {
  font-size: clamp(52px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.06em;
  margin: 0 0 36px;
  font-weight: 800;
}

.jg-hero h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #DD7778;
  margin-top: 28px;
  border-radius: 999px;
}

.jg-subtext {
  max-width: 560px;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 48px;
}

.jg-action-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.jg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-width: 270px;
  padding: 17px 28px;
  background: #123A58;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease;
}

.jg-btn:visited {
  color: #ffffff !important;
}

.jg-btn:hover,
.jg-btn:focus {
  background: #DD7778;
  color: #ffffff !important;
  transform: translateY(-2px);
  text-decoration: none;
}

.jg-btn span {
  font-size: 28px;
  line-height: 1;
}

.jg-proof {
  display: flex;
  align-items: center;
  gap: 16px;
}

.jg-checks {
  display: flex;
  gap: 0;
}

.jg-check-tile {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  display: grid;
  place-items: center;

  background: #F8F9FA;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  box-sizing: border-box;
}

.jg-check-tile svg {
  display: block;
  width: 20px;
  height: 20px;

  fill: none !important;
  stroke: #171A1F !important;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;

  overflow: visible;
}

.jg-check-tile svg circle,
.jg-check-tile svg path {
  fill: none !important;
  stroke: #171A1F !important;
}

.jg-proof strong {
  display: block;
  font-size: 16px;
}

.jg-proof small {
  display: block;
  font-size: 14px;
}

.jg-divider {
  height: 1px;
  background: #dfe3ea;
  margin: 42px 0 24px;
  max-width: 650px;
}

.jg-bottom-note {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #123A58;
  font-size: 15px;
  font-weight: 500;
}

.jg-hero-right {
  position: relative;
}

.jg-image-wrap {
  position: relative;
  z-index: 2;
  border: 2px solid #123A58;
  padding: 9px;
  background: #ffffff;
}

.jg-image-wrap img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jg-square {
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 130px;
  height: 130px;
  background: #DD7778;
  opacity: .12;
  z-index: 1;
}

@media (max-width: 1024px) {
  .jg-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 70px 6%;
  }

  .jg-badge {
    max-width: 100%;
    gap: 12px;
    padding: 8px 14px;
  }

  .jg-badge img.jg-badge-logo {
    flex-basis: 145px;
    width: 145px !important;
    max-width: 145px !important;
    height: 44px !important;
    max-height: 44px !important;
  }

  .jg-image-wrap img {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .jg-hero {
    padding: 40px 24px 55px;
    gap: 42px;
    min-height: auto;
    overflow: hidden;
  }

  .jg-badge {
    gap: 10px;
    padding: 7px 12px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .jg-badge-text {
    font-size: 8px;
    letter-spacing: .05em;
  }

  .jg-badge img.jg-badge-logo {
    flex-basis: 125px;
    width: 125px !important;
    max-width: 125px !important;
    height: 38px !important;
    max-height: 38px !important;
  }

  .jg-hero h1 {
    font-size: 34px;
    line-height: .95;
    letter-spacing: -.04em;
    margin-bottom: 28px;
  }

  .jg-hero h1::after {
    width: 90px;
    height: 4px;
    margin-top: 22px;
  }

  .jg-subtext {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
  }

  .jg-btn {
    width: 100%;
    min-width: 0;
  }

  .jg-proof {
    width: 100%;
  }

  .jg-divider {
    margin: 34px 0 22px;
  }

  .jg-bottom-note {
    font-size: 14px;
    line-height: 1.45;
  }

  .jg-image-wrap img {
    height: 420px;
    object-position: center top;
  }

  .jg-square {
    width: 95px;
    height: 95px;
    left: -14px;
    bottom: -14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b686d5a */.jg-certified {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 90px;
  align-items: center;
  padding: 95px 8%;
  background: #f6f7f9;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
}

.jg-certified-frame {
  border: 1px solid #d8dde6;
  padding: 24px;
  background: #fff;
}

.jg-certified-frame img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jg-certified-content {
  text-align: right;
}

.jg-eyebrow {
  color: #123A58;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 800;
  margin: 0 0 28px;
}

.jg-certified h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
  margin: 0 0 34px;
  font-weight: 800;
}

.jg-certified-text {
  max-width: 820px;
  margin: 0 0 60px auto;
  font-size: 22px;
  line-height: 1.35;
}

.jg-certified-line {
  width: 95px;
  height: 4px;
  background: #DD7778;
  margin: 0 0 52px auto;
  border-radius: 999px;
}

.jg-certified blockquote {
  max-width: 850px;
  margin: 0 0 0 auto;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .jg-certified {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 75px 6%;
  }

  .jg-certified-content {
    text-align: left;
  }

  .jg-certified-text,
  .jg-certified blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  .jg-certified-line {
    margin-left: 0;
    margin-right: 0;
  }

  .jg-certified-frame img {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .jg-certified {
    padding: 55px 24px;
    gap: 38px;
  }

  .jg-certified-frame {
    padding: 10px;
  }

  .jg-certified-frame img {
    height: 300px;
    object-position: center;
  }

  .jg-eyebrow {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .jg-certified h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .jg-certified-text {
    font-size: 18px;
    margin-bottom: 38px;
  }

  .jg-certified-line {
    margin-bottom: 34px;
  }

  .jg-certified blockquote {
    font-size: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a90169 */.jg-results {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 90px;
  align-items: center;
  padding: 100px 8%;
  background: #ffffff;
}

.jg-results-eyebrow {
  color: #123A58;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 24px;
}

.jg-results h2 {
  font-size: clamp(48px, 5vw, 68px);
  line-height: .95;
  letter-spacing: -.05em;
  margin: 0 0 32px;
  font-weight: 800;
  color: #141820;
}

.jg-results-intro {
  font-size: 22px;
  line-height: 1.5;
  max-width: 700px;
  margin-bottom: 42px;
}

.jg-results-divider {
  width: 90px;
  height: 4px;
  background: #DD7778;
  border-radius: 999px;
  margin-bottom: 42px;
}

.jg-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.jg-result-item {
  display: flex;
  gap: 16px;
}

.jg-result-item span {
  color: #123A58;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}

.jg-result-item strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.jg-result-item p {
  margin: 0;
  line-height: 1.5;
  color: #444;
}

.jg-results-image {
  position: relative;
}

.jg-results-frame {
  border: 2px solid #123A58;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.jg-results-frame img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jg-results-accent {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 120px;
  height: 120px;
  background: #DD7778;
  opacity: .12;
  z-index: 1;
}

@media (max-width:1024px){

  .jg-results{
    grid-template-columns:1fr;
    gap:50px;
    padding:80px 6%;
  }

  .jg-results-image{
    order:-1;
  }

  .jg-results-frame img{
    height:500px;
  }
}

@media (max-width:767px){

  .jg-results{
    padding:55px 24px;
    gap:36px;
  }

  .jg-results h2{
    font-size:38px;
  }

  .jg-results-intro{
    font-size:18px;
  }

  .jg-results-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .jg-results-frame img{
    height:360px;
  }

  .jg-results-accent{
    width:90px;
    height:90px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69e6dbc */.jg-evidence {
  padding: 100px 8%;
  background: #f6f7f9;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
}

.jg-evidence-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  margin-bottom: 90px;
}

.jg-evidence h2 {
  font-size: clamp(46px, 4.6vw, 62px);
  line-height: .95;
  letter-spacing: -.055em;
  margin: 0 0 32px;
  font-weight: 800;
}

.jg-evidence p {
  max-width: 640px;
  font-size: 21px;
  line-height: 1.45;
  margin: 0 0 30px;
}

.jg-evidence-small {
  font-size: 18px !important;
  max-width: 600px !important;
}

.jg-evidence-frame {
  border: 1px solid #d8dde6;
  padding: 10px;
  background: #fff;
}

.jg-evidence-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jg-timeline-title {
  text-align: center;
  color: #123A58;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 45px;
}

.jg-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.jg-timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 3%;
  right: 3%;
  height: 1px;
  background: #d8dde6;
}

.jg-timeline-item {
  position: relative;
  background: #fff;
  padding: 32px 28px 30px;
  z-index: 2;
}

.jg-timeline-item span {
  position: absolute;
  top: -6px;
  left: 12px;
  width: 9px;
  height: 9px;
  background: #123A58;
}

.jg-timeline-item h3 {
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.035em;
  margin: 0 0 14px;
  font-weight: 800;
}

.jg-timeline-item p {
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 1024px) {
  .jg-evidence {
    padding: 80px 6%;
  }

  .jg-evidence-top {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 70px;
  }

  .jg-evidence-frame img {
    height: 450px;
  }

  .jg-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .jg-timeline::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .jg-evidence {
    padding: 55px 24px;
  }

  .jg-evidence h2 {
    font-size: 36px;
  }

  .jg-evidence p {
    font-size: 18px;
  }

  .jg-evidence-small {
    font-size: 16px !important;
  }

  .jg-evidence-frame img {
    height: 320px;
  }

  .jg-timeline-title {
    text-align: left;
  }

  .jg-timeline {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d8c609 */.jg-zero-section {
  padding: 100px 8%;
  background: #ffffff;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
}

.jg-zero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 65px;
}

.jg-zero-card {
  border: 1px solid #d8dde6;
  background: #f8f9fb;
  padding: 42px 36px;
  text-align: center;
  min-height: 270px;
}

.jg-zero-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 28px;

  border: 1px solid #d8dde6;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #123A58 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;

  font-family: Arial, sans-serif;
}

.jg-zero-card h3 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.04em;
  margin: 0 0 22px;
  font-weight: 800;
}

.jg-zero-card p {
  font-size: 17px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 340px;
}

.jg-session-box {
  border: 1px solid #d8dde6;
  background: #f8f9fb;
  padding: 48px 52px;

  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.jg-session-box h3 {
  font-size: 24px;
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.jg-session-box p {
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  max-width: 760px;
}

.jg-session-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 265px;
  padding: 15px 24px;

  border: 1px solid #123A58;
  background: transparent;

  color: #123A58 !important;
  text-decoration: none;

  font-size: 18px;
  font-weight: 500;

  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.jg-session-btn:visited {
  color: #123A58 !important;
}

.jg-session-btn:hover,
.jg-session-btn:focus {
  background: #123A58;
  border-color: #123A58;
  color: #ffffff !important;
  text-decoration: none;
}

.jg-session-btn:hover *,
.jg-session-btn:focus * {
  color: #ffffff !important;
}

@media (max-width: 1024px) {

  .jg-zero-section {
    padding: 80px 6%;
  }

  .jg-zero-cards {
    grid-template-columns: 1fr;
  }

  .jg-session-box {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {

  .jg-zero-section {
    padding: 55px 24px;
  }

  .jg-zero-cards {
    gap: 24px;
    margin-bottom: 40px;
  }

  .jg-zero-card {
    padding: 36px 24px;
  }

  .jg-session-box {
    padding: 34px 24px;
  }

  .jg-session-btn {
    width: 100%;
    min-width: 0;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4416e46 */.jg-stats {
  padding: 90px 8% 85px;
  background: #f6f7f9;
  border-top: 6px solid #9aa0aa;
  border-bottom: 6px solid #9aa0aa;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  text-align: center;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
}

.jg-stat strong {
  display: block;
  font-size: clamp(54px, 5.5vw, 76px);
  line-height: .9;
  letter-spacing: -.055em;
  font-weight: 800;
  margin-bottom: 18px;
}

.jg-stat span {
  display: block;
  font-size: 13px;
  letter-spacing: .16em;
  font-weight: 500;
}

.jg-stats-note {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 65px auto 0;
  color: #6f737b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .jg-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 75px 6%;
  }
}

@media (max-width: 767px) {
  .jg-stats {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 60px 24px;
  }

  .jg-stat strong {
    font-size: 58px;
  }

  .jg-stats-note {
    margin-top: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a1c745 */.jg-fit {
  padding: 100px 8%;
  background: #ffffff;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
}

.jg-fit-header {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.jg-fit-header h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: .95;
  letter-spacing: -.055em;
  margin: 0 0 26px;
  font-weight: 800;
}

.jg-fit-header p {
  font-size: 21px;
  line-height: 1.35;
  margin: 0;
}

.jg-fit-box {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d8dde6;
  background: #f8f9fb;
}

.jg-fit-column {
  padding: 62px 64px;
}

.jg-fit-column:first-child {
  border-right: 1px solid #d8dde6;
}

.jg-fit-column h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 0 0 38px;
  font-weight: 800;
}

.jg-fit-column h3 span {
  width: 30px;
  height: 30px;
  border: 2px solid #123A58;
  border-radius: 50%;
  color: #123A58;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
  flex: 0 0 auto;
}

.jg-fit-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jg-fit-column li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 1.45;
}

.jg-fit-column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 6px;
  height: 6px;
  background: #123A58;
}

.jg-fit-note {
  max-width: 1000px;
  margin: 48px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .jg-fit {
    padding: 80px 6%;
  }

  .jg-fit-column {
    padding: 48px 42px;
  }
}

@media (max-width: 767px) {
  .jg-fit {
    padding: 55px 24px;
  }

  .jg-fit-header {
    margin-bottom: 42px;
  }

  .jg-fit-header h2 {
    font-size: 36px;
  }

  .jg-fit-header p {
    font-size: 18px;
  }

  .jg-fit-box {
    grid-template-columns: 1fr;
  }

  .jg-fit-column {
    padding: 36px 24px;
  }

  .jg-fit-column:first-child {
    border-right: none;
    border-bottom: 1px solid #d8dde6;
  }

  .jg-fit-column h3 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .jg-fit-column li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .jg-fit-note {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0a8f0d */.jg-certified-difference {
  padding: 100px 8%;
  background: #f6f7f9;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
}

.jg-difference-header {
  text-align: center;
  margin-bottom: 70px;
}

.jg-difference-header h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: .95;
  letter-spacing: -.055em;
  margin: 0 0 18px;
  font-weight: 800;
}

.jg-difference-header p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}

.jg-certified-badge {
  display: block;
  width: 190px;
  max-width: 100%;
  margin: 32px auto 0;

  filter: drop-shadow(0 8px 20px rgba(18,58,88,.12));

  transition: transform .25s ease;
}

.jg-certified-badge:hover {
  transform: translateY(-2px);
}

.jg-difference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.jg-difference-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;

  border: 1px solid #d8dde6;
  background: #ffffff;

  padding: 48px;
  min-height: 230px;
}

.jg-difference-icon {
  width: 64px;
  height: 64px;

  border: 1px solid #d8dde6;
  background: #f8f9fb;

  display: grid;
  place-items: center;

  color: #123A58;
  font-size: 28px;
  font-weight: 800;
}

.jg-difference-card h3 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  font-weight: 800;
}

.jg-difference-card p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 1024px) {

  .jg-certified-difference {
    padding: 80px 6%;
  }

  .jg-difference-card {
    padding: 42px;
  }

}

@media (max-width: 767px) {

  .jg-certified-difference {
    padding: 55px 24px;
  }

  .jg-difference-header {
    margin-bottom: 42px;
  }

  .jg-difference-header h2 {
    font-size: 36px;
  }

  .jg-difference-header p {
    font-size: 18px;
  }

  .jg-certified-badge {
    width: 140px;
    margin-top: 24px;
  }

  .jg-difference-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jg-difference-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 24px;
  }

  .jg-difference-card h3 {
    font-size: 25px;
  }

  .jg-difference-card p {
    font-size: 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5f6cec */.jg-next-step {
  padding: 100px 8%;
  background: #f6f7f9;
  color: #141820;
  font-family: Inter, Arial, sans-serif;
  text-align: center;
}

.jg-next-header {
  max-width: 900px;
  margin: 0 auto 70px;
}

.jg-next-eyebrow {
  display: inline-block;
  border: 1px solid #d8dde6;
  padding: 8px 20px;
  color: #123A58;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 28px;
}

.jg-next-header h2 {
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: .92;
  letter-spacing: -.06em;
  margin: 0;
  font-weight: 800;
}

.jg-next-process {
  max-width: 1280px;
  margin: 0 auto;
  padding: 55px 0;
  border-top: 1px solid #d8dde6;
  border-bottom: 1px solid #d8dde6;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}

.jg-next-item span {
  display: block;
  color: rgba(20,24,32,.22);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
}

.jg-next-item h3 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.035em;
  margin: 0 0 18px;
  font-weight: 800;
}

.jg-next-item p {
  max-width: 340px;
  margin: 0 auto;
  color: #6f737b;
  font-size: 18px;
  line-height: 1.4;
}

.jg-next-cta {
  margin-top: 65px;
}

.jg-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 285px;
  padding: 18px 34px;

  background: #ffffff;
  color: #123A58 !important;

  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;

  border: 1px solid #ffffff;

  box-shadow: 0 12px 28px rgba(20,24,32,.08);

  transition:
    background .25s ease,
    border-color .25s ease,
    color .25s ease,
    transform .25s ease;
}

.jg-next-btn:visited {
  color: #123A58 !important;
}

.jg-next-btn:hover,
.jg-next-btn:focus {
  background: #123A58 !important;
  border-color: #123A58 !important;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
}

.jg-next-btn:hover *,
.jg-next-btn:focus * {
  color: #ffffff !important;
}

@media (max-width: 1024px) {

  .jg-next-step {
    padding: 80px 6%;
  }

  .jg-next-process {
    gap: 40px;
  }

}

@media (max-width: 767px) {

  .jg-next-step {
    padding: 60px 24px;
  }

  .jg-next-header {
    margin-bottom: 45px;
  }

  .jg-next-header h2 {
    font-size: 38px;
  }

  .jg-next-process {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 45px 0;
  }

  .jg-next-item p {
    font-size: 17px;
  }

  .jg-next-cta {
    margin-top: 45px;
  }

  .jg-next-btn {
    width: 100%;
    min-width: 0;
  }

}/* End custom CSS */