body {
  background-color: #000000;
}

.webp .page-about section.section-1 .container {
  background-image: url("/images/pages/about/background_mobile.webp");
}
@media (min-width: 768px) {
  .webp .page-about section.section-1 .container {
    background-image: url("/images/pages/about/background.webp");
  }
}
.webp .page-about section.section-2 {
  background-image: url("/images/pages/about/background2_mobile.webp");
}
@media (min-width: 768px) {
  .webp .page-about section.section-2 {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .page-about section.section-1 {
    border-top: 1px solid #898989;
  }
}
.page-about section.section-1 .container {
  position: relative;
  background-image: url("/images/pages/about/background_mobile.jpg");
  background-repeat: no-repeat;
  padding-top: 234px;
  background-size: 100% auto;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container {
    background-image: url("/images/pages/about/background.jpg");
    padding-top: 300px;
    border-left: 1px solid #898989;
    background-size: cover;
  }
}
.page-about section.section-1 .container .content {
  padding: 0 40px 50px 40px;
  position: relative;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content {
    padding: 0 20px 16vw 20px;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-1 .container .content {
    padding: 0 86px 80px 124px;
  }
}
.page-about section.section-1 .container .content .vertical-text {
  display: none;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .vertical-text {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-1 .container .content .vertical-text {
    display: initial;
    position: absolute;
    right: calc(100% + 1px);
    width: 134px;
    top: 267px;
  }
}
.page-about section.section-1 .container .content h1, .page-about section.section-1 .container .content h2 {
  font-size: 40px;
  letter-spacing: 2.79px;
  line-height: 45px;
  color: #C80027;
  margin: 0;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content h1, .page-about section.section-1 .container .content h2 {
    max-width: 460px;
    font-size: 70px;
    letter-spacing: 4.88px;
    line-height: 76px;
  }
}
.page-about section.section-1 .container .content .description {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 29px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .description {
    margin-top: 60px;
  }
}
.page-about section.section-1 .container .content .controls {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .controls {
    display: none;
  }
}
.page-about section.section-1 .container .content .controls > a {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .controls > a {
    width: 140px;
    flex-grow: 0;
  }
}
.page-about section.section-1 .container .content .expertise {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .expertise {
    display: flex;
    gap: 62px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .expertise .block-left {
    width: calc(50% - 31px);
  }
}
.page-about section.section-1 .container .content .expertise .block-left > .img-wrapper {
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.page-about section.section-1 .container .content .expertise .block-left > .img-wrapper:nth-child(2) {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .expertise .block-left > .img-wrapper:nth-child(2) {
    display: none;
  }
}
.page-about section.section-1 .container .content .expertise .block-right {
  margin-top: 58px;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .expertise .block-right {
    width: calc(50% - 31px);
    margin-top: 0;
  }
}
.page-about section.section-1 .container .content .expertise .block-right .title {
  font-size: 32px;
  letter-spacing: 2.15px;
  line-height: 37px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .expertise .block-right .title {
    color: #000000;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-1 .container .content .expertise .block-right .title {
    font-size: 42px;
    line-height: 49px;
  }
}
.page-about section.section-1 .container .content .expertise .block-right .description {
  color: #ffffff;
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 29px;
}
@media (min-width: 768px) {
  .page-about section.section-1 .container .content .expertise .block-right .description {
    color: #000000;
  }
}
.page-about section.section-2 {
  padding: 100px 20px 0 20px;
  background-image: url("/images/pages/about/background2_mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-about section.section-2 {
    background-image: none;
    padding: 0;
  }
}
.page-about section.section-2 .container {
  position: relative;
  background-color: black;
}
@media (min-width: 768px) {
  .page-about section.section-2 .container {
    background-color: none;
    border-left: 1px solid #898989;
    padding: 0 0 80px 0;
  }
}
.page-about section.section-2 .container > picture {
  display: none;
}
@media (min-width: 768px) {
  .page-about section.section-2 .container > picture {
    display: initial;
  }
}
.page-about section.section-2 .container .img-wrapper {
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.3);
  display: none;
}
@media (min-width: 768px) {
  .page-about section.section-2 .container .img-wrapper {
    display: initial;
    position: absolute;
    width: calc(50% - 66px);
    left: 35px;
    z-index: 12;
    top: -9vw;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-2 .container .img-wrapper {
    position: absolute;
    width: calc(50% - 136px);
    left: 124px;
    top: -70px;
  }
}
.page-about section.section-2 .container .content {
  padding: 64px 20px 94px 20px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) {
  .page-about section.section-2 .container .content {
    background-image: url("/images/pages/about/background3.svg");
    margin: 10vw 0 64px 0;
    padding: 27vw 110px 64px 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 92vw;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-2 .container .content {
    margin: 120px 0 64px 60px;
    padding: 312px 110px 64px 64px;
    max-width: 860px;
  }
}
.page-about section.section-2 .container .content h1, .page-about section.section-2 .container .content h2 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 2.33px;
  margin: 0;
}
@media (min-width: 768px) {
  .page-about section.section-2 .container .content h1, .page-about section.section-2 .container .content h2 {
    font-size: 38px;
    letter-spacing: 3px;
  }
}
.page-about section.section-2 .container .content .description {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 29px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-about section.section-2 .container .content .description {
    margin-top: 26px;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-2 .container .content .description {
    max-width: 670px;
  }
}
.page-about section.section-2 .container .content .controls {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-about section.section-2 .container .content .controls {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-about section.section-2 .container .content .controls {
    margin-top: 60px;
  }
}
.page-about section.section-2 .container .content .controls > a {
  width: 205px;
}
