body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #55acee;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.about-page {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/hero-photo.jpg');
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: none;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
  background-image: url('../images/wireframe-Picture.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.hero-section.home-page-hero {
  padding-top: 25px;
  padding-bottom: 133px;
  background-image: none;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  margin-top: 3px;
  color: #fff;
  font-weight: 400;
}

.nav-link {
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  display: none;
  opacity: 1;
  color: #fff;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  text-decoration: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f1f1f;
}

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

.section.top-section.home-page {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  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;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.hero-container {
  position: relative;
  top: -70px;
  display: inline;
  padding: 5px 20px;
  background-color: transparent;
}

.hero-container.project-container {
  padding: 10px;
}

._60block {
  width: 20%;
  height: 300px;
  padding: 5px;
  float: left;
}

._60block.last {
  width: 60%;
}

._60block.first {
  width: 60%;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.isu-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/whr-world-horse-racing-.gif');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.isu-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.isu-image.hire {
  background-image: url('../images/f1.jpg');
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.isu-image.bottom {
  background-image: url('../images/UCI-tiktok-Reel.gif');
}

.isu-image.world-athletics {
  background-color: transparent;
  background-image: url('../images/world-athletics.gif');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block.hide-desktop {
  display: none;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/dribbble.svg');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2a2a2a;
  color: #0f0f0f;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #1f1e1e;
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0f0f;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

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

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  display: none;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: #181818;
}

.tile-image-2-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/sketches.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image-2-copy:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image-2-copy.hire {
  background-image: url('../images/camera-front.jpg');
}

.tile-image-2-copy.bottom {
  background-image: url('../images/live-assist-gif-microsoft.gif');
}

.image {
  width: 100%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-world-ath {
  width: 100%;
  background-image: url('../images/world-athletics_1.gif');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-world-new {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-for-fei {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image-4 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-3 {
  background-color: #1f1f1f;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns {
  display: block;
  margin-top: 44px;
  margin-right: 20px;
  margin-left: 20px;
}

.rich-text-block {
  color: #fff;
  font-weight: 400;
}

.image-7 {
  height: 675px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video {
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-2 {
  height: 675px;
}

.image-8 {
  height: auto;
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.image-9 {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-3 {
  margin-left: -10px;
}

._33block-2 {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.tile-text-2 {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

.hero-container-2 {
  position: relative;
  top: -70px;
  display: block;
  height: 540px;
  margin-top: 0px;
  padding: 0px;
  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;
  background-color: transparent;
}

.tile-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

._60block-2 {
  width: 70%;
  height: 400px;
  padding: 5px;
  float: left;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 400px;
  background-image: url('../images/about-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/camera-front.jpg');
}

._40block-2 {
  position: relative;
  width: 30%;
  height: auto;
  padding: 5px;
  float: left;
}

.container {
  padding-bottom: 73px;
}

.image-10 {
  position: static;
  width: 100%;
  height: 103%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-4 {
  width: auto;
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-11 {
  width: 50%;
  height: 400px;
  padding-top: 10px;
}

.image-12 {
  width: 50%;
  height: 400px;
  padding-top: 10px;
  padding-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-13 {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  float: none;
  clear: none;
  text-align: left;
  text-decoration: line-through;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.container-2 {
  margin-bottom: 60px;
}

.video-5 {
  width: 50%;
}

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

.column-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.video-6 {
  padding-left: 5px;
}

.column-6 {
  height: 100%;
  padding-right: 0px;
}

.image-14 {
  width: 100%;
  height: 300px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-15 {
  width: 100%;
  height: 300px;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-7 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  width: auto;
  height: 400px;
}

.columns-2 {
  height: 100%;
  margin-bottom: 5px;
}

.column-8 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.image-16 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  width: 100%;
  height: 320px;
  margin-right: auto;
  padding-top: 0px;
  padding-right: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-3 {
  width: 102%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.column-9 {
  height: 100%;
  padding-right: 0px;
}

.column-10 {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.video-7 {
  width: auto;
  height: 100%;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.column-11 {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-18 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.columns-3-copy {
  height: 300px;
  margin-top: 5px;
  margin-right: 0px;
}

.image-19 {
  width: 100%;
}

.columns-2-copby {
  height: 100%;
}

.image-20 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed {
  width: 100%;
  height: 525px;
}

.container-3 {
  display: block;
  height: 100%;
  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;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.image-22 {
  width: 100%;
  height: 100.0001696%;
}

.div-block-2 {
  height: 500px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 20px 0px 0px;
  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;
  background-color: transparent;
}

.html-embed-2 {
  width: 101%;
  height: 525px;
}

.div-block-copy {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-8 {
  width: 100.5%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed-3 {
  height: 320px;
  margin-top: 0px;
  padding-left: 5px;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.html-embed-5 {
  width: 100.0000605%;
  height: 100%;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 600px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.bold-text {
  color: #fff;
}

.div-block-copy {
  width: auto;
  height: 400px;
}

.div-block-copy-copy {
  width: auto;
  height: 540px;
}

.hero-container-2-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 540px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 540px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 540px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.div-block-copy-cnweopy-copy {
  width: auto;
  height: 540px;
}

.html-embed-6 {
  padding-top: 10px;
}

.div-block-copy {
  width: auto;
  height: 400px;
}

.div-block-copy-copy {
  width: auto;
  height: 400px;
}

.div-block-copy-copy-copy {
  width: auto;
  height: 400px;
}

.div-block-copy-copy-copy-copy {
  display: none;
  width: auto;
  height: 400px;
}

.hero-container-2-copy-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  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;
  background-color: transparent;
}

.hero-container-2-copy-copy-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  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;
  background-color: transparent;
}

.columns-2-coddpy {
  height: 540px;
  margin-bottom: 5px;
}

.column-9-cdsopy {
  height: 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-3333 {
  width: 102%;
  height: 300px;
  margin-top: 5px;
  margin-right: 0px;
}

.whr-col-1 {
  height: 100%;
  padding-right: 0px;
}

.whr-col-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.whr-col-3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.whr-col-4 {
  width: auto;
  height: 300px;
  margin-top: 5px;
  margin-right: 0px;
}

.whr-column-pic-4 {
  height: 104%;
  padding-right: 0px;
}

.whr-col5 {
  top: -10px;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.whr-col-6 {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.isu-con-1 {
  width: 70%;
  height: 400px;
  padding: 5px;
  float: left;
}

.isu-col-2 {
  position: relative;
  width: 30%;
  height: auto;
  padding: 5px;
  float: left;
}

.fei-col-1 {
  height: 500px;
  padding-right: 0px;
}

.fei-col-2 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
}

.fei-col-3 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-23 {
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.contaniner-fei-tab {
  position: relative;
  top: -70px;
  display: block;
  height: 510px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.div-fei-1-tab {
  width: auto;
  height: 510px;
}

.fei-tab-1-div {
  height: 510px;
  margin-bottom: 5px;
}

.whu-con-1 {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.whu-picture-con {
  height: 310px;
}

.wuhu-col-new1 {
  height: 100%;
  padding-right: 0px;
}

.wuhu-col-new-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.wuhu-col-new-3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-container-2-copy-copy {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.whuh-conta-new-1 {
  position: relative;
  top: -70px;
  display: block;
  height: 300px;
  margin-top: 0px;
  padding: 5px 0px 0px;
  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;
  background-color: transparent;
}

.whuh-div-new-somthing {
  width: auto;
  height: 100%;
}

.div-whr-second {
  width: auto;
  height: 100px;
}

.div-whr-1 {
  width: auto;
  height: 100%;
}

.image-1-fei {
  width: 100%;
  height: 500px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2-fei {
  width: 100%;
  height: 500px;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3-fei {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fei-html-body {
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.fei-col-10 {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.fei-col-11 {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.wuhu-image-17 {
  width: 100%;
  height: 300px;
  margin-right: auto;
  padding-top: 0px;
  padding-right: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wuhu-col-9 {
  height: 100%;
  padding-right: 0px;
}

.whuh-col-3 {
  width: 102%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.wuhu-col-11 {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

.wa-cols-2 {
  height: 100%;
  margin-bottom: 5px;
}

.wa-col6 {
  height: 100%;
  padding-right: 0px;
}

.wa-col-8 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.wuhu-col-7 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.wa-image-14 {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wa-image-15 {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-16-copy {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uci-to-hide {
  position: relative;
  top: -70px;
  display: none;
  height: 540px;
  margin-top: 0px;
  padding: 0px;
  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;
  background-color: transparent;
}

.bold-text-2 {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-section {
    padding-top: 88px;
  }

  .hero-section.home-page-hero {
    padding: 110px 114px 40px;
  }

  .nav {
    padding-top: 10px;
  }

  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.footer-link {
    margin-top: 9px;
  }

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

  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #55acee;
  }

  .nav-menu {
    background-color: #242424;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper {
    width: 70%;
  }

  .project-text {
    width: 90%;
  }

  .blog-block {
    padding: 4px;
  }

  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }

  .rich-text-block {
    margin-bottom: 51px;
  }

  .tile-text-2 {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }

  .hero-container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .video-4 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-11 {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-12 {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-2 {
    margin-bottom: 0px;
  }

  .column-6 {
    height: 300px;
    padding-left: 0px;
  }

  .image-14 {
    width: 100%;
    height: 100%;
  }

  .image-15 {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    height: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block {
    width: 100%;
    height: 300px;
  }

  .columns-2 {
    width: 100%;
    margin-top: 25px;
  }

  .column-8 {
    height: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
  }

  .image-17 {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .columns-3 {
    width: 100%;
  }

  .column-9 {
    height: 100%;
    padding-left: 0px;
  }

  .column-10 {
    display: block;
    height: 100%;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .video-7 {
    width: 100%;
  }

  .column-11 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-18 {
    display: block;
    height: 100%;
  }

  .hero-container-2-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .image-20 {
    height: 100%;
  }

  .html-embed.fei-main-video {
    height: 425px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .video-8 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .html-embed-3 {
    width: 101%;
    height: 100%;
    margin-top: auto;
    padding-top: 10px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .html-embed-4 {
    width: 100%;
  }

  .html-embed-5 {
    width: 100%;
  }

  .hero-container-2-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .div-block-copy {
    width: 100%;
    height: 300px;
  }

  .div-block-copy-copy {
    width: 100%;
    height: 300px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy-copy {
    height: 320px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-copy-cnweopy-copy {
    width: 100%;
    height: 300px;
  }

  .html-embed-6 {
    margin-top: 13px;
  }

  .div-block-copy {
    width: 100%;
    height: 300px;
  }

  .div-block-copy-copy {
    width: 100%;
    height: 300px;
  }

  .div-block-copy-copy-copy {
    width: 100%;
    height: 300px;
  }

  .div-block-copy-copy-copy-copy {
    width: 100%;
    height: 300px;
  }

  .hero-container-2-copy-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy-copy-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-container-2-copy-copy-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .columns-2-coddpy {
    width: 100%;
    height: 300px;
    margin-top: 25px;
  }

  .column-9-cdsopy {
    height: 500px;
    padding-left: 0px;
  }

  .col-3333 {
    width: 100%;
  }

  .whr-col-1 {
    height: 500px;
    padding-left: 0px;
  }

  .whr-col-2 {
    height: 350px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .whr-col-3 {
    height: 550px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .whr-col-4 {
    width: 100%;
    height: 500px;
  }

  .whr-column-pic-4 {
    height: 900px;
    padding-left: 0px;
  }

  .whr-col5 {
    display: block;
    height: 550px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .whr-col-6 {
    height: 525px;
  }

  .fei-col-1 {
    height: 100%;
    padding-left: 0px;
  }

  .fei-col-2 {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .fei-col-3 {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contaniner-fei-tab {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-fei-1-tab {
    width: 100%;
    height: 100%;
  }

  .fei-tab-1-div {
    width: 100%;
    height: 100%;
    margin-top: 25px;
  }

  .whu-con-1 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .whu-picture-con {
    height: 100%;
  }

  .wuhu-col-new1 {
    height: 100%;
    padding-left: 0px;
  }

  .wuhu-col-new-2 {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wuhu-col-new-3 {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-container-2-copy-copy {
    padding-right: 100px;
    padding-left: 100px;
  }

  .whuh-conta-new-1 {
    height: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }

  .whuh-div-new-somthing {
    width: auto;
    height: 100%;
  }

  .div-whr-second {
    width: 100%;
    height: 300px;
  }

  .div-whr-1 {
    width: 100%;
    height: 300px;
  }

  .image-1-fei {
    width: 100%;
    height: 100%;
  }

  .image-2-fei {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3-fei {
    width: 100%;
    height: 100%;
  }

  .fei-html-body {
    width: 100%;
  }

  .fei-col-10 {
    display: block;
    height: 700px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fei-col-11 {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wuhu-image-17 {
    width: auto;
    height: 100%;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .wuhu-col-9 {
    height: 100%;
    padding-left: 0px;
  }

  .whuh-col-3 {
    width: auto;
  }

  .wuhu-col-11 {
    height: 100%;
    padding-top: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wa-cols-2 {
    width: auto;
    margin-top: 25px;
  }

  .wa-col6 {
    height: 900px;
    padding-left: 0px;
  }

  .wa-col-8 {
    height: 900px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wuhu-col-7 {
    height: 900px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wa-image-14 {
    width: 100%;
    height: 100%;
  }

  .wa-image-15 {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-16-copy {
    width: 100%;
    height: 100%;
  }

  .uci-to-hide {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-section {
    padding-bottom: 25px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }

  .hero-section.home-page-hero {
    padding: 75px 46px 0px;
  }

  .logo-text {
    margin-bottom: 19px;
  }

  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .nav-link.footer-link {
    float: none;
  }

  .nav-link.footer-link.contact {
    float: none;
  }

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

  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-container {
    top: auto;
    padding: 5px 0px;
  }

  ._60block.first {
    width: 100%;
  }

  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }

  ._40block {
    width: 100%;
  }

  ._33block {
    width: 100%;
  }

  ._33block.at-mobile-50 {
    width: 50%;
  }

  ._33block.hide-desktop {
    display: block;
  }

  ._33block.hide-on-mobile {
    display: none;
  }

  .social-block {
    background-size: 40px;
  }

  .social-block.facebook {
    background-size: 40px;
  }

  .social-block.pinterest {
    background-size: 40px;
  }

  .social-block.dribbble {
    background-size: 40px;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .footer-link-col {
    text-align: center;
  }

  .form-wrapper {
    width: 80%;
  }

  .project-title {
    font-size: 25px;
    line-height: 28px;
  }

  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .project-text {
    width: 100%;
  }

  .blog-post-wrapper {
    padding-top: 0px;
  }

  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }

  .rich-text-block {
    padding-left: 11px;
  }

  .tile-text-2 {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }

  .hero-container-2 {
    top: auto;
    height: 15%;
    padding: 5px 40px;
  }

  .image-11 {
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-12 {
    width: 50%;
    height: 50%;
  }

  .container-2 {
    margin-bottom: -63px;
  }

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

  .column-4 {
    padding: 10px 20px;
  }

  .column-5 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .video-6 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-6 {
    padding-right: 0px;
  }

  .image-14 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-15 {
    height: 100%;
  }

  .div-block {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
  }

  .column-9 {
    height: 600px;
  }

  .column-10 {
    height: 500px;
  }

  .video-7 {
    width: auto;
    height: 100px;
  }

  .column-11 {
    height: 100%;
  }

  .image-18 {
    display: none;
    overflow: visible;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .html-embed.fei-main-video {
    height: 320px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .div-block-copy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .html-embed-3 {
    width: auto;
    height: 500%;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .html-embed-4 {
    padding-top: 0px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .div-block-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-copy-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container-2-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .div-block-copy-cnweopy-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-copy-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-copy-copy-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-copy-copy-copy-copy {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container-2-copy-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .hero-container-2-copy-copy-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .column-9-cdsopy {
    height: 100%;
    padding-top: 0px;
  }

  .whr-col-1 {
    padding-right: 0px;
  }

  .whr-column-pic-4 {
    height: 600px;
  }

  .whr-col5 {
    height: 500px;
  }

  .whr-col-6 {
    height: 100px;
  }

  .isu-con-1 {
    width: 100%;
    height: 550px;
  }

  .isu-col-2 {
    width: 100%;
    height: 42.0361534%;
  }

  .fei-col-1 {
    height: 130%;
    padding-right: 0px;
  }

  .fei-col-2 {
    height: 130%;
  }

  .fei-col-3 {
    height: 130%;
  }

  .image-23 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contaniner-fei-tab {
    top: auto;
    padding: 0px 40px;
  }

  .div-fei-1-tab {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .whu-con-1 {
    top: auto;
    padding: 5px 40px;
  }

  .wuhu-col-new1 {
    padding-right: 0px;
  }

  .hero-container-2-copy-copy {
    top: auto;
    padding: 5px 40px;
  }

  .whuh-conta-new-1 {
    top: auto;
    padding: 5px 40px;
  }

  .whuh-div-new-somthing {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-whr-second {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-whr-1 {
    height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-1-fei {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-2-fei {
    height: 100%;
  }

  .image-3-fei {
    width: 100%;
    height: 100%;
  }

  .fei-html-body {
    padding-top: 0px;
  }

  .fei-col-10 {
    height: 500px;
  }

  .fei-col-11 {
    height: 100%;
  }

  .wuhu-col-9 {
    height: 600px;
  }

  .wuhu-col-11 {
    height: 100%;
  }

  .wa-col6 {
    height: 600px;
    padding-right: 0px;
  }

  .wa-col-8 {
    height: 600px;
  }

  .wuhu-col-7.wa-phone {
    height: 600px;
  }

  .wa-image-14 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wa-image-15 {
    height: 100%;
  }

  .image-16-copy {
    width: 100%;
    height: 100%;
  }

  .uci-to-hide {
    top: auto;
    height: 15%;
    padding: 5px 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
  }

  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hero-section.portfolio-hero {
    padding: 80px 20px 40px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }

  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }

  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._60block {
    width: 100%;
  }

  ._60block.last {
    width: 100%;
  }

  ._60block.first {
    width: 100%;
  }

  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }

  ._40block {
    width: 100%;
  }

  ._33block {
    width: 100%;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .project-tag {
    right: 18px;
  }

  .project-link.blog-link {
    margin-bottom: 15px;
  }

  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }

  .author-wrapper {
    width: 100%;
  }

  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .rich-text-block {
    padding-right: 5px;
    padding-left: 10px;
  }

  ._33block-2 {
    width: 100%;
  }

  .tile-text-2 {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }

  .hero-container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._60block-2 {
    width: 100%;
    height: 100%;
  }

  ._40block-2 {
    width: 100%;
  }

  .image-11 {
    width: 100%;
    height: 100%;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-13 {
    height: 35%;
  }

  .column-6 {
    height: 380px;
  }

  .image-14 {
    width: 100%;
    height: 380px;
  }

  .column-7 {
    height: 380px;
  }

  .column-8 {
    height: 380px;
  }

  .image-16 {
    width: 100%;
  }

  .column-10 {
    height: 101%;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .html-embed-4 {
    height: 300px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-container-2-copy-copy-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .whr-col-1 {
    height: 380px;
  }

  .whr-col-2 {
    height: 380px;
  }

  .whr-col-3 {
    height: 380px;
  }

  .whr-col5 {
    height: 300px;
  }

  .isu-con-1 {
    width: 100%;
    height: 100%;
  }

  .isu-col-2 {
    width: 100%;
  }

  .fei-col-1 {
    height: 100%;
  }

  .fei-col-2 {
    height: 100%;
  }

  .fei-col-3 {
    height: 100%;
  }

  .contaniner-fei-tab {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-fei-1-tab {
    height: 100%;
  }

  .whu-con-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wuhu-col-new1 {
    height: 380px;
  }

  .wuhu-col-new-2 {
    height: 380px;
  }

  .wuhu-col-new-3 {
    height: 380px;
  }

  .hero-container-2-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .whuh-conta-new-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-1-fei {
    width: 100%;
    height: 100%;
  }

  .image-3-fei {
    width: 100%;
  }

  .fei-html-body {
    height: 300px;
  }

  .fei-col-10 {
    height: 101%;
  }

  .wa-col6 {
    height: 380px;
  }

  .wa-col-8 {
    height: 380px;
  }

  .wuhu-col-7 {
    height: 380px;
  }

  .wa-image-14 {
    width: 100%;
    height: 380px;
  }

  .image-16-copy {
    width: 100%;
  }

  .uci-to-hide {
    padding-right: 10px;
    padding-left: 10px;
  }
}

