@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500&family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Frank+Ruhl+Libre:wght@500&family=Montserrat&family=Poppins:wght@200;300;400;500&display=swap");
@font-face {
  font-family: "TrumpGothicEast";
  src: url("/fonts/TrumpGothicEast/TrumpGothicEast.woff") format("woff");
}

@font-face {
  font-family: "Delirium";
  src: url("/fonts/Delirium/DeliriumNCV.woff") format("woff");
}

@font-face {
  font-family: "Omega";
  src: url("/fonts/OmegaSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Rodchenko";
  src: url("/fonts/rodchenko-bold.woff") format("woff");
}

@font-face {
  font-family: "Cervanttis";
  src: url("/fonts/Cervanttis.ttf") format("truetype");
}

/* @font-face
{
    font-family: "Maison Neue";
    src: url("/fonts/MaisonNeueBook.woff") format("woff");
} */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pc-only {
  display: inline-block;
}

#pc-tablet-only {
  display: inline-block;
}

#mobile-only {
  display: none;
}

#tablet-only {
  display: none;
}

#phone-only {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Quicksand", sans-serif;
  position: relative;
}

html body ::-moz-selection {
  background-color: #ef0d33;
  color: #fff;
}

html body ::selection {
  background-color: #ef0d33;
  color: #fff;
}

html body a {
  text-decoration: none !important;
}

html body main h1 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 6rem;
  letter-spacing: 5px;
}

html body main h2 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 4.8rem;
}

html body main h3 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 3rem;
}

html body main h4 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 1.8rem;
}

html body main .delirium {
  font-family: 'Delirium';
}

html body main .serif {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
}

html body main .button, html body main #button {
  display: block;
  font-family: 'Khand', sans-serif;
  font-size: 1.15rem;
  color: #fff;
  background-color: #ef0d33;
  padding: 1rem;
  width: 9.5rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*&:hover
    {
        border-color: $white;
    }*/
}

html body main .button:before, html body main #button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(108deg, #ef0d33, #931E23);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .button:hover::before, html body main #button:hover::before {
  opacity: 1;
}

html body main .cta {
  background-color: #ef0d33;
  color: #fff;
  text-align: center;
  padding: 9.625rem 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

html body main .cta .container {
  margin: 0 auto;
}

html body main .cta .container .serif {
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
}

html body main .cta .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(108deg, #ef0d33, #931E23);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .cta .container:hover:before {
  opacity: 1;
}

html body main .portfolio .portfolio-cta {
  background-image: url(/img/keyboard-dark.webp);
  text-align: center;
  cursor: pointer;
}

html body main .portfolio .portfolio-cta .container {
  margin: auto;
  height: 100%;
  padding: 9.625rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html body main .portfolio .portfolio-cta .container .serif {
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
}

html body main .portfolio .portfolio-cta .container .serif, html body main .portfolio .portfolio-cta .container h2 {
  color: #fff;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(108deg, #ef0d33, #931E23);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .portfolio:hover .portfolio-cta .container {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: transparent;
}

html body main #hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html body main #hero .skew-container {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  width: 43%;
  margin: auto;
  padding: 10rem 0 6.8rem 0;
  position: relative;
}

html body main #hero .skew-container .slash {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #101518;
  opacity: .7;
}

html body main #hero .skew-container .container {
  color: #fff;
  text-align: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
}

html body main #hero .skew-container .container .hero-text {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  padding: 2.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body main #hero .skew-container .container .hero-text h1 {
  font-size: 6rem;
}

html body .cookies {
  position: fixed;
  background: linear-gradient(108deg, #515151, #101518);
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem;
  color: #fff;
  z-index: 2;
}

html body .cookies a {
  color: #fff;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies a:hover {
  color: #ef0d33;
}

html body .cookies p, html body .cookies a, html body .cookies button {
  margin-right: 1rem;
}

@media (max-width: 700px) {
  html body .cookies p, html body .cookies a, html body .cookies button {
    font-size: .8rem;
  }
}

html body .cookies a:hover {
  color: #ef0d33;
}

html body .cookies button {
  background: #ef0d33;
  color: #fff;
  border: none;
  padding: .5rem 1.5rem;
  font-family: 'Khand', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies button:hover {
  background: linear-gradient(108deg, #ef0d33, #931E23);
}

@media (max-width: 700px) {
  html body .cookies button {
    font-size: .8rem;
  }
}

html body .cookies .close-cookies {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies .close-cookies:hover {
  color: #ef0d33;
}

html body .hidden {
  display: none;
}

@media (max-width: 1600px) {
  html body main #hero .skew-container {
    width: 49%;
  }
}

@media (max-width: 1200px) {
  #pc-only {
    display: none;
  }
  #mobile-only {
    display: inline-block;
  }
  #tablet-only {
    display: block;
  }
  html body main h1 {
    font-size: 5rem;
  }
  html body main .cta {
    padding: 7rem 0;
    background-image: linear-gradient(108deg, #ef0d33, #931E23);
  }
  html body main #hero .skew-container {
    width: 62%;
  }
}

@media (max-width: 700px) {
  #pc-tablet-only {
    display: none !important;
  }
  #tablet-only {
    display: none;
  }
  #phone-only {
    display: inline-block;
  }
  html body main h1 {
    font-size: 3.5rem;
  }
  html body main h2 {
    font-size: 2.5rem;
  }
  html body main h3 {
    font-size: 2rem;
  }
  html body main h4 {
    font-size: 1.4rem;
  }
  html body main .serif {
    font-size: 1.2rem;
  }
  html body main p {
    font-size: .875rem;
  }
  html body main .cta .container {
    width: 91%;
  }
  html body main .cta .container .serif {
    font-size: 1.2rem;
  }
  html body main #hero .skew-container {
    width: 90%;
    padding: 8rem 0 5rem 0;
    -webkit-transform: none;
            transform: none;
  }
  html body main #hero .skew-container .slash {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
  html body main #hero .skew-container .container {
    border: none;
  }
  html body main #hero .skew-container .container .hero-text {
    -webkit-transform: none;
            transform: none;
  }
  html body main #hero .skew-container .container .hero-text h1 {
    font-size: 4rem;
  }
}

html body header {
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 3;
  font-family: 'Khand', sans-serif;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: auto;
  padding: 2.5rem 0;
}

html body header .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body header .container a .logo {
  height: 26px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body header .container a .logo:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

html body header .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11rem;
  /* #inactive
                    {
                        color: $smoke;
                    } turning this off because smoke color makes inactive option invisible on certain backgrounds */
}

html body header .container div p {
  visibility: hidden;
}

html body header .container div #active {
  color: #ef0d33;
  cursor: pointer;
}

html body header .container div #menu {
  width: 2.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body header .container div #menu:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

html body footer {
  background-color: #101518;
  padding-top: 6.75rem;
  padding-bottom: 2.7rem;
  font-family: 'Khand', sans-serif;
  font-size: 1.3rem;
}

html body footer .icon-container {
  width: 14%;
  margin: auto;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body footer .icon-container a {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #515151;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body footer .icon-container a:hover {
  background-color: #ef0d33;
}

html body footer .container {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

html body footer .container a, html body footer .container p {
  color: #515151;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
}

html body footer .container a:hover, html body footer .container p:hover {
  color: #ef0d33;
}

@media (max-width: 1200px) {
  html body header .container div {
    width: auto;
  }
  html body footer {
    padding-top: 5rem;
  }
  html body footer .icon-container {
    width: 20%;
  }
  html body footer .container {
    width: 40%;
  }
  html body #full-menu .pages .language-selector {
    visibility: hidden;
  }
}

@media (max-width: 700px) {
  html body header .container {
    width: 95%;
    padding: 1.875rem 0;
  }
  html body header .container .logo {
    height: 1.5rem;
  }
  html body header .container div #menu {
    width: 1.875rem;
  }
  html body footer .icon-container {
    width: 45%;
  }
  html body footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    text-align: center;
  }
  html body footer .container a {
    margin-bottom: 1rem;
  }
}

html body #full-menu {
  height: 100vh;
  width: 100%;
  background: linear-gradient(108deg, #515151, #101518);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -4;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body #full-menu #page-number {
  font-family: 'Delirium';
  font-size: 28rem;
  position: relative;
  color: #101518;
}

html body #full-menu .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}

html body #full-menu .pages .left, html body #full-menu .pages .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body #full-menu .pages .left a, html body #full-menu .pages .right a {
  display: block;
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 6rem;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(108deg, #ef0d33, #931E23);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body #full-menu .pages .left a:hover, html body #full-menu .pages .right a:hover {
  color: transparent;
}

html body #full-menu .pages .left .active, html body #full-menu .pages .right .active {
  color: transparent;
}

html body #full-menu #close {
  position: absolute;
  top: 2.5rem;
  right: 10rem;
  font-size: 2rem;
  color: #ef0d33;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body #full-menu #close:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media (max-width: 1600px) {
  html body #full-menu #page-number {
    font-size: 20rem;
  }
  html body #full-menu .pages {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  html body #full-menu #page-number {
    font-size: 18.75rem;
  }
  html body #full-menu .pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body #full-menu .pages .language-selector {
    color: #fff;
    margin-bottom: 3rem;
  }
  html body #full-menu .pages .language-selector #active {
    color: #ef0d33;
    cursor: pointer;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  html body #full-menu #close {
    top: 1.875rem;
    right: 1.5rem;
  }
}

@media (max-width: 700px) {
  html body #full-menu #page-number {
    display: none;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 2.8rem;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 375px) {
  html body #full-menu #page-number {
    font-size: 16rem;
  }
  html body #full-menu .pages {
    top: 2rem;
  }
  html body #full-menu .pages .language-selector {
    margin-bottom: 2rem;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

html body main {
  background-color: #101518;
  color: #fff;
}

html body main #hero {
  background-image: url("/img/design.webp");
}

html body main .content .intro {
  padding: 10rem 0;
  max-width: 42rem;
  margin: auto;
  text-align: center;
}

html body main .content .intro .serif {
  line-height: 2.5rem;
}

html body main .content .intro #serif {
  margin-top: 10rem;
  margin-bottom: 2rem;
}

html body main .content .intro .button {
  margin: 2rem auto 0 auto;
}

html body main .content .trust {
  text-align: center;
  padding: 0 0 10rem 0;
}

html body main .content .trust .trust-container {
  width: 80%;
  margin: 6rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body main .content .trust .trust-container a {
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
}

html body main .content .trust .trust-container .juniper {
  font-family: 'Montserrat', sans-serif;
}

html body main .content .trust .trust-container .certitude {
  font-family: 'Frank Ruhl Libre', serif;
}

html body main .content .trust .trust-container .constructor {
  font-family: "Rodchenko", sans-serif;
}

html body main .content .trust .trust-container .alpstein {
  font-family: 'Cormorant Garamond', serif;
}

html body main .content .trust .trust-container .ant {
  font-family: 'Cervanttis', sans-serif;
}

html body main .content .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 10rem 0;
  margin: auto;
}

html body main .content .service .number {
  width: 180px;
}

html body main .content .service .title {
  width: 480px;
}

html body main .content .service .title p {
  font-size: 1.125rem;
}

html body main .content .service .description {
  width: 36%;
  text-align: justify;
  /* .bottom-margin
                        {
                            margin-bottom: 2rem;
                        } */
}

html body main .content .service .description .subtitle {
  font-size: 1.5rem;
}

html body main .content .service .description .subtitle span {
  color: #ef0d33;
}

html body main .content .service .description p {
  margin-bottom: 1rem;
}

html body main .content .service .description .cta-link {
  margin-bottom: 2rem;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: underline !important;
}

html body main .content .service .description .cta-link:hover {
  color: #ef0d33;
}

html body main .content .portfolio-cta {
  margin: 0 auto 10rem auto;
  text-align: center;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body main .content .portfolio-cta .container .serif {
  margin-bottom: 2rem;
  color: #fff;
}

html body main .content .portfolio-cta .container a {
  margin: 2rem auto 0 auto;
}

html body main .content .portfolio-cta img {
  max-width: 60%;
}

html body main .content .testimonial {
  background-image: url("/img/portfolio/hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  /* margin-bottom: 160px; */
}

html body main .content .testimonial .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 100%;
      -ms-flex-pack: 100%;
          justify-content: 100%;
  width: 60%;
  margin: auto;
}

html body main .content .testimonial .container .open, html body main .content .testimonial .container .close {
  font-size: 9rem;
  font-weight: 100;
  color: #ef0d33;
}

html body main .content .testimonial .container .open {
  margin-right: 5rem;
}

html body main .content .testimonial .container .close {
  margin-left: 5rem;
}

html body main .content .testimonial .container .inner-container .serif {
  margin-bottom: 1.5rem;
  text-align: justify;
}

html body main .content .testimonial .container .inner-container .person {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}

html body main .content .testimonial .container .inner-container p a {
  color: #fff;
  text-decoration: none;
}

html body main .content .process {
  background-color: #101518;
  position: relative;
}

html body main .content .process #section-number {
  font-family: 'Delirium';
  font-size: 28rem;
  line-height: 30rem;
  position: absolute;
  color: #515151;
  opacity: .2;
}

html body main .content .process .container {
  width: 100%;
  padding: 10rem 15% 5rem 15%;
  /* 
                        background-color: $white;
                        color: $black; */
}

html body main .content .process .container .title {
  text-align: center;
}

html body main .content .process .container .title h2 {
  position: relative;
  z-index: 1;
}

html body main .content .process .container #steps {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 36% 64%;
      grid-template-columns: 36% 64%;
  grid-row-gap: 5.6rem;
  margin: 10rem auto 5rem auto;
}

html body main .content .process .container #steps div {
  border-right: 4px #ECECEC solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

html body main .content .process .container #steps div h3 {
  font-size: 2.5rem;
  color: #ef0d33;
  margin-right: 6.5rem;
  text-align: right;
}

html body main .content .process .container #steps div .step-number {
  font-family: 'Delirium';
  font-size: 4.5rem;
  position: absolute;
  top: -16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #ECECEC;
}

html body main .content .process .container #steps .step-description {
  padding-left: 2.9rem;
  width: 70%;
  text-align: justify;
}

html body main .content .process .container .description {
  width: 36%;
  text-align: justify;
}

html body main .content .process .container .description .subtitle {
  font-size: 1.5rem;
}

html body main .content .process .container .description .subtitle span {
  color: #ef0d33;
}

html body main .content .process .container .description p {
  margin-bottom: 1rem;
}

html body main .content .process .container .description .bottom-margin {
  margin-bottom: 2rem;
}

html body main .content .process .container .description .cta-link {
  margin-bottom: 2rem;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .process .container .description .cta-link:hover {
  text-decoration: underline !important;
  color: #ef0d33;
}

html body main .content .table {
  margin: 0 auto 10rem auto;
  width: 68%;
  max-width: 1081px;
}

html body main .content .table h2 {
  text-align: center;
  margin-bottom: 6rem;
}

html body main .content .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

html body main .content .table .row .number {
  font-family: 'Delirium';
  font-size: 9rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #ECECEC;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .table .row .content {
  width: 88%;
}

html body main .content .table .row .content .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #ECECEC;
  padding: 1.75rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .table .row .content .up .question {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: justify;
}

html body main .content .table .row .content .up div .arrow {
  margin-left: 3.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .table .row .answer {
  line-height: 1.5rem;
  max-width: 90%;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: justify;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .table .row .answer a {
  text-decoration: underline !important;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .table .row .answer a:hover {
  color: #ef0d33;
}

html body main .content .table .row:hover .number {
  color: #515151;
}

html body main .content .table .row:hover .content .up {
  background-color: #ef0d33;
  color: #fff;
}

html body main .content .table .row:hover .content .up .arrow {
  content: url(/img/icons/dropdownwhite.png);
}

html body main .content .table .active .number {
  color: #515151;
}

html body main .content .table .active .content .up {
  background-color: #ef0d33;
  color: #fff;
}

html body main .content .table .active .content .up .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: url(/img/icons/dropdownwhite.png);
}

html body main .content .table .active .content .answer {
  margin: 1.75rem auto 3.5rem auto;
  height: auto;
  overflow: auto;
}

html body main .content .call-to-action {
  text-align: center;
  background-image: url(/img/design11.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}

html body main .content .call-to-action #serif, html body main .content .call-to-action #consult {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .content .call-to-action .serif {
  margin-bottom: 2rem;
}

html body main .content .call-to-action a {
  margin: 2rem auto 0 auto;
}

@media (max-width: 1600px) {
  html body main .content .trust .trust-container {
    width: 90%;
  }
  html body main .content .testimonial .container {
    width: 85%;
  }
  html body main .content .process #section-number {
    font-size: 20rem;
  }
  html body main .content .process .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  html body main .content .trust {
    padding: 0 0 10rem 0;
  }
  html body main .content .trust .trust-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  html body main .content .trust .trust-container a {
    margin-bottom: 2rem;
  }
  html body main .content .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .content .service .number {
    margin: auto;
  }
  html body main .content .service .title {
    text-align: center;
    margin: 2rem auto;
    width: auto;
  }
  html body main .content .service .title h2 {
    margin-bottom: 2rem;
  }
  html body main .content .service .title h2 .pc-only {
    display: none;
  }
  html body main .content .service .description {
    width: 100%;
  }
  html body main .content .service .description .subtitle {
    margin-top: 2rem;
  }
  html body main .content .portfolio-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body main .content .portfolio-cta .container {
    margin-bottom: 4rem;
  }
  html body main .content .portfolio-cta img {
    max-width: 100%;
  }
  html body main .content .testimonial {
    margin-bottom: 100px;
  }
  html body main .content .testimonial .container {
    width: 87%;
  }
  html body main .content .testimonial .container .open, html body main .content .testimonial .container .close {
    position: relative;
    font-size: 6rem;
  }
  html body main .content .testimonial .container .open {
    top: -80px;
    margin-right: 2rem;
  }
  html body main .content .testimonial .container .close {
    bottom: -250px;
    margin-left: 2rem;
  }
  html body main .content .process #section-number {
    font-size: 18rem;
    line-height: 20rem;
  }
  html body main .content .process .container {
    padding: 8rem 0;
  }
  html body main .content .process .container .title {
    margin: 2rem auto;
  }
  html body main .content .process .container #steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 2rem;
    width: 90%;
    margin: 5rem auto 0 auto;
  }
  html body main .content .process .container #steps div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
  }
  html body main .content .process .container #steps div h3 {
    position: relative;
    z-index: 1;
  }
  html body main .content .process .container #steps div .step-number {
    top: -70px;
    right: auto;
    left: 2rem;
    font-size: 7rem;
  }
  html body main .content .process .container #steps .step-description {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
  html body main .content .table {
    margin: 0 auto 10rem auto;
    width: 90%;
  }
  html body main .content .table .row {
    margin-bottom: 1.6rem;
    margin-left: 60px;
  }
}

@media (max-width: 700px) {
  html body main .content .intro {
    max-width: 87%;
    padding: 60px 0 120px 0;
  }
  html body main .content .intro #serif {
    margin-top: 5rem;
  }
  html body main .content .trust {
    padding-bottom: 5rem;
  }
  html body main .content .service {
    padding-bottom: 5rem;
  }
  html body main .content .service .number {
    width: 140px;
    height: 110px;
  }
  html body main .content .service .title p {
    font-size: 1rem;
  }
  html body main .content .service .description .subtitle {
    font-size: 1.2rem;
  }
  html body main .content .portfolio-cta {
    margin-bottom: 5rem;
  }
  html body main .content .testimonial {
    padding: 100px 0;
    margin-bottom: 60px;
  }
  html body main .content .testimonial .container .open, html body main .content .testimonial .container .close {
    display: none;
  }
  html body main .content .process #section-number {
    display: none;
  }
  html body main .content .process .container {
    padding: 5rem 0;
  }
  html body main .content .process .container .title {
    width: 90%;
  }
  html body main .content .process .container #steps div h3 {
    font-size: 2rem;
  }
  html body main .content .process .container #steps div .step-number {
    top: -60px;
    right: auto;
    left: 8%;
    font-size: 6rem;
  }
  html body main .content .table {
    margin: 0 auto 5rem auto;
    width: 95%;
  }
  html body main .content .table h2 {
    margin-bottom: 3rem !important;
  }
  html body main .content .table .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  html body main .content .table .row .number {
    font-size: 7rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 2.5rem;
  }
  html body main .content .table .row .content {
    width: 100%;
  }
  html body main .content .table .row .content .up {
    padding: 1rem;
  }
  html body main .content .table .row .content .up .question {
    font-size: .875rem;
  }
  html body main .content .table .row .content .up div .arrow {
    margin-left: 1rem;
  }
  html body main .content .table .row .answer {
    font-size: .75rem;
  }
}
/*# sourceMappingURL=design.css.map */