:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

a {
  color: #000;
  text-decoration: none;
}

.body {
  background-color: #000;
}

.splashscreen {
  z-index: 9999;
  background-image: url('../images/OnyxRise_Background.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Tthoves;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.hero_section {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: fill;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15vh;
  padding-right: 15vh;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Tthoves;
  font-size: .8rem;
  transition: all .2s;
}

.nav-link:hover {
  color: #a59b8a;
}

.nav-link.w--current {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: underline;
}

.nav-link-2 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #a59b8a;
}

.nav-link-2.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link-3 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  transition: all .2s;
}

.nav-link-3:hover {
  color: #a59b8a;
}

.nav-link-3.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link-3-copy {
  color: #fff;
  font-size: 1rem;
}

.nav-link-4 {
  color: #fff;
  font-family: Tthoves;
  font-size: .8rem;
  transition: all .2s;
  display: none;
}

.nav-link-4:hover {
  color: #a59b8a;
}

.hero_text_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a59b8a 5%, #dddcd7 31% 75%, #a59b8a 99%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 20px 20px #ffffff8a, 0 2px 20px 6px #ffffff8a;
}

.button:hover {
  background-color: #c4c4c4;
}

.section {
  background-color: #f5f5f5;
  height: 100vh;
  padding-top: 140px;
  padding-left: 15vh;
  padding-right: 15vh;
}

.whoweare_columns {
  width: 100%;
  height: 80%;
  padding-left: 15vh;
  padding-right: 15vh;
  display: flex;
}

.whoweare_image {
  background-image: url('../images/onyxrise_buildings_webp.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 500px;
}

.column {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.whoweare_text_container {
  padding-right: 60px;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a59b8a, #0d0d0d 26%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Wonderlandpro, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-2.whatwedobest {
  text-align: left;
  padding-left: 15vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5rem;
}

.div-block-3 {
  text-align: center;
  background-image: linear-gradient(90deg, #a59b8a, #0d0d0d);
  width: 100%;
  height: 5px;
  margin: 20px auto 40px;
  display: none;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  margin-top: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 100%;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
}

.who_we_are_section {
  background-color: #f5f5f5;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.marquee_craftingvisions {
  background-color: #000;
  height: 15vh;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.image-8 {
  width: 12%;
}

.image-8.grupouno {
  width: 10%;
}

.image-9.castel {
  width: 15%;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.blur {
  filter: blur(9px);
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.dot {
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.blur_dot {
  filter: blur(9px);
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.we_do_best_section {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-5 {
  padding-left: 15vh;
  padding-right: 15vh;
}

.paragraph_we_do_best {
  color: #000;
  text-align: left;
  width: 99.9915%;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 15vh;
  padding-right: 15vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 100%;
}

.quick-stack {
  margin-left: 15vh;
  margin-right: 15vh;
  padding-left: 0;
  padding-right: 0;
}

.media_editing {
  background-color: #242424;
  background-image: url('../images/OnyxRise_VideoEditing.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.webdesign_development {
  background-image: url('../images/onyxrise_webdesigndevelopment.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.quick-stack-2 {
  margin-left: 15vh;
  margin-right: 15vh;
  padding: 0;
}

.div-block-8 {
  background-color: #242424;
  background-image: linear-gradient(#0009, #0009), url('../images/andras-vas-Bd7gNnWJBkU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.footer {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 75vh;
  padding-left: 15vh;
  padding-right: 15vh;
  display: flex;
  position: relative;
}

.footer_columns {
  width: 80%;
  height: 80%;
  margin-bottom: 40px;
}

.column-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: auto;
}

.heading-4 {
  color: #fff;
  font-family: Tthoves;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.div-block-10 {
  justify-content: space-between;
  display: flex;
}

.div-block-11 {
  display: flex;
}

.privacy_policy {
  color: #fff;
  margin-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.terms_of_service, .copyright_text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.terms_privacy_container {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
  right: 25vh;
}

.socialmedia_container {
  justify-content: space-between;
  align-items: center;
  width: 150px;
  display: flex;
}

.icon-embed-xxsmall, .icon-embed-xxsmall-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer_text_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading_footer {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a59b8a 5%, #dddcd7 31% 75%, #a59b8a 99%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.paragraph_footer {
  color: #fff;
  text-align: left;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.column-4 {
  height: 100%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/x-social-media-white-icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
}

.footer_image {
  background-image: url('../images/OnyxRise_GlassEffect_Vertical.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 350px;
  height: 400px;
}

.marquee_craftingvisions_mobile {
  background-color: #000;
  height: 30vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper-mobile {
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-mobile {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.blur_mobile {
  filter: blur(9px);
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.heading-3-mobile {
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.blur_dot_mobile {
  filter: blur(9px);
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.dot_mobile {
  color: #fff;
  margin-top: 10px;
  font-family: Tthoves;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.div-block-13 {
  background-image: url('../images/OnyxRise_Blop.webp');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 700px;
  display: none;
}

.servicecard_title {
  color: #fff;
  margin-bottom: 60px;
  margin-left: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hover_color {
  background-color: #0009;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.data_analysis {
  background-image: url('../images/OnyxRise_DataAnalysis.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.print_design {
  background-image: url('../images/onyxrise_printdesign.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.community_management {
  background-color: #242424;
  background-image: url('../images/onyxrise_communitymanagement.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.text-span {
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.737rem;
  line-height: 120%;
}

.background-video {
  background-color: #0000008f;
  width: 100vw;
  height: 100vh;
}

.play-pause-button {
  display: none;
}

.section-2 {
  background-color: #f5f5f5;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.text-field-3 {
  color: #555;
  border: 1px solid #000;
  font-size: .9rem;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-13 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.columns-7 {
  padding-top: 20px;
}

.html-embed-us {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.mapacelular-us {
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.textnexttoicon {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-37 {
  width: 60%;
}

.mapamovil-us {
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.div-block-36 {
  margin-left: 40px;
  display: flex;
}

.paragraph-16 {
  font-family: Tthoves;
  font-size: 1rem;
}

.naviarmxdiv {
  margin-top: 20px;
  margin-left: 40px;
  display: flex;
}

.heading-28 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.heading-33 {
  margin-left: 10px;
  font-family: Tthoves;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}

.heading-27 {
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.div-block-47 {
  align-items: center;
  display: flex;
}

.div-block-38 {
  width: 40%;
  padding-top: 10vh;
}

.div-block-39 {
  padding: 7vh 5vw 5vh 6vw;
}

.columnscontact {
  display: flex;
}

.heading-29 {
  margin-top: 60px;
  font-size: 2.5rem;
  font-weight: 400;
}

.image-19 {
  height: 15px;
}

.mapacelular {
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.submit-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  font-size: 1rem;
}

.icon-embed-xlarge, .icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.mapamovil {
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.text-field {
  color: #555;
  border: 1px solid #000;
  font-size: .9rem;
  font-weight: 400;
}

.text-field-2 {
  color: #555;
  border: 1px solid #000;
  font-size: .9rem;
}

.textarea {
  border: 1px solid #000;
  padding-bottom: 100px;
  font-size: .9rem;
}

.html-embed {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.button_form {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 20px 20px #0000008a, 0 2px 20px 6px #0000008a;
}

.button_form:hover {
  background-color: #4e4e4e;
}

.onyxrise_lkndin {
  margin-top: 20px;
  margin-left: 40px;
  display: flex;
}

.socialmedia {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.link-block, .socialmedialink {
  display: flex;
}

.team-image {
  object-fit: cover;
  width: 300px;
  height: 100%;
}

.team-image-wrapper {
  background-image: none;
  flex-flow: column;
  flex: none;
  height: auto;
  padding: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.team-slide {
  margin-right: 64px;
}

.team-slide-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-bottom: 64px;
  display: flex;
}

.slide-nav {
  display: none;
}

.team-slider-arrow {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.team-slider-arrow:hover {
  opacity: 1;
}

.team-slider-arrow.right {
  left: 48px;
}

.team-slide-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-slide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-slider {
  background-color: #0000;
  height: 100%;
}

.team-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.team-mask {
  overflow: visible;
}

.team-social-link {
  flex: none;
  padding: 8px;
  transition: opacity .3s;
}

.heading-34 {
  font-family: Tthoves;
}

.div-block-48 {
  flex-flow: column;
  margin-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-style {
  display: none;
}

.author-designation {
  color: #0a0c0a99;
  letter-spacing: -.00656rem;
  font-size: .875rem;
  font-weight: 400;
}

.swiper-slide {
  flex: 0 0 39.375rem;
}

.testimonial_text {
  color: #0a0c0a99;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial_content {
  flex-direction: column;
  justify-content: space-between;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-prev {
  z-index: 5;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 60% -1.5rem;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-prev:focus-visible {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.author-name {
  color: #0a0c0a;
  font-weight: 500;
  line-height: 1.1;
}

.testimonial_thumb {
  flex: none;
  overflow: hidden;
}

.testimonial_author {
  border-radius: .9375rem;
  width: 100%;
}

.testimonial_item-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f1f1f1;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.swiper-button-next {
  z-index: 5;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1.5rem 60% auto;
  transform: translate(0, 50%);
}

.swiper-button-next:hover {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-next:focus-visible {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.name {
  color: #fff;
  font-family: Tthoves;
  font-weight: 400;
  display: none;
}

.box-shadow {
  z-index: -1;
  filter: blur(60px);
  background-color: #000000c7;
  width: 77%;
  height: 240px;
  position: absolute;
  bottom: 0;
}

.arrow {
  color: #5e5e5e;
  width: 50px;
  height: 50px;
  font-size: 20px;
  inset: auto 12% -20% auto;
}

.arrow.right-arrow {
  right: 8%;
}

.erased-edge {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00 76%, #00000094), url('../images/OnyxRise_Construction-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.panel-mask {
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  display: flex;
  position: relative;
}

.test-slide {
  cursor: pointer;
  width: 310px;
  margin-left: 0;
  margin-right: 70px;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: none;
}

.mask {
  width: 310px;
  margin-left: 10vw;
  overflow: visible;
}

.heading-35 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  margin-top: 20px;
  font-family: Tthoves;
  font-size: 2rem;
  font-weight: 300;
}

.heading-35.big-heading {
  font-size: 37px;
}

.heading-35.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.panel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-container.right-container {
  z-index: 10;
  inset: 27% 3% auto auto;
}

.text-container.left-container {
  z-index: 10;
  inset: 29% auto auto 2%;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.heading_carousel {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a59b8a 5%, #dddcd7 31% 75%, #a59b8a 99%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tthoves;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-2-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a59b8a, #0d0d0d 26%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tthoves;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-2-copy.whatwedobest {
  text-align: left;
  padding-left: 15vh;
  font-size: 8rem;
}

.heading_carousels {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a59b8a, #0d0d0d 26%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tthoves;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading_carousels.whatwedobest {
  text-align: left;
  margin-bottom: 60px;
  padding-left: 15vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5rem;
}

.calendly_heading {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.code-embed {
  width: 100%;
  height: 400px;
}

.div-block-39-copy {
  padding: 7vh 7vw 5vh 6vw;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.erased-edge-2 {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00 76%, #00000094), url('../images/OnyxRise_InteriorDesign-webp.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.erased-edge-3 {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00 76%, #00000094), url('../images/OnyxRise_Crane-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.erased-edge-4 {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00 76%, #00000094), url('../images/OnyxRise_Excavation-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.erased-edge-copy {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00 76%, #00000094), url('../images/OnyxRise_RealEstate-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.erased-edge-6 {
  z-index: 3;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00 76%, #00000094), url('../images/Landscape.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mask-2 {
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: #0000;
  align-self: center;
  width: 80%;
}

.card_block {
  width: 310px;
  height: 400px;
}

.card_background {
  background-image: url('../images/OnyxRise_Construction-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card_elements {
  height: 100%;
  padding-top: 20px;
}

.heading-36 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 13px #000000eb;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.slide_container {
  display: flex;
}

.card_block_2 {
  width: 310px;
  height: 400px;
  margin-left: 40px;
}

.card_background_2 {
  background-image: url('../images/OnyxRise_InteriorDesign-webp.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card_background_3 {
  background-image: url('../images/OnyxRise_Crane-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card_background_4 {
  background-image: url('../images/OnyxRise_Excavation-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card_background_5 {
  background-image: url('../images/OnyxRise_RealEstate-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card_background_6 {
  background-image: url('../images/Landscape.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.right-arrow-2, .left-arrow, .icon-2, .icon-3 {
  display: none;
}

.slider2_mobile {
  background-color: #0000;
  align-self: center;
  width: 80%;
  display: none;
}

.card_background_1mobile {
  background-image: url('../images/OnyxRise_Construction-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card_background_2mobile {
  background-image: url('../images/OnyxRise_InteriorDesign-webp.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .who_we_are_section {
    padding-bottom: 100px;
  }

  .text-field-3 {
    font-family: Tthoves;
  }

  .div-block-39 {
    padding-left: 10vw;
  }

  .text-field, .text-field-2, .textarea {
    font-family: Tthoves;
  }

  .div-block-48 {
    padding-bottom: 220px;
  }

  .div-block-39-copy {
    padding-left: 10vw;
  }

  .card_block, .card_block_2 {
    width: 450px;
    height: 560px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    justify-content: space-between;
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: right;
    padding-right: 8vh;
  }

  .nav-link-4 {
    text-align: right;
    width: 100%;
    padding-right: 8vh;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .whoweare_columns {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .whoweare_image {
    width: 75%;
    height: 300px;
  }

  .column {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .column-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .whoweare_text_container {
    padding-right: 0;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .heading-2.whatwedobest {
    padding-left: 0;
    font-size: 3rem;
  }

  .paragraph-2 {
    padding-right: 0;
    font-size: 1.8rem;
  }

  .who_we_are_section {
    height: auto;
    padding-top: 100px;
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000;
    background-image: linear-gradient(#000000d9, #000000d9);
    width: 100%;
    position: absolute;
  }

  .div-block-4 {
    width: 100%;
  }

  .marquee_craftingvisions {
    height: 15vh;
  }

  .image-8, .image-9 {
    max-width: 15%;
  }

  .heading-3, .blur, .dot, .blur_dot {
    font-size: 1.5rem;
  }

  .we_do_best_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .paragraph_we_do_best {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .media_editing, .webdesign_development {
    height: 200px;
  }

  .quick-stack-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    height: 200px;
  }

  .footer {
    height: auto;
    padding: 40px 5vh;
  }

  .footer_columns {
    width: 100%;
    height: 100%;
  }

  .terms_privacy_container {
    right: 0;
  }

  .socialmedia_container {
    width: 125px;
  }

  .heading_footer {
    font-size: 3rem;
  }

  .paragraph_footer {
    width: auto;
    font-size: 1rem;
  }

  .footer_image {
    height: 250px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #fff;
  }

  .marquee_craftingvisions_mobile {
    height: 15vh;
  }

  .blur_mobile, .heading-3-mobile, .blur_dot_mobile, .dot_mobile {
    font-size: 1.5rem;
  }

  .servicecard_title {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 1rem;
  }

  .data_analysis, .print_design, .community_management {
    height: 200px;
  }

  .text-span {
    font-size: 2rem;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    text-align: center;
    width: 100%;
    padding-top: 3vh;
    padding-bottom: 5vh;
  }

  .div-block-39 {
    padding-top: 5vh;
  }

  .columnscontact {
    flex-direction: column;
  }

  .team-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider {
    max-width: none;
  }

  .team-mask {
    overflow: hidden;
  }

  .team-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .swiper-slide {
    flex-basis: 32rem;
  }

  .testimonial_text {
    font-size: 1.4rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .testimonial_thumb {
    width: 13.2rem;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }

  .heading-2-copy.whatwedobest {
    padding-left: 0;
    font-size: 5rem;
  }

  .heading_carousels.whatwedobest {
    padding-left: 0;
    font-size: 3rem;
  }

  .code-embed {
    height: auto;
  }

  .div-block-39-copy {
    padding-top: 5vh;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slider-2 {
    width: 100%;
  }

  .card_block {
    width: 330px;
    height: 300px;
  }

  .heading-36 {
    font-size: 1.5rem;
  }

  .card_block_2 {
    width: 330px;
    height: 300px;
  }

  .slider2_mobile {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 3rem;
  }

  .whoweare_image {
    width: 100%;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .heading-2.whatwedobest {
    font-size: 3.5rem;
  }

  .paragraph-2 {
    font-size: 1.5rem;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }

  .div-block-4 {
    width: 100%;
  }

  .heading-3, .blur, .dot, .blur_dot {
    font-size: 1rem;
  }

  .paragraph_we_do_best {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .media_editing, .webdesign_development, .div-block-8 {
    height: 150px;
  }

  .privacy_policy, .terms_of_service, .copyright_text {
    font-size: .8rem;
  }

  .icon-embed-xxsmall, .icon-embed-xxsmall-2 {
    width: 1.5rem;
  }

  .footer_text_container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph_footer {
    text-align: center;
  }

  .column-4 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-12 {
    width: 1.3rem;
    height: 1.3rem;
  }

  .footer_image {
    width: 100%;
    height: 300px;
  }

  .blur_mobile, .heading-3-mobile, .blur_dot_mobile, .dot_mobile {
    font-size: 1rem;
  }

  .servicecard_title {
    margin-left: 10px;
    line-height: 120%;
  }

  .data_analysis, .print_design, .community_management {
    height: 150px;
  }

  .html-embed-us, .mapacelular-us {
    display: none;
  }

  .mapamovil-us {
    margin-top: 20px;
    display: block;
  }

  .div-block-36, .naviarmxdiv {
    margin-left: 0;
  }

  .mapacelular {
    display: none;
  }

  .mapamovil {
    display: block;
  }

  .html-embed {
    display: none;
  }

  .onyxrise_lkndin, .socialmedia {
    margin-left: 0;
  }

  .team-slide-content {
    text-align: center;
  }

  .team-slide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .team-social-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-48 {
    padding-bottom: 100px;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .testimonial_text {
    font-size: 1.3rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .testimonial_thumb {
    width: auto;
  }

  .testimonial_author {
    object-fit: cover;
    object-position: 50% 0%;
    height: 24rem;
  }

  .testimonial_item-wrap {
    flex-direction: column;
    padding: 1rem;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .heading-2-copy {
    font-size: 5rem;
  }

  .heading-2-copy.whatwedobest {
    font-size: 3.5rem;
  }

  .heading_carousels {
    font-size: 5rem;
  }

  .heading_carousels.whatwedobest {
    font-size: 2rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .card_block {
    width: 400px;
    height: 250px;
  }

  .heading-36 {
    font-size: 1rem;
  }

  .card_block_2 {
    width: 400px;
    height: 250px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .splashscreen {
    background-position: 80% 100%;
    display: none;
  }

  .heading {
    font-size: 2rem;
  }

  .hero_section {
    overflow: hidden;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
    padding-right: 3vh;
  }

  .heading-1 {
    font-size: 2rem;
    font-style: normal;
  }

  .paragraph {
    width: auto;
    font-size: 1rem;
  }

  .column {
    height: 250px;
  }

  .whoweare_text_container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    background-image: linear-gradient(90deg, #a59b8a, #0d0d0d 88%);
    font-size: 2.3rem;
    line-height: 120%;
  }

  .heading-2.whatwedobest {
    align-self: flex-start;
    font-size: 2.3rem;
  }

  .div-block-3 {
    width: 250px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .who_we_are_section {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .div-block-4 {
    background-image: url('../images/OnyxRise_Blop.webp');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    overflow: hidden;
  }

  .marquee_craftingvisions {
    display: none;
  }

  .marquee {
    min-width: 100%;
  }

  .image-8, .image-8.grupouno {
    width: 15%;
  }

  .heading-3, .blur, .dot, .blur_dot {
    font-size: .6rem;
  }

  .div-block-5 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .paragraph_we_do_best {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }

  .media_editing, .webdesign_development, .div-block-8 {
    height: 100px;
  }

  .div-block-10 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .terms_privacy_container {
    text-align: center;
    justify-content: center;
    align-items: center;
    right: auto;
  }

  .socialmedia_container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .heading_footer {
    text-align: center;
  }

  .footer_image {
    height: 200px;
  }

  .image-11 {
    box-sizing: content-box;
    object-fit: cover;
    width: 600px;
    max-width: 250%;
    overflow: visible;
  }

  .marquee_craftingvisions_mobile {
    display: block;
  }

  .marquee-mobile {
    min-width: 100%;
  }

  .blur_mobile {
    font-size: 1.1rem;
  }

  .heading-3-mobile {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.1rem;
  }

  .blur_dot_mobile, .dot_mobile {
    font-size: 1.1rem;
  }

  .div-block-13 {
    background-image: url('../images/OnyxRise_Blop.webp');
    background-position: 50%;
    background-size: cover;
    width: 500px;
    height: 500px;
  }

  .servicecard_title {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: .7rem;
  }

  .data_analysis, .print_design, .community_management {
    height: 100px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 1.5rem;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-13 {
    font-size: 16px;
  }

  .mapacelular-us {
    margin-top: 20px;
    display: block;
  }

  .mapamovil-us {
    display: none;
  }

  .heading-28 {
    font-size: 19.8758px;
    line-height: 20px;
  }

  .heading-27 {
    font-size: 2rem;
  }

  .div-block-39 {
    padding-bottom: 2vh;
  }

  .mapacelular {
    display: block;
  }

  .mapamovil {
    display: none;
  }

  .socialmedia {
    margin-top: 20px;
  }

  .team-image {
    border-radius: 40px;
    width: auto;
    display: block;
  }

  .team-image-wrapper {
    border-radius: 40px;
  }

  .team-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slide-grid {
    min-height: auto;
  }

  .team-socials {
    display: flex;
  }

  .div-block-48 {
    margin-top: 0;
  }

  .testimonial_text {
    font-size: 1.2rem;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .swiper-button-next {
    display: none;
  }

  .erased-edge {
    height: 480px;
  }

  .heading_carousel {
    font-size: 2rem;
    font-style: normal;
  }

  .heading-2-copy {
    text-align: left;
    background-image: linear-gradient(90deg, #a59b8a, #0d0d0d 88%);
    font-size: 2.3rem;
    line-height: 120%;
  }

  .heading-2-copy.whatwedobest {
    font-size: 2.3rem;
  }

  .heading_carousels {
    text-align: left;
    background-image: linear-gradient(90deg, #a59b8a, #0d0d0d 88%);
    font-size: 2.3rem;
    line-height: 120%;
  }

  .heading_carousels.whatwedobest {
    font-size: 2.3rem;
  }

  .code-embed {
    height: auto;
    margin-top: 20px;
  }

  .div-block-39-copy {
    padding-top: 0;
    padding-bottom: 2vh;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .erased-edge-2, .erased-edge-3, .erased-edge-4, .erased-edge-copy, .erased-edge-6 {
    height: 480px;
  }

  .slide-nav-2 {
    display: block;
  }

  .slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-2 {
    display: none;
  }

  .slider2_mobile {
    display: block;
  }

  .card_background_1mobile {
    background-image: url('../images/OnyxRise_Crane-copy.webp');
  }

  .card_background_2mobile {
    background-image: url('../images/Landscape.webp');
  }

  .slide-2, .slide-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-_50758911-f294-25ad-463b-f99d0e6f2c8a-9a89b664 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_27002886-b7bb-4adf-eccd-46e008d69fc7-9a89b664 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_34c16304-ead6-ad0b-2aee-06511948b201-9a89b664 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-cc8d24a9-41d6-3b13-6d9d-d1abec2e57d6-f42f2a12, #w-node-cc8d24a9-41d6-3b13-6d9d-d1abec2e57d7-f42f2a12, #w-node-cc8d24a9-41d6-3b13-6d9d-d1abec2e57d9-f42f2a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8d24a9-41d6-3b13-6d9d-d1abec2e57f1-f42f2a12, #w-node-cc8d24a9-41d6-3b13-6d9d-d1abec2e57f3-f42f2a12, #w-node-_3608344c-fe55-d68a-33d8-039805df723c-f42f2a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_50758911-f294-25ad-463b-f99d0e6f2c8a-9a89b664 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
  }
}


@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-BoldItalic.ttf') format('truetype'), url('../fonts/WONDERLANDPRO-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-Bold.ttf') format('truetype'), url('../fonts/WONDERLANDPRO-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro Outline';
  src: url('../fonts/WONDERLANDPRO-Outline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Wonderlandpro';
  src: url('../fonts/WONDERLANDPRO-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}