@font-face {
  font-family: "Myriad Pro";
  src: url("../assets/font/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.left-align {
  text-align: left;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.medium {
  font-weight: 500;
}

.main-brand-header.scrolled {
  background: linear-gradient(90.28deg, rgba(255, 255, 255, 0.7) 0.06%, rgba(255, 255, 255, 0.6) 100.06%);
  box-shadow: 0 8px 16px #00000014;
}

.primary-btn,
.button-shade {
  box-shadow: 0 8px 16px #204cc71f;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  max-width: 172px;
  width: 172px;
  height: 52px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.header-button {
  width: 165px;
  height: 50px;
  border-radius: 50px;
  background: #3d6def;
  color: #fff;
  line-height: 100%;
  box-shadow: 0 8px 16px #204cc71f;
}

.dropdown-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.nav-dropdown-list a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

.nav-dropdown-list a:hover {
  color: #3d6def;
}

.blue-button a,
.blue-btn {
  width: 150px;
  height: 50px;
  padding: 0;
  border-radius: 50px;
  background: #3d6def;
  color: #fff;
  box-shadow: 0 8px 16px #00000014;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.4px;
}

.about-who-we-are .who-we-section-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../assets/images/multi-line-circle.png") center/contain no-repeat;
  opacity: 1;
  animation: spin 160s linear infinite;
}

.discover-info-container p,
.discover-main-text {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.4px;
  text-align: left;
}

.faq-container-one {
  gap: 0;
  border-radius: 16px;
  padding: 20px 35px;
  background: #ecf2ff;
}

.faq-list {
  border-radius: 16px;
  padding: 20px 35px;
  background: #ecf2ff;
}

.faq-list details:last-child {
  border-bottom: 0;
}

@media (min-width: 1024px) {
  .primary-btn:hover,
  .button-click-cover.blue-button a:hover,
  .blue-btn:hover {
    border: 2px solid #3d6def;
    background: #fff !important;
    color: #3d6def;
    font-size: 16px !important;
    font-weight: 400 !important;
    outline: none !important;
    transition: all 0.4s ease-in-out;
  }

  .button-click-cover.white-button a:hover {
    background: #fff;
    color: #3d6def !important;
    font-weight: 600 !important;
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {

  .mobile-panel .p-sidebar-header {
    padding: 24px;
  }

  .mobile-panel .p-sidebar-content {
    display: grid;
    gap: 32px;
    padding: 24px;
  }

  .mobile-menu-item {
    display: grid;
    gap: 32px;
  }

  .dropdown-nav-link {
    color: #0f5aed;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
  }

  .counter-grid-area,
  .discover-cover-area,
  .faq-container-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .counter-grid-area {
    gap: 32px;
  }
}

:root {
  --blue: #204cc7;
  --blue-2: #3d6def;
  --pale-blue: #ecf2ff;
  --text: #1f1f1f;
  --muted: #595959;
  --line: rgba(56, 56, 56, 0.15);
  --radius: 24px;
  --container: 1350px;
  --shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  color: var(--text);
  letter-spacing: 0;
  background: #fff;
  font-weight: 400;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 700;
  text-transform: capitalize;
}

.site-header {
  position: sticky;
  top: 20px;
  z-index: 20;
  margin-bottom: -80px;
}

.header-inner {
  height: 76px;
  padding: 12px 15px;
  border: 1px solid #fff;
  border-radius: 50px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6));
  box-shadow: var(--shadow);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-header.scrolled .header-inner {
  background: rgba(255, 255, 255, 0.92);
}

.brand img {
  width: 180px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
  font-weight: 500;
}

.desktop-nav button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 28px 0;
}

.desktop-nav > a {
  padding: 28px 0;
}

.nav-item {
  position: relative;
}

.nav-item img {
  width: 12px;
}

.dropdown {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 150px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(26, 68, 139, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.dropdown a {
  display: block;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 14px;
  transition: color 0.2s ease;
}

.dropdown a:hover {
  background: transparent;
  color: var(--blue-2);
}

.nav-item:hover .dropdown {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.header-cta,
.blue-btn,
.white-btn {
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.25s ease;
}

.header-cta,
.blue-btn {
  background: var(--blue-2);
  color: #fff;
  box-shadow: 0 8px 16px rgba(32, 76, 199, 0.12);
}

.header-cta:hover,
.blue-btn:hover {
  background: #fff;
  color: var(--blue-2);
  outline: 2px solid var(--blue-2);
}

.white-btn {
color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 16px #0000001f;
    border: 1px solid #FFFFFF;
    text-decoration: none !important;
    border-radius: 30px;
    width: 170px;
    height: 50px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 50px auto 0;
}

.white-btn:hover {
  background: #fff;
  color: var(--blue-2);
}

.mobile-call,
.mobile-toggle,
.mobile-panel {
  display: none;
}

.metric-grid strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(106deg, #204cc7, #95b1ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.metric-grid span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: -6px;
}

.who-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 30px;
  text-align: center;
  position: relative;
  background: transparent;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.who-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../assets/images/multi-line-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  display: block;
  animation: spin 160s linear infinite;
  opacity: 100%;
}

.who-card > * {
  position: relative;
  z-index: 1;
}

.who-card h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}

.who-card p {
  max-width: 580px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.work-with h2,
.discover h2,
.locations h2 {
  text-align: center;
}

.work-with {
  position: relative;
  z-index: 4;
  background: #fff;
  padding-top: 80px;
  text-align: center;
}

.work-heading {
  margin-bottom: 50px;
}

.who-we-work-container {
  display: flex;
  gap: 30px;
}

.who-we-work-card {
  position: relative;
  width: 33%;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  transition: width 0.5s ease, height 0.5s ease;
}

.who-we-work-card:hover {
  width: 50%;
}

.image-area-bold {
  position: relative;
  height: 100%;
}

.image-area-bold img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.image-area-bold > .work-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 80%;
  line-height: 23px;
  text-align: left;
}

.work-text {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.work-content-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.work-flow-up {
  border-radius: 0 0 20px 20px;
  padding: 20px;
  text-align: left;
  background: linear-gradient(91.53deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.work-content-area .work-text {
  padding-bottom: 15px;
}

.work-sub-para {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.who-we-work-card:hover .work-content-area {
  height: 133px;
}

.work-button {
  display: flex;
  justify-content: center;
  margin: 55px auto 0;
  width: 170px;
}

.work-chat-btn {
  width: 100%;
}

.how {
  --how-blue: #3267e6;
  --how-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --how-duration: 860ms;
  position: relative;
  height: 740px;
  min-height: 740px;
  padding: 118px 0 78px;
  overflow: hidden;
  scroll-margin-top: 118px;
  background: linear-gradient(
  180deg,
  #fff 0%,
  #fff 18%,
  #f0f0e9 46%,
  #ebf4ff 72%,
  #ebf4ff 100%
);
}

.how-shell {
  position: relative;
  width: min(calc(100% - 180px), 1376px);
  height: 100%;
  margin: 0 auto;
}

.how-copy {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 8;
  display: grid;
  gap: 26px;
  justify-items: start;
  transform: translateY(-42%);
}

.how-copy h2 {
  margin: 0;
  color: #151515;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.how-know-btn {
  display: inline-grid;
  place-items: center;
  width: 142px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: #3f6df2;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(50, 103, 230, 0.22);
  transition: 0.25s ease;
}

.how-know-btn:hover,
.how-know-btn:focus-visible,
.how-know-btn:active {
  color: var(--blue-2);
  background: #fff;
  outline: 2px solid var(--blue-2);
}

.how-controls {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 3px;
}

.how-arrow {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--how-blue);
  font-size: 31px;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.how-arrow:hover,
.how-arrow:focus-visible {
  color: #184fd7;
}

.how-arrow-prev:hover,
.how-arrow-prev:focus-visible {
  transform: translateX(-2px);
}

.how-arrow-next:hover,
.how-arrow-next:focus-visible {
  transform: translateX(2px);
}

.how-counter {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: .2px;
  color: #000;
}

.how-stage {
  position: absolute;
  inset: 0 0 0 220px;
  overflow: visible;
}

.how-curve {
  position: absolute;
  top: 42px;
  left: 300px;
  z-index: 1;
  width: 520px;
  height: 640px;
  overflow: visible;
  pointer-events: none;
}

.how-curve path {
  fill: none;
  stroke: #0F5AED;
  stroke-width: 2.25px;
  stroke-linecap: round;
}

.how-curve-mobile-path {
  display: none;
}

.how-track,
.how-text-layer {
  position: absolute;
  inset: 0;
}

.how-node {
  --how-progress: 0deg;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 54px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  will-change: left, top, width, height, opacity;
  transition:
    left var(--how-duration) var(--how-ease),
    top var(--how-duration) var(--how-ease),
    width var(--how-duration) var(--how-ease),
    height var(--how-duration) var(--how-ease),
    opacity 420ms ease,
    filter 420ms ease;
}

.how-node img {
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 4px;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition:
    border-radius var(--how-duration) var(--how-ease),
    box-shadow var(--how-duration) var(--how-ease),
    outline-color var(--how-duration) ease;
}

.how-node-timer {
  position: absolute;
  inset: -3px;
  z-index: 2;
  border-radius: 18px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 160ms ease,
    border-radius var(--how-duration) var(--how-ease);
}

.how-node-timer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: conic-gradient(
    from -90deg,
    #0F5AED var(--how-progress),
    transparent 0
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.how-node.is-active .how-node-timer {
  opacity: 1;
  border-radius: 11px;
}

.how-node.is-preview .how-node-timer,
.how-node.is-hidden .how-node-timer {
  opacity: 0;
}

.how-node-label {
  min-width: 260px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 260ms ease, transform 460ms var(--how-ease);
}

.how-node.is-active {
  z-index: 5;
}

.how-node.is-active img {
  border-radius: 8px;
  outline: 0;
  box-shadow: 0 16px 34px rgba(28, 56, 105, 0.12);
}

.how-node.is-active .how-node-label,
.how-node.is-hidden .how-node-label {
  opacity: 0;
  transform: translateX(-10px);
}

.how-node.is-hidden {
  z-index: 1;
}

.how-node.is-ghost {
  z-index: 3;
  display: none;
}

.how-node.is-mobile-train {
  display: none;
}

.how-active-text {
  position: absolute;
  left: 690px;
  top: 342px;
  z-index: 4;
  width: 455px;
  color: #171717;
  pointer-events: none;
  transform: translateY(-50%);
}

.how-active-text h3 {
  margin: 0 0 16px;
  color: #171717;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.22;
}

.how-active-text p {
  margin: 0;
  max-width: 455px;
  color: #292929;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.58;
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .how-curve {
    left: 62px;
  }

  .how-active-text {
    left: 430px;
    top: 352px;
    width: min(300px, calc(100vw - 760px));
  }

  .how-active-text h3 {
    font-size: 26px;
  }

  .how-active-text p {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.52;
  }
}

@media (min-width: 1181px) and (max-width: 1300px) {
  .how-curve {
    left: 117px;
  }

  .how-active-text {
    left: 470px;
    width: 360px;
  }

  .how-active-text p {
    max-width: 360px;
  }
}

@media (min-width: 1301px) and (max-width: 1550px) {
  .how-track,
  .how-curve {
    transform: translateX(clamp(-70px, calc((100vw - 1550px) * 0.25), 0px));
  }

  .how-active-text {
    left: 620px;
    width: 390px;
  }

  .how-active-text p {
    max-width: 390px;
  }
}

.how-active-text.is-enter-next h3 {
  opacity: 0;
  transform: translateY(24px);
  animation: howTextIn 560ms var(--how-ease) 110ms forwards;
}

.how-active-text.is-enter-next p {
  opacity: 0;
  transform: translateY(30px);
  animation: howTextIn 560ms var(--how-ease) 230ms forwards;
}

.how-active-text.is-enter-prev h3 {
  opacity: 0;
  transform: translateY(-24px);
  animation: howTextIn 560ms var(--how-ease) 110ms forwards;
}

.how-active-text.is-enter-prev p {
  opacity: 0;
  transform: translateY(-30px);
  animation: howTextIn 560ms var(--how-ease) 230ms forwards;
}

.how-active-text.is-exit-next h3 {
  animation: howTitleExitNext 560ms var(--how-ease) forwards;
}

.how-active-text.is-exit-next p {
  animation: howTextExitNext 560ms var(--how-ease) 90ms forwards;
}

.how-active-text.is-exit-prev h3 {
  animation: howTitleExitPrev 560ms var(--how-ease) forwards;
}

.how-active-text.is-exit-prev p {
  animation: howTextExitPrev 560ms var(--how-ease) 90ms forwards;
}

@keyframes howTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes howTitleExitNext {
  to {
    color: #6d6d6d;
    opacity: 0;
    transform: translateY(-18px);
  }
}

@keyframes howTextExitNext {
  to {
    opacity: 0;
    transform: translateY(-24px);
  }
}

@keyframes howTitleExitPrev {
  to {
    color: #6d6d6d;
    opacity: 0;
    transform: translateY(18px);
  }
}

@keyframes howTextExitPrev {
  to {
    opacity: 0;
    transform: translateY(24px);
  }
}

.discover .container {
  width: min(calc(100% - 180px), 1704px);
}

.discover-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 95px;
  overflow: visible;
}

.discover-card {
  position: relative;
  width: 100%;
  height: 210px;
  border-radius: 24px;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(91.62deg, #eef2ff 0%, #fff 45.17%);
  transition: all 0.7s ease;
}

.discover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(45deg, #1d5ce8, #1d5ce8);
  transform: scaleX(0) scaleY(0);
  transform-origin: top right;
  transition: transform 0.7s ease;
}

.discover-card:hover::before,
.discover-card:focus-within::before {
  transform: scaleX(1) scaleY(1);
}

.discover-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.outer-circle-image svg {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 120px;
  height: 120px;
  pointer-events: none;
}

.outer-circle-image .spin-svg {
  display: block;
}

.outer-circle-image .circle-svg {
  display: none;
}

.discover-card:hover .outer-circle-image .spin-svg,
.discover-card:focus-within .outer-circle-image .spin-svg {
  display: none;
}

.discover-card:hover .outer-circle-image .circle-svg,
.discover-card:focus-within .outer-circle-image .circle-svg {
  display: block;
}

.discover-image-container,
.discover-info-container {
  position: relative;
  z-index: 2;
  transition: transform 0.7s ease-in-out;
}

.discover-image-container {
  margin-bottom: 58px;
}

.discover-card:hover .discover-image-container,
.discover-card:focus-within .discover-image-container {
  transform: translateY(10px);
}

.discover-card:hover .discover-info-container,
.discover-card:focus-within .discover-info-container {
  transform: translateY(-10px);
}

.discover-img {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.discover-img > svg {
  display: block;
  width: 49px;
  height: 48px;
  max-width: none;
  transform: translateX(-0.134766px);
}

.discover-icon-img {
  position: absolute;
  inset: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  transition: opacity 0.7s ease;
}

.discover-icon-hover {
  opacity: 0;
}

.discover-card:hover .discover-icon-normal,
.discover-card:focus-within .discover-icon-normal {
  opacity: 0;
}

.discover-card:hover .discover-icon-hover,
.discover-card:focus-within .discover-icon-hover {
  opacity: 1;
}

.discover-icon svg rect, .discover-img svg path{
  transition: fill 0.3s ease;
}

.discover-card:hover .discover-img svg rect {
  fill: #ffffff;
}

.discover-card:hover .discover-img svg path {
  fill: #3d6def;
}

.discover-info-container {
  padding-bottom: 20px;
}

.discover-main-text {
  max-width: 315px;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: left;
  transition: color 0.7s ease;
}

.discover-card:hover .discover-main-text,
.discover-card:focus-within .discover-main-text {
  color: #fff;
}

.locations {
  padding: 34px 0 76px;
  background: #fff;
  overflow: hidden;
}

.locations-container {
  width: min(calc(100% - 180px), 1280px);
  margin: 0 auto;
}

.locations h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 32px;
}

.location-panel {
  position: relative;
  width: 100%;
  height: 640px;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  background: #d9e8f3;
}

.location-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 160ms var(--how-ease, ease-out);
}

.location-image.active {
  opacity: 1;
}

.location-image-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.location-glass {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 23px;
  z-index: 3;
  display: flex;
  height: 155px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.location-column {
  position: relative;
  width: 33.333%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 20px;
  text-align: left;
  transition: background 150ms ease;
}

.location-column:hover,
.location-column:focus-visible,
.location-column.active {
  background: rgba(255, 255, 255, 0.045);
}

.location-column:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: -8px;
}

.location-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 106px;
  background: rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.location-title-row {
  display: block;
  min-height: 30px;
  padding-right: 4px;
}

.location-title {
  display: block;
  max-width: 265px;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.location-copy {
  display: block;
  margin-top: 11px;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.location-arrow {
  position: absolute;
  top: 25px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  transition: transform 150ms ease;
}

.location-column:hover .location-arrow,
.location-column:focus-visible .location-arrow {
  transform: translateX(2px) scale(1.04);
}

.location-mobile-slider {
  display: none;
}

.metrics .location-mobile-slider {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .location-image {
    transition-duration: 80ms;
  }
}

.case-study-slider {
  position: relative;
}

.case-study-slider .section-heading {
  margin-bottom: 48px;
  padding-bottom: 0;
  text-transform: none;
}

.testimonial-nav {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  gap: 20px;
}

.testimonial-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: #ecf2ff;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease;
}

.testimonial-nav button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.testimonial-nav button:disabled {
  cursor: default;
}

.testimonial-nav button:disabled img {
  opacity: 0.5;
}

.testimonial-nav img {
  display: block;
  width: 20px;
  height: 20px;
}

.testimonial-viewport {
  margin-right: calc((100vw - min(100vw, var(--container))) / -2);
  padding-right: calc((100vw - min(100vw, var(--container))) / 2);
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.testimony-item {
  flex: 0 0 calc((100% - 29px) / 2.2);
  height: 355px;
  padding: 42px 12px 42px 42px;
  border: 1px solid #eff0f6;
  box-shadow: 0 8px 16px rgba(165, 165, 165, 0.08);
  background: #ecf2ff;
  border-radius: 20px;
  display: grid;
  gap: 32px;
  align-content: space-between;
}

.testimony-content {
  max-height: 155px;
  overflow-y: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding-right: 26px;
  color: #0c0e2c;
}

.testimony-content::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #e7e7e7;
}

.testimony-content::-webkit-scrollbar {
  width: 4px;
  background-color: #e7e7e7;
}

.testimony-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #595959;
}

.testimony-user-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-right: 26px;
}

.testimony-user-img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
}

.testimony-item .user-details {
  display: grid;
  gap: 8px;
}

.testimony-item .user-name {
  color: #170f49;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.testimony-item .user-designation {
  color: #6f6c90;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 165px;
}

.faq-copy {
  display: grid;
  align-content: start;
}

.faq-copy h2 {
  line-height: 48px;
}

.faq-copy p {
  color: #000;
  line-height: 1.6;
}

.faq-copy a {
  width: 150px;
  padding: 0;
}

.faq-list {
  border-radius: 16px;
  padding: 20px 35px;
  background: var(--pale-blue);
}

details {
  border-bottom: 2px solid rgba(111, 111, 111, 0.36);
  padding: 21px 0;
}

details:last-child {
  border-bottom: 0;
}

summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 16px;
}

.form-checkbox-row {
  display: flex;
  align-items: flex-start;
}

.form-checkbox-row input[type="checkbox"] {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.form-checkbox-row label {
  position: relative;
  min-height: 22px;
  padding-left: 30px;
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.form-checkbox-row label::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #3d6def;
  border-radius: 4px;
  background: #fff;
  content: "";
  transition: background 0.2s ease, border-color 0.2s ease;
}

.form-checkbox-row label::after {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}

.form-checkbox-row input[type="checkbox"]:focus-visible + label::before {
  outline: 2px solid rgba(61, 109, 239, 0.35);
  outline-offset: 2px;
}

.form-checkbox-row input[type="checkbox"]:checked + label::before {
  border-color: #3d6def;
  background: #3d6def;
}

.form-checkbox-row input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .site-header {
    top: 20px;
    margin-bottom: -96px;
  }

  .site-header .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .header-inner {
    height: 72px;
    padding: 13px;
    border-radius: 44px;
    gap: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.66));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .brand img {
    width: clamp(154px, 23vw, 180px);
  }

  .mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .mobile-call img {
    width: 20px;
    height: 20px;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: 0;
    color: #fff;
    background: var(--blue-2);
    border-radius: 50px;
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .mobile-panel {
    display: grid;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(-110%);
    transition: transform 0.3s ease;
    z-index: 30;
    padding: 24px;
    gap: 22px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
  }

  .mobile-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .mobile-panel-top img {
    width: 170px;
  }

  .mobile-close {
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-panel a {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .who-we-work-container {
    flex-wrap: wrap;
  }

  .who-we-work-card,
  .who-we-work-card:hover {
    width: 100%;
    height: 390px;
  }

  .image-area-bold img {
    height: 390px;
  }

  .who-we-work-card:hover .work-content-area {
    height: 115px;
  }

  .discover-grid,
  .how-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-viewport {
    margin-right: calc((100vw - min(100vw, var(--container))) / -2);
    padding-right: 48px;
  }

  .testimony-item {
    flex-basis: min(460px, calc((100% - 24px) / 1.5));
  }

  .discover {
    padding: 100px 0 86px;
  }

  .discover .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .discover-grid {
    gap: 22px;
    margin-top: 52px;
  }

  .discover-card {
    height: 210px;
  }

  .discover-main-text {
    font-size: 21px;
  }

  .locations {
    padding: 32px 0 70px;
  }

  .locations-container {
    width: min(calc(100% - 48px), 1180px);
  }

  .location-panel {
    height: 540px;
  }

  .location-glass {
    left: 24px;
    right: 24px;
    bottom: 20px;
    height: 200px;
  }

  .location-column {
    padding: 28px 0px 24px 24px;
  }

  .location-column:not(:last-child)::after {
    top: 28px;
    height: 145px;
  }

  .location-title {
    font-size: 17px;
  }

  .location-copy {
    font-size: 13px;
    line-height: 1.52;
  }

  .location-arrow {
    top: 27px;
    right: 20px;
  }

  .how {
    height: auto;
    min-height: 675px;
    padding: 76px 0 82px;
  }

  .how-shell {
    display: grid;
    grid-template-areas:
      "title"
      "stage"
      "controls"
      "button";
    justify-items: center;
    width: min(calc(100% - 48px), 560px);
    height: auto;
  }

  .how-copy {
    position: static;
    display: contents;
    text-align: center;
    transform: none;
  }

  .how-stage {
    grid-area: stage;
    position: relative;
    inset: auto;
    width: 100%;
    height: 440px;
    margin-top: -6px;
    overflow: hidden;
  }

  .how-stage::before {
    content: "";
    position: absolute;
    top: 130px;
    left: 50%;
    z-index: 1;
    width: 520px;
    height: 520px;
    border: 1.5px solid #0F5AED;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .how-curve {
    display: none;
  }

  .how-curve-desktop-path {
    display: none;
  }

  .how-curve-mobile-path {
    display: block;
  }

  .how-copy h2 {
    grid-area: title;
    font-size: clamp(26px, 5vw, 36px);
    text-align: center;
  }

  .how-know-btn {
    grid-area: button;
    width: 184px;
    height: 52px;
    margin-top: 30px;
  }

  .how-controls {
    grid-area: controls;
    gap: 10px;
    margin-top: 4px;
  }

  .how-active-text {
    top: 258px;
    left: 50%;
    width: min(450px, calc(100vw - 72px));
    text-align: center;
    transform: translate(-50%, 0);
  }

  .how-active-text h3 {
    font-size: 25px;
    margin-bottom: 22px;
  }

  .how-active-text p {
    max-width: 450px;
    font-size: 12px;
    line-height: 1.5;
  }

  .how-node-label {
    display: none;
  }

  .how-node:not(.is-mobile-train) {
    display: none;
  }

  .how-node.is-mobile-train {
    display: flex;
  }

}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .site-header {
    top: 20px;
    margin-bottom: -96px;
  }

  .header-inner {
    height: 60px;
    padding: 13px;
  }

  .brand img {
    width: clamp(146px, 40vw, 156px);
  }

  .metric-grid{
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .metric-grid strong{
    font-size: 28px;
  }

  .metric-grid span{
    font-size: 12px;
  }

  .metrics h2,
  .who-card h2,
  .work-with h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .who-card p {
    max-width: 320px;
    font-size: 12px;
    line-height: 20px;
  }

  .metric-grid {
    gap: 20px;
  }

  .work-with {
    padding-top: 40px;
  }

  .work-heading {
    margin-bottom: 30px;
  }

  .who-we-work-container {
    gap: 18px;
  }

  .who-we-work-card,
  .who-we-work-card:hover {
    width: 375px;
    height: 360px;
    margin: 0 auto;
  }

  .image-area-bold img {
    height: 470px;
  }

  .image-area-bold > .work-text {
    display: none;
  }

  .work-content-area,
  .who-we-work-card:hover .work-content-area {
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.5) 86%);
  }

  .work-flow-up {
    width: 100%;
    padding: 24px 20px 28px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .work-content-area .work-text {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.4px;
    padding-bottom: 12px;
  }

  .work-sub-para {
    font-size: 12px;
    line-height: 1.55;
    font-weight: 500;
  }

  .discover-grid,
  .how-steps {
    grid-template-columns: 1fr;
  }

  .discover {
    padding: 60px 0 62px;
  }

  .discover h2 {
    font-size: 22px;
  }

  .discover .container {
    width: min(calc(100% - 26px), var(--container));
  }

  .discover-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .discover-card {
    height: 168px;
    padding: 18px 18px 24px;
    border-radius: 18px;
    background: linear-gradient(92deg, #eef2ff 0%, #fff 58%);
    color: #222;
  }

  .discover-card::before {
    border-radius: 25px;
  }

  .discover-card::after {
    border-radius: 25px;
  }

  .outer-circle-image svg {
    top: -18px;
    right: -18px;
    width: 70px;
    height: 70px;
  }

  .discover-image-container {
    margin-bottom: 38px;
  }

  .discover-img,
  .discover-icon-img {
    width: 48px;
    height: 48px;
  }

  .discover-main-text {
    max-width: 260px;
    font-size: 13px !important;
    line-height: 1.14;
  }

  .how {
    height: auto;
    min-height: 100%;
    padding: 64px 0 72px;
  }

  .how-shell {
    width: min(calc(100% - 32px), 532px);
    height: auto;
  }

  .how-copy h2 {
    font-size: 22px;
  }

  .how-copy {
    display: contents;
  }

  .how-know-btn {
    width: 184px;
    height: 52px;
    font-size: 14px;
  }

  .how-controls {
    gap: 18px;
    margin-top: 10px !important;
  }

  .how-counter {
    min-width: 66px;
    font-size: 14px;
  }

  .how-arrow {
    font-size: 28px;
  }

  .how-stage {
    position: relative;
    inset: auto;
    height: 440px;
    margin-top: -28px;
  }

  .how-node-timer {
    display: none;
  }

  .how-node-label {
    display: none;
  }

  .how-active-text {
    top: 252px;
    left: 50%;
    width: min(430px, calc(100vw - 64px));
    text-align: center;
    transform: translate(-50%, 0);
  }

  .how-active-text h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .how-active-text p {
    max-width: 430px;
    font-size: 12px;
    line-height: 1.5;
  }

  .locations {
    min-height: 680px;
    padding: 56px 0 !important;
  }

  .locations-container {
    width: 100%;
  }

  .locations h2 {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .location-panel {
    display: none;
  }

  .location-mobile-slider {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .location-mobile-track {
    --location-mobile-slide-width: min(320px, calc(100vw - 38px));
    display: flex;
    align-items: flex-end;
    gap: 10px;
    overflow-x: auto;
    scroll-padding-inline: calc((100vw - var(--location-mobile-slide-width)) / 2);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 calc((100vw - var(--location-mobile-slide-width)) / 2);
  }

  .location-mobile-track::-webkit-scrollbar {
    display: none;
  }

  .location-mobile-slide {
    position: relative;
    flex: 0 0 var(--location-mobile-slide-width);
    min-height: 495px;
    overflow: hidden;
    border-radius: 16px;
    background: #dbe6ef;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .location-mobile-slide:focus-visible {
    outline: 2px solid var(--blue-2);
    outline-offset: 4px;
  }

  .location-mobile-media,
  .location-mobile-media video {
    width: 100%;
    height: 495px;
    border-radius: 24px;
  }

  .location-mobile-media {
    overflow: hidden;
  }

  .location-mobile-media video {
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(0.8) translateY(84px);
    transition: height 0.7s ease, transform 0.7s ease, border-radius 0.7s ease;
  }

  .location-mobile-slide.active .location-mobile-media video {
    border-radius: 16px;
    transform: scale(1.1) translateY(-8px);
  }

  .location-mobile-card {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: block;
    min-height: 0;
    padding: 11px;
    color: #fff;
    border: none;
    border-radius: 10px;
    background:
      linear-gradient(90deg, rgba(20, 24, 22, 0.5), rgba(35, 38, 34, 0.36), rgba(18, 22, 20, 0.48));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    transition: opacity 0.7s ease;
    pointer-events: none;
  }

  .location-mobile-slide.active .location-mobile-card {
    opacity: 1;
    pointer-events: auto;
  }

  .location-mobile-card .location-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 31px;
    padding-right: 0;
  }

  .location-mobile-card .location-title {
    max-width: 210px;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
  }

  .location-mobile-card .location-copy {
    max-width: none;
    margin-top: 12px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: left;
  }

  .location-mobile-card .location-arrow {
    position: static;
    width: 31px;
    height: 30px;
    flex: 0 0 31px;
    color: #1f1f1f;
    background: transparent;
    transition: transform 0.2s ease;
  }

  .location-mobile-slide:hover .location-arrow,
  .location-mobile-slide:focus-visible .location-arrow {
    transform: rotate(-45deg);
  }

  .section-heading {
    font-sizre: 22px;
  }

  .case-study-slider .section-heading {
    margin-bottom: 48px;
    text-align: center;
  }

  .testimonial-nav {
    display: none;
  }

  .testimonial-viewport {
    overflow-x: auto;
    margin-right: -16px;
    padding: 0 16px 4px 0;
    scrollbar-width: none;
  }

  .testimonial-viewport::-webkit-scrollbar {
    display: none;
  }

  .testimonial-track {
    transition: none;
  }

  .testimony-item {
    flex: 0 0 82%;
    height: auto;
    min-height: 238px;
    padding: 16px 8px 16px 16px;
    gap: 0px;
    align-content: unset;
  }

  .testimony-content {
    max-height: 120px;
    font-size: 12px;
    line-height: 21px;
    padding-right: 14px;
  }

  .testimony-user-wrap {
    gap: 12px;
    padding-right: 14px;
  }

  .testimony-user-img {
    width: 52px;
    height: 52px;
  }

  .testimony-item .user-details {
    gap: 4px;
  }

  .testimony-item .user-name {
    font-size: 12px;
    line-height: 18px;
  }

  .testimony-item .user-designation {
    font-size: 10px;
    line-height: 14px;
  }

  .faq-container-section .sun-para-area p {
    /* font-size: 12px !important; */
    line-height: 24px !important;
    margin-bottom: 25px !important;
    padding-bottom: 0px !important;
  }

  .faq-list {
    padding: 0;
  }

  details {
    padding: 24px 16px;
  }

  summary {
    font-size: 14px;
  }

  .form-checkbox-row input[type="checkbox"] {
    position: absolute;
    width: auto;
    height: auto;
  }
}

/* Final reference overrides: keep these last. */
body {
  color: #000;
  letter-spacing: 0.5px;
}

.container {
  /* width: min(calc(100% - 48px), var(--container)); */
  max-width: 1350px;
  padding: 0;
}

.section {
  padding: 90px 0;
  overflow: hidden;
  scroll-margin-top: 50px;
}

.section-heading {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.center-text .section-heading,
.text-center {
  text-align: center;
}

[data-common-navbar] {
  display: contents;
}

.main-brand-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 999;
  width: min(calc(100% - 48px), 1376px);
  max-width: 1376px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  background: linear-gradient(90.28deg, rgba(255, 255, 255, 0.7) 0.06%, rgba(255, 255, 255, 0.6) 100.06%);
  box-shadow: 0 8px 16px #00000014;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.main-brand-header .header-inner {
  height: auto;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.logo {
  display: block;
  padding-left: 10px;
}

.logo-img {
  display: block;
  width: 196px;
}

.main-nav {
  display: block;
}

.header-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-brand-header .nav-link {
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.3px;
}

.dropdown-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.nav-item-wrapper {
  position: relative;
  cursor: pointer;
}

.nav-dropdown-list {
  position: absolute;
  top: 65px;
  width: 135px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border: 1px solid #fff;
  border-radius: 13px;
  background: linear-gradient(90.28deg, rgba(255, 255, 255, 0.7) 0.06%, rgba(255, 255, 255, 0.6) 100.06%);
  box-shadow: 0 8px 16px #00000014;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.6s ease-in-out;
}

.nav-dropdown-list a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
}

.nav-dropdown-list a:hover {
  color: #3d6def;
}

.nav-item-wrapper:hover .nav-dropdown-list,
.nav-dropdown-list:hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.nav-item-wrapper .menu-arrow {
  width: 11px;
  padding-top: 2px;
  transform: rotate(0deg);
  transition: transform 0.6s ease-in-out;
}

.nav-item-wrapper:hover .menu-arrow {
  transform: rotate(-180deg);
}

.header-btn-wrap {
  display: flex;
}

.header-button {
  width: 165px;
  height: 50px;
  border-radius: 50px;
  background: #3d6def;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 16px #204cc71f;
}

.plotting-page .brown-header-class .header-button,
.plotting-page .main-brand-header .header-button {
  background: #ae7e50;
  box-shadow: 0 8px 16px rgba(120, 81, 47, 0.18);
  font-weight: 500;
}

.plotting-page .brown-header-class .header-button:hover {
  color: #ae7e50;
  border-color: #ae7e50;
}

.plotting-page .nav-dropdown-list a:hover,
.plotting-page .dropdown-nav-link:hover {
  color: #ae7e50;
}

.plotting-page .brown-logo {
  width: 196px;
}

.plotting-page .mobile-toggle.menu-button p {
  background: #ac7d54;
}

.plotting-page .mobile-panel .nav-link,
.plotting-page .mobile-panel .dropdown-nav-link {
  color: #272727;
}

.hamburger-menu,
.mobile-panel {
  display: none;
}

.button-click-cover {
  display: flex;
  justify-content: center;
}

.button-click-cover.left-button {
  justify-content: flex-start;
}

.white-button {
  margin-top: 25px;
}

.white-button a {
  width: 170px;
  height: 50px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  background: transparent;
  box-shadow: 0 8px 16px #0000001f;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-weight: 500;
  line-height: 100%;
}

.blue-button a,
.blue-btn {
  height: 50px;
  padding: 0;
  border-radius: 50px;
  background: #3d6def;
  color: #fff;
  box-shadow: 0 8px 16px #00000014;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.4px;
  transition: all 0.4s ease-in-out;
}

.blue-button.small-btn a {
  width: 150px !important;
}

.blue-button.large-btn a {
  width: 170px !important;
}

.counter-grid-area {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 0;
  margin-top: 50px;
}

.stat-number {
  margin: 0;
  background: linear-gradient(106.49deg, #204cc7 0%, #95b1ff 99.96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-align: center;
}

.stat-text {
  margin: 0;
  padding-top: -6px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 15px;
}

.about-who-we-are {
  padding-top: 70px;
}

.about-who-we-are .who-we-section-inner {
  position: relative;
  z-index: 0;
  padding: 48px 0;
  border-radius: 24px;
  box-shadow: 0 8px 16px #fef8f414;
}

.about-who-we-are .who-card {
  display: block;
  gap: 0;
}

.about-who-we-are .who-card::before {
  display: none;
}

.about-who-we-are .who-we-section-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url("../assets/images/multi-line-circle.png") center/contain no-repeat;
  opacity: 1;
  animation: spin 160s linear infinite;
}

.about-who-we-are .who-we-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
  max-width: 610px;
  margin: 0 auto;
}

.about-who-we-are .who-we-content p {
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 26px !important;
  font-weight: 500;
}

.about-hero-button .blue-button {
  margin-top: 30px;
}

.discover-section-container .section-heading,
.our-location-section .section-heading {
  text-align: center;
}

.discover-section-container {
  background: linear-gradient(0deg, #fff, #ebf4ff00), linear-gradient(180deg, #ebf4ff 0%, #fff 48.5%);
  padding: 140px 0 90px !important;
}

.discover-section-container .section-heading {
  margin-bottom: 30px;
}

.discover-cover-area {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 30px;
}

.discover-cover-area.discover-grid {
  margin-top: 0;
}

.discover-info-container p,
.discover-main-text {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.4px;
  text-align: left;
}

.our-location-section .section-heading {
  margin-bottom: 45px;
}

.our-location-section .locations-container {
  width: min(calc(100% - 48px), 1376px);
  max-width: 1350px !important;
}

.our-location-section .location-panel {
  height: 700px;
  border-radius: 24px;
}

.faq-container-section .section-heading {
  line-height: 48px;
}

.faq-container-row {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 50px;
}

.faq-container-col-first {
  width: 89%;
}

.faq-container-section .sun-para-area p {
  padding: 15px 0;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.faq-container-one,
.faq-list {
  border-radius: 16px;
  padding: 20px 35px;
  background: #ecf2ff;
}

.faq-list details {
  border-bottom: 2px solid #6f6f6f5c;
  padding: 20px 0 23px;
}

.faq-list summary {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.5px;
}

.faq-answer {
  color: #000;
  padding: 16px 0 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

@media (max-width: 1024px) {
  .main-brand-header {
    top: 20px;
    width: 90%;
    margin-bottom: -96px;
    background-color: #fff;
  }

  .main-brand-header .header-inner {
    padding: 20px 15px;
  }

  .logo-img {
    width: 100%;
    max-width: 216px;
  }

  .main-nav,
  .header-btn-wrap {
    display: none;
  }

  .hamburger-menu {
    display: block;
    cursor: pointer;
  }

  .menu-small-contain {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .menu-small-contain img {
    width: 25px;
  }

  .mobile-toggle.menu-button {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
  }

  .mobile-toggle.menu-button p {
    margin: 0;
    padding: 8px 13px;
    border-radius: 31px;
    background: #3d6def;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.4px;
  }

  .mobile-panel {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 0;
    background: linear-gradient(90.28deg, rgba(255, 255, 255, 0.7) 0.06%, rgba(255, 255, 255, 0.6) 100.06%);
    box-shadow: none;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    transform: translateY(-110%);
    transition: transform 500ms ease-in-out;
  }

  .mobile-panel.open {
    transform: translateY(0);
  }

  .mobile-panel .p-sidebar-header,
  .mobile-panel .p-sidebar-content {
    padding: 24px;
  }

  .mobile-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }

  .mobile-panel-top .logo {
    display: none;
  }

  .mobile-close {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-close img {
    width: 18px;
  }

  .mobile-menu-wrap {
    display: grid;
    gap: 32px;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .mobile-menu .nav-link {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f5aed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 100%;
    letter-spacing: 0.1px;
    text-align: left;
  }

  .mobile-menu .menu-arrow {
    width: 16px;
    transition: transform 0.3s ease;
  }

  .mobile-accordion.open .menu-arrow {
    transform: rotate(-180deg);
  }

  .mobile-dropdown {
    display: grid;
    gap: 24px;
  }

  .mobile-dropdown[hidden] {
    display: none;
  }

  .dropdown-nav-link {
    color: #0f5aed;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }

  .discover-cover-area {
    grid-template-columns: repeat(2, 2fr);
  }

  .faq-container-row {
    grid-template-columns: 1fr;
  }

  .faq-container-col-first {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
    padding: 0;
  }

  .main-brand-header {
    position: fixed;
    top: 15px;
    left: 20px;
    right: auto;
    z-index: 100;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    box-sizing: border-box;
    margin: 0 0 0 0 !important;
    padding: 0 13px;
    transform: none;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }

  .main-brand-header .header-inner {
    width: 100%;
    padding: 20px 0;
  }

  .logo {
    padding-left: 0;
  }

  .logo-img {
    width: 145px;
  }

  .menu-small-contain {
    gap: 22px;
  }

  .hamburger-menu {
    position: fixed;
    right: 10px;
    z-index: 101;
  }

  .menu-small-contain img {
    width: 20px;
  }

  .section-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .section {
    padding: 56px 0;
  }

  .about-who-we-are {
    padding-top: 0 !important;
  }

  .about-who-we-are .section-heading{
    margin-bottom: 8px;
  }

  .discover-section-container {
    padding: 80px 0 56px !important;
  }

  .counter-grid-area {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 35px;
  }

  .stat-number {
    font-size: 28px;
  }
  .stat-text {
    font-size: 12px !important;
    margin-top: 18px;
    line-height: 17px;
  }

  .about-who-we-are .who-we-section-inner {
    padding: 22px 16px;
  }

  .about-who-we-are .who-we-content {
    gap: 15px;
  }

  .about-who-we-are .who-we-content p {
    font-size: 12px;
    line-height: 26px !important;
  }

  .discover-cover-area {
    grid-template-columns: 1fr;
  }

  .testimonials {
    padding: 56px 0 !important;
  }

  /* .faq-container-row {
    padding: 0px 0px 56px;
  } */

  .faq-container-section .section-heading {
    line-height: 30px;
  }

  .faq-container-one,
  .faq-list {
    padding: 0;
  }

  .faq-list details {
    padding: 24px 14px;
  }
}

:where(body.home-page) .why-us-sticky-wrapper.what-do-wrapper {
  position: relative;
  padding: 0 0 90px;
  overflow: visible;
  scroll-margin-top: 120px;
}

:where(body.home-page) .why-us-sticky-wrapper.what-do-wrapper::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 380px;
  left: -170px;
  top: 30px;
  background: url("../assets/images/asterisk.svg") center/contain no-repeat;
  opacity: 0.36;
  animation: spin 160s linear infinite;
  pointer-events: none;
}

:where(body.home-page) .what-do-wrapper .why-us-section {
  overflow: visible !important;
}

:where(body.home-page) .what-do-wrapper .container,
:where(body.home-page) .what-do-wrapper .why-us-inner,
:where(body.home-page) .what-do-stack,
:where(body.home-page) .what-do-pin-area {
  overflow: visible;
}

:where(body.home-page) .what-do-wrapper .why-us-inner {
  display: grid;
  gap: 55px;
  max-width: 1376px;
  margin: 0 auto;
}

:where(body.home-page) .what-do-wrapper .section-heading {
  margin: 0;
  text-align: center;
}

:where(body.home-page) .what-do-tabs {
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 0;
  background: transparent;
}

:where(body.home-page) .what-do-tabs button {
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  min-width: 112px;
  padding: 13px 23px;
  background: #eee;
  color: #000;
  font: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

:where(body.home-page) .what-do-tabs button.active {
  background: #3d6def;
  color: #fff;
}

:where(body.home-page) .what-do-tabs button:focus-visible {
  outline: 2px solid #1f56ff;
  outline-offset: 3px;
}

:where(body.home-page) .what-do-cards {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

:where(body.home-page) .what-do-card {
  z-index: 1;
  width: 100%;
  margin: 0 auto 50px;
  border-radius: 40px;
  background: linear-gradient(180deg, #ecf2ff 0%, #fff 100%);
  outline: 0;
  transform-origin: top center;
  will-change: transform;
  transition: background 0.25s ease;
}

:where(body.home-page) .what-do-card[data-what-card="trading"] {
  z-index: 2;
}

:where(body.home-page) .what-do-card[data-what-card="aggregation"] {
  z-index: 3;
}

:where(body.home-page) .what-do-card.active {
  background: url("../assets/images/filter_images/card-bg.webp") center/cover no-repeat;
  background-size: cover;
  background-position: top;
  /* background: linear-gradient(90deg, #204CC7 0%, #95B1FF 100%); */
}

:where(body.home-page) .what-do-card-inner {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
  gap: 49px;
  padding: 22px;
  border: 1px solid #2157f9a3;
  border-radius: 40px;
}

:where(body.home-page) .what-do-card.active .what-do-card-inner {
  border-color: transparent;
}

:where(body.home-page) .what-do-image-cover {
  height: 324px;
  max-height: 324px;
}

:where(body.home-page) .what-do-image-cover img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

:where(body.home-page) .what-do-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 10px;
}

:where(body.home-page) .what-do-copy h3 {
  margin: 0 0 17px;
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

:where(body.home-page) .what-do-paras { 
  display: flex;
  flex-direction: column;
  gap: 25px;
}

:where(body.home-page) .what-do-paras p {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.3px;
}

:where(body.home-page) .what-do-card.active .what-do-copy h3,
:where(body.home-page) .what-do-card.active .what-do-paras p {
  color: #fff;
}

:where(body.home-page) .what-do-spacer {
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 40px;
}

:where(body.home-page) .home-who-we-work-section {
  padding-top: 170px;
}

@media (min-width: 1025px) {
  :where(body.home-page) .how {
    height: 830px;
    min-height: 830px;
    padding: 90px 0;
  }
}

:where(body.home-page) .discover-section-container.home-discover-cover-form .discover-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f5aed 0%, transparent 25%);
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

body.home-page .how-know-btn,
body.home-page .faq-copy .button-click-cover.blue-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50px;
  background: #3d6def;
  color: #fff;
  box-shadow: 0 8px 16px #00000014;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

body.home-page .how-know-btn:hover,
body.home-page .how-know-btn:focus-visible,
body.home-page .how-know-btn:active,
body.home-page .faq-copy .button-click-cover.blue-button a:hover,
body.home-page .faq-copy .button-click-cover.blue-button a:focus-visible,
body.home-page .faq-copy .button-click-cover.blue-button a:active {
  border: 2px solid #3d6def;
  outline: none;
  border-radius: 50px;
  background: #fff !important;
  color: #3d6def;
  box-shadow: 0 8px 16px #00000014;
  font-size: 16px !important;
  font-weight: 400 !important;
}

:where(body.home-page) .about-who-we-are .about-hero-button .button-click-cover.blue-button a {
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

:where(body.home-page) .about-who-we-are .about-hero-button .button-click-cover.blue-button a:hover,
:where(body.home-page) .about-who-we-are .about-hero-button .button-click-cover.blue-button a:focus-visible {
  height: 50px;
  border: 2px solid #3d6def;
  outline: none;
  border-radius: 50px;
  background: #fff !important;
  color: #3d6def;
  box-shadow: 0 8px 16px #00000014;
  font-weight: 400;
  font-size: 16px !important;
}

@media (max-width: 1024px) {
  :where(body.home-page) .what-do-wrapper .why-us-inner {
    gap: 30px;
  }

  :where(body.home-page) .what-do-tabs {
    gap: 8px;
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
  }

  :where(body.home-page) .what-do-cards {
    width: min(680px, 100%);
  }

  :where(body.home-page) .what-do-card {
    margin-bottom: 42px;
    border-radius: 40px;
  }

  :where(body.home-page) .what-do-card-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
    padding: 22px 22px 40px;
  }

  :where(body.home-page) .what-do-image-cover {
    height: auto;
    max-height: none;
  }

  :where(body.home-page) .what-do-image-cover img {
    aspect-ratio: 3 / 2;
  }

  :where(body.home-page) .what-do-copy h3 {
    font-size: 20px;
  }

  :where(body.home-page) .what-do-paras p {
    font-size: 12px;
  }

  :where(body.home-page) .what-do-spacer {
    height: 390px;
  }
}

@media (max-width: 767px) {
:where(body.home-page) .why-us-sticky-wrapper.what-do-wrapper {
    padding-bottom: 0;
    scroll-margin-top: 96px;
  }

  :where(body.home-page) .what-do-wrapper .why-us-section {
    padding: 0;
  }

  :where(body.home-page) .what-do-wrapper .why-us-inner {
    gap: 56px;
  }

  :where(body.home-page) .what-do-tabs {
    width: min(292px, 100%);
    margin-bottom: 35px;
    padding: 0;
    background: transparent;
    will-change: transform;
  }

  :where(body.home-page) .what-do-tabs button {
    min-width: auto;
    padding: 13px 23px;
    font-size: 12px;
  }

  :where(body.home-page) .what-do-cards {
    width: 100%;
  }

  :where(body.home-page) .what-do-card {
    margin-bottom: 34px;
    border-radius: 34px;
    overflow: hidden;
  }

  :where(body.home-page) .what-do-card-inner {
    gap: 24px;
    padding: 20px 20px 40px;
    border-radius: 34px;
  }

  :where(body.home-page) .what-do-image-cover img {
    border-radius: 20px;
  }

  :where(body.home-page) .what-do-copy {
    padding-top: 0;
  }

  :where(body.home-page) .what-do-copy h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  :where(body.home-page) .what-do-paras {
    gap: 18px;
  }

  :where(body.home-page) .what-do-paras p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }

  :where(body.home-page) .what-do-spacer {
    height: 470px;
  }

  :where(body.home-page) .home-who-we-work-section {
    padding-top: 28px;
  }

:where(body.home-page) .location-mobile-slider {
    width: 100vw !important;
    margin-left: 50% !important;
    overflow: hidden !important;
    transform: translateX(-50%);
  }

  :where(body.home-page) .location-mobile-track {
    --location-mobile-slide-width: min(390px, calc(100vw - 52px));
    gap: 10px !important;
    overflow: visible !important;
    overflow-x: visible !important;
    scroll-padding-inline: 0 !important;
    scroll-snap-type: none !important;
    padding: 0 0 0 24px !important;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  :where(body.home-page) .location-mobile-slide {
    flex: 0 0 var(--location-mobile-slide-width) !important;
    width: var(--location-mobile-slide-width) !important;
    background-color: #dbe6ef;
    background-position: center;
    background-size: cover;
  }

  :where(body.home-page) .location-mobile-slide[data-location-mobile-slide="alibag"] {
    background-image: url("../assets/images/filter_images/brego-land-hero-img.webp");
  }

  :where(body.home-page) .location-mobile-slide[data-location-mobile-slide="karjat"] {
    background-image: url("../assets/images/karjat.webp");
  }

  :where(body.home-page) .location-mobile-slide[data-location-mobile-slide="goa"] {
    background-image: url("../assets/images/goa.webp");
  }

  :where(body.home-page) .location-mobile-media,
:where(body.home-page) .location-mobile-media video,
:where(body.home-page) .location-mobile-slide.active .location-mobile-media video {
    width: 100% !important;
    height: 495px !important;
    border-radius: 26px !important;
  }

  :where(body.home-page) .location-mobile-media video,
:where(body.home-page) .location-mobile-slide.active .location-mobile-media video {
    object-fit: cover;
    object-position: center;
    transform: none !important;
  }

  :where(body.home-page) .location-mobile-media {
    background: inherit;
    background-position: inherit;
    background-size: inherit;
  }

  :where(body.home-page) .location-mobile-media video {
    background: inherit;
    opacity: 1 !important;
  }

  :where(body.home-page) .location-mobile-slide:not(.active) .location-mobile-card {
    opacity: 0;
  }

  html:where(.home-page-root),
body:where(.home-page) {
    max-width: 100%;
    overflow-x: clip;
  }

  :where(body.home-page) .how {
    /* min-height: 760px; */
    padding: 80px 0 28px;
  }

  :where(body.home-page) .how-stage {
    height: 400px;
  }

  :where(body.home-page) .how-active-text h3 {
    margin-bottom: 16px;
  }

  :where(body.home-page) .how-active-text p {
    line-height: 1.45;
  }

  :where(body.home-page) .how-controls {
    margin-top: 6px;
  }

  :where(body.home-page) .discover .container {
    width: min(calc(100% - 48px), 532px);
  }

  :where(body.home-page) .discover-cover-area.discover-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    margin-top: 34px;
  }

  :where(body.home-page) .discover-card {
    height: auto;
    min-height: 0;
    border-radius: 20px;
    padding: 20px;
  }

  :where(body.home-page) .discover-section-container.home-discover-cover-form .discover-card::after {
    border-radius: 22px;
  }

  :where(body.home-page) .discover-image-container {
    margin-bottom: 26px;
  }

  :where(body.home-page) .discover-img,
:where(body.home-page) .discover-icon-img {
    width: 48px;
    height: 48px;
  }

  :where(body.home-page) .discover-img > svg {
    width: 45px;
    height: 45px;
    transform: translateX(-0.134766px);
  }

  :where(body.home-page) .outer-circle-image svg {
    top: -15px;
    right: -15px;
    width: 70px;
    height: 70px;
  }

  :where(body.home-page) .discover-main-text {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  :where(body.home-page) .faq-list summary {
    font-size: 14px;
  }

  :where(body.home-page) .faq-answer {
    font-size: 14px;
  }

  :where(body.home-page) .form-checkbox-row input[type="checkbox"] {
    position: absolute;
    width: auto;
    height: auto;
  }
}

@media (max-width: 400px) {

  .menu-small-contain {
    gap: 20px;
  }

  .mobile-toggle.menu-button p {
    padding: 8px 11px;
  }
}

/* Common banner */
[data-common-banner] {
  display: contents;
}

.common-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  color: #fff;
}

.common-banner--media {
  height: 100vh;
  min-height: 720px;
  border-radius: 0 0 90px 90px;
}

.common-banner--simple {
  display: grid;
  min-height: 430px;
  padding: 185px 0 110px;
  color: #1f1f1f;
  place-items: center;
}

.common-banner--dark-frame {
  height: 100vh;
  min-height: 720px;
  background-color: #272727;
  background-image: var(--banner-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -180px 120px -50px #272727;
}

.common-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.common-banner__media[hidden] {
  display: none;
}

.common-banner__media-item {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.common-banner__media-item {
  z-index: 2;
}

.common-banner__media-fallback {
  z-index: 1;
}

.common-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.common-banner--media .common-banner__container {
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}

.common-banner--simple .common-banner__container {
  display: grid;
  justify-items: center;
  text-align: center;
}

.common-banner--dark-frame .common-banner__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 440px;
}

.common-banner__content {
  /* display: grid; */
  justify-items: center;
}

.common-banner--dark-frame .common-banner__content {
  justify-items: start;
}

.common-banner__title {
  margin: 0 0 25px;
  color: currentColor;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.common-banner--simple .common-banner__title {
  margin-bottom: 40px;
  color: #1f1f1f;
  font-size: 48px;
  line-height: 1;
  text-shadow: none;
}

.common-banner--dark-frame .common-banner__title {
  margin-bottom: 30px;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: none;
}

.common-banner--dark-frame .common-banner__title span {
  display: block;
}

.common-banner__subtitle {
  max-width: 850px;
  margin: -6px 0 0;
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.common-banner__body {
  max-width: 400px;
  margin: -8px 0 0;
  padding-left: 15px;
  border-left: 1px solid #686868;
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.6px;
}

.common-banner__button {
  color: #fff;
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .5px;
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 16px #0000001f;
  border: 1px solid #FFFFFF;
  text-decoration: none !important;
  border-radius: 30px;
  width: 170px;
  height: 50px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.common-banner--simple .common-banner__button,
.common-banner__button--blue {
  margin: 0 auto;
  border-color: #3d6def;
  background: #3d6def;
  color: #fff;
  box-shadow: 0 8px 16px #00000014;
  font-weight: 700;
}

.common-banner__button:hover,
.common-banner__button:focus-visible {
  background: #fff;
  color: #3d6def !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  outline: none;
}

.common-banner__button--glass-brown:hover,
.common-banner__button--glass-brown:focus-visible {
  color: #946f50 !important;
}

.common-banner__frame {
  box-sizing: border-box;
  width: 360px;
  height: 215px;
  padding: 7px;
  margin-top: 5px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.common-banner__frame-media {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.common-banner__scroll {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.common-banner__scroll[hidden] {
  display: none;
}

.common-banner__scroll-icon {
  width: 100px;
  animation: commonBannerBounce 1.8s ease-in-out infinite;
}

.common-banner__mobile-break {
  display: none;
}

@keyframes commonBannerBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

@media (max-width: 1279px) {
  .common-banner--dark-frame,
  .common-banner--dark-frame .common-banner__container {
    min-height: 680px;
  }

  .common-banner--dark-frame .common-banner__container {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
    padding-bottom: 125px;
  }

  .common-banner--dark-frame .common-banner__title {
    font-size: 30px;
  }

  .common-banner__frame {
    width: 320px;
    height: 195px;
  }
}

@media (max-width: 1024px) {
  .common-banner--simple {
    min-height: 390px;
    padding: 170px 0 80px;
  }

  .common-banner--simple .common-banner__title {
    font-size: 30px;
  }

  .common-banner--media {
    min-height: 680px;
  }

  .common-banner--media .common-banner__title {
    width: 800px;
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 1023px) {
  .common-banner--dark-frame,
  .common-banner--dark-frame .common-banner__container {
    min-height: 760px;
  }

  .common-banner--dark-frame .common-banner__container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 56px;
  }

  .common-banner--dark-frame .common-banner__frame {
    order: 2;
    justify-self: center;
    width: min(100%, 520px);
    height: 280px;
  }

  .common-banner--dark-frame .common-banner__body {
    max-width: 540px;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 768px) {

  .common-banner--simple {
    min-height: auto;
    padding: 125px 0 40px;
  }

  .common-banner--simple .common-banner__title {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .common-banner--media .common-banner__title {
    width: 100% !important;
    margin-top: 0px;
  }

  .common-banner--dark-frame {
    min-height: 720px;
    box-shadow: inset 0 -150px 110px -58px #272727;
  }

  .common-banner--dark-frame .common-banner__container {
    width: min(calc(100% - 48px), 1376px);
    min-height: 786px;
    padding-bottom: 54px;
  }

  .common-banner--dark-frame .common-banner__title {
    font-size: 20px;
    line-height: 1.48;
    letter-spacing: 1.5px;
  }

  .common-banner--dark-frame .common-banner__body {
    display: none;
  }

  .common-banner--dark-frame .common-banner__frame {
    width: 100%;
    height: 215px;
  }
}

@media (max-width: 600px) {
  .common-banner__mobile-break {
    display: block;
  }

  .common-banner--offset-mobile {
    height: calc(100vh + 80px);
    min-height: 680px;
    margin-top: -80px;
    border-radius: 0 0 40px 40px;
  }

  .common-banner--offset-mobile .common-banner__container {
    top: calc(50% + 80px) !important;
    width: 95%;
  }

  .common-banner--media {
    border-radius: 0 0 40px 40px;
  }

  .common-banner--media .common-banner__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .common-banner--media .common-banner__subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .common-banner--media .common-banner__button {
    margin: 30px auto 0;
  }

  .common-banner--offset-mobile .common-banner__scroll {
    bottom: -10%;
  }
}

@media (max-width: 420px) {
  /* .common-banner--dark-frame .common-banner__container {
    width: min(calc(100% - 32px), 1376px);
  } */

  .common-banner--dark-frame .common-banner__title {
    font-size: 21px;
  }

  .common-banner--dark-frame .common-banner__frame {
    height: 190px;
  }
}

[data-common-footer] {
  display: block;
}

.common-footer-form {
  padding: 94px 0 118px;
  background: #eaf2ff;
  color: #000;
  border-radius: 0;
  overflow: visible;
}

.common-footer-form .container,
.common-site-footer .container {
  width: min(calc(100% - 48px), var(--container));
  max-width: var(--container);
  padding: 0;
}

.common-footer-form__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(620px, 680px);
  gap: 0;
  align-items: start;
}

.common-footer-form__contact {
  width: 83%;
  padding-top: 2px;
}

.common-footer-form__heading {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left;
}

.common-footer-form__contact-list {
  display: grid;
  gap: 0;
  max-width: 680px;
  margin-top: 64px;
}

.common-footer-form__contact-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0 0 25px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 180ms ease;
}

.common-footer-form__contact-row:hover,
.common-footer-form__contact-row:focus-visible {
  color: #204cc7;
}

.common-footer-form__contact-row img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  object-fit: contain;
  filter: brightness(0);
}

.common-footer-form__address-row {
  margin-bottom: 0;
}

.common-footer-form__address-row span {
  max-width: 560px;
}

.common-investment-form {
  display: grid;
  justify-self: end;
  padding: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 22px;
  background: #f4f4f4;
}

.common-investment-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 32px;
}

.common-investment-form__field {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.common-investment-form__field--full {
  grid-column: 1 / 2;
}

.common-investment-form__field label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.common-investment-form__field input,
.common-investment-form__field select {
  width: 100%;
  height: 42px;
  border: 0;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  padding: 0 36px 13px 0;
  background-color: #f4f4f4;
  color: #111;
  font-size: 16px;
  line-height: 1.2;
  outline: 0;
}

.common-investment-form__field input::placeholder {
  color: #5f6f82;
  opacity: 1;
}

.common-investment-form__field.has-error input,
.common-investment-form__field.has-error select {
  border-bottom-color: #d80000;
}

.common-investment-form__field-error {
  display: none;
  min-height: 16px;
  margin: -12px 0 0;
  color: #d80000;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.common-investment-form__field.has-error .common-investment-form__field-error {
  display: block;
}

.common-investment-form__consent.has-error .common-investment-form__field-error {
  display: block;
  margin-top: 8px;
}

.common-investment-form__field select:focus-visible,
.common-investment-form__field select:focus {
  color: #111;
}

.common-investment-form__consent {
  grid-column: 1 / -1;
  margin-top: 38px;
}

.common-investment-form__submit {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 13px 20px;
  border: 1px solid #3d6def;
  border-radius: 12px;
  background: #3d6def;
  color: #fff;
  cursor: pointer;
  font: 500 16px/1.2 "Lato", sans-serif;
  transition: none;
}

@keyframes formSubmitSpin {
  to {
    transform: rotate(360deg);
  }
}

.common-investment-form__submit:disabled {
  cursor: not-allowed;
}

.common-investment-form__submit.is-loading {
  color: transparent;
  pointer-events: none;
}

.common-investment-form__submit.is-loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: formSubmitSpin 0.7s linear infinite;
}

.common-investment-form__message {
  grid-column: 1 / -1;
  margin-top: 12px;
  min-height: 20px;
  color: #1f2937;
  font: 500 14px/1.4 "Lato", sans-serif;
}

.common-investment-form__message.is-error {
  color: #b91c1c;
}

.common-investment-form__message.is-success {
  color: #166534;
}

.common-investment-form__submit:hover,
.common-investment-form__submit:focus-visible {
  background: #00339c;
  border-color: #00339c;
  color: #fff;
  box-shadow: none;
  outline: none;
  transition: none;
}

.common-investment-form__honeypot {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.common-site-footer {
  background: #eaf2ff;
  margin-top: 0;
}

.common-site-footer__top {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
  gap: 78px;
  align-items: start;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.common-site-footer__logo {
  width: 200px;
  height: 26px;
  max-width: 100%;
}

.common-site-footer__group {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 20px;
}

.common-site-footer__trigger {
  display: block;
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f1f1f;
  font: 600 18px/1 "Lato", sans-serif;
  letter-spacing: 0.5px;
  text-align: left;
  pointer-events: none;
}

.common-site-footer__trigger img {
  display: none;
}

.common-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.common-site-footer__links a {
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.common-site-footer__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 45px 0;
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

.common-site-footer__bottom p {
  margin: 0;
}

.common-site-footer__email {
  position: relative;
  color: #383838;
  text-decoration: none;
}

.common-site-footer__email::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  margin: 0 16px 0 0;
  background: #1f1f1f;
  vertical-align: middle;
}

.common-site-footer__socials {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
}

.common-site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.common-site-footer__socials img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .common-footer-form .container,
  .common-site-footer .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .common-footer-form__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .common-site-footer__top {
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .common-footer-form {
    padding: 32px 0 24px;
    overflow-x: clip;
  }

  .common-footer-form .container,
  .common-site-footer .container {
    width: min(calc(100vw - 32px), var(--container));
    max-width: calc(100vw - 32px);
  }

  .common-footer-form__heading {
    font-size: 22px;
    line-height: 1.08;
  }

  .common-footer-form__contact-list {
    margin-top: 50px;
  }

  .common-footer-form__contact,
  .common-investment-form {
    width: 100%;
  }

  .common-investment-form {
    min-height: 0;
    padding: 24px 16px 20px;
    border-radius: 16px;
  }

  .common-investment-form__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 24px;
  }

  .common-investment-form__field--full {
    grid-column: 1;
  }

  .common-investment-form__field label {
    min-height: 0;
    font-size: 14px;
    line-height: 1.25;
  }

  .common-investment-form__field input,
  .common-investment-form__field select {
    height: 38px;
    font-size: 16px;
  }

  .common-investment-form__consent {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.35;
  }

  .common-investment-form__submit {
    height: 46px;
    margin-top: 32px;
    border-radius: 10px;
    font-size: 16px;
  }

  .common-site-footer {
    overflow-x: clip;
    padding: 56px 0px 0px;
  }

  .common-site-footer__top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .common-site-footer__logo {
    width: 194px;
    max-width: 100%;
    margin: 0 0 34px;
  }

  .common-site-footer__group {
    min-width: 0;
    gap: 0;
    border-bottom: 1px solid #ECECEC;
  }

  .common-site-footer__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    color: #1f1f1f;
    font: 400 12px/1.2 "Lato", sans-serif;
    cursor: pointer;
    pointer-events: auto;
  }

  .common-site-footer__trigger img {
    display: block;
    width: 24px;
    height: 24px;
    transition: transform 0.25s ease;
  }

  .common-site-footer__group.is-open .common-site-footer__trigger img {
    transform: rotate(180deg);
  }

  .common-site-footer__links {
    display: grid;
    gap: 16px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.28s ease, padding 0.28s ease;
  }

  .common-site-footer__group.is-open .common-site-footer__links {
    max-height: 180px;
    padding: 0 0 22px;
  }

  .common-site-footer__bottom {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-top: 24px;
    padding-top: 0;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
  }

  .common-site-footer__email {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #1f1f1f;
    color: #1f1f1f;
  }

  .common-site-footer__email::before {
    content: none;
  }

  .common-site-footer__socials {
    flex-basis: 100%;
    justify-content: center;
    margin-top: 16px;
    margin-left: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(31, 31, 31, 0.16);
  }
}

.plotting-page .common-footer-form,
.plotting-page .common-site-footer {
  background: #ffe9d3;
}

.plotting-page .common-footer-form {
  padding: 72px 0;
}

.plotting-page .common-footer-form__layout {
  grid-template-columns: minmax(320px, 0.86fr) minmax(560px, 1fr);
  gap: clamp(56px, 8vw, 132px);
}

.plotting-page .common-footer-form__contact {
  width: 100%;
}

.plotting-page .common-footer-form__heading {
  font-family: "Lato", sans-serif;
  line-height: 1.04;
}

.plotting-page .common-footer-form__contact-list {
  gap: 26px;
  margin-top: 58px;
}

.plotting-page .common-footer-form__contact-row {
  margin: 0;
  gap: 14px;
  line-height: 1.55;
}

.plotting-page .common-footer-form__contact-row:hover,
.plotting-page .common-footer-form__contact-row:focus-visible {
  color: #ac7d54;
}

.plotting-page .common-footer-form__contact-row img {
  width: 22px;
  height: 22px;
  filter: none;
}

.plotting-page .common-investment-form {
  width: 100%;
  overflow: hidden;
  border-color: #dcdcdc;
  border-radius: 22px;
  padding: 48px 48px 62px;
}

.plotting-page .common-investment-form__grid {
  gap: 44px 30px;
}

.plotting-page .common-investment-form__field {
  gap: 24px;
}

.plotting-page .common-investment-form__field label {
  min-height: 22px;
  font-family: "Lato", sans-serif;
  line-height: 1.18;
}

.plotting-page .common-investment-form__field input,
.plotting-page .common-investment-form__field select {
  min-height: 36px;
  height: auto;
  padding: 0 42px 13px 0;
  border-bottom-color: #d8d8d8;
  color: #5f7084;
  font: 500 16px/1.25 "Lato", sans-serif;
}

.plotting-page .common-investment-form__consent {
  margin-top: 16px;
}

.plotting-page .common-footer-form .form-checkbox-row label::before {
  border-color: #ac7d54;
}

.plotting-page .common-footer-form .form-checkbox-row input[type="checkbox"]:focus-visible + label::before {
  outline-color: rgba(172, 125, 84, 0.35);
}

.plotting-page .common-footer-form .form-checkbox-row input[type="checkbox"]:checked + label::before {
  border-color: #ac7d54;
  background: #ac7d54;
}

.plotting-page .common-investment-form__submit {
  margin-top: 54px;
  min-height: 50px;
  border: 0;
  background: #ac7d54;
  color: #fff;
  font: 600 16px/1 "Lato", sans-serif;
  box-shadow: none;
  transition: none;
}

.plotting-page .common-investment-form__submit:hover,
.plotting-page .common-investment-form__submit:focus-visible {
  background: #703909;
  color: #fff;
  box-shadow: none;
  outline: 0;
  transition: none;
}

.plotting-page .common-site-footer {
  padding: 78px 0 0px;
}

.plotting-page .common-site-footer__logo {
  content: url("../assets/images/plotting/black-brego-logo.svg");
  width: 195px;
  height: auto;
}

.plotting-page .common-site-footer__trigger {
  color: #1f1f1f;
  font-weight: 700;
}

.plotting-page .common-site-footer__links a {
  color: #383838;
  font-weight: 400;
}

.plotting-page .common-site-footer__links a:hover,
.plotting-page .common-site-footer__links a:focus-visible {
  color: #ac7d54;
}

.plotting-page .common-site-footer__bottom,
.plotting-page .common-site-footer__bottom p,
.plotting-page .common-site-footer__email {
  color: #000;
}

@media (max-width: 1024px) {
  .plotting-page .common-footer-form__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .plotting-page .common-footer-form {
    padding: 32px 0;
  }

  .plotting-page .common-footer-form .container,
  .plotting-page .common-site-footer .container {
    width: min(100% - 60px, 440px);
    max-width: min(100% - 60px, 440px);
  }

  .plotting-page .common-footer-form__heading {
    font-size: 22px;
    line-height: 1.2;
  }

  .plotting-page .common-footer-form__contact-list {
    margin-top: 30px;
  }

  .plotting-page .common-investment-form {
    padding: 28px 22px 34px;
  }

  .plotting-page .common-investment-form__field {
    gap: 14px;
  }

  .plotting-page .common-investment-form__field label {
    font-size: 13px;
    line-height: 1.24;
  }

  .plotting-page .common-investment-form__field input,
  .plotting-page .common-investment-form__field select {
    min-height: 38px;
    font-size: 14px;
  }

  .plotting-page .common-investment-form__submit {
    margin-top: 32px;
  }

  .plotting-page .common-site-footer {
    padding: 56px 0px 0px;
  }

  .plotting-page .common-site-footer__logo {
    width: 195px;
  }

  .plotting-page .common-site-footer__trigger {
    min-height: 72px;
    padding: 0 9px 0 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  .plotting-page .common-site-footer__links a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
  }

  .plotting-page .common-site-footer__bottom {
    margin-top: 28px;
  }

  .plotting-page .common-site-footer__email {
    border-left-color: #000;
  }

  .plotting-page .common-site-footer__socials {
    gap: 29px;
    margin-top: 20px;
    border-top-color: rgba(0, 0, 0, 0.14);
  }
}
