/* Text Elements */

h1 {
  font-family: 'Inter', sans-serif;
}

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  text-shadow: #666 2px 2px 16px;
  font-size: 60px;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

h2.hero-subheading {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 4px 8px;
  background-color: transparent;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  font-size: 36px;
  line-height: 1.14;

  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #666;
}

h2.title-heading {
  max-width: 600px;
  font-size: 36px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2.title-message {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 800px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2.brightfontcolor {
  color: #fff;
}

h2.brightfontcolor.title-message {
  box-shadow: none;
  text-shadow: none;
  font-size: 28px;

  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0;
}

h2 small.heading-text-1 {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h4.feature-title {
  margin-top: 26px;
  margin-bottom: 16px;
}

h6.tagline {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  min-width: 0;
  color: #ffc534;
  font-weight: 600;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h6.brightfontcolor {
  color: #fff;
}

h6.brightfontcolor.tagline {
  margin-top: 0;
}

p.paragraph.hero-action-message {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #666;
  text-align: center;
  text-shadow: none;
  font-weight: 400;
  line-height: 24px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.region-description {
  color: #666;
  font-weight: 300;
  line-height: 25px;
}

p.paragraph.feature-paragraph {
  color: #666;
  line-height: 24px;
}

p.paragraph.footer-info {
  color: #666;
  text-align: right;
  font-size: 14px;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.action-link {
  visibility: hidden;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}

a.link-text.nav-link {
  padding: 10px 20px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 18px;

  -webkit-text-stroke-color: #fff;
}

a.link-text.contact-btn.nav-link {
  background-color: #fff;
  color: #010101;
  text-align: center;
  font-weight: 300;
}

/* Language toggle - compact circular button */
.lang-toggle {
  margin-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.lang-cycle-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #666;
  background-color: transparent;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.lang-cycle-btn:hover {
  background-color: #666;
  color: #fff;
}

.lang-cycle-btn:active {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

a.link-text.footer-nav-link {
  display: block;
  visibility: hidden;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #666;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

/* Interaction Elements */

a.link-button {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.action-btn {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 32px;
  max-width: 250px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}

/* Layout Elements */

.container.hero-section {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  padding: 80px 24px 24px;
  min-height: 80vh;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
     -moz-transform: scaleX(1) scaleY(1) scaleZ(1);
          transform: scaleX(1) scaleY(1) scaleZ(1);

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.nav-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 24px;
  min-width: 13px;
  min-height: 0;
  background-color: rgba(239, 239, 239, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.hero-content-region {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

.container.picture-wrapper {
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 0;
  border-radius: 4px;
}

.container.project-region-2 {
  padding: 48px 24px;
  min-height: 36vh;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.container.footer-region {
  display: grid;
  padding: 48px 24px;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;

  justify-self: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.feature-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding: 48px 24px 96px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  margin: 16px;
  padding: 24px 16px;
  border-radius: 20px;
  box-shadow: none;
  opacity: 1;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: end;
  -ms-flex-align: start;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.content-feature {
  max-width: 1600px;

  grid-column-gap: 16px;
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-row-gap: 48px;
}

.container.highlight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 40vh;
  background-color: #666;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 80%), url('../images/engineer-4922413_1920.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 80%), url('../images/engineer-4922413_1920.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 80%), url('../images/engineer-4922413_1920.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 80%), url('../images/engineer-4922413_1920.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal, normal;
}

.container.footer-content-section {
  display: grid;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  min-width: 100px;
      -ms-writing-mode: lr-tb;
  direction: ltr;
  -webkit-column-span: none;
     -moz-column-span: none;
          column-span: none;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-column-rule-width: 0;
     -moz-column-rule-width: 0;
          column-rule-width: 0;
  -webkit-column-rule-style: none;
     -moz-column-rule-style: none;
          column-rule-style: none;

  justify-self: auto;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  grid-template-columns: repeat(2 , auto) repeat(auto-fill, auto);
  grid-template-rows: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  grid-column-gap: 24px;
  grid-auto-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-items: auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-row-gap: normal;
}

.container.project-region-1 {
  padding: 48px 24px 24px;
  min-height: 36vh;
  background-color: #fff;
}

.container.highlight-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 40vh;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .2) 80%), url('../images/AdobeStock_249685661.jpeg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .2) 80%), url('../images/AdobeStock_249685661.jpeg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .2) 80%), url('../images/AdobeStock_249685661.jpeg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .2) 80%), url('../images/AdobeStock_249685661.jpeg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
}

.container.footer-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  visibility: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  min-width: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-5 {
  display: grid;
  padding: 0 0 0 8px;
  min-width: 10px;

  align-self: auto;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.container-3 {
  display: block;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #ffc534;
  box-shadow: none;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-6 {
  margin-right: 0;
  padding-top: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.container.container-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px 24px;
  min-height: 77vh;
  background-image: url('../images/technology-2082642.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: scaleX(1.08) scaleY(1.08);
     -moz-transform: scaleX(1.08) scaleY(1.08);
       -o-transform: scaleX(1.08) scaleY(1.08);
          transform: scaleX(1.08) scaleY(1.08);

  background-blend-mode: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.hero-content-region.outofview {
  opacity: .1;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(48px);
     -moz-transform: translateY(48px);
       -o-transform: translateY(48px);
          transform: translateY(48px);
}

.container.hero-section.outofview {
  background-size: cover;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 4s;
     -moz-transition-duration: 4s;
       -o-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.container.container-1.outofview {
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.container.container-4:hover {
  box-shadow: none;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.container.hero-content-region:hover {
  opacity: 1;
}

div.responsive-picture.picture {
  margin-top: 24px;
  opacity: 1;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

.html-element.html-element-1 {
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 10px;
  min-height: 0;
  max-width: none;
  -webkit-filter: grayscale(.4);
          filter: grayscale(.4);
}

div.responsive-picture.picture-1 {
  min-width: 128px;
  width: 0;
}

div.responsive-picture.picture.outofview {
  opacity: .1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transform: translateY(48px);
     -moz-transform: translateY(48px);
       -o-transform: translateY(48px);
          transform: translateY(48px);
}

div.responsive-picture.picture:active {
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

@media screen and (max-width: 75rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 60px;
  }

  h2 small.heading-text-1 {
    font-weight: 400;
    font-size: 1.75rem;
  }

  h4.feature-title {
    margin-top: 16px;
  }

  /* Layout Elements */

  .container.nav-bar {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgba(255, 255, 255, .2);
  }

  .container.container-4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  .container.hero-content-region.outofview {
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transform: translateY(48px);
       -moz-transform: translateY(48px);
         -o-transform: translateY(48px);
            transform: translateY(48px);
  }

  .container.container-4.outofview {
    opacity: .1;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transform: translateY(48px);
       -moz-transform: translateY(48px);
         -o-transform: translateY(48px);
            transform: translateY(48px);
  }

  .container.container-3.outofview {
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transform: translateY(48px);
       -moz-transform: translateY(48px);
         -o-transform: translateY(48px);
            transform: translateY(48px);
  }

  a.social-image.social-icon-1 {
    max-width: 48px;
    background-color: #fff;
  }

  .html-element.html-element-1 {
    display: block;
  }
}

@media screen and (max-width: 61.625rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }

  h2.hero-subheading {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.container-2 {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }
}

@media screen and (max-width: 49.6875rem) {
  /* Layout Elements */

  .container.nav-bar {
    -ms-flex-pack: justify;
    padding-bottom: 6px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.content-feature {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: repeat(2 , auto);
  }

  .container.footer-region {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-5 {
    display: grid;
    min-width: 60px;
    min-height: 20px;
  }

  .container.footer-content-section {
    -ms-flex-pack: center;
    -ms-flex-align: center;

    grid-auto-flow: row;
    grid-template-rows: repeat(3 , auto);
    grid-template-columns: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 35rem) {
  /* Layout Elements */

  .container.nav-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-link-wrapper {
    margin-top: 26px;
  }

  .container.content-feature {
    grid-template-rows: repeat(4 , auto);
    grid-template-columns: auto;
  }
}