@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

* *::before *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: 'Spartan';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
}

.button1 {
  background: #1B1D23;
  font-size: 15px;
  border: none;
  color: white;
  width: 252px;
  height: 72px;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}

.button1 svg {
  margin-left: 20px;
}

.button1:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #60636D;
}

.small-button1 {
  width: 187px;
  height: 72px;
}

.small-small-button1 {
  width: 169px;
  height: 72px;
}

body {
  font-family: 'Spartan';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #60636D;
}

h1.big-header {
  font-family: 'Spartan';
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 200px;
  letter-spacing: -5px;
  text-align: left;
}

h1.medium-header {
  font-family: 'Spartan';
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -2px;
  text-align: left;
}

h2 {
  font-family: 'Spartan';
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -2px;
  text-align: left;
}

h3 {
  font-family: 'Spartan';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
}

.white {
  color: white;
}

.very-light-grey {
  color: #EEEFF4;
}

.dark-blue {
  color: #1B1D23;
}

.dark-grey {
  color: #60636D;
}

.red {
  color: #DF5656;
}

@media screen and (max-width: 1300px) {
  h1.big-header {
    font-size: 120px;
  }
}

@media screen and (max-width: 768px) {
  h1.medium-header {
    font-family: 'Spartan';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.2000000476837158px;
    text-align: left;
  }
  h1.big-header {
    display: none;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.4285714626312256px;
  }
}

.sticker-nav {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 400px;
  height: auto;
  left: -78px;
  top: -153px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  overflow: hidden;
}

.sticker-nav-line {
  width: 130px;
  height: 1px;
  background-color: #C8CCD8;
  margin-right: 48px;
}

.sticker-nav-para {
  color: #C8CCD8;
  font-family: 'Spartan';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 15px;
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .sticker-nav {
    left: -161px;
    top: -25px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .sticker-nav-line {
    width: 130px;
    height: 1px;
    background-color: #C8CCD8;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sticker-nav {
    display: none;
  }
}

.cards {
  position: relative;
  width: 100%;
  height: 2336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cards#features-cards {
  height: 560px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
}

.card {
  width: 350px;
  height: 560px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}

#card-one, #card-two, #card-three {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.card:hover {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card::before {
  content: '';
  width: 100%;
  height: 560px;
  position: absolute;
  top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0) 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%), rgba(255, 255, 255, 0) 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.5) 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%), rgba(255, 255, 255, 0.5) 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#card-one {
  background-image: url(../../assets/portfolio/desktop/image-del-sol.jpg);
  background-position: center;
}

#card-two {
  background-image: url(../../assets/portfolio/desktop/image-228b.jpg);
  background-position: bottom center;
}

#card-three {
  background-image: url(../../assets/portfolio/desktop/image-prototype.jpg);
  background-position: right bottom;
}

.card:nth-child(1) {
  background-image: url(../../assets/portfolio/desktop/image-seraph.jpg);
  background-position: right;
}

.card:nth-child(2) {
  background-image: url(../../assets/portfolio/desktop/image-eebox.jpg);
  background-position: right;
}

.card:nth-child(3) {
  background-image: url(../../assets/portfolio/desktop/image-federal.jpg);
  background-position: bottom center;
}

.card:nth-child(4) {
  background-image: url(../../assets/portfolio/desktop/image-del-sol.jpg);
  background-position: right;
}

.card:nth-child(5) {
  background-image: url(../../assets/portfolio/desktop/image-prototype.jpg);
  background-position: right bottom;
}

.card:nth-child(6) {
  background-image: url(../../assets/portfolio/desktop/image-228b.jpg);
  background-position: bottom center;
}

.card:nth-child(7) {
  background-image: url(../../assets/portfolio/desktop/image-edelweiss.jpg);
  background-position: bottom center;
}

.card:nth-child(8) {
  background-image: url(../../assets/portfolio/desktop/image-netcry.jpg);
  background-position: bottom left;
}

.card:nth-child(9) {
  background-image: url(../../assets/portfolio/desktop/image-hypers.jpg);
  background-position: right;
}

.card:nth-child(10) {
  background-image: url(../../assets/portfolio/desktop/image-sxiv.jpg);
  background-position: center;
}

.card:nth-child(11) {
  background-image: url(../../assets/portfolio/desktop/image-trinity.jpg);
  background-position: center;
}

.card:nth-child(12) {
  background-image: url(../../assets/portfolio/desktop/image-paramour.jpg);
  background-position: center;
}

.card-desc {
  width: 224px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 40px 40px;
  text-shadow: 0px 0px 8px #000000;
}

.card-desc p:last-child {
  opacity: 0.75;
}

@media screen and (max-width: 1300px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 3144px;
  }
  .cards#features-cards {
    height: 768px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
  }
  .card {
    width: 100%;
    max-width: 900px;
    height: 240px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #card-one, #card-two, #card-three {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .card:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .card::before {
    content: '';
    width: 100%;
    height: 240px;
  }
  #card-one {
    background-image: url(../../assets/portfolio/tablet/image-del-sol.jpg);
    background-position: left;
  }
  #card-two {
    background-image: url(../../assets/portfolio/tablet/image-228b.jpg);
    background-position: center;
  }
  #card-three {
    background-image: url(../../assets/portfolio/tablet/image-prototype.jpg);
    background-position: center;
  }
  .card:nth-child(1) {
    background-image: url(../../assets/portfolio/tablet/image-seraph.jpg);
    background-position: bottom;
  }
  .card:nth-child(2) {
    background-image: url(../../assets/portfolio/tablet/image-eebox.jpg);
    background-position: right;
  }
  .card:nth-child(3) {
    background-image: url(../../assets/portfolio/tablet/image-federal.jpg);
    background-position: top;
  }
  .card:nth-child(4) {
    background-image: url(../../assets/portfolio/tablet/image-del-sol.jpg);
    background-position: top;
  }
  .card:nth-child(5) {
    background-image: url(../../assets/portfolio/tablet/image-prototype.jpg);
    background-position: top;
  }
  .card:nth-child(6) {
    background-image: url(../../assets/portfolio/tablet/image-228b.jpg);
    background-position: top;
  }
  .card:nth-child(7) {
    background-image: url(../../assets/portfolio/tablet/image-edelweiss.jpg);
    background-position: top;
  }
  .card:nth-child(8) {
    background-image: url(../../assets/portfolio/tablet/image-netcry.jpg);
    background-position: bottom;
  }
  .card:nth-child(9) {
    background-image: url(../../assets/portfolio/tablet/image-hypers.jpg);
    background-position: top;
  }
  .card:nth-child(10) {
    background-image: url(../../assets/portfolio/tablet/image-sxiv.jpg);
    background-position: center;
  }
  .card:nth-child(11) {
    background-image: url(../../assets/portfolio/tablet/image-trinity.jpg);
    background-position: top;
  }
  .card:nth-child(12) {
    background-image: url(../../assets/portfolio/tablet/image-paramour.jpg);
    background-position: top;
  }
  .card-header {
    font-size: 200px !important;
  }
}

@media screen and (max-width: 768px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: auto;
    width: 91.4666667%;
    height: 3144px;
  }
  .cards#features-cards {
    height: 768px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
  }
  .card {
    width: 100%;
    max-width: 600px;
    height: 240px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #card-one, #card-two, #card-three {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    max-width: unset;
  }
  #card-one {
    background-image: url(../../assets/portfolio/mobile/image-del-sol.jpg);
    background-position: center;
  }
  #card-two {
    background-image: url(../../assets/portfolio/mobile/image-228b.jpg);
    background-position: top;
  }
  #card-three {
    background-image: url(../../assets/portfolio/mobile/image-prototype.jpg);
  }
  .card-desc {
    margin: 0px 0px 24px 24px;
  }
}

footer {
  margin: 200px auto 0px auto;
  height: 200px;
  width: 100%;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: visible;
}

.footer-logo {
  width: 200px;
  height: 200px;
  background-color: #1B1D23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo img:first-child {
  display: inline-block;
}

.footer-logo img:last-child {
  display: none;
}

.footer-nav {
  background-color: #EEEFF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 784px;
  height: 200px;
}

.footer-nav-list {
  width: 315px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 85px;
}

.footer-nav-list-item {
  width: 75px;
  height: 25px;
  text-align: center;
}

.footer-nav-list-link {
  color: #7D828F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-nav-list-link:hover {
  color: #1B1D23;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-button {
  position: absolute;
  right: 0px;
}

@media screen and (max-width: 1300px) {
  footer {
    margin: 200px auto 0px auto;
    height: 120px;
    width: 100%;
    max-width: 768px;
  }
  .footer-logo {
    width: 120px;
    height: 120px;
    background-color: #1B1D23;
  }
  .footer-logo img:first-child {
    display: none;
  }
  .footer-logo img:last-child {
    display: inline-block;
  }
  .footer-nav {
    width: 492px;
    height: 120px;
  }
  .footer-nav-list {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin: 132px 0px 0px 0px;
    height: 383px;
    width: 100%;
    max-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    background-color: #EEEFF4;
  }
  .footer-logo {
    width: 120px;
    height: 120px;
    top: -60px;
    position: relative;
  }
  .footer-logo img:first-child {
    display: none;
  }
  .footer-logo img:last-child {
    display: inline-block;
  }
  .footer-nav {
    width: 75px;
    height: 139px;
    bottom: 28px;
    position: relative;
  }
  .footer-nav-list {
    width: 75px;
    height: 139px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-left: 0px;
  }
  .footer-button {
    position: relative;
    margin-bottom: 52px;
  }
}

.hero-section {
  width: 100%;
  height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 0;
}

.hero-image {
  width: 635px;
  height: 720px;
  background-image: url(../../assets/about/desktop/image-hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.hero-image#contact-hero-image {
  background-image: url(../../assets/contact/desktop/image-hero.jpg);
}

.hero-image::before {
  content: '';
  width: 635px;
  height: 720px;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-desc {
  width: 475px;
  height: 503px;
  position: relative;
  left: -153px;
  z-index: 2;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero-desc h1 {
  position: absolute;
  right: -148px;
  top: -101px;
}

.hero-desc-wrap-text {
  width: 446px;
  height: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  right: -155px;
  z-index: 3;
}

.hero-desc-wrap-text::before {
  content: '';
  width: 65px;
  height: 1px;
  background: #C8CCD8;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hero-desc-wrap-text h2:first-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
  .hero-image {
    width: 100%;
    background-image: url(../../assets/about/tablet/image-hero.jpg);
  }
  .hero-image#contact-hero-image {
    background-image: url(../../assets/contact/tablet/image-hero.jpg);
  }
  .hero-image::before {
    width: 100%;
  }
  .hero-desc {
    width: 623px;
    height: 431px;
    position: absolute;
    left: unset;
    right: 0px;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-desc h1 {
    right: 160px;
    top: -97px;
  }
  .hero-desc-wrap-text {
    width: 456px;
    height: 342px;
    right: 0px;
    z-index: 3;
  }
  .hero-desc-wrap-text::before {
    top: 0px;
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 550px;
  }
  .hero-image {
    width: 100%;
    background-image: url(../../assets/about/mobile/image-hero.jpg);
    height: 240px;
  }
  .hero-image#contact-hero-image {
    background-image: url(../../assets/contact/mobile/image-hero.jpg);
  }
  .hero-image::before {
    width: 100%;
    height: 240px;
  }
  .hero-image::after {
    content: '';
    width: 90.5%;
    height: 45px;
    position: absolute;
    background: white;
    z-index: 3;
    left: 0px;
    bottom: 0px;
  }
  .hero-desc {
    width: 91.4666%;
    height: 150px;
    position: relative;
    left: unset;
    right: unset;
    z-index: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 35px auto 0px auto;
  }
  .hero-desc-wrap-text {
    width: 100%;
    height: 150px;
    right: unset;
    position: relative;
    z-index: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .hero-desc-wrap-text::before {
    display: none;
    top: unset;
    left: 0px;
    bottom: 0px;
  }
  .hero-desc-wrap-text h2:first-child {
    margin-bottom: 30px;
    width: 270px;
  }
}

@media screen and (max-width: 531px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 610px;
  }
  .hero-desc {
    height: 311px;
  }
  .hero-desc-wrap-text {
    height: 311px;
  }
}

.container {
  width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media screen and (max-width: 1300px) {
  .container {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  z-index: 0;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 152px;
  background-color: white;
  width: 100%;
  max-width: 1110px;
  margin: auto;
}

.logo {
  position: relative;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 316px;
  margin-left: 86px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 360px;
}

.nav-links a {
  color: #7D828F;
  font-family: 'Spartan';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-links a:hover {
  color: #1B1D23;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.61);
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 24px;
  height: 3px;
  margin: 5px;
  background-color: black;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dark-overlay-nav-mobile {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 92px;
  display: none;
  z-index: 0;
}

.dark-overlay-nav-mobile {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 92px;
  display: block;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dark-overlay-nav-mobile.overlay-active {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 98;
}

@media screen and (max-width: 1300px) {
  nav {
    width: 100%;
    max-width: 85%;
  }
}

@media screen and (max-width: 768px) {
  nav {
    max-width: 89.083%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 94px;
  }
  .nav-links {
    background-color: #EEEFF4;
    position: fixed;
    right: 0px;
    height: 35.2323vh;
    top: 91.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 96%;
    margin: 0px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    z-index: 99;
  }
  .nav-links li {
    margin: 15px 0px 15px 40px;
    opacity: 1;
  }
  .nav-links a {
    color: #1B1D23;
    font-size: 18px;
  }
  .burger {
    display: block;
  }
}

.nav-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.slider {
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.slides {
  width: 500%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  -webkit-transition: 1s;
  transition: 1s;
}

.slide img {
  width: 100%;
  height: 720px;
  background-position: left;
}

.navigation-manual {
  position: relative;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 80px;
  left: -80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: black;
}

.manual-btn {
  width: 80px;
  height: 80px;
  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;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}

.manual-btn:hover {
  background-color: #EEEFF4;
  -webkit-transition: background-color 0.17s ease-in-out;
  transition: background-color 0.17s ease-in-out;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

.navigation-auto {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 80px;
  background: white;
  bottom: -220px;
  left: -80px;
}

.navigation-auto div {
  width: 80px;
  height: 80px;
  -webkit-transition: 1s;
  transition: 1s;
}

.background_black {
  background: black !important;
  color: white;
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.slide-text {
  position: absolute;
  width: 1110px;
  height: 720px;
  background-color: rgba(0, 0, 0, 0.25);
}

.slide-text-wrap {
  width: 500px;
  height: 361px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 180px 376px 180px 190px;
}

@media screen and (max-width: 1300px) {
  .slider {
    width: 100%;
    height: 720px;
  }
  .slides input, .navigation-manual {
    display: none;
  }
  .slide {
    width: 20%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .slide img {
    width: 100%;
    height: 720px;
    background-position: top center;
  }
  .navigation-auto {
    position: absolute;
    z-index: -6;
  }
  .navigation-auto div {
    width: 0px;
    height: 0px;
  }
  .slide-text {
    position: absolute;
    width: 100%;
    height: 720px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .slide-text-wrap {
    width: 457px;
    height: 361px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 180px 58px 180px 58px;
  }
}

@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
    height: 560px;
  }
  .slides input, .navigation-manual {
    display: none;
  }
  .slide {
    width: 20%;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .slide img {
    width: 100%;
    height: 560px;
    background-position: top center;
  }
  .navigation-auto {
    position: absolute;
    z-index: -6;
  }
  .navigation-auto div {
    width: 0px;
    height: 0px;
  }
  .slide-text {
    position: absolute;
    width: 100%;
    height: 560px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .slide-text-wrap {
    width: 311px;
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 110px 32px 110px 32px;
  }
}

.heritage-section {
  margin-top: 200px;
  width: 100%;
  height: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.heritage-section::before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 65px;
  height: 1px;
  top: 0px;
  left: 0px;
}

.heritage-text {
  width: 570px;
  height: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.heritage-wrap-text {
  width: 446px;
  height: 468px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.heritage-wrap-text h2:first-child {
  height: 136px;
  width: 280px;
}

.heritage-wrap-text p:nth-child(2) {
  margin-top: 32px;
}

.heritage-wrap-text p {
  margin-top: 25px;
}

.heritage-image {
  width: 540px;
  height: 568px;
  background-image: url(../../assets/about/desktop/image-heritage.jpg);
}

@media screen and (max-width: 1146px) {
  .heritage-section {
    height: 518px;
  }
  .heritage-text {
    width: 100%;
    height: 518px;
  }
  .heritage-wrap-text {
    width: 100%;
    height: 518px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heritage-image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .heritage-section {
    width: 91.46666%;
    margin: 0px auto 0px auto;
    height: 618px;
  }
  .heritage-section::before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 65px;
    height: 1px;
    top: 0px;
    left: 0px;
  }
  .heritage-text {
    width: 100%;
    height: 618px;
  }
  .heritage-wrap-text {
    width: 100%;
    height: 550px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .heritage-wrap-text h2:first-child {
    height: 96px;
    width: 205px;
  }
  .heritage-wrap-text p:nth-child(2) {
    margin-top: 28px;
  }
  .heritage-image {
    display: none;
  }
}

.leaders-section {
  width: 100%;
  height: 860px;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.leaders-title {
  width: 380px;
  height: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.leaders-title h2 {
  width: 264px;
  height: 112px;
}

.leaders-cards {
  width: 730px;
  height: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leaders-card {
  width: 350px;
  height: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.leaders-card-img {
  width: 100%;
  height: 320px;
  position: relative;
}

.leaders-card-img img {
  width: 350px;
  height: 320px;
}

.leaders-card-img-hover {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 320px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.leaders-card-img-hover:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.leaders-card-img-hover svg {
  margin: 0px 12px;
  cursor: pointer;
  position: relative;
  z-index: 4;
}

.leaders-card-img-hover #twitter {
  -webkit-filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6);
          filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6);
}

.leaders-card-img-hover #linkedin {
  -webkit-filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
          filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}

.leaders-card h3:nth-child(2) {
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  .leaders-section {
    width: 100%;
    height: 988px;
    margin-top: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .leaders-title {
    width: 100%;
    height: 176px;
  }
  .leaders-cards {
    width: 100%;
    height: 812px;
  }
  .leaders-card {
    width: 280px;
    height: 374px;
  }
  .leaders-card-img {
    height: 256px;
  }
  .leaders-card-img img {
    width: 280px;
    height: 256px;
  }
  .leaders-card-img-hover {
    opacity: 1;
    z-index: 1;
    position: relative;
    top: 68px;
    background-color: white;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 40px;
    -webkit-transition: unset;
    transition: unset;
  }
  .leaders-card-img-hover:hover {
    background-color: white;
    -webkit-transition: unset;
    transition: unset;
  }
  .leaders-card-img-hover svg {
    z-index: 1;
  }
  .leaders-card-img-hover #twitter {
    -webkit-filter: brightness(0.2) sepia(0) hue-rotate(180deg) saturate(5);
            filter: brightness(0.2) sepia(0) hue-rotate(180deg) saturate(5);
    margin: 0px;
  }
  .leaders-card-img-hover #linkedin {
    -webkit-filter: brightness(0.2) sepia(0) hue-rotate(180deg) saturate(5);
            filter: brightness(0.2) sepia(0) hue-rotate(180deg) saturate(5);
    margin-right: 24px;
    margin-left: 0px;
  }
  .leaders-card h3:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .leaders-section {
    width: 91.4666%;
    height: 1896px;
    margin: 0px auto 0px auto;
  }
  .leaders-title {
    height: 160px;
  }
  .leaders-title h2:first-child {
    width: 176px;
    height: 96px;
  }
  .leaders-cards {
    height: 1736px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .leaders-card {
    width: 311px;
    height: 410px;
  }
  .leaders-card-img {
    height: 256px;
  }
  .leaders-card-img img {
    width: 311px;
    height: 284px;
  }
  .leaders-card-img-hover {
    top: 60px;
  }
  .leaders-card-img-hover:hover {
    background-color: white;
    -webkit-transition: unset;
    transition: unset;
  }
  .leaders-card h3:nth-child(2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 531px) {
  .leaders-section {
    margin: 72px auto 0px auto;
  }
}

.contact-details {
  width: 100%;
  height: 212px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
}

.contact-details::before {
  content: '';
  width: 65px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: -74px;
  background-color: #C8CCD8;
}

.contact-details-title {
  width: 370px;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-details-title h2:first-child {
  width: 234px;
  height: 112px;
}

.contact-office {
  width: 370px;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.contact-office p:first-child {
  font-weight: bold;
  margin-bottom: 8px;
  height: 35px;
}

.contact-office p:nth-child(2), .contact-office p:nth-child(3) {
  margin-bottom: 10px;
}

.contact-office p:nth-child(4) {
  margin-bottom: 35px;
}

.contact-office a:last-child {
  height: 25px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  width: 157px;
}

.contact-office a:last-child:hover {
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contact-office a:last-child::before {
  content: '';
  background-image: url(../../assets/icons/icon-arrow-white.svg);
  background-size: cover;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 1px;
  right: -5px;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contact-office a:last-child:hover::before {
  right: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1154px) {
  .contact-details {
    height: 456px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-top: 275px;
  }
  .contact-details-title {
    width: 100%;
    height: 56px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 64px;
  }
  .contact-details-title h2:first-child {
    width: 100%;
    height: 56px;
  }
  .contact-office {
    width: 100%;
    height: 148px;
    position: relative;
  }
  .contact-office:nth-child(2) {
    margin-bottom: 40px;
  }
  .contact-office p:nth-child(4) {
    margin-bottom: 0px;
  }
  .contact-office a:last-child {
    height: 25px;
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    width: 157px;
    bottom: 40px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .contact-details {
    width: 91.4666666%;
    margin: 100px auto 0px auto;
  }
}

@media screen and (max-width: 531px) {
  .contact-details {
    height: 562px;
    margin-top: 110px;
  }
  .contact-details-title {
    height: 96px;
    margin-bottom: 48px;
  }
  .contact-details-title h2:first-child {
    width: 180px;
    height: 96px;
  }
  .contact-office {
    height: 189px;
    position: relative;
  }
  .contact-office p:nth-child(4) {
    margin-bottom: 16px;
  }
  .contact-office a:last-child {
    height: 25px;
    position: relative;
    width: 157px;
    bottom: unset;
    right: unset;
  }
}

#map {
  width: 100%;
  height: 560px;
  margin-top: 200px;
}

.contact-form-section {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 160px;
}

.form-title {
  width: 380px;
  height: 351px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-title h2:first-child {
  width: 255px;
  height: 112px;
}

.contact-form {
  width: 730px;
  height: 356px;
  position: relative;
}

.form-section {
  width: 100%;
  height: 47px;
  position: relative;
  overflow: hidden;
  margin: 19px 0px;
}

.form-section:last-child {
  margin-top: 70px;
}

.form-section input {
  width: 100%;
  height: 100%;
  border: none;
  color: #1B1D23;
  outline: none;
  font-family: 'Spartan';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.3125px;
}

.form-section label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #1B1D23;
}

.form-section label::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #1B1D23;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.content-form {
  position: absolute;
  bottom: 5px;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #C8CCD8;
}

.form-section input:focus + .label .content-form,
.form-section input:valid + .label .content-form {
  opacity: 0;
}

.form-section input:focus + .label::after,
.form-section input:valid + .label::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#submit-button {
  width: 80px;
  height: 80px;
  background-color: #1B1D23;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#submit-button:hover {
  background-color: #60636D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#submit-button::before {
  content: '';
  background-image: url(../../assets/icons/icon-arrow-white-white.svg);
  background-size: cover;
  width: 24px;
  height: 18px;
  position: relative;
  left: 29px;
  top: 29px;
}

@media screen and (max-width: 1024px) {
  .contact-form-section {
    width: 90%;
    height: 430px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .contact-form {
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-section {
    width: 90%;
    margin: 100px auto 0px auto;
    height: 430px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .contact-form {
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.welcome-section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 86px;
}

.welcome-big-header {
  position: absolute;
  right: 145px;
  top: -96px;
}

.welcome-section-wrap {
  width: 921px;
  height: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-left: 189px;
}

.welcome-section-wrap-text {
  width: 446px;
  height: 493px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.welcome-section-wrap-text h2:first-child {
  margin-top: 15px;
  margin-bottom: 51px;
}

.welcome-section-wrap-text p:nth-child(2), .welcome-section-wrap-text p:nth-child(3) {
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .welcome-section {
    width: 100%;
    margin-top: 86px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .welcome-big-header {
    position: relative;
    right: 0px;
    top: -0px;
    text-align: center !important;
  }
  .welcome-section-wrap {
    width: 573px;
    height: 443px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin: auto;
    margin-left: auto;
  }
  .welcome-section-wrap img {
    display: none;
  }
  .welcome-section-wrap-text {
    width: 573px;
    height: 443px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin: auto;
  }
  .welcome-section-wrap-text h2:first-child {
    margin-bottom: 45px;
  }
  .welcome-section-wrap-text p:nth-child(2), .welcome-section-wrap-text p:nth-child(3) {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .welcome-section {
    margin-top: 105px;
    height: 500px;
  }
  .welcome-section::before {
    content: 'i';
    position: relative;
    width: 65px;
    height: 1px;
    background-color: #C8CCD8;
    top: -27px;
    -webkit-text-decoration-color: white;
            text-decoration-color: white;
    left: 7.7%;
    color: white;
  }
  .welcome-section-wrap {
    width: 84.8%;
    height: 500px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin: auto;
    margin-left: auto;
  }
  .welcome-section-wrap img {
    display: none;
  }
  .welcome-section-wrap-text {
    width: 100%;
    height: 643px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin: auto;
  }
  .welcome-section-wrap-text h2:first-child {
    margin-bottom: 45px;
  }
  .welcome-section-wrap-text p:nth-child(2), .welcome-section-wrap-text p:nth-child(3) {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 588px) {
  .welcome-section {
    height: 643px;
  }
  .welcome-section-wrap {
    height: 643px;
  }
}

@media screen and (max-width: 375px) {
  .welcome-section {
    height: 700px;
  }
  .welcome-section-wrap {
    height: 700px;
  }
}

.small-team-section {
  background-image: url(../../assets/home/desktop/image-small-team.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 560px;
  position: relative;
  z-index: 0;
  margin-top: 200px;
}

.small-team-section::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.25);
}

.small-team-text {
  width: 445px;
  height: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 168px 475px 165px 190px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1136px) {
  .small-team-section {
    background-image: url(../../assets/home/desktop/image-small-team.jpg);
    background-position: center;
    width: 100%;
    height: 560px;
    margin: 120px auto 0px auto;
  }
  .small-team-text {
    margin: 168px auto 165px 58px;
  }
}

@media screen and (max-width: 768px) {
  .small-team-section {
    background-image: url(../../assets/home/tablet/image-small-team.jpg);
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 560px;
    margin: 0px auto 0px auto;
  }
  .small-team-text {
    margin: 180px 0px 180px 8.5333%;
    width: 311px;
    height: 200px;
  }
}

.features {
  width: 100%;
  height: 696px;
  position: relative;
  margin-top: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature-title-button {
  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;
}

.card-header {
  opacity: 0.5;
  text-align: right !important;
  width: 100%;
  margin-top: 16px;
}

@media screen and (max-width: 1300px) {
  .features {
    height: 925px;
    margin-top: 200px;
  }
  .card-header {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 145px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .features {
    height: 960px;
    margin-top: 72px;
    margin-bottom: 26px;
  }
  .feature-title-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .feature-title-button h2:first-child {
    margin-left: 4.2666667%;
  }
  .small-small-button1 {
    position: absolute;
    bottom: -25px;
    width: 91.4666667%;
    margin-right: 4.2666667%;
    margin-left: 4.2666667%;
  }
}
/*# sourceMappingURL=style.css.map */