section.investments-hero {
  position: relative;
  height: 100vh;
  max-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
  color: #fff;
  background-size: auto 800px;
  background-position: center top;
  background-color: #000;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  section.investments-hero {
    padding: 75px 20px 50px 20px;
    max-height: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  section.investments-hero {
    background-size: auto 1000px;
  }
}
section.investments-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(271deg, rgba(38, 34, 35, 0) 30%, rgba(3, 3, 3, 0.8196078431) 100%) 0% 0% no-repeat padding-box;
}
section.investments-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
}
@media (max-width: 768px) {
  section.investments-hero .container {
    margin-top: 75px;
  }
}
section.investments-hero .hero-content {
  max-width: 800px;
}
section.investments-hero .hero-content h1 span {
  display: block;
}
section.investments-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.investments-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.investments-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.investments-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.investments-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.investments-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.investments-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.investments-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.investments-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.investments-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.investments-hero .hero-content p {
    margin: 20px 0;
  }
}
section.investments-hero .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
@media (max-width: 992px) {
  section.investments-hero .hero-buttons {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.investments-hero .hero-buttons .btn-yellow {
  height: 64px;
  display: flex;
  align-items: center;
}
section.investments-hero .hero-buttons .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  section.investments-hero .hero-buttons .agent {
    margin-right: 0;
  }
}
@media (max-width: 578px) {
  section.investments-hero .hero-buttons .agent {
    padding: 5px;
  }
}
section.investments-hero .hero-buttons .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.investments-hero .hero-buttons .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  background: transparent;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
section.investments-hero .hero-buttons .agent span:hover {
  background: rgba(255, 255, 255, 0.2823529412);
  backdrop-filter: blur(3px);
}
@media (max-width: 578px) {
  section.investments-hero .hero-buttons .agent span {
    font-size: 12px;
  }
}

section.investments-profit {
  background: #242021;
  color: #fff;
}
section.investments-profit .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 0;
  position: relative;
}
section.investments-profit .wrapper .left {
  width: 60%;
}
@media (max-width: 992px) {
  section.investments-profit .wrapper .left {
    width: 100%;
  }
}
section.investments-profit .wrapper .left h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
section.investments-profit .wrapper .left p {
  font-size: 18px;
  font-weight: 200;
}
section.investments-profit .wrapper .right {
  width: 40%;
}
@media (max-width: 992px) {
  section.investments-profit .wrapper .right {
    width: 100%;
  }
}
section.investments-profit .wrapper .right p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}
section.investments-profit .wrapper .right ul {
  margin: 0;
  padding: 0;
}
section.investments-profit .wrapper .right ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
  color: #FFAB23;
}
section.investments-profit .wrapper .right ul li img {
  width: 66px;
  flex-shrink: 0;
}
section.investments-profit .wrapper .right ul li span {
  margin-left: 15px;
  font-size: 18px;
}
section.investments-profit .wrapper::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 150px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
@media (max-width: 768px) {
  section.investments-profit .wrapper::after {
    left: 50%;
  }
}

section.investments-offers {
  padding: 100px 0;
}
section.investments-offers h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  color: #4B4B4B;
  line-height: 1.2;
}
@media (max-width: 992px) {
  section.investments-offers h2 {
    font-size: 32px;
  }
}
section.investments-offers .boxes {
  color: #010101;
  margin: 50px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  section.investments-offers .boxes {
    flex-direction: column;
  }
}
section.investments-offers .boxes .box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 17px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33% - 10px);
}
@media (max-width: 992px) {
  section.investments-offers .boxes .box {
    width: 100%;
    padding: 30px;
    align-items: stretch;
  }
}
section.investments-offers .boxes .box:nth-child(2) {
  padding: 50px 30px 50px 30px;
}
@media (max-width: 992px) {
  section.investments-offers .boxes .box:nth-child(2) {
    padding: 30px;
  }
}
section.investments-offers .boxes .box .icon {
  display: block;
  margin: 50px 0 20px 0;
  align-self: center;
}
@media (max-width: 992px) {
  section.investments-offers .boxes .box .icon {
    margin: 20px 0;
  }
}
section.investments-offers .boxes .box .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
section.investments-offers .boxes .box .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
section.investments-offers .boxes .box .content ul {
  margin: 0;
  padding: 0;
}
section.investments-offers .boxes .box .content ul li {
  list-style: none;
  margin: 25px 0;
  padding: 0 0 0 25px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
section.investments-offers .boxes .box .content ul li::before {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon-list-bullet.svg") center/contain no-repeat;
  flex-shrink: 0;
}
section.investments-offers .boxes .box:nth-child(2) .icon {
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  section.investments-offers .boxes .box:nth-child(2) .icon {
    margin: 20px 0;
  }
}
section.investments-offers .boxes .box:nth-child(2) .content ul li {
  margin: 35px 0;
}
@media (max-width: 992px) {
  section.investments-offers .boxes .box:nth-child(2) .content ul li {
    margin: 20px 0;
  }
}
section.investments-offers .buttons {
  text-align: center;
}

section.investments-info {
  position: relative;
  color: #fff;
  background-size: cover;
}
section.investments-info .info-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
section.investments-info .wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
section.investments-info .wrapper .left, section.investments-info .wrapper .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-info .wrapper .left, section.investments-info .wrapper .right {
    width: 100%;
  }
}
section.investments-info .wrapper .left {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
@media (max-width: 992px) {
  section.investments-info .wrapper .left {
    padding: 40px 30px 40px 30px;
  }
}
section.investments-info .wrapper .left h2 {
  font-size: 38px;
  font-weight: 300;
  margin: 20px 0 40px 0;
  line-height: 1.5;
  max-width: 80%;
}
@media (max-width: 992px) {
  section.investments-info .wrapper .left h2 {
    font-size: 30px;
    max-width: 100%;
    line-height: 1.3;
  }
}
section.investments-info .wrapper .left .btn-transparent {
  align-self: flex-start;
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
section.investments-info .wrapper .left .btn-transparent:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.2666666667);
  backdrop-filter: blur(5px);
}
section.investments-info .wrapper .right .top {
  padding: 50px 40px;
}
@media (max-width: 992px) {
  section.investments-info .wrapper .right .top {
    padding: 40px 30px 40px 30px;
  }
}
section.investments-info .wrapper .right .top h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
section.investments-info .wrapper .right .top p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
section.investments-info .wrapper .right .bottom {
  background: #FFAB23;
  color: #000;
  padding: 50px 40px 40px 40px;
}
@media (max-width: 992px) {
  section.investments-info .wrapper .right .bottom {
    padding: 40px 30px 40px 30px;
  }
}
section.investments-info .wrapper .right .bottom h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
section.investments-info .wrapper .right .bottom p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
section.investments-info .wrapper .right .bottom::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #FFAB23;
}
@media (max-width: 768px) {
  section.investments-info .wrapper .right .bottom::after {
    left: 50%;
  }
}

section.investments-path {
  background: #fff;
  padding: 100px 0;
}
section.investments-path .content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  section.investments-path .content h2 {
    font-size: 28px;
  }
}
section.investments-path .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
section.investments-path .content .image {
  overflow: auto;
  width: 100%;
  margin: 50px 0 100px 0;
}
section.investments-path .content .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  section.investments-path .content .image img {
    height: 231px;
    width: 1246px;
  }
}
section.investments-path .steps {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding: 10px;
  margin: 70px 0 100px 0;
  scrollbar-color: #b8b8b8 #f5f5f5;
  scrollbar-width: thin;
}
section.investments-path .steps::-webkit-scrollbar {
  height: 8px;
}
section.investments-path .steps::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}
section.investments-path .steps::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
section.investments-path .steps::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
section.investments-path .steps .step {
  flex: 0 0 auto;
  width: 250px;
  scroll-snap-align: start;
  position: relative;
}
section.investments-path .steps .step:after {
  content: "";
  background: transparent url(../images/step-bg.png) no-repeat bottom right;
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
section.investments-path .steps .step:last-child::after {
  display: none;
}
section.investments-path .steps .step .wrapper {
  color: #000;
  text-align: center;
  padding-right: 40px;
}
section.investments-path .steps .step .wrapper .icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.investments-path .steps .step .wrapper .icon img {
  width: auto;
  height: 44px;
}
section.investments-path .steps .step .wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.investments-path .steps .step .wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
section.investments-path .buttons {
  text-align: center;
}

section.investments-locations .slider {
  margin: 40px 0;
}
section.investments-locations .slider .slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 400px;
  color: #fff;
}
section.investments-locations .slider .slider-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
section.investments-locations .slider .slider-item p {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  z-index: 3;
  margin: 0;
}
section.investments-locations .slider .slider-item h2 {
  font-size: 42px;
  font-weight: 500;
  position: relative;
  z-index: 3;
  margin: 5px 0 10px 0;
}
section.investments-locations .slider .slider-item span {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  background: transparent;
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid #fff;
  position: relative;
  z-index: 3;
}
section.investments-locations .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.investments-locations .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 10px;
}
section.investments-locations .slider .navigation .swiper-button-prev::after {
  font-size: 26px;
}
section.investments-locations .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
}
section.investments-locations .slider .navigation .swiper-button-next::after {
  font-size: 26px;
}
section.investments-locations .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.investments-locations .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.investments-locations .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.investments-locations .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
section.investments-locations .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  max-width: 60%;
  margin: 0 auto 50px auto;
  text-align: center;
}
@media (max-width: 992px) {
  section.investments-locations .content p {
    max-width: 90%;
  }
}
section.investments-locations .content p strong {
  font-weight: 500;
}

section.investments-contact {
  background: #fff;
  padding: 35px 0 0 0;
  color: #4B4B4B;
}
section.investments-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.investments-contact .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-contact .left {
    width: 100%;
  }
}
section.investments-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.investments-contact .left h2 {
    font-size: 24px;
  }
}
section.investments-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.investments-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-contact .left .email {
    font-size: 18px;
  }
}
section.investments-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-contact .left .phone {
    font-size: 18px;
  }
}
section.investments-contact .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-contact .right {
    width: 100%;
  }
}
section.investments-contact .right .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.investments-contact .right .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.investments-contact .right .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: background 0.3s ease;
}
section.investments-contact .right .agent span:hover {
  color: #010101;
  background: #E69005;
}
@media (max-width: 578px) {
  section.investments-contact .right .agent span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=page-investment-index.css.map */
