/* ==========================================================================
   Time Zero Atlas — Static Site Stylesheet
   Adapted from Webflow CSS source. All CDN URLs replaced with local paths.
   ========================================================================== */

/* ---------- Normalize / Reset ---------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

img {
  border: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

/* ---------- Webflow Layout Classes ---------- */
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ---------- Navigation ---------- */
.w-nav {
  z-index: 1000;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.w-nav:before, .w-nav:after {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* ---------- Slider ---------- */
.w-slider {
  text-align: center;
  clear: both;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* ---------- Typography ---------- */
:root {
  --black: black;
  --white: white;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #515151;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #818181;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

/* ---------- Custom Component Styles ---------- */

/* Navigation */
.navigation {
  background-color: transparent;
  border-bottom: 1px rgba(255,255,255,0.09);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.navigation-menu {
  float: right;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
  right: -3vw;
}

.navigation-link {
  color: rgba(255,255,255,0.61);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.image-2 {
  border-radius: 0;
  margin-top: -1%;
  margin-left: -1vw;
  padding-left: 0;
}

.container-4 {
  object-fit: fill;
  width: auto;
  position: relative;
}

.menu {
  color: #fff;
  max-height: 500px;
  margin-top: 0;
}

.menu.w--open {
  background-color: rgba(0,0,0,0.56);
}

.image-26 {
  margin-left: 6px;
}

/* Hero / Slider */
.slider {
  background-color: transparent;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.w-slider-mask {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slide-6 {
  background-color: transparent;
  height: 100%;
  position: relative;
}

.html-embed-8 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.html-embed-8 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  filter: brightness(1.15);
}

.w-slider-arrow-left,
.w-slider-arrow-right,
.w-slider-nav {
  display: none;
}

.big-text {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 200px;
  padding: 10px 200px 20px 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

.left-arrow {
  margin-left: auto;
  margin-right: 95px;
  display: none;
  position: absolute;
  right: 0;
}

.w-slider-arrow-right {
  display: none;
}

.slider-nav {
  display: none;
}

.begin-wrapper {
  display: none;
}

/* About Section */
.section {
  background-color: #fff;
  padding-top: 0;
  position: relative;
  z-index: 1001;
}

.container-welcome {
  text-align: center;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.heading-11 {
  padding-top: 65px;
}

.line {
  background-color: #d6d6d6;
  width: 7%;
  height: 2px;
  margin: -19px auto 30px;
  padding-top: 0;
  display: block;
}

.sub {
  color: #5d5d5d;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
}

/* Portfolio Section */
.cards-section {
  text-align: left;
  object-fit: fill;
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 600;
  position: relative;
  z-index: 1001;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.heading {
  color: #515151;
}

.heading-2 {
  color: #5d5d5d;
  text-align: center;
  margin-top: 38px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}

.image {
  padding-bottom: 0;
}

/* Portfolio Grid (Companies) */
.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
  left: auto;
  display: grid;
}

.grid-5 > * {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Cards / Portfolio Items */
.cards-image-mask {
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

/* Historical Investments Grid */
.cards-grid-container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end stretch;
  place-items: end stretch;
  margin-bottom: 13px;
  display: grid;
  position: static;
}

/* Badge Buttons */
.button-2 {
  width: 95px;
  height: 24px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -95%;
  margin-bottom: 0;
  margin-left: 63%;
  padding: 3px 0 0 2%;
  font-size: 10px;
  position: absolute;
  transform: translate(-14px) rotate(45deg);
}

.button-7 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 95px;
  height: 24px;
  margin-top: -95%;
  margin-bottom: 0;
  margin-left: 60%;
  padding-top: 3px;
  padding-left: 6%;
  padding-right: 0;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  transform: translate(-12.5px, -2.5px) rotate(45deg);
}

.button-9 {
  color: #000;
  object-fit: fill;
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 24px;
  margin-top: .7%;
  margin-left: 70%;
  padding-top: 3px;
  padding-left: 8px;
  font-size: 10px;
  position: fixed;
}

.button-19 {
  color: #000;
  background-color: #fff;
  width: 95px;
  height: 23.5px;
  margin-top: -88%;
  margin-left: 10%;
  padding-top: 3px;
  padding-left: 10%;
  font-size: 10px;
  position: absolute;
  transform: rotate(45deg) translate(-14px);
}

/* Merger badge - same corner style as button-20 Acquired */
.button-merger {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: 95px;
  height: 24px;
  margin-top: -95%;
  margin-left: 63%;
  padding: 3px 0 0 2%;
  font-size: 10px;
  display: block;
  position: absolute;
  overflow: visible;
  transform: translate(-14px) rotate(45deg);
}

.button-20 {
  z-index: 1;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  width: 95px;
  max-width: none;
  height: 24px;
  margin-top: -95%;
  margin-left: 63%;
  padding: 3px 0 0 2%;
  font-size: 10px;
  display: block;
  position: absolute;
  overflow: visible;
  transform: translate(-14px) rotate(45deg);
}

/* Link blocks for logos with background images */
.link-block-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: -12vw;
  position: absolute;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  margin-top: -10vw;
  margin-left: -6vw;
  position: absolute;
}

.link-block-18 {
  height: 100%;
}

.link-block-19 {
  background-image: url('../assets/images/logos/quicklly.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-20 {
  background-image: url('../assets/images/logos/neufin.png');
  background-position: 0 0;
  background-size: cover;
}

.link-block-26 {
  background-image: url('../assets/images/logos/yakoa.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-block-27 {
  background-image: url('../assets/images/logos/tastebud.svg');
  background-position: center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* Tastebud tile */
.tastebud-tile {
  background-color: #f5f1eb;
}

.tastebud-logo {
  position: absolute !important;
  width: 80% !important;
  height: auto !important;
  inset: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  object-fit: contain !important;
}

.link-block-28 {
  background-image: url('../assets/images/logos/mantle.png');
  background-position: 50%;
  background-size: cover;
}

.link-block-30 {
  background-image: url('../assets/images/logos/safebase-current.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}

.link-block-31 {
  background-image: url('../assets/images/logos/thoughtforge.png');
  background-position: 50%;
  background-size: cover;
}

/* Quote / Fun Facts Banner */
.section.fun-facts {
  opacity: 1;
  background-color: transparent;
  background-image: url('../assets/images/ui/family-bg.jpg'), linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
  background-position: 50% 10%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1001;
}

.container-9 {
  overflow: visible;
}

.text-number {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 15% 0 0%;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

/* Values Section */
.service-section {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1001;
}

.container-5 {
  margin-bottom: -98px;
}

.heading-4 {
  margin-top: -3px;
  padding-bottom: 30px;
}

.service-column {
  text-align: center;
  padding-left: 32px;
}

.row-service {
  margin-top: -16px;
  margin-bottom: 60px;
}

.service-title {
  color: #5d5d5d;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: -41px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  bottom: 13px;
  left: -54px;
}

.text-block-30 {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 600;
}

.text-block-30.service-title {
  color: rgba(93,93,93,0.98);
  margin-left: -54px;
}

.text-block-31 {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 600;
}

.text-block-31.service-title {
  color: rgba(93,93,93,0.98);
  margin-left: -10px;
}

.paragraph-4 {
  text-align: left;
  margin-left: -4px;
}

.paragraph-5 {
  text-align: left;
  margin-left: -4px;
}

.paragraph-6 {
  text-align: left;
  margin-left: -25px;
}

.paragraph-7, .paragraph-8 {
  text-align: left;
}

.paragraph-9 {
  text-align: left;
  margin-left: -25px;
}

/* Team Section */
.team-section {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
  font-style: normal;
  position: relative;
  z-index: 1001;
}

.heading-17 {
  font-style: normal;
  font-weight: 700;
}

.container-11 {
  font-style: normal;
}

/* Team Photos */
.image-17 {
  object-fit: cover;
  width: 215px;
  height: 275px;
  margin-top: 12%;
  margin-left: 5px;
  line-height: 20px;
  position: static;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.image-18 {
  text-align: left;
  object-fit: cover;
  width: 215px;
  max-width: 100%;
  height: 275px;
  margin-top: 12.5%;
  margin-left: 2px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.image-19 {
  object-fit: cover;
  object-position: 50% 25%;
  width: 225px;
  max-width: 214px;
  height: 275px;
  max-height: 300px;
  margin-top: 13%;
  margin-left: -8px;
  position: static;
  overflow: hidden;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.image-27 {
  object-fit: cover;
  width: 225px;
  max-width: 245px;
  height: 275px;
  max-height: 100%;
  margin-top: 12%;
  margin-left: 3px;
  overflow: visible;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.image-33 {
  float: none;
  object-fit: cover;
  width: 215px;
  height: 275px;
  margin-left: 5px;
  cursor: pointer;
  transition: filter 0.3s ease;
}

.image-17:hover, .image-18:hover, .image-19:hover, .image-27:hover, .image-33:hover {
  filter: brightness(100%) !important;
}

/* Team Text */
.text-block-28 {
  color: #515151;
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: 700;
  overflow: visible;
}

.text-block-29 {
  color: #888;
  text-align: center;
}

.text-block-27 {
  color: #515151;
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: 700;
}

.text-block-21 {
  color: #888;
  text-align: center;
}

.text-block-22 {
  color: #515151;
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: 700;
}

.text-block-17 {
  color: #888;
  text-align: left;
  width: 100%;
  margin-left: 24%;
  font-size: 14px;
  position: relative;
}

.text-block-37 {
  color: #515151;
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: 700;
}

.text-block-38 {
  color: #888;
  text-align: center;
}

.column-3 {
  margin-top: 0;
  padding-left: 2.1%;
}

.column-4 {
  font-style: normal;
  display: block;
}

.column-7 {
  font-style: normal;
}

.column-8 {
  outline-offset: 0px;
  border: 1px #000;
  border-bottom-color: #fff;
  outline: 3px #111;
}

.div-block-22 {
  width: 100%;
  height: 20%;
  position: relative;
}

.columns-2 {
  object-fit: cover;
  margin-top: 2.5%;
}

/* Team Bio Overlays */
.div-block-14 {
  z-index: 10;
  color: #fff;
  background-color: #fafafa;
  border-radius: 8px;
  width: 730px;
  max-width: none;
  height: auto;
  margin-top: -147px;
  margin-left: 240px;
  padding-right: 20px;
  display: none;
  position: absolute;
}

.text-block-23 {
  color: #5d5d5d;
  margin-top: 35px;
  margin-left: 16px;
  padding-top: 0;
  padding-left: 14px;
  font-size: 35px;
  font-weight: 600;
}

.text-block-24 {
  color: #5d5d5d;
  width: 96%;
  height: 85%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 19px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-15 {
  cursor: pointer;
  width: 5%;
  height: 5%;
  margin-top: 3px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-20 {
  margin-left: 12px;
}

.text-block-35 {
  color: #5d5d5d;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 19px;
  padding-left: 14px;
  font-size: 10px;
}

/* Shan Yu Bio */
.div-block-17 {
  z-index: 10;
  color: #fafafa;
  cursor: pointer;
  background-color: #fafafa;
  border-radius: 8px;
  width: 500px;
  height: auto;
  margin-top: -25px;
  margin-left: 480px;
  display: none;
  position: absolute;
  padding-bottom: 20px;
}

.heading-8 {
  color: #5d5d5d;
  width: 200px;
  margin-top: 22px;
  margin-left: 16px;
  padding-left: 14px;
  font-size: 35px;
  font-weight: 600;
  display: block;
}

.text-block-25 {
  color: #5d5d5d;
  width: 450px;
  margin-top: -6px;
  margin-left: 19px;
  padding-left: 14px;
  font-size: 14px;
}

.div-block-18 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-21 {
  margin-top: 6px;
  margin-left: 3px;
}

/* Geoff Bio */
.div-block-19 {
  z-index: 10;
  float: none;
  clear: none;
  opacity: 1;
  background-color: #fafafa;
  border-radius: 8px;
  width: 500px;
  height: auto;
  margin-top: auto;
  margin-left: 0;
  padding-right: 20px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.heading-9 {
  color: #5d5d5d;
  margin-top: 19px;
  margin-left: 16px;
  padding-left: 14px;
  font-size: 35px;
  font-weight: 600;
}

.text-block-26 {
  color: #5d5d5d;
  width: 96%;
  margin-top: -3px;
  margin-left: 19px;
  padding-left: 14px;
  font-size: 14px;
  overflow: visible;
}

.div-block-20 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-22 {
  margin-top: 3px;
  margin-left: 3px;
}

/* Peter Horan Bio */
.div-block-24 {
  z-index: 10;
  background-color: #fafafa;
  border-radius: 8px;
  width: 500px;
  max-width: none;
  height: auto;
  margin-top: -345px;
  margin-left: 200px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  overflow: visible;
}

.heading-15 {
  color: #5d5d5d;
  margin-top: 0;
  margin-left: 16px;
  padding-left: 14px;
  font-size: 35px;
  font-weight: 600;
}

.text-block-32 {
  color: #5d5d5d;
  width: 96%;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: 19px;
  padding-left: 14px;
}

.text-block-34 {
  color: #5d5d5d;
  margin-bottom: 20px;
  margin-left: 19px;
  padding-left: 14px;
  font-size: 10px;
}

.div-block-25 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

/* Rishee Jain Bio */
.div-block-26 {
  z-index: 10;
  background-color: #fafafa;
  border-radius: 8px;
  width: 525px;
  height: auto;
  margin-top: -450px;
  margin-left: 225px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-style: normal;
  display: none;
  position: absolute;
  overflow: hidden;
}

.heading-16 {
  color: #5d5d5d;
  margin-top: 0;
  margin-left: 16px;
  padding-top: 5px;
  padding-left: 14px;
  font-size: 35px;
  font-weight: 600;
}

.text-block-36 {
  color: #5d5d5d;
  margin-top: -.5vw;
  margin-left: 18px;
  padding-bottom: 25px;
  padding-left: 14px;
  padding-right: 15px;
}

.div-block-28 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 500px;
  padding-left: 5px;
}

.image-31 {
  width: 12px;
  height: 12px;
  margin-left: 0;
  padding-left: 0;
}

.div-block-13 {
  position: absolute;
  top: 6px;
  bottom: auto;
  left: 500px;
}

.container-10 {
  margin-top: -3px;
}

/* Contact Section */
.contact-section {
  background-color: #fafafa;
  height: 80%;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1001;
}

.heading-10 {
  color: #515151;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}

.container-8 {
  height: 175px;
  margin-bottom: 19px;
  line-height: 55px;
  position: relative;
}

.html-embed-5 {
  width: 100%;
  height: 300%;
  max-height: none;
  margin-top: -140px;
  margin-bottom: auto;
  position: absolute;
}

/* Image for CRWD */
.image-41 {
  aspect-ratio: auto;
  object-fit: fill;
  max-height: 100%;
  line-height: 50px;
}

/* IPO badge in historical */
.button-9-standalone {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

/* ---------- Back to Top Button ---------- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  border: 2px solid #888;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, border-color 0.3s;
  opacity: 0.7;
}

.back-to-top:hover {
  opacity: 1;
  border-color: #333;
}

.back-to-top svg {
  width: 18px;
  height: 18px;
  stroke: #888;
  stroke-width: 2.5;
  fill: none;
  transition: stroke 0.3s;
}

.back-to-top:hover svg {
  stroke: #333;
}

.back-to-top.visible {
  display: flex;
}

/* ---------- Footer ---------- */
.site-footer {
  background-color: #1a1a1a;
  padding: 30px 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1001;
}

/* Remove any whitespace below footer */
body {
  margin-bottom: 0;
  padding-bottom: 0;
}

html {
  background-color: #1a1a1a;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-copyright {
  color: #888;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}

.footer-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-link {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #ccc;
}

.footer-divider {
  color: #555;
  font-size: 12px;
}

/* ---------- Legal Modals ---------- */
.legal-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-modal-content {
  background: #fff;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  margin: 20px;
}

.legal-modal-content h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.legal-modal-content p {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}

.legal-modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.legal-modal-close:hover {
  color: #333;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-layout-blockcontainer {
    max-width: 728px;
  }

  h3 {
    text-align: center;
  }

  .navigation-menu {
    background-color: rgba(0,0,0,0.83);
    max-width: 200px;
    max-height: 320px;
    margin-top: 95px;
    margin-left: 6px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .navigation-menu.nav-open {
    display: block;
  }

  .navigation-link {
    margin-right: 30px;
    display: block;
  }

  .menu {
    display: block;
  }

  .w-nav-button {
    display: block;
  }

  .slider {
    height: auto;
    min-height: 100vh;
  }

  .text-number {
    width: 100%;
    max-width: none;
    font-size: 30px;
  }

  .service-title {
    margin-top: -16px;
    margin-left: 19px;
    margin-right: -29px;
  }

  .big-text {
    margin-top: 0;
    margin-left: 1vw;
    font-size: 35px;
    line-height: 50px;
  }

  .grid-5 {
    width: auto;
    max-width: none;
  }

  .image-17, .image-18 {
    object-fit: cover;
    width: 65vw;
    height: 25vw;
    margin-top: 1vw;
  }

  .image-19 {
    width: 65vw;
    max-width: 100%;
    height: 25vw;
    margin-top: 1vw;
    margin-left: 0;
  }

  .image-27 {
    object-fit: cover;
    width: 105%;
    height: 25vw;
    margin-top: 1vw;
    margin-left: 0;
  }

  .div-block-14 {
    width: 730px;
    margin-top: -72px;
    margin-left: 0;
  }

  .div-block-17 {
    width: 500px;
    height: auto;
    margin-top: -38px;
    margin-left: 109px;
  }

  .div-block-19 {
    width: 650px;
    height: auto;
    margin-top: -6.3vw;
    margin-left: 40px;
    padding-bottom: 10px;
  }

  .text-block-26 {
    width: 93%;
    padding-bottom: 6px;
  }

  .div-block-24 {
    width: 500px;
    max-width: none;
    height: auto;
    margin-top: -325px;
    margin-left: 109px;
  }

  .text-block-32 {
    width: auto;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .image-33 {
    width: 65vw;
    height: 25vw;
  }

  .button-2 {
    margin-left: 48%;
    padding-left: 6%;
  }

  .button-7 {
    margin-left: 43%;
    padding-left: 10%;
  }

  .text-block-30.service-title {
    margin-left: 3px;
  }

  .text-block-31.service-title {
    margin-left: 48px;
  }

  .html-embed-8 {
    margin-top: -400px;
    margin-bottom: -25px;
  }

  .slide-6 {
    object-fit: cover;
    height: auto;
    min-height: 100vh;
  }

  .paragraph-5 {
    width: 110%;
  }
}

@media screen and (max-width: 767px) {
  .w-container {
    max-width: none;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .sub {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .service-column {
    margin-bottom: 30px;
  }

  .big-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 66px;
  }

  .menu {
    margin-top: 6px;
    margin-right: 14px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .slide-6 {
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }

  .section.fun-facts {
    position: sticky;
    overflow: visible;
  }

  .sub {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .text-number {
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
    line-height: 25px;
  }

  .service-column {
    padding-left: 0;
    padding-right: 0;
  }

  .row-service {
    margin-bottom: 3.2vw;
    margin-left: 0;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .service-title {
    margin-left: 30%;
    margin-right: 0;
    font-size: 15px;
  }

  .team-section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .contact-section {
    overflow: hidden;
  }

  .big-text {
    letter-spacing: 5px;
    height: auto;
    margin-left: 3.2vw;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 14px;
    font-size: 15px;
    line-height: 25px;
    left: 10px;
  }

  .navigation-menu {
    width: auto;
    height: auto;
    max-height: 72vw;
    margin-top: 110px;
    padding-top: 0;
    display: none;
    overflow: visible;
  }

  .image-2 {
    margin-top: -10px;
    margin-left: 1.5vw;
  }

  .container-4 {
    overflow: hidden;
  }

  .heading-2 {
    padding-bottom: 8px;
  }

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

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    width: 85%;
    margin-top: 2.5%;
    margin-left: 7.5vw;
    overflow: hidden;
  }

  .cards-grid-container-2 {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    height: auto;
    margin: 2.5% 0 2.5vw;
    overflow: hidden;
  }

  .image-17 {
    width: 75vw;
    height: 95vw;
    margin-left: 10vw;
  }

  .image-18 {
    width: 75vw;
    height: 95vw;
    margin-top: 8%;
    margin-left: 10vw;
  }

  .image-19 {
    width: 75vw;
    height: 95vw;
    max-height: none;
    margin-top: 6%;
    margin-left: 11.5vw;
  }

  .image-27 {
    width: 75vw;
    max-width: none;
    height: 95vw;
    margin-top: 6%;
    margin-left: 10vw;
  }

  .image-33 {
    width: 75vw;
    height: 95vw;
    margin-left: 10vw;
  }

  .div-block-14 {
    width: 82vw;
    margin-top: 98vw;
    margin-left: 9.5vw;
  }

  .div-block-17 {
    width: 82vw;
    height: auto;
    margin-top: 97.7vw;
    margin-left: 9.5vw;
    padding-bottom: 20px;
  }

  .div-block-19 {
    width: 82vw;
    height: auto;
    margin-top: 195.3vw;
    margin-left: 9.5vw;
  }

  .div-block-24 {
    z-index: 1;
    width: 82vw;
    max-width: none;
    height: auto;
    margin-top: -97.6vw;
    margin-left: 9.5%;
  }

  .div-block-26 {
    width: 81.5vw;
    height: auto;
    margin-top: -195.5vw;
    margin-left: 9vw;
    padding-bottom: 0;
  }

  .text-block-25 {
    width: 90%;
    display: block;
  }

  .text-block-26 {
    width: 88%;
    padding-bottom: 22px;
  }

  .text-block-32 {
    width: 85%;
    height: 90%;
    margin-top: 69px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .slide-6 {
    width: 100%;
    margin-left: 0;
    padding-top: 133px;
    padding-right: 0;
  }

  .html-embed-8 {
    object-fit: fill;
    margin: -136.5vw -73vw 0 -69.8vw;
    position: absolute;
    overflow: hidden;
  }

  .container-8 {
    overflow: hidden;
  }

  .html-embed-5 {
    width: 95%;
    height: 200%;
    margin-left: 3.2vw;
    overflow: hidden;
  }

  .button-2 {
    width: 20vw;
    height: 4vw;
    margin-top: -28.6vw;
    margin-left: 16.5vw;
    padding-top: 0;
    padding-left: 5vw;
    font-size: 7px;
    transform: translate(-3vw) rotate(45deg);
  }

  .button-7 {
    width: 20vw;
    height: 4vw;
    margin-top: -28.6vw;
    margin-left: 15.9vw;
    padding-top: 0;
    padding-left: 5vw;
    font-size: 7px;
    transform: translate(-3vw) rotate(45deg);
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    text-align: center;
    margin-left: 0;
    width: auto;
  }

  .text-block-30.service-title {
    margin-left: 31%;
  }

  .text-block-31.service-title {
    margin-top: 0;
    margin-left: 30%;
  }

  .image-26 {
    margin-left: 6px;
  }

  .menu {
    margin-top: 19px;
    margin-left: -19px;
    margin-right: 6vw;
    overflow: hidden;
  }

  .container-9 {
    overflow: visible;
  }

  .column-7 {
    margin-top: 6%;
    padding-bottom: 35px;
  }

  .button-19 {
    margin-top: -86%;
    margin-left: 62.5%;
    padding-left: 5.7vw;
    position: absolute;
  }

  .button-20 {
    margin-left: 65%;
    padding-left: 18%;
  }
}

/* ==========================================================================
   Utility / Extra Styles
   ========================================================================== */

/* Ensure hero takes full viewport */
.slider, .w-slider-mask, .w-slide, .slide-6 {
  min-height: 100vh;
}

.html-embed-8 video {
  min-height: 100vh;
}

/* Hero overlay for readability */
.slide-6::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.big-text {
  z-index: 2;
}

/* Navigation overlay */
.navigation {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* Mobile nav overlay - slide from right */
@media screen and (max-width: 991px) {
  .navigation-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    max-width: 250px;
    height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.93);
    margin-top: 0;
    padding-top: 80px;
    transition: right 0.4s ease;
    z-index: 999;
    overflow-y: auto;
  }

  .navigation-menu.nav-open {
    right: 0;
    display: block;
  }

  .navigation-link {
    display: block;
    padding: 15px 25px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Ensure bio overlays work */
.bio-overlay {
  z-index: 100;
}

/* Active nav link */
.navigation-link.active {
  color: #fff;
  border-bottom-color: #fff;
}

/* Typeform container */
[data-tf-widget] {
  width: 100%;
  height: 500px;
}
