.header {
  position: relative;
  width: 100%;
}
.header .wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
  min-height: 88vh;
}
.header .content {
  color: var(--washed);
}
.header-1 .header-wrapper {
  position: relative;
}
.header-1 .header-wrapper .skiplink {
  position: absolute;
  bottom: 57px;
  left: 0;
}
.header-1 .skiplink {
  --skiplink-border: var(--black-color);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-1 .skiplink .icon-wrapper {
  width: 60px;
  height: 60px;
  margin-top: 2rem;
  border-color: var(--skiplink-border);
  color: var(--skiplink-border);
}
.header-1 .skiplink .icon-wrapper:hover {
  color: var(--white-color);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.header-1 .skiplink .text {
  transform: rotate(180deg);
  color: var(--washed);
}
.header-1.dark-theme .skiplink,
.header-1.main-theme .skiplink {
  --skiplink-border: var(--white-color);
}
.header-2 .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.header-2 .body .content-wrapper {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-2 .body .main-img {
  margin-left: 12.5%;
}
.header-2 .body .main-img .img-wrapper {
  width: 100%;
}
.header-4 {
  position: relative;
}
.header-4::after {
  content: '';
  width: 50%;
  height: 100%;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.header-4 .body .title {
  margin-bottom: 3rem;
}
.header-4 .body .btn-filled {
  margin-top: 1.7rem;
}
.header-5 .body .title {
  width: 65%;
}
.header-5 .body .content {
  width: 50%;
  margin: auto;
}
.header-5 .body .btn-filled {
  margin-top: 5rem;
}
.header-6 .body {
  width: 50%;
}
.header-6 .body .boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  gap: 60px;
  margin-top: 8.8rem;
}
.header-6 .body .boxes .box {
  margin-bottom: -2.7rem;
  color: var(--washed);
}
.header-1 .title,
.header-2 .title,
.header-3 .title {
  margin-bottom: 5rem;
}
.header-1 .btn-filled,
.header-2 .btn-filled,
.header-3 .btn-filled {
  margin-top: 2rem;
}
.header-1 .body,
.header-3 .body,
.header-4 .body {
  width: 40%;
}
.header-1,
.header-3,
.header-5,
.header-6 {
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-5 .body .title,
.header-6 .body .title {
  margin-bottom: 4rem;
}
/*Desktop: 1920*/
@media (max-width: 2559px) {
  .header .wrapper {
    padding-top: 5rem;
  }
}
/*Desktop: 1680*/
@media (max-width: 1919px) {
  .header-4 .body .btn-filled {
    margin-top: 1rem;
  }
  .header-6 .body {
    width: 55%;
  }
  .header-6 .body .boxes {
    grid-gap: 50px;
    gap: 50px;
    margin-top: 8rem;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 4.5rem;
  }
  .header-1 .body,
  .header-3 .body,
  .header-4 .body {
    width: 45%;
  }
}
/*Desktop: 1400*/
@media (max-width: 1679px) {
  .header-2 .body .content-wrapper {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .header-2 .body .main-img {
    margin-left: 10%;
  }
  .header-5 .body .content {
    width: 60%;
  }
  .header-5 .body .btn-filled {
    margin-top: 4.5rem;
  }
  .header-6 .body .boxes {
    grid-gap: 40px;
    gap: 40px;
    margin-top: 7rem;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 4.5rem;
  }
  .header-1 .body .btn-filled,
  .header-2 .body .btn-filled,
  .header-3 .body .btn-filled {
    margin-top: 1rem;
  }
  .header-5 .body .title,
  .header-6 .body .title {
    margin-bottom: 3.5rem;
  }
}
/*Desktop: 1200*/
@media (max-width: 1399px) {
  .header-1 .skiplink .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .header-2 .body .content-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .header-5 .body .btn-filled {
    margin-top: 4rem;
  }
  .header-6 .body .boxes {
    margin-top: 6.5rem;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 4rem;
  }
  .header-1 .body,
  .header-3 .body,
  .header-4 .body {
    width: 50%;
  }
}
/*Desktop: 992*/
@media (max-width: 1199px) {
  .header-2 .body .content-wrapper {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .header-2 .body .main-img {
    margin-left: 8%;
  }
  .header-4 .main-img {
    width: 80%;
    margin-top: 10rem;
  }
  .header-4 .body .title {
    margin-bottom: 2.5rem;
  }
  .header-4 .body .btn-filled {
    margin-top: .5rem;
  }
  .header-4::after {
    content: unset;
    width: 100%;
  }
  .header-5 .body .content {
    width: 70%;
  }
  .header-6 .body {
    width: 65%;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 4rem;
  }
  .header-1 .body,
  .header-3 .body,
  .header-4 .body {
    width: 65%;
  }
}
/*Desktop: 768*/
@media (max-width: 991px) {
  .header-1 .skiplink .text {
    display: none;
  }
  .header-2 .body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .header-2 .body .content-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header-2 .body .main-img {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .header-2 .body .main-img {
    margin-left: 0;
    margin-top: 8rem;
  }
  .header-4 .main-img {
    width: 100%;
  }
  .header-5 .body .title,
  .header-5 .body .content {
    width: 100%;
  }
  .header-5 .body .btn-filled {
    margin-top: 3.5rem;
  }
  .header-6 .body {
    width: 100%;
  }
  .header-1 .body,
  .header-3 .body,
  .header-4 .body,
  .header-6 .body {
    width: 100%;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 3.5rem;
  }
  .header-5 .body .title,
  .header-6 .body .title {
    margin-bottom: 3rem;
  }
}
/*Desktop: 576*/
@media (max-width: 767px) {
  .header-1 .header-wrapper .skiplink {
    bottom: 40px;
  }
  .header-2 .body .content-wrapper,
  .header-2 .body .main-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header-2 .body .main-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 7rem;
  }
  .header-4 .main-img {
    margin-top: 8rem;
  }
  .header-6 .body .boxes {
    margin-top: 6rem;
  }
}
/*Desktop: 425*/
@media (max-width: 575px) {
  .header-1 .skiplink .icon-wrapper {
    width: 45px;
    height: 45px;
  }
  .header-2 .body .main-img {
    margin-top: 6rem;
  }
  .header-4 .body .title {
    margin-bottom: 2rem;
  }
  .header-4 .body .btn-filled {
    margin-top: 0;
  }
  .header-4 .main-img {
    margin-top: 7rem;
  }
  .header-5 .body .btn-filled {
    margin-top: 3rem;
  }
  .header-6 .body .boxes {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 5rem;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 3rem;
  }
}
/*Desktop: 320*/
@media (max-width: 424px) {
  .header-2 .body .main-img {
    margin-top: 5.5rem;
  }
  .header-4 .main-img {
    margin-top: 5.5rem;
  }
  .header-1 .body .title,
  .header-2 .body .title,
  .header-3 .body .title {
    margin-bottom: 2.5rem;
  }
}
