@font-face {
  font-family: "Gotham";
  src: local("Gotham Light"), local("Gotham-Light"), url("/fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Thin"), local("Gotham-Thin"), url("/fonts/Gotham-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Book"), local("Gotham-Book"), url("/fonts/Gotham-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium"), local("Gotham-Medium"), url("/fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold"), local("Gotham-Bold"), url("/fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

body {
  background-color: #1f1f1f;
  color: #fff;
  font-synthesis: none;
  font-family: "Gotham";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  min-height: 100vh;
}
body.active {
  overflow: hidden;
}

picture {
  display: flex;
}

img {
  max-width: 100%;
  height: auto;
}

:where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
  line-height: 1.1;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
button:focus, button:focus-visible {
  outline: none;
}

.main_content {
  --padding: 1em;
  width: min(100% - var(--padding), 1400px);
  margin-inline: auto;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
}
.navigation {
  width: 100%;
  background-color: rgba(31, 31, 31, 0.14);
  transition: all 600ms ease;
  position: fixed;
  top: 0;
  z-index: 2;
}
.navigation.active {
  background-color: #1f1f1f;
}
.navigation.active .navigation_content {
  border-bottom: 0;
}
.navigation_content {
  border-bottom: 1px solid #fff;
  display: flex;
  place-items: center;
  place-content: center;
  padding: 2rem 1rem 1rem 1rem;
  gap: 3rem;
}
@media only screen and (max-width: 1024px) {
  .navigation_content {
    padding: 1rem 2rem;
    place-content: space-between;
  }
}
.navigation_logo {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .navigation_logo {
    display: block;
  }
}
.navigation_logo a {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
@media only screen and (max-width: 600px) {
  .navigation_logo a {
    font-size: 2rem;
  }
}
.navigation_menu {
  display: flex;
  place-items: center;
  gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .navigation_menu {
    display: none;
  }
}
.navigation_menu li.active a {
  font-weight: bold;
}
.navigation_menu li.active a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
}
.navigation_menu li a {
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 1.25rem;
}
.navigation_ico {
  display: none;
  width: 50px;
  height: 32px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .navigation_ico {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .navigation_ico {
    width: 40px;
    height: 22px;
  }
}
.navigation_ico span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navigation_ico span:nth-child(1) {
  top: 0px;
}
.navigation_ico span:nth-child(2) {
  top: 15px;
}
@media only screen and (max-width: 600px) {
  .navigation_ico span:nth-child(2) {
    top: 10px;
  }
}
.navigation_ico span:nth-child(3) {
  top: 15px;
}
@media only screen and (max-width: 600px) {
  .navigation_ico span:nth-child(3) {
    top: 10px;
  }
}
.navigation_ico span:nth-child(4) {
  top: 30px;
}
@media only screen and (max-width: 600px) {
  .navigation_ico span:nth-child(4) {
    top: 20px;
  }
}
.navigation_ico.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navigation_ico.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navigation_ico.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navigation_ico.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu {
  z-index: 1;
  position: fixed;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  backface-visibility: hidden;
  transition: all 600ms ease;
  display: flex;
  place-content: center;
  place-items: center;
}
.menu.active {
  opacity: 1;
  visibility: visible;
  backface-visibility: visible;
}
.menu_content {
  padding: 2rem;
}
.menu_content ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_content ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

.banner_block {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 600px) {
  .banner_block {
    height: calc(100vh - 87.5px);
  }
}
.banner_image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_item {
  max-width: 800px;
  width: 100%;
  padding: 3rem;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
}
@media only screen and (max-width: 1024px) {
  .banner_item {
    top: 50%;
  }
}
.banner_item_btn {
  display: flex;
  flex-direction: column;
  place-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 600px) {
  .banner_item_btn {
    place-content: space-between;
    width: 100%;
  }
}
.banner_item h2 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3rem;
}
@media only screen and (max-width: 600px) {
  .banner_item h2 {
    font-size: 2rem;
  }
}
.banner_item h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .banner_item h1 {
    font-size: 2.2rem;
  }
}
.banner_item p {
  color: #fff;
  text-align: center;
}
.banner_item a img {
  max-width: 100px;
  transform: rotate(0deg);
  transition: transform 600ms ease;
}
@media only screen and (max-width: 600px) {
  .banner_item a img {
    max-width: 80px;
  }
}
.banner_item a:hover img {
  transform: matrix(1, 0, 0, 1, 0, -8);
}

.building_content {
  display: flex;
  flex-direction: column;
  padding: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .building_content {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .building_content .fachada_top {
    display: none;
  }
}
.building_info {
  display: flex;
  place-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .building_info {
    place-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .building_info {
    place-content: space-between;
  }
}
.building_info .desc {
  padding-top: 2.5rem;
}
.building_info .desc h1 {
  font-size: 3.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .building_info .desc h1 {
    font-size: 2.2rem;
  }
}
.building_info .desc h3 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.building_info .fachada {
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .building_info .fachada {
    max-width: 100%;
  }
}

.planning {
  padding: 80px 0;
}
.planning_content {
  padding: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .planning_content {
    padding: 0 1rem;
  }
}
.planning_content h1 {
  font-size: 3.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .planning_content h1 {
    font-size: 2.2rem;
  }
}
.planning_content h3 {
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.planning_block {
  margin-bottom: 2rem;
}
.planning_block:last-child {
  margin-bottom: 0;
}
.planning_slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.planning_item {
  display: flex !important;
}
@media only screen and (max-width: 600px) {
  .planning_item {
    padding: 4px;
  }
}
.planning .slick-prev {
  font-size: 0;
}
.planning .slick-prev::before {
  content: "< Anterior";
  color: #fff;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
}
.planning .slick-next {
  font-size: 0;
}
.planning .slick-next::before {
  content: "Siguiente >";
  color: #fff;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
}

.projects {
  padding-top: 6.688rem;
}
.projects_content {
  padding: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .projects_content {
    padding: 0 1rem;
  }
}
.projects_content > h1 {
  margin-top: 7.5rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3.2rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 1024px) {
  .projects_content > h1 {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .projects_content > h1 {
    font-size: 2.2rem;
  }
}
.projects_block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  flex-wrap: wrap;
  gap: 4.375rem;
}
@media only screen and (max-width: 600px) {
  .projects_block {
    grid-template-columns: 1fr;
  }
}
.projects_item {
  position: relative;
  color: #fff;
}
.projects_item__disabled {
  pointer-events: none;
}
.projects_item__disabled img {
  filter: grayscale(1);
}
.projects_item_image {
  overflow: hidden;
}
.projects_item_image img {
  transition: transform 0.3s ease;
}
.projects_item_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.projects_item_arrow img {
  transform: rotate(0deg);
  transition: transform 1.2s ease;
}
.projects_item:hover .projects_item_image img {
  transform: scale(1.1);
}
.projects_item:hover .projects_item_arrow img {
  transform: matrix(1, 0, 0, 1, 0, -8);
}
.projects_address {
  margin-bottom: 0.4rem;
}
.projects_address p {
  font-size: 1.2rem;
}
.projects_address p.city {
  text-transform: uppercase;
}
.projects_data {
  margin-top: 1.2rem;
  display: inline-flex;
  flex-direction: column;
  max-width: 250px;
  width: 100%;
}
.projects_data__disabled {
  max-width: 100%;
}
.projects_data__disabled h1 {
  margin-bottom: 0;
}
.projects_data h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.projects_data h1.disabled {
  margin-bottom: 0 !important;
}
.projects_data p {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.6rem;
}
.projects_data p:last-child {
  margin-bottom: 0;
}

.location {
  padding: 0 0 80px;
}
.location_content {
  padding: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .location_content {
    padding: 0 1rem;
  }
}
.location_content h1 {
  font-size: 3.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .location_content h1 {
    font-size: 2.2rem;
  }
}
.location_content h3 {
  margin-bottom: 1rem;
  font-weight: 350;
}
.location_data_places {
  display: flex;
  flex-wrap: wrap;
  place-content: space-around;
  padding: 1rem 0 2rem 0;
  gap: 2rem;
}
.location_data_text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.location_data_text_item {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  place-content: space-between;
}
.location_data_text_item p {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .location_data_text_item p {
    font-size: 13px;
  }
}

.talk {
  background-color: #1f1f1f;
  padding: 8rem 0rem;
}
@media only screen and (max-width: 1024px) {
  .talk {
    padding: 3rem 0;
  }
}
.talk_content {
  display: flex;
  padding: 0 6rem;
  gap: 3rem;
}
.talk_content__view {
  padding-top: 6.688rem;
}
@media only screen and (max-width: 1024px) {
  .talk_content__view {
    padding-top: 5rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .talk_content {
    padding: 0 1rem;
    flex-wrap: wrap;
    place-content: center;
  }
}
.talk_info {
  max-width: 410px;
}
.talk_info h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3.2rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 600px) {
  .talk_info h1 {
    font-size: 2.2rem;
  }
}
.talk_info p {
  font-weight: 300;
  font-size: 1.2rem;
}
@media only screen and (max-width: 600px) {
  .talk_info p {
    font-size: 1rem;
  }
}
.talk_form {
  margin-top: 10rem;
  max-width: 750px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .talk_form {
    margin-top: 0;
  }
}

.form_block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 390px) {
  .form_block {
    grid-template-columns: 1fr;
  }
}
.form_block__modal {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media only screen and (max-width: 390px) {
  .form_block__modal {
    grid-template-columns: 1fr;
  }
}
.form_btn {
  margin: 7.5rem 0 0 0;
  display: flex;
  place-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .form_btn {
    margin: 2rem 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .form_btn__modal a {
    font-size: 1.4rem !important;
  }
}
.form_btn button {
  color: #fff;
  font-family: "Gotham";
  font-size: 2rem;
  text-transform: uppercase;
  display: flex;
  place-items: center;
  gap: 1rem;
}
.form_btn button img {
  max-width: 60px;
  transition: transform 600ms ease;
}
.form_btn button:hover img {
  transform: matrix(1, 0, 0, 1, 0, -8);
}
.form_box {
  position: relative;
}
.form_box__check {
  display: flex;
  place-items: center;
  gap: 0.5rem;
}
.form_box input[type=checkbox] {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.form_box input[type=checkbox]:checked + label {
  background-color: #fff;
}
.form_box label {
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
}
.form_box label.error {
  position: absolute;
  bottom: -20px;
  left: 0.5rem;
  border: 0;
  width: 100%;
}
.form_box span {
  font-size: 0.8rem;
}
.form_input {
  width: 100%;
  max-width: 100%;
  font-family: "Gotham";
  font-weight: 100;
  font-size: 1.2em;
  color: #fff;
  background-color: #1f1f1f;
  border: 0;
  border-bottom: 1px solid white;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_input:focus {
  outline: none;
}
.form_input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.form_input::placeholder {
  opacity: 1;
  color: #fff;
}
.form_custom {
  color: #a7a7a7;
  position: absolute;
  font-size: 1.2rem;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.manifest {
  background-color: #1f1f1f;
  padding: 0rem;
}
.manifest_content {
  display: flex;
  padding: 0 6rem;
  gap: 5rem;
}
@media only screen and (max-width: 1024px) {
  .manifest_content {
    gap: 2rem;
    padding: 0 1rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    place-content: center;
  }
}
.manifest_desc {
  width: 45%;
  padding: 6rem 0;
}
@media only screen and (max-width: 1024px) {
  .manifest_desc {
    padding: 0 0 3rem 0;
    width: 100%;
  }
}
.manifest_desc h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3.2rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 600px) {
  .manifest_desc h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.manifest_desc p {
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.manifest_desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .manifest_desc p {
    font-size: 1rem;
  }
}
.manifest_image {
  display: flex;
  align-items: stretch;
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .manifest_image {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .manifest_image {
    place-content: center;
  }
}
.manifest_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manifest_numbers {
  display: flex;
  gap: 2rem;
  margin-top: 7rem;
}
@media only screen and (max-width: 1024px) {
  .manifest_numbers {
    margin-top: 2rem;
    justify-content: space-evenly;
  }
}
.manifest_numbers_item {
  max-width: 120px;
  width: 100%;
}
.manifest_numbers_item h4 {
  font-weight: 100;
  font-size: 3.2rem;
  border-bottom: 1px solid #a7a7a7;
}
@media only screen and (max-width: 600px) {
  .manifest_numbers_item h4 {
    font-size: 2rem;
  }
}
.manifest_numbers_item span {
  font-weight: 100;
  font-size: 1rem;
  display: flex;
  margin-top: 1rem;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .manifest_numbers_item span {
    font-size: 0.8rem;
  }
}

.mockups {
  background-color: #1f1f1f;
  position: relative;
}
.mockups_content {
  padding: 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .mockups_content {
    padding: 0 1rem;
  }
}
.mockups_desc {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mockups_desc p {
  text-align: center;
}

.footer {
  background-color: #1f1f1f;
}
.footer_content {
  padding: 3.1rem 6rem;
}
@media only screen and (max-width: 1024px) {
  .footer_content {
    padding: 2rem 1rem;
  }
}
.footer_block {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .footer_block {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer_item h2 {
  text-transform: uppercase;
}
.footer_item:nth-child(2) {
  max-width: 300px;
  width: 100%;
}
.footer_item a {
  color: #fff;
}
.footer_by {
  padding-top: 2rem;
  display: flex;
  place-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .footer_by {
    place-content: flex-start;
  }
}

.modal {
  z-index: 3;
  position: fixed;
  background-color: transparent;
  bottom: -100%;
  opacity: 0;
  left: 0;
  padding: 1rem;
  width: 100vw;
  height: 100vh;
  display: flex;
  place-content: center;
  place-items: center;
  transition: all 600ms ease;
}
.modal.active {
  bottom: 0;
  opacity: 1;
}
.modal_header {
  display: flex;
  place-content: flex-end;
  margin-bottom: 2rem;
}
.modal_close {
  cursor: pointer;
  padding: 0.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  place-content: center;
  place-items: center;
}
.modal_content {
  border: 1rem solid #252525;
  background-color: #1f1f1f;
  padding: 3rem;
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .modal_content {
    padding: 2rem 1rem;
  }
}
.modal_content h1 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .modal_content h1 {
    font-size: 1.6rem;
  }
}
.modal_content p {
  text-align: center;
  font-weight: 100;
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .modal_content p {
    font-size: 1.2rem;
  }
}
.modal_content a {
  display: inline-flex;
  place-content: center;
  margin-top: 2rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
.modal_body {
  display: flex;
  flex-direction: column;
  place-content: center;
}

.overlay {
  z-index: 3;
  position: fixed;
  background-color: rgba(31, 31, 31, 0.7);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 600ms ease;
  visibility: hidden;
  backface-visibility: hidden;
}
.overlay.active {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
}
