@charset "UTF-8";
/*
    Name: Mohammad
    Author: Mohammad Sujon
    Author Portfolio : https://themeforest.net/user/developer-sujon
    Email: developersujon@yahoo.com
    Github: https://github.com/developer-sujon

    Table of Content:

    1. Base
    2. Utils
    3. Component
    4. Layout
    6. Pages

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("../icons/bootstrap-icons/bootstrap-icons.css");
@import url("../icons/remix-icon/remixicon.css");
.dark-theme h1,
.dark-theme .h1,
.dark-theme h2,
.dark-theme .h2,
.dark-theme h3,
.dark-theme .h3,
.dark-theme h4,
.dark-theme .h4,
.dark-theme h5,
.dark-theme .h5,
.dark-theme h6,
.dark-theme .h6 {
  color: #fff;
}
.dark-theme b,
.dark-theme strong {
  color: #fff;
}
.dark-theme .bg-light {
  background: #1c2836 !important;
}
.dark-theme {
  background-color: #1f2d3d;
  color: rgb(192, 204, 218);
}
.dark-theme .form-control,
.dark-theme .form-select {
  background: #1f2d3d;
  border-color: rgb(44, 64, 86);
  color: rgb(192, 204, 218);
}
.dark-theme .form-control::-webkit-input-placeholder,
.dark-theme .form-select::-webkit-input-placeholder {
  color: rgb(192, 204, 218);
}
.dark-theme .form-control:-ms-input-placeholder,
.dark-theme .form-select:-ms-input-placeholder {
  color: rgb(192, 204, 218);
}
.dark-theme .form-control::placeholder,
.dark-theme .form-select::placeholder {
  color: rgb(192, 204, 218);
}
.dark-theme .form-control:hover,
.dark-theme .form-select:hover {
  border-color: rgb(44, 64, 86);
  color: rgb(192, 204, 218);
  background: #1f2d3d;
}
.dark-theme .form-control:focus, .dark-theme .form-control:active, .dark-theme .form-control.active,
.dark-theme .form-select:focus,
.dark-theme .form-select:active,
.dark-theme .form-select.active {
  border-color: rgb(44, 64, 86);
  color: rgb(192, 204, 218);
  background: #1f2d3d;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  padding: 0;
  outline: 0;
  margin: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

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

img {
  border: 0;
  max-width: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #bebfc9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  transition: 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

picture {
  width: 100%;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  color: #bebfc9;
  font-family: "Avenir Next", "Avenir", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: white;
}

p {
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ATHLETIC", "Athletic", sans-serif;
  font-weight: normal; /* Athletic usually looks best normal */
}

.fs-003 {
  font-size: 1rem; /*** 16px ***/
}

.fs-002, .team__text p {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.125rem); /*** 16px to 18px ***/
}

.fs-001, .team__text p.team__intro {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.5rem); /*** 16px to 24px ***/
}

.fs-01, p {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.875rem); /*** 18px to 30px ***/
}

.fs-02 {
  font-size: clamp(1.25rem, 3vw + 0.75rem, 2.625rem); /*** 20px to 42px ***/
}

.fs-03, .team__text h2 {
  font-size: clamp(1.5rem, 3vw + 1rem, 3.125rem); /*** 24px to 50px ***/
}

.fs-04 {
  font-size: clamp(1.5rem, 4vw + 1rem, 4.375rem); /*** 50px to 70px ***/
}

.fs-05 {
  font-size: clamp(2rem,2vw + 1rem,6.25rem); /*** 32px to 100px ***/
}

.fs-06 {
  font-size: clamp(2.5rem, 7vw + 1rem, 8.125rem); /*** 50px to 130px ***/
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

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

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-widest {
  letter-spacing: 0.3em;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-dark {
  background: #0a0b0e;
}

.bg-surface {
  background: #0d0e12;
}

.bg-light {
  background: #f8fafc;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.c-pointer {
  cursor: pointer;
}

.shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(227, 230, 236, 0.9);
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.shadow-0 {
  box-shadow: none !important;
}

.image-full {
  width: 100%;
}

.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.jc-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.jc-start {
  justify-content: flex-start;
}

.jc-end {
  justify-content: flex-end;
}

.ai-center {
  align-items: center;
}

.g-1 {
  gap: 1rem;
}

.g-1-5 {
  gap: 1.5rem;
}

.g-2 {
  gap: 2rem;
}

.g-3 {
  gap: 3rem;
}

.g-4 {
  gap: 4rem;
}

.g-5 {
  gap: 5rem;
}

ul.ls-none,
ol.ls-none {
  list-style: none;
}

.d-mobile {
  display: block;
}
@media (min-width: 768px) {
  .d-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-desktop {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .d-s-none {
    display: none;
  }
}

@media (min-width: 1024px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .d-md-none {
    display: none;
  }
}

.form-control {
  border-radius: 5px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0b0e;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:hover {
  box-shadow: none !important;
  outline: none;
  border-color: rgba(255, 255, 255, 0.08);
  color: #0a0b0e;
  background: #fff;
}
.form-control:focus, .form-control:active, .form-control.active {
  box-shadow: none !important;
  outline: none;
  border-color: #e2e8f0;
  color: #0a0b0e;
  background: #fff;
}

.form-select {
  border-radius: 5px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0b0e;
  transition: all 0.3s ease-in-out;
}
.form-select:hover {
  box-shadow: none !important;
  outline: none;
  border-color: rgba(255, 255, 255, 0.08);
  color: #0a0b0e;
}
.form-select:focus, .form-select:active, .form-select.active {
  box-shadow: none !important;
  outline: none;
  border-color: #e2e8f0;
  color: #0a0b0e;
}

textarea.form-control {
  min-height: 100px;
}

/*Only Margin Top (5-200) px Here*/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .mt-25 {
    margin-top: 25px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .mt-75 {
    margin-top: 75px;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

/*only Margin Bottom (5-200)px here*/
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .mb-25 {
    margin-bottom: 25px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .mb-45 {
    margin-bottom: 45px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .mb-75 {
    margin-bottom: 75px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*only Margin Right (5-200)px here*/
.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-200 {
  margin-right: 200px;
}

/*only Margin Left (5-200)px here*/
.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-200 {
  margin-left: 200px;
}

/*only Padding top (5-200)px here*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

/*only Padding Bottom (5-200)px here*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*only Padding Right (5-200)px here*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-200 {
  padding-right: 200px;
}

/*only Padding Left (5-200)px here*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-200 {
  padding-left: 200px;
}

/* Font size */
.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

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

.fs-15 {
  font-size: 15px;
}

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

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px;
}

.fs-45 {
  font-size: 45px;
}

.fs-50 {
  font-size: 50px;
}

.fs-55 {
  font-size: 55px;
}

.fs-60 {
  font-size: 60px;
}

.fs-65 {
  font-size: 65px;
}

.fs-70 {
  font-size: 70px;
}

.fs-75 {
  font-size: 75px;
}

.fs-15 {
  font-size: 15px;
}

.fs-80 {
  font-size: 80px;
}

.fs-85 {
  font-size: 85px;
}

.fs-90 {
  font-size: 90px;
}

.fs-100 {
  font-size: 100px;
}

.fs-105 {
  font-size: 105px;
}

.fs-110 {
  font-size: 110px;
}

.fs-115 {
  font-size: 115px;
}

.fs-120 {
  font-size: 120px;
}

.fs-125 {
  font-size: 125px;
}

.fs-130 {
  font-size: 130px;
}

.fs-135 {
  font-size: 135px;
}

.fs-140 {
  font-size: 140px;
}

.fs-145 {
  font-size: 145px;
}

.fs-150 {
  font-size: 150px;
}

.fs-155 {
  font-size: 155px;
}

.fs-160 {
  font-size: 160px;
}

.fs-165 {
  font-size: 165px;
}

.fs-170 {
  font-size: 170px;
}

.fs-180 {
  font-size: 180px;
}

.fs-185 {
  font-size: 185px;
}

.fs-190 {
  font-size: 190px;
}

.fs-200 {
  font-size: 200px;
}

/*Font weight*/
.f-300 {
  font-weight: 300;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  border-radius: 0;
  font-family: "Avenir Next", "Avenir", sans-serif;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  border: 1px solid transparent;
}
.btn span {
  margin-left: 1.5rem;
  transition: transform 0.4s;
}
.btn span img {
  height: 0.8rem;
}
.btn:hover {
  transform: translateY(-5px);
}
.btn:hover span {
  transform: translateX(10px);
}

.btn-primary {
  background: linear-gradient(-72.7deg, #837609 0%, #e9c79a 32%, #b69d26 100%);
  color: #1a1a1a;
  border: none;
}
.btn-primary span img {
  filter: brightness(0.1);
}
.btn-primary:hover {
  background: linear-gradient(-72.7deg, #837609 0%, #e9c79a 32%, #b69d26 100%);
  filter: brightness(1.1);
  box-shadow: 0 10px 30px rgba(182, 157, 38, 0.4);
}

.btn-outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.btn-outline:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn-outline:hover span img {
  filter: brightness(0);
}
.btn-outline span img {
  filter: brightness(0) invert(1);
}

.main-nav .menu-link.active {
  font-weight: 700;
}

.featured-text * + * {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .featured-text * + * {
    margin-top: 2rem;
  }
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1230px;
  width: 100%;
}
@media (max-width: 1024px) {
  .banner .banner__text {
    max-width: 85% !important;
  }
}
.banner.banner--text-left .banner__text {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .banner.banner--text-left .banner__text {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.banner.banner--text-left .banner__text-wrapper {
  max-width: 700px;
}
@media (max-width: 768px) {
  .banner.banner--text-left .banner__text-wrapper {
    text-align: center;
  }
}
.banner.banner--text-right .banner__text {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .banner.banner--text-right .banner__text {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.banner.banner--text-right .banner__text-wrapper {
  max-width: 700px;
}
.banner.banner--text-center .banner__text {
  max-width: 900px;
}
.banner.banner--text-center * {
  text-align: center;
}
.banner .banner__text * + * {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .banner .banner__text * + * {
    margin-top: 1.5rem;
  }
}
.banner img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .banner.mobile-top .banner__text {
    top: 12%;
    translate: -50% -12%;
  }
}
@media (max-width: 767px) {
  .banner.mobile-bottom .banner__text {
    bottom: 5%;
    translate: -50% -5%;
  }
}

.image-text {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 1023px) {
  .image-text.image-text--default .column--01 {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .image-text.image-text--default .column--02 {
    order: 1;
  }
}
.image-text.image-text--inverse .column--01 {
  order: 2;
}
.image-text.image-text--inverse .column--02 {
  order: 1;
}
.image-text .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-text .column img {
  width: 100%;
}
.image-text .column.column--01 {
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .image-text .column.column--01 {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .image-text .column.column--01 {
    padding: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .image-text .column.column--01 {
    padding: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .image-text .column.column--01 {
    padding: 8rem;
  }
}

@media (max-width: 767px) {
  .team__image {
    order: 1;
  }
}
.team__image .team__linkedin {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1rem;
}
.team__image .team__linkedin:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon-linkedin.svg) center no-repeat;
  background-size: cover;
  border-radius: 2px;
  overflow: hidden;
}
.team__image .team__linkedin:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .team__text {
    order: 2;
  }
}
.team__text h2 + p {
  margin-top: 0.5rem;
}
.team__text p + p {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
}

.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (min-width: 1280px) {
  .columns {
    gap: 3rem;
  }
}

.header {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 10%;
  z-index: 1000;
  background: transparent;
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 5%;
  }
}
.header .logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.header .logo-link .main-logo {
  max-height: 140px;
  width: auto;
  transition: max-height 0.4s ease;
}
@media (max-width: 767px) {
  .header .logo-link .main-logo {
    max-height: 80px;
  }
}
.header.scrolled {
  padding: 1.5rem 10%;
  background: rgba(10, 11, 14, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.header.scrolled .main-logo {
  max-height: 80px;
  transition: max-height 0.4s ease;
}
@media (max-width: 767px) {
  .header.scrolled .main-logo {
    max-height: 60px;
  }
}
.header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.4rem;
  cursor: pointer;
  padding: 0.55rem;
}
.header .menu-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  .header .menu-toggle {
    display: flex;
  }
}
.header.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.header.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.main-nav .main-menu {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .main-nav .main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .main-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 10%;
    right: 10%;
    background: rgba(10, 11, 14, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem;
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
  }
}
.main-nav .menu-link {
  color: #a8a18a;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.4s;
}
.main-nav .menu-link:hover, .main-nav .menu-link.active {
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .header.menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer .footer__section {
  padding: 3rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__section--top {
  background: #040404;
}
.footer .footer__section--top .footer__rrss {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer .footer__section--top .footer__rrss .rrss__link {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
  transform: scale(50%);
  background-repeat: no-repeat;
  background-image: url("../images/icon-rrss.svg");
  text-indent: -9999px;
  font-size: 0;
}
@media (min-width: 768px) {
  .footer .footer__section--top .footer__rrss .rrss__link {
    width: 40px;
    height: 40px;
  }
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--facebook {
  background-position: 0;
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--x {
  background-position: -60px 0;
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--instagram {
  background-position: -120px 0;
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--tiktok {
  background-position: -180px 0;
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--youtube {
  width: 57px;
  background-position: -239px 0;
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--linkedin {
  background-position: -315px 0;
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--spotify {
  background-image: url("../images/podcast/icon-spotify.webp");
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.footer .footer__section--top .footer__rrss .rrss__link.rrss__link--apple {
  background-image: url("../images/podcast/icon-apple.svg");
  background-position: center;
  background-size: contain;
  filter: none;
}
.footer .footer__section--top .footer__rrss .rrss__link:hover {
  opacity: 0.6;
}
.footer .footer__section--top .follow-us {
  font-size: clamp(1.5rem, 2vw, 3.75rem);
  font-weight: 700;
}
.footer .footer__section--bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.footer .footer__section--bottom .logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer .footer__section--bottom .logo-link .main-logo {
  max-height: 95px;
  width: auto;
}
.footer .footer__section--bottom * {
  font-size: clamp(0.875rem, 2vw, 1rem);
}
@media (min-width: 768px) {
  .footer .footer__section--bottom {
    flex-direction: row;
    text-align: left;
  }
}
.footer .footer__section--bottom ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer .footer__section--bottom ul {
    flex-direction: row;
  }
}
.footer .footer__section--bottom .footer__links a {
  color: #a8a18a;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.footer .footer__section--bottom .footer__links a:hover {
  color: #fff;
}

.section {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 3rem 0;
  }
}
@media (min-width: 1280px) {
  .section {
    padding: 4rem 0;
  }
}
@media (min-width: 1440px) {
  .section {
    padding: 7rem 0;
  }
}
.section.no-padding {
  padding: 0;
}

body {
  background: #212121;
  color: white;
  scroll-padding-top: 70px;
}

.homepage .hero, .homepage-v2 .hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background: #0a0b0e;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(18rem, 30vh, 32rem) 10% 5rem;
}
.homepage .hero .hero__video, .homepage-v2 .hero .hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage .hero .hero__video video, .homepage-v2 .hero .hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.4);
  opacity: 0.6;
}
.homepage .hero .hero__video:after, .homepage-v2 .hero .hero__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 11, 14, 0.8) 100%);
  z-index: 2;
}
.homepage .hero .hero__text, .homepage-v2 .hero .hero__text {
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 1200px;
  width: 90%;
}
.homepage .hero .hero__text .hero__eyebrow, .homepage-v2 .hero .hero__text .hero__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #a8a18a;
  margin-bottom: 2.5rem;
  display: block;
  animation: fadeIn 1s ease-out forwards;
}
.homepage .hero .hero__text .hero__main-title, .homepage-v2 .hero .hero__text .hero__main-title {
  font-size: clamp(2.2rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin-bottom: 1.5rem;
  color: #fff;
  animation: fadeIn 1.2s ease-out forwards;
}
.homepage .hero .hero__text .hero__main-title span, .homepage-v2 .hero .hero__text .hero__main-title span {
  display: block;
}
.homepage .hero .hero__text .hero__main-title .light, .homepage-v2 .hero .hero__text .hero__main-title .light {
  font-weight: 200;
}
.homepage .hero .hero__text .hero__main-title .bold, .homepage-v2 .hero .hero__text .hero__main-title .bold {
  font-weight: 800;
}
.homepage .hero .hero__text .hero__subtitle, .homepage-v2 .hero .hero__text .hero__subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: #a8a18a;
  margin-bottom: 4rem;
  font-weight: 400;
  animation: fadeIn 1.4s ease-out forwards;
}
.homepage .hero .hero__text .btn, .homepage-v2 .hero .hero__text .btn {
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards 0.5s;
}
.homepage .section__intro, .homepage-v2 .section__intro {
  padding: 0 !important;
  background: #0a0b0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.homepage .section__intro .split-layout, .homepage-v2 .section__intro .split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}
.homepage .section__intro .split-layout .split-visual, .homepage-v2 .section__intro .split-layout .split-visual {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.homepage .section__intro .split-layout .split-visual .visual-inner, .homepage-v2 .section__intro .split-layout .split-visual .visual-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) contrast(1.1);
  transition: transform 1s ease;
  background-color: #1a1a1a;
}
.homepage .section__intro .split-layout .split-visual:hover .visual-inner, .homepage-v2 .section__intro .split-layout .split-visual:hover .visual-inner {
  transform: scale(1.05);
}
.homepage .section__intro .split-layout .split-content, .homepage-v2 .section__intro .split-layout .split-content {
  display: flex;
  align-items: center;
  padding: 10%;
}
.homepage .section__intro .split-layout .split-content .content-wrapper, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper {
  max-width: 600px;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .eyebrow, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #a8a18a;
  margin-bottom: 2rem;
  display: block;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .section-title, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .section-title {
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  font-weight: 200;
  line-height: 0.95;
  margin-bottom: 4rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .text-body .lead, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .text-body .lead {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .text-body p, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .text-body p {
  color: #a8a18a;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.5rem;
  transition: all 0.3s;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text span, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text span {
  transition: margin-left 0.3s;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text:hover, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text:hover {
  color: #e2e8f0;
  border-color: #e2e8f0;
}
.homepage .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text:hover span, .homepage-v2 .section__intro .split-layout .split-content .content-wrapper .text-body .btn-text:hover span {
  margin-left: 10px;
}
.homepage .section__investment, .homepage-v2 .section__investment {
  padding: 12rem 10% !important;
  background: #0d0e12;
}
.homepage .section__investment .section-header, .homepage-v2 .section__investment .section-header {
  margin-bottom: 8rem;
  max-width: 800px;
}
.homepage .section__investment .section-header .eyebrow, .homepage-v2 .section__investment .section-header .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #a8a18a;
  margin-bottom: 2rem;
  display: block;
}
.homepage .section__investment .section-header .title, .homepage-v2 .section__investment .section-header .title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}
.homepage .section__investment .section-header .subtitle, .homepage-v2 .section__investment .section-header .subtitle {
  font-size: 1.25rem;
  color: #a8a18a;
  margin-top: 1.5rem;
  line-height: 1.6;
}
.homepage .section__investment .strategy-grid, .homepage-v2 .section__investment .strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.homepage .section__investment .strategy-grid .strategy-card, .homepage-v2 .section__investment .strategy-grid .strategy-card {
  padding: 6rem 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.4s ease;
}
.homepage .section__investment .strategy-grid .strategy-card:last-child, .homepage-v2 .section__investment .strategy-grid .strategy-card:last-child {
  border-right: none;
}
.homepage .section__investment .strategy-grid .strategy-card:hover, .homepage-v2 .section__investment .strategy-grid .strategy-card:hover {
  background: rgba(255, 255, 255, 0.02);
}
.homepage .section__investment .strategy-grid .strategy-card .num, .homepage-v2 .section__investment .strategy-grid .strategy-card .num {
  font-size: 0.7rem;
  color: #a8a18a;
  display: block;
  margin-bottom: 3rem;
  letter-spacing: 0.2em;
}
.homepage .section__investment .strategy-grid .strategy-card h3, .homepage-v2 .section__investment .strategy-grid .strategy-card h3 {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 2rem;
  line-height: 1.1;
  color: #fff;
}
.homepage .section__investment .strategy-grid .strategy-card p, .homepage-v2 .section__investment .strategy-grid .strategy-card p {
  color: #a8a18a;
  font-size: 1rem;
  line-height: 1.6;
}
.homepage .section__investment .action-wrapper, .homepage-v2 .section__investment .action-wrapper {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .homepage .section__intro .split-layout, .homepage-v2 .section__intro .split-layout {
    grid-template-columns: 1fr;
  }
  .homepage .section__intro .split-layout .split-visual, .homepage-v2 .section__intro .split-layout .split-visual {
    height: 50vh;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .homepage .section__investment .strategy-grid, .homepage-v2 .section__investment .strategy-grid {
    grid-template-columns: 1fr;
  }
  .homepage .section__investment .strategy-grid .strategy-card, .homepage-v2 .section__investment .strategy-grid .strategy-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .homepage .section__investment .strategy-grid .strategy-card:last-child, .homepage-v2 .section__investment .strategy-grid .strategy-card:last-child {
    border-bottom: none;
  }
}
.page-about .about-hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(15rem, 25vh, 25rem) 10% 5rem;
  position: relative;
  background-color: #0a0b0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-attachment: fixed;
  background-image: linear-gradient(rgba(10, 11, 14, 0.6), rgba(10, 11, 14, 0.6)), url("../images/about/banner-about-01.webp");
  background-position: center;
  background-size: cover;
}
.page-about .about-hero .hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
}
.page-about .about-hero .hero__content .hero__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #a8a18a;
  margin-bottom: 2rem;
  display: block;
}
.page-about .about-hero .hero__content .hero__main-title {
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 3rem;
  color: #fff;
}
.page-about .about-hero .hero__content .hero__main-title span {
  display: block;
}
.page-about .about-hero .hero__content .hero__main-title .light {
  font-weight: 200;
}
.page-about .about-hero .hero__content .hero__main-title .bold {
  font-weight: 800;
}
.page-about .about-hero .hero__content .hero__sub {
  font-size: 1.5rem;
  color: #a8a18a;
  max-width: 600px;
  font-weight: 300;
  line-height: 1.4;
}
.page-about .section__immersive-vision {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.page-about .section__immersive-vision .immersive-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(10, 11, 14, 0.7), rgba(10, 11, 14, 0.7)), url("../images/about/hero-about.jpg");
  background-position: center;
  background-size: cover;
  filter: grayscale(1) brightness(0.5);
  z-index: 1;
}
.page-about .section__immersive-vision .immersive-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 5%;
}
.page-about .section__immersive-vision .immersive-content h2 {
  font-size: clamp(2.2rem, 8vw, 6.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.page-about .section__immersive-vision .immersive-content h2 .light {
  font-weight: 200;
}
.page-about .section__immersive-vision .immersive-content h2 .bold {
  font-weight: 800;
}
.page-about .section__immersive-vision .immersive-content p {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
  color: #e2e8f0;
}
.page-about .section__methodology {
  padding: 12rem 10% !important;
  background: #0d0e12;
}
.page-about .section__methodology .methodology-flex {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10%;
  align-items: center;
}
.page-about .section__methodology .methodology-flex.reverse {
  grid-template-columns: 1fr 1.2fr;
}
.page-about .section__methodology .methodology-flex.reverse .methodology-text {
  order: 2;
}
.page-about .section__methodology .methodology-flex.reverse .methodology-visual {
  order: 1;
}
.page-about .section__methodology .methodology-text .methodology-header {
  margin-bottom: 5rem;
}
.page-about .section__methodology .methodology-text .methodology-header .label {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-bottom: 2rem;
  display: block;
}
.page-about .section__methodology .methodology-text .methodology-header h2 {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.page-about .section__methodology .methodology-text .methodology-header h2 .light {
  font-weight: 200;
}
.page-about .section__methodology .methodology-text .methodology-header h2 .bold {
  font-weight: 800;
}
.page-about .section__methodology .methodology-text .methodology-body p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2rem;
}
.page-about .section__methodology .methodology-text .methodology-body .secondary {
  color: #a8a18a;
  font-weight: 300;
}
.page-about .section__methodology .methodology-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.page-about .section__methodology .methodology-visual img {
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.1);
  display: block;
}

@media (max-width: 1024px) {
  .page-about .about-hero {
    background-attachment: scroll;
  }
  .page-about .section__dna .dna-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-about .section__dna .dna-grid .dna-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .page-about .section__dna .dna-grid .dna-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .page-about .section__methodology .methodology-flex, 
  .page-about .section__methodology .methodology-flex.reverse {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .page-about .about-hero {
    padding: 180px 5% 60px;
  }
  .page-about .section__immersive-vision .immersive-content h2 {
    font-size: 3rem;
  }
  .page-about .section__methodology {
    padding: 6rem 5% !important;
  }
  .page-about .section__methodology .methodology-flex.reverse .methodology-text {
    order: 1;
  }
  .page-about .section__methodology .methodology-flex.reverse .methodology-visual {
    order: 2;
  }
}
.page-philosophy .page__intro {
  display: none;
}
.page-philosophy .section__quote {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.page-philosophy .section__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(10, 11, 14, 0.6), rgba(10, 11, 14, 0.6)), url("../images/philosophy/rugby.webp");
  background-size: cover;
  background-position: -240px;
  background-attachment: fixed;
  filter: grayscale(1) contrast(1.1) brightness(1);
  z-index: 1;
}
.page-philosophy .section__quote {
  padding: clamp(15rem, 25vh, 25rem) 10% 8rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.page-philosophy .section__quote .quote-content {
  max-width: 900px;
  text-align: left;
  z-index: 2;
}
.page-philosophy .section__quote .quote-content .hero__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #a8a18a;
  margin-bottom: 2rem;
  display: block;
}
.page-philosophy .section__quote .quote-content .hero__main-title {
  font-size: clamp(3rem, 10vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 2.5rem;
}
.page-philosophy .section__quote .quote-content .hero__main-title span {
  display: block;
}
.page-philosophy .section__quote .quote-content .hero__main-title .light {
  font-weight: 200;
}
.page-philosophy .section__quote .quote-content .hero__main-title .bold {
  font-weight: 800;
}
.page-philosophy .section__quote .quote-content .quote-text {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: #a8a18a;
  line-height: 1.5;
  font-weight: 300;
  max-width: 800px;
  margin: 0;
}
.page-philosophy .section__quote .quote-content .quote-signature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.page-philosophy .section__quote .quote-content .quote-signature .uppercase {
  font-size: 0.75rem;
  color: #e2e8f0;
  font-weight: 800;
  letter-spacing: 0.4em;
}
.page-philosophy .section__quote .quote-content .quote-signature .sub-sig {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.page-philosophy .section__philosophy-grid {
  padding: 0 !important;
  background: #0d0e12;
}
.page-philosophy .section__philosophy-grid .philosophy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 70vh;
}
.page-philosophy .section__philosophy-grid .philosophy-row .text-col {
  padding: 10% 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.page-philosophy .section__philosophy-grid .philosophy-row .text-col .num {
  font-size: 0.8rem;
  color: #e2e8f0;
  margin-bottom: 2rem;
  display: block;
  letter-spacing: 0.2em;
}
.page-philosophy .section__philosophy-grid .philosophy-row .text-col h2 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 3rem;
  line-height: 1.1;
  color: #fff;
}
.page-philosophy .section__philosophy-grid .philosophy-row .text-col p {
  color: #a8a18a;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.page-philosophy .section__philosophy-grid .philosophy-row .visual-col {
  position: relative;
  overflow: hidden;
}
.page-philosophy .section__philosophy-grid .philosophy-row .visual-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.6);
  transition: transform 1s ease, filter 0.5s ease;
}
.page-philosophy .section__philosophy-grid .philosophy-row .visual-col:hover img {
  transform: scale(1.05);
  filter: grayscale(0.5) brightness(0.8);
}
.page-philosophy .section__philosophy-grid .philosophy-row.reverse .text-col {
  order: 2;
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.page-philosophy .section__philosophy-grid .philosophy-row.reverse .visual-col {
  order: 1;
}
.page-philosophy .section__be-trusted {
  padding: 12rem 10% !important;
  background: #0a0b0e;
}
.page-philosophy .section__be-trusted .container {
  max-width: 1000px;
  margin: 0 auto;
}
.page-philosophy .section__be-trusted .container .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-bottom: 2rem;
  display: block;
}
.page-philosophy .section__be-trusted .container h2 {
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5rem;
  color: #fff;
}
.page-philosophy .section__be-trusted .container .text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-bottom: 5rem;
}
.page-philosophy .section__be-trusted .container .text-grid p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #a8a18a;
  font-weight: 300;
}
.page-philosophy .section__be-trusted .container .text-close {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 200;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 3rem;
}

@media (max-width: 1024px) {
  .page-philosophy .section__quote {
    background-attachment: scroll;
  }
  .page-philosophy .section__philosophy-grid .philosophy-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .page-philosophy .section__philosophy-grid .philosophy-row .text-col {
    padding: 5rem 10%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .page-philosophy .section__philosophy-grid .philosophy-row .visual-col {
    height: 50vh;
  }
  .page-philosophy .section__philosophy-grid .philosophy-row.reverse .text-col {
    order: 1;
    border-left: none;
  }
  .page-philosophy .section__philosophy-grid .philosophy-row.reverse .visual-col {
    order: 2;
  }
  .page-philosophy .section__be-trusted .container .text-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-journal .section__journal {
  padding: 10rem 10% !important;
  background: #0a0b0e;
}
.page-journal .section__journal .journal__item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10rem;
  margin-bottom: 12rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 10rem;
}
.page-journal .section__journal .journal__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.page-journal .section__journal .journal__item:nth-child(even) .column--01 {
  order: 2;
}
.page-journal .section__journal .journal__item:nth-child(even) .column--02 {
  order: 1;
}
.page-journal .section__journal .journal__item .column--01 img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.6s ease;
}
.page-journal .section__journal .journal__item .column--01 img:hover {
  filter: grayscale(0);
}
.page-journal .section__journal .journal__item h2 {
  font-size: 3.5rem !important;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}
.page-journal .section__journal .journal__item .journal__intro-text {
  font-size: 1.2rem;
  color: #a8a18a;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.page-journal .section__journal .journal__item .journal__link {
  display: inline-block;
  text-decoration: none;
  color: #e2e8f0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
  transition: opacity 0.3s;
}
.page-journal .section__journal .journal__item .journal__link:hover {
  opacity: 0.6;
}
.page-journal {
  /* Artículo individual */
}
.page-journal .journal__article {
  max-width: 900px;
  margin: 0 auto;
  padding: 10rem 5%;
}
.page-journal .journal__article .journal__intro-image img {
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
  filter: grayscale(1);
}
.page-journal .journal__article .journal__content h1 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.page-journal .journal__article .journal__content p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  color: #a8a18a;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .page-journal .section__journal .journal__item {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
  .page-journal .section__journal .journal__item:nth-child(even) .column--01 {
    order: 1;
  }
  .page-journal .section__journal .journal__item:nth-child(even) .column--02 {
    order: 2;
  }
  .page-journal .section__journal .journal__item h2 {
    font-size: 2.2rem !important;
  }
}
.page-podcast .about-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-podcast .about-hero .hero__main-title .light {
  font-weight: 200;
}
.page-podcast .about-hero .hero__main-title .bold {
  font-weight: 800;
}
.page-podcast .section__methodology {
  padding: 10rem 10% !important;
}
.page-podcast .podcast-platforms-block {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 5rem;
}
.page-podcast .podcast-platforms-block .links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-podcast .podcast-platforms-block .links-grid .platform-card {
  padding: 3rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.01);
  text-decoration: none;
  color: #fff;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-podcast .podcast-platforms-block .links-grid .platform-card img {
  width: 40px;
  margin-bottom: 1.5rem;
  filter: grayscale(1) brightness(1.5);
  transition: all 0.4s;
}
.page-podcast .podcast-platforms-block .links-grid .platform-card span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
.page-podcast .podcast-platforms-block .links-grid .platform-card:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: #e2e8f0;
  transform: translateY(-5px);
}
.page-podcast .podcast-platforms-block .links-grid .platform-card:hover img {
  filter: grayscale(0) brightness(1);
}

@media (max-width: 1024px) {
  .page-podcast .section__platforms-hub .hub-container .hub-links .links-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .page-podcast .podcast-platforms-block .links-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .page-podcast .podcast-platforms-block .links-grid .platform-card {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.5rem 2rem;
    gap: 1.5rem;
  }
  .page-podcast .podcast-platforms-block .links-grid .platform-card img {
    margin-bottom: 0;
    width: 32px;
  }
}

/* Vertical Responsiveness for short viewports (Header only) */
@media (max-height: 800px) {
  .header {
    padding: 1.5rem 10%;
  }
  .header .logo-link .main-logo {
    max-height: 80px;
  }
}

@media (max-height: 650px) {
  .header {
    padding: 1rem 10%;
  }
  .header .logo-link .main-logo {
    max-height: 60px;
  }
}

/*# sourceMappingURL=main.css.map */
