:root {
  --red: #f83f5a;
  --dark-grey: #777;
  --black-2: #111;
  --white: white;
  --white-smoke: #f8f8f8;
  --dark-slate-blue: #203e5f;
  --gold: #fc0;
  --white-2: white;
  --ghost-white: #e4e4e4;
  --light-grey: #ddd;
  --grey: #bbb;
  --yellow: #ffb567;
  --black: black;
  --dim-grey: #252525;
}

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

h1 {
  color: #203e5f;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
  display: block;
}

ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--red);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--black-2);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.section {
  background-color: var(--white);
  text-align: center;
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}

.section.grey-section {
  background-color: var(--white-smoke);
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-paddings {
  padding: 0;
}

.section.estimate-image-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.brands-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.brands-bg-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.cta-bg-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/stephan-valentin-345970.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.estimate-grey-section {
  background-color: var(--white-smoke);
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  color: #203e5f;
  background-color: #fc0;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--white);
  background-color: #203e5f;
}

.button.subscribe-button {
  margin-left: 24px;
}

.button.form-button {
  margin-top: 8px;
}

.button.float-subscribe-button {
  margin-left: 16px;
}

.button.top-margin {
  margin-top: 16px;
}

.button.margin-left-right {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-bar {
  z-index: 200;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-link {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: var(--dark-slate-blue);
  height: 80px;
  padding: 28px 20px 27px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: color .15s;
}

.nav-link:hover {
  color: #fc0;
}

.nav-link.w--current {
  color: var(--gold);
}

.nav-link.dropdown {
  padding-right: 32px;
}

.nav-link.nav-link-white {
  color: var(--white-2);
}

.divider {
  background-color: #fc0;
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.center {
  background-color: #fc0;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}

.section-header {
  color: var(--dark-slate-blue);
  margin-top: 0;
}

.section-description {
  color: var(--dark-grey);
  font-size: 17px;
  line-height: 28px;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

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

.grey-section {
  background-color: var(--white-smoke);
  text-align: center;
}

.team-member-links {
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c45;
}

.input {
  border: 1px solid var(--ghost-white);
  background-color: var(--white-2);
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:focus {
  border-color: var(--light-grey);
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input.footer-input {
  margin-bottom: 0;
  margin-right: -1px;
}

.input.subscribe-input {
  background-image: url('../images/subscribe-icon_1subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

.input.password-input {
  text-align: center;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 22px 15px 22px 0;
  display: block;
}

.footer-bottom {
  border-top: 1px solid var(--light-grey);
  color: var(--dark-grey);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-bottom-text-left {
  text-align: left;
  flex: 1;
  margin-right: 24px;
  display: inline;
}

.footer-bottom-link {
  color: var(--black-2);
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-bottom-link-right {
  color: var(--black-2);
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.more-link {
  color: var(--black-2);
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-frame {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-content-small {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.side-feature-media {
  flex: 0 auto;
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.footer-about {
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.6667%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 36px;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-subscribe {
  flex: 1;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 20px;
}

.footer-subscribe-form {
  margin-bottom: 16px;
  padding-top: 12px;
  display: flex;
}

.work-card-info {
  color: var(--white-2);
  text-align: center;
  background-color: #1111114d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 9px #2e323c2e;
}

.subscribe-form {
  align-items: center;
  padding: 24px 8.33333% 8px;
  display: flex;
}

.subscribe-info {
  color: var(--dark-grey);
  text-align: left;
  width: 41.6667%;
  padding: 20px 24px 20px 15px;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-header {
  color: var(--black-2);
  margin-top: 7px;
  margin-bottom: 1px;
}

.team-member-color-photo {
  z-index: 5;
  background-color: var(--grey);
  border-radius: 8px;
  height: 360px;
  position: relative;
  transform: translate(40px, -40px);
  box-shadow: 0 5px 18px #2e323c45;
}

.post-card {
  border: 1px solid var(--ghost-white);
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-info {
  color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 20px 24px;
  display: flex;
  position: relative;
}

.post-card-header {
  flex: 0 auto;
  margin-top: 2px;
  margin-bottom: 0;
}

.hero-section {
  background-color: #fff;
  justify-content: flex-end;
  height: 100vh;
  padding: 80px 56px 40px;
  display: flex;
  position: relative;
}

.hero-section.hero-split-section {
  padding-right: 40px;
}

.hero-split-image {
  background-image: url('../images/engineering-and-3d-printing-PEFRJS4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-split-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 660px;
  padding: 24px 8.33% 100px 15px;
  display: flex;
  position: relative;
}

.footer-v4 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.footer-v4-about {
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 41.66%;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 8%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v2-column {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.contact-popup-window {
  z-index: 1000;
  border-top: 4px solid var(--yellow);
  text-align: left;
  background-color: #fff;
  width: 470px;
  margin-bottom: 0;
  padding: 24px 64px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.contact-window-form {
  padding-top: 16px;
}

.page-loader {
  z-index: 1000;
  background-image: url('../images/preloader-80_1preloader-80.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--black-2);
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #203e5f;
}

.nav-dropdown-link.w--current {
  color: var(--black-2);
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.nav-dropdown-icon {
  color: #a5aab6;
  margin-right: 12px;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-top: -16px;
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c17;
}

.hero-promo-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  display: flex;
}

.grey-text {
  color: var(--dark-grey);
}

.utility-page-section {
  background-color: var(--white-smoke);
  color: var(--white-2);
  background-image: linear-gradient(#11111180, #11111180), url('../images/breather-187924.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.password-window {
  border-top: 4px solid var(--yellow);
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 370px;
  margin-top: 24px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px #2e323c17;
}

.password-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gallery-hover {
  opacity: 0;
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(#2e323c4d, #2e323c4d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 66px, auto;
  position: absolute;
  inset: 0;
}

.menu-top-line {
  width: 20px;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error {
  color: var(--red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.post-header-section {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.post-header-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-header-overlay {
  background-color: var(--ghost-white);
  position: absolute;
  inset: 0;
}

.blog-post {
  text-align: left;
}

.blog-post h1 {
  color: var(--black);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.blog-post p {
  display: block;
}

.blog-post h2 {
  color: var(--black);
  text-align: center;
  display: block;
}

.blog-post blockquote {
  border-left-color: var(--gold);
  display: block;
}

.blog-post ul, .blog-post ol {
  margin-bottom: 24px;
  display: block;
}

.blog-post h5 {
  width: 77%;
  display: block;
}

.blog-post a {
  color: var(--gold);
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post h6 {
  width: 77%;
  display: block;
}

.blog-post h3, .blog-post h4 {
  display: block;
}

.blog-post li {
  font-size: 17px;
  line-height: 26px;
}

.blog-post-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -16px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.answer {
  color: var(--dark-grey);
  padding-left: 80px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.popup-wrapper {
  opacity: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-overlay {
  background-color: #11111180;
  position: fixed;
  inset: 0;
}

.password-icon {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.float-card {
  z-index: 250;
  border: 1px solid var(--ghost-white);
  color: var(--black-2);
  text-align: left;
  background-color: #fff;
  width: 160px;
  margin-bottom: 0;
  padding: 24px 20px;
  font-size: 13px;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  left: -1px;
  overflow: hidden;
}

.float-subscribe-form {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 392px;
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
}

.float-card-close {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/close-small-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.float-card-close:hover {
  opacity: 1;
}

.yellow-text {
  color: #fc0;
}

.social-icons {
  display: flex;
}

.social-icons.footer-v2-icons {
  margin-top: 40px;
}

.social-icons.footer-v4-icons {
  margin-top: 16px;
}

.social-icon-container {
  border: 1px solid var(--ghost-white);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-scroll {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.vertical-scroll-text {
  color: var(--black-2);
  text-align: left;
  width: 80px;
  margin-bottom: 36px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  transform: rotate(-90deg);
}

.vertical-scroll-text.footer-scroll-text {
  text-align: right;
  top: 36px;
}

.vertical-header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.vertical-header-text {
  text-align: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.frame {
  box-shadow: inset 0 0 0 8px var(--yellow);
  transform: translate(-30px, -30px);
}

.frame.reversed {
  transform: translate(30px, -30px);
  box-shadow: inset 0 0 0 8px #fc0;
}

.center-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.center-wrapper.dark-bg-wrapper {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-description {
  margin-bottom: 40px;
}

.section-header-icon {
  width: 64px;
  margin-bottom: 24px;
}

.brands {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand-logo {
  margin: 9px 12px;
  padding: 8px;
}

.brand-logo.white-logo {
  opacity: .75;
  transition: opacity .2s;
}

.brand-logo.white-logo:hover {
  opacity: 1;
}

.brand-logo.grey-logo {
  opacity: .4;
  transition: opacity .2s;
}

.brand-logo.grey-logo:hover {
  opacity: 1;
}

.brand-logo.color-logo {
  transition: filter .2s;
}

.brand-logo.color-logo:hover {
  filter: grayscale();
}

.post-card-description {
  color: var(--dark-grey);
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

.more-arrow-icon {
  float: left;
  margin-top: 5px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.more-link-text {
  z-index: 1;
  float: left;
  position: relative;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon_1heart-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.hover-line {
  background-color: var(--yellow);
  opacity: .16;
  width: 100%;
  height: 24px;
  margin-left: 12px;
  transform: translate(-130%);
}

.contact-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.contact-float-button {
  z-index: 1000;
  background-color: var(--white-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 6px 18px #11111121;
}

.contact-float-button:hover {
  box-shadow: 0 6px 18px #11111121;
}

.hero-split-text {
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 32px;
}

._2-buttons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ghost-white-button {
  box-shadow: inset 0 0 0 2px var(--white-2);
  color: var(--white-2);
  background-color: #0000;
  transition: background-color .2s, color .2s;
}

.ghost-white-button:hover {
  color: var(--black-2);
  background-color: #fff;
}

.contact-card {
  border: 1px solid var(--ghost-white);
  background-color: #fff;
  padding: 20px;
  transform: translate(-30px, 30px);
}

.contact-card-line {
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.contact-card-line-text {
  margin-top: 2px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
}

.blog-post-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-card-image {
  transform: scale(1.08);
}

.page-header {
  margin-top: 0;
}

._404-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.vertical-scroll-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 120px;
  margin-top: 64px;
  display: flex;
  position: absolute;
  top: 0;
  left: 8px;
}

.minimize-icon {
  border: 1px solid var(--black-2);
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  opacity: .4;
}

.minimize-icon-line {
  background-color: var(--black-2);
  width: 8px;
  height: 2px;
}

.instagram-photos {
  width: 100%;
  max-width: none;
}

.instagram {
  justify-content: space-between;
  align-items: center;
  padding: 48px 115px;
  display: flex;
}

.instagram-info {
  text-align: left;
  align-items: center;
  max-width: 470px;
  display: flex;
}

.instagram-link {
  color: var(--red);
}

.instagram-link:hover {
  text-decoration: underline;
}

.instagram-icon {
  width: 64px;
  margin-right: 24px;
}

.instagram-text {
  margin-top: 16px;
}

.text-area {
  padding: 20px;
}

.nav-link-white, .nav-link-white:hover {
  color: #fff;
}

.social-icon-hover {
  position: absolute;
  transform: translate(0, 32px);
}

.logo {
  height: 60px;
}

.columns {
  display: flex;
}

.html-map {
  height: 400px;
}

.html-contact {
  height: 560px;
}

html.w-mod-js [data-ix="preloader"] {
  display: block;
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-bar"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="slide-up-1"], html.w-mod-js [data-ix="slide-up-2"], html.w-mod-js [data-ix="slide-up-3"], html.w-mod-js [data-ix="slide-up-4"], html.w-mod-js [data-ix="slide-up-5"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="slide-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="slide-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="float-subcribe-card"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="skill-slider-1"], html.w-mod-js [data-ix="skill-slider-2"], html.w-mod-js [data-ix="skill-slider-3"], html.w-mod-js [data-ix="skill-slider-4"] {
  width: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  p {
    font-size: 15px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding: 100px 8px;
  }

  .button.subscribe-button {
    margin-left: 16px;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .logo-link {
    height: 64px;
    padding-top: 13px;
    padding-bottom: 11px;
  }

  .nav-link {
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
  }

  .nav-link:hover, .nav-link.nav-link-white {
    color: var(--black-2);
  }

  .divider {
    width: 60px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

  .grey-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-links {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-frame {
    flex-direction: row;
  }

  .side-content-small {
    width: 44%;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-media {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 30px;
  }

  .footer-about {
    width: 50%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer {
    padding-top: 14px;
  }

  .footer-nav {
    width: 25%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe {
    flex: 0 auto;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-card-info {
    margin: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-info {
    padding-left: 24px;
  }

  .team-member-color-photo {
    height: 280px;
    transform: translate(40px);
  }

  .post-card {
    padding: 16px;
    display: flex;
  }

  .post-card-info {
    padding: 16px;
  }

  .hero-section {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section.hero-split-section {
    height: auto;
    padding-left: 16px;
    padding-right: 20px;
  }

  .hero-split-image {
    height: auto;
  }

  .hero-split-content {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 32px;
  }

  .footer-v4-about {
    margin-left: 0%;
    padding-left: 8px;
    padding-right: 32px;
  }

  .footer-v2-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--black-2);
    background-color: #0000;
  }

  .menu-button.white-menu-button {
    color: #fff;
  }

  .nav-dropdown-link {
    background-color: var(--white-smoke);
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    background-color: var(--white-smoke);
    color: var(--black-2);
  }

  .nav-dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-menu {
    border-bottom: 1px solid var(--light-grey);
    flex-direction: column;
    max-height: 100vh;
    display: block;
    overflow: scroll;
  }

  .utility-page-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-window {
    margin-top: 40px;
  }

  .post-header-section {
    min-height: 440px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-header-wrapper {
    width: 83.33%;
  }

  .blog-post h1 {
    width: 100%;
  }

  .blog-post p {
    width: 100%;
    font-size: 16px;
  }

  .blog-post h2, .blog-post blockquote {
    width: 100%;
  }

  .blog-post ul {
    width: 83.33%;
  }

  .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {
    width: 100%;
  }

  .blog-post h4 {
    width: 100%;
    display: block;
  }

  .blog-post figure {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .vertical-scroll {
    display: none;
    right: 8px;
  }

  .vertical-header {
    width: 40px;
    display: none;
  }

  .vertical-header-text {
    font-size: 13px;
    left: -132px;
  }

  .frame {
    box-shadow: inset 0 0 0 6px var(--yellow);
    transform: translate(-20px, -20px);
  }

  .frame.reversed {
    transform: translate(20px, -20px);
  }

  .cta-description {
    margin-bottom: 24px;
  }

  .section-header-icon {
    width: 48px;
    margin-bottom: 24px;
  }

  .brands {
    justify-content: center;
  }

  .brand-logo.white-logo {
    position: relative;
  }

  .contact-float-button {
    margin: 20px;
  }

  .hero-split-text {
    margin-bottom: 24px;
  }

  .contact-card {
    padding: 16px;
    transform: translate(-20px, 20px);
  }

  ._404-info {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .vertical-scroll-footer {
    display: none;
    right: 8px;
  }

  .instagram {
    padding: 40px 4%;
  }

  .instagram-info {
    max-width: 66.66%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5, h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-bottom {
    margin-top: 48px;
  }

  .footer-bottom-text-left {
    margin-right: 16px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .side-content-small {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature-media {
    flex: 1;
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-about {
    width: 50%;
  }

  .footer-nav {
    width: 25%;
  }

  .footer-subscribe {
    flex: 0 auto;
    width: 75%;
  }

  .subscribe-form {
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .subscribe-info {
    text-align: center;
    width: 100%;
  }

  .team-member-color-photo {
    height: 240px;
  }

  .post-card {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hero-split-content {
    text-align: left;
    max-width: none;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .contact-popup-window {
    width: 100%;
  }

  .hero-promo-bottom {
    position: absolute;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .post-header-section {
    height: auto;
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .post-header-wrapper {
    margin-top: 56px;
  }

  .blog-post p {
    line-height: 28px;
  }

  .blog-post-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .float-card {
    display: none;
  }

  .section-header-icon {
    margin-bottom: 0;
  }

  .more-link-text, .contact-card-line-text {
    font-size: 13px;
  }

  .blog-post-content {
    flex: 0 auto;
    max-width: 100%;
  }

  .page-header {
    margin-top: 16px;
  }

  ._404-info {
    padding-bottom: 40px;
  }

  .vertical-scroll-footer {
    margin-top: 40px;
    left: 0;
  }

  .instagram-info {
    flex: 1;
    max-width: none;
    padding-right: 24px;
  }

  .instagram-icon {
    width: 48px;
    margin-right: 16px;
  }

  .instagram-text {
    margin-top: 8px;
  }

  .columns {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.margin-left-right {
    margin-bottom: 20px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-link-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .side-frame {
    flex-direction: column;
  }

  .side-content-small {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .side-feature-media {
    width: 100%;
  }

  .footer-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-nav {
    width: 50%;
    padding-bottom: 16px;
  }

  .footer-subscribe {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-info {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-color-photo {
    height: 320px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .hero-split-image {
    width: 100%;
    height: 340px;
  }

  .hero-split-content {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 88px;
    padding-right: 8px;
    display: block;
  }

  .footer-v2-column {
    flex: 0 auto;
    width: 50%;
  }

  .contact-popup-window {
    flex: 1;
    padding: 8px 8.33% 40px;
  }

  .nav-dropdown-link.w--current:hover {
    color: var(--black-2);
  }

  .password-window {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-header-wrapper {
    width: 100%;
  }

  .answer {
    padding-left: 0;
    padding-right: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  ._2-buttons {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  ._404-info {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .instagram {
    flex-direction: column;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .instagram-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .instagram-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .logo {
    height: 50px;
  }
}


