@charset "UTF-8";
* {
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 10px, 0);
}
@media (max-width: 768px) {
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 0px, 0);
  }
}

html,
body {
  -webkit-overflow-scrolling: auto;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Albert Sans", sans-serif;
  padding-top: 100px;
}
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
body.hasSecHeader {
  padding-top: 157.6px;
}
@media screen and (max-width: 1400px) {
  body.hasSecHeader {
    padding-top: 165.1px;
  }
}
@media screen and (max-width: 768px) {
  body.hasSecHeader {
    padding-top: 145.1px;
  }
}

main {
  position: relative;
  z-index: 2;
}

.space_10 {
  height: 10px;
}
@media (max-width: 768px) {
  .space_10 {
    height: 5px;
  }
}

.space_20 {
  height: 20px;
}
@media (max-width: 768px) {
  .space_20 {
    height: 10px;
  }
}

.space_24 {
  height: 24px;
}
@media (max-width: 768px) {
  .space_24 {
    height: 12px;
  }
}

.space_30 {
  height: 30px;
}
@media (max-width: 768px) {
  .space_30 {
    height: 15px;
  }
}

.space_40 {
  height: 40px;
}
@media (max-width: 768px) {
  .space_40 {
    height: 20px;
  }
}

.space_50 {
  height: 50px;
}
@media (max-width: 768px) {
  .space_50 {
    height: 25px;
  }
}

.space_60 {
  height: 60px;
}
@media (max-width: 768px) {
  .space_60 {
    height: 30px;
  }
}

.space_70 {
  height: 70px;
}
@media (max-width: 768px) {
  .space_70 {
    height: 35px;
  }
}

.space_80 {
  height: 80px;
}
@media (max-width: 768px) {
  .space_80 {
    height: 40px;
  }
}

.space_90 {
  height: 90px;
}
@media (max-width: 768px) {
  .space_90 {
    height: 45px;
  }
}

.space_96 {
  height: 96px;
}
@media (max-width: 768px) {
  .space_96 {
    height: 48px;
  }
}

.space_100 {
  height: 100px;
}
@media (max-width: 768px) {
  .space_100 {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .pad_mob_20 {
    padding: 0 20px;
  }
}

.mb_0 {
  margin-bottom: 0px !important;
}

.position_relative {
  position: relative;
}

.text_center {
  text-align: center;
}

.m_auto {
  margin: 0 auto;
}

.img_fluid {
  max-width: 100%;
  display: block;
}

section {
  background: #fff;
}

.brand_bg {
  background: var(--primary-color);
}

.brand_light_bg {
  background: var(--brand-primary-light);
}

.desk_hide {
  display: none;
}
@media (max-width: 768px) {
  .desk_hide {
    display: block;
  }
}

.mob_hide {
  display: block;
}
@media (max-width: 768px) {
  .mob_hide {
    display: none;
  }
}

.container {
  max-width: 1248px;
  margin: 0 auto;
}

.browser_video {
  width: 100%;
  background: #fff;
}
.browser_video picture img,
.browser_video video {
  display: block;
  height: 100svh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .browser_video picture img,
  .browser_video video {
    height: calc(100svh - 52px);
  }
}

.padding-container {
  background-color: #f5f5f5;
  padding: var(--container-desk-padding, 192px 0);
}
@media screen and (max-width: 768px) {
  .padding-container {
    padding: var(--container-mob-padding, 65px 0 80px 0);
  }
}

.parallax-image {
  overflow: hidden;
}
.parallax-image img {
  height: auto;
}

.landmarks {
  background: #b95634;
  color: #fff;
}
.landmarks_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.landmarks_container.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 120px;
}
.landmarks_container.grid.v2 {
  gap: 80px;
}
@media (max-width: 768px) {
  .landmarks_container.grid.v2 {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.landmarks_container.grid.v3 {
  gap: 120px;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .landmarks_container.grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .landmarks_container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .landmarks_container {
    flex-direction: column;
    padding: 0 20px;
    gap: 0px;
  }
}
.landmarks_container_content {
  max-width: 528px;
}
@media screen and (max-width: 1200px) {
  .landmarks_container_content {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .landmarks_container_content {
    max-width: 100%;
  }
}
.landmarks_container_content_logo {
  margin-bottom: 24px;
  width: 22px;
  height: 24px;
}
.landmarks_container_content_title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
.landmarks_container_content_description {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
}
.landmarks_container_content_video {
  position: relative;
}
.landmarks_container_content_video:hover .landmarks_container_content_video_control {
  opacity: 1;
  visibility: visible;
}
.landmarks_container_content_video.is-paused .landmarks_container_content_video_control img[alt=play] {
  display: block;
}
.landmarks_container_content_video.is-paused .landmarks_container_content_video_control img[alt=pause] {
  display: none;
}
.landmarks_container_content_video_media {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 238px;
}
.landmarks_container_content_video_media.auto {
  height: auto;
}
.landmarks_container_content_video_control {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.landmarks_container_content_video_control img[alt=play] {
  display: none;
}
.landmarks_container_content_video_control img {
  height: 32px;
  width: 32px;
}
.landmarks_container_stat {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.landmarks_container_stat_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.landmarks_container_stat_item_icon {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .landmarks_container_stat_item_icon {
    margin-bottom: 10px;
  }
  .landmarks_container_stat_item_icon img {
    max-height: 26px;
  }
}
.landmarks_container_stat_item_text {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .landmarks_container_stat_item_text {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.54px;
    font-weight: 500;
  }
}
.landmarks_container_stat_item_value {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 768px) {
  .landmarks_container_stat_item_value {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}
.landmarks_container_stat_item_label {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .landmarks_container_stat_item_label {
    font-size: 14px;
  }
}
.landmarks_container_stat_item.large {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .landmarks_container_stat_item.large {
    padding: 0 0 40px 0;
  }
}
.landmarks_container_stat_item.large .landmarks_container_stat_item_value {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media screen and (max-width: 768px) {
  .landmarks_container_stat_item.large .landmarks_container_stat_item_value {
    font-size: 52px;
    letter-spacing: -1.56px;
  }
}
.landmarks_container_stat_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
.landmarks_container_stat_row:last-child {
  border-bottom: none;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .landmarks_container_stat_row:last-child {
    padding-bottom: 40px;
  }
}

.sticky_banner_slide {
  position: sticky;
  top: 0;
}
.sticky_banner_slide_media_container {
  position: relative;
}
.sticky_banner_slide_media_container img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.sticky_banner_slide_media_container_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.sticky_banner_slide_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-left: 96px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .sticky_banner_slide_content {
    padding-left: 48px;
  }
}
@media screen and (max-width: 768px) {
  .sticky_banner_slide_content {
    padding: 20px;
    top: auto;
    bottom: 96px;
    transform: none;
  }
}
.sticky_banner_slide_content--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  max-width: 523px;
}
@media screen and (max-width: 1200px) {
  .sticky_banner_slide_content--title {
    font-size: 52px;
    letter-spacing: -1.56px;
  }
}
@media screen and (max-width: 768px) {
  .sticky_banner_slide_content--title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}
.sticky_banner_slide_content--desc {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  max-width: 523px;
}
@media screen and (max-width: 768px) {
  .sticky_banner_slide_content--desc {
    font-size: 16px;
  }
}

.news_blogs {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news_blogs {
    padding: 0 20px;
  }
}
.news_blogs_header_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news_blogs_header_content--title {
  color: #b95634;
  font-family: "Sora" sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .news_blogs_header_content--title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
  }
}
.news_blogs_header_content--description {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .news_blogs_header_content--description {
    font-size: 16px;
    max-width: 100%;
  }
}
.news_blogs_articles_container {
  display: flex;
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .news_blogs_articles_container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 920px) {
  .news_blogs_articles_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news_blogs_articles_container {
    gap: 40px;
  }
}
.news_blogs_articles_container_card {
  max-width: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
}
.news_blogs_articles_container_card:hover .news_blogs_articles_container_card_image img {
  transform: scale(1.05) translateY(5px);
}
@media screen and (max-width: 920px) {
  .news_blogs_articles_container_card {
    max-width: 100%;
  }
}
.news_blogs_articles_container_card_image {
  width: 100%;
  overflow: hidden;
}
.news_blogs_articles_container_card_image img {
  height: 238px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news_blogs_articles_container_card_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news_blogs_articles_container_card_content_title {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.news_blogs_articles_container_card_content_description {
  color: #2c2c2c;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.news_blogs_articles_container_card_content_meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #b3b3b3;
  text-align: center;
  font-family: "Inter" sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.news_blogs_articles_container_card_content_meta_dot {
  font-size: 18px;
  line-height: 1;
}

.sticky_btns {
  position: fixed;
  bottom: 33px;
  right: 40px;
  z-index: 90;
  display: flex;
  gap: 24px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sticky_btns {
    bottom: 0px;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sticky_btns .btn {
    width: 100%;
    border-radius: 0;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .sticky_btns .btn:hover {
    border-radius: 0px;
  }
}

.residential-commercial-page {
  background: #f5f5f5;
}
.residential-commercial-page .residential-commercial_hero {
  padding: 0 20px 80px 20px;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_hero {
    padding: 0 20px 40px 20px;
  }
}
.residential-commercial-page .residential-commercial_hero_container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1136px;
  margin: 0 auto;
  padding: 120px 0px;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_hero_container {
    align-items: start;
    flex-direction: column;
    gap: 32px;
    padding: 32px 0;
  }
}
.residential-commercial-page .residential-commercial_hero_container_content {
  max-width: 641px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.residential-commercial-page .residential-commercial_hero_container_content_title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_hero_container_content_title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1.44px;
  }
}
.residential-commercial-page .residential-commercial_hero_container_content_description {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_hero_container_content_description {
    font-size: 16px;
  }
}
.residential-commercial-page .residential-commercial_hero_container .btn, .residential-commercial-page .residential-commercial_hero_container_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  padding: 13px 24px;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_hero_container .btn, .residential-commercial-page .residential-commercial_hero_container_btn {
    height: 44px;
    min-width: 100px;
    padding: 11px 20px;
  }
}
.residential-commercial-page .residential-commercial_hero_img {
  height: 704px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_hero_img {
    height: 284px;
  }
}
.residential-commercial-page .residential-commercial_properties {
  max-width: 1248px;
  margin: 0 auto;
  padding: 96px 0 120px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_properties {
    padding: 40px 0 80px 0;
  }
}
.residential-commercial-page .residential-commercial_properties_header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 788px;
  width: 100%;
}
@media (max-width: 768px) {
  .residential-commercial-page .residential-commercial_properties_header {
    padding: 0 20px;
  }
}
.residential-commercial-page .residential-commercial_properties_header_title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_properties_header_title {
    color: #b95634;
    font-family: "Sora", sans-serif;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
  }
}
.residential-commercial-page .residential-commercial_properties_header_description {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .residential-commercial-page .residential-commercial_properties_header_description {
    color: #0c0c0d;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 160%;
  }
}
.residential-commercial-page .residential-commercial_properties_container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  width: 100%;
  height: 840px;
}
@media screen and (max-width: 1024px) {
  .contact-container {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.contact-container .contact_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .contact-container .contact_bg {
    height: calc(100vh - 80px);
  }
}
.contact-container .contact_bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contact-container .contact_bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-container .contact-detail {
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
  z-index: 3;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-container .contact-detail {
    padding: 96px 20px;
  }
}
.contact-container .contact-detail_info {
  position: relative;
  max-width: 527px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-container .contact-detail_info {
    max-width: 100%;
  }
}
.contact-container .contact-detail_info_title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-container .contact-detail_info_title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1.44px;
  }
}
.contact-container .contact-detail_info_subtitle {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .contact-container .contact-detail_info_subtitle {
    font-size: 16px;
    line-height: 160%;
  }
}
.contact-container .contact-detail_info_description {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .contact-container .contact-detail_info_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
  }
}
.contact-container .contact-detail_info_divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 32px 0;
}
.contact-container .contact-detail_info_contact-info {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .contact-container .contact-detail_info_contact-info {
    gap: 50px;
  }
}
.contact-container .contact-detail_info_contact-info_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact-container .contact-detail_info_contact-info_item_icon svg {
  height: 24px;
  width: 24px;
}
.contact-container .contact-detail_info_contact-info_item_icon svg path {
  fill: #fff;
}
.contact-container .contact-detail_info_contact-info_item_detail {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.contact-container .form-wrapper {
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: Arial, sans-serif;
  padding: 0 64px;
  background-color: #fff;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .contact-container .form-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.contact-container .form-wrapper h2 {
  margin-bottom: 36px;
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.contact-container .form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-container .form-wrapper form {
    gap: 16px;
  }
}
.contact-container .form-wrapper .form-dropdown {
  position: relative;
  width: 100%;
}
.contact-container .form-wrapper .form-dropdown .dropdown-selected {
  color: #b3b3b3;
  padding: 16px 20px;
  border: 1px solid rgba(185, 86, 52, 0.2);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-container .form-wrapper .form-dropdown .dropdown-selected .caret {
  transition: transform 0.3s ease;
}
.contact-container .form-wrapper .form-dropdown .dropdown-selected.has-value {
  color: #b95634;
}
.contact-container .form-wrapper .form-dropdown .dropdown-selected.has-value .tag {
  display: none;
}
.contact-container .form-wrapper .form-dropdown .dropdown-selected.error {
  border: 0.5px solid #cc3716 !important;
  background: #fff5f3;
}
.contact-container .form-wrapper .form-dropdown .dropdown-selected .tag {
  display: none;
}
.contact-container .form-wrapper .form-dropdown .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8.8px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  overflow: hidden;
  max-height: 200px;
  overflow-y: auto;
  overscroll-behavior: contain;
  /* animation setup */
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.25s ease;
}
.contact-container .form-wrapper .form-dropdown .dropdown-item {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0c0c0d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.contact-container .form-wrapper .form-dropdown .dropdown-item:hover {
  background: #f3e2db;
}
.contact-container .form-wrapper .form-dropdown .dropdown-item.active {
  background: rgba(185, 86, 52, 0.2);
}
.contact-container .form-wrapper .form-dropdown .tag {
  background: #f5f5f5;
  padding: 4px 10px;
  border-radius: 9px;
  color: #b95634;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.contact-container .form-wrapper .form-dropdown.open .caret {
  transform: rotate(180deg);
}
.contact-container .form-wrapper .form-dropdown.open .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.contact-container .form-wrapper .mob_row {
  flex-direction: row !important;
}
.contact-container .form-wrapper .email-phone-row {
  flex-direction: column !important;
}
.contact-container .form-wrapper .phone-group {
  display: flex;
  gap: 8px;
  width: 100%;
}
.contact-container .form-wrapper .phone-group input[type=tel] {
  flex: 1;
  min-width: 0;
}
.contact-container .form-wrapper .country-code-dropdown {
  width: 100px !important;
  min-width: 100px;
  flex-shrink: 0;
}
.contact-container .form-wrapper .country-code-dropdown .dropdown-selected {
  padding: 16px 10px;
  gap: 4px;
}
.contact-container .form-wrapper .country-code-dropdown .dropdown-selected .text {
  font-size: 14px;
  white-space: nowrap;
}
.contact-container .form-wrapper .country-code-dropdown .dropdown-menu {
  min-width: 100px;
}
.contact-container .form-wrapper .country-code-dropdown .dropdown-item {
  white-space: nowrap;
}
.contact-container .form-wrapper .row {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .contact-container .form-wrapper .row {
    flex-direction: column;
  }
}
.contact-container .form-wrapper .row input,
.contact-container .form-wrapper .row textarea,
.contact-container .form-wrapper .row select {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid rgba(185, 86, 52, 0.2);
  border-radius: 6px;
  outline: none;
  color: #b95634;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.contact-container .form-wrapper .row input:focus-visible,
.contact-container .form-wrapper .row textarea:focus-visible,
.contact-container .form-wrapper .row select:focus-visible {
  border-color: #b95634;
}
.contact-container .form-wrapper .row input::-moz-placeholder, .contact-container .form-wrapper .row textarea::-moz-placeholder, .contact-container .form-wrapper .row select::-moz-placeholder {
  color: #b3b3b3;
}
.contact-container .form-wrapper .row input::placeholder,
.contact-container .form-wrapper .row textarea::placeholder,
.contact-container .form-wrapper .row select::placeholder {
  color: #b3b3b3;
}
.contact-container .form-wrapper input.error,
.contact-container .form-wrapper textarea.error,
.contact-container .form-wrapper select.error {
  border: 0.5px solid #cc3716 !important;
  background: #fff5f3;
  color: #cc3716;
}
.contact-container .form-wrapper .message {
  min-height: 154px;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid rgba(185, 86, 52, 0.2);
  border-radius: 6px;
  outline: none;
  color: #b95634;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  resize: none;
}
.contact-container .form-wrapper .message:focus-visible {
  border-color: #b95634;
}
.contact-container .form-wrapper .message::-moz-placeholder {
  color: #b3b3b3;
}
.contact-container .form-wrapper .message::placeholder {
  color: #b3b3b3;
}
@media screen and (max-width: 768px) {
  .contact-container .form-wrapper .message {
    margin-top: 8px;
  }
}
.contact-container .form-wrapper .property-types {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact-container .form-wrapper .property-types {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.contact-container .form-wrapper .property-types .card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid rgba(185, 86, 52, 0.2);
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  /* hide radio */
}
.contact-container .form-wrapper .property-types .card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-container .form-wrapper .property-types .card img {
  width: 24px;
  height: 24px;
}
.contact-container .form-wrapper .property-types .card p {
  margin: 0;
}
.contact-container .form-wrapper .property-types .card {
  /* selected state (modern browsers) */
}
.contact-container .form-wrapper .property-types .card:has(input:checked) {
  background: #f5f5f5;
}
.contact-container .form-wrapper button {
  width: 120px;
  padding: 13px;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  background: #b95634;
  cursor: pointer;
}
.contact-container .form-wrapper button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .contact-container .form-wrapper button {
    margin-top: 8px;
    width: 100%;
  }
}
.contact-container .fade-out {
  opacity: 0 !important;
  transform: translateY(20px) !important;
}
.contact-container .fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.contact-container .thankyou-section {
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  inset: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-container .thankyou-section {
    height: calc(100vh - 80px);
  }
}
.contact-container .thankyou-section .title {
  color: #fff;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .contact-container .thankyou-section .title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1.44px;
  }
}
.contact-container .thankyou-section .description {
  color: #fff;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.contact-container .thankyou-section .btn {
  border-radius: 50px;
  background: #b95634;
  padding: 13px 24px;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .contact-container .thankyou-section .btn {
    padding: 11px 20px;
    font-size: 14px;
  }
}

.map_view {
  width: 100%;
  height: calc(100vh - 100px);
}
.map_view .gm-style .gm-style-iw-tc::after {
  background: #00606d;
}
.map_view .gm-style-iw.gm-style-iw-c {
  animation: fadeInEffect 0.25s linear;
}
.map_view .gm-style-iw.gm-style-iw-c + .gm-style-iw-tc::after {
  animation: fadeInEffect 0.25s linear;
}
.map_view .custom_info_window {
  padding: 24px;
  min-width: 240px;
  max-width: 320px;
  background: #00606d;
}
.map_view .custom_info_window--title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  max-width: 90%;
  color: #fff;
}
.map_view .custom_info_window--dist {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8039215686);
}
.map_view .gm-style-iw-ch {
  display: none !important;
}
.map_view .gm-style .gm-style-iw-tc {
  filter: none !important;
}
.map_view .gm-style .gm-style-iw-c {
  padding: 0px !important;
  background: #00606d;
}
.map_view .gm-style-iw-d {
  padding: 0px !important;
  overflow: hidden !important;
}
.map_view .gm-ui-hover-effect {
  position: absolute !important;
  top: 0;
  right: 0;
  height: 38px !important;
  width: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.map_view .gm-ui-hover-effect > span {
  margin: 0 auto !important;
  width: 20px !important;
  height: 20px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E") !important;
}

.stay-close {
  padding: 64px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .stay-close {
    padding: 40px 20px;
  }
}
.stay-close .container {
  max-width: 1440px;
  margin: 0 auto;
}
.stay-close__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 80px 96px;
}
@media screen and (max-width: 900px) {
  .stay-close__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }
}
.stay-close__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stay-close__title {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media screen and (max-width: 1280px) {
  .stay-close__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .stay-close__title {
    font-size: 36px;
  }
}
.stay-close__desc {
  color: var(--primary-color);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .stay-close__desc {
    font-size: 14px;
  }
}
.stay-close__media {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .stay-close__media {
    padding: 0;
  }
}
.stay-close__video {
  position: relative;
  max-width: 512px;
  max-height: 312px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.stay-close__video img {
  width: 100%;
  display: block;
}
.stay-close__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  border-radius: 50%;
  border: none;
  padding: 0;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stay-close__play img {
  width: 32px;
  height: 32px;
}
.stay-close__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .stay-close__play {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.5s;
}
.video-modal video {
  pointer-events: none;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}
.video-modal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease;
}
.video-modal.active video {
  pointer-events: all;
}
.video-modal.active .video-modal__content {
  transform: translate(-50%, -50%);
}
.video-modal__player {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.video-modal__player video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-modal__toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
}
.video-modal__toggle img {
  width: 32px;
  height: 32px;
}
.video-modal__toggle.show {
  opacity: 1;
  pointer-events: auto;
}
.video-modal__toggle:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-modal__close {
  background: none;
  border: none;
  display: flex;
  justify-content: end;
  align-items: end;
  position: absolute;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6117647059);
  box-sizing: border-box;
  padding: 6px;
  backdrop-filter: blur(12px);
}
.video-modal__close svg {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .video-modal__close svg {
    width: 24px;
    height: 24px;
  }
}
.video-modal__close svg path {
  fill: #fff;
}

.contact-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 1248px;
  border: none;
  overscroll-behavior: contain;
  padding: 0 20px;
  background: transparent;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.contact-modal.submitted .contact-modal__close {
  filter: invert(1);
}
.contact-modal {
  /* backdrop */
}
.contact-modal::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.contact-modal__content {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact-modal__content {
    overflow: auto;
  }
  .contact-modal__content .contact-detail {
    display: none;
  }
}
.contact-modal {
  /* ✅ open state */
}
.contact-modal--open {
  opacity: 1;
  transform: translateY(0);
}
.contact-modal--open::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.contact-modal__close {
  position: absolute;
  top: 45px;
  right: 70px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 4;
}
.contact-modal__close svg {
  height: 24px;
  width: 24px;
}
.contact-modal__close svg path {
  fill: #000;
}
.contact-modal .contact-container {
  height: 82vh;
}
.contact-modal .contact-container .form-wrapper form {
  gap: 16px;
}
.contact-modal .contact-container .form-wrapper h2 {
  margin-bottom: 26px;
}
.contact-modal .contact_bg {
  height: 100%;
}
.contact-modal .contact-modal__close {
  top: 15px;
  right: 30px;
}

.blogs-page {
  background: #fff;
  padding: 80px 0 120px 0;
}
@media (max-width: 768px) {
  .blogs-page {
    padding: 40px 0 60px 0;
  }
}
.blogs-page.articles {
  padding-bottom: 0px;
}
.blogs-page_breadcrumb-wrapper {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .blogs-page_breadcrumb-wrapper {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .blogs-page_breadcrumb-wrapper {
    padding: 0 20px;
  }
}
.blogs-page_breadcrumb-wrapper_breadcrumbs {
  max-width: 1440px;
  padding: 0 96px;
  margin: 0 auto;
  color: #2c2c2c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 40px;
}
.blogs-page_breadcrumb-wrapper_breadcrumbs svg {
  min-width: 16px;
  height: 16px;
}
@media screen and (max-width: 1200px) {
  .blogs-page_breadcrumb-wrapper_breadcrumbs {
    padding: 0;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .blogs-page_breadcrumb-wrapper_breadcrumbs {
    margin-bottom: 28px;
  }
}
.blogs-page_container {
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .blogs-page_container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .blogs-page_container {
    padding: 0 20px;
  }
}
.blogs-page_container_header_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blogs-page_container_header_content--title {
  color: #b95634;
  font-family: "Sora" sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .blogs-page_container_header_content--title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
  }
}
.blogs-page_container_header_content--description {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .blogs-page_container_header_content--description {
    font-size: 16px;
    max-width: 100%;
  }
}
.blogs-page_container_articles_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .blogs-page_container_articles_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .blogs-page_container_articles_container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .blogs-page_container_articles_container {
    gap: 40px;
  }
}
.blogs-page_container_articles_container_card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
}
.blogs-page_container_articles_container_card:hover .blogs-page_container_articles_container_card_image img {
  transform: scale(1.05) translateY(5px);
}
@media screen and (max-width: 920px) {
  .blogs-page_container_articles_container_card {
    max-width: 100%;
  }
}
.blogs-page_container_articles_container_card_image {
  width: 100%;
  overflow: hidden;
}
.blogs-page_container_articles_container_card_image img {
  height: 238px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blogs-page_container_articles_container_card_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blogs-page_container_articles_container_card_content_title {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.blogs-page_container_articles_container_card_content_description {
  color: #2c2c2c;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blogs-page_container_articles_container_card_content_meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #b3b3b3;
  text-align: center;
  font-family: "Inter" sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blogs-page_container_articles_container_card_content_meta_dot {
  font-size: 18px;
  line-height: 1;
}
.blogs-page_container_load_more_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogs-page_container_load_more_wrapper_btn {
  padding: 13px 24px;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.career_hero {
  position: relative;
  height: 600px;
}
.career_hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career_hero_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0 20px;
}
.career_hero_container--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  text-align: center;
  max-width: 700px;
}
@media screen and (max-width: 920px) {
  .career_hero_container--title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .career_hero_container--title {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1.08px;
  }
}
.career_hero_container--description {
  color: #fff;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .career_hero_container--description {
    font-size: 16px;
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .career_hero_container--description {
    font-size: 14px;
  }
}

.career_sticky {
  width: 100%;
  background: var(--primary-color);
}
.career_sticky-container {
  display: grid;
  grid-template-columns: 370px 1fr;
  max-width: 1440px;
  padding: 140px 96px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .career_sticky-container {
    padding: 96px 40px;
  }
}
@media screen and (max-width: 768px) {
  .career_sticky-container {
    padding: 60px 20px;
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.career_sticky-container_left_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 768px) {
  .career_sticky-container_left_container {
    top: 120px;
  }
}
.career_sticky-container_left_container svg {
  height: 25px;
  width: 23px;
}
.career_sticky-container_right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.career_sticky-container_right--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 1200px) {
  .career_sticky-container_right--title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .career_sticky-container_right--title {
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.08px;
  }
}
.career_sticky-container_right--email {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.career_sticky-container_right--email_label {
  color: #fff;
  font-family: "Inter" sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.career_sticky-container_right--email_value {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  .career_sticky-container_right--email_value {
    font-size: 20px;
  }
}

.know-more {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: center;
  padding: 120px 96px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1200px) {
  .know-more {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .know-more {
    padding: 60px 20px;
    gap: 40px;
  }
}
.know-more--title {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 768px) {
  .know-more--title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.72px;
  }
}
.know-more_cards {
  display: flex;
  width: 100%;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .know-more_cards {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .know-more_cards {
    gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.know-more_cards--each {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  cursor: pointer;
  max-width: 288px;
  width: 100%;
  gap: 12px;
  transition: 0.25s linear !important;
}
@media screen and (max-width: 768px) {
  .know-more_cards--each {
    padding: 16px 20px;
  }
}
.know-more_cards--each:hover {
  background: #b95634;
}
.know-more_cards--each:hover .know-more_cards--each_title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .know-more_cards--each {
    max-width: 100%;
  }
}
.know-more_cards--each_title {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  transition: 0.25s linear;
}
@media screen and (max-width: 1200px) {
  .know-more_cards--each_title {
    font-size: 15px;
  }
}
.know-more_cards--each img {
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .know-more_cards--each img {
    height: 38px;
    width: 38px;
  }
}

.founder_info {
  padding: 48px;
  background: #fff;
}
@media (max-width: 768px) {
  .founder_info {
    padding: 24px;
  }
}
.founder_info p {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Albert Sans";
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .founder_info p {
    font-size: 16px;
    line-height: 160%;
  }
}
.founder_info--name {
  color: #000;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  font-family: "Sora", sans-serif;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .founder_info--name {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.72px;
  }
}
.founder_info--name span {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Albert Sans";
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .founder_info--name span {
    font-size: 14px;
    line-height: 160%;
  }
}

.section_title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1.44px;
  }
}

.section_desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .section_desc {
    font-size: var(--Typography-Body-base-Size, 16px);
    margin-bottom: 16px;
  }
}

.max_500 {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sec_pad_mob {
    padding: 0 20px;
  }
}

.partner_info {
  padding: 32px;
  background: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 392px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .partner_info {
    min-width: auto;
    margin: 32px auto;
  }
}
.partner_info--name {
  color: #000;
  text-align: center;
  /* title/sm bold */
  font-family: var(--Typography-Title-sm-Family, Sora);
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .partner_info--name {
    font-size: 22px;
  }
}
.partner_info--email {
  color: var(--Text-Brand-Primary, #b95634);
  text-align: center;
  margin-top: 8px;
  display: block;
  /* body/base regular */
  font-family: var(--sds-typography-body-font-family);
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.partner_info--lead {
  color: var(--Text-Primary, #0c0c0d);
  text-align: center;
  font-family: "Albert Sans";
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 16px;
}

.partner_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .partner_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.partner_grid_each {
  background: var(--Background-Brand-Primary, #b95634);
  padding: 40px;
}
.partner_grid_each--icon {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .partner_grid_each--icon {
    margin-bottom: 24px;
  }
}
.partner_grid_each--title {
  color: var(--Text-Secondary, #fff);
  font-family: var(--Typography-Title-md-Family, Sora);
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .partner_grid_each--title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.partner_grid_each--desc {
  color: var(--Text-Secondary, #fff);
  font-family: "Albert Sans";
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 768px) {
  .partner_grid_each--desc {
    font-size: 16px;
  }
}

.word {
  display: inline-block;
  transition: color 0.3s ease;
}

.mob_hide {
  display: block;
}
@media (max-width: 768px) {
  .mob_hide {
    display: none;
  }
}

.desk_hide {
  display: none;
}
@media (max-width: 768px) {
  .desk_hide {
    display: block;
  }
}

.video_modal {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

@media (max-height: 680px) {
  .contact-modal .contact-container .contact-detail_info_title {
    font-size: 44px;
  }
  .contact-modal .contact-detail_info_contact-info {
    gap: 18px;
  }
  .contact-modal .contact-container .form-wrapper .message {
    min-height: 80px;
  }
}
.plans_slide_info--desc .info_btn_section {
  justify-content: start !important;
  flex-wrap: wrap !important;
}

@supports (-webkit-touch-callout: none) {
  .sticky_banner > div {
    background-attachment: scroll !important;
  }
}
.primary_lightest_bg {
  background: var(--Background-Brand-Primary-Lightest, rgba(185, 86, 52, 0.2));
}

.latest_blogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .latest_blogs {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .latest_blogs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.latest_blogs_wrap {
  padding: 120px 96px;
  background: #f5f5f5;
}
@media (max-width: 1200px) {
  .latest_blogs_wrap {
    padding: 60px 48px;
  }
}
@media (max-width: 768px) {
  .latest_blogs_wrap {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .latest_blogs_each {
    min-width: 83vw;
  }
}
.latest_blogs_each:nth-child(1) {
  grid-row: span 2/span 2;
}
.latest_blogs_each:nth-child(1) .blogs-page_container_articles_container_card_image img {
  height: 350px;
}
@media (max-width: 768px) {
  .latest_blogs_each:nth-child(1) .blogs-page_container_articles_container_card_image img {
    height: 238px;
  }
}
.latest_blogs_each:nth-child(2) .blogs-page_container_articles_container_card, .latest_blogs_each:nth-child(3) .blogs-page_container_articles_container_card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .latest_blogs_each:nth-child(2) .blogs-page_container_articles_container_card, .latest_blogs_each:nth-child(3) .blogs-page_container_articles_container_card {
    grid-template-columns: 1fr;
  }
}

.white_text {
  color: #fff !important;
}

.primary_bg {
  background-color: #b95634;
}

.mb_neg {
  margin-bottom: -1px;
}

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

.two_column_section {
  background-color: var(--two-column-bg);
  overflow: hidden;
  width: 100%;
}

.two_column_wrapper {
  display: flex;
  align-items: start;
  gap: 64px;
}
@media (max-width: 1280px) {
  .two_column_wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .two_column_wrapper {
    flex-direction: column;
    padding: 0 20px;
    gap: 32px;
  }
}

.two_column_info {
  flex: 0 0 584px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .two_column_info {
    flex-basis: 420px;
  }
}
@media (max-width: 768px) {
  .two_column_info {
    flex: 0 0 auto;
    width: 100%;
  }
}

.two_column_title {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media (max-width: 1024px) {
  .two_column_title {
    font-size: 48px;
    letter-spacing: -1.44px;
  }
}
@media (max-width: 768px) {
  .two_column_title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}

.two_column_desc {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
  max-width: 560px;
}
@media (max-width: 768px) {
  .two_column_desc {
    font-size: 16px;
    margin-top: 16px;
  }
}

.two_column_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .two_column_controls {
    margin-top: 24px;
    padding-right: 0;
  }
}

.two_column-swiper-pagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.two_column-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 0.35s linear;
  cursor: pointer;
  margin: 0 !important;
}
.two_column-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background-color: var(--primary-color);
}

.two_column-swiper-navigation {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.two_column-swiper-button-prev,
.two_column-swiper-button-next {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
  border: 0;
  background: transparent;
}
.two_column-swiper-button-prev.swiper-button-disabled,
.two_column-swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.two_column-swiper-button-prev img,
.two_column-swiper-button-next img {
  width: 32px;
  height: 32px;
  display: block;
}

.two_column_swiper_container {
  flex: 1;
  min-width: 0;
}
.two_column_swiper_container .swiper {
  width: 100%;
}
@media (max-width: 768px) {
  .two_column_swiper_container .swiper {
    padding: 0 0 24px 0;
  }
}
.two_column_swiper_container .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  .two_column_swiper_container .swiper-slide {
    width: 100%;
    min-height: 521px;
  }
}

.payment_card {
  width: 390px;
  background-color: var(--primary-color);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .payment_card {
    padding: 40px;
    width: 100%;
  }
}
.payment_card_icon {
  color: #ffffff;
  margin-bottom: 40px;
}
.payment_card_icon svg,
.payment_card_icon img {
  width: 40px;
  height: 40px;
  display: block;
}
.payment_card_title {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .payment_card_title {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}
.payment_card_desc {
  color: #ffffff;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
@media (max-width: 768px) {
  .payment_card_desc {
    font-size: 18px;
  }
}

.project-card {
  width: 530px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .project-card {
    width: 100%;
  }
}
.project-card__image {
  overflow: hidden;
  height: 286px;
}
@media screen and (max-width: 768px) {
  .project-card__image {
    flex: none;
  }
}
.project-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-card__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .project-card__content {
    padding: 20px;
  }
}
.project-card__title {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 768px) {
  .project-card__title {
    font-size: 28px;
  }
}
.project-card__description {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  margin: 0;
}
.project-card__divider {
  width: 100%;
  height: 1px;
  background: rgba(185, 86, 52, 0.2);
}
.project-card__features {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.project-card__feature {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #0c0c0d;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  font-family: "Albert Sans";
}
.project-card__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
}
.project-card__feature:last-child {
  margin-bottom: 0;
}
.project-card__actions {
  display: flex;
  gap: 24px;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .project-card__actions {
    flex-direction: column;
    gap: 18px;
  }
}
.project-card__btn {
  min-width: 213px;
  padding: 13px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.project-card__btn--primary {
  background: var(--primary-color);
  color: #fff;
}
.project-card__btn--secondary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.accordion-section {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.accordion-section .section_title {
  color: var(--primary-color);
  font-family: "Sora";
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .accordion-section .section_title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.journey-accordion .accordion-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}
.journey-accordion .accordion-header {
  padding: 48px 96px !important;
  background: var(--primary-color);
  color: #fff;
  border-top: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .journey-accordion .accordion-header {
    padding: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .journey-accordion .accordion-header {
    padding: 20px !important;
  }
}
.journey-accordion .accordion-header:hover, .journey-accordion .accordion-header.active {
  background: #fff;
  color: var(--primary-color, #b95634);
}
.journey-accordion .accordion-header--label, .journey-accordion .accordion-header--title {
  color: inherit;
}
.journey-accordion .accordion-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journey-accordion .accordion-header-wrap svg path {
  fill: currentColor;
}
.journey-accordion .accordion-header--label {
  font-size: 16px;
  font-weight: 600;
}
.journey-accordion .accordion-header--title {
  margin-top: 24px;
  font-family: "Sora", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.08px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .journey-accordion .accordion-header--title {
    font-size: 20px;
    margin-top: 0;
  }
}
.journey-accordion .accordion-content {
  background: transparent;
  padding: 48px 96px;
}
@media screen and (max-width: 1200px) {
  .journey-accordion .accordion-content {
    padding: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .journey-accordion .accordion-content {
    padding: 20px !important;
  }
}
.journey-accordion .accordion-content-grid {
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .journey-accordion .accordion-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.journey-accordion .accordion-content-grid img {
  flex-shrink: 1;
  border-radius: 8px;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.journey-accordion .accordion-content-grid p {
  color: var(--primary-color, #b95634);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .journey-accordion .accordion-content-grid p {
    font-size: 14px;
  }
}

header[data-nav-theme=light] header {
  position: sticky !important;
}
header[data-nav-theme=light] .header_container {
  background: #fff;
}
header[data-nav-theme=light] .header--logo svg path {
  fill: #b95634;
}
header[data-nav-theme=light] .header_links .hamburger .list {
  border: 1px solid #b95634;
  color: #b95634;
}
header[data-nav-theme=light] .header_links .hamburger .list svg path {
  fill: #b95634 !important;
}
header[data-nav-theme=light] .header_links .hamburger .contact {
  color: #fff;
  background: #b95634;
}
header[data-nav-theme=light] .header_links_group_each .btn {
  color: #b95634;
  border-color: #b95634;
}
header[data-nav-theme=light] .header_links_group_each .btn_solid {
  background: #b95634;
  color: #fff;
}

body.home.hasSecHeader header.scroll-up, body.home.hasSecHeader header.scroll-down {
  background: #fff;
}
body.home.hasSecHeader header.scroll-up header, body.home.hasSecHeader header.scroll-down header {
  position: sticky !important;
}
body.home.hasSecHeader header.scroll-up .header_container, body.home.hasSecHeader header.scroll-down .header_container {
  background: #fff;
}
body.home.hasSecHeader header.scroll-up .header--logo svg path, body.home.hasSecHeader header.scroll-down .header--logo svg path {
  fill: #b95634;
}
body.home.hasSecHeader header.scroll-up .header_links .hamburger .list, body.home.hasSecHeader header.scroll-down .header_links .hamburger .list {
  border: 1px solid #b95634;
  color: #b95634;
}
body.home.hasSecHeader header.scroll-up .header_links .hamburger .list svg path, body.home.hasSecHeader header.scroll-down .header_links .hamburger .list svg path {
  fill: #b95634 !important;
}
body.home.hasSecHeader header.scroll-up .header_links .hamburger .contact, body.home.hasSecHeader header.scroll-down .header_links .hamburger .contact {
  color: #fff;
  background: #b95634;
}
body.home.hasSecHeader header.scroll-up .header_links_group_each .btn, body.home.hasSecHeader header.scroll-down .header_links_group_each .btn {
  color: #b95634;
  border-color: #b95634;
}
body.home.hasSecHeader header.scroll-up .header_links_group_each .btn_solid, body.home.hasSecHeader header.scroll-down .header_links_group_each .btn_solid {
  background: #b95634;
  color: #fff;
}

body.home {
  padding-top: 0px;
}
body.home header {
  background: transparent;
}
body.home header.scroll-up {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
}
body.home header #menu_open svg path {
  fill: #fff;
}

header {
  background: #fff;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.35s linear;
}
header.scroll-down {
  transform: translateY(-100%);
  transition: transform 0.35s linear;
}
header.scroll-up {
  transform: translateY(0);
  transition: transform 0.35s linear;
  background: #fff;
}

.header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
}
@media screen and (max-width: 1200px) {
  .header_container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .header_container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 80px;
  }
}
.header--logo svg {
  display: block;
  z-index: 9999;
}
@media (max-width: 768px) {
  .header--logo svg {
    height: 52px;
    width: auto;
  }
}
.header_links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_links_group {
  display: flex;
}
@media (max-width: 768px) {
  .header_links_group {
    display: none;
  }
}
.header_links_group a:hover {
  border-radius: 52px;
}
.header_links_group_each:first-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
.header_links_group_each:not(:first-child):not(:last-child) a {
  border-radius: 0;
}
.header_links_group_each:last-child a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px !important;
}
@media (max-width: 768px) {
  .header_links_each {
    display: none;
  }
  .header_links_each.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .header_links_each.hamburger .logo a {
    height: auto;
    padding: 0px;
    display: block;
  }
  .header_links_each.hamburger .logo svg,
  .header_links_each.hamburger .logo img {
    width: auto;
    height: 32px;
    display: block;
  }
  .header_links_each.hamburger a {
    height: 40px;
    font-size: 10px;
    padding: 0 14px;
    min-width: auto;
  }
  .header_links_each.hamburger a .btn_white {
    color: #b95634;
  }
  .header_links_each.hamburger a#menu_open {
    font-size: 0px;
    padding: 0px;
    min-width: auto;
  }
}
.header_links_each.logo {
  margin-left: 20px;
}
.header_links .hamburger .contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_links .hamburger .contact {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header_links .hamburger .list {
    min-width: 40px !important;
    width: 40px;
    padding: 0px !important;
    height: 40px;
  }
}
.header_links .hamburger .list svg {
  height: 16px;
  width: 16px;
}
.header_links .hamburger .contact {
  font-size: 14px;
  border-radius: var(--Radius-base, 9999px);
  background: var(--Background-Secondary, #fff);
  color: #b95634;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.header_menu {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  background: var(--Background-Secondary, #fff);
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0px;
  overflow: auto;
  will-change: width;
  transition: width 0.65s cubic-bezier(0.86, 0, 0.07, 1);
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 999;
}
.header_menu .header_links_group {
  display: none;
}
.header_menu .header_menu_inner {
  padding: 96px;
}
.header_menu .header_links_group {
  display: flex;
  width: 100%;
  padding-top: 8px;
}
.header_menu .header_links_group_each {
  flex: 1;
}
.header_menu .header_links_group a {
  width: 100%;
}
.header_menu.open {
  width: 940px;
}
@media (max-width: 768px) {
  .header_menu.open {
    display: block;
    width: 100vw;
  }
}
.header_menu.open .header_menu_inner {
  filter: blur(0px);
  pointer-events: all;
}
.header_menu .mobile_links {
  display: none;
}
@media (max-width: 768px) {
  .header_menu .mobile_links {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 8px;
  }
  .header_menu .mobile_links a {
    flex: 1;
    white-space: nowrap;
  }
}
.header_menu .mobile_links_container {
  display: none;
}
@media (max-width: 768px) {
  .header_menu .mobile_links_container {
    display: block;
    padding-top: 20px;
  }
}
.header_menu_inner {
  position: absolute;
  width: 940px;
  right: 0px;
  padding: 0 96px;
  filter: blur(4px);
  pointer-events: none;
  will-change: filter;
  transition: filter 0.65s linear;
}
@media (max-width: 768px) {
  .header_menu_inner {
    padding: 120px 20px 40px !important;
    width: 100vw;
    height: 100%;
  }
}
.header_menu::-webkit-scrollbar {
  display: none;
}
.header_menu--close {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #b95634;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s linear;
  z-index: 1;
  top: 30px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .header_menu--close {
    top: 20px;
    right: 20px;
  }
}
.header_menu--close svg {
  width: 16px !important;
  height: 16px !important;
}
.header_menu--close svg path {
  transition: 0.25s linear;
  fill: #b95634;
}
.header_menu--close:hover {
  transform: rotate(-90deg);
  background: #b95634;
}
.header_menu--close:hover svg path {
  fill: #fff;
}
.header_menu--logo {
  display: none;
}
@media (max-width: 768px) {
  .header_menu--logo {
    position: absolute;
    width: 99px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s linear;
    z-index: 1;
    top: 15px;
    left: 20px;
  }
}
.header_menu--logo svg path {
  transition: 0.25s linear;
  fill: #b95634;
}
.header_menu_info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  height: 100%;
}
@media (max-width: 768px) {
  .header_menu_info {
    justify-content: space-between;
    gap: 32px;
  }
}
.header_menu_info_links ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .header_menu_info_links ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.header_menu_info_links ul li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 0 10px;
}
.header_menu_info_links ul li a {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  transition: all 0.25s linear;
}
@media (max-width: 768px) {
  .header_menu_info_links ul li a {
    font-size: 24px;
  }
}
.header_menu_info_links ul li a:hover {
  color: black;
  margin-left: 5px;
}
.header_menu_info_address {
  display: flex;
  gap: 64px;
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(185, 86, 52, 0.2);
  border-bottom: 1px solid rgba(185, 86, 52, 0.2);
}
@media (max-width: 768px) {
  .header_menu_info_address {
    padding: 20px 0;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 32px;
  }
}
.header_menu_info_address--title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .header_menu_info_address--title {
    margin-bottom: 8px;
  }
}
.header_menu_info_address--text {
  margin-bottom: 20px;
  color: #b95634;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.header_menu_info_address_contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 768px) {
  .header_menu_info_address_contact {
    margin: 0;
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .header_menu_info_address_contact_each {
    display: flex;
    gap: 18px;
  }
}
.header_menu_info_address_contact_each a,
.header_menu_info_address_contact_each button {
  color: #b95634;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}
@media (max-width: 768px) {
  .header_menu_info_address_contact_each a svg,
  .header_menu_info_address_contact_each button svg {
    height: 24px;
    width: 24px;
  }
}
.header_menu_info_address_contact_each a svg,
.header_menu_info_address_contact_each button svg {
  height: 24px;
  width: 24px;
}
.header_menu_info_address_contact_each a svg path,
.header_menu_info_address_contact_each button svg path {
  fill: #b95634;
}
@media (max-width: 768px) {
  .header_menu_info_social {
    padding-top: 32px;
  }
}
.header_menu_info_social ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header_menu_info_social ul li a {
  display: block;
  padding: 4px;
  transition: 0.35s linear;
}
.header_menu_info_social ul li a svg {
  display: block;
}
.header_menu_info_social ul li a svg path {
  transition: 0.35s linear;
  fill: #b95634;
}
.header_menu_info_social ul li a:hover {
  background: #b95634;
}
.header_menu_info_social ul li a:hover svg path {
  fill: #fff;
}

/* Kumya */
.link--kumya {
  overflow: hidden;
}
.link--kumya svg path {
  fill: #b95634;
}

.link--kumya::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  background: #b95634;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  .link--kumya::after {
    display: none;
  }
}

.link--kumya:hover::after {
  transform: translate3d(0, 0, 0);
}

.link--kumya span {
  display: block;
  position: relative;
}

.link--kumya span::before {
  content: attr(data-letters);
  position: absolute;
  color: #fff;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  .link--kumya span::before {
    display: none;
  }
}

.link--kumya:hover span::before {
  width: 100%;
}

.sec-head {
  padding: 16px 96px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .sec-head {
    padding: 0px;
  }
}
.sec-head_container {
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 99;
  border-bottom: 0.5px solid #000;
  background: var(--Background-Neutral, #f5f5f5);
  transition: top 0.35s linear;
}
.sec-head_container.v2 {
  border-bottom: 0.5px solid rgba(12, 12, 13, 0.2);
}
.sec-head_container.v2 .sec-head_wrapper_left_title,
.sec-head_container.v2 .sec-head_wrapper_right_link,
.sec-head_container.v2 .mob-head_right {
  color: #0c0c0d;
}
@media screen and (max-width: 1400px) {
  .sec-head_container.v2 .mob-head {
    border-bottom: 0.5px solid rgba(12, 12, 13, 0.2);
  }
}
.sec-head_container.v2 .svg path {
  stroke: #0c0c0d;
}
@media screen and (max-width: 1400px) {
  .sec-head_container.v2 {
    border-bottom: none;
  }
}
@media screen and (max-width: 1400px) {
  .sec-head_container {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-head_container {
    top: 80px;
  }
}
.sec-head_container.top-zero {
  top: 0;
}
.sec-head_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .sec-head_wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.sec-head_wrapper_left_title {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  white-space: nowrap;
}
.sec-head_wrapper_right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1400px) {
  .sec-head_wrapper_right {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
.sec-head_wrapper_right .card_dropdown .card_dropdown-toggle {
  color: #000 !important;
}
.sec-head_wrapper_right .card_dropdown .card_dropdown-toggle svg path {
  stroke: #000 !important;
}
.sec-head_wrapper_right .card_dropdown .card_dropdown-menu {
  border-color: #000 !important;
}
.sec-head_wrapper_right .card_dropdown .card_dropdown-menu a {
  color: #000 !important;
  border-bottom: 0.5px solid #000 !important;
}
@media screen and (max-width: 1400px) {
  .sec-head_wrapper_right .card_dropdown {
    display: none;
  }
}
.sec-head_wrapper_right_link {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.sec-head_wrapper_right_link.active {
  color: var(--primary-color);
}
@media screen and (max-width: 1400px) {
  .sec-head_wrapper_right_link {
    padding: 16px 20px;
    width: 100%;
  }
}
.sec-head .mob-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  .sec-head .mob-head {
    width: 100%;
    padding: 19.5px 20px;
    border-bottom: 0.5px solid #000;
  }
}
.sec-head .mob-head_right {
  display: none;
  color: #000;
  font-family: "Albert Sans", sans-serif;
}
.sec-head .mob-head_right svg path {
  stroke: #000;
}
@media screen and (max-width: 1400px) {
  .sec-head .mob-head_right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
}
.sec-head .mob-head_right .arrow {
  transition: transform 0.3s ease;
}
.sec-head .mob-head_right.active .arrow {
  transform: rotate(180deg);
}
.sec-head .sec-mob-menu {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec-head .sec-mob-menu.active {
    max-height: calc(100vh - 65.4px);
    overflow: auto;
  }
}
@media screen and (max-width: 1400px) {
  .sec-head .sec-mob-menu {
    height: calc(100vh - 65.4px);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
}
.sec-head .sec-mob-menu_footer {
  display: none;
  padding: 24px 20px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec-head .sec-mob-menu_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-head .sec-mob-menu_footer {
    flex-direction: column;
  }
}
.sec-head .sec-mob-menu_footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.sec-head .sec-mob-menu_footer_links .btn_solid {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.sec-head .sec-mob-menu_footer_links .btn_outline {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.sec-head .sec-mob-menu_footer_links a {
  flex: 1;
  white-space: nowrap;
}
.sec-head .sec-mob-menu_footer_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sec-head .sec-mob-menu_footer_btns .btn_solid {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.sec-head .sec-mob-menu_footer_btns .btn_outline {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.sec-head .sec-mob-menu_footer_btns .header_links_group_each {
  flex: 1;
}
.sec-head .sec-mob-menu_footer_btns .header_links_group_each a {
  width: 100%;
  white-space: nowrap;
  border-right: 1px solid var(--primary-color);
}

.footer {
  background: var(--primary-color);
}
.footer_start {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .footer_start {
    flex-direction: column;
    background: var(--primary-color);
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
  }
}
.footer_each {
  position: relative;
  z-index: 1;
  background: var(--primary-color);
}
.footer_middle {
  padding: 24px 0;
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
.footer_middle .footer_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer_middle .footer_row {
    flex-direction: column;
  }
}
.footer_middle .footer_rera {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  padding-top: 24px;
}
@media (max-width: 768px) {
  .footer_middle .footer_rera {
    font-size: 16px;
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .footer_middle {
    background: var(--primary-color);
    position: relative;
    z-index: 1;
  }
  .footer_middle .footer_each {
    width: 100%;
  }
}
.footer_end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 34px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .footer_end {
    position: sticky;
    z-index: 0;
  }
}
.footer_end svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_end::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  z-index: -1;
}
@media (max-width: 768px) {
  .footer_end::before {
    height: 100%;
  }
}
.footer_btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer_btns {
    flex-direction: column;
    padding-top: 40px;
  }
  .footer_btns a {
    width: 100%;
  }
}
.footer_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 768px) {
  .footer_info {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footer_info_group {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .footer_info_group {
    display: flex;
    gap: 20px;
  }
}
.footer_info--title {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer_info--title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.footer_info--desc {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer_info--desc {
    font-size: 14px;
  }
}
.footer_info_contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer_info_contact {
    gap: 20px;
  }
}
.footer_info_contact--item {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer_info_contact--item.ft_address {
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 16px);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer_info_contact--item {
    gap: 10px;
  }
  .footer_info_contact--item img {
    width: 20px;
  }
}
.footer_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.footer_links.col-3 {
  display: flex;
}
.footer_links.col-3 .footer_links_each {
  width: 180px;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 768px) {
  .footer_links.col-3 {
    grid-template-columns: 1fr;
    border-top: rgba(245, 245, 245, 0.1) 1px solid;
    padding: 32px 0;
    margin-top: 32px;
  }
  .footer_links.col-3 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .footer_links {
    gap: 38px;
    padding: 80px 0;
  }
}
.footer_links_each {
  min-width: 212px;
}
@media screen and (max-width: 768px) {
  .footer_links_each {
    min-width: auto;
  }
}
.footer_links_each a {
  display: inline-flex;
  position: relative;
}
.footer_links_each a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer_links_each a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer_links ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .footer_links ul {
    gap: 32px;
  }
}
.footer_links ul li a {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: inline-flex;
  position: relative;
}
.footer_links ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer_links ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer_social ul {
  display: flex;
  align-items: center;
  gap: 52px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .footer_social ul {
    gap: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer_social ul svg {
    max-width: 32px;
  }
}
.footer_social ul svg path {
  transition: 0.25s linear;
}
.footer_social ul li a:hover svg path {
  fill: #000;
}
.footer .ft_container {
  max-width: 1292px;
  margin: 0 auto;
  padding: 120px 0 60px;
}
@media screen and (max-width: 1292px) {
  .footer .ft_container {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .ft_container {
    padding: 50px 20px;
  }
}

@media (min-width: 769px) {
  .footer_fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
  }
}

.footer_design {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer_design {
    padding: 40px 0;
  }
}
.footer_design a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.path1 {
  animation: tiltMove 2s infinite linear;
}

.path2 {
  animation: tiltMove2 2s infinite linear;
}

.path3 {
  animation: zoomMove 2s infinite linear 1s;
}

@keyframes zoomMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.005);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tiltMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1, 0.015, -0.015, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes tiltMove2 {
  0% {
    transform: matrix(1, 0.015, -0.015, 1, 0, 0);
  }
  50% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0.015, -0.015, 1, 0, 0);
  }
}
.footer_brands {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .footer_brands {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_brands_each--label {
  color: var(--Border-Secondary, #FFF);
  text-align: right;
  font-family: "Albert Sans";
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer_brands_each--label {
    text-align: left;
  }
}
.footer_brands_each--list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer_brands_each--list {
    justify-content: flex-start;
  }
}
.footer_brands_each--img img {
  max-height: 50px;
  height: auto;
  display: block;
}

.btn {
  display: inline-flex;
  gap: 16px;
  height: var(--Input-Height, 52px);
  min-width: 120px;
  padding: 0px var(--Spacing-base, 24px);
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  min-width: 120px;
  transition: border-radius 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: border-radius;
  cursor: pointer;
}
.btn.normal {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0px 24px;
  border-radius: 0px;
  outline: none;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
.btn:hover {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .btn {
    height: 44px;
    font-size: 14px;
    padding: 0px var(--Spacing-base, 16px);
  }
}
.btn.full_width {
  width: 100%;
}
.btn.pad_16 {
  padding: 0 24px;
  gap: 8px;
}

.btn_solid.btn_white {
  background: var(--Background-Secondary, #fff);
  border: var(--sds-size-stroke-border) solid var(--Background-Secondary, #fff);
  color: var(--Text-Primary, #0c0c0d);
}
.btn_solid.btn_black {
  background: var(--Background-Secondary, #0c0c0d);
  border: var(--sds-size-stroke-border) solid var(--Background-Secondary, #0c0c0d);
  color: var(--Text-Secondary, #fff);
}
.btn_solid.btn_primary {
  background: #b95634;
  border: #b95634 solid 1px;
  color: var(--Text-Secondary, #fff);
}
.btn_solid.btn_secondary {
  background: #00606d;
  border: #00606d solid 1px;
  color: var(--Text-Secondary, #fff);
}
.btn_solid.btn_green {
  background: #00606d;
  border: #00606d solid 1px;
  color: var(--Text-Secondary, #fff);
}

.btn_outline.btn_white {
  background: transparent;
  border: #fff 1px solid;
  color: var(--Text-Secondary, #fff);
}
.btn_outline.btn_primary {
  background: transparent;
  border: #b95634 1px solid;
  color: #b95634;
}
.btn_outline.btn_secondary {
  background: transparent;
  border: #00606d 1px solid;
  color: #00606d;
}
.btn_outline.btn_green {
  background: transparent;
  color: #00606d;
  border: #00606d solid 1px;
}

.visit_link {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 52px;
  background: var(--Background-Secondary, #fff);
  height: 52px;
  display: inline-flex;
  height: var(--Input-Height, 52px);
  min-width: 120px;
  padding: 0px var(--Spacing-base, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-xs, 4px);
  transition: border-radius 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: border-radius;
}
.visit_link:hover {
  border-radius: 0px;
}
@media (max-width: 768px) {
  .visit_link {
    padding: 0px var(--Spacing-base, 16px);
    height: 44px;
    font-size: 14px;
  }
}
.visit_link span {
  color: #b95634;
  font-weight: 600;
  line-height: 160%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.tab-dropdown {
  display: none;
}
@media (max-width: 768px) {
  .tab-dropdown {
    border: 1px solid var(--primary-color);
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 58px;
    border-radius: 58px;
    width: 100%;
    padding: 0 32px;
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    background: #fff var(--caret-icon) center right 32px no-repeat;
  }
}

.tabs {
  display: flex;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
  border-radius: 60px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .tabs {
    overflow: scroll;
    border-radius: 0px;
    padding: 0 20px;
    display: none;
  }
  .tabs::-webkit-scrollbar {
    display: none;
  }
}
.tabs::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 0px;
  top: 0px;
  border: 1px solid var(--primary-border-color);
  border-radius: 60px;
}
@media (max-width: 768px) {
  .tabs::before {
    display: none;
  }
}

.tab {
  color: var(--primary-color);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: color 0.3s ease;
  z-index: 1;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-width: 206px;
  cursor: pointer;
  border-right: 1px solid var(--primary-border-color);
}
@media (max-width: 768px) {
  .tab {
    font-size: 14px;
    height: 52px;
    min-width: 140px;
    border: 1px solid var(--primary-border-color);
    margin-left: -1px;
  }
  .tab:first-child {
    border-radius: 60px 0 0 60px;
  }
  .tab:last-child {
    border-radius: 0 60px 60px 0;
  }
}

.tab.active {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tab.active {
    background: var(--primary-color);
  }
}

.underline {
  position: absolute;
  height: 100%;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
@media (max-width: 768px) {
  .underline {
    display: none;
  }
}

.tab-content {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .tab-content {
    margin-top: 24px;
  }
}

.content {
  display: none;
  font-size: 16px;
}

.content.active {
  display: block;
  animation: fadeIn 0.3s linear;
}

.tabs-container-title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .tabs-container-title {
    font-size: 40px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}

.card_dropdown {
  position: relative;
  width: 100%;
}
.card_dropdown.v2 {
  width: -moz-fit-content;
  width: fit-content;
}
.card_dropdown.v2 .card_dropdown-menu {
  bottom: auto;
  top: 110%;
  border: 0.5px solid #000;
  background: rgba(245, 245, 245, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.card_dropdown.v2 .card_dropdown-menu a {
  border-bottom: 0.5px solid #00606d;
  color: #00606d;
}
.card_dropdown.v2 .card_dropdown-toggle {
  padding: 0px;
  color: #00606d;
  background-color: transparent;
  border: none;
}
.card_dropdown.v2 .card_dropdown-toggle svg path {
  stroke: #00606d;
}
.card_dropdown.v2 .card_dropdown-menu {
  width: 160%;
}
.card_dropdown .card_dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card_dropdown .card_dropdown-toggle .arrow {
  transition: all 0.3s ease;
}
.card_dropdown .card_dropdown-menu {
  position: absolute;
  bottom: 110%;
  right: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 0.5px solid var(--Background-Neutral, #f5f5f5);
  background: var(--Background-Secondary, #fff);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.card_dropdown .card_dropdown-menu a {
  display: block;
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  border-bottom: 1px solid var(--Background-Neutral, #f5f5f5);
  padding: 16px 0;
}
.card_dropdown .card_dropdown-menu a:first-child {
  padding-top: 0;
}
.card_dropdown .card_dropdown-menu a:last-child {
  padding-bottom: 0;
  border-bottom: none !important;
}
.card_dropdown.active .card_dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.card_dropdown.active .arrow {
  transform: rotate(180deg);
}

.custom-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.custom-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.custom-modal .modal-container {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #fff;
  border-radius: 9px;
  padding: 40px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-modal.active .modal-container {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.custom-modal:not(.active) .modal-container {
  transform: translate(-50%, 100%);
  opacity: 0;
}
.custom-modal .modal-close {
  border: none;
  background: none;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9;
}
.custom-modal .modal-content {
  max-height: 80vh;
  overflow-y: scroll;
}
.custom-modal .modal-content .form_title {
  margin-top: 0px !important;
}
.custom-modal .modal-content::-webkit-scrollbar {
  display: none;
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .custom-modal .modal-container {
    padding: 20px;
    max-width: 96%;
  }
}
.contact_card {
  position: relative;
  z-index: 1;
  height: 860px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--contact-card-bg, #ffffff);
}
@media (max-width: 768px) {
  .contact_card {
    justify-content: flex-start;
  }
}
.contact_card--img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_card_info {
  position: relative;
  z-index: 1;
  max-width: 550px;
}
@media (max-width: 768px) {
  .contact_card_info {
    padding: 0 20px;
  }
}
.contact_card_info--title {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  max-width: 1248px;
}
@media (max-width: 768px) {
  .contact_card_info--title {
    font-size: 40px;
    line-height: 120%;
  }
}
.contact_card_info--desc {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  margin: 24px auto auto;
}
@media (max-width: 768px) {
  .contact_card_info--desc {
    margin-top: 32px;
    max-width: 100%;
    font-size: 16px;
  }
}
.contact_card_info--btns {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}

.earthscape-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  background: #000;
}
@media screen and (max-width: 768px) {
  .earthscape-hero {
    height: calc(100svh - 52px);
  }
}
.earthscape-hero .mainHeroSwiper {
  width: 100%;
  height: 100%;
}
.earthscape-hero .mainHeroSwiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide {
    padding-bottom: 40px;
  }
}
.earthscape-hero .mainHeroSwiper .swiper-slide .media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.earthscape-hero .mainHeroSwiper .swiper-slide .media-container .hero-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.earthscape-hero .mainHeroSwiper .swiper-slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: -1;
}
@media (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .slide-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%);
  }
}
.earthscape-hero .mainHeroSwiper .swiper-slide .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
}
@media screen and (max-width: 1200px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .container {
    width: 100%;
    padding: 0 20px;
  }
}
.earthscape-hero .mainHeroSwiper .swiper-slide .hero-content {
  max-width: 700px;
  color: #fff;
}
.earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-logo {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-logo {
    margin-bottom: 16px;
    max-width: 100px;
  }
}
.earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-title {
    font-size: var(--Typography-Title-lg-Size, 32px);
    line-height: 120%;
    margin-bottom: 16px;
  }
  .earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-title br {
    display: none;
  }
}
.earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-desc {
  color: var(--Text-Secondary, #fff);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-desc {
    font-size: var(--Typography-Body-base-Size, 16px);
    margin-bottom: 16px;
  }
}
.earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-btns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-btns {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .earthscape-hero .mainHeroSwiper .swiper-slide .hero-content .hero-btns .btn {
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 100px !important;
  }
}
.earthscape-hero .hero-controls-wrapper {
  position: absolute;
  bottom: 98px;
  right: 80px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .hero-controls-wrapper {
    bottom: 48px;
    right: 20px;
    left: auto;
    gap: 24px;
  }
}
.earthscape-hero .hero-controls-wrapper .custom-dots {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .earthscape-hero .hero-controls-wrapper .custom-dots {
    display: none;
  }
}
.earthscape-hero .hero-controls-wrapper .custom-dots .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.4;
  margin: 0 !important;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}
.earthscape-hero .hero-controls-wrapper .custom-dots .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 4px;
}
.earthscape-hero .hero-controls-wrapper .swiper-nav-buttons {
  display: flex;
  gap: 24px;
}
.earthscape-hero .hero-controls-wrapper .swiper-nav-buttons .custom-nav {
  position: static !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #ffffff;
  opacity: 0.8;
  transition: opacity 0.3s;
  cursor: pointer;
}
.earthscape-hero .hero-controls-wrapper .swiper-nav-buttons .custom-nav::after {
  display: none;
}
.earthscape-hero .hero-controls-wrapper .swiper-nav-buttons .custom-nav:hover {
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  top: 0px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  border-radius: var(--sds-size-radius-full);
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 16px;
  border-radius: 64px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: var(--swiper-pagination-bg);
}
.swiper-pagination.v2 {
  background: var(--Background-Secondary-Trans, rgba(255, 255, 255, 0.4));
}
.swiper-pagination.v2 .swiper-pagination-bullet {
  background: var(--Background-Primary-Trans, rgba(12, 12, 13, 0.2));
}
.swiper-pagination.v2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Background-Primary, #0c0c0d);
}
.swiper-pagination.bg {
  background: var(--Background-Brand-Primary-Lightest, rgba(0, 96, 109, 0.2));
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 32px;
    flex-wrap: wrap;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 !important;
  transition: 0.35s linear;
  background: var(--primary-color);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
  width: 30px;
}

.swiper-button-prev {
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev {
  right: auto;
  left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("../images/icons/CaretRight.svg") var(--Background-Secondary, #fff);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
  transform: rotate(180deg);
  top: calc(50% - 64px);
}

.swiper-button-next {
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next {
  left: auto;
  right: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("../images/icons/CaretRight.svg") var(--Background-Secondary, #fff);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
  top: calc(50% - 64px);
}

.scrolling_swiper {
  background: #b95634;
}

.amenities_swiper .swiper-slide,
.gallery_swiper .swiper-slide,
.numberTab_swiper .swiper-slide,
.scrolling_swiper .swiper-slide {
  width: auto;
  overflow: hidden;
}
.amenities_swiper .swiper-slide.swiper-slide-active .asset_card_info,
.gallery_swiper .swiper-slide.swiper-slide-active .asset_card_info,
.numberTab_swiper .swiper-slide.swiper-slide-active .asset_card_info,
.scrolling_swiper .swiper-slide.swiper-slide-active .asset_card_info {
  opacity: 1;
}

.elevate_swiper,
.amenities_swiper,
.specification_swiper,
.gallery_swiper {
  position: relative;
}
.elevate_swiper.no_pagination .swiper-pagination,
.amenities_swiper.no_pagination .swiper-pagination,
.specification_swiper.no_pagination .swiper-pagination,
.gallery_swiper.no_pagination .swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .elevate_swiper .swiper,
  .amenities_swiper .swiper,
  .specification_swiper .swiper,
  .gallery_swiper .swiper {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .elevate_swiper .swiper-slide,
  .amenities_swiper .swiper-slide,
  .specification_swiper .swiper-slide,
  .gallery_swiper .swiper-slide {
    max-width: calc(100% - 4px);
    height: auto;
  }
}
.elevate_swiper_info,
.amenities_swiper_info,
.specification_swiper_info,
.gallery_swiper_info {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .elevate_swiper_info,
  .amenities_swiper_info,
  .specification_swiper_info,
  .gallery_swiper_info {
    padding: 0 20px;
    margin-bottom: 32px;
  }
}
.elevate_swiper_info--flex,
.amenities_swiper_info--flex,
.specification_swiper_info--flex,
.gallery_swiper_info--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .elevate_swiper_info--flex,
  .amenities_swiper_info--flex,
  .specification_swiper_info--flex,
  .gallery_swiper_info--flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.elevate_swiper_info--flex .btn,
.amenities_swiper_info--flex .btn,
.specification_swiper_info--flex .btn,
.gallery_swiper_info--flex .btn {
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.elevate_swiper_info--flex img,
.amenities_swiper_info--flex img,
.specification_swiper_info--flex img,
.gallery_swiper_info--flex img {
  margin-bottom: 24px;
}
.elevate_swiper_info--title,
.amenities_swiper_info--title,
.specification_swiper_info--title,
.gallery_swiper_info--title {
  color: #b95634;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media (max-width: 768px) {
  .elevate_swiper_info--title,
  .amenities_swiper_info--title,
  .specification_swiper_info--title,
  .gallery_swiper_info--title {
    font-size: 40px;
  }
}
.elevate_swiper_info--title.left,
.amenities_swiper_info--title.left,
.specification_swiper_info--title.left,
.gallery_swiper_info--title.left {
  text-align: left;
}
.elevate_swiper_info--title.center,
.amenities_swiper_info--title.center,
.specification_swiper_info--title.center,
.gallery_swiper_info--title.center {
  text-align: center;
  width: 100%;
}
.elevate_swiper_info--lgtitle,
.amenities_swiper_info--lgtitle,
.specification_swiper_info--lgtitle,
.gallery_swiper_info--lgtitle {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-Base-Size, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .elevate_swiper_info--lgtitle,
  .amenities_swiper_info--lgtitle,
  .specification_swiper_info--lgtitle,
  .gallery_swiper_info--lgtitle {
    font-size: 40px;
  }
}
.elevate_swiper_info--desc,
.amenities_swiper_info--desc,
.specification_swiper_info--desc,
.gallery_swiper_info--desc {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 700px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .elevate_swiper_info--desc,
  .amenities_swiper_info--desc,
  .specification_swiper_info--desc,
  .gallery_swiper_info--desc {
    font-size: 16px;
  }
}

.sentinel {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.scrolling_swiper {
  position: relative;
}
.scrolling_swiper_btns {
  display: none;
}
@media (max-width: 768px) {
  .scrolling_swiper_btns {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    bottom: 48px;
    padding-left: 20px;
  }
  .scrolling_swiper_btns .swiper-button-next,
  .scrolling_swiper_btns .swiper-button-prev {
    position: relative;
    display: block;
    left: auto;
    right: auto;
  }
  .scrolling_swiper_btns .swiper-button-next {
    background: url("../images/icons/ArrowWHite.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    transform: rotate(90deg);
  }
  .scrolling_swiper_btns .swiper-button-prev {
    background: url("../images/icons/ArrowWHite.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .scrolling_swiper {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 400vh;
  }
}
@media (min-width: 768px) {
  .scrolling_swiper_sticky {
    position: sticky;
    top: 0;
  }
  .scrolling_swiper_sticky .swiper {
    pointer-events: none;
  }
  .scrolling_swiper_sticky.visible .swiper {
    pointer-events: all;
  }
}

.numberTab_swiper {
  position: relative;
}
.numberTab_swiper_btns {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .numberTab_swiper_btns {
    gap: 12px;
  }
}
.numberTab_swiper_btns .swiper-button-prev,
.numberTab_swiper_btns .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: block !important;
}
@media (max-width: 768px) {
  .numberTab_swiper_btns .swiper-button-prev,
  .numberTab_swiper_btns .swiper-button-next {
    width: 34px;
    height: 34px;
    background-size: 18px;
  }
}
.numberTab_swiper_btns .swiper-button-prev.swiper-button-disabled,
.numberTab_swiper_btns .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.find_space {
  background: #f5f5f5;
}

.swiper.testimonial .swiper-pagination {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .swiper.testimonial .swiper-pagination {
    left: 0px !important;
    transform: translateX(0) !important;
    padding: 16px 0px;
  }
}
.swiper.testimonial .swiper-button-next {
  left: auto;
  right: 0px;
  width: 32px;
  height: 32px;
  border-radius: 0px;
  background: var(--swiper-nav-btn-right) no-repeat;
  background-position: center;
  box-shadow: none;
  top: auto;
  bottom: 5px;
}
@media (max-width: 768px) {
  .swiper.testimonial .swiper-button-next {
    display: none;
  }
}
.swiper.testimonial .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.swiper.testimonial .swiper-button-prev {
  left: 1150px;
  right: 100px;
  width: 32px;
  height: 32px;
  border-radius: 0px;
  background: var(--swiper-nav-btn-right) no-repeat;
  background-position: center;
  box-shadow: none;
  top: auto;
  bottom: 5px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .swiper.testimonial .swiper-button-prev {
    display: none;
  }
}
.swiper.testimonial .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.swiper.twoColSwiper {
  padding-right: var(--padding-left, 40px);
}
@media (max-width: 768px) {
  .swiper.twoColSwiper {
    padding-right: 0;
  }
}

.tm_swiper {
  position: relative;
}
@media (min-width: 769px) {
  .tm_swiper[data-slides-both=true] .swiper-slide {
    width: auto;
  }
}
.tm_swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.tm_swiper .swiper-slide {
  height: auto;
  display: flex;
}
.tm_swiper_title {
  color: var(--faq-title-color);
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  max-width: 700px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .tm_swiper_title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .tm_swiper .swiper {
    padding: 0 20px;
  }
}

.property-card {
  display: flex;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.property-card:hover .property-card__image img,
.property-card:hover .property-card__image video {
  transform: scale(1.05) translateY(5px);
}
@media screen and (max-width: 768px) {
  .property-card {
    flex-direction: column;
  }
}
.property-card__image {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .property-card__image {
    flex: none;
  }
}
.property-card__image img,
.property-card__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
  .property-card__image img,
  .property-card__image video {
    height: 270px;
  }
}
.property-card__content {
  flex: 1;
  padding: 40px 64px;
}
@media screen and (max-width: 768px) {
  .property-card__content {
    padding: 24px;
    position: relative;
    padding-bottom: 80px;
    height: calc(100% - 270px);
    flex: none;
  }
}
.property-card .tag {
  background: var(--Background-Neutral, #f5f5f5);
  color: var(--primary-color, #b95634);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 8px 13px;
}
.property-card .title {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-base-Size, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .property-card .title {
    font-size: 28px;
    margin: 24px 0 8px;
  }
}
.property-card .location {
  color: #555;
  margin-bottom: 9.5px;
  display: flex;
  gap: 4px;
}
.property-card .location img {
  width: 16px;
}
.property-card .price {
  font-weight: 600;
  margin-bottom: 16px;
  margin-left: 3px;
  display: flex;
  gap: 6px;
}
.property-card .price img {
  width: 10px;
}
.property-card .price span {
  color: var(--primary-color, #b95634);
}
.property-card .availability {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  line-height: 140%;
}
.property-card .availability .label {
  background: #f5f5f5;
  padding: 6px 10px;
  height: 30px;
  font-weight: 500;
}
.property-card .availability span {
  font-weight: 400;
}
.property-card .divider {
  height: 1px;
  background-color: var(--primary-border-color, rgba(185, 86, 52, 0.2));
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .property-card .divider {
    margin: 16px 0;
  }
}
.property-card .details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .property-card .details {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.property-card .details .label {
  color: var(--Text-Neutral-60, #444);
  font-family: "Inter", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
}
.property-card .details .value {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.property-card .rera {
  color: var(--Border-Primary, #0c0c0d);
  font-family: "Inter", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 48px 0 29px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .property-card .rera {
    margin: 16px 0 24px;
  }
}
.property-card .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 24px;
}
.property-card .actions .btn_solid {
  background: var(--primary-color, #b95634);
  border-color: var(--primary-color, #b95634);
}
.property-card .actions .btn_outline {
  border-color: var(--primary-color, #b95634);
  color: var(--primary-color, #b95634);
}
.property-card .actions .btn_outline svg path {
  fill: var(--primary-color, #b95634);
}
@media screen and (max-width: 768px) {
  .property-card .actions {
    flex-direction: column;
    gap: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    width: 100%;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .form {
    gap: 16px;
  }
}
.form_title {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin: 24px 0;
}
.form .two_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.form input {
  height: 52px;
}
@media (max-width: 768px) {
  .form input {
    height: 48px;
  }
}
.form input,
.form textarea {
  width: 100%;
  padding: 12.5px 20px;
  border: 1px solid rgba(185, 86, 52, 0.2);
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: #000;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: var(--Text-Neutral-40, #b3b3b3);
  font-family: "Inter", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.form input::placeholder,
.form textarea::placeholder {
  color: var(--Text-Neutral-40, #b3b3b3);
  font-family: "Inter", sans-serif;
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.form textarea {
  min-height: 120px;
  resize: none;
}
.form .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}
.form .checkbox input {
  margin-top: 3px;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.form .checkbox a {
  color: #b65a35;
  text-decoration: underline;
}
.form .btn {
  padding: 14px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.form .btn.primary {
  background: #b65a35;
  color: #fff;
}

.blog-details_wrapper {
  background-color: #fff;
  padding: 80px 20px 80px;
}
@media screen and (max-width: 768px) {
  .blog-details_wrapper {
    padding: 60px 20px 40px;
  }
}
.blog-details_container {
  max-width: 1120px;
  margin: 0 auto;
}
.blog-details_container .breadcrumb {
  color: #2c2c2c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  display: block;
}
.blog-details_container .breadcrumb svg {
  min-width: 16px;
  height: 16px;
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .blog-details_container .breadcrumb {
    margin-bottom: 28px;
  }
}
.blog-details_container .blog-content_title,
.blog-details_container .blog-content h1 {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_title,
  .blog-details_container .blog-content h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1.44px;
  }
}
.blog-details_container .blog-content_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #444;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.blog-details_container .blog-content_meta.no_margin {
  margin: 0;
}
.blog-details_container .blog-content_meta_date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_meta_date {
    gap: 8px;
  }
}
.blog-details_container .blog-content_meta_share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_meta_share {
    gap: 8px;
  }
}
.blog-details_container .blog-content_meta_share a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-details_container .blog-content_image_description,
.blog-details_container .blog-content_image p {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_image_description,
  .blog-details_container .blog-content_image p {
    font-size: 16px;
    line-height: 150%;
  }
}
.blog-details_container .blog-content_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_image img {
    height: 335px;
  }
}
.blog-details_container .blog-content_body {
  display: flex;
  flex-direction: column;
}
.blog-details_container .blog-content_box_title,
.blog-details_container .blog-content_box h3 {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_box_title,
  .blog-details_container .blog-content_box h3 {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.84px;
    margin-top: 28px;
  }
}
.blog-details_container .blog-content_box h5 {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_box h5 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.84px;
    margin-top: 16px;
  }
}
.blog-details_container .blog-content_box_para,
.blog-details_container .blog-content_box p {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_box_para,
  .blog-details_container .blog-content_box p {
    font-size: 16px;
    line-height: 150%;
  }
}
.blog-details_container .blog-content_box_para ul li,
.blog-details_container .blog-content_box p ul li {
  list-style: disc;
}
.blog-details_container .blog-content_box.v2 h3 {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_box.v2 h3 {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.84px;
    margin-top: 28px;
  }
}
.blog-details_container .blog-content_box.v2 h5 {
  color: #0c0c0d;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_box.v2 h5 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.84px;
    margin-top: 16px;
  }
}
.blog-details_container .blog-content_box.v2 p {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .blog-details_container .blog-content_box.v2 p {
    font-size: 16px;
    line-height: 150%;
  }
}
.blog-details_container .blog-content_box.v2 ul li {
  list-style: disc;
}

.construction {
  padding: 96px 20px;
}
@media (max-width: 768px) {
  .construction {
    padding: 48px 0;
  }
}
.construction--title {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 70.4px */
  letter-spacing: -1.92px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .construction--title {
    font-size: 40px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}

.construction_card {
  margin-bottom: 48px;
  display: block;
}
@media (max-width: 768px) {
  .construction_card {
    margin-bottom: 24px;
  }
}
.construction_card:hover .construction_card_info {
  color: #fff;
}
.construction_card:hover .construction_card_info::after {
  height: 100%;
}
.construction_card:hover .construction_card--asset img {
  transform: scale(1.05) translateY(5px);
}
.construction_card--asset {
  overflow: hidden;
}
.construction_card--asset img {
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.construction_card_info {
  color: var(--primary-color);
  padding: 32px 40px;
  position: relative;
  z-index: 1;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .construction_card_info {
    padding: 32px 24px;
  }
}
.construction_card_info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.25s linear;
}
.construction_card_info::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  left: 0;
  top: 0;
  border: var(--primary-color) 1px solid;
  border-top: 0px;
}
.construction_card_info--title {
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .construction_card_info--title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.construction_card_info--desc {
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 768px) {
  .construction_card_info--desc {
    font-size: 14px;
  }
}

.construction_tabs_container {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: flex-start;
  gap: 96px;
}
@media (max-width: 768px) {
  .construction_tabs_container {
    display: block;
    padding: 0 20px;
  }
}

.construction_tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .construction_tabs {
    display: none;
  }
}
.construction_tabs_item.active .construction_tabs_item--title {
  border: 1px solid var(--primary-color);
  font-weight: 600;
}
.construction_tabs_item.active .construction_tabs_item--title::before {
  transform: rotateX(180deg);
}
.construction_tabs_item.active .construction_tabs_item--list {
  max-height: 500px;
  padding: 16px 0px 40px 32px;
}
.construction_tabs_item--title {
  height: 58px;
  border-radius: 58px;
  border: 1px solid var(--primary-color);
  padding: 0 32px;
  color: var(--primary-color);
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s linear;
  position: relative;
}
.construction_tabs_item--title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--caret-icon) center right 32px no-repeat;
  transition: 0.25s linear;
}
.construction_tabs_item--list {
  padding: 0 0 0 32px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.construction_tabs_item--list ul {
  padding-left: 0px;
  border-left: 1px solid var(--Background-Brand-Primary-Lightest, rgba(0, 96, 109, 0.2));
}
.construction_tabs_item--list ul li a {
  color: var(--Text-Neutral-40, #b3b3b3);
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: block;
  padding: 16px 32px;
  transition: 0.25s linear;
  position: relative;
}
.construction_tabs_item--list ul li a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  left: -1.5px;
  opacity: 0;
  transition: 0.25s linear;
}
.construction_tabs_item--list ul li a.active {
  color: var(--primary-color);
  font-weight: 500;
}
.construction_tabs_item--list ul li a.active::before {
  opacity: 1;
}

.construction_tabs_content--label {
  color: var(--Text-Neutral-40, #b3b3b3);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .construction_tabs_content--label {
    display: none;
  }
}
.construction_tabs_content_each {
  display: none;
}
.construction_tabs_content_each.active {
  display: block;
  animation: fadeIn 0.35s linear;
}

.construction_dropdown {
  display: none;
}
@media (max-width: 768px) {
  .construction_dropdown {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .construction_dropdown select {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 58px;
    border-radius: 58px;
    width: 100%;
    padding: 0 32px;
    color: var(--primary-color);
    font-size: var(--Typography-Body-base-Size, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    background: #fff var(--caret-icon) center right 32px no-repeat;
    border-color: var(--primary-color);
  }
}

.plans_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 768px) {
  .plans_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    padding: 0 20px;
  }
}
.plans_grid_item {
  position: relative;
  overflow: hidden;
}
.plans_grid_item:hover .plans_grid_item--asset img {
  transform: scale(1.05) translateY(10px);
}
.plans_grid_item:hover .plans_grid_item_info--btn {
  margin-bottom: 0px;
  opacity: 1;
}
.plans_grid_item--asset {
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.plans_grid_item--asset img {
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .plans_grid_item--asset img {
    aspect-ratio: 7/10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.plans_grid_item_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 768px) {
  .plans_grid_item_info {
    padding: 20px;
  }
}
.plans_grid_item_info--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .plans_grid_item_info--title {
    font-size: 24px;
  }
}
.plans_grid_item_info--desc {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .plans_grid_item_info--desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .plans_grid_item_info--btn {
    margin-bottom: -80px;
    opacity: 0;
    transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.plans {
  position: relative;
  overflow: hidden;
  background: #689284;
}
.plans .swiper-slide {
  overflow: hidden;
}
.plans--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  position: absolute;
  top: 60px;
  z-index: 9;
}
@media (max-width: 768px) {
  .plans--title {
    padding: 0 20px;
    font-size: 18px;
    top: 40px;
  }
}
.plans_slide {
  position: relative;
}
.plans_slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .plans_slide::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 100%);
  }
}
.plans_slide img {
  height: calc(100vh - 100px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .plans_slide img {
    height: calc(100vh - 80px);
  }
}
.plans_slide_info {
  position: absolute;
  bottom: 60px;
  max-width: 550px;
  z-index: 9;
}
@media (max-width: 768px) {
  .plans_slide_info {
    bottom: auto;
    top: 82px;
    padding: 0 20px;
  }
}
.plans_slide_info--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 62.4px */
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .plans_slide_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.plans_slide_info--desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  display: flex;
  gap: 140px;
  align-items: center;
}
@media (max-width: 768px) {
  .plans_slide_info--desc {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.plans_list {
  position: absolute;
  top: 60px;
  z-index: 2;
  right: 64px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(100vh - 220px);
  overflow: auto;
  padding-right: 12px;
}
.plans_list.v2 {
  gap: 20px;
}
.plans_list.v2 .plans_list_each {
  height: 100%;
  min-height: 88px;
  max-height: 110px;
}
@media (max-width: 768px) {
  .plans_list {
    height: auto;
    flex-direction: row;
    top: auto;
    bottom: 40px;
    right: 0px;
    padding: 0 20px;
    width: 100%;
  }
}
.plans_list::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .plans_list::-webkit-scrollbar {
    display: none;
  }
}
.plans_list {
  /* Track */
}
.plans_list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5215686275);
  border-radius: 8px;
}
.plans_list {
  /* Handle */
}
.plans_list::-webkit-scrollbar-thumb {
  background: #689284;
  border-radius: 8px;
}
.plans_list_each {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: flex;
  align-items: center;
  gap: 16px;
  height: 63px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: 0.35s linear;
}
.plans_list_each.active {
  background: #fff;
  color: var(--primary-color);
}
.plans_list_each.active svg path {
  fill: var(--primary-color);
}
.plans_list_each img path,
.plans_list_each svg path {
  transition: 0.35s linear;
}
@media (max-width: 768px) {
  .plans_list_each img,
  .plans_list_each svg {
    max-width: 20px;
  }
}
@media (max-width: 768px) {
  .plans_list_each {
    display: flex;
    flex-direction: column;
    height: auto;
    font-size: 14px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    gap: 8px;
    padding: 12px 24px;
  }
}

.asset_card {
  min-width: 1120px;
  max-width: 1120px;
  position: relative;
}
@media (max-width: 768px) {
  .asset_card {
    min-width: auto;
  }
}
.asset_card--video, .asset_card--img {
  position: relative;
  height: 580px;
}
@media (max-width: 768px) {
  .asset_card--video, .asset_card--img {
    height: 240px;
  }
}
.asset_card--video .poster, .asset_card--img .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  transition: 0.35s linear;
}
.asset_card--video .poster.play, .asset_card--img .poster.play {
  opacity: 0;
}
.asset_card--video video, .asset_card--img video {
  cursor: pointer;
}
.asset_card--video video,
.asset_card--video img, .asset_card--img video,
.asset_card--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asset_card--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.asset_card--play img {
  aspect-ratio: auto;
}
@media (max-width: 768px) {
  .asset_card--play img {
    width: 46px;
    height: auto;
  }
}
.asset_card_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 32px;
  opacity: 0;
  transition: 0.35s linear;
}
.asset_card_info--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .asset_card_info--title {
    font-size: 18px;
  }
}

.banner_content {
  padding: 64px 0;
  height: 442px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .banner_content {
    height: 420px;
    align-items: flex-start;
  }
}
.banner_content_info {
  width: 100%;
  padding: 0 20px;
}
.banner_content--asset {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner_content--asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_content--asset::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.banner_content--title {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-Base-Size, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .banner_content--title {
    font-size: 40px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.banner_content--desc {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner_content--desc {
    max-width: 100%;
    font-size: 16px;
    text-align: left;
  }
}
.banner_content--btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .banner_content--btns {
    justify-content: flex-start;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .amenities {
    padding: 0 20px;
  }
}
.amenities--title {
  color: var(--Text-Brand-Primary, #00606d);
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .amenities--title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.amenities_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .amenities_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.image_card {
  position: relative;
  box-shadow: -10px 4px 60px 0px rgba(0, 0, 0, 0.2);
}
.image_card.fluid {
  width: 100vw;
}
.image_card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%);
}
.image_card--asset {
  height: 100svh;
  overflow: hidden;
}
.image_card--asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_card_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 520px;
}
@media (max-width: 768px) {
  .image_card_info {
    padding: 0 20px 96px;
    top: auto;
    transform: none;
    bottom: 0px;
  }
}
.image_card_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: var(--Typography-Hero-sm-Family, Sora);
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .image_card_info--title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.image_card_info--desc {
  color: var(--Text-Secondary, #fff);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .image_card_info--desc {
    font-size: 16px;
  }
}

.image_card_md {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--primary-color);
  overflow: hidden;
}
.image_card_md:hover .image_card_md--asset img {
  transform: scale(1.05) translateY(5px);
}
@media (max-width: 768px) {
  .image_card_md {
    display: block;
    height: 100%;
  }
  .image_card_md_each {
    overflow: hidden;
  }
}
.image_card_md--asset {
  overflow: hidden;
}
.image_card_md--asset img {
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .image_card_md--asset img {
    height: 380px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1.05);
  }
}
.image_card_md_info {
  padding: 72px;
}
@media (max-width: 768px) {
  .image_card_md_info {
    padding: 32px 24px;
  }
}
.image_card_md_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.56px;
}
@media (max-width: 768px) {
  .image_card_md_info--title {
    font-size: 32px;
  }
}
.image_card_md_info--desc {
  color: var(--Text-Secondary, #fff);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .image_card_md_info--desc {
    font-size: 16px;
    margin-top: 16px;
  }
}

.image_card_sm {
  position: relative;
  max-width: 350px;
}
.image_card_sm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.31%, rgba(36, 36, 36, 0.7) 100%);
  transition: all 0.3 ease;
}
.image_card_sm.fluid {
  max-width: 100%;
}
.image_card_sm:hover .image_card_sm--asset img {
  transform: scale(1.05) translateY(5px);
}
.image_card_sm--asset {
  overflow: hidden;
}
.image_card_sm--asset img {
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
  .image_card_sm--asset img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image_card_sm_info {
  position: absolute;
  width: 100%;
  padding: 32px;
  bottom: 0;
  left: 0;
}
.image_card_sm_info--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .image_card_sm_info--title {
    font-size: 18px;
  }
}

.image_card_popup {
  position: relative;
  max-width: 540px;
  min-width: 540px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image_card_popup {
    min-width: auto;
  }
}
.image_card_popup--asset {
  height: 610px;
}
@media (max-width: 768px) {
  .image_card_popup--asset {
    height: 480px;
  }
}
.image_card_popup--asset img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_card_popup_info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .image_card_popup_info {
    padding: 36px 20px;
  }
}
.image_card_popup_info.active .image_card_popup_info_inner {
  transform: translateY(0px);
}
.image_card_popup_info.active .image_card_popup_info_inner::before {
  transform: translateY(0%);
}
.image_card_popup_info.active .image_card_popup_info_head--title {
  color: var(--popup-card-color, #00606d);
}
.image_card_popup_info.active .image_card_popup_info_head--icon {
  transform: rotate(45deg);
}
.image_card_popup_info.active .image_card_popup_info_head {
  padding: 32px 32px 0;
}
@media (max-width: 768px) {
  .image_card_popup_info.active .image_card_popup_info_head {
    padding: 24px 24px 0;
  }
}
.image_card_popup_info.active .image_card_popup_info_head--icon svg path {
  fill: var(--popup-card-color, #00606d);
}
.image_card_popup_info.active .image_card_popup_info_content {
  opacity: 1;
}
.image_card_popup_info_inner {
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateY(var(--height));
}
@media (max-width: 768px) {
  .image_card_popup_info_inner {
    transform: translateY(calc(var(--height) + 12px));
  }
}
.image_card_popup_info_inner {
  position: relative;
}
.image_card_popup_info_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--Background-Secondary, #fff);
  z-index: -1;
  transform: translateY(100%);
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.image_card_popup_info_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.image_card_popup_info_head--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 768px) {
  .image_card_popup_info_head--title {
    font-size: 20px;
  }
}
.image_card_popup_info_head--icon {
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 768px) {
  .image_card_popup_info_head--icon svg {
    width: 32px;
    height: 32px;
  }
}
.image_card_popup_info_head--icon svg path {
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.image_card_popup_info_content {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 32px;
  padding-top: 20px;
  opacity: 0;
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 768px) {
  .image_card_popup_info_content {
    font-size: 14px;
    padding-top: 12px;
    padding: 24px;
    padding-top: 12px;
  }
}

.locations_nearby {
  position: relative;
}
.locations_nearby .tabs {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
}
.locations_nearby .tabs .tab {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}
.locations_nearby .tab-content {
  margin-top: 0px;
  min-height: 400px;
}
@media (max-width: 768px) {
  .locations_nearby .tab-dropdown {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    top: 32px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .locations_nearby--asset {
    height: 100svh;
  }
  .locations_nearby--asset img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.accordion--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-lg-Size, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .accordion--title {
    font-size: 32px;
    padding-bottom: 32px;
  }
}

.accordion-header {
  background: var(--primary-color);
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid var(--Border-Secondary-Trans, rgba(255, 255, 255, 0.2));
  padding: 48px 20px;
}
@media (max-width: 768px) {
  .accordion-header {
    padding: 32px 0;
  }
}
.accordion-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.accordion-header-wrap svg {
  transform: rotateX(180deg);
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .accordion-header-wrap svg {
    width: 24px;
    height: 24px;
  }
}
.accordion-header-wrap svg path {
  fill: #fff;
  transition: 0.25s linear;
}
.accordion-header--label {
  color: var(--Text-Brand-Secondary, #84c98b);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  transition: 0.25s linear;
}
.accordion-header--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  display: block;
  margin-top: 42px;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .accordion-header--title {
    font-size: 20px;
    margin-top: 16px;
  }
}

.accordion-content {
  display: none;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .accordion-content {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}

.accordion-header.active {
  background: #fff;
}
.accordion-header.active .accordion-header-wrap svg {
  transform: rotateX(0deg);
}
.accordion-header.active .accordion-header-wrap svg path {
  fill: var(--primary-color);
}
.accordion-header.active .accordion-header--label {
  color: var(--Text-Brand-Parent, #b95634);
}
.accordion-header.active .accordion-header--title {
  color: var(--primary-accordion-color);
}

.accordion-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 124px;
  color: var(--primary-accordion-color);
  font-size: var(--Typography-Body-xl-Size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
@media (max-width: 768px) {
  .accordion-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    font-size: 14px;
  }
}

.accordion .accordion-item:last-child .accordion-header {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .accordion .accordion-item:last-child .accordion-header {
    padding-bottom: 80px;
  }
}
.accordion .accordion-item:last-child .accordion-header.active {
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .accordion .container {
    padding: 0 20px;
  }
}

.image_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
}
.image_content.founder {
  gap: 40px;
}
@media (max-width: 768px) {
  .image_content.founder {
    gap: 24px;
  }
}
.image_content.founder .image_content_info {
  max-width: 100%;
}
.image_content.top {
  align-items: start !important;
}
@media (max-width: 768px) {
  .image_content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .image_content--asset img {
    height: 290px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image_content.reverse .image_content_each:last-child {
  order: -1;
}
@media (max-width: 768px) {
  .image_content.reverse .image_content_each:last-child {
    order: 0;
  }
}
.image_content_info {
  max-width: 480px;
}
.image_content_info.flex_col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.image_content_info--title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .image_content_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.image_content_info--desc {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .image_content_info--desc {
    font-size: 16px;
  }
}
.image_content_info--list ul {
  padding-left: 16px;
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .image_content_info--list ul {
    font-size: 16px;
    margin-top: 16px;
  }
}
.image_content_info--list ul li {
  list-style: disc;
}
.image_content_info--btns {
  margin-top: 24px;
}
.image_content_info--btns .btn_solid {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width: 768px) {
  .image_content_info--btns {
    margin-top: 16px;
  }
}

@keyframes enquireFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enquireFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.enquire_now {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  overflow: auto;
  padding: 40px 20px;
  pointer-events: none;
  animation: enquireFadeOut 0.25s linear;
  visibility: hidden;
}
@media (max-width: 768px) {
  .enquire_now {
    padding: 40px 20px;
  }
}
.enquire_now.open {
  display: block;
  pointer-events: all;
  opacity: 1;
  animation: enquireFadeIn 0.25s linear;
  visibility: visible;
}
.enquire_now_inner {
  display: grid;
  align-items: center;
  grid-template-columns: 500px 1fr;
  background: #00606d;
  min-width: 1160px;
  max-width: 1160px;
  position: relative;
  overflow: hidden;
  transform: translateY(125%);
  filter: blur(4px);
  transition: transform 0.65s cubic-bezier(0.86, 0, 0.07, 1), filter 0.65s linear;
  margin: 0 auto;
  top: 50%;
}
.enquire_now_inner.open {
  transform: translateY(-50%);
  filter: blur(0px);
}
@media (max-width: 768px) {
  .enquire_now_inner {
    min-width: 100%;
    max-width: 100%;
    display: flex;
    min-height: 460px;
    height: auto;
  }
}
.enquire_now--close {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: #fff 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s linear;
  z-index: 1;
}
@media (max-width: 768px) {
  .enquire_now--close {
    top: 16px;
    right: 16px;
  }
}
.enquire_now--close svg {
  width: 20px;
  height: 20px;
}
.enquire_now--close svg path {
  fill: #fff;
  transition: 0.25s linear;
}
.enquire_now--close:hover {
  transform: rotate(-90deg);
  background: #fff;
}
.enquire_now--close:hover svg path {
  fill: #00606d;
}
.enquire_now--asset {
  height: 100%;
}
@media (max-width: 768px) {
  .enquire_now--asset {
    display: none;
  }
}
.enquire_now--asset img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enquire_now_form {
  padding: 64px;
}
@media (max-width: 768px) {
  .enquire_now_form {
    padding: 32px 24px;
    width: 100%;
  }
}
.enquire_now_form--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .enquire_now_form--title {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
.enquire_now_form--desc {
  color: #fff;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  margin: 0 auto;
}

.enquire_form.hide {
  display: none;
}

.enquire_success {
  display: none;
}
.enquire_success.show {
  display: block;
  animation: enquireFadeIn 0.25s linear;
}

.cus_form .form_group {
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .cus_form .form_group {
    margin-bottom: 20px;
  }
}
.cus_form .form_group label.error {
  font-size: 12px;
  color: #00dcff;
}
.cus_form .form_group_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}
.cus_form input.error,
.cus_form textarea.error,
.cus_form select.error {
  border: 0.5px solid #cc3716 !important;
  background: #fff5f3;
  color: #cc3716;
}
.cus_form select.error {
  background: #fff5f3 url("../images/icons/CaretDown.svg") center right 20px no-repeat;
}
@media (max-width: 768px) {
  .cus_form select.error {
    background-size: 16px;
  }
}
.cus_form input,
.cus_form select,
.cus_form textarea {
  border-radius: 4px;
  border: 0.665px solid rgba(0, 96, 109, 0.2);
  background: #fff;
  height: 52px;
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #00606d;
  outline: none;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .cus_form input,
  .cus_form select,
  .cus_form textarea {
    height: 44px;
    font-size: 12px;
  }
}
.cus_form input::-moz-placeholder, .cus_form select::-moz-placeholder, .cus_form textarea::-moz-placeholder {
  color: #b3b3b3;
}
.cus_form input::placeholder,
.cus_form select::placeholder,
.cus_form textarea::placeholder {
  color: #b3b3b3;
}
.cus_form input:not(:-moz-placeholder), .cus_form select:not(:-moz-placeholder), .cus_form textarea:not(:-moz-placeholder) {
  border: 0.5px solid #00606d;
}
.cus_form input:not(:placeholder-shown), .cus_form input:focus,
.cus_form select:not(:placeholder-shown),
.cus_form select:focus,
.cus_form textarea:not(:placeholder-shown),
.cus_form textarea:focus {
  border: 0.5px solid #00606d;
}
.cus_form textarea {
  height: 100px;
  resize: none;
}
.cus_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff url("../images/icons/CaretDown.svg") center right 20px no-repeat;
  background-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b3b3b3;
  border: 0.665px solid rgba(0, 96, 109, 0.2) !important;
}
.cus_form select:valid {
  color: #00606d;
  border: 0.5px solid #00606d !important;
}
@media (max-width: 768px) {
  .cus_form select {
    background-size: 16px;
  }
}
.cus_form .submit {
  cursor: pointer;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .cus_form .submit {
    margin-top: 0px;
  }
}

@keyframes numberFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.numberTab_swiper .number_tabs_content_info {
  display: none;
}
@media (max-width: 768px) {
  .numberTab_swiper .number_tabs_content_info {
    display: block;
  }
}

.number_tabs {
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 72px;
}
@media screen and (max-width: 1248px) {
  .number_tabs {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .number_tabs {
    grid-template-columns: 50% 1fr;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .number_tabs {
    position: relative;
    padding: 0;
  }
}
.number_tabs_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .number_tabs_nav {
    position: static;
    bottom: 0;
    justify-content: center;
    padding-top: 30px;
  }
}
.number_tabs_nav .swiper-pagination {
  margin-top: 0px !important;
  left: 0px !important;
  transform: none !important;
}
.number_tabs_nav .numberTab_swiper_btns {
  position: relative;
  bottom: auto;
  right: auto;
  gap: 16px;
}
@media (max-width: 768px) {
  .number_tabs_nav .numberTab_swiper_btns {
    position: absolute;
    top: 304px;
    right: 30px;
    gap: 8px;
  }
}
.number_tabs_nav .numberTab_swiper_btns .swiper-button-prev,
.number_tabs_nav .numberTab_swiper_btns .swiper-button-next {
  margin-top: 0px;
  height: 56px;
  width: 56px;
}
@media (max-width: 768px) {
  .number_tabs_nav .numberTab_swiper_btns .swiper-button-prev,
  .number_tabs_nav .numberTab_swiper_btns .swiper-button-next {
    height: 36px;
    width: 36px;
  }
}
.number_tabs_each {
  position: relative;
}
@media (max-width: 768px) {
  .number_tabs_each {
    padding-top: 0px;
    position: static;
  }
}
.number_tabs_each:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 72px 0;
}
@media screen and (max-width: 1024px) {
  .number_tabs_each:first-child {
    padding: 0px;
  }
}
.number_tabs_each:last-child {
  order: -1;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .number_tabs_each:last-child {
    order: 0;
  }
}
@media (max-width: 768px) {
  .number_tabs {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    gap: 0px;
  }
  .number_tabs_each {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100vw;
    padding: 0 20px 30px;
  }
}
@media (max-width: 768px) {
  .number_tabs_content {
    display: none;
  }
}
.number_tabs_content_each {
  display: none;
}
.number_tabs_content_each.active {
  display: block;
  animation: numberFadeIn 0.35s linear;
}
.number_tabs_content--asset img {
  height: auto;
}
@media (max-width: 768px) {
  .number_tabs_content--asset img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .number_tabs_content_info {
    display: none;
  }
}
.number_tabs_content_info--title {
  color: #b95634;
  font-family: "Sora", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 62.4px */
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .number_tabs_content_info--title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .number_tabs_content_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.number_tabs_content_info--desc {
  color: #0c0c0d;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .number_tabs_content_info--desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .number_tabs_content_info--desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.number_tabs_content_info .btn_solid {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.number_tabs_content_info .btn_outline {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.number_tabs_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .number_tabs_list {
    margin-bottom: 0px;
    display: none;
  }
}
.number_tabs_list--each {
  border-radius: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 96, 109, 0.2);
  color: #00606d;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .number_tabs_list--each {
    font-weight: 500;
  }
}
.number_tabs_list--each.active {
  background: #00606d;
  color: #fff;
}

.banner_video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner_video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(210deg, rgba(0, 0, 0, 0.4) 23.32%, rgba(0, 0, 0, 0.05) 84.08%), radial-gradient(113.08% 77.38% at 75.52% -22.99%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
}
.banner_video .browser_video {
  position: relative;
}
.banner_video .browser_video_sound_toggle {
  position: absolute;
  bottom: 109px;
  right: 40px;
  z-index: 5;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 89px;
  background: rgba(12, 12, 13, 0.2);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .banner_video .browser_video_sound_toggle {
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner_video .browser_video_sound_toggle svg {
    height: 30px;
    width: 30px;
  }
}
.banner_video .browser_video_sound_toggle:hover {
  background-color: #f7f7ff;
}
.banner_video .browser_video_sound_toggle:hover .browser_video_sound_toggle--icon-unmuted path {
  stroke: #b95634;
}
.banner_video .browser_video_sound_toggle:hover .browser_video_sound_toggle--icon-muted path {
  stroke: #b95634;
}
.banner_video .browser_video_sound_toggle--icon-unmuted {
  display: none;
}
.banner_video .browser_video_sound_toggle--icon-muted {
  display: block;
}
.banner_video .browser_video_sound_toggle.active .browser_video_sound_toggle--icon-unmuted {
  display: block;
}
.banner_video .browser_video_sound_toggle.active .browser_video_sound_toggle--icon-muted {
  display: none;
}
.banner_video_info {
  position: absolute;
  max-width: 596px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .banner_video_info {
    gap: 20px;
    padding: 0 20px;
    width: 100%;
  }
}
.banner_video_info--title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media (max-width: 768px) {
  .banner_video_info--title {
    font-size: 40px;
  }
}
.banner_video_info--desc {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .banner_video_info--desc {
    font-size: 16px;
  }
}
.banner_video_info--btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .banner_video_info--btns {
    justify-content: space-between;
  }
  .banner_video_info--btns a {
    white-space: nowrap;
    flex-grow: 1;
  }
}

.content_scroll {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .content_scroll {
    grid-template-columns: 1fr;
  }
  .content_scroll_each:first-child {
    border-bottom: 1px solid var(--primary-light-border-color);
    position: sticky;
    top: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .content_scroll_each:first-child {
    position: relative;
  }
}
.content_scroll_info {
  padding: 72px 96px 72px 0px;
  max-height: 100svh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  top: 0;
}
.content_scroll_info.v2 {
  padding: 140px 96px 72px 0px;
}
@media screen and (max-width: 1024px) {
  .content_scroll_info.v2 {
    padding: 72px 48px 72px 0px;
  }
}
@media (max-width: 768px) {
  .content_scroll_info.v2 {
    padding: 48px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .content_scroll_info {
    padding: 72px 48px 72px 0px;
  }
}
@media (max-width: 768px) {
  .content_scroll_info {
    padding: 48px 20px;
    height: auto;
  }
}
.content_scroll_info_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_scroll_info_container.v2 {
  justify-content: start;
}
.content_scroll_info_container--title {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.56px;
  margin-bottom: 24px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .content_scroll_info_container--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.content_scroll_info_container--desc {
  color: var(--primary-color);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .content_scroll_info_container--desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.content_scroll_info_container--btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content_scroll_info_container--btns .btn_solid {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.content_scroll_info_container--btns .btn_outline {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .content_scroll_info_container--btns {
    flex-direction: column;
    align-items: start;
  }
}
.content_scroll_info_container--btns .btn {
  white-space: nowrap;
}
.content_scroll_info_bottom {
  display: flex;
  gap: 60px;
}
.content_scroll_info_bottom_each {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content_scroll_info_bottom_each--num {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 768px) {
  .content_scroll_info_bottom_each--num {
    font-size: 28px;
  }
}
.content_scroll_info_bottom_each--title {
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .content_scroll_list {
    border-left: 1px solid var(--primary-light-border-color);
  }
}
.content_scroll_list_each {
  padding: 32px 40px;
  border-bottom: 1px solid var(--primary-light-border-color);
}
.content_scroll_list_each.v2 {
  padding: 72px 40px !important;
}
@media (max-width: 768px) {
  .content_scroll_list_each.v2 {
    padding: 32px 20px !important;
  }
}
@media (max-width: 768px) {
  .content_scroll_list_each {
    padding: 32px 20px;
  }
}
.content_scroll_list_each:last-child {
  border-bottom: none;
}
.content_scroll_list_each--title {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-base-Size, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content_scroll_list_each--title {
    font-size: 24px;
  }
}
.content_scroll_list_each--desc {
  color: var(--primary-color);
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .content_scroll_list_each--desc {
    font-size: 16px;
  }
}

.tm {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .tm {
    padding: 40px 0;
  }
}
.tm_container {
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}

.tm-card {
  display: flex;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.tm-card:hover .tm-card_media img,
.tm-card:hover .tm-card_media video {
  transform: scale(1.05) translateY(5px);
}
@media screen and (max-width: 768px) {
  .tm-card {
    flex-direction: column;
    height: auto;
  }
}
.tm-card_media {
  position: relative;
  width: 386.65px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tm-card_media {
    width: 100%;
    height: 460px;
  }
}
.tm-card_media img,
.tm-card_media video {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tm-card_content {
  padding: 32px;
  position: relative;
  width: 515px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tm-card_content {
    justify-content: start;
    width: 100%;
    padding: 24px;
  }
}
.tm-card_content .quote {
  height: 79px;
}
@media screen and (max-width: 768px) {
  .tm-card_content .quote {
    height: 60px;
  }
}
.tm-card_content .quote svg path {
  fill: var(--primary-color);
}
.tm-card_content .box .text,
.tm-card_content .box .name {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  .tm-card_content .box .text {
    font-size: 18px;
    line-height: 160%;
  }
}
.tm-card_content .box .name {
  font-weight: 600;
  margin: 32px 0 16px;
}
@media screen and (max-width: 768px) {
  .tm-card_content .box .name {
    font-size: 16px;
    margin: 40px 0 8px;
  }
}
.tm-card_content .box .role {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.tm-card_video {
  display: block;
}
.tm-card_controls {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}
.tm-card_mute {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.tm-card_mute img {
  width: 32px;
  height: 32px;
  transition: 0.2s ease;
}
.tm-card_progress {
  flex: 1;
  height: 2px;
  background: var(--Background-Secondary, #fff);
  cursor: pointer;
}
.tm-card {
  /* HOVER EFFECT */
}
.tm-card.videoCard:hover .tm-card_controls {
  bottom: 0;
}

.faq {
  padding: 120px 20px;
  background: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 40px 20px;
  }
}
.faq_container {
  max-width: 1248px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .faq_container {
    flex-direction: column;
    gap: 80px;
  }
}
.faq_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 468px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .faq_left {
    position: static;
    top: auto;
  }
}
.faq_left .faq_title {
  color: var(--faq-title-color);
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media (max-width: 768px) {
  .faq_left .faq_title {
    font-size: 40px;
  }
}
.faq_left .faq_desc {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .faq_left .faq_desc {
    font-size: 16px;
  }
}
.faq_right {
  flex: 1;
  background: #fff;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .faq_right {
    max-width: 100%;
  }
}
.faq_item {
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s linear;
}
.faq_item.active .faq_answer {
  max-height: 200px;
  opacity: 1;
}
.faq_item.active .faq_question {
  padding: 64px 64px 40px 64px;
}
@media screen and (max-width: 768px) {
  .faq_item.active .faq_question {
    padding: 24px 24px 8px 24px;
  }
}
.faq_item.active .icon::after {
  opacity: 0;
}
.faq_question {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 64px;
  cursor: pointer;
  color: var(--Text-Neutral-60, #444);
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .faq_question {
    font-size: 20px;
    padding: 24px;
    gap: 16px;
  }
}
.faq_question p {
  margin: 0;
}
.faq_question .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .faq_question .icon {
    height: 34px;
    width: 34px;
  }
}
.faq_question .icon::before, .faq_question .icon::after {
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.faq_question .icon::before {
  width: 15px;
  height: 1.8px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .faq_question .icon::before {
    width: 12px;
    height: 1.5px;
  }
}
.faq_question .icon::after {
  width: 1.8px;
  height: 15px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .faq_question .icon::after {
    width: 1.5px;
    height: 12px;
  }
}
.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  color: var(--Text-Neutral-60, #444);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .faq_answer {
    font-size: 14px;
  }
}
.faq_answer p {
  padding: 0 64px 64px 138px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .faq_answer p {
    padding: 0 24px 24px 76px;
  }
}

.about-awards {
  width: 100%;
  background-color: #f5f5f5;
}
.about-awards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about-awards__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-awards__grid {
    grid-template-columns: 1fr;
  }
}
.about-awards__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 380px;
  background-color: #fff;
  padding: 32px;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-awards__card:hover {
  transform: translateY(-8px);
}
.about-awards__card:hover .about-awards__card-icon img {
  transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .about-awards__card {
    min-height: 340px;
  }
  .about-awards__card:hover {
    transform: none;
  }
}
.about-awards__card-icon {
  height: 48px;
  display: flex;
  align-items: center;
}
.about-awards__card-icon img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-awards__card-icon--empty {
  height: 48px;
}
@media screen and (max-width: 768px) {
  .about-awards__card-icon--empty {
    display: none;
  }
}
.about-awards__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(185, 86, 52, 0.2);
  padding-bottom: 16px;
}
.about-awards__card-title {
  color: var(--primary-color, #b95634);
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1200px) {
  .about-awards__card-title {
    font-size: 22px;
  }
}
.about-awards__card-desc {
  color: var(--primary-color, #b95634);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about-awards__card-desc {
    font-size: 16px;
  }
}
.about-awards__card-footer {
  display: flex;
  flex-direction: column;
}
.about-awards__card-meta {
  color: var(--primary-color, #b95634);
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  .about-awards__card-meta {
    font-size: 20px;
  }
}
.about-awards__card-submeta {
  color: var(--primary-color, #b95634);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .about-awards__card-submeta {
    font-size: 14px;
  }
}
.about-awards__card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-awards__card-list-item {
  color: var(--primary-color, #b95634);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 768px) {
  .about-awards__card-list-item {
    font-size: 18px;
  }
}

.career-jobs {
  width: 100%;
  background-color: #fff;
}
.career-jobs__header {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .career-jobs__header {
    padding: 0 20px;
  }
}
.career-jobs__title {
  color: var(--primary-color, #b95634);
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .career-jobs__title {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}
.career-jobs__desc {
  color: #2c2c2c;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .career-jobs__desc {
    font-size: 16px;
  }
}
.career-jobs__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 920px) {
  .career-jobs__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px;
  }
}
.career-jobs__sidebar {
  width: 100%;
}
.career-jobs__filter-box {
  background-color: #f5f5f5;
  padding: 32px;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .career-jobs__filter-box {
    padding: 24px;
  }
}
.career-jobs__filter-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding-bottom: 24px;
  cursor: pointer;
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1.5px solid #e5dfdb;
  line-height: 160%;
}
.career-jobs__filter-header .caret {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.career-jobs__filter-header .caret path {
  fill: #000;
}
.career-jobs__filter-header .caret.rotate {
  transform: rotate(180deg);
}
.career-jobs__filter-body {
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.career-jobs__filter-list {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 16px;
}
.career-jobs__filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 768px) {
  .career-jobs__filter-item {
    font-size: 16px;
  }
}
.career-jobs__filter-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.career-jobs__filter-item .checkmark {
  height: 20px;
  width: 20px;
  border: 1.5px solid #000;
  border-radius: 4px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.career-jobs__filter-item .checkmark::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg) translate(1.5px, -1.5px);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.career-jobs__filter-item input:checked ~ .checkmark::after {
  opacity: 1;
}
.career-jobs__filter-item--more {
  display: none !important;
}
.career-jobs__filter-item--more.show {
  display: flex !important;
}
.career-jobs__filter-view-all {
  display: flex;
  align-items: center;
  gap: 24px;
  background: none;
  border: none;
  padding: 32px 0 0;
  cursor: pointer;
  color: var(--Neutral-Black, #0a0a0a);
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.career-jobs__filter-view-all .caret-sm {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.career-jobs__filter-view-all .caret-sm path {
  fill: #0a0a0a;
  stroke-width: 2px;
}
.career-jobs__filter-view-all .caret-sm.rotate {
  transform: rotate(180deg);
}
.career-jobs__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.career-jobs__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .career-jobs__list {
    gap: 24px;
  }
}
.career-jobs__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 40px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #e6e6e6;
}
.career-jobs__card:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .career-jobs__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }
  .career-jobs__card:hover {
    transform: none;
  }
}
.career-jobs__card-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.career-jobs__card-title {
  color: #21272a;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  .career-jobs__card-title {
    font-size: 20px;
  }
}
.career-jobs__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 140%; /* 19.6px */
}
.career-jobs__card-meta .dot {
  width: 5px;
  height: 5px;
  background-color: #b3b3b3;
  border-radius: 50%;
  display: inline-block;
}
.career-jobs__card-btn {
  background-color: var(--primary-color, #b95634);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 13px 24px;
  font-family: "Albert Sans";
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.career-jobs__card-btn:hover {
  background-color: #a24b2b;
}
@media screen and (max-width: 768px) {
  .career-jobs__card-btn {
    width: 100%;
    text-align: center;
  }
}
.career-jobs__load-more-wrap {
  display: flex;
  justify-content: center;
}
.career-jobs__load-more-btn {
  background-color: transparent;
  color: var(--primary-color, #b95634);
  border: 1.5px solid var(--primary-color, #b95634);
  border-radius: 50px;
  padding: 14px 36px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.career-jobs__load-more-btn:hover {
  background-color: var(--primary-color, #b95634);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .career-jobs__load-more-btn {
    width: 100%;
    text-align: center;
  }
}

.career-detail {
  background: #fff;
  max-width: 1440px;
  padding: 0 96px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .career-detail {
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .career-detail {
    padding: 0 20px;
  }
}
.career-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 371px;
  gap: 96px;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .career-detail__grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .career-detail__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.career-detail__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.career-detail__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .career-detail__header {
    gap: 20px;
  }
}
.career-detail__title {
  color: var(--primary-color, #b95634);
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .career-detail__title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}
.career-detail__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #21272a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
}
.career-detail__dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #d9d9d9;
}
.career-detail__section {
  max-width: 615px;
  color: #21272a;
  font-family: "Albert Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.career-detail__section--title {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.career-detail__section--desc,
.career-detail__section li {
  color: #21272a;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
}
.career-detail__section li {
  list-style: disc;
}
.career-detail__section ul {
  padding-left: 24px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .career-detail__section--title {
    font-size: 22px;
  }
  .career-detail__section--desc,
  .career-detail__section li {
    font-size: 16px;
    line-height: 160%;
  }
}
.career-detail__sidebar {
  position: sticky;
  top: 112px;
}
.career-detail__card {
  padding: 40px;
  border: 1px solid #dde1e6;
  background: #fbfbfb;
}
.career-detail__card hr {
  margin: 40px 0;
  border-color: rgba(185, 86, 52, 0.2);
  border-width: 0.5px;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .career-detail__card {
    position: static;
    padding: 32px 24px;
  }
}
.career-detail__card-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.career-detail__card-section h2 {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
.career-detail__card-section p {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.career-detail__apply-btn {
  padding: 13px 24px;
  border: 0;
  border-radius: 50px;
  background: var(--primary-color, #b95634);
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.career-detail__apply-btn:hover {
  background: #a24b2b;
}
@media screen and (max-width: 768px) {
  .career-detail__apply-btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */