.container {
  position: relative;
}

.sec {
  position: relative;
  color: #ffffff;
}

.sec .col-content {
  position: relative;
  width: 624px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .sec .col-content {
    padding: 0 24px;
  }
}

.sec .col-content .title {
  font-size: 56px;
  line-height: 95%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .sec .col-content .title {
    font-size: 40px;
  }
}

.sec .col-content .creator {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .sec .col-content .creator {
    font-size: 20px;
  }
}

.sec .col-content .content {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 991px) {
  .sec .col-content .content {
    font-size: 16px;
  }
}

.sec-1 {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .sec-1 {
    margin-bottom: 60px;
  }
}

.sec-1 .col-bg {
  position: absolute;
  top: 0;
  right: 120px;
  width: 50%;
  max-width: 744px;
  height: 509px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sec-1 .col-bg::before {
  padding-top: 68%;
}

.sec-1 .col-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (max-width: 991px) {
  .sec-1 .col-bg:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}

@media screen and (max-width: 991px) {
  .sec-1 .col-bg {
    right: 0;
    width: 70% !important;
    height: 233px;
    margin-right: 0 !important;
  }
}

.sec-1 .col-content {
  padding-top: 85px;
  margin-left: 95px;
}

@media screen and (max-width: 991px) {
  .sec-1 .col-content {
    padding-top: 200px;
    margin-left: 0;
  }
}

.sec-2 {
  text-align: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .sec-2 {
    margin-bottom: 60px;
  }
  .sec-2 .container {
    padding: 0;
  }
}

.sec-2 .video-box {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.sec-2 .video-box img {
  max-width: 100%;
}

.sec-2 .video-box .play-video {
  cursor: pointer;
  display: block;
  position: relative;
}

.sec-2 .video-box .play-video::before {
  content: "";
  width: 61px;
  height: 64px;
  background-image: url("../img/about/icon-play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .sec-2 .video-box .play-video::before {
    width: 32px;
    height: 32px;
  }
}

.sec-2 .col-content {
  margin: 0 auto;
}

.sec-2 .col-content .title {
  margin-bottom: 24px;
}

.sec-3 {
  margin-bottom: 120px;
}

.sec-3 .col-bg {
  position: absolute;
  top: 0;
  left: 120px;
  width: 744px;
  height: 509px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sec-3 .col-bg::before {
  padding-top: 68%;
}

.sec-3 .col-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (max-width: 991px) {
  .sec-3 .col-bg:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}

@media screen and (max-width: 991px) {
  .sec-3 .col-bg {
    left: 0;
    width: 70% !important;
    height: 233px;
    margin-right: 0 !important;
  }
}

.sec-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec-3 .col-content {
  width: 615px;
  padding-top: 75px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .sec-3 .col-content {
    width: 100%;
    padding-top: 200px;
    margin-right: 0;
  }
}

.sec-3 .col-content .title {
  margin-bottom: 24px;
}

#popup .wrapper {
  max-width: 1500px;
}

#popup .wrapper video {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=about-us.css.map */