.m-t-0 {
  margin-top: 0rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

::-moz-selection {
  background-color: #007EA6;
  color: white;
}

::selection {
  background-color: #007EA6;
  color: white;
}

.no-scroll {
  overflow: hidden !important;
}

.ds-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
  .ds-container {
    padding: 0px;
    max-width: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .ds-container {
    max-width: 1100px;
  }
}

@media only screen and (min-width: 1500px) {
  .ds-container {
    max-width: 1440px;
  }
}

h1 {
  font-family: 'Noticia text';
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-family: 'Noticia text';
  font-size: 2.5rem;
  line-height: 1;
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: 'Noticia text';
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h3.trititle {
  letter-spacing: 4px;
  font-weight: 100;
  opacity: .75;
  margin-top: .5rem;
}

@media only screen and (min-width: 768px) {
  h3.trititle {
    letter-spacing: 10px;
  }
}

p {
  font-family: 'Montserrat';
  font-size: 1rem;
  line-height: 1.2;
  padding: 0px;
  margin: 0 0 .5rem 0;
}

p.subtitle {
  font-weight: 200;
  font-size: 1.25rem;
}

a {
  color: #007EA6;
  font-family: 'Noticia text';
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  display: block;
}

a.white {
  color: white;
}

.btn {
  bottom: 0px;
  width: auto;
  left: 2%;
  right: 2%;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%);
  background: rgba(0, 0, 0, 0.1);
  height: auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn a {
  color: black;
  font-family: 'Noticia text';
  text-decoration: none;
  width: 100%;
  background-color: red;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}

.main-menu {
  width: 100%;
}

.main-menu_burger {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 26px;
  background-color: transparent;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-menu_burger span {
  width: 50px;
  height: 2px;
  background: black;
  display: block;
  position: absolute;
  right: 0rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-menu_burger span:first-child {
  top: 0px;
}

.main-menu_burger span:nth-child(2) {
  top: 10px;
}

.main-menu_burger span:last-child {
  top: 20px;
}

.main-menu_burger.with-cheese span {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-menu_burger.with-cheese span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.main-menu_burger.with-cheese span:nth-child(2) {
  height: 0px;
}

.main-menu_burger.with-cheese span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

.main-menu_content {
  width: 200px;
  height: 150px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
  background: white;
}

@media only screen and (min-width: 768px) {
  .main-menu_content {
    width: 300px;
  }
}

.main-menu_content--content {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .main-menu_content--content {
    width: auto;
  }
}

.main-menu_content--content ul {
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main-menu_content--content ul li {
  margin: 1rem 0;
}

.main-menu_content--content ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.75rem;
}

@media only screen and (min-width: 768px) {
  .main-menu_content--content ul li a {
    font-size: 3rem;
  }
}

.main-menu_content--content > p {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.main-menu_content--content > a {
  margin-top: 1rem;
  text-align: center;
}

.main-menu_content--content > a img {
  width: 30px;
}

.main-menu_content.active {
  width: 100%;
  height: 100%;
  top: 0rem;
  right: 0rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0.97)), color-stop(30%, rgba(255, 255, 255, 0.97))), url("/images/herobw.jpg");
  background: linear-gradient(to right, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.97) 30%), url("/images/herobw.jpg");
}

.main-menu_content.active .main-menu_content--content {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.logo-head {
  width: 100px;
  z-index: 9;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .logo-head {
    width: 200px;
    left: 40px;
    top: 40px;
  }
}

.logo-head img {
  width: 100%;
  -webkit-filter: invert(1) brightness(1.2);
          filter: invert(1) brightness(1.2);
}

.ds-hero {
  position: relative;
  height: 100vh;
}

.ds-hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.ds-hero_image {
  height: 100vh;
}

.ds-hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

.ds-hero_claim {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.ds-hero_claim h1 {
  font-family: 'Noticia text';
  color: white;
  letter-spacing: 0px;
  font-size: 1.25rem;
  font-weight: 100;
}

@media only screen and (min-width: 768px) {
  .ds-hero_claim h1 {
    letter-spacing: 10px;
    font-size: 2.5rem;
  }
}

.ds-hero_claim p {
  color: white;
  font-family: "Noticia text";
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .ds-hero_claim p {
    margin-bottom: 0px;
    font-size: 50px;
    letter-spacing: 6px;
  }
}

@media only screen and (min-width: 992px) {
  .ds-hero_claim p {
    font-size: 70px;
  }
}

.ds-hero_creas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ds-hero_creas--left {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

@media only screen and (min-width: 992px) {
  .ds-hero_creas--left {
    height: 200px;
  }
}

.ds-hero_creas--right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

@media only screen and (min-width: 992px) {
  .ds-hero_creas--right {
    height: 100px;
  }
}

.ds-about {
  position: relative;
  padding: 5rem 0 2rem;
}

@media only screen and (min-width: 768px) {
  .ds-about {
    padding: 5rem 0 5rem;
  }
}

.ds-about .ds-container:after {
  content: none;
  position: absolute;
  right: 0px;
  color: rgba(0, 0, 0, 0.04);
  font-size: 260px;
  letter-spacing: 0px;
  bottom: 0px;
  font-family: 'Noticia text';
  font-weight: 900;
}

@media only screen and (min-width: 992px) {
  .ds-about .ds-container:after {
    content: "ABOUT";
  }
}

.ds-about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .ds-about_content {
    max-width: 60%;
  }
}

.ds-about_content--image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: 4rem;
}

.ds-about_content--image-one {
  margin: 0 1rem;
  width: 30%;
}

.ds-about_content--image-two {
  position: relative;
  width: 70%;
  /*.btn{
                        position: absolute;
                        bottom: 0px;
                        width: 100%;
                        left: 2%;
                        right: 2%;
                        clip-path: polygon(0% 50%,100% 0%,100% 100%,0% 100%);
                        background: white;
                        height: 130px;
                        color: red;
                        a{
                            color: red;
                        }
                    }*/
}

.ds-about_content--image img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  /*&:first-child{
                        position: absolute;
                        left: 0px;
                        margin: 0px;
                        width: 80%;
                        height: 80%;
                        top: 50%;
                        transform: translate(0, -50%);
                        z-index: -2;
                        object-position: left;
                    }
                    &:last-child{
                        position: absolute;
                        left: 4rem;
                        margin: 0px;
                        width: 90%;
                        height: 90%;
                        top: 50%;
                        transform: translate(0, -50%);
                        z-index: -1;
                    }*/
}

.ds-about_content--info {
  position: relative;
}

.ds-about_content--info:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  height: calc(100% - 5px);
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.ds-about_content--info:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
}

.ds-about_content--info .heading {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  background-color: white;
}

.ds-about_content--info p.desc {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 2.5rem;
}

.ds-about_content--info a {
  margin: 3.5rem 0 0 2.5rem;
}

.ds-services {
  position: relative;
  padding: 5rem 0 7rem 0rem;
  background-color: #F7F7F7;
  margin-top: 7rem;
}

@media only screen and (min-width: 768px) {
  .ds-services {
    padding: 5rem 0 10rem 0rem;
  }
}

.ds-services:before {
  content: "";
  position: absolute;
  top: -50px;
  background: #f7f7f7;
  width: 100%;
  height: 50px;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  left: 0px;
}

@media only screen and (min-width: 992px) {
  .ds-services:before {
    top: -150px;
    height: 150px;
  }
}

.ds-services:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 25px;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

@media only screen and (min-width: 992px) {
  .ds-services:after {
    height: 100px;
  }
}

.ds-services .ds-head-section {
  margin-bottom: 2rem;
}

.ds-services .ds-head-section h2 {
  position: relative;
  display: inline-block;
  /*&:before{
                    content:"";
                    width:275px;
                    height: 1px;
                    background-color: rgba(0,0,0,.1);
                    position: absolute;
                    left: 105%;
                    top: 50px;
                }
                &:after{
                    content:"";
                    width:5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: rgba(0,0,0,1);
                    position: absolute;
                    left: calc(105% + 280px);
                    top: 46px;
                }*/
}

.ds-services_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*&__desc{
                flex: 1;
                &-image{
                    width: 750px;
                    height: 400px;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                &-info{

                }
            }*/
}

.ds-services_content__list {
  /*flex: 1;
                ul{
                    list-style: none;
                    padding-left: 0px;
                    display: flex;
                    li{
                        height: 400px;
                        list-style: none;
                        margin: 0;
                        padding: 0px;
                        width: 45%;
                        flex: 1;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transition: all .6s;
                        border: none;
                        &:hover{
                            flex: 2;
                            transition: all .6s;
                        }
                        .list-image{
                            width: 100%;
                            height: 100%;
                            img{
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center;
                            }
                        }
                        .list-info{
                            position: absolute;
                        }
                    }
                }*/
}

.ds-services_content__list ul {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ds-services_content__list ul li {
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .ds-services_content__list ul li {
    width: 48.5%;
  }
}

@media only screen and (min-width: 1200px) {
  .ds-services_content__list ul li {
    width: 32%;
  }
}

.ds-services_content__list ul li img {
  width: 50px;
  -webkit-filter: invert(100%) sepia() saturate(70) hue-rotate(167deg);
          filter: invert(100%) sepia() saturate(70) hue-rotate(167deg);
}

.ds-services_content__list ul li h3 {
  letter-spacing: .5px;
  margin: .5rem 0 1.5rem 0;
}

.ds-portfolio {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, white 50%, rgba(0, 0, 0, 0.85) 50%);
  padding: 3rem 0 3rem 0;
  position: relative;
}

.ds-portfolio .ds-head-section {
  margin-bottom: 3rem;
}

.ds-portfolio .ds-head-section h2, .ds-portfolio .ds-head-section h3 {
  text-align: center;
}

.ds-portfolio .portfolioCarrousel .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds-portfolio .portfolioCarrousel .swiper-button-next,
.ds-portfolio .portfolioCarrousel .swiper-button-prev {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}

.ds-portfolio_image {
  height: 700px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ds-portfolio_image.pre-image {
  position: relative;
  margin-top: 50px;
  -webkit-filter: saturate(0.25);
          filter: saturate(0.25);
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}

@media only screen and (min-width: 768px) {
  .ds-portfolio_image.pre-image {
    display: block;
  }
}

.ds-portfolio_image.post-image {
  position: relative;
  margin-top: 100px;
  -webkit-filter: saturate(0.25);
          filter: saturate(0.25);
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}

@media only screen and (min-width: 992px) {
  .ds-portfolio_image.post-image {
    display: block;
  }
}

.ds-portfolio_image.main-image {
  position: relative;
}

.ds-portfolio_image.main-image:hover .ds-portfolio_image--info {
  height: 250px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.ds-portfolio_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds-portfolio_image--info {
  position: absolute;
  bottom: 0px;
  padding: 5rem 2rem 0rem 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  width: 100%;
  height: 250px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .ds-portfolio_image--info {
    height: 130px;
  }
}

.ds-portfolio_image--info h3 {
  color: white;
  letter-spacing: 2px;
}

.ds-portfolio_image--info p {
  color: white;
  margin: 2.5rem 0 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ds-portfolio_image--info a {
  text-align: right;
  color: white;
}

.ds-contact {
  position: relative;
  padding: 5rem 0 15rem;
  background-color: rgba(0, 0, 0, 0.85);
}

.ds-contact_content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))) 53%, url("../images/map-contact.jpg"), 50%/cover no-repeat white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%) 53%, url("../images/map-contact.jpg"), 50%/cover no-repeat white;
  background-color: white;
  padding: 1rem;
  text-align: center;
  position: relative;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .ds-contact_content {
    padding: 2rem;
  }
}

.ds-contact_content:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.ds-contact_content:after {
  content: "";
  position: absolute;
  top: -17px;
  left: 15px;
  height: 1px;
  width: calc(100% - 15px);
  background-color: white;
}

.ds-contact_content--phone {
  margin-top: 2rem;
}

.ds-contact_content--phone p {
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Noticia text';
  letter-spacing: 3px;
}

.ds-contact_content--phone a {
  margin-top: 4px;
}

.ds-contact_content h3 {
  margin-bottom: 2rem;
}

.ds-contact_content a {
  font-size: .7rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .ds-contact_content a {
    font-size: 1.5rem;
  }
}

.ds-overlay {
  position: absolute;
  top: 5%;
  left: 50%;
  max-width: 1350px;
  max-height: 800px;
  width: 90%;
  /* -webkit-transform: translate(-50%, -50%); */
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 3rem;
  border-radius: 0px;
  z-index: 101;
  display: none;
}

.ds-overlay_close {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2rem;
  cursor: pointer;
  color: white;
}

.ds-overlay.open {
  display: block;
}

.ds-overlay_content {
  max-width: 1350px;
  max-height: calc(100vh - 150px);
  width: 100%;
  height: 100%;
}

.ds-overlay_content img {
  width: 100%;
  height: 100%;
}

.ds-overlay-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  overflow-y: scroll;
}

.ds-overlay-backdrop.open {
  display: block;
}

.ds-modal {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  background-color: white;
  /* -webkit-transform: translate(-50%, -50%); */
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 3rem;
  border-radius: 0px;
  z-index: 101;
  display: none;
}

.ds-modal_close {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2rem;
  cursor: pointer;
}

.ds-modal.open {
  display: block;
}

.ds-modal_content hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.ds-modal_content .modal-subtitle {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-weight: 900;
  font-family: 'Noticia text';
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  padding-bottom: .25rem;
}

.ds-modal_content--head_name {
  font-family: 'Noticia text';
  font-weight: 900;
  font-size: 3.5rem;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.ds-modal_content--info .keysellings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0;
  gap: 1rem;
}

.ds-modal_content--info .keysellings--item {
  width: 32%;
}

.ds-modal_content--info .keysellings--item_name {
  font-family: 'Noticia Text';
  font-weight: 900;
  font-size: 1rem;
}

.ds-modal_content--gallery_photos_finish {
  margin-top: 2rem;
}

.ds-modal_content--gallery_photos_finish > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

.ds-modal_content--gallery_photos-item {
  width: 32%;
}

.ds-modal_content--gallery_photos-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.ds-modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  overflow-y: scroll;
}

.ds-modal-backdrop.open {
  display: block;
}

footer {
  background-color: #161616;
  padding: 0 0 3rem;
  position: relative;
}

footer .foot:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -98px;
  width: 100%;
  height: 100px;
  background-color: #161616;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

footer .foot .ds-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

footer .foot .foot-logo img {
  width: 200px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

footer .foot .foot-copy {
  color: white;
}
/*# sourceMappingURL=components.css.map */