@charset "UTF-8";
#toast-container {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #191923;
  border-radius: 0;
}
#toast-container .toast {
  overflow: visible;
}
#toast-container > div {
  opacity: 1;
  box-shadow: none;
  background-color: #191923;
  border-radius: 0;
  margin: 0;
  padding: 29px;
  padding-top: 50px;
  width: auto;
}
#toast-container > .toast-error,
#toast-container > .toast-success {
  background-image: none !important;
}
#toast-container .badge {
  width: 50px;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(50%, -50%);
}
#toast-container .toast-message {
  color: #fff;
  font-size: 24px;
}
#toast-container .toast-submessage {
  color: #7d7d88;
  font-size: 18px;
  margin-top: 25px;
}

#toast_close {
  position: absolute;
  top: 0;
  right: 16px;
  transform: translateY(50%);
  cursor: pointer;
}

.fullpage-wrapper--fade {
  width: 100% !important;
  transform: none !important;
}
.fullpage-wrapper--fade .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
}
.fullpage-wrapper--fade .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.fp-overflow {
  min-height: 100%;
}

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

body {
  font-family: "Barlow", sans-serif;
  color: #fff;
  background-color: #191923;
  background-color: #282835;
}

.hidden {
  visibility: hidden;
}

.n-wrapper {
  margin: 0 140px;
}
.n-wrapper--v-margin {
  padding: 60px 0;
}
.n-wrapper--double {
  margin-left: 280px;
  margin-right: 280px;
}
.n-wrapper--short {
  max-width: 1368px;
  padding: 0 140px;
  margin: 0;
  align-self: center;
  width: 100%;
}

.section-link {
  cursor: pointer;
}

.header {
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header__title-wrapper {
  display: flex;
  align-items: center;
}
.header__title {
  font-size: 36px;
  color: #7d7d88;
  padding-left: 40px;
  margin-left: 21px;
  position: relative;
  line-height: 1;
}
.header__title::after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #00c88e;
  height: 200px;
  left: 0;
  bottom: 3px;
}
.header__menu {
  cursor: pointer;
  transition: 0.5s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__menu:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -28px;
  right: 9px;
  font-size: 50px;
  opacity: 0;
  transition: 0.5s 0.5s ease;
}
.header__menu--open img {
  opacity: 0;
  z-index: 1;
}
.header__menu--open:after {
  content: "×";
  opacity: 1;
}
.header__menu--open .header__menu-links {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.5s 0.5s ease;
}
.header__menu-links {
  position: absolute;
  text-align: right;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  pointer-events: none;
}
.header__menu-link {
  line-height: 1;
  font-size: 48px;
  margin-top: 40px;
  color: #fff;
}
.header__menu-link--active {
  color: #00c88e;
  pointer-events: none;
}
.header__menu-link:hover {
  opacity: 0.5;
}

.header-logo {
  margin-top: 33px;
}

.nad-logo {
  margin-left: -30px;
}

.vertical-split-container {
  display: flex;
  flex-direction: column;
}
.vertical-split-container--equal {
  display: grid;
  grid-auto-rows: 1fr;
}

.full-width-block {
  width: 100%;
}

.full-height-block {
  min-height: 100%;
}

.half-height-block {
  min-height: 50vh;
}

.half-height-block-grow {
  flex-grow: 1;
}

.n-divider {
  margin: 60px auto 27px auto;
  width: 28%;
  height: 1px;
  background-color: #fff;
}

.hero-banner {
  position: relative;
}
.hero-banner--homepage .hero-banner__header-overlay,
.hero-banner--homepage .hero-banner__content-overlay {
  mix-blend-mode: multiply;
}
.hero-banner--portfolio .hero-banner__header, .hero-banner--team .hero-banner__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-banner--portfolio .hero-banner__header-overlay, .hero-banner--team .hero-banner__header-overlay {
  background: #191923;
  z-index: 0;
}
.hero-banner--portfolio #portfolio-title-slider,
.hero-banner--portfolio #team-title-slider,
.hero-banner--portfolio .team-about__names, .hero-banner--team #portfolio-title-slider,
.hero-banner--team #team-title-slider,
.hero-banner--team .team-about__names {
  transition: opacity 0.5s ease;
}
.hero-banner--portfolio #portfolio-title-slider {
  min-height: 100vh;
  height: 100%;
}
.hero-banner--portfolio #portfolio-title-slider .keen-slider__slide {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hero-banner--team #team-slider {
  width: 100%;
}
.hero-banner--team #team-slider .keen-slider__slide {
  opacity: 0.25;
  transition: opacity 0.5s ease;
}
.hero-banner--team #team-slider .keen-slider__slide.active {
  opacity: 1;
}
.hero-banner--team #team-title-slider .keen-slider__slide {
  align-items: flex-start;
  justify-content: flex-start;
}
.hero-banner--background {
  background-color: #282835;
}
.hero-banner--privacy .hero-banner__content {
  transition: opacity 0.5 ease;
}
.hero-banner--menu-open.hero-banner--portfolio #portfolio-title-slider {
  opacity: 0.5;
}
.hero-banner--menu-open.hero-banner--privacy .hero-banner__content {
  opacity: 0.5;
}
.hero-banner--menu-open.hero-banner--team #team-title-slider,
.hero-banner--menu-open.hero-banner--team .team-about__names {
  opacity: 0.5;
}
.hero-banner--menu-open .hero-banner__header-overlay {
  top: 0;
}
.hero-banner--menu-open .hero-banner__content-overlay {
  transition: none;
  top: 0;
}
.hero-banner--menu-open .logos,
.hero-banner--menu-open .hero-banner__title,
.hero-banner--menu-open .hero-banner__subtitle,
.hero-banner--menu-open .n-divider {
  opacity: 0.5 !important;
  transition: 0.5s ease !important;
}
.hero-banner__video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-banner__header {
  position: relative;
}
.hero-banner__header-overlay {
  background: rgba(40, 40, 53, 0.5490196078);
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.hero-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.hero-banner__content--hidden {
  visibility: hidden;
}
.hero-banner__content--hidden .hero-banner__content-overlay {
  top: 100%;
}
.hero-banner__content--hidden .logos,
.hero-banner__content--hidden .hero-banner__title,
.hero-banner__content--hidden .hero-banner__subtitle,
.hero-banner__content--hidden .n-divider {
  opacity: 0 !important;
}
.hero-banner__content--hidden .hero-banner__title,
.hero-banner__content--hidden .hero-banner__subtitle,
.hero-banner__content--hidden .n-divider {
  transform: scale(0.5, 1) !important;
}
.hero-banner__content-overlay {
  background: rgba(40, 40, 53, 0.5490196078);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 1s ease;
}
.hero-banner__content .logos {
  opacity: 1;
  transition: opacity 1s 0.5s ease;
}
.hero-banner__content .hero-banner__title,
.hero-banner__content .hero-banner__subtitle,
.hero-banner__content .n-divider {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s 0.5s ease;
}
.hero-banner__title {
  font-size: 48px;
  margin-bottom: 28px;
  line-height: 1;
  font-weight: 700;
}
.hero-banner__subtitle {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: -45px;
  margin-right: -45px;
}
.logos--hidden {
  visibility: hidden;
}
.logos--clone {
  position: fixed;
  transition: left 0.5s ease, top 0.5s ease, width 0.5s ease, height 0.5s ease;
}
.logos__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
@media only screen and (max-width: 600px) {
  .logos__logo {
    flex-basis: 0;
    flex-basis: 50%;
    padding: 0 25px;
  }
}

.portfolio-recap {
  background-color: #191923;
  text-align: center;
}
.portfolio-recap__logos {
  width: 100%;
  display: flex;
  justify-content: center;
}
.portfolio-recap__logos-text {
  color: #00c88e;
  font-size: 30px;
}
.portfolio-recap__content {
  width: 100%;
  background: url("../media/backgrounds/meeting.png");
  background-size: cover;
  background-position: center;
}
.portfolio-recap__content-text {
  font-size: 30px;
}

.contact__content {
  background: url("../media/backgrounds/role.png") #00554d;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}
.contact__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact__content-text {
  font-size: 30px;
  text-align: center;
}
.contact__content-buttons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.contact__content-buttons-wrapper {
  display: flex;
  align-items: center;
}
.contact__content-buttons-button {
  padding: 25px 50px;
  margin: 0 20px;
  border: 1px solid #00c88e;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
.contact__content-buttons-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.contact__content-buttons-text {
  font-size: 84px;
  line-height: 1;
}
.contact__expand {
  background-color: #7d7d88;
  overflow: hidden;
  transition: 0.4s ease;
}
.contact__expand--collapsed {
  height: 0;
}
.contact #input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.contact #drop_zone {
  color: #282835;
  background-color: #7d7d88;
  border: 1px dotted #282835;
  flex-grow: 1;
  padding: 12px;
}
.contact #progress {
  width: 100%;
}
.contact #progress .file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.contact #progress .file .file_name {
  color: #282835;
}
.contact #progress hr {
  border: none;
  border-top: 1px solid #282835;
}

.contact-form {
  font-size: 22px;
}
.contact-form__add-document {
  width: 100%;
  display: none;
  align-items: center;
  margin-top: 30px;
}
.contact-form__add-document-button {
  height: 50px;
  width: 50px;
  background-color: #282835;
  margin-right: 25px;
  position: relative;
  flex-shrink: 0;
}
.contact-form__add-document-button::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 1px;
  top: 50%;
  left: 7px;
  right: 7px;
  z-index: 9;
}
.contact-form__add-document-button:after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 1px;
  left: 50%;
  top: 7px;
  bottom: 7px;
  z-index: 9;
}
.contact-form__close {
  text-align: right;
  margin-bottom: 30px;
}
.contact-form__close svg {
  display: inline;
}
.contact-form__mandatory-mobile {
  display: none;
}
.contact-form__title {
  font-size: 48px;
  margin-bottom: 70px;
  line-height: 1;
}
.contact-form__section-title--margin-top {
  margin-top: 55px;
}
.contact-form__fields {
  display: flex;
  flex-wrap: wrap;
}
.contact-form__field {
  flex-basis: 50%;
  margin-top: 18px;
  display: flex;
}
.contact-form__field--full {
  flex-basis: 100%;
}
.contact-form__field--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-form__field-input-wrapper {
  width: 84%;
  display: flex;
  align-items: center;
}
.contact-form__field-input-wrapper--full {
  width: 100%;
}
.contact-form__field label {
  margin-right: 30px;
  flex-basis: 150px;
  flex-shrink: 0;
}
.contact-form__field input,
.contact-form__field textarea {
  color: #282835;
  background-color: #7d7d88;
  border: 1px solid #282835;
  flex-grow: 1;
  outline: none;
  box-shadow: none;
  padding: 12px;
  width: 0;
}
.contact-form__field input.error,
.contact-form__field textarea.error {
  border: 1px solid #00c88e;
}
.contact-form__mandatory {
  color: #282835;
}
.contact-form__lower {
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
}
.contact-form__submit-button {
  border: 1px solid #00c88e;
  background-color: #00554d;
  color: #fff;
  padding: 25px 90px;
  margin-right: 40px;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.contact-form__submit-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.contact-form__submit-button--submiting {
  opacity: 0.5;
  pointer-events: none;
}
.contact-form__disclaimer {
  font-size: 16px;
  color: #282835;
}

.footer {
  background-color: #282835;
  display: flex;
  font-size: 22px;
}
.footer .n-wrapper {
  padding-top: 33px !important;
  padding-bottom: 95px !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__divider {
  margin-top: 20px;
  width: 100%;
}
.footer__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__links-wrapper {
  display: inline-flex;
  align-items: center;
}
.footer__links-wrapper span {
  margin-right: 15px;
}
.footer__links-wrapper:first-child {
  margin-right: 72px;
}
.footer__links-wrapper:nth-child(2) {
  margin-right: 35px;
}
.footer__lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
.footer__lower-links {
  color: #7d7d88;
}
.footer__lower-links span:nth-child(1) {
  margin-right: 128px;
}

.keen-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-wrapper {
  position: relative;
  margin-bottom: 33px;
}
.navigation-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #00c88e;
  height: 33px;
  left: 50%;
  bottom: -33px;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #000;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.arrow--left {
  background-image: url("../media/arrow_left.svg");
  background-size: cover;
  background-position: right;
}

.arrow--right {
  left: auto;
  right: 0;
  background-image: url("../media/arrow_right.svg");
  background-size: cover;
}

.portfolio-about,
.team-about {
  display: block;
  background-color: #191923;
  text-align: left;
}
.portfolio-about__wrapper,
.team-about__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.portfolio-about__content,
.team-about__content {
  font-size: 22px;
}

.portfolio-about {
  min-height: 100vh;
}
.portfolio-about__title-wrapper {
  background: linear-gradient(90deg, rgba(25, 25, 35, 0.5490196078) 50.025%, transparent 50%);
  width: 100%;
  padding-bottom: 40px;
}
.portfolio-about__title-wrapper .n-wrapper {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.portfolio-about__website-wrapper {
  width: 50%;
}
.portfolio-about__website-wrapper a {
  justify-content: flex-end;
}
.portfolio-about__title {
  line-height: 1;
  font-size: 84px;
  justify-content: space-between;
  margin-right: 20px;
  margin-bottom: 10px;
}
.portfolio-about__title-website {
  font-size: 22px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.portfolio-about__wrapper {
  width: 50%;
  height: 100%;
  background: rgba(25, 25, 35, 0.5490196078);
  flex-direction: column;
}
.portfolio-about__wrapper .n-wrapper--v-margin {
  padding-top: 0;
}
.portfolio-about__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team-about__names {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}
.team-about__names-container {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.team-about__content {
  margin-bottom: 30px;
}
.team-about__container {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.team-about__container-logos {
  flex-basis: 272px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 140px;
}
.team-about__container-logo {
  margin-bottom: 15px;
}
.team-about__container-text {
  max-width: 1088px;
  width: 100%;
}
.team-about__name {
  font-size: 26px;
  line-height: 1;
}
.team-about__name-title {
  font-size: 22px;
  color: #00c88e;
  margin-bottom: 30px;
}
.team-about__indicator {
  margin-top: auto;
  height: 33px;
  display: block;
  border-left: 1px solid #00c88e;
  margin-bottom: 30px;
}
.team-about__name-wrapper {
  flex-basis: 25%;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  opacity: 0.25;
  transition: 0.5s ease;
}
.team-about__name-wrapper--active {
  opacity: 1;
}

.portfolio-image {
  position: relative;
}
.portfolio-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#portfolio-slider .keen-slider__slide {
  cursor: pointer;
}

#portfolio-image-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}

.privacy-policy {
  text-align: left;
}
.privacy-policy__title {
  font-size: 36px;
  margin-top: 60px;
}
.privacy-policy__content {
  font-size: 24px;
}

.show-mobile {
  display: none;
}

.homepage-show-mobile {
  display: none;
  text-align: center;
  margin-top: auto;
  margin-bottom: 12px;
}
.homepage-show-mobile .hero-banner__title {
  font-size: 24px;
  margin-bottom: 6px;
  line-height: normal;
}
.homepage-show-mobile .hero-banner__subtitle {
  font-size: 18px;
  line-height: normal;
}

@media only screen and (min-width: 1921px) {
  .team-about__container {
    justify-content: center;
  }
  .team-about__container-logos {
    margin-left: -280px;
  }
}
@media only screen and (max-width: 1919px) {
  .team-about__container {
    flex-direction: column;
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 140px;
  }
  .team-about__container-logos {
    order: 10;
    flex-basis: 100%;
    flex-shrink: 0;
    flex-direction: row;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .team-about__container-logo {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .team-about__container-text {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .contact-form__field {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .contact-form__submit-button {
    margin-right: 0;
    padding: 25px 0;
    width: 100%;
    text-align: center;
  }
  .contact-form__add-document {
    display: flex;
  }
  .contact-form__mandatory-mobile {
    display: inline;
  }
  .contact-form__section-title--margin-top {
    margin-top: 35px;
  }
  .contact-form__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .contact-form__field-input-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
  .contact-form__field label {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .contact-form__lower {
    margin-top: 30px;
  }
  .contact-form__lower label {
    display: none;
  }
  .contact-form__lower .contact-form__field-input-wrapper {
    flex-wrap: wrap;
  }
  .contact-form__lower .contact-form__disclaimer {
    margin-top: 15px;
    flex-basis: 100%;
  }
  .portfolio-slider-wrapper {
    margin: 0 !important;
  }
  .arrow {
    display: none;
  }
  .hero-banner--menu-open .nad-logo {
    visibility: hidden;
  }
  .header {
    padding-top: 13px;
    z-index: 2;
  }
  .header__title {
    display: none;
  }
  .header__menu-links {
    width: calc(100vw - 70px);
    text-align: left;
  }
  .header__menu-link {
    margin-top: 0;
    padding: 25px 37.5px;
    font-size: 24px;
    line-height: 1;
    margin-left: -35px;
    margin-right: -35px;
    border-top: 1px solid #00c88e;
    border-bottom: 1px solid #00c88e;
    position: relative;
  }
  .header__menu-link:first-child {
    margin-top: 40px;
    border-bottom: none;
  }
  .nad-logo {
    width: 222px;
    margin-left: -24px;
  }
  .logos {
    margin-left: -25px;
    margin-right: -25px;
  }
  .n-wrapper {
    margin: 0 35px;
  }
  .n-wrapper--v-margin {
    padding: 25px 0;
  }
  .n-wrapper--short {
    padding: 0 35px;
    margin: 0;
  }
  .homepage-hide-mobile,
.hide-mobile {
    display: none;
  }
  .homepage-show-mobile,
.show-mobile {
    display: block;
  }
  .portfolio-recap__content {
    min-height: 25vh;
  }
  .portfolio-recap__content-mobile {
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: #282835;
    min-height: 25vh;
  }
  .portfolio-recap__content-mobile .portfolio-recap__content-text {
    font-size: 20px;
  }
  .hero-banner__content {
    position: static;
  }
  .hero-banner__content-overlay {
    top: 100%;
    background-color: #282835;
    transition: 0.5s ease !important;
    z-index: 1;
    mix-blend-mode: unset !important;
  }
  .hero-banner__header-overlay {
    display: none;
  }
  .hero-banner--homepage .hero-banner__header {
    height: 50vh;
    display: flex;
  }
  .hero-banner--homepage .hero-banner__header .n-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .hero-banner--homepage .hero-banner__content {
    background-color: #002e2b;
  }
  .hero-banner--homepage .hero-banner__video {
    height: 50vh;
    top: 0;
  }
  .contact {
    min-height: 100%;
  }
  .contact__content {
    align-items: flex-start;
    background-size: unset;
    background-position: bottom;
  }
  .contact__content-text {
    margin: 0 !important;
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .contact__content-wrapper {
    max-width: 100%;
  }
  .contact__content-buttons {
    flex-direction: column;
  }
  .contact__content-buttons-text {
    font-size: 66px;
  }
  .contact__content-buttons-wrapper {
    width: 100%;
  }
  .contact__content-buttons a {
    width: 100%;
  }
  .contact__content-buttons-button {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .portfolio-about__title,
.team-about__title {
    margin-top: 17px;
    line-height: 1;
    font-size: 34px;
    margin-bottom: 0;
  }
  .portfolio-about__title a,
.team-about__title a {
    padding-top: 10px;
    font-size: 16px;
  }
  .portfolio-about__content,
.team-about__content {
    font-size: 16px;
  }
  .hero-banner--portfolio #portfolio-title-slider {
    min-height: auto;
  }
  .hero-banner--portfolio #portfolio-title-slider .keen-slider__slide {
    flex-direction: column;
  }
  .portfolio-about {
    min-height: auto;
  }
  .portfolio-about__title-wrapper {
    padding-bottom: 0;
  }
  .portfolio-about__wrapper {
    width: 100%;
    height: auto;
    background: none;
  }
  .portfolio-about__content {
    margin-top: 42px;
  }
  .portfolio-about__image {
    position: static;
    height: 25vh;
    width: 100%;
  }
  .team-about__names-container {
    display: none;
  }
  .team-about__name-wrapper-mobile .team-about__name-title {
    margin-bottom: 15px;
  }
  .team-about__container {
    padding: 0 35px;
  }
  .portfolio-image {
    min-height: 50vh;
  }
  .footer {
    font-size: 16px;
  }
  .footer .n-wrapper {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
  .footer .nad-logo {
    margin-bottom: 10px;
  }
  .footer__links-wrapper {
    display: flex;
  }
  .footer__links-wrapper:nth-child(2) img {
    margin-left: 25px;
  }
  .footer__upper {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__lower {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__lower-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .footer__lower-links span:nth-child(1) {
    margin-right: 0;
  }
  .privacy-policy__title {
    font-size: 34px;
    margin-top: 0px;
  }
  .privacy-policy__content {
    font-size: 14px;
  }
}
.rebuild-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s ease opacity;
  background-color: #000;
}
.rebuild-overlay--active {
  opacity: 1;
  z-index: 9999;
  transition: none;
}