.elementor-35 .elementor-element.elementor-element-d8c4fe1{width:100%;max-width:100%;margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-d8c4fe1 */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.brand-hero {
  position: relative;
  min-height: 90vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  font-family: 'Montserrat', sans-serif;
}

.brand-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.brand-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.12) 45%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.brand-hero-content {
  position: relative;
  z-index: 3;
  width: min(1050px, 92%);
  text-align: center;
  color: var(--white);
  padding: 80px 0 60px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--primary-blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 24px rgba(30, 91, 150, 0.28);
}

.brand-hero-content h1 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--white);
}

.brand-hero-content p {
  margin: 24px 0 34px;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.4;
  font-weight: 600;
  color: var(--white);
}

.hero-search {
  width: min(780px, 100%);
  margin: 0 auto;
  height: 82px;
  padding: 10px;
  border-radius: 999px;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 22px 60px rgba(11, 31, 51, 0.35);
}

.hero-search input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 22px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--navy);
  background: transparent;
}

.hero-search input::placeholder {
  color: rgba(47, 58, 69, 0.42);
}

.hero-search button {
  width: 62px;
  height: 62px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: var(--primary-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(30, 91, 150, 0.28);
}

.hero-search button:hover {
  background: var(--primary-blue-hover);
  transform: scale(1.04);
}

/* Mobile */
@media (max-width: 768px) {
  .brand-hero {
    min-height: 82vh;
  }

  .brand-hero-content {
    padding: 70px 0 50px;
  }

  .brand-hero-content h1 {
    font-size: clamp(36px, 10vw, 54px);
    font-weight: 700;
    letter-spacing: -1.2px;
  }

  .brand-hero-content p {
    margin: 20px 0 28px;
    font-size: 16px;
  }

  .hero-search {
    width: 100%;
    height: 66px;
    padding: 7px;
  }

  .hero-search input {
    font-size: 14px;
    padding: 0 14px;
  }

  .hero-search button {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .brand-hero-content h1 {
    font-size: 38px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 8px 15px;
  }

  .hero-search {
    height: 62px;
  }

  .hero-search button {
    width: 48px;
    height: 48px;
  }

  .hero-search input::placeholder {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eee4614 */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

.regions-section {
  position: relative;
  width: 100%;
  padding: 120px 30px;
  background:
    radial-gradient(circle at top left, rgba(30, 91, 150, 0.12), transparent 32%),
    linear-gradient(135deg, var(--white) 0%, var(--light-grey) 100%);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.regions-container {
  position: relative;
  z-index: 2;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 90px;
  align-items: start;
}

.regions-heading {
  position: sticky;
  top: 120px;
}

.regions-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: 1px solid rgba(30, 91, 150, 0.12);
}

.regions-heading h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(44px, 4.2vw, 72px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.regions-heading p {
  max-width: 360px;
  margin: 0;
  color: var(--medium-grey);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.region-card {
  position: relative;
  isolation: isolate;
  min-height: 86px;
  padding: 0 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 800;
  overflow: hidden;
  border: 1px solid var(--border-grey);
  box-shadow:
    0 12px 30px rgba(11, 31, 51, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.region-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-hover) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.region-card::after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.35s ease;
}

.region-card:hover {
  color: var(--white);
  border-color: rgba(30, 91, 150, 0.35);
  transform: translateY(-6px);
  box-shadow:
    0 22px 45px rgba(30, 91, 150, 0.24),
    0 10px 22px rgba(11, 31, 51, 0.12);
}

.region-card:hover > span:first-child {
  color: var(--white);
}

.region-card:hover::before {
  opacity: 1;
}

.region-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.region-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--light-blue);
  color: var(--primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 800;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.region-card:hover .region-arrow {
  background: var(--white);
  color: var(--primary-blue);
  transform: translateX(5px) rotate(-8deg);
}

.regions-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.shape-one {
  width: 280px;
  height: 280px;
  right: -90px;
  top: 70px;
  background: rgba(30, 91, 150, 0.08);
}

.shape-two {
  width: 190px;
  height: 190px;
  left: 42%;
  bottom: -80px;
  background: rgba(11, 31, 51, 0.06);
}

/* Tablet */
@media (max-width: 1200px) {
  .regions-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .regions-heading {
    position: relative;
    top: auto;
    text-align: center;
  }

  .regions-heading p {
    margin: 0 auto;
  }

  .regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .regions-section {
    padding: 80px 18px;
  }

  .regions-heading h2 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }

  .regions-heading p {
    font-size: 17px;
  }

  .regions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .region-card {
    min-height: 72px;
    border-radius: 16px;
    font-size: 17px;
    padding: 0 20px;
  }

  .region-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ffc358 */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

.agent-cta-section {
  position: relative;
  width: 100%;
  min-height: 760px;
  padding: 120px 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(30, 91, 150, 0.08), transparent 28%),
    linear-gradient(135deg, var(--white) 0%, var(--light-grey) 100%);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.agent-cta-container {
  position: relative;
  z-index: 2;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 90px;
}

.agent-cta-bg-text {
  position: absolute;
  left: -115px;
  top: -155px;
  z-index: 1;
  font-size: 720px;
  line-height: 0.8;
  font-weight: 900;
  color: rgba(11, 31, 51, 0.04);
  pointer-events: none;
  letter-spacing: -45px;
}

.agent-cta-visual {
  position: relative;
  min-height: 540px;
}

.agent-image-shape {
  position: absolute;
  left: -150px;
  top: -50px;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(11, 31, 51, 0.12);
}

.agent-image-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.42);
}

.agent-image-shape img,
.agent-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-small-image {
  position: absolute;
  right: 40px;
  bottom: -20px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid var(--white);
  box-shadow: 0 25px 60px rgba(11, 31, 51, 0.18);
}

.agent-small-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 91, 150, 0.08);
}

.agent-cta-content {
  max-width: 720px;
}

.agent-cta-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.agent-cta-content h2 {
  margin: 0 0 28px;
  color: var(--navy);
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.agent-cta-content p {
  max-width: 680px;
  margin: 0 0 34px;
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.agent-cta-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.agent-btn {
  min-width: 160px;
  height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 800;
  transition: all 0.28s ease;
}

.agent-btn span {
  font-size: 21px;
  line-height: 1;
  transition: transform 0.28s ease;
}

.agent-btn:hover span {
  transform: translateX(5px);
}

.agent-btn-primary {
  background: var(--primary-blue);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(30, 91, 150, 0.28);
}

.agent-btn-primary:hover {
  background: var(--primary-blue-hover);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(23, 74, 122, 0.28);
}

.agent-btn-light {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 14px 35px rgba(11, 31, 51, 0.08);
  border: 1px solid var(--border-grey);
}

.agent-btn-light:hover {
  background: var(--primary-blue);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(30, 91, 150, 0.24);
}

/* Tablet */
@media (max-width: 1100px) {
  .agent-cta-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .agent-cta-visual {
    min-height: 430px;
  }

  .agent-image-shape {
    left: 50%;
    transform: translateX(-50%);
    width: 520px;
    height: 520px;
  }

  .agent-small-image {
    right: 18%;
  }

  .agent-cta-content {
    text-align: center;
    margin: 0 auto;
  }

  .agent-cta-buttons {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .agent-cta-section {
    padding: 80px 18px;
    min-height: auto;
  }

  .agent-cta-bg-text {
    font-size: 400px;
    left: -65px;
    top: -70px;
  }

  .agent-cta-visual {
    min-height: 330px;
  }

  .agent-image-shape {
    width: 360px;
    height: 360px;
    top: 0;
  }

  .agent-small-image {
    width: 145px;
    height: 145px;
    right: 6%;
    bottom: 0;
    border-width: 8px;
  }

  .agent-cta-content h2 {
    font-size: 38px;
    letter-spacing: -1.4px;
  }

  .agent-cta-content p {
    font-size: 16px;
  }

  .agent-btn {
    width: 100%;
  }
}/* End custom CSS */