.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.menu-btn {
  position: fixed;
  top: 50px;
  right: 50px;
  display: none;
  width: 45px;
  height: 30px;
  float: right;
  text-align: right;
  cursor: pointer;
}

.menu-bar-1 {
  width: 30px;
  height: 2px;
  margin-top: 6px;
  float: right;
  background-color: #a3a09f;
}

.menu-bar-2 {
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-right: 10px;
  float: right;
  background-color: #a3a09f;
}

.menu-bar-3 {
  width: 10px;
  height: 2px;
  margin-top: 6px;
  float: right;
  background-color: #a3a09f;
}

.hero-heading {
  position: absolute;
  z-index: 3;
  width: 1000px;
  margin-top: -50px;
  font-family: 'Playfair Display', sans-serif;
  color: red;
  font-size: 4em;
  line-height: 1.3em;
  text-align: center;
}

.menu {
  position: fixed;
  left: 100%;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/27bg_menu.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: repeat;
}

.body {
  background-color: #000;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-bottom-line {
  width: 300px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #000;
}

.menu-email-link {
  display: block;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.social-wrapper {
  margin-top: 15px;
}

.youtube {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url('../images/12ico_youtube_black.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.twitter {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/13ico_twitter_black.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.behance {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/14ico_behance_black.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-link-wrapper {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.project-line {
  width: 2px;
  height: 55px;
  margin-right: 1.5px;
  background-color: #a3a09f;
}

.link {
  display: none;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #a3a09f;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  overflow: hidden;
}

.scroll-wrapper {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 8.1%;
  overflow: visible;
  width: 200px;
  height: auto;
  background-color: transparent;
}

.line {
  width: 2px;
  height: 55px;
  margin-left: 1.5px;
  background-color: rgba(163, 160, 159, 0.3);
}

.text-block {
  display: none;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: rgba(163, 160, 159, 0.5);
  font-weight: 700;
  letter-spacing: 1px;
}

.social-icon-container {
  position: absolute;
  right: 50px;
  bottom: 8.1%;
  display: none;
  height: 20px;
}

.youtube-hero {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/9ico_youtube.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.twitter-hero {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/10ico_twitter.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.behance-hero {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url('../images/11ico_behance.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #000;
}

.video-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: none;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../images/15ico_menu_close.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 14px;
}

.close-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.text-block-2 {
  display: inline-block;
  margin-left: 12px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
}

.logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 4;
  width: 30px;
  height: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1logo_white.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo.w--current {
  position: relative;
  left: 0px;
  top: 0px;
  background-image: url('../images/1logo_white.svg');
}

.logo-text {
  display: inline-block;
  width: auto;
  min-width: 40vw;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-text.dark {
  margin-left: 0px;
  color: #333;
}

.bg-video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 0, 0, 0.86)), to(rgba(14, 0, 0, 0.86)));
  background-image: linear-gradient(180deg, rgba(14, 0, 0, 0.86), rgba(14, 0, 0, 0.86));
}

.menu-video-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 0, 0, 0.9)), to(rgba(104, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(104, 0, 0, 0.9), rgba(104, 0, 0, 0.9));
}

.content-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 3%;
  background-color: #000;
}

.about-paragraph {
  width: 980px;
  padding-top: 20px;
  padding-right: 50px;
  font-family: Poppins, sans-serif;
  color: #d8d8d8;
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}

.hero-section-wrapper {
  overflow: hidden;
}

.projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.project-text {
  position: absolute;
  left: 0px;
  top: 78px;
  display: inline-block;
}

.project-1-wrapper {
  position: relative;
  display: inline-block;
  width: 45vw;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #d8d8d8;
  text-decoration: none;
}

.project-1-wrapper.extra-project {
  display: none;
}

.project-category {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-name {
  width: 350px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #d8d8d8;
  font-size: 55px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1px;
}

.project-2-wrapper {
  position: relative;
  width: 45vw;
  margin-bottom: 70px;
  float: right;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nexthl {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  line-height: 90px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.nexthl.cta-hl {
  text-align: left;
}

.contact-button {
  position: relative;
  overflow: hidden;
  width: 210px;
  margin: 0px 10px 50px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ff0100;
  color: #4d4d4c;
  text-decoration: none;
}

.contact-button:hover {
  background-color: #fff;
  color: #ff0100;
}

.btn-text {
  position: relative;
  z-index: 3;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-text:hover {
  border-style: solid;
  border-width: 4px;
  border-color: #ff0100;
  color: #ff0100;
  font-weight: 900;
}

.hover-div {
  position: absolute;
  left: 216px;
  top: -9px;
  z-index: 2;
  width: 400px;
  height: 120px;
  background-color: #14143d;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.email-link {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d8d8d8;
  text-align: center;
  text-decoration: none;
}

.email-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.footer-copyright {
  position: absolute;
  left: 60px;
  bottom: 8.7%;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-social-container {
  position: absolute;
  right: 50px;
  bottom: 8.1%;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-youtube {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/9ico_youtube.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.footer-youtube:hover {
  opacity: 1;
}

.footer-telegram {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/telegram-dark-flat.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer-telegram:hover {
  opacity: 1;
}

.footer-telegram.youtube-link {
  background-image: url('../images/youtube.svg');
}

.footer-behance {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url('../images/youtube.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.footer-behance:hover {
  opacity: 1;
}

.projects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.logo-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 33px;
  margin-top: 30px;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-wrappper.two {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
}

.about-container {
  display: block;
  width: 1066px;
  margin-right: auto;
  margin-left: auto;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 100vh;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.line-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.line-circle {
  position: absolute;
  left: 150px;
  top: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0100;
  border-radius: 0%;
  background-color: #000;
}

.line-border {
  width: 800px;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0100;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.image {
  opacity: 1;
}

.text-block-3 {
  position: absolute;
  left: 0px;
  top: -10px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.line-circle-second {
  position: absolute;
  left: 150px;
  top: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  background-color: #000;
}

.text-block-4 {
  position: absolute;
  left: 0px;
  top: -10px;
  background-color: #000021;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.testimonials-section {
  display: none;
  overflow: visible;
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #000;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.separator-section {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 3%;
  background-color: #000;
}

.separator-section.reviews {
  display: none;
}

.testimonial {
  position: relative;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(163, 160, 159, 0.5);
  font-size: 21px;
  line-height: 30px;
}

.testimonial-wrapper {
  display: inline-block;
  width: 450px;
}

.testimonial-bold {
  color: rgba(163, 160, 159, 0.5);
  font-size: 20px;
  font-weight: 700;
}

.author-name {
  margin-left: 40px;
  color: rgba(163, 160, 159, 0.5);
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-3 {
  width: 20px;
  height: 2px;
  margin-top: -13px;
  background-color: #ff0100;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 986px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container.cta {
  width: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.address {
  display: none;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.contact-form-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-area {
  min-height: 100px;
  margin-top: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9c9c9c;
  background-color: transparent;
}

.contact-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/28img_contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/28img_contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-email {
  display: inline-block;
  margin-right: 50px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.contact-section {
  position: fixed;
  left: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.contact-heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-form {
  display: block;
  padding-bottom: 40px;
}

.full-text-field {
  margin-top: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9c9c9c;
  background-color: transparent;
}

.contact-inner-wrapper {
  display: block;
  width: 550px;
}

.div-block-4 {
  position: relative;
}

.text-field {
  display: inline-block;
  width: 250px;
  margin-top: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9c9c9c;
  background-color: transparent;
}

.text-field:focus {
  border-right-style: none;
}

.text-field.right {
  float: right;
}

.form {
  width: 530px;
  font-family: Lato, sans-serif;
  text-align: left;
}

.submit-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.contact-social-wrapper {
  position: absolute;
  right: 50px;
  bottom: 8.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
}

.submit-btn-line {
  width: 40px;
  height: 1px;
  background-color: #9c9c9c;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/27bg_menu.png');
  background-position: 50% 50%;
  background-size: 200px;
}

.contact-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.close-div {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 99999;
  width: 20px;
  height: 20px;
  background-image: url('../images/15ico_menu_close.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.about-heading {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 76px;
  line-height: 94px;
  font-weight: 600;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.credits {
  background-color: #000;
}

.heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #ff0100;
  font-size: 144px;
  line-height: 125px;
  text-align: left;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 76px;
  line-height: 94px;
  font-weight: 600;
  text-align: left;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-2 {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.div-1 {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.text-block-5 {
  position: absolute;
  top: -10px;
  padding-right: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  width: 750px;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.div-3 {
  position: relative;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

.columns {
  width: 100%;
  color: #000;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 40px;
}

.column {
  padding-right: 20px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 20px;
  padding-left: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.text-block-6 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-5 {
  width: 750px;
  margin-top: 35px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.text-span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.text-span-2 {
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-image {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.55;
}

.tabs-menu {
  width: 28%;
  margin-top: 50px;
  float: right;
}

.tabs-content {
  width: 60%;
}

.service-name {
  font-family: Lato, sans-serif;
  color: rgba(163, 160, 159, 0.5);
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.circle-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.circle {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 84.7%, 0.3);
  border-radius: 50%;
}

.service-details {
  font-family: Lato, sans-serif;
  color: rgba(163, 160, 159, 0.5);
  font-size: 21px;
  line-height: 30px;
}

.service-heading {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  color: #b3b3b3;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 1px;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.tab.w--current {
  background-color: transparent;
}

.footer-links {
  display: inline-block;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links.image-licenses {
  left: 410px;
  margin-left: 30px;
}

.footer-link-wrapper {
  position: absolute;
  left: 300px;
  bottom: 8.7%;
}

.nav-link {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.menu-image {
  position: absolute;
  left: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/6img_menu_link_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/6img_menu_link_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu-image.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/7img_menu_link_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/7img_menu_link_2.jpg');
}

.menu-image.third {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6))), url('../images/8img_menu_link_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6)), url('../images/8img_menu_link_3.jpg');
}

.text-block-7 {
  display: none;
}

.body-2 {
  background-color: #000;
}

.image-2 {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.centered-container {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.89)), to(rgba(0, 0, 0, 0.89))), url('../images/trailer-preview.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.89)), url('../images/trailer-preview.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 150px;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
  background-color: #fff;
}

.submit-button {
  background-color: #ff0100;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.recaptcha {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2 {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.success-message {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.bold-text {
  font-family: Lato, sans-serif;
  color: #ff0100;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 9px hsla(0, 0%, 100%, 0.18);
}

.error-message {
  background-color: rgba(254, 7, 7, 0.43);
}

.div-block-6 {
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .hero-heading {
    width: auto;
    padding-right: 10%;
    padding-left: 10%;
    line-height: 1.2em;
  }

  .link {
    display: none;
  }

  .video-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .bg-video-overlay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .footer-section {
    height: 90px;
    max-height: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .centered-container {
    position: relative;
    display: block;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .video-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .bg-video-overlay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .background-video {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading {
    font-size: 5.1em;
    line-height: 1.2em;
    text-align: center;
  }

  .menu-email-link {
    font-size: 25px;
    line-height: 25px;
  }

  .youtube {
    width: 30px;
    height: 30px;
  }

  .twitter {
    width: 30px;
    height: 30px;
  }

  .behance {
    width: 30px;
    height: 30px;
  }

  .scroll-wrapper {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block {
    display: none;
    font-size: 3em;
  }

  .youtube-hero {
    width: 30px;
    height: 30px;
  }

  .twitter-hero {
    width: 30px;
    height: 30px;
  }

  .behance-hero {
    width: 30px;
    height: 30px;
  }

  .video-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .cross {
    width: 20px;
    height: 20px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .logo-text {
    font-size: 20px;
  }

  .bg-video-overlay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .content-section {
    background-color: #000;
  }

  .projects-section {
    display: block;
    background-color: #000;
  }

  .project-1-wrapper {
    width: 650px;
    margin-bottom: 90px;
  }

  .project-category {
    font-size: 16px;
  }

  .project-name {
    margin-top: 15px;
    font-size: 65px;
  }

  .project-2-wrapper {
    width: 650px;
    margin-bottom: 90px;
  }

  .services-section {
    background-color: #000;
  }

  .footer-section {
    background-color: #000;
  }

  .btn-text {
    font-size: 18px;
  }

  .footer-copyright {
    font-size: 16px;
  }

  .footer-youtube {
    width: 30px;
    height: 30px;
  }

  .footer-telegram {
    width: 30px;
    height: 30px;
  }

  .footer-behance {
    width: 30px;
    height: 30px;
  }

  .projects-container {
    width: 1300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header {
    padding-top: 20px;
  }

  .about-container {
    width: 1200px;
    padding-bottom: 100px;
  }

  .background-video {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .services-container {
    width: 1200px;
  }

  .line-circle {
    top: -45px;
    width: 90px;
    height: 90px;
    background-color: #000;
  }

  .image {
    width: 40px;
  }

  .text-block-3 {
    background-color: #000;
    font-size: 16px;
  }

  .line-circle-second {
    top: -45px;
    width: 90px;
    height: 90px;
    background-color: #000;
  }

  .text-block-4 {
    background-color: #000;
    font-size: 16px;
  }

  .testimonials-section {
    background-color: #000;
  }

  .testimonials-container {
    width: 1200px;
  }

  .separator-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
  }

  .div-block-3 {
    background-color: #ff0100;
  }

  .address {
    font-size: 22px;
    line-height: 35px;
  }

  .contact-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .text-area {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-heading {
    font-size: 60px;
    line-height: 68px;
  }

  .full-text-field {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-inner-wrapper {
    width: 600px;
  }

  .text-field {
    width: 280px;
    font-size: 18px;
    line-height: 25px;
  }

  .text-field.right {
    width: 280px;
  }

  .form {
    width: auto;
  }

  .submit-btn {
    font-size: 17px;
  }

  .service-name {
    font-size: 20px;
  }

  .service-details {
    font-size: 25px;
    line-height: 35px;
  }

  .service-heading {
    font-size: 60px;
    line-height: 68px;
  }

  .footer-links {
    font-size: 16px;
  }

  .footer-link-wrapper {
    left: 340px;
  }

  .link-text {
    font-size: 50px;
    line-height: 50px;
  }

  .logo-img {
    width: auto;
  }

  .text-block-7 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    width: 100%;
    font-size: 4em;
    line-height: 1.2em;
  }

  .project-link-wrapper {
    display: none;
  }

  .social-icon-container {
    bottom: 8.1%;
    width: 20px;
    height: auto;
  }

  .youtube-hero {
    display: block;
    margin-bottom: 40px;
  }

  .twitter-hero {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .behance-hero {
    margin-left: 0px;
  }

  .bg-video-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 33, 0.6)), to(rgba(0, 0, 33, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 33, 0.6), rgba(0, 0, 33, 0.6));
  }

  .about-paragraph {
    width: 90%;
    font-size: 18px;
    line-height: 34px;
  }

  .project-text {
    top: 20%;
  }

  .project-1-wrapper {
    width: 100%;
  }

  .project-name {
    font-size: 30px;
    line-height: 34px;
  }

  .project-2-wrapper {
    width: 100%;
    float: none;
  }

  .services-section {
    padding-bottom: 100px;
  }

  .footer-section {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .nexthl {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 57px;
  }

  .email-link {
    margin-bottom: 50px;
  }

  .footer-copyright {
    left: 0px;
    bottom: 13%;
    width: 100%;
    text-align: center;
  }

  .footer-youtube {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-telegram {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .footer-behance {
    display: block;
    margin-left: 0px;
  }

  .projects-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }

  .about-container {
    width: 700px;
  }

  .services-container {
    width: 83%;
  }

  .line-container {
    width: 83%;
  }

  .line-border {
    width: 74%;
  }

  .testimonials-section {
    padding-bottom: 100px;
  }

  .testimonials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .testimonial-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }

  .testimonial-bold {
    font-size: 17px;
  }

  .author-name {
    font-size: 14px;
  }

  .footer-container {
    width: 700px;
  }

  .address {
    font-size: 18px;
  }

  .contact-form-wrapper {
    padding-right: 29px;
    padding-left: 29px;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 18px;
  }

  .text-area {
    margin-top: 10px;
  }

  .contact-email {
    font-size: 12px;
  }

  .contact-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .full-text-field {
    margin-top: 10px;
  }

  .contact-inner-wrapper {
    width: 100%;
  }

  .text-field {
    width: 100%;
  }

  .text-field.right {
    margin-top: 10px;
  }

  .form {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-social-wrapper {
    left: 5%;
    right: 5%;
    bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-btn-wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .about-heading {
    font-size: 68px;
  }

  .section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .heading {
    font-size: 128px;
    line-height: 110px;
  }

  .heading-2 {
    font-size: 68px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .paragraph {
    width: auto;
    line-height: 25px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 34px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .text-span {
    font-size: 17px;
    line-height: 25px;
  }

  .left-column {
    display: inline-block;
    width: 50%;
  }

  .right-column {
    display: inline-block;
    width: 50%;
  }

  .tabs-menu {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .tabs-content {
    width: 100%;
  }

  .service-name {
    font-size: 12px;
  }

  .service-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .tab {
    display: inline-block;
    width: 25%;
  }

  .footer-links {
    left: 0px;
    bottom: 18%;
    width: auto;
    text-align: center;
  }

  .footer-links.image-licenses {
    width: auto;
    margin-left: 20px;
    text-align: center;
  }

  .footer-link-wrapper {
    left: 0px;
    bottom: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    width: auto;
    font-size: 80px;
    line-height: 70px;
    text-align: center;
  }

  .menu {
    left: 100%;
  }

  .nav-bar {
    width: 100%;
  }

  .menu-video {
    display: none;
  }

  .bg-video-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 23, 41, 0.5)), to(rgba(4, 32, 36, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient(180deg, rgba(40, 23, 41, 0.5), rgba(4, 32, 36, 0.5));
  }

  .menu-video-overlay {
    display: none;
  }

  .about-paragraph {
    width: 100%;
    padding-right: 50px;
    font-size: 16px;
    line-height: 25px;
  }

  .project-text {
    top: 10%;
  }

  .project-name {
    width: auto;
  }

  .services-section {
    padding-top: 20px;
  }

  .footer-section {
    height: auto;
  }

  .nexthl {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .contact-button {
    width: 285px;
    margin-bottom: 50px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hover-div {
    display: none;
  }

  .email-link {
    margin-bottom: 50px;
  }

  .footer-copyright {
    font-family: Poppins, sans-serif;
  }

  .footer-social-container {
    bottom: 7.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-youtube {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-telegram {
    margin: 0px 0px 20px;
  }

  .footer-behance {
    display: inline-block;
    margin-left: 0px;
  }

  .projects-container {
    display: block;
  }

  .about-container {
    width: 400px;
  }

  .services-container {
    width: 80%;
  }

  .line-container {
    width: 76%;
  }

  .line-border {
    width: 60%;
  }

  .testimonials-container {
    width: 78%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial {
    font-size: 15px;
    line-height: 24px;
  }

  .testimonial-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-container {
    width: 400px;
  }

  .address {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-form-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
  }

  .contact-paragraph {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact-img {
    display: none;
  }

  .contact-section {
    overflow: auto;
    height: 100vh;
  }

  .contact-form {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }

  .contact-inner-wrapper {
    width: 85%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .form {
    width: 100%;
  }

  .submit-btn {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
  }

  .contact-social-wrapper {
    bottom: 20px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .submit-btn-line {
    display: block;
  }

  .contact-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form-block {
    overflow: visible;
    height: 350px;
  }

  .about-heading {
    font-size: 60px;
    line-height: 80px;
  }

  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading {
    font-size: 80px;
    line-height: 70px;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 80px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 38px;
  }

  .paragraph {
    line-height: 22px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .column {
    margin-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-span {
    line-height: 24px;
  }

  .left-column {
    display: block;
    width: 100%;
  }

  .right-column {
    display: block;
    width: 100%;
  }

  .service-name {
    font-size: 10px;
    line-height: 15px;
  }

  .service-details {
    font-size: 15px;
    line-height: 24px;
  }

  .service-heading {
    font-size: 35px;
    line-height: 38px;
  }

  .tab {
    display: inline-block;
    width: 100%;
  }

  .footer-links {
    font-family: Poppins, sans-serif;
  }

  .menu-image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .menu-btn {
    right: 50px;
  }

  .hero-heading {
    padding-right: 8%;
    padding-left: 8%;
    font-size: 3.2em;
    line-height: 1em;
  }

  .menu {
    left: 100%;
  }

  .navbar-wrapper {
    width: 70%;
  }

  .menu-bottom-line {
    width: 180px;
  }

  .menu-email-link {
    font-size: 15px;
  }

  .scroll-wrapper {
    left: auto;
    right: 10%;
    bottom: 8.1%;
  }

  .line {
    margin-left: auto;
  }

  .text-block {
    text-align: right;
  }

  .social-icon-container {
    display: none;
  }

  .video-wrapper {
    overflow: visible;
    height: 101vh;
  }

  .logo {
    left: 50px;
    top: 50px;
  }

  .logo-text {
    display: none;
  }

  .bg-video-overlay {
    height: 105vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 23, 41, 0.5)), to(rgba(4, 32, 36, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), linear-gradient(180deg, rgba(40, 23, 41, 0.5), rgba(4, 32, 36, 0.5));
  }

  .content-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #000;
  }

  .about-paragraph {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .projects-section {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .project-name {
    width: auto;
  }

  .project-2-wrapper {
    clear: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .services-section {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .footer-section {
    padding-bottom: 140px;
  }

  .nexthl {
    font-size: 12px;
    line-height: 25px;
  }

  .nexthl.cta-hl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.3em;
    line-height: 1em;
    text-align: center;
  }

  .contact-button {
    width: 100%;
  }

  .btn-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
  }

  .footer-copyright {
    left: 0px;
    right: 0px;
    bottom: 16%;
    font-size: 11px;
    text-align: center;
  }

  .footer-social-container {
    left: 0px;
    right: 50px;
    bottom: 10%;
    width: 100%;
    height: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-youtube {
    display: none;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .footer-telegram {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-wrappper.w--current {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-container {
    width: 80%;
  }

  .background-video {
    height: 105vh;
  }

  .line-circle {
    border-color: #ff0100;
  }

  .line-border {
    width: 60%;
    border-style: solid;
    border-width: 1px;
    border-color: #ff0100;
  }

  .image {
    opacity: 1;
  }

  .text-block-3 {
    padding-right: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
    font-size: 1.3em;
  }

  .line-circle-second {
    border-color: #ff0100;
  }

  .text-block-4 {
    padding-right: 10px;
    background-color: #000;
  }

  .testimonials-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-container {
    width: 75%;
  }

  .separator-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .testimonial {
    font-size: 14px;
    text-align: left;
  }

  .testimonial-bold {
    font-size: 16px;
  }

  .author-name {
    margin-left: 0px;
    font-size: 12px;
  }

  .div-block-3 {
    display: none;
  }

  .footer-container {
    width: auto;
  }

  .footer-container.cta {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .address {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-paragraph {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    font-size: 12px;
  }

  .contact-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-heading {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }

  .contact-form {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .social-links {
    width: auto;
    margin-top: 30px;
    text-align: right;
  }

  .contact-inner-wrapper {
    margin-top: 20px;
  }

  .form {
    width: 100%;
  }

  .contact-social-wrapper {
    position: static;
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .close-div {
    top: 30px;
    right: 30px;
  }

  .about-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-span {
    font-size: 16px;
  }

  .right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .service-name {
    font-size: 1em;
    line-height: 1.1em;
  }

  .service-heading {
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
  }

  .tab.w--current {
    color: #fff;
    text-decoration: none;
  }

  .footer-links {
    left: 0px;
    right: 0px;
    bottom: 20%;
    font-size: 11px;
    text-align: center;
  }

  .footer-link-wrapper {
    bottom: 20%;
  }

  .logo-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-2 {
    width: 80%;
  }

  .section-2 {
    padding: 30px 5% 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url('../images/trailer-preview.gif');
    background-image: linear-gradient(180deg, #000, #000), url('../images/trailer-preview.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 80px;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.91)), to(rgba(0, 0, 0, 0.91))), url('../images/trailer-preview.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.91)), url('../images/trailer-preview.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 90px;
    text-align: left;
  }

  .subscribe-form-flex {
    max-width: none;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .div-block-5 {
    text-align: center;
  }

  .link-block-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .success-message {
    background-color: transparent;
  }

  .bold-text {
    font-family: Lato, sans-serif;
    color: #ff0100;
    font-size: 1.6em;
    text-transform: uppercase;
  }

  .container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

