@import url(https://fonts.googleapis.com/css?family=Dancing+Script|Poppins:900|Open+Sans:300,400&display=swap);

@font-face {
 font-family: 'aileronbold';
 src: url('../font/aileron-bold-webfont.woff2') format('woff2'),
  url('../font/aileron-bold-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;

}


@font-face {
 font-family: 'aileronlight';
 src: url('../font/aileron-light-webfont.woff2') format('woff2'),
  url('../font/aileron-light-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;

}


@font-face {
 font-family: 'aileronregular';
 src: url('../font/aileron-regular-webfont.woff2') format('woff2'),
  url('../font/aileron-regular-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;

}


@font-face {
 font-family: 'aileronthin';
 src: url('../font/aileron-thin-webfont.woff2') format('woff2'),
  url('../font/aileron-thin-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;

}


@font-face {
 font-family: 'aileronblack';
 src: url('../font/aileron-black-webfont.woff2') format('woff2'),
  url('../font/aileron-black-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;

}

body {
 font-family: "aileronthin", sans-serif;
}


.projects {
 position: relative;
 z-index: 1
}

.projects .huge-text {
 top: 25%
}

.projects ul {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 flex-direction: row;
 align-items: center
}

@media (min-width: 778px) {
 .projects ul {
  align-items: flex-start
 }
}

.nombres {
 text-align: center;
 font-family: "aileronbold";
}

.project-wrapper {
 position: relative;
 max-width: 500px;
 width: 100%;
 height: 100%;
 /* cursor: pointer; */
 padding: 5px;
}

/* 
.project-wrapper:not(:last-child) {
 margin-bottom: 7%
} */

@media (min-width: 778px) {
 .project-wrapper .corner-decoration {
  transition: .3s ease-in;
  position: absolute;
  content: "";
  background: #ffb5b5
 }

 .project-wrapper .corner-decoration:first-child {
  height: 20%;
  width: 1px;
  transform-origin: top
 }

 .project-wrapper .corner-decoration:nth-child(2) {
  transform-origin: right;
  height: 1px;
  width: 20%
 }
}

@media (min-width: 480px) {

 .project-wrapper:after,
 .project-wrapper:before {
  opacity: 1
 }
}

@media (min-width: 1300px) {
 .project-wrapper {
  max-width: 550px
 }
}

.project-wrapper:nth-child(2n) .corner-decoration {
 right: -30px;
 top: -30px
}

@media (min-width: 480px) {
 .project-wrapper:nth-child(2n) {
  align-self: flex-end
 }
}

@media (min-width: 1049px) {
 .project-wrapper:nth-child(2n) .project--cta {
  transform: rotate(90deg);
  transform-origin: center
 }
}

.project-wrapper:nth-child(2n) .cover {
 background: #ffb961
}

.project-wrapper:nth-child(odd) .corner-decoration {
 left: -30px;
 top: -30px
}

@media (min-width: 480px) {
 .project-wrapper:nth-child(odd) {
  align-self: flex-start
 }
}

.project-wrapper:nth-child(odd) .cover {
 background: #ffb5b5
}

.project-wrapper:hover .project {
 opacity: 1;
 /* transform: scale(1); */
 overflow: hidden;
 transform-origin: center center;
}

/* .project-wrapper:hover .nombres {
 padding-top: 30px;
 transition: .6s ease-out;
}

.project-wrapper {
 transition: .6s ease-out;
} */

.project-wrapper:hover .project:after {
 opacity: 1
}

.project-wrapper:hover .project--image {
 transform: scale(1.05) !important;
 transform-origin: center center;
 filter: none !important;
}

/* .project-wrapper:hover .nombres {
 padding-top: 50px !important;
} */

.project-wrapper:hover .project--cta {
 opacity: 1;
 pointer-events: none
}

.project-wrapper:hover .project--cta .project--cta-text {
 opacity: 1 !important;
 transform: translateY(0)
}

.project-wrapper:hover .project--cta .arrow {
 transform: translateX(10px)
}

.project-wrapper .project {
 height: 100%;
 display: block;
 position: relative;
 transition: .6s ease-out;
 overflow: hidden
}

.project-wrapper .project--image {
 transition: .6s ease-out;
 padding-top: 100%;
 position: relative;
 background-size: cover;
 background-repeat: no-repeat;
 background-position-y: center;
 filter: grayscale(100%);
}

.project-wrapper .project--cta {
 background-color: hsla(0, 0%, 39.2%, .8);
 padding: 25px 80px;
 color: #fff;
 position: absolute;
 top: 20px;
 transition: .6s;
 letter-spacing: 5px;
 right: -60px;
 opacity: .5;
 display: none
}

@media (min-width: 480px) {
 .project-wrapper .project--cta {
  display: none
 }
}

.project-wrapper .project--cta .project--cta-text {
 transition: .6s;
 opacity: 0;
 transform: translateY(10px);
 display: block
}

.project-wrapper .project--cta .arrow {
 display: inline-block;
 transition: .6s;
 transition-delay: .1s
}

.cover {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 bottom: 0;
 left: 0;
}

.contact {
 margin-bottom: 60px
}

@media (min-width: 480px) {
 .contact {
  margin-bottom: 15%
 }
}

@media (min-width: 1049px) {
 .contact {
  margin-bottom: 10%;
  margin-top: 0
 }
}

@media (min-width: 1300px) {
 .contact {
  margin-bottom: 10%
 }
}

.contact a {
 font-weight: lighter;
 font-size: 15px;
 color: #ffb5b5;
 line-height: 2;
 letter-spacing: 2px;
 display: inline-block;
 align-self: flex-end;
 margin-bottom: 5px;
 text-decoration: none;
 transition: color .4s
}

@media (min-width: 480px) {
 .contact a {
  font-size: 2.2878932316491896vw
 }
}

@media (min-width: 1049px) {
 .contact a {
  font-size: 20px
 }
}

.contact a:hover .arrow {
 opacity: 1;
 transform: translateX(10px)
}

.contact .arrow {
 opacity: 0;
 margin-right: 10px;
 transition: .4s
}

.contact .arrow,
.contact__title h3 {
 display: inline-block
}

.contact__details,
.intro {
 display: flex;
 flex-direction: column
}

.intro {
 position: relative
}

@media (min-width: 1049px) {
 .intro {
  margin-left: 5%
 }
}

.intro h2 {
 line-height: 1;
 font-size: 53px;
 margin-top: 60px;
 text-transform: uppercase;
 font-family: Poppins, sans-serif;
}

@media (min-width: 340px) {
 .intro h2 {
  font-size: 50px
 }
}

@media (min-width: 480px) {
 .intro h2 {
  font-size: 90px
 }
}

@media (min-width: 778px) {
 .intro h2 {
  font-size: 150px
 }
}

@media (min-width: 1300px) {
 .intro h2 {
  font-size: 160px
 }
}

.intro__header--copy {
 position: absolute;
 z-index: 1
}

@keyframes morph {
 0% {
  border-radius: 42% 68% 70% 30%/45% 45% 55% 55%
 }

 25% {
  border-radius: 38% 58% 60% 36%/48% 50% 60% 57%
 }

 32% {
  border-radius: 38% 62% 65% 33%/48% 50% 60% 57%
 }

 50% {
  border-radius: 41% 62% 65% 32%/46% 47% 57% 56%
 }

 75% {
  border-radius: 36% 58% 60% 36%/48% 50% 60% 57%
 }

 85% {
  border-radius: 38% 60% 65% 34%/46% 48% 58% 56%
 }

 to {
  border-radius: 42% 68% 70% 30%/45% 45% 55% 55%
 }
}

.intro__shape {
 position: absolute;
 border-radius: 39% 60% 72% 30%/48% 48% 56% 54%;
 top: 0;
 left: 0;
 width: 220px;
 height: 220px;
 overflow: hidden;
 z-index: 1;
 transform: translateZ(0);
 animation: morph 4s linear infinite
}

@media (min-width: 778px) {
 .intro__shape {
  width: 40vw;
  height: 40vw
 }
}

@media (min-width: 1300px) {
 .intro__shape {
  width: 30vw;
  height: 30vw
 }
}

.intro__iam,
.intro__name {
 display: block
}

.intro__header {
 position: relative
}

@media (min-width: 1049px) {
 .intro__header {
  min-height: 400px
 }
}

.description {
 align-self: center;
 position: relative;
 padding: 30px
}

.description__decoration {
 position: absolute;
 right: -5px;
 top: 10px;
 width: 100%;
 height: 100%;
 content: "";
 border: 1px solid;
 z-index: -1
}

@media (min-width: 778px) {
 .description__decoration {
  right: -15px
 }
}

@media (min-width: 778px) {
 .description {
  padding: 40px 80px
 }
}

.description h1 {
 /* font-weight: lighter; */
 /* font-family: Poppins, sans-serif; */
 font-size: 15px;
 color: #e7891b;
 line-height: 2;
 letter-spacing: 2px;
 text-align: center;
 margin: 0
}

@media (min-width: 480px) {
 .description h1 {
  font-size: 2.2878932316491896vw
 }
}

@media (min-width: 1049px) {
 .description h1 {
  font-size: 24px
 }
}

@media (min-width: 778px) {
 .description h1 {
  text-align: left
 }
}

@media (min-width: 480px) {
 .description h1 span {
  display: block
 }
}

.intro__greeting {
 position: relative;
 display: flex
}

.dot-small {
 color: #ffb961
}

.triangle-shape {
 position: absolute;
 z-index: -1;
 display: none
}

@media (min-width: 480px) {
 .triangle-shape {
  flex-basis: 20%;
  display: block
 }
}

.triangle-shape svg {
 fill: transparent
}

#testimonials {
 position: relative
}

#testimonials__slider {
 max-width: 800px
}

.testimonial {
 margin: 0 auto;
 text-align: center
}

.testimonial__content {
 line-height: 1.5;
 font-size: 14px;
 margin-top: 10px;
 background-color: #2a2a2a;
 position: relative
}

.testimonial__content .quote {
 position: absolute;
 color: #ffb961;
 left: 10px;
 top: 10px;
 font-family: "aileronblack", sans-serif;
 font-size: 50px;
 line-height: 1
}

@media (min-width: 778px) {
 .testimonial__content .quote {
  font-size: 100px
 }
}

.testimonial__content blockquote {
 position: relative;
 border: 1px solid;
 text-align: left;
 padding: 30px;
 margin: 0
}

@media (min-width: 778px) {
 .testimonial__content blockquote {
  padding: 30px 30px 30px 60px
 }
}

.testimonial__content blockquote span {
 position: absolute
}

.testimonial__content blockquote .testimonial__decoration__wave {
 content: "";
 position: absolute;
 border-radius: 0 50px 0 0;
 width: 60px;
 height: 60px;
 bottom: -61px;
 left: 50px;
 border: 1px solid #ffb5b5;
 border-bottom: none;
 border-left: none;
 z-index: 3
}

.testimonial__content blockquote .testimonial__decoration__hide {
 content: "";
 position: absolute;
 width: 80px;
 border: 6px solid #2a2a2a;
 bottom: -3px;
 left: 50px;
 z-index: 2
}

.testimonial__author {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 text-align: left;
 line-height: 1.4;
 margin-top: 10px
}

.testimonial__author__title {
 font-style: italic
}

@media (min-width: 480px) {
 .testimonial__author {
  justify-content: center
 }
}

.testimonial__author p {
 margin: 0
}

.testimonial__author__details {
 width: 62%
}

@media (min-width: 480px) {
 .testimonial__author__details {
  width: auto
 }
}

.testimonial__avatar {
 border-radius: 50%;
 width: 20%;
 max-width: 70px;
 margin-right: 40px
}

@media (min-width: 480px) {
 .testimonial__avatar {
  width: auto;
  margin-right: 20px
 }
}

.swiper-wrapper {
 padding-bottom: 60px
}

.swiper-button-next,
.swiper-button-prev {
 color: #fff !important;
 top: auto !important;
 bottom: 0 !important;
 text-align: center;
 display: none !important;
 height: 40px !important;
 width: 40px !important;
 transition: .3s ease-out
}

@media (min-width: 1049px) {

 .swiper-button-next,
 .swiper-button-prev {
  display: block !important
 }
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
 font-size: 14px !important;
 display: block;
 position: absolute;
 top: 50%;
 width: 100%;
 transform: translateY(-50%)
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
 transform: scale(1.1)
}

.swiper-button-next {
 right: calc(50% - 45px) !important
}

.swiper-button-prev {
 left: calc(50% - 45px) !important
}

.swiper-pagination {
 width: 100% !important;
 bottom: -40px !important
}

.swiper-pagination-bullet {
 transform: none !important;
 margin: 0 5px;
 background: #fff !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
 background: #fff !important
}

.swiper-slide {
 background-color: #2a2a2a
}

@media screen and (max-width: 778px) {

 .swiper-slide-next,
 .swiper-slide-prev {
  opacity: 0 !important
 }
}

.slide-item-animate {
 transform: translateX(35px);
 opacity: 0;
 transition-duration: .4s;
 transition-timing-function: ease-out
}

.swiper-slide-active .slide-item-animate {
 opacity: 1;
 transform: none
}

.swiper-slide-active .testimonial__content__text {
 transition-delay: .3s
}

.swiper-slide-active .testimonial__avatar {
 transition-delay: .4s
}

.swiper-slide-active .testimonial__author__name {
 transition-delay: .5s
}

.swiper-slide-active .testimonial__author__title {
 transition-delay: .8s
}

.skills {
 position: relative
}

@media (min-width: 480px) {
 .skills {
  margin-bottom: 9%
 }
}

.skills .huge-text {
 top: -25%;
 left: 40%
}

.skills__details {
 font-weight: lighter;
 font-size: 15px;
 color: #ffb5b5;
 line-height: 2;
 letter-spacing: 2px;
 padding: 30px;
 display: inline-block;
 position: relative;
 width: 100%
}

@media (min-width: 480px) {
 .skills__details {
  font-size: 2.2878932316491896vw
 }
}

@media (min-width: 1049px) {
 .skills__details {
  font-size: 20px
 }
}

/* @media (min-width:480px) {
 .skills__details {
  width: auto
 }
} */

@media (min-width: 1049px) {
 .skills__details {
  padding: 50px
 }
}

.skills__details .cover {
 background-color: rgba(26, 26, 26, .9294117647058824)
}

.layout-wrapper {
 background-color: #2a2a2a;
 color: #fff
}

.overlay {
 position: fixed;
 z-index: 100;
 top: 0;
 left: 0;
 width: 100%;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 overflow: hidden;
 pointer-events: none
}

@media (min-width: 778px) {
 .overlay {
  height: 100vh
 }
}

.overlay .container {
 position: relative;
 height: 100vh;
 display: flex;
 justify-content: center;
 padding: 14% 0;
 align-items: center
}

@media (min-width: 778px) {
 .overlay .container {
  padding: 0
 }
}

.overlay--not-firefox {
 -webkit-clip-path: polygon(.0001% 100%, .0001% 100%, .0001% .0001%, .0001% .0001%);
 clip-path: polygon(.0001% 100%, .0001% 100%, .0001% .0001%, .0001% .0001%)
}

.overlay--firefox,
.overlay--ie {
 opacity: 0
}

.close-overlay-button {
 position: absolute;
 top: 20px;
 right: 0;
 color: #000;
 font-size: 20px;
 font-weight: 700;
 cursor: pointer;
 transition: .4s ease-in
}

@media (min-width: 480px) {
 .close-overlay-button {
  display: block;
  right: -40px
 }
}

@media (min-width: 778px) {
 .close-overlay-button {
  font-size: 30px
 }
}

.close-overlay-button:hover {
 transform: rotate(90deg)
}

.close-overlay-button>div {
 position: relative;
 width: 100px
}

.close-overlay-button span {
 display: inline-block;
 position: absolute;
 left: 0
}

.about {
 width: 100%;
 color: #2a2a2a
}

@media (min-width: 778px) {
 .about {
  display: flex;
  justify-content: space-between;
  align-items: center
 }
}

.about h4 {
 font-size: 14px;
 margin-bottom: 10px;
 line-height: 1.6;
 letter-spacing: 1px;
 margin-top: 0;
 font-weight: lighter
}

@media (min-width: 480px) {
 .about h4 {
  font-size: 16px
 }
}

@media (min-width: 1049px) {
 .about h4 {
  font-size: 22px;
  margin-bottom: 20px
 }
}

.about h4 span {
 display: block
}

.about h4 a {
 position: relative;
 color: inherit
}

.about h4 a .underline {
 transition: .3s ease-in;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 transform: scaleX(0)
}

.about h4 a:hover .underline {
 transform: scaleX(1)
}

.about .about__contact {
 display: flex;
 align-items: center;
 align-self: baseline;
 overflow: hidden
}

.about .about__contact a {
 color: #2a2a2a;
 font-size: 14px;
 letter-spacing: 1px;
 display: block;
 margin-left: 15px;
 transition: .4s;
 position: relative;
 padding-bottom: 5px;
 font-weight: lighter
}

.about .about__contact a .underline {
 transition: .3s ease-in;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 transform: scaleX(0)
}

.about .about__contact a:hover .underline {
 transform: scaleX(1)
}

@media (min-width: 480px) {
 .about .about__contact a {
  font-size: 16px
 }
}

@media (min-width: 1049px) {
 .about .about__contact a {
  font-size: 20px
 }
}

.about .about__contact svg {
 height: 20px;
 width: 20px;
 fill: #2a2a2a
}

@media (min-width: 1049px) {
 .about .about__contact svg {
  height: 25px;
  width: 25px
 }
}

.about .about__contact:hover .about__contact-icons>div:last-child {
 opacity: 1;
 transform: rotate(0deg)
}

.about .about__contact:hover .about__contact-icons>div:first-child {
 opacity: 0;
 transform: rotate(90deg)
}

.about .about__contact-icons {
 position: relative
}

.about .about__contact-icons>div {
 transition: .4s
}

.about .about__contact-icons>div:first-child {
 position: absolute
}

.about .about__contact-icons>div:last-child {
 opacity: 0;
 transform: rotate(-90deg)
}

@media (min-width: 778px) {
 .about__left {
  width: 55%
 }
}

.about__right {
 max-width: 65vw;
 margin: 5% auto 0;
 order: 1
}

@media (min-width: 778px) {
 .about__right {
  order: 2;
  max-width: none;
  margin: 0;
  width: 40%;
  display: block
 }
}

.about__right .distortion {
 height: 400px
}

.about__right .avatar {
 position: relative;
 background-size: cover;
 background-position: 50%;
 padding-top: 73%;
 border-top-left-radius: 35%;
 border-bottom-right-radius: 35%
}

.about__right .avatar:before {
 position: absolute;
 content: "";
 top: -5px;
 height: 100%;
 width: 100%;
 right: -25px;
 border: 1px solid;
 opacity: .3;
 border-top-left-radius: 35%;
 border-bottom-right-radius: 35%;
 z-index: -1
}

@media (min-width: 778px) {
 .about__right .avatar:before {
  top: -20px;
  right: -35px
 }
}

.about__right .avatar .avatar__decoration {
 position: absolute;
 top: -12px;
 right: -20px;
 height: 100%;
 width: 100%;
 border-top-left-radius: 35%;
 border-bottom-right-radius: 35%;
 z-index: -2
}

@media (min-width: 778px) {
 .about__right .avatar .avatar__decoration {
  top: -30px
 }
}

.about__right .avatar:after {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 opacity: .6;
 border-top-left-radius: 35%;
 border-bottom-right-radius: 35%
}

@keyframes heartAnimation {
 0% {
  transform: scale(1)
 }

 50% {
  transform: scale(1.2)
 }

 to {
  transform: scale(1.1)
 }
}

.heart-icon {
 animation: heartAnimation 1.5s infinite
}

@keyframes animate-triangle-top {
 0% {
  transform: scale(1) translate(0)
 }

 20% {
  transform: scale(1.5, 2) translate(10vw, 10vh) rotate(60deg)
 }

 40% {
  transform: scale(1.5, 2) translate(20vw, 12vh) rotate(60deg)
 }

 60% {
  transform: scale(1.5) translate(25vw, 12vh) rotate(20deg)
 }

 80% {
  transform: scale(1.8) translate(20vw, 10vh) rotate(20deg)
 }

 to {
  transform: scale(1) translate(0)
 }
}

@keyframes animate-triangle-bottom {
 0% {
  transform: scale(1) translate(0)
 }

 15% {
  transform: scale(1.5, 2) translate(-10vw, -10vh) rotate(-60deg)
 }

 30% {
  transform: scale(1.5, 2) translate(-20vw, -12vh) rotate(-60deg)
 }

 60% {
  transform: scale(1.5) translate(-25vw, -12vh) rotate(-20deg)
 }

 90% {
  transform: scale(1.8) translate(-20vw, -10vh) rotate(-20deg)
 }

 to {
  transform: scale(1) translate(0)
 }
}

.page-loader {
 background-color: #ffb5b5;
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 1000;
 display: flex;
 justify-content: center;
 align-items: center;
 animation-delay: 1.5s
}

.logo-loader {
 position: absolute;
 width: 100px
}

.logo-loader svg {
 height: 100%;
 width: 100%
}

.footer {
 padding: 16px 0;
 border-top: 1px solid hsla(0, 0%, 100%, .1);
 background-color: #2a2a2a;
 position: relative;
 z-index: 1
}

.footer .footer__details {
 letter-spacing: 1.5px
}

@media (min-width: 778px) {
 .footer .footer__details {
  display: flex;
  justify-content: space-between;
  align-items: center
 }

 .footer .footer__details p {
  margin: 0
 }
}

.footer .footer__social-links {
 display: flex
}

.footer .footer__social-link {
 display: flex;
 justify-content: center;
 align-items: center
}

.footer .footer__social-link:hover svg path {
 fill: #fff
}

.footer .footer__social-link svg {
 width: 35px;
 height: 35px;
 margin-left: 10px;
 fill: #fff;
 border-radius: 50%
}

.footer .footer__social-link svg path {
 transition: .4s
}

@font-face {
 font-family: swiper-icons;
 src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
 font-weight: 400;
 font-style: normal
}

:root {
 --swiper-theme-color: #007aff
}

.swiper-container {
 margin-left: auto;
 margin-right: auto;
 position: relative;
 overflow: hidden;
 list-style: none;
 padding: 0;
 z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
 flex-direction: column
}

.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
 transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
 flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
 flex-wrap: wrap;
 flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
 transition-timing-function: ease-out;
 margin: 0 auto
}

.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform
}

.swiper-slide-invisible-blank {
 visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
 height: auto
}

.swiper-container-autoheight .swiper-wrapper {
 align-items: flex-start;
 transition-property: transform, height
}

.swiper-container-3d {
 perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
 transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
 background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
 background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
 background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
 background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
 overflow: auto;
 scrollbar-width: none;
 -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
 display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
 scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
 -ms-scroll-snap-type: x mandatory;
 scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
 -ms-scroll-snap-type: y mandatory;
 scroll-snap-type: y mandatory
}

:root {
 --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
 position: absolute;
 top: 50%;
 width: 27px;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: 44px;
 height: var(--swiper-navigation-size);
 margin-top: -22px;
 margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-theme-color);
 color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
 opacity: .35;
 cursor: auto;
 pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
 font-family: swiper-icons;
 font-size: 44px;
 font-size: var(--swiper-navigation-size);
 text-transform: none !important;
 letter-spacing: 0;
 text-transform: none;
 font-feature-settings: normal, ;
 font-variant: normal
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
 left: 10px;
 right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
 content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 right: 10px;
 left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
 content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
 --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
 --swiper-navigation-color: #000
}

.swiper-button-lock {
 display: none
}

.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity .3s;
 transform: translateZ(0);
 z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
 opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom: 10px;
 left: 0;
 width: 100%
}

.swiper-pagination-bullets-dynamic {
 overflow: hidden;
 font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transform: scale(.33);
 position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
 transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
 transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
 transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
 transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
 transform: scale(.33)
}

.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: #000;
 opacity: .2
}

button.swiper-pagination-bullet {
 border: none;
 margin: 0;
 padding: 0;
 box-shadow: none;
 -webkit-appearance: none;
 appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer
}

.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--swiper-theme-color);
 background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
 right: 10px;
 top: 50%;
 transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 6px 0;
 display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
 top: 50%;
 transform: translateY(-50%);
 width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 display: inline-block;
 transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
 left: 50%;
 transform: translateX(-50%);
 white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
 background: rgba(0, 0, 0, .25);
 position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--swiper-theme-color);
 background: var(--swiper-pagination-color, var(--swiper-theme-color));
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 transform: scale(0);
 transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
 width: 100%;
 height: 4px;
 left: 0;
 top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
 width: 4px;
 height: 100%;
 left: 0;
 top: 0
}

.swiper-pagination-white {
 --swiper-pagination-color: #fff
}

.swiper-pagination-black {
 --swiper-pagination-color: #000
}

.swiper-pagination-lock {
 display: none
}

.swiper-scrollbar {
 border-radius: 10px;
 position: relative;
 touch-action: none;
 -ms-touch-action: none;
 background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
 position: absolute;
 left: 1%;
 bottom: 3px;
 z-index: 50;
 height: 5px;
 width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
 position: absolute;
 right: 3px;
 top: 1%;
 z-index: 50;
 width: 5px;
 height: 98%
}

.swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 position: relative;
 background: rgba(0, 0, 0, .5);
 border-radius: 10px;
 left: 0;
 top: 0
}

.swiper-scrollbar-cursor-drag {
 cursor: move
}

.swiper-scrollbar-lock {
 display: none
}

.swiper-zoom-container {
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain
}

.swiper-slide-zoomed {
 cursor: move
}

.swiper-lazy-preloader {
 width: 42px;
 height: 42px;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -21px;
 margin-top: -21px;
 z-index: 10;
 transform-origin: 50%;
 animation: swiper-preloader-spin 1s linear infinite;
 box-sizing: border-box;
 border-left: 4px solid var(--swiper-theme-color);
 border-bottom: 4px solid var(--swiper-theme-color);
 border-right: 4px solid var(--swiper-theme-color);
 border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
 border-radius: 50%;
 border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
 --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
 --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
 to {
  transform: rotate(1turn)
 }
}

.swiper-container .swiper-notification {
 position: absolute;
 left: 0;
 top: 0;
 pointer-events: none;
 opacity: 0;
 z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
 transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
 pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
 pointer-events: auto
}

.swiper-container-cube {
 overflow: visible
}

.swiper-container-cube .swiper-slide {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 z-index: 1;
 visibility: hidden;
 transform-origin: 0 0;
 width: 100%;
 height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
 pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
 transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
 pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
 pointer-events: auto;
 visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: .6;
 filter: blur(50px);
 z-index: 0
}

.swiper-container-flip {
 overflow: visible
}

.swiper-container-flip .swiper-slide {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
 pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
 pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden
}

* {
 min-height: 0;
 min-width: 0;
 outline: 0
}

*,
:after,
:before {
 box-sizing: inherit
}

html {
 scroll-behavior: smooth
}

body,
html {
 width: 100%;
 padding: 0;
 margin: 0
}

html {
 box-sizing: border-box
}

body {
 font-family: "aileronthin";
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 position: absolute;
 text-rendering: optimizeLegibility;
 flex-direction: column;
 min-height: 100vh;
 overflow-x: hidden;
 color: #fff;
 background-color: #232323
}

figure {
 margin: 0
}

button {
 background-color: transparent;
 border: none;
 -webkit-appearance: none;
 appearance: none;
 font-family: inherit
}

h1 {
 color: #fff
}

h1,
h2,
h3 {
 font-weight: 700
}

h2,
h3 {
 font-family: "aileronblack", sans-serif;
 line-height: 1
}

h3 {
 color: #fff;
 font-size: 45px
}

@media (min-width: 480px) {
 h3 {
  font-size: 8.461538461538462vw
 }
}

@media (min-width: 1300px) {
 h3 {
  font-size: 110px
 }
}

ul {
 padding: 0;
 list-style: none
}

main {
 overflow: hidden
}

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

section {
 margin-bottom: 20%
}

blockquote {
 margin: 0
}

.section-title {
 margin-bottom: 20px
}

@media (min-width: 1049px) {
 .section-title {
  margin-bottom: 40px
 }
}

.overlay--opened {
 overflow-y: hidden
}

.overlay--opened .overlay {
 pointer-events: all
}

.color-change .project :after,
.color-change .project :before {
 display: none
}

.text-right {
 text-align: right
}

.upper-wrap {
 overflow: hidden;
 display: inline-block;
 position: relative
}

.line {
 width: 100%;
 position: absolute;
 height: 1px;
 background: #fff;
 left: 0;
 bottom: 0;
 max-width: 700px;
 opacity: .8
}

.dot {
 font-size: 100px;
 line-height: 0
}

@media (min-width: 778px) {
 .dot {
  font-size: 17.543859649122805vw
 }
}

@media (min-width: 1049px) {
 .dot {
  font-size: 200px
 }
}

.huge-text {
 position: absolute;
 font-size: 150px;
 font-family: "aileronblack", sans-serif;
 color: rgba(90, 90, 90, .1);
 font-weight: 700;
 display: none;
 pointer-events: none
}

@media (min-width: 480px) {
 .huge-text {
  display: block
 }
}

@media (min-width: 778px) {
 .huge-text {
  font-size: 17.857142857142858vw
 }
}

@media (min-width: 1300px) {
 .huge-text {
  font-size: 250px
 }
}

.huge-text span {
 display: block
}

.border {
 position: absolute;
 opacity: .8;
 background-color: #ffb5b5
}

.border.top-side {
 top: 0;
 height: 1px;
 left: 0;
 width: 0
}

.border.right-side {
 top: 0;
 height: 0;
 right: 0;
 width: 1px
}

.border.bottom-side {
 bottom: 0;
 height: 1px;
 right: 0;
 width: 0
}

.border.left-side {
 bottom: 0;
 height: 0;
 left: 0;
 width: 1px
}

.cookieConsent>div {
 flex: 1 1 !important
}

.accent-font {
 font-family: Dancing Script, cursive;
 display: inline !important;
 font-size: 130%;
 line-height: 1px
}

.site-nav {
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 z-index: 50;
 background-color: #2a2a2a;
 border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.site-nav ul {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin: 16px
}

@media (min-width: 480px) {
 .site-nav ul {
  justify-content: flex-end
 }
}

.nav-link {
 position: relative;
 padding: 0
}

.nav-link .underline {
 transition: .3s ease-in;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 transform: scaleX(0)
}

.nav-link:hover .underline {
 transform: scaleX(1)
}

.nav-link:not(:last-child) {
 margin-right: 20px
}

.nav-link>* {
 font-weight: lighter;
 font-size: 15px;
 color: #ffb5b5;
 line-height: 2;
 letter-spacing: 2px;
 font-weight: 400;
 cursor: pointer;
 text-transform: lowercase;
 color: #fff;
 padding: 0
}

@media (min-width: 480px) {
 .nav-link>* {
  font-size: 2.2878932316491896vw
 }
}

@media (min-width: 1049px) {
 .nav-link>* {
  font-size: 16px
 }
}

.container {
 margin: 0 auto;
 width: 90%;
 max-width: 1300px;
 position: relative
}

.grid {
 position: fixed;
 width: 100%;
 top: 0;
 right: 0;
 bottom: 0;
 display: flex;
 justify-content: space-between
}

.grid .grid-line {
 position: relative;
 flex-basis: 0;
 border-right: 1px solid hsla(0, 0%, 100%, .1)
}

@media (min-width: 778px) {
 .grid .grid-line {
  flex-basis: 20%
 }
}

.App {
 position: relative
}

/* .logo {
 width: 40px;
 height: 40px;
 position: absolute;
 top: 20px;
 left: 0
} */

.logo svg {
 width: 100%;
 height: 100%;
 fill: #fff
}

.credits {
 position: absolute;
 font-size: 14px;
 bottom: 20px;
 width: 100%;
 text-align: center
}

@media (min-width: 1049px) {
 .credits {
  bottom: 30px;
  text-align: right
 }
}

.credits span div {
 margin: 0 2px;
 display: inline-block
}

.credits svg {
 height: 15px;
 width: 15px;
 fill: #bf3c57
}

.one-page-award {
 display: inline-block;
 position: fixed;
 top: 0;
 z-index: 60;
 right: 0
}

@media (min-width: 480px) {
 .one-page-award {
  left: 0;
  right: auto
 }
}

.activate-color-change {
 position: fixed;
 right: 30px;
 top: 50px;
 z-index: 10
}

.activate-color-change button {
 position: relative;
 font-family: "aileronblack";
 font-size: 10px;
 cursor: pointer;
 color: #fff;
 outline: none;
 padding: 8px;
 border-top-left-radius: 35%;
 border-bottom-right-radius: 35%;
 box-shadow: 0 3px 10px rgba(10, 10, 10, .3)
}

@media (min-width: 1049px) {
 .activate-color-change button {
  font-size: 14px;
  padding: 16px
 }
}

.activate-color-change__decoration {
 position: absolute;
 top: -3px;
 right: -3px;
 height: 100%;
 width: 100%;
 border-top-left-radius: 35%;
 border-bottom-right-radius: 35%;
 z-index: -2;
 transition: .2s ease-out
}

.activate-color-change:hover .activate-color-change__decoration {
 transform: translate(5px, -5px)
}

.cursor {
 position: fixed;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 pointer-events: none;
 z-index: 999;
 mix-blend-mode: difference;
 background-color: #fff
}

/*# sourceMappingURL=main.7c614da0.chunk.css.map */

#testimonials,
.contact .section-title,
.contact .contact__details,
.cookieConsent,
.site-nav ul,
.footer__social-links {
 display: none !important;
}


.wrapper .container {
 margin-top: 100px;
}


.embed-responsive {
 position: relative;
 display: block;
 width: 100%;
 padding: 0;
 overflow: hidden;
}

.embed-responsive::before {
 display: block;
 content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}

.embed-responsive-21by9::before {
 padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
 padding-top: 56.25%;
}

.embed-responsive-4by3::before {
 padding-top: 75%;
}

.embed-responsive-1by1::before {
 padding-top: 100%;
}


/* .skills__details {
 margin-bottom: 200px;
} */


.btn-get-started {
 font-family: "aileronbold", sans-serif;
 font-weight: 500;
 font-size: 14px;
 letter-spacing: 0.5px;
 display: inline-block;
 padding: 14px 50px;
 border-radius: 5px;
 transition: 0.5s;
 margin-top: 30px;
 color: #fff !important;
 background: #6F2A7E;
 border: #6F2A7E 3px solid;
}

.btn-get-started:hover {
 background: transparent;
 border: #6F2A7E 3px solid;
 color: #fff;

}

.text-center {
 text-align: center !important;
 transition: .2s ease-out;
}

/* #btn-portfolio {
    background: #000;

} */

.disabled {
 pointer-events: none;
 opacity: .6;
}

.fondo {
 position: fixed;
 width: 100vw;
 height: 100vh;
 background-color: rgb(95, 193, 174);
 z-index: 99999999;
}

.op-0 {
 opacity: 0;
}

.op-1 {
 opacity: 1;
}