.album_portfolio > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .album_portfolio > ul {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
.album_portfolio > ul > li {
  position: relative;
}
.album_portfolio > ul > li .video_wrapper video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.album_portfolio > ul > li .video_wrapper > .title {
  padding: 30px 50px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .album_portfolio > ul > li .video_wrapper > .title {
    padding: 20px;
  }
}
.album_portfolio > ul > li .video_wrapper > .title h5 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  bottom: 50px;
  left: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .album_portfolio > ul > li .video_wrapper > .title h5 {
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
.album_portfolio > ul > li .video_wrapper > .title::after {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .album_portfolio > ul > li:nth-child(3n) {
    grid-column: span 2;
    max-height: 800px;
  }
  .album_portfolio > ul > li:nth-child(3n) .video_wrapper {
    max-height: 800px;
  }
  .album_portfolio > ul > li:nth-child(3n) .video_wrapper .title {
    padding: 50px 40px;
    height: 100%;
  }
  .album_portfolio > ul > li:nth-child(3n) .video_wrapper .title h5 {
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    bottom: 40px;
    left: 50px;
    right: 50px;
  }
  .album_portfolio > ul > li:nth-child(3n) .video_wrapper .title::after {
    height: 150px;
  }
  .album_portfolio > ul > li:nth-child(3n) .video_wrapper video {
    max-height: 800px;
  }
}

.container .feedback {
  padding: 70px 150px;
  border-radius: 30px;
  background-color: #e13333;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .container .feedback {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 768px) {
  .container .feedback {
    padding: 50px 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 491px) {
  .container .feedback {
    padding: 50px 20px;
  }
}
.container .feedback a {
  display: flex;
  flex-direction: column;
}
.container .feedback a span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #0a2754;
}
.container .feedback a span::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: -54px;
  transform: translateY(-50%);
  background-image: url("../../image/feedback_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .container .feedback a span::before {
    width: 24px;
    height: 24px;
    right: -34px;
  }
}

.container .album_portfolio {
  margin-top: 174px;
}
@media screen and (max-width: 768px) {
  .container .album_portfolio {
    margin-top: 0;
  }
}
.container .album_portfolio > ul > li:nth-child(1) {
  grid-column: span 2;
  max-height: 100vh;
  height: 100%;
}
.container .album_portfolio > ul > li:nth-child(1) video {
  max-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .container .album_portfolio > ul > li:nth-child(1) {
    padding-top: 107px;
    height: 100vh;
    grid-column: auto;
  }
  .container .album_portfolio > ul > li:nth-child(1) video {
    max-height: 100vh;
    height: 100%;
  }
}
.container .album_portfolio > ul > li:nth-child(3n) {
  grid-column: auto;
  max-height: 430px;
}
.container .creation {
  background: #0a2754;
  border-radius: 30px;
  padding: 100px 8.4vw;
}
@media screen and (max-width: 768px) {
  .container .creation {
    padding: 50px 20px;
  }
}
.container .creation h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  max-width: 700px;
  text-transform: uppercase;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .container .creation h5 {
    margin-bottom: 25px;
    max-width: 336px;
    font-size: 28px;
    line-height: 33.6px;
  }
}
.container .creation ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .container .creation ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.container .creation ul li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 560px;
  width: 100%;
  height: 100%;
  padding: 10px 24px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .container .creation ul li {
    padding: 10px 20px 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .container .creation ul li > .title {
    display: flex;
    align-items: center;
  }
}
.container .creation ul li > .title > div {
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  text-align: left;
  color: #e13333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .container .creation ul li > .title > div {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.container .creation ul li > .title h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .container .creation ul li > .title h4 {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 18px;
    line-height: 21.6px;
  }
}
.container .creation ul li > .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .container .creation ul li > .description {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 491px) {
  .container .creation ul li > .description {
    font-size: 14px;
    line-height: 21px;
  }
}/*# sourceMappingURL=style.css.map */