/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** 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/block-banner/block-banner.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
.page-404 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 980px) {
    .page-404 {
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .page-404 {
      padding: 0 25px; } }

.page-404_number {
  color: #fff; }

.page-404_title {
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }

.page-404_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.page-404_button {
  background-color: #fff;
  color: #0165ad;
  border: none; }

@media screen and (min-width: 1921px) {
  .page-404_title {
    max-width: 40.625vw;
    margin-bottom: 2.60417vw; } }

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .banner .banner_h1-wrapper {
    max-width: 710px;
    width: 100%; }
  .banner.height700 {
    height: 700px; }
    .banner.height700 .banner_h1-wrapper {
      max-width: fit-content;
      width: 100%; }
    @media screen and (max-width: 1080px) {
      .banner.height700 .banner_content-wrapper {
        padding: 0; } }

.banner_image,
.banner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  transform: scale(1);
  transition: 2s transform; }
  .banner_image.show,
  .banner_video.show {
    transform: scale(1.05); }

.banner_content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 154px 70px 70px;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .banner_content {
      padding: 130px 30px 60px;
      align-items: center; }
      .banner_content .border {
        display: none; } }

.banner_content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 60px 50px; }
  @media screen and (max-width: 1280px) {
    .banner_content-wrapper {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 1080px) {
    .banner_content-wrapper {
      padding: 0 0 50px; } }

.banner_h1-wrapper {
  overflow: hidden; }
  .banner_h1-wrapper.show .banner_h1 {
    transform: translateY(0); }
  @media screen and (max-width: 1280px) {
    .banner_h1-wrapper {
      text-align: center; } }

.banner_h1 {
  max-width: 1101px;
  width: 100%;
  transform: translateY(200px);
  transition: 2s transform 1s; }
  @media screen and (max-width: 1500px) {
    .banner_h1 {
      margin-right: 50px; } }
  @media screen and (max-width: 1280px) {
    .banner_h1 {
      margin-right: 0;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .banner_h1 {
      margin-bottom: 20px; } }

.banner_links-wrapper {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity 2s, 0.5s visibility 2s; }
  @media screen and (max-width: 768px) {
    .banner_links-wrapper {
      flex-direction: column; } }
  .banner_links-wrapper.show {
    opacity: 1;
    visibility: visible; }

.banner_link {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  width: 220px;
  height: fit-content;
  border: 2px solid #fff;
  padding: 16px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }
  .banner_link:first-of-type {
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .banner_link:first-of-type {
        margin-right: 0;
        margin-bottom: 20px; } }

.banner_line-wrapper {
  position: relative;
  overflow: hidden; }

.year-of-establishment {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff; }
  @media screen and (max-width: 768px) {
    .year-of-establishment {
      top: 150px; } }

@media screen and (min-width: 1921px) {
  .banner .banner_h1-wrapper {
    max-width: 36.97917vw; }
  .banner.height700 {
    height: 36.45833vw; }
  .banner_content {
    padding: 8.02083vw 3.64583vw 3.64583vw; }
  .banner_content-wrapper {
    padding: 0 3.125vw 2.60417vw; }
  .banner_h1 {
    max-width: 57.34375vw;
    transform: translateY(10.41667vw); }
  .banner_link {
    width: 11.45833vw;
    border: 0.10417vw solid #fff;
    padding: 0.83333vw 0; }
    .banner_link:first-of-type {
      margin-right: 1.04167vw; }
  .year-of-establishment {
    top: 10.41667vw; } }

.pin-spacer {
  z-index: -1 !important; }

