body {
  font-family: 'Unison-regular', Arial, sans-serif;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mt4 {
  margin-top: 4rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.mt6 {
  margin-top: 6rem !important;
}
.mt7 {
  margin-top: 7rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.mb4 {
  margin-bottom: 4rem !important;
}
.mb5 {
  margin-bottom: 5rem !important;
}
.mb7 {
  margin-bottom: 7rem !important;
}
.pt2 {
  padding-top: 2rem !important;
}
.pt3 {
  padding-top: 3rem !important;
}
.pt4 {
  padding-top: 4rem !important;
}
.pt5 {
  padding-top: 5rem !important;
}
.pb2 {
  padding-bottom: 2rem !important;
}
.pb3 {
  padding-bottom: 3rem !important;
}
.pb4 {
  padding-bottom: 4rem !important;
}
.pb5 {
  padding-bottom: 5rem !important;
}
@font-face {
  font-family: 'Unison-regular';
  src: url('/fonts/Unison-regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unison-bold';
  src: url('/fonts/Unison-black.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
.greybg {
  background-color: #f5f5f5;
  padding: 5rem 2rem;
  border-radius: 20px;
}
h1, h2, h3, h4, h5, h6, .hero-title {
  font-family: 'Unison-bold', Arial, sans-serif;
}
.hero {
  position: relative;
  height: 85vh;
  width: calc(100% - 2rem);
  margin: 1rem;
  border-radius: 20px;
  overflow: hidden;
}
.hero .player {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
section {
  margin-top: 6rem;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding-top: 10px;
}
.hero-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-top-row {
  flex: 0 0 auto;
}
.hero-main-row {
  color: white;
  margin-top: auto;
  margin-bottom: 5rem;
}
.hero-menu a {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  font-size: 1rem;
}
.hero-text-box {
  border-radius: 20px;
  padding: 3rem 5rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid 2px rgba(255, 255, 255, 0.30);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
}
.hero-pretitle {
  margin-bottom: 1rem;
  font-size: 0.88rem;
}
.hero-title {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #152b45;
}
.hero-description {
  margin-top: 1.4rem;
  font-size: 1rem;
  max-width: 41rem;
  color: #152b45;
}
.hero-buttons {
  margin-top: 2rem;
}
.hero-btn {
  min-width: 230px;
  padding: 1rem 1.6rem;
  font-size: 0.98rem;
}
.custom-menu {
  background: transparent;
}
.menu {padding-top:0 !important}
.custom-menu .menu a, .custom-menu .menu-text {
  color: #ffffff;
}
.top-bar, .top-bar ul {
  background-color: transparent;
  position: relative;
  top: -25px;
}
.logo img {
  width: 150px;
  height: auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
  border-radius: 13px;
}
.top-bar-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: -40px;
  float: left;
}
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: 25px;
  float: right;
}
.menu .button, .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem;
  color: white;
}
.menu .button, .menu a:hover {
  color: #fd9e06;
}
.button {
  background-color: #152b45;
  color: #fefefe;
  border-radius: 30px;
  min-width: 150px;
}
.button:hover {
  background-color: #152b45;
  color: #fd9e06;
  border-radius: 30px;
}
.infobg {
    top: 2rem !important;;
    padding: 3rem 0 4rem 0 !important;
    border-radius: 20px !important;
    background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
    margin: 0 3rem !important;;
}
.info {
  color: white;
}
.infobg .grid-x {
  align-items: stretch;
}
.zoom-ico {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 1.5rem 1rem;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.zoom-ico img {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 1rem;
}
.zoom-ico:hover {
  transform: translateY(-6px) scale(1.02);
}
.blob2 {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 158, 6, 0.22) 0%, rgba(253, 158, 6, 0.08) 45%, rgba(253, 158, 6, 0) 72%);
  z-index: 1;
  pointer-events: none;
}
.img-bg {
  width: 100%;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.footer {
  padding: 8rem 0 6rem 0;
  color: white;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.footer-low {
background-color: #13273f;
    padding: 2rem 3rem !important; 
    color: white;
    font-size: 0.9rem;
}
.footer-logo img {
  float: right;
  width: 140px;
}
.zoomico, .zoomlogo {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.zoomlogo:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1.05);
}
.footer-logo img {
  float: right;
  width: 140px;
}
.button-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.3rem 1.6rem 1.4rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 50px !important;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to right, #C02027 0%, #861817 100%);
  background-size: 200% 150%;
  transition: background-position 0.5s;
  color: white;
}
.footer a {
  color: #A4B6CC;
  transition: all 0.3s;
}
.footer .button-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.2rem 1.5rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 7px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
  color: #fff;
  background-image: linear-gradient(to right, #c02027 0%, #861817 100%);
  background-size: 200% 150%;
  transition: background-position 0.5s ease-out, background-color 0.25s ease-out, color 0.25s ease-out;
}
.footer a:hover {
  color: white;
  transition: all 0.3s;
}
.button-red:hover {
  background-position: 100% 0;
  color: white;
}
.bold {
  font-weight: bold;
}
.img-cont {
  position: relative;
  width: 100%;
  margin-bottom: -9rem;
}
.entity {
  position: relative;
  width: 80%;
  bottom: 9rem;
  margin: 0 auto;
  background: white;
  padding: 2rem 4rem;
  border-radius: 20px;
  text-align: center;
  z-index: 2;
}
.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.exit-popup.active {
  display: block;
}
.exit-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 30, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.exit-popup-box {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 760px;
  margin: 5vh auto 0;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 2;
}
.exit-popup-inner {
  padding: 3rem 3rem 2.4rem;
}
.exit-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #f3f5f8;
  color: #152b45;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.exit-popup-close:hover {
  background: #152b45;
  color: #ffffff;
}
.exit-popup-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(253, 158, 6, 0.12);
  color: #152b45;
  font-size: 0.9rem;
  font-family: 'Unison-bold', Arial, sans-serif;
}
.exit-popup-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #152b45;
}
.exit-popup-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #465465;
  margin-bottom: 1.5rem;
}
.exit-popup-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.exit-popup-point {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f7f8fa;
  color: #152b45;
  font-size: 0.96rem;
}
.exit-popup-form label {
  color: #152b45;
  font-size: 0.95rem;
}
.exit-popup-form input:not([type="checkbox"]),
.exit-popup-form select,
.exit-popup-form textarea {
  margin-top: 0.45rem;
  border: 1px solid #d7dee6;
  border-radius: 12px;
  box-shadow: none;
  background: #ffffff;
  padding: 0.95rem 1rem;
  min-height: 54px;
  width: 100%;
}
.exit-popup-form textarea {
  min-height: 120px;
  resize: vertical;
}
.exit-popup-form input:focus, .exit-popup-form select:focus, .exit-popup-form textarea:focus {
  border-color: #fd9e06;
  box-shadow: 0 0 0 3px rgba(253, 158, 6, 0.12);
}

.exit-popup-btn {
  width: 100%;
  min-width: 0;
  margin-top: 0.8rem;
  padding: 1.1rem 1.5rem;
  font-size: 1rem;
}
.exit-popup-note {
  margin-top: 1rem;
  font-size: 0.84rem;
  text-align: center;
  color: #7b8794;
}
.exit-popup-success {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  background: #eef7ef;
  color: #1f5d2b;
  font-size: 0.95rem;
}

.process-section {
  position: relative;
	text-align: center;
}

.process-intro {
  max-width: 760px;
  margin: 1rem auto 0;
  color: #465465;
  font-size: 1.05rem;
  line-height: 1.8;
}

.process-highlight {
  background: linear-gradient(135deg, #152b45 0%, #1b3656 100%);
  color: #ffffff;
  padding: 2.2rem 2rem;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(21, 43, 69, 0.18);
  font-size: 1.35rem;
  line-height: 1.6;
}

.process-badges {
  margin-top: 1.2rem;
}

.process-badges span {
  display: inline-block;
  margin: 0.3rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: solid 1px rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-family: 'Unison-bold', Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.process-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 2rem 1.6rem 1.7rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
	margin-bottom: 2rem
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.10);
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
 background-color: #a41d20;
}

.process-card-wide {
  grid-column: 2 / 3;
}

.process-step-no {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #8a97a6;
  font-family: 'Unison-bold', Arial, sans-serif;
}

.process-icon {
    width: 85px;
    height: 85px;
    border-radius: 50px;
    background: rgba(21, 43, 69, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 1rem auto;
}

.process-icon svg {
  width: 30px;
  height: 30px;
  stroke: #152b45;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #152b45;
}

.process-card p {
  margin-bottom: 0;
  color: #465465;
  line-height: 1.7;
  font-size: 0.98rem;
}

.process-benefit {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #e8edf3;
  color: #152b45;
  font-size: 0.92rem;
  font-family: 'Unison-bold', Arial, sans-serif;
  line-height: 1.5;
}
footer {
	    margin: 1rem;
    border-radius: 20px;
    overflow: clip;
}

.exit-popup-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.exit-popup.active {
  display: block;
}

body.popup-open {
  overflow: hidden !important;
}

.exit-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 30, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.exit-popup-box {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 760px;
  margin: 5vh auto 0;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 2;
}

.exit-popup-inner {
  position: relative;
  padding: 2rem;
}

.exit-popup-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #152b45;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.exit-popup-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(253, 158, 6, 0.12);
  color: #152b45;
  font-size: 0.9rem;
  font-family: 'Unison-bold', Arial, sans-serif;
}

.exit-popup-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #152b45;
}

.exit-popup-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #465465;
  margin-bottom: 1.5rem;
}

.exit-popup-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.exit-popup-point {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f7f8fa;
  color: #152b45;
  font-size: 0.96rem;
}

.exit-popup-form label {
  color: #152b45;
  font-size: 0.95rem;
}

.exit-popup-form input:not([type="checkbox"]),
.exit-popup-form select,
.exit-popup-form textarea {
  width: 100%;
  margin-top: 0.45rem;
  border: 1px solid #d7dee6;
  border-radius: 12px;
  box-shadow: none;
  background: #ffffff;
  padding: 0.95rem 1rem;
  min-height: 54px;
}

.exit-popup-form textarea {
  min-height: 120px;
  resize: vertical;
}

.exit-popup-form input:focus,
.exit-popup-form select:focus,
.exit-popup-form textarea:focus {
  border-color: #fd9e06;
  box-shadow: 0 0 0 3px rgba(253, 158, 6, 0.12);
}

.popup-consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.popup-consent-row input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  margin: 0.18rem 0 0 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  flex: 0 0 18px;
  display: block;
}

.popup-consent-label {
  display: block;
  margin: 0;
  padding: 0;
  color: #465465;
  font-size: 0.95rem;
  line-height: 1.55;
  cursor: pointer;
  flex: 1 1 auto;
}

.exit-popup-btn {
  width: 100%;
  min-width: 0;
  margin-top: 0.8rem;
  padding: 1.1rem 1.5rem;
  font-size: 1rem;
}

.exit-popup-btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.exit-popup-btn-secondary,
.exit-popup-btn-light {
  width: auto;
  min-width: 0;
  margin-top: 0;
}

.exit-popup-btn-light {
  background: #ffffff;
  color: #152b45;
  border: 1px solid #d7dee7;
}

.exit-popup-success {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  background: #eef7ef;
  color: #1f5d2b;
  font-size: 0.95rem;
}

.exit-popup-success-title {
  font-size: 1.1rem;
  font-family: 'Unison-bold', Arial, sans-serif;
  margin-bottom: 0.45rem;
}

.exit-popup-success-text {
  line-height: 1.6;
}

.exit-popup-success-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.exit-popup-note {
  margin-top: 1rem;
  font-size: 0.84rem;
  text-align: center;
  color: #7b8794;
}


.popup-consent-row input[type="checkbox"] {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;

  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;

  display: inline-block !important;
  flex: 0 0 18px !important;

  margin: 0.2rem 0 0 0 !important;
  padding: 0 !important;

  border: 1px solid #999 !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: none !important;

  position: relative !important;
  top: 0 !important;
  left: 0 !important;

  transform: none !important;
}

.popup-consent-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.8rem !important;
}

.popup-consent-label {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.accordion-title {
    margin-bottom: 5px !important;
}
.accordion {
    background: none !important;
}
 .mobile-lead-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #1a3351;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

  .mobile-lead-btn:active {
    transform: scale(0.96);
  }