/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/components/components.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #141414;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
body:has(.tahograph__popup-wrapper.show) {
  overflow: hidden;
}

.tahograph__popup {
  z-index: 3;
  position: fixed;
  appearance: none;
  border: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.7);
  display: none;
  overflow-y: scroll;
}
@media (max-height: 600px) {
  .tahograph__popup {
    padding: 10% 0;
    align-items: flex-start;
  }
}
.tahograph__popup .tahograph__popup-wrapper {
  max-width: 60%;
  max-height: fit-content;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.tahograph__popup .tahograph__popup-wrapper.show {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 930px) {
  .tahograph__popup .tahograph__popup-wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .tahograph__popup .tahograph__popup-wrapper {
    padding: 20px;
  }
}
.tahograph__popup .tahograph__popup-text {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 105px 0 64px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .tahograph__popup .tahograph__popup-text {
    padding: 0 60px 0 32px;
  }
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-text {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 32px;
  }
}
.tahograph__popup .tahograph__popup-title {
  padding-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-title {
    padding-right: 25px;
  }
}
@media screen and (max-width: 930px) {
  .tahograph__popup .tahograph__popup-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 730px) {
  .tahograph__popup .tahograph__popup-title {
    padding-bottom: 15px;
  }
}
.tahograph__popup .tahograph__popup-paragraph {
  padding-bottom: 46px;
}
@media screen and (max-width: 930px) {
  .tahograph__popup .tahograph__popup-paragraph {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 730px) {
  .tahograph__popup .tahograph__popup-paragraph {
    padding-bottom: 20px;
  }
}
.tahograph__popup .tahograph__popup-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #3990ff;
  max-width: 190px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 730px) {
  .tahograph__popup .tahograph__popup-link {
    padding: 10px 15px;
  }
}
.tahograph__popup .tahograph__popup-link svg {
  margin-left: 16px;
}
.tahograph__popup .tahograph__popup-right {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  max-height: 522px;
  height: 522px;
}
@media screen and (max-width: 1440px) {
  .tahograph__popup .tahograph__popup-right {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-right {
    max-width: 100%;
    flex: 0 0 100%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .tahograph__popup .tahograph__popup-right {
    height: 250px;
  }
}
.tahograph__popup .tahograph__popup-image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.tahograph__popup .tahograph__popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tahograph__popup .tahograph__popup-logo-wrapper {
  position: absolute;
  bottom: 32px;
  left: -48px;
  background-color: #003a76;
  border-radius: 16px;
  max-width: 290px;
  padding: 43px 30px;
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-logo-wrapper {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 730px) {
  .tahograph__popup .tahograph__popup-logo-wrapper {
    max-width: 200px;
    padding: 20px;
  }
}
.tahograph__popup .tahograph__popup-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tahograph__popup .tahograph__popup-close-wrapper {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px;
  border-radius: 2px;
  background-color: #3990ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tahograph__popup .tahograph__popup-close-wrapper.close-small {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-close-wrapper.close-small {
    display: flex;
    top: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 600px) {
  .tahograph__popup .tahograph__popup-close-wrapper.close-small {
    padding: 0;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .tahograph__popup .tahograph__popup-close-wrapper.close-big {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .tahograph__popup .tahograph__popup-close-wrapper {
    top: 12px;
    right: 12px;
    padding: 3px;
  }
}
