.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  background-color: #e2e2e2;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 62px;
  line-height: 80px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

a {
  text-decoration: underline;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-image: url('../images/quote-icon-white.svg');
  background-position: 50% 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

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

figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.section {
  position: relative;
  z-index: 1;
  padding: 128px 4%;
  background-color: #e2e2e2;
  color: #151515;
}

.section.no-padding-bottom {
  padding-bottom: 128px;
  background-color: #e2e2e2;
  opacity: 1;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #151515;
  color: #fff;
}

.section.no-padding-top {
  padding-top: 128px;
  background-color: #e2e2e2;
}

.section.no-padding-side {
  padding-right: 0px;
  padding-left: 0px;
}

.section.page-header-section {
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 152px;
  background-color: #151515;
  color: #fff;
}

.section.post-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 640px;
  -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;
}

.section.footer-section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #383838;
  background-color: #e2e2e2;
  color: #e2e2e2;
}

.section.hero-v2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.work-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 600px;
  padding-top: 168px;
  padding-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.section.mask {
  overflow: hidden;
}

.section.blog-nav-section {
  padding-bottom: 0px;
}

.section.hero-v3-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 640px;
  -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;
}

.section.blog-top-section {
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 152px;
  background-color: #151515;
  color: #fff;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.text-white {
  color: #fff;
}

._404-page {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('../images/room-eibtEHb7eBQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('../images/room-eibtEHb7eBQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-page-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-align: center;
}

.no-margin {
  margin: 0px;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro.left {
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin-bottom {
  background-color: transparent;
  opacity: 1;
}

.text-label {
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #151515;
  text-decoration: none;
}

.link-white:hover {
  border-bottom: 1px solid #000;
  color: #151515;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  border-top-style: none;
  border-top-color: hsla(0, 0%, 100%, 0.15);
}

.brand {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.brand:hover {
  letter-spacing: 12px;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
  background-color: transparent;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.changelog {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 3px;
  background-color: #151515;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tooltip.change-tooltip {
  margin-bottom: 28px;
}

.tooltip.page-link-tooltip {
  left: 100%;
  bottom: auto;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 2px 8px 2px 7px;
}

.tooltip.side-nav-tooltip {
  right: 100%;
  bottom: auto;
  display: block;
  margin-right: 8px;
  margin-bottom: 0px;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-size: 12px;
  line-height: 20px;
}

.licence-item:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.licence-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
}

.button-icon.right {
  margin-right: -2px;
  margin-left: 8px;
  float: right;
}

.button-icon.left {
  margin-right: 8px;
  margin-left: -2px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 20px 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 0px;
  background-color: #ff7b3e;
  background-image: none;
  -webkit-transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #d1612d;
}

.button.white {
  background-color: #fff;
  color: #151515;
}

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

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.ghost:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

.button.ghost.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  box-shadow: none;
  color: #151515;
}

.button.ghost.small:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #151515;
  background-color: transparent;
}

.button.ghost.small:visited {
  border: 1px none #000;
}

.button.color-1 {
  background-color: #ff7b3e;
}

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

.button.small {
  height: 40px;
  padding-right: 18px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
}

.button.send-icon-button {
  width: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-image: url('../images/paperplane-icon-white.svg');
  background-position: 13px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.full-width {
  background-color: #e2e2e2;
  color: #151515;
}

.button.full-width:hover {
  background-color: #ebd3c8;
}

.button.hero-v4-left {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  width: 230px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-left:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #151515;
}

.button.hero-v4-right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  width: 230px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-right:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #151515;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-color: transparent;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #151515;
  box-shadow: none;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 105px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  width: 270px;
  padding-bottom: 104px;
  border-right: 1px solid #383838;
  background-color: #151515;
  color: #fff;
}

.sg-sidebar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.sg-sidebar-link {
  width: 100%;
  padding: 16px 32px;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.sg-sidebar-link.w--current {
  background-color: hsla(0, 0%, 100%, 0.03);
  box-shadow: inset 3px 0 0 0 #ff7b3e;
}

.sg-back-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  border-radius: 3px;
  background-color: #151515;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  color: #d1d1d1;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.sg-back-link:hover {
  border-color: #383838;
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #fff;
}

.style-block {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

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

.nav-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0px;
  -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;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-align: center;
  letter-spacing: 0.7vh;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.w--open {
  left: auto;
  right: auto;
  -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;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.menu-button {
  z-index: 10;
  overflow: visible;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
}

.menu-button.w--open {
  background-color: transparent;
}

.navigation {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 16px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
}

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

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

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  max-height: 100vh;
  padding-top: 112px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.logo-text {
  color: #151515;
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-grey {
  color: #151515;
  text-align: left;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image._1 {
  background-image: url('../images/troy-t-1457080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.bg-image.blog-post-image {
  height: 160%;
  opacity: 0.5;
}

.bg-image.faded {
  opacity: 0.5;
}

.bg-image.header-image-1 {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image.work-header-image {
  height: 160%;
  opacity: 0.6;
}

.bg-image.header-image-2 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181672-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image._3 {
  display: block;
  background-color: #e2e2e2;
  background-image: none;
  opacity: 1;
}

.bg-image.hero-v1-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 14, 0, 0.2)), to(rgba(34, 14, 0, 0.2))), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 14, 0, 0.2), rgba(34, 14, 0, 0.2)), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image.blog-image {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.2;
}

.bg-image._4 {
  background-image: url('../images/andrey-zvyagintsev-1360431-unsplash.jpg');
  background-size: cover;
  opacity: 0.8;
}

.bg-image.header-image-3 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.45;
}

.bg-image._7 {
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
}

.bg-image.header-image-5 {
  height: 160%;
  background-image: url('../images/room-5LRUg3IwNpI-unsplash.jpg');
  background-position: 50% 80%;
  opacity: 0.7;
}

.bg-image._5 {
  background-image: url('../images/luca-bravo-1202673-unsplash.jpg');
  opacity: 0.6;
}

.bg-image.header-image-4 {
  height: 160%;
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.35;
}

.bg-image.header-image-6 {
  height: 160%;
  background-image: url('../images/christian-lambert-1532785-unsplash.jpg');
  background-position: 50% 70%;
}

.bg-image.header-image-7 {
  height: 160%;
  background-image: url('../images/london-wood-co-1378329-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  opacity: 0.4;
}

.bg-image.header-image-8 {
  height: 160%;
  background-image: url('../images/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image.intro-image {
  height: 160%;
  background-image: url('../images/tarn-nguyen-4a52btspyY8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.35;
}

.breadcrumbs {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background-color: #151515;
}

.blog-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-sidebar {
  width: 350px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-side-posts {
  padding-top: 8px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-width {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.post-card-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.post-card-avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 5px 0px 10px 8px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #e2e2e2;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease;
  transition: border-color 600ms ease, background-color 600ms ease;
  color: #151515;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-color: #d1d1d1;
}

.input:focus {
  border-color: #ff7b3e;
  color: #000;
}

.input::-webkit-input-placeholder {
  color: #000;
}

.input:-ms-input-placeholder {
  color: #000;
}

.input::-ms-input-placeholder {
  color: #000;
}

.input::placeholder {
  color: #000;
}

.input.no-margin {
  margin: 0px;
}

.input.text-area {
  min-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area:focus {
  border-color: #151515;
}

.input.join-first-input {
  width: 100%;
  margin-bottom: 20px;
}

.input.join-second-input {
  margin-right: 16px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input.search-input {
  margin: 0px;
  padding-left: 44px;
  background-image: url('../images/search-icon-white.svg');
  background-position: 4px 42%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.sidebar-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}

.zoomed-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease, color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms ease, color 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.sidebar-author:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #ff7b3e;
}

.sidebar-author-photo {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-authors {
  margin-right: -32px;
  margin-left: -32px;
}

.blog-category-link {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 33px;
  -webkit-transition: color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: color 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.blog-category-link:hover {
  color: #ff7b3e;
}

.blog-category-link.w--current {
  box-shadow: inset 0 -2px 0 0 #ff7b3e;
}

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

.paragraph-small.text-grey {
  color: #151515;
}

.form-success {
  padding: 16px;
  background-color: transparent;
}

.form-error {
  margin-top: 16px;
  padding: 8px 0px;
  background-color: transparent;
  color: #e94345;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-buttons.nav-menu-social {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 40px;
}

.social-buttons.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-buttons.nav-menu-social-v2 {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 40px;
  display: none;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
}

.social-button:hover {
  border-color: transparent;
  background-color: #ebd3c8;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px -8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.tag:hover {
  color: #ff7b3e;
}

.sidebar-instagram {
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sidebar-instagram-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7b3e;
}

.divider {
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
  background-color: #ebd3c8;
}

.divider.color {
  background-color: #ff7b3e;
}

.divider.no-margin-bottom {
  background-color: #ebd3c8;
}

.divider.color-1 {
  background-color: #ebd3c8;
}

.divider.work-v2-divider {
  width: 80px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.hero-v4-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-elements.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-big {
  font-size: 17px;
  line-height: 32px;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-block.small-padding-side {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.no-padding {
  padding: 0px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 456px;
  padding: 88px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #151515;
  color: #fff;
}

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

.counters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  padding: 64px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-color: #151515;
}

.counter-number {
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: normal;
}

.cta-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -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;
}

.cta-message.big {
  padding-top: 72px;
  padding-bottom: 72px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.testimonials-v1 {
  width: 100%;
  height: auto;
  margin-top: -24px;
  background-color: transparent;
}

.message-text {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instagram {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-wrapper {
  text-align: center;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -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;
}

.instagram-photo {
  width: 100%;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 2% 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-side-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-margin-bottom {
  margin-bottom: 32px;
}

.feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 64px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #151515;
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.feature-v1:hover {
  position: relative;
  z-index: 1;
  border-color: #383838;
}

.side-info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-link {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  text-decoration: none;
}

.tab-link.w--current {
  border-bottom-color: #ff7b3e;
  background-color: transparent;
}

.side-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 416px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(rgba(21, 21, 21, 0.3))), url('../images/tim-van-der-kuip-1403210-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), url('../images/tim-van-der-kuip-1403210-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.link.footer-link {
  margin-top: 16px;
}

.testimonials-v2 {
  height: auto;
  max-width: 86vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: transparent;
}

.testimonials-v2-nav {
  left: 0px;
  right: 0px;
  bottom: -64px;
  padding-top: 12px;
  font-size: 7px;
  text-align: center;
}

.testimonials-v2-slide {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonial-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #151515;
}

.testimonial-v2-avatar {
  width: 96px;
  height: 96px;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-v1-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-link {
  margin-top: -4px;
  margin-right: 32px;
  margin-bottom: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.footer-v1-link:hover {
  border-bottom: 1px solid #000;
  color: #151515;
}

.no-padding-left {
  padding-left: 0px;
}

.counter-cards {
  position: relative;
  z-index: 1;
  display: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

.counter-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e9e9e9;
}

.counter-text {
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-bottom-divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e9e9e9;
}

.footer-bottom-divider.dark-bg {
  background-color: #888;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 80px 184px 80px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.protected-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('../images/samuel-zeller-34751-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('../images/samuel-zeller-34751-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.password-card {
  min-width: 470px;
  padding: 64px 80px;
  background-color: #151515;
}

.password-heading {
  margin-bottom: 32px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.search-result-card:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.search-result-heading {
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.contact-v2 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v2-form {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.side-input-wrapper-50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post-text p {
  margin-bottom: 32px;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 32px;
}

.blog-post-text a {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #ff7b3e;
  text-decoration: none;
}

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

.blog-post {
  position: relative;
  margin-right: 30px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(rgba(21, 21, 21, 0.3))), url('../images/marian-kroell-1521620-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), url('../images/marian-kroell-1521620-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coming-soon-card {
  width: 570px;
  padding: 72px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #151515;
}

.features-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-v4 {
  position: relative;
  width: 33.33%;
  margin-bottom: 64px;
  padding-right: 6%;
  padding-left: 15px;
}

.layouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  margin-left: -2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout {
  position: relative;
  right: -1px;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 4.6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.layout:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.testimonials-arrow {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 64px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #151515;
}

.sidebar-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-card {
  margin-top: -1px;
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.sidebar-card.no-padding {
  padding: 0px;
}

.sidebar-card.about-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sidebar-slide {
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.sidebar-slide:hover {
  text-decoration: underline;
}

.sidebar-slide-image {
  width: 100%;
  height: 224px;
  margin-bottom: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-slider {
  height: 464px;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: transparent;
}

.sidebar-slider-button {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 56px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  box-shadow: 0 0 0 1px #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sidebar-slider-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.02)), to(hsla(0, 0%, 100%, 0.02)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.02), hsla(0, 0%, 100%, 0.02));
}

.sidebar-slider-button.left {
  left: 0px;
  right: auto;
  bottom: 0px;
}

.sidebar-slider-button-text {
  margin-right: 4px;
  margin-left: 2px;
}

.sidebar-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-card-button:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sidebar-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 -1px 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-decoration: none;
}

.sidebar-featured:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sidebar-featured-image {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-featured-info {
  padding-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-featured-category {
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-featured-heading {
  margin-bottom: -4px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.post-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #383838;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
}

.media-message {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 4px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(21, 21, 21, 0.6);
  color: #d1d1d1;
  font-size: 11px;
  line-height: 20px;
}

.link-highlight {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 2px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #ebd3c8;
}

.link-highlight.nav-link-line {
  bottom: 45%;
  height: 3px;
}

.link-highlight.nav-link-v2-line {
  bottom: 45%;
  height: 3px;
}

.heading-margin-big {
  margin-bottom: 32px;
}

.testimonial-v2-text {
  margin-bottom: 24px;
}

.rating {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 20px;
}

.rating-star {
  width: 14px;
}

.testimonials-v2-button {
  top: -16px;
  right: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
}

.testimonials-v2-button:hover {
  background-color: #ff7b3e;
  color: #fff;
}

.testimonials-v2-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonials-v2-button.left {
  left: -76px;
  right: auto;
}

.form-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.checkbox-field {
  margin-top: -8px;
  margin-bottom: 24px;
}

.vertical-info-left {
  position: absolute;
  left: -217px;
  top: 50%;
  z-index: 3;
  display: block;
  width: 520px;
  height: 50px;
  margin-top: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.engage-newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 72px 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.join-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-progress-bar {
  width: 33%;
  height: 100%;
  background-color: #fff;
}

.post-first-letter {
  margin-top: 6px;
  margin-right: 10px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ff7b3e;
  font-size: 62px;
  line-height: 48px;
}

.works-masonry {
  overflow: hidden;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.works-masonry-item {
  display: inline-block;
  padding: 40px 12%;
}

.work-masonry-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  text-align: center;
  text-decoration: none;
}

.work-masonry-thumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -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;
  color: #151515;
  text-decoration: none;
}

.work-v1-heading {
  margin-top: 28px;
}

.works-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.works-v1.no-margin-bottom {
  margin-bottom: -64px;
}

.work-card {
  width: 33.33%;
  padding: 15px;
}

.work-v1 {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.work-v1-thumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 344px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-v1-thumb.fixed-height {
  height: 344px;
}

.work-presentation p {
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 32px;
}

.work-presentation h2 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h1 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h3 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation blockquote {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h4 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h5 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation ul {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h6 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation ol {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation a {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #ff7b3e;
  text-decoration: none;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-presentation figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.work-presentation figcaption {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-details {
  width: 370px;
  padding: 56px 64px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.work-details-text {
  display: inline-block;
  margin-bottom: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.sg-button-info {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #888;
  font-size: 11px;
  line-height: 16px;
}

.work-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #383838;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.work-nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.work-nav-link.right {
  text-align: right;
}

.work-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  min-height: 12vw;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.work-nav-button:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.work-nav-info {
  width: 370px;
  max-width: 64%;
  padding-top: 1px;
}

.work-nav-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 32px;
  margin-left: 32px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
}

.work-fullscreen-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-fullscreen-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.works-fullscreen-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 600ms ease, color 300ms ease;
  transition: padding 600ms ease, color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.works-fullscreen-link:hover {
  padding-left: 16px;
}

.work-fullscreen-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(21, 21, 21, 0.5);
}

.work-fullscreen-item {
  margin-right: -1px;
  margin-bottom: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fullscreen-intro {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('../images/luca-bravo-1202673-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('../images/luca-bravo-1202673-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.menu-icon-line-top {
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.nav-search-button {
  position: relative;
  z-index: 2;
  height: 40px;
  padding: 8px 36px 8px 16px;
  background-color: transparent;
  color: #151515;
}

.footer-v1-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v1-contacts {
  width: 20%;
  font-size: 12px;
  line-height: 20px;
}

.testimonials-v1-nav {
  display: none;
  font-size: 8px;
}

.testimonial-v1-text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.testimonial-v1-avatar {
  width: 104px;
  height: 104px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: #151515;
}

.testimonial-v1-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 470px;
  height: 470px;
  margin: auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.testimonial-v1-author {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.testimonial-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial-v1-author-name {
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-v4-dots {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-v4-slider {
  height: 100vh;
  color: #fff;
}

.hero-v4-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 88px;
  padding-left: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  text-align: center;
}

.hero-v4-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 80px;
}

.hero-v4-heading.margin-big {
  margin-bottom: 32px;
  opacity: 1;
}

.full-height {
  height: 100%;
}

.team-member {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.team-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 344px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team-card-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-card-links {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(21, 21, 21, 0.5);
}

.team-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -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;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.team-card-link:hover {
  background-color: #ff7b3e;
}

.team-card-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-v1-form {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 12px;
  padding-right: 6%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-author-photo {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  border: 20px solid #151515;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px #383838;
}

.subscribe-v2-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.heading-margin-huge {
  margin-bottom: 32px;
}

.post-slide {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #151515;
}

.post-slider {
  position: static;
  width: 440px;
  height: 544px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.post-slider-button {
  left: 85px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 64px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  transition: border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, border-color 600ms ease, background-color 600ms ease;
  transition: transform 150ms ease, border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  font-size: 20px;
  line-height: 24px;
}

.post-slider-button:hover {
  border-color: transparent;
  background-color: #ff7b3e;
}

.post-slider-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.post-slider-button.right {
  margin-left: 68px;
}

.post-slide-nav {
  display: none;
  font-size: 8px;
}

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

.skill-bar {
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background-color: #f6f6f6;
}

.counter-card-number {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Noto Serif';
  font-size: 32px;
  line-height: 48px;
}

.empty-state {
  background-color: transparent;
  text-align: center;
}

.layout-thumb {
  width: 100%;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.layout-thumb:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.layout-name {
  margin-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-description {
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-left: 1px solid #151515;
  color: #151515;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.menu-icon {
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-progress {
  position: absolute;
  left: 340px;
  top: auto;
  right: 340px;
  bottom: 62px;
  z-index: 3;
  overflow: hidden;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.vertical-link {
  color: #151515;
  text-decoration: none;
}

.side-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 200px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
}

.side-nav-link:hover {
  background-color: #fff;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #ff7b3e;
}

.feature-icon {
  position: relative;
  z-index: 1;
  width: 80px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #151515;
}

.form-small-info {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 11px;
  line-height: 16px;
}

.badge {
  display: inline-block;
  height: 20px;
  padding-right: 6px;
  padding-left: 9px;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.work-v1-badge {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin: 24px;
}

.badge.post-v1-badge {
  margin-right: 16px;
}

.badge.team-v1-role {
  position: relative;
  bottom: 20px;
  z-index: 1;
}

.badge.post-category-badge {
  margin-bottom: 16px;
}

.badge.masonry-work-badge {
  margin-bottom: 16px;
}

.post-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-slider-info {
  width: 424px;
  margin-left: 16px;
  padding: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.page-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0px auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  padding: 4px 4px 3px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(21, 21, 21, 0);
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.page-link:hover {
  background-color: #ff7b3e;
}

.page-link.current:hover {
  background-color: #fff;
  color: #151515;
}

.breadcrumbs-divider {
  width: 3px;
  height: 3px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #fff;
}

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

.top-post {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.top-post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  padding: 32px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post-card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.post-card-info {
  position: relative;
  z-index: 1;
}

.post-card-heading {
  margin-top: 16px;
  text-transform: capitalize;
}

.sidebar-heading-symbol {
  margin-right: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #383838;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4px;
}

.sidebar-header-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 48px;
  height: 2px;
  margin-bottom: -1px;
  margin-left: 32px;
  background-color: #ff7b3e;
}

.blog-nav-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -40px 15px 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #383838;
}

.blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-marker {
  margin-right: 2px;
  color: #888;
}

.post-v1 {
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-v1-thumb {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 280px;
  max-width: 41.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #151515;
}

.post-v1-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-v1-content {
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar-info {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-contacts {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.scroll-intro {
  position: fixed;
  z-index: 2;
  margin-top: 120px;
}

.scroll-intro-heading {
  font-size: 48px;
  line-height: 64px;
}

.scroll-section {
  position: relative;
  width: 100%;
  height: 4000px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #151515;
  color: #fff;
}

.scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 224px 30px 30px;
}

.scroll-works {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-work {
  height: 100%;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 40px 8%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #151515;
  color: #fff;
  text-decoration: none;
}

.work-v2-thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.work-v2-info {
  position: relative;
  z-index: 2;
  width: 100%;
}

.work-v2-heading {
  margin-top: 12px;
  margin-bottom: 16px;
}

.circle-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
}

.circle-button.masonry-work-button {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
}

.circle-button.hero-v3-showreel {
  margin-left: 20px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.circle-button.hero-v3-showreel:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.circle-button.video-circle {
  margin: auto;
}

.circle-button.instagram-button {
  position: absolute;
  width: 68px;
  height: 68px;
  margin: auto;
}

.circle-button.play {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.circle-button.play:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.circle-icon {
  position: relative;
  z-index: 2;
  width: 24px;
}

.circle-base {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  height: 62%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.portfolio-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff7b3e;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.portfolio-button.fixed {
  position: fixed;
}

.work-v2-hover-info {
  height: auto;
}

.post-v1-date {
  margin-right: 5px;
}

.work-v2-date {
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.coming-soon-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -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;
}

.post-card-hover-info {
  height: auto;
}

.post-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.instagram-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: auto;
  margin: 4px;
  padding: 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.instagram-info:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.instagram-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.instagram-icon {
  position: absolute;
  width: 20vw;
  opacity: 0.05;
}

.blog-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-intro.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

.engage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 344px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.engage-heading {
  position: relative;
  z-index: 1;
  margin-right: 10%;
  margin-bottom: 0px;
}

.slide-post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post-slider-mask {
  overflow: hidden;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-mask {
  overflow: visible;
}

.big-quote {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 56px;
  font-weight: 400;
}

.feature-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 200px;
  height: 200px;
  margin-top: -12%;
  margin-left: -5%;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.feature-circle.v2 {
  margin-top: -9%;
  margin-left: -13%;
}

.clients {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9vw;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.client:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.client-logo {
  height: 24%;
}

.plus-icon-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-info {
  height: auto;
  padding-left: 72px;
}

.accordion-card {
  overflow: hidden;
  cursor: pointer;
}

.plus-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
}

.accordion-cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plus-icon-line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-text {
  padding-bottom: 32px;
  color: #d1d1d1;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-v2-logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 20px;
  margin-top: 24px;
  margin-right: 24px;
  opacity: 0.5;
}

.button-icon-2 {
  position: absolute;
  opacity: 0;
}

.hero-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v2-left {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-v2-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66%;
  margin-right: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-counter {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: right;
}

.hero-counter-number {
  margin-bottom: 4px;
  font-size: 48px;
  line-height: 56px;
}

.hero-counter-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
}

.hero-counter-line {
  width: 40px;
  height: 3px;
  margin-left: 16px;
  background-color: #fff;
}

.scroll-icon-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  -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;
}

.scroll-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eceff4));
  background-image: linear-gradient(180deg, #fff, #eceff4);
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.4);
}

.scroll-mouse-wheel {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7b3e;
  border-radius: 50%;
  background-color: #fff;
}

.scroll-mouse-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #151515;
}

.licence-link-divider {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  color: #888;
}

.licence-heading {
  margin-bottom: 16px;
}

.bg-symbol {
  position: absolute;
  z-index: 1;
  background-image: none;
  background-size: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ff7b3e;
  font-size: 82vh;
  line-height: 68vh;
  font-weight: 700;
}

.scroll-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px 12px 16px 16px;
  -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;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-link:hover {
  letter-spacing: 7px;
}

.hero-v3-video {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-bottom: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.bg-text {
  position: absolute;
  z-index: 0;
  padding-bottom: 32px;
  opacity: 0.08;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 520px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
}

.footer-email-link {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  border-bottom: 0px none #000;
  color: #151515;
  text-decoration: none;
}

.footer-email-link:hover {
  border-bottom: 1px none #000;
  color: #151515;
  text-decoration: underline;
}

.bg-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 240px;
  padding-bottom: 240px;
  -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;
}

.promo-image-1 {
  position: relative;
  z-index: 1;
  width: 66.66%;
  margin-right: 0px;
  margin-left: auto;
  box-shadow: 11px 11px 40px 0 rgba(0, 0, 0, 0.7);
}

.promo-image-2 {
  position: absolute;
  left: 0px;
  width: 45%;
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.7);
}

.engage-form-block {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-v5 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(128px, 0.25fr) auto auto auto auto auto auto minmax(12vh, 0.25fr);
  grid-template-rows: minmax(128px, 0.25fr) auto auto auto auto auto auto minmax(12vh, 0.25fr);
}

.hero-v5-intro {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-v5-works {
  z-index: 9;
  padding-top: 3vh;
}

.hero-v5-works-heading {
  position: relative;
  z-index: 8;
  margin-bottom: 20px;
}

.hero-v5-heading {
  margin-bottom: 16px;
}

.contact-social {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.contact-social-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 1px 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.contact-social-link:hover {
  position: relative;
  z-index: 0;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.cta-icon {
  position: relative;
  z-index: 1;
  width: 80px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonials-v1-button {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
  line-height: 24px;
}

.testimonials-v1-button:hover {
  background-color: #ff7b3e;
  color: #fff;
}

.testimonials-v1-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonials-v1-button.left {
  left: 15px;
  right: auto;
}

.testimonials-v1-button.right {
  left: auto;
  right: 15px;
}

.search-result-url {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  color: #888;
  font-size: 11px;
  line-height: 24px;
}

.work-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.work-info {
  width: 66.66%;
  padding: 56px 15% 64px 64px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #383838;
}

.work-details-heading {
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d1d1d1;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.work-nav-main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.posts-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-card-v3 {
  width: 50%;
  padding: 15px;
}

.post-v3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  padding: 32px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.engage-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 60px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #383838;
  text-align: center;
}

.engage-social-heading {
  margin-top: 12px;
  margin-bottom: 20px;
}

.form-text-small {
  width: 100%;
  margin-top: 24px;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.paperplane-icon {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 36%;
  opacity: 0.06;
}

.nav-bottom-right-info {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 44px;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.nav-link-content {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  padding-left: 8px;
}

.sidebar-view-icon {
  width: 24px;
  margin-right: 8px;
  margin-left: -4px;
}

.team-card-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.contact-social-icon {
  width: 32px;
}

.portfolio-icon {
  width: 16px;
  -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;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 128px;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-result-image {
  width: 200px;
  height: 144px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #383838;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-info {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.blog-search {
  position: absolute;
  left: auto;
  right: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.blog-search-input {
  width: 88px;
  height: 100%;
  margin: 0px;
  padding-right: 0px;
  padding-left: 24px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #383838;
  background-color: #151515;
  -webkit-transition: border-color 600ms ease, color 600ms ease, width 600ms ease;
  transition: border-color 600ms ease, color 600ms ease, width 600ms ease;
  color: #fff;
}

.blog-search-input:hover {
  width: 112px;
}

.blog-search-input:focus {
  width: 270px;
  border-left-color: #ff7b3e;
  border-radius: 0px;
}

.blog-search-input::-webkit-input-placeholder {
  color: #888;
}

.blog-search-input:-ms-input-placeholder {
  color: #888;
}

.blog-search-input::-ms-input-placeholder {
  color: #888;
}

.blog-search-input::placeholder {
  color: #888;
}

.blog-search-button {
  width: 48px;
  background-color: transparent;
  background-image: url('../images/search-icon-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.blog-search-shadow {
  width: 32px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), color-stop(80%, #151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515 80%);
}

.list-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-dropdown-heading {
  display: none;
}

.back-to-top {
  height: 0px;
}

.top {
  height: 0px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #383838;
  background-image: url('../images/up-icon-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  cursor: pointer;
}

.top-button:hover {
  background-color: #ff7b3e;
}

._2-buttons {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
}

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

.flex-left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.loading-icon {
  position: relative;
  z-index: 1;
  width: 40px;
}

.team-blog-link {
  display: inline-block;
  margin-top: -8px;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-transition: background-color 600ms ease, color 600ms ease;
  transition: background-color 600ms ease, color 600ms ease;
  color: hsla(0, 0%, 100%, 0.33);
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

.team-blog-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.blog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #383838;
}

.post-tags-heading {
  margin-right: 20px;
}

.first-letter {
  margin-top: 0px;
  margin-right: 10px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ff7b3e;
  font-size: 54px;
  line-height: 40px;
}

.process {
  padding-bottom: 1px;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

.step-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  min-width: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: inset -1px 0 0 0 #383838;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  line-height: 48px;
  text-align: center;
}

.step-info {
  padding: 12px 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-progress {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 2px;
  height: 40%;
  background-color: #ebd3c8;
}

.centered-content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 680px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 80px 8%;
  -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;
}

.style-guide-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vw;
  min-height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.style-guide-button:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.text-link {
  color: #ff7b3e;
  text-decoration: none;
}

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

.nav-bar-v2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.navigation-v2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 16px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-v2 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 8px;
  -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;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-v2:hover {
  color: #ff7b3e;
}

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

.nav-link-v2.w--current:hover {
  color: #ff7b3e;
}

.nav-link-v2.w--open {
  left: auto;
  right: auto;
  -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;
}

.nav-menu-links-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bottom-right-info-v2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 44px;
  display: none;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.menu-button-v2 {
  z-index: 10;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
}

.menu-button-v2.w--open {
  background-color: transparent;
}

.nav-menu-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-list-v2.w--open {
  margin-left: -4px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.nav-dropdown-v2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-dropdown-link-v2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 16px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
}

.nav-dropdown-link-v2:hover {
  color: #ff7b3e;
}

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

.bg-image02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image02._1 {
  background-image: url('../images/troy-t-1457080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.bg-image02.blog-post-image {
  height: 160%;
  opacity: 0.5;
}

.bg-image02.faded {
  opacity: 0.5;
}

.bg-image02.header-image-1 {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image02.work-header-image {
  height: 160%;
  opacity: 0.6;
}

.bg-image02.header-image-2 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181672-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image02._3 {
  width: 100vw;
  height: auto;
  background-image: url('../images/tayner-section01-short.png');
  background-size: cover;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image02.hero-v1-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 14, 0, 0.2)), to(rgba(34, 14, 0, 0.2))), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 14, 0, 0.2), rgba(34, 14, 0, 0.2)), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image02.blog-image {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.2;
}

.bg-image02._4 {
  background-image: url('../images/andrey-zvyagintsev-1360431-unsplash.jpg');
  background-size: cover;
  opacity: 0.8;
}

.bg-image02.header-image-3 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.45;
}

.bg-image02._7 {
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
}

.bg-image02.header-image-5 {
  height: 160%;
  background-image: url('../images/room-5LRUg3IwNpI-unsplash.jpg');
  background-position: 50% 80%;
  opacity: 0.7;
}

.bg-image02._5 {
  background-image: url('../images/luca-bravo-1202673-unsplash.jpg');
  opacity: 0.6;
}

.bg-image02.header-image-4 {
  height: 160%;
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.35;
}

.bg-image02.header-image-6 {
  height: 160%;
  background-image: url('../images/christian-lambert-1532785-unsplash.jpg');
  background-position: 50% 70%;
}

.bg-image02.header-image-7 {
  height: 160%;
  background-image: url('../images/london-wood-co-1378329-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  opacity: 0.4;
}

.bg-image02.header-image-8 {
  height: 160%;
  background-image: url('../images/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image02.intro-image {
  height: 160%;
  background-image: url('../images/tarn-nguyen-4a52btspyY8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.35;
}

.text-block {
  color: #151515;
}

.text-block-2 {
  color: #151515;
}

.heading {
  color: #151515;
}

.text-block-4 {
  color: #151515;
}

.text-block-5 {
  color: #151515;
}

.text-block-6 {
  color: #151515;
}

.text-block-7 {
  color: #151515;
}

.heading-2 {
  color: #151515;
}

.text-block-8 {
  color: #151515;
}

.heading-3 {
  color: #151515;
}

.text-block-9 {
  color: #151515;
}

.text-block-10 {
  color: #151515;
}

.heading-4 {
  color: #151515;
}

.text-block-11 {
  color: #151515;
}

.heading-5 {
  color: #151515;
}

.text-block-12 {
  color: #151515;
}

.heading-6 {
  color: #151515;
}

.heading-7 {
  color: #151515;
}

.heading-8 {
  color: #151515;
}

.heading-9 {
  color: #151515;
}

.text-block-14 {
  color: #151515;
}

.text-block-15 {
  color: #151515;
}

.text-block-16 {
  color: #151515;
}

.heading-10 {
  color: #151515;
}

.heading-11 {
  color: #151515;
}

.heading-12 {
  color: #151515;
}

.text-block-18 {
  color: #151515;
}

.heading-13 {
  color: #151515;
}

.heading-16 {
  color: #151515;
}

.body {
  background-color: #e2e2e2;
}

.bg-image03 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image03._1 {
  background-image: url('../images/troy-t-1457080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.bg-image03.blog-post-image {
  height: 160%;
  opacity: 0.5;
}

.bg-image03.faded {
  opacity: 0.5;
}

.bg-image03.header-image-1 {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image03.work-header-image {
  height: 160%;
  opacity: 0.6;
}

.bg-image03.header-image-2 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181672-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image03._3 {
  background-image: url('../images/tayner_section01.jpg');
  background-size: cover;
  opacity: 1;
}

.bg-image03.hero-v1-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 14, 0, 0.2)), to(rgba(34, 14, 0, 0.2))), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 14, 0, 0.2), rgba(34, 14, 0, 0.2)), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image03.blog-image {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.2;
}

.bg-image03._4 {
  background-image: url('../images/andrey-zvyagintsev-1360431-unsplash.jpg');
  background-size: cover;
  opacity: 0.8;
}

.bg-image03.header-image-3 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.45;
}

.bg-image03._7 {
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
}

.bg-image03.header-image-5 {
  height: 160%;
  background-image: url('../images/room-5LRUg3IwNpI-unsplash.jpg');
  background-position: 50% 80%;
  opacity: 0.7;
}

.bg-image03._5 {
  background-image: url('../images/luca-bravo-1202673-unsplash.jpg');
  opacity: 0.6;
}

.bg-image03.header-image-4 {
  height: 160%;
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.35;
}

.bg-image03.header-image-6 {
  height: 160%;
  background-image: url('../images/christian-lambert-1532785-unsplash.jpg');
  background-position: 50% 70%;
}

.bg-image03.header-image-7 {
  height: 160%;
  background-image: url('../images/london-wood-co-1378329-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  opacity: 0.4;
}

.bg-image03.header-image-8 {
  height: 160%;
  background-image: url('../images/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image03.intro-image {
  height: 160%;
  background-image: url('../images/tarn-nguyen-4a52btspyY8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.35;
}

.logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo.left {
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.logo.wide {
  max-width: 800px;
}

.logo.wide.no-margin-bottom {
  margin-bottom: 0px;
  background-image: url('../images/tayner-logo02.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.container {
  position: absolute;
  display: block;
  overflow: visible;
  height: 20vh;
  max-height: 20vh;
  max-width: 20vw;
  background-image: url('../images/tayner-logo02.svg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  display: block;
  overflow: visible;
  width: 50vw;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner01 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.banner01.left {
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.banner01.wide {
  max-width: 800px;
}

.banner01.wide.no-margin-bottom {
  margin-top: -5%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.bg-image02-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image02-copy._1 {
  background-image: url('../images/troy-t-1457080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.bg-image02-copy.blog-post-image {
  height: 160%;
  opacity: 0.5;
}

.bg-image02-copy.faded {
  opacity: 0.5;
}

.bg-image02-copy.header-image-1 {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image02-copy.work-header-image {
  height: 160%;
  opacity: 0.6;
}

.bg-image02-copy.header-image-2 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181672-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image02-copy._3 {
  width: 100vw;
  height: auto;
  background-image: url('../images/tayner-section02-short.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image02-copy.hero-v1-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 14, 0, 0.2)), to(rgba(34, 14, 0, 0.2))), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 14, 0, 0.2), rgba(34, 14, 0, 0.2)), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image02-copy.blog-image {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.2;
}

.bg-image02-copy._4 {
  background-image: url('../images/andrey-zvyagintsev-1360431-unsplash.jpg');
  background-size: cover;
  opacity: 0.8;
}

.bg-image02-copy.header-image-3 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.45;
}

.bg-image02-copy._7 {
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
}

.bg-image02-copy.header-image-5 {
  height: 160%;
  background-image: url('../images/room-5LRUg3IwNpI-unsplash.jpg');
  background-position: 50% 80%;
  opacity: 0.7;
}

.bg-image02-copy._5 {
  background-image: url('../images/luca-bravo-1202673-unsplash.jpg');
  opacity: 0.6;
}

.bg-image02-copy.header-image-4 {
  height: 160%;
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.35;
}

.bg-image02-copy.header-image-6 {
  height: 160%;
  background-image: url('../images/christian-lambert-1532785-unsplash.jpg');
  background-position: 50% 70%;
}

.bg-image02-copy.header-image-7 {
  height: 160%;
  background-image: url('../images/london-wood-co-1378329-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  opacity: 0.4;
}

.bg-image02-copy.header-image-8 {
  height: 160%;
  background-image: url('../images/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image02-copy.intro-image {
  height: 160%;
  background-image: url('../images/tarn-nguyen-4a52btspyY8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.35;
}

.div-block-2 {
  width: auto;
}

.image {
  width: 7vw;
}

.bg-image02-copy-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image02-copy-copy._1 {
  background-image: url('../images/troy-t-1457080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.bg-image02-copy-copy.blog-post-image {
  height: 160%;
  opacity: 0.5;
}

.bg-image02-copy-copy.faded {
  opacity: 0.5;
}

.bg-image02-copy-copy.header-image-1 {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image02-copy-copy.work-header-image {
  height: 160%;
  opacity: 0.6;
}

.bg-image02-copy-copy.header-image-2 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181672-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image02-copy-copy._3 {
  width: 100vw;
  height: auto;
  background-image: url('../images/tayner-section03-short.jpg');
  background-size: cover;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image02-copy-copy.hero-v1-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 14, 0, 0.2)), to(rgba(34, 14, 0, 0.2))), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 14, 0, 0.2), rgba(34, 14, 0, 0.2)), url('../images/noah-buscher-1116159-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image02-copy-copy.blog-image {
  height: 160%;
  background-image: url('../images/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.2;
}

.bg-image02-copy-copy._4 {
  background-image: url('../images/andrey-zvyagintsev-1360431-unsplash.jpg');
  background-size: cover;
  opacity: 0.8;
}

.bg-image02-copy-copy.header-image-3 {
  height: 160%;
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.45;
}

.bg-image02-copy-copy._7 {
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
}

.bg-image02-copy-copy.header-image-5 {
  height: 160%;
  background-image: url('../images/room-5LRUg3IwNpI-unsplash.jpg');
  background-position: 50% 80%;
  opacity: 0.7;
}

.bg-image02-copy-copy._5 {
  background-image: url('../images/luca-bravo-1202673-unsplash.jpg');
  opacity: 0.6;
}

.bg-image02-copy-copy.header-image-4 {
  height: 160%;
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.35;
}

.bg-image02-copy-copy.header-image-6 {
  height: 160%;
  background-image: url('../images/christian-lambert-1532785-unsplash.jpg');
  background-position: 50% 70%;
}

.bg-image02-copy-copy.header-image-7 {
  height: 160%;
  background-image: url('../images/london-wood-co-1378329-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  opacity: 0.4;
}

.bg-image02-copy-copy.header-image-8 {
  height: 160%;
  background-image: url('../images/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image02-copy-copy.intro-image {
  height: 160%;
  background-image: url('../images/tarn-nguyen-4a52btspyY8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.35;
}

.section-contact {
  position: relative;
  z-index: 1;
  padding: 128px 4%;
  background-color: #fff;
  color: #151515;
}

.section-contact.no-padding-bottom {
  padding-bottom: 128px;
  background-color: #e2e2e2;
  opacity: 1;
}

.section-contact.dark-mask {
  overflow: hidden;
  background-color: #151515;
  color: #fff;
}

.section-contact.no-padding-top {
  padding-top: 128px;
  background-color: #e2e2e2;
}

.section-contact.no-padding-side {
  padding-right: 0px;
  padding-left: 0px;
}

.section-contact.page-header-section {
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 152px;
  background-color: #151515;
  color: #fff;
}

.section-contact.post-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 640px;
  -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;
}

.section-contact.footer-section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #383838;
  background-color: #e2e2e2;
  color: #e2e2e2;
}

.section-contact.hero-v2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact.work-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 600px;
  padding-top: 168px;
  padding-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.section-contact.mask {
  overflow: hidden;
}

.section-contact.blog-nav-section {
  padding-bottom: 0px;
}

.section-contact.hero-v3-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-contact.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 640px;
  -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;
}

.section-contact.blog-top-section {
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 152px;
  background-color: #151515;
  color: #fff;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 8px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.wrapper-start {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.wrapper-start.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  .section.no-padding-top {
    padding-top: 128px;
  }

  .side-block.small-padding-side {
    background-color: transparent;
  }

  .client {
    max-height: 144px;
  }

  .div-block {
    height: auto;
  }

  .bg-image02-copy._3 {
    background-color: #ff0101;
    background-image: url('../images/tayner-section02-long.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-contact.no-padding-top {
    padding-top: 128px;
  }

  .image-2 {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    background-color: #e2e2e2;
    color: #151515;
  }

  .section.no-padding-bottom {
    padding-bottom: 128px;
    background-color: #e2e2e2;
  }

  .section.no-padding-top {
    padding-top: 128px;
    background-color: #e2e2e2;
  }

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

  .wrapper {
    color: #151515;
  }

  .intro.wide.no-margin-bottom {
    max-width: 700px;
  }

  .text-label {
    color: #151515;
  }

  .text-grey {
    color: #151515;
  }

  .bg-image._3 {
    background-color: #e2e2e2;
    background-image: none;
    opacity: 1;
  }

  .input {
    padding-left: 8px;
    background-color: #e2e2e2;
    color: #e2e2e2;
  }

  .input.text-area {
    padding-left: 8px;
  }

  .paragraph-small.text-grey {
    color: #151515;
  }

  .side-block.no-padding-left {
    color: #151515;
  }

  .footer-v1-link {
    color: #151515;
  }

  .contact-v2 {
    color: #e2e2e2;
  }

  .process {
    color: #151515;
  }

  .step-info {
    color: #151515;
  }

  .heading {
    color: #151515;
  }

  .text-block-4 {
    color: #151515;
  }

  .text-block-5 {
    color: #151515;
  }

  .text-block-6 {
    color: #151515;
  }

  .text-block-7 {
    color: #151515;
  }

  .heading-2 {
    color: #151515;
  }

  .text-block-8 {
    color: #151515;
  }

  .heading-3 {
    color: #151515;
  }

  .text-block-9 {
    color: #151515;
  }

  .text-block-10 {
    color: #151515;
  }

  .heading-4 {
    color: #151515;
  }

  .text-block-11 {
    color: #151515;
  }

  .heading-6 {
    color: #151515;
  }

  .text-block-14 {
    color: #151515;
  }

  .text-block-15 {
    color: #151515;
  }

  .text-block-16 {
    color: #151515;
  }

  .text-block-17 {
    color: #151515;
  }

  .text-block-18 {
    color: #151515;
  }

  .text-block-19 {
    color: #151515;
  }

  .text-block-20 {
    color: #151515;
  }

  .text-block-21 {
    color: #151515;
  }

  .div-block {
    width: 45vw;
    height: auto;
  }

  .bg-image02-copy._3 {
    background-image: url('../images/tayner-section02-long.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-contact {
    background-color: #fff;
    color: #151515;
  }

  .section-contact.no-padding-bottom {
    padding-bottom: 128px;
    background-color: #e2e2e2;
  }

  .section-contact.no-padding-top {
    padding-top: 128px;
    background-color: #e2e2e2;
  }

  .section-contact.footer-section {
    background-color: #e2e2e2;
  }

  .info {
    color: #151515;
  }

  .wrapper-start {
    width: 100%;
    color: #151515;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-color: #e2e2e2;
    color: #fff;
  }

  .section.no-padding-bottom {
    padding-bottom: 128px;
    background-color: #e2e2e2;
  }

  .section.no-padding-top {
    padding-top: 128px;
    background-color: #e2e2e2;
  }

  .section.footer-section {
    border-top-style: none;
    background-color: #e2e2e2;
  }

  .text-label {
    margin-bottom: 30px;
    color: #151515;
    text-align: center;
  }

  .link-white {
    color: #151515;
  }

  .button.white {
    background-color: #151515;
  }

  .button.ghost.small {
    color: #151515;
  }

  .nav-bar {
    border: 1px none #fff;
    border-radius: 0px;
    opacity: 1;
  }

  .logo-text {
    color: #151515;
  }

  .text-grey {
    color: #151515;
  }

  .bg-image._3 {
    background-color: #e2e2e2;
    background-image: none;
    opacity: 1;
    color: #151515;
  }

  .input {
    padding-left: 5px;
    border-style: none;
    border-color: #151515;
    background-color: #e2e2e2;
    color: #151515;
  }

  .input.text-area {
    border-style: none;
    border-color: #151515;
  }

  .paragraph-small.text-grey {
    color: #151515;
  }

  .footer-v1-link {
    color: #151515;
  }

  .vertical-info-left {
    position: fixed;
  }

  .work-presentation {
    padding-right: 16%;
    padding-left: 16%;
  }

  .hero-v4-heading.margin-big {
    color: #141414;
  }

  .logo-description {
    border-style: none none none solid;
    border-width: 1px;
    border-color: #151515;
    color: #151515;
  }

  .menu-icon {
    color: #e94345;
  }

  .vertical-link {
    color: #151515;
  }

  .bg-symbol {
    opacity: 1;
  }

  .bg-image02._3 {
    background-image: url('../images/tayner-section01-long.png');
    opacity: 1;
  }

  .text-block {
    color: #151515;
  }

  .text-block-2 {
    color: #151515;
  }

  .text-block-3 {
    color: #fff;
  }

  .heading {
    color: #151515;
  }

  .text-block-4 {
    color: #151515;
  }

  .text-block-5 {
    color: #151515;
  }

  .text-block-6 {
    color: #151515;
  }

  .text-block-7 {
    color: #151515;
  }

  .heading-2 {
    color: #151515;
  }

  .text-block-8 {
    color: #151515;
  }

  .heading-3 {
    color: #151515;
  }

  .text-block-9 {
    color: #151515;
  }

  .text-block-10 {
    color: #151515;
  }

  .heading-4 {
    color: #151515;
  }

  .text-block-11 {
    color: #151515;
  }

  .heading-5 {
    color: #151515;
  }

  .text-block-12 {
    color: #151515;
  }

  .text-block-13 {
    color: #151515;
  }

  .heading-6 {
    color: #151515;
  }

  .heading-7 {
    color: #151515;
  }

  .heading-8 {
    color: #151515;
  }

  .heading-9 {
    color: #151515;
  }

  .text-block-14 {
    color: #151515;
  }

  .text-block-15 {
    color: #151515;
  }

  .text-block-16 {
    color: #151515;
  }

  .heading-10 {
    color: #151515;
  }

  .heading-11 {
    color: #151515;
  }

  .heading-12 {
    color: #151515;
  }

  .text-block-17 {
    color: #151515;
  }

  .text-block-18 {
    color: #151515;
  }

  .text-block-19 {
    color: #151515;
  }

  .heading-13 {
    color: #000;
  }

  .heading-14 {
    color: #151515;
  }

  .heading-15 {
    color: #151515;
  }

  .list-item {
    color: #151515;
  }

  .list-item-2 {
    color: #151515;
  }

  .list-item-3 {
    color: #151515;
  }

  .list-item-4 {
    color: #151515;
  }

  .text-block-20 {
    color: #151515;
  }

  .heading-16 {
    color: #151515;
  }

  .column {
    color: #151515;
  }

  .text-block-21 {
    color: #151515;
  }

  .body {
    background-color: #e2e2e2;
  }

  .bg-image03._3 {
    background-image: url('../images/tayner_section01.jpg');
    opacity: 1;
  }

  .div-block {
    width: 33vw;
    height: auto;
  }

  .bg-image02-copy._3 {
    background-color: transparent;
    background-image: url('../images/tayner-section02-long.jpg');
    background-size: cover;
    opacity: 1;
  }

  .image {
    width: 5vw;
  }

  .bg-image02-copy-copy._3 {
    background-image: url('../images/tayner-section03-long.jpg');
    background-size: cover;
    opacity: 1;
  }

  .section-contact {
    background-color: #fff;
    color: #fff;
  }

  .section-contact.no-padding-bottom {
    padding-bottom: 128px;
    background-color: #e2e2e2;
  }

  .section-contact.no-padding-top {
    padding-top: 128px;
    background-color: #e2e2e2;
  }

  .section-contact.footer-section {
    border-top-style: none;
    background-color: #e2e2e2;
  }

  .info {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #151515;
    font-size: 10px;
    text-align: center;
  }
}

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

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding: 80px 8px;
  }

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

  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.post-header-section {
    min-height: 520px;
  }

  .section.hero-v2-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 600px;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.work-header-section {
    min-height: 60vw;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-v3-section {
    min-height: 600px;
    background-color: #e2e2e2;
  }

  .section.video-section {
    min-height: 60vw;
  }

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

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .intro.left {
    margin-left: 0px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand {
    padding-right: 8px;
    padding-left: 24px;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .button.ghost.small {
    color: #151515;
  }

  .button.hero-v4-left {
    left: 32px;
    bottom: 32px;
    width: 170px;
  }

  .button.hero-v4-right {
    right: 32px;
    bottom: 32px;
    width: 170px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #383838;
    border-right-style: none;
  }

  .sg-sidebar-heading {
    padding: 20px;
  }

  .sg-sidebar-menu {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sg-sidebar-link {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sg-sidebar-link.w--current {
    box-shadow: inset 0 -2px 0 0 #ff7b3e;
  }

  .sg-back-link {
    position: relative;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .nav-dropdown-list.w--open {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link {
    font-size: 40px;
    line-height: 56px;
  }

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

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

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

  .nav-link.w--open {
    box-shadow: none;
  }

  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: transparent;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
    color: #151515;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .navigation {
    padding-right: 8px;
  }

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

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .nav-menu {
    padding-right: 32px;
    padding-left: 32px;
  }

  .logo-text {
    color: #151515;
    letter-spacing: 8px;
  }

  .breadcrumbs {
    padding: 16px 18px;
  }

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

  .blog-sidebar {
    width: 66.66%;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .blog-side-posts {
    width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input.no-margin {
    margin: 0px;
  }

  .input.search-input {
    margin: 0px;
  }

  .blog-category-link {
    margin-right: 32px;
    padding-top: 24px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .social-buttons.nav-menu-social {
    bottom: 32px;
  }

  .social-buttons.nav-menu-social-v2 {
    bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .divider {
    width: 88px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .side-blocks {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 12%;
    padding-left: 12%;
  }

  .side-block.no-padding-left {
    padding-left: 12%;
  }

  .side-block.small-padding-side {
    padding-right: 12%;
    padding-left: 12%;
  }

  .no-padding {
    padding: 0px;
  }

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

  .counter {
    padding: 40px 8px;
  }

  .counter-number {
    font-size: 48px;
    line-height: 64px;
  }

  .cta-message.big {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-photo-link {
    width: 25%;
    margin: 4px;
    -webkit-box-flex: 15%;
    -webkit-flex: 15%;
    -ms-flex: 15%;
    flex: 15%;
  }

  .features-v2 {
    width: 100%;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 2%;
  }

  .feature-v1 {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-v1:hover {
    border-color: transparent;
  }

  .side-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    margin-bottom: 56px;
  }

  .tab-link {
    font-size: 20px;
    line-height: 28px;
  }

  .side-video {
    height: 52vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .testimonials-v2 {
    max-width: 94vw;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }

  .footer-v1 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v1-nav {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v1-link {
    margin-right: 32px;
    margin-left: 0px;
  }

  .no-padding-left {
    padding-left: 0px;
  }

  .counter-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter-card {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .contact-v1 {
    margin-right: 8%;
    margin-left: 8%;
    padding: 64px 64px 24vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .protected-page {
    padding-right: 8px;
    padding-left: 8px;
  }

  .search {
    margin-bottom: 0px;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .contact-v2 {
    padding-left: 0%;
  }

  .contact-v2-form {
    width: 76%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-input-wrapper-50 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team {
    padding-right: 5%;
    padding-left: 5%;
  }

  .blog-post-text p {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h2 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h1 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h3 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text blockquote {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h4 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h5 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text ul {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h6 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text ol {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post {
    top: 0px;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .coming-soon {
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-v4 {
    width: 50%;
    padding-right: 5%;
    padding-left: 2%;
  }

  .layout {
    width: 50%;
    padding: 48px;
  }

  .testimonials-arrow {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .sidebar-card.no-padding {
    padding: 0px;
  }

  .sidebar-slide-image {
    height: 232px;
  }

  .sidebar-slider {
    height: 448px;
  }

  .sidebar-featured-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .post-top-info {
    margin-right: 12%;
    margin-left: 12%;
  }

  .media-message {
    margin: 16px;
  }

  .testimonials-v2-button {
    right: 0px;
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .testimonials-v2-button:hover {
    background-color: #fff;
    color: #151515;
  }

  .testimonials-v2-button.left {
    left: 0px;
  }

  .vertical-info-left {
    position: absolute;
    left: -225px;
    font-size: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .features {
    margin-right: 8px;
    margin-left: 8px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .engage-newsletter {
    padding-right: 8%;
    padding-left: 8%;
    border-top-style: none;
    border-bottom-style: none;
  }

  .join-form {
    width: 320px;
  }

  .post-first-letter {
    margin-left: 12%;
  }

  .works-masonry {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .works-masonry-item {
    padding: 32px;
  }

  .works-v1 {
    margin-top: -8px;
  }

  .works-v1.no-margin-bottom {
    margin-bottom: -32px;
  }

  .work-card {
    width: 50%;
    padding: 8px;
  }

  .work-v1 {
    margin-bottom: 16px;
  }

  .work-v1-thumb {
    height: 46vw;
  }

  .work-v1-thumb.fixed-height {
    height: 46vw;
  }

  .work-presentation p {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h2 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h1 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h3 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation blockquote {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h4 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h5 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation ul {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h6 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation ol {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .work-details {
    width: 36%;
    padding: 48px 48px 24px;
  }

  .work-details-text {
    font-size: 20px;
    line-height: 28px;
  }

  .work-nav-button {
    width: 120px;
    min-height: 120px;
  }

  .work-nav-info {
    width: auto;
    max-width: none;
  }

  .work-nav-arrow {
    margin-right: 16px;
    margin-left: 16px;
  }

  .menu-icon-line-bottom {
    background-color: #151515;
  }

  .nav-search-button {
    width: 48px;
    padding: 12px;
    color: transparent;
  }

  .footer-v1-social {
    width: 50%;
  }

  .footer-v1-contacts {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonial-v1-text {
    margin-top: 16px;
    font-size: 25px;
    line-height: 40px;
  }

  .testimonial-v1-avatar {
    width: 88px;
    height: 88px;
  }

  .testimonial-v1-bg {
    width: 400px;
    height: 400px;
  }

  .testimonial-v1 {
    width: 80%;
    height: 440px;
    max-width: none;
    min-height: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-v4-slide {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
  }

  .hero-v4-slider {
    height: 610px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-v4-heading {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 64px;
  }

  .hero-v4-heading.margin-big {
    margin-bottom: 24px;
  }

  .team-member {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .contact-v1-form {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contact-v1-info {
    width: auto;
    padding: 0px 55px 64px 8px;
  }

  .subscribe-v2-form-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .post-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post-slider {
    width: 50vw;
    height: 60vw;
  }

  .post-slider-button {
    left: 66px;
    margin-bottom: 56px;
  }

  .logo-description {
    border-left-color: #151515;
    color: #151515;
  }

  .slide-progress {
    left: 240px;
    right: 240px;
    bottom: 54px;
    height: 2px;
  }

  .vertical-link {
    font-size: 0px;
  }

  .side-nav {
    display: none;
  }

  .feature-icon {
    width: 56px;
  }

  .post-slider-info {
    width: 46vw;
    padding-top: 56px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .page-intro {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .top-post-card {
    height: 54vw;
  }

  .sidebar-heading-symbol {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-nav-bar {
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-v1 {
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .post-v1-thumb {
    width: 32vw;
    height: 32vw;
    max-width: none;
  }

  .nav-bar-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-bar-contacts {
    padding-right: 24px;
    padding-left: 24px;
  }

  .scroll-intro {
    position: relative;
    margin-top: 0px;
  }

  .scroll-section {
    width: auto;
    height: auto;
    padding-top: 144px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .scroll-track {
    position: static;
    margin-right: -16px;
    margin-left: -16px;
  }

  .scroll-container {
    overflow: visible;
    width: auto;
    height: auto;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scroll-works {
    width: auto;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .scroll-work {
    width: 100%;
    height: 90vw;
    padding: 8px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-v2 {
    padding: 48px 6%;
  }

  .work-v2-info {
    width: 75%;
  }

  .circle-button.masonry-work-button {
    display: none;
  }

  .circle-button.hero-v3-showreel {
    width: 80px;
    height: 80px;
  }

  .portfolio-button {
    position: fixed;
    margin: 20px;
  }

  .instagram-info {
    width: 50%;
    margin: 4px;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-flex: 90%;
    -webkit-flex: 90%;
    -ms-flex: 90%;
    flex: 90%;
  }

  .instagram-icon {
    width: 30vw;
  }

  .blog-intro {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blog-intro.sticky {
    position: static;
  }

  .engage {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .engage-heading {
    margin-top: 8px;
  }

  .big-quote {
    padding-right: 4%;
    padding-left: 4%;
    font-size: 32px;
    line-height: 48px;
  }

  .feature-circle {
    display: none;
  }

  .client-logo {
    height: 30%;
  }

  .accordion-info {
    padding-left: 64px;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .services-accordion {
    padding-top: 0px;
  }

  .hero-v2-left {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-v2-right {
    width: 260px;
    margin-right: 0px;
    padding-right: 24px;
    padding-left: 0px;
  }

  .hero-counter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-counter-number {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 48px;
  }

  .hero-counter-line {
    width: 32px;
    height: 2px;
    margin-top: 1px;
    margin-left: 12px;
  }

  .scroll-icon-link {
    display: none;
  }

  .bg-symbol {
    font-size: 64vw;
    line-height: 53vw;
  }

  .scroll-link {
    display: none;
  }

  .hero-v3-video {
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .bg-text {
    font-size: 440px;
    line-height: 320px;
  }

  .bg-text-wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .promo-image-1 {
    width: 60%;
  }

  .promo-image-2 {
    width: 35%;
    margin-left: 12%;
  }

  .hero-v5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    min-height: 100vh;
    margin-top: -80px;
    padding: 160px 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-v5-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-social {
    position: absolute;
    left: -1px;
    top: auto;
    right: -1px;
    bottom: -1px;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-social-link {
    width: auto;
    height: 15vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 1px 0 0 0 #383838;
  }

  .cta-icon {
    width: 56px;
  }

  .testimonials-v1-button {
    right: 0px;
  }

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

  .testimonials-v1-button.left {
    left: 8px;
  }

  .testimonials-v1-button.right {
    right: 8px;
  }

  .work-intro {
    margin-right: 8px;
    margin-left: 8px;
  }

  .work-info {
    padding: 48px;
  }

  .post-card-v3 {
    padding: 8px;
  }

  .post-v3 {
    height: 54vw;
  }

  .engage-social {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    border-top: 1px solid #383838;
    border-left-style: none;
  }

  .nav-bottom-right-info {
    bottom: 36px;
  }

  .contact-social-icon {
    width: 28px;
  }

  .main-grid {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .blog-search-input {
    width: 60px;
    padding-left: 60px;
    border-radius: 0px;
    background-image: url('../images/search-icon-white.svg');
    background-position: 17px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }

  .blog-search-input:hover {
    width: 270px;
  }

  .blog-search-input::-webkit-input-placeholder {
    color: transparent;
  }

  .blog-search-input:-ms-input-placeholder {
    color: transparent;
  }

  .blog-search-input::-ms-input-placeholder {
    color: transparent;
  }

  .blog-search-input::placeholder {
    color: transparent;
  }

  .blog-search-button {
    display: none;
  }

  .top-button {
    right: 12px;
    bottom: 12px;
  }

  ._2-buttons {
    margin-right: 8px;
    grid-column-gap: 12px;
  }

  .flex-left.sticky {
    position: static;
  }

  .loading-icon {
    width: 36px;
  }

  .blog-tags {
    margin-right: 12%;
    margin-left: 12%;
  }

  .process {
    margin-right: -16px;
    margin-left: -16px;
  }

  .centered-content-box {
    min-height: 60vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .nav-bar-v2 {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: #151515;
  }

  .navigation-v2 {
    padding-right: 8px;
  }

  .nav-link-v2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0px;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.7vh;
  }

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

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

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

  .nav-link-v2.w--open {
    box-shadow: none;
  }

  .nav-menu-links-v2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bottom-right-info-v2 {
    bottom: 36px;
    display: block;
  }

  .menu-button-v2 {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

  .menu-button-v2.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .nav-menu-v2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: 100vh;
    max-height: 100vh;
    padding-top: 112px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #151515;
  }

  .nav-dropdown-list-v2.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-link-v2 {
    padding: 12px 16px;
  }

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

  .nav-dropdown-link-v2:visited {
    color: #fff;
  }

  .nav-dropdown-link-v2.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .text-block {
    color: #151515;
  }

  .text-block-2 {
    color: #151515;
  }

  .body {
    background-color: #e2e2e2;
  }

  .logo {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .logo.left {
    margin-left: 0px;
  }

  .banner01 {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .banner01.left {
    margin-left: 0px;
  }

  .banner01.wide.no-margin-bottom {
    margin-top: -5%;
  }

  .image {
    width: 13vw;
  }

  .section-contact {
    padding: 80px 8px;
  }

  .section-contact.no-padding-top {
    padding-top: 80px;
  }

  .section-contact.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-contact.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-contact.post-header-section {
    min-height: 520px;
  }

  .section-contact.hero-v2-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 600px;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-contact.work-header-section {
    min-height: 60vw;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-contact.hero-v3-section {
    min-height: 600px;
  }

  .section-contact.video-section {
    min-height: 60vw;
  }

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

  .info {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .wrapper-start.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .section.no-padding-top {
    padding-top: 64px;
  }

  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.post-header-section {
    min-height: 360px;
  }

  .section.hero-v2-section {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.work-header-section {
    min-height: 50vw;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-v3-section {
    min-height: 480px;
  }

  .section.blog-top-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding: 10px 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .changelog {
    width: 100%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 32px;
  }

  .licence-item-info {
    padding-left: 32px;
  }

  .button.hero-v4-left {
    left: 16px;
    bottom: 20px;
  }

  .button.hero-v4-right {
    right: 16px;
    bottom: 20px;
  }

  .button.search-button {
    display: none;
  }

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

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0px;
    background-color: transparent;
  }

  .navigation {
    padding-right: 0px;
  }

  .nav-dropdown-link {
    padding: 8px 12px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .logo-text {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 6px;
  }

  .breadcrumbs {
    padding: 10px;
  }

  .blog-sidebar {
    width: 83.33%;
  }

  .input.no-margin {
    margin: 0px;
  }

  .input.search-input {
    margin: 0px;
  }

  .blog-category-link {
    margin-right: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .social-buttons.nav-menu-social {
    bottom: 16px;
  }

  .social-buttons.nav-menu-social-v2 {
    bottom: 16px;
  }

  .paragraph-big {
    font-size: 15px;
  }

  .no-padding {
    padding: 0px;
  }

  .card {
    min-height: 320px;
  }

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

  .counters {
    padding-bottom: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter {
    width: 50%;
    margin-bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cta-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .instagram-photo-link {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .feature-v1 {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab-link {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-slide {
    padding-right: 72px;
    padding-left: 72px;
  }

  .testimonial-v2 {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-v2-avatar {
    margin-bottom: 4px;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    font-size: 17px;
    line-height: 24px;
  }

  .no-padding-left {
    padding-left: 0px;
  }

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

  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-v1 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .password-card {
    min-width: 400px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .team {
    padding-right: 2%;
    padding-left: 2%;
  }

  .blog-post-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post {
    padding-top: 48px;
  }

  .coming-soon-card {
    max-width: 90%;
  }

  .features-v4 {
    margin-bottom: -48px;
  }

  .feature-v4 {
    display: block;
    width: 100%;
    margin-bottom: 48px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .layout {
    padding: 40px;
  }

  .sidebar-card.no-padding {
    padding: 0px;
  }

  .media-message {
    margin: 12px;
  }

  .link-highlight.nav-link-line {
    bottom: 40%;
    height: 3px;
  }

  .link-highlight.nav-link-v2-line {
    bottom: 40%;
    height: 3px;
  }

  .vertical-info-left {
    display: none;
  }

  .features {
    margin-right: -9px;
    margin-left: -9px;
  }

  .engage-newsletter {
    padding-right: 12%;
    padding-left: 12%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .join-form {
    width: 100%;
  }

  .post-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .works-masonry {
    margin-right: 16px;
    margin-left: 16px;
  }

  .works-masonry-item {
    padding: 24px;
  }

  .work-v1 {
    margin-bottom: 8px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .work-details {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }

  .work-nav {
    margin-right: -1px;
    margin-left: -1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-nav-link {
    min-height: 120px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .work-nav-link.right {
    padding-right: 24px;
    border-left: 1px solid #383838;
    text-align: center;
  }

  .work-nav-button {
    width: 100%;
    height: 120px;
    min-height: 0px;
    margin-bottom: -1px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .work-nav-arrow {
    display: none;
    margin-top: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-search-button {
    width: 44px;
    padding: 10px;
  }

  .testimonial-v1-text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
  }

  .testimonial-v1-avatar {
    width: 80px;
    height: 80px;
  }

  .testimonial-v1-bg {
    width: 320px;
    height: 320px;
  }

  .testimonial-v1 {
    width: 75%;
    height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-v4-slider {
    height: 480px;
  }

  .hero-v4-content {
    padding-right: 32px;
    padding-bottom: 8px;
    padding-left: 32px;
  }

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

  .team-member {
    padding-right: 4%;
    padding-left: 4%;
  }

  .team-card {
    height: 320px;
  }

  .team-card-info {
    margin-bottom: 48px;
  }

  .contact-v1-info {
    padding-right: 8px;
    padding-bottom: 48px;
  }

  .post-slider-button {
    left: 50px;
    top: 296px;
    margin-bottom: 40px;
  }

  .post-slide-nav {
    margin-bottom: 0px;
  }

  .logo-description {
    display: none;
  }

  .slide-progress {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .post-slider-info {
    padding: 40px 32px;
  }

  .top-post {
    width: 100%;
  }

  .top-post-card {
    height: 46vw;
  }

  .post-v1 {
    padding-bottom: 32px;
  }

  .post-card-v1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post-v1-thumb {
    max-width: 44%;
  }

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

  .nav-bar-contacts {
    padding-right: 16px;
  }

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

  .scroll-section {
    padding-top: 96px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .scroll-track {
    margin-right: 0px;
    margin-left: 0px;
  }

  .scroll-container {
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .scroll-work {
    height: 50vw;
  }

  .work-v2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-v2-info {
    width: 100%;
  }

  .circle-button.hero-v3-showreel {
    width: 72px;
    height: 72px;
    margin-left: 16px;
  }

  .portfolio-button {
    margin: 16px;
  }

  .work-v2-hover-info {
    display: none;
  }

  .post-card-hover-info {
    display: none;
  }

  .instagram-info {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .instagram-icon {
    width: 38vw;
  }

  .engage-heading {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .big-quote {
    font-size: 24px;
    line-height: 36px;
  }

  .clients {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client {
    width: 33.33%;
    height: 12vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 1px 0 0 #383838;
  }

  .client-logo {
    height: 34%;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .testimonial-v2-info {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-v2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-v2-right {
    width: 200px;
  }

  .hero-counter {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-v3-video {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .bg-text {
    font-size: 400px;
    line-height: 280px;
  }

  .bg-text-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .engage-form-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-v5 {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .hero-v5-works {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work-intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-info {
    width: 100%;
    padding-right: 12px;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #383838;
    border-right-style: none;
  }

  .post-v3 {
    height: 46vw;
  }

  .engage-social {
    padding-right: 12%;
    padding-left: 12%;
  }

  .nav-bottom-right-info {
    bottom: 20px;
  }

  .contact-social-icon {
    width: 24px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .blog-search {
    height: 64px;
  }

  .blog-search-shadow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .top-button {
    display: none;
  }

  .first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step-number {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .step-info {
    padding: 8px 6%;
  }

  .centered-content-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav-bar-v2 {
    height: 64px;
    padding-left: 0px;
  }

  .navigation-v2 {
    padding-right: 0px;
  }

  .nav-link-v2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bottom-right-info-v2 {
    bottom: 20px;
  }

  .nav-menu-v2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-dropdown-link-v2 {
    padding: 8px 12px;
  }

  .bg-image02._3 {
    background-image: url('../images/tayner-section01-short.png');
  }

  .bg-image03._3 {
    background-image: url('../images/tayner_section01.jpg');
  }

  .logo {
    margin-bottom: 48px;
  }

  .banner01 {
    margin-bottom: 48px;
  }

  .bg-image02-copy._3 {
    background-image: url('../images/tayner-section02-short.png');
  }

  .image {
    width: 15vw;
  }

  .bg-image02-copy-copy._3 {
    background-image: url('../images/tayner-section03-short.jpg');
    background-size: cover;
  }

  .section-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-contact.no-padding-top {
    padding-top: 64px;
  }

  .section-contact.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-contact.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-contact.post-header-section {
    min-height: 360px;
  }

  .section-contact.hero-v2-section {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section-contact.work-header-section {
    min-height: 50vw;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-contact.hero-v3-section {
    min-height: 480px;
  }

  .section-contact.blog-top-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-color: #e2e2e2;
    color: #fff;
  }

  .section.no-padding-bottom {
    padding-bottom: 64px;
    background-color: #e2e2e2;
  }

  .section.no-padding-top {
    background-color: #e2e2e2;
  }

  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.post-header-section {
    min-height: 440px;
  }

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

  .section.work-header-section {
    min-height: 72vw;
  }

  .section.blog-nav-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero-v3-section {
    min-height: 600px;
  }

  .section.video-section {
    min-height: 0vw;
  }

  .no-margin {
    margin: 0px;
  }

  .text-label {
    color: #151515;
    font-size: 8px;
    line-height: 16px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .licence-item {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-item-info {
    margin-top: 16px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button.ghost.small {
    color: #151515;
  }

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.hero-v4-left {
    width: 136px;
  }

  .button.hero-v4-right {
    width: 136px;
  }

  .sg-button-block {
    width: 100%;
  }

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

  .nav-bar {
    border-radius: 0px;
    background-color: transparent;
  }

  .navigation {
    padding-left: 0px;
  }

  .logo-text {
    color: #151515;
  }

  .text-grey {
    color: #151515;
  }

  .bg-image._3 {
    background-color: #e2e2e2;
    background-image: none;
    opacity: 1;
  }

  .blog-sidebar {
    width: 100%;
  }

  .input {
    padding-left: 8px;
    border-bottom-color: #151515;
    background-color: #e2e2e2;
  }

  .input.no-margin {
    margin: 0px;
  }

  .input.search-input {
    margin: 0px;
  }

  .blog-category-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: none;
    font-family: Roboto, sans-serif;
    font-size: 15px;
  }

  .blog-category-link.w--current {
    box-shadow: none;
    color: #ff7b3e;
  }

  .paragraph-small.text-grey {
    color: #151515;
  }

  .social-buttons.nav-menu-social {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .social-buttons.nav-menu-social-v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .inline-elements {
    width: 100%;
    -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;
  }

  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-block.no-padding-left {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-block.small-padding-side {
    padding-right: 8px;
    padding-left: 8px;
  }

  .no-padding {
    padding: 0px;
  }

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

  .counter {
    width: 100%;
    margin-right: 0px;
  }

  .cta-message {
    text-align: center;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .testimonials-v1 {
    margin-bottom: 48px;
  }

  .features-v2 {
    width: 100%;
    padding-right: 0%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-side-info {
    margin-left: 16px;
  }

  .side-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    display: block;
    text-align: center;
  }

  .side-video {
    height: 68vw;
  }

  .link {
    color: #151515;
  }

  .testimonials-v2 {
    max-width: none;
    margin-right: -8px;
    margin-left: -8px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-mask {
    overflow: visible;
  }

  .testimonials-v2-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonial-v2 {
    padding-right: 8%;
    padding-bottom: 40px;
    padding-left: 8%;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    margin-right: 20px;
    margin-bottom: 12px;
    color: #151515;
  }

  .no-padding-left {
    padding-left: 0px;
  }

  .counter-card {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .contact-v1 {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 16px;
    padding-bottom: 32vw;
    padding-left: 16px;
    border-right-style: none;
    border-left-style: none;
  }

  .password-card {
    min-width: 0px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    -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;
  }

  .contact-v2-form {
    width: 100%;
    max-width: none;
  }

  .side-input-wrapper-50 {
    width: 100%;
  }

  .team {
    padding-right: 0%;
    padding-left: 0%;
  }

  .blog-post-text p {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h2 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h1 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h3 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text blockquote {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h4 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h5 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text ul {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h6 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text ol {
    margin-right: 0%;
    margin-left: 0%;
  }

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

  .coming-soon-card {
    max-width: 94%;
    padding: 48px 10%;
  }

  .feature-v4 {
    width: 100%;
  }

  .layout {
    width: 100%;
  }

  .testimonials-arrow {
    display: none;
  }

  .sidebar-card.no-padding {
    padding: 0px;
  }

  .sidebar-slide-image {
    height: 200px;
  }

  .sidebar-slider {
    height: 416px;
  }

  .post-top-info {
    margin-right: 0%;
    margin-left: 0%;
  }

  .media-message {
    max-width: 100%;
  }

  .testimonials-v2-button {
    display: none;
  }

  .vertical-info-left {
    height: 40px;
    padding-right: 48px;
  }

  .features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .engage-newsletter {
    padding: 40px;
  }

  .join-form {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .post-first-letter {
    margin-left: 0%;
  }

  .works-masonry {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .works-masonry-item {
    padding: 0px 0px 24px;
  }

  .work-card {
    width: 100%;
  }

  .work-v1-thumb {
    height: 90vw;
  }

  .work-v1-thumb.fixed-height {
    height: 90vw;
  }

  .work-presentation {
    margin-right: 0px;
    margin-left: 0px;
  }

  .work-presentation p {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h2 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h1 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h3 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation blockquote {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h4 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h5 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation ul {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h6 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation ol {
    margin-right: 0%;
    margin-left: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-details {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .work-details-text {
    margin-top: 4px;
  }

  .work-nav-link {
    width: 100%;
    padding: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-nav-link.right {
    margin-top: -1px;
  }

  .footer-v1-social {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-v1-contacts {
    width: 50%;
    padding-bottom: 32px;
  }

  .testimonials-v1-nav {
    display: block;
    height: 32px;
    margin-bottom: 8px;
    font-size: 7px;
  }

  .testimonial-v1-bg {
    width: 300px;
    height: 300px;
  }

  .testimonial-v1 {
    width: 100%;
    height: 376px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonial-v1-author-name {
    margin-bottom: 0px;
  }

  .hero-v4-slider {
    height: 560px;
  }

  .hero-v4-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-v4-heading.margin-big {
    color: #151515;
    font-size: 30px;
    line-height: 40px;
  }

  .team-member {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-card {
    height: 368px;
  }

  .team-card-info {
    margin-bottom: 40px;
  }

  .post-slider {
    width: 92%;
    height: 104vw;
  }

  .post-slider-button {
    top: 176px;
    display: none;
  }

  .categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-links {
    padding-bottom: 160px;
  }

  .feature-icon {
    font-size: 0px;
  }

  .post-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-slider-info {
    width: auto;
    padding-left: 0px;
    border-style: none;
  }

  .top-posts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-post {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-post-card {
    height: 92vw;
  }

  .blog-nav-bar {
    display: block;
    margin: 0px 0px 32px;
    padding-right: 16px;
    padding-left: 16px;
    -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;
    border-bottom-style: none;
  }

  .blog-categories {
    -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;
  }

  .post-card-v1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-v1-thumb {
    width: 100%;
    height: 80vw;
    max-width: none;
  }

  .post-v1-content {
    padding-top: 32px;
    padding-bottom: 24px;
    padding-left: 0%;
  }

  .nav-bar-contacts {
    display: none;
  }

  .scroll-work {
    height: 120vw;
    min-height: 0vw;
  }

  .work-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .instagram-icon {
    width: 47vw;
  }

  .engage-heading {
    margin: 0px;
  }

  .client {
    height: 18vw;
  }

  .hero-v2 {
    display: block;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-v2-left {
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-v2-right {
    display: block;
    width: auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-counter {
    padding-left: 0px;
    text-align: left;
  }

  .hero-counter-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .hero-counter-line {
    margin-right: 12px;
    margin-left: 0px;
  }

  .licence-link-divider {
    margin-top: -4px;
    margin-bottom: -4px;
    opacity: 0;
  }

  .bg-symbol {
    font-size: 120vw;
    line-height: 100vw;
  }

  .promo-image-1 {
    width: 66%;
  }

  .promo-image-2 {
    width: 42%;
    margin-left: 8px;
  }

  .hero-v5 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-social-link {
    height: 18vw;
  }

  .testimonials-v1-button {
    margin-bottom: -6px;
  }

  .work-info {
    padding-right: 32px;
    padding-left: 32px;
  }

  .post-card-v3 {
    width: 100%;
  }

  .post-v3 {
    height: 92vw;
  }

  .engage-social {
    padding: 40px;
  }

  .paperplane-icon {
    left: 0%;
    bottom: 10%;
    width: 64%;
  }

  .nav-bottom-right-info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 16px;
    text-align: center;
  }

  .contact-social-icon {
    width: 20px;
  }

  .main-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .blog-search {
    position: relative;
    height: 60px;
    margin-right: -16px;
    margin-bottom: 32px;
    margin-left: -16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blog-search-input {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #383838;
  }

  .blog-search-input:focus {
    border-bottom-color: #ff7b3e;
  }

  .blog-search-button {
    width: 64px;
  }

  .blog-search-shadow {
    display: none;
  }

  .list-dropdown {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-style: solid;
    border-width: 1px;
    border-color: #383838;
  }

  .list-dropdown-heading {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 0px 40px 0px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .list-dropdown-arrow {
    position: absolute;
    right: 20px;
    width: 16px;
    opacity: 0.5;
  }

  .back-to-top {
    background-color: #151515;
  }

  .top {
    background-color: #b98d8e;
  }

  ._2-buttons {
    width: 100%;
    justify-items: center;
  }

  .blog-tags {
    margin-right: 0%;
    margin-left: 0%;
  }

  .first-letter {
    margin-left: 0%;
  }

  .step {
    border-bottom-style: none;
  }

  .step-number {
    min-width: 72px;
    font-size: 30px;
  }

  .step-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-v2 {
    padding-left: 0px;
  }

  .nav-menu-links-v2 {
    padding-bottom: 160px;
  }

  .nav-bottom-right-info-v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 16px;
    text-align: center;
  }

  .bg-image02._3 {
    background-image: url('../images/tayner-section01-short.png');
    background-position: 30% 50%;
    background-size: cover;
    opacity: 1;
  }

  .heading {
    color: #151515;
  }

  .text-block-4 {
    color: #151515;
  }

  .text-block-5 {
    color: #151515;
  }

  .text-block-6 {
    color: #151515;
  }

  .text-block-7 {
    color: #151515;
  }

  .heading-2 {
    color: #151515;
  }

  .text-block-8 {
    color: #151515;
  }

  .heading-3 {
    color: #151515;
  }

  .text-block-9 {
    color: #151515;
  }

  .text-block-10 {
    color: #151515;
  }

  .heading-4 {
    color: #151515;
  }

  .text-block-11 {
    color: #151515;
  }

  .heading-5 {
    color: #151515;
  }

  .text-block-12 {
    color: #151515;
  }

  .text-block-13 {
    color: #151515;
  }

  .heading-6 {
    color: #151515;
  }

  .heading-7 {
    color: #151515;
  }

  .heading-8 {
    color: #151515;
  }

  .heading-9 {
    color: #151515;
  }

  .text-block-15 {
    color: #151515;
  }

  .heading-10 {
    color: #151515;
  }

  .heading-11 {
    color: #151515;
  }

  .heading-12 {
    color: #151515;
  }

  .heading-13 {
    color: #151515;
  }

  .heading-14 {
    color: #151515;
  }

  .heading-16 {
    color: #151515;
  }

  .bg-image03._3 {
    opacity: 1;
  }

  .div-block {
    width: 70vw;
  }

  .banner01.wide.no-margin-bottom {
    margin-top: -10%;
  }

  .bg-image02-copy._3 {
    background-image: url('../images/tayner-section02-short.png');
    background-position: 30% 50%;
    background-size: cover;
    opacity: 1;
  }

  .image {
    width: 25vw;
  }

  .bg-image02-copy-copy._3 {
    background-image: url('../images/tayner-section03-short.jpg');
    background-position: 90% 50%;
    background-size: cover;
    opacity: 1;
  }

  .section-contact {
    background-color: #fff;
    color: #fff;
  }

  .section-contact.no-padding-bottom {
    padding-bottom: 64px;
    background-color: #e2e2e2;
  }

  .section-contact.no-padding-top {
    background-color: #e2e2e2;
  }

  .section-contact.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-contact.post-header-section {
    min-height: 440px;
  }

  .section-contact.footer-section {
    background-color: #e2e2e2;
    color: #e2e2e2;
  }

  .section-contact.work-header-section {
    min-height: 72vw;
  }

  .section-contact.blog-nav-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-contact.hero-v3-section {
    min-height: 600px;
  }

  .section-contact.video-section {
    min-height: 0vw;
  }

  .info {
    color: #151515;
    font-size: 8px;
    line-height: 16px;
  }

  .wrapper-start {
    height: auto;
  }
}

#w-node-968b33819fbc-ec1976fe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-968b33819fc4-ec1976fe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-968b33819fe2-ec1976fe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-968b33819fea-ec1976fe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-ee85e0324059-45197779 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ee85e0324064-45197779 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb00bfe59dfb-9319777e {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
}

#w-node-1bacc85f0f1a-9319777e {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-5a9913fab3c3-99197787 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
}

#w-node-61a6092e26c2-79197788 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-61a6092e26ca-79197788 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-0272856b4141-79197788 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-0272856b4149-79197788 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-391fb391431b-cd19778f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-e14f8f1a41b6-cd19778f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-60d73c85b699-cd19778f {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6b51d8d6830-cd19778f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
}

#w-node-fa83d2f55b11-cd19778f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-fa83d2f55b18-cd19778f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ba2c0d2ea1a4-cd19778f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ba2c0d2ea1af-cd19778f {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-511a3f5c6e80-cd19778f {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e23f78d89b57-cd19778f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e23f78d89b66-cd19778f {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-4ec9d733b8bd-cd19778f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
}

#w-node-093561dcd3cd-65197790 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-093561dcd3d0-65197790 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-093561dcd3d3-65197790 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-093561dcd3d6-65197790 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-15ee80c4797c-42197792 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-150b6547809f-42197792 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-2d4473f35a9c-42197792 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-7f18e7682316-42197792 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-3d0ee7512afe-42197792 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-e82a83b0852c-42197792 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a3580e7306e4-42197792 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a3580e7306f3-42197792 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-968b33819fbc-ec1976fe {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-968b33819fc4-ec1976fe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-968b33819fe2-ec1976fe {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-968b33819fea-ec1976fe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-ee85e0324059-45197779 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eb00bfe59dfb-9319777e {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
  }

  #w-node-1bacc85f0f1a-9319777e {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-5a9913fab3c3-99197787 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }

  #w-node-61a6092e26c2-79197788 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-61a6092e26ca-79197788 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-0272856b4141-79197788 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-0272856b4149-79197788 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-391fb391431b-cd19778f {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e14f8f1a41b6-cd19778f {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-60d73c85b699-cd19778f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-d6b51d8d6830-cd19778f {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }

  #w-node-fa83d2f55b11-cd19778f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-fa83d2f55b18-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ba2c0d2ea1a4-cd19778f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-511a3f5c6e80-cd19778f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-e23f78d89b57-cd19778f {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e23f78d89b66-cd19778f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-4ec9d733b8bd-cd19778f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-15ee80c4797c-42197792 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-150b6547809f-42197792 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-2d4473f35a9c-42197792 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-7f18e7682316-42197792 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-3d0ee7512afe-42197792 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-e82a83b0852c-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a3580e7306e4-42197792 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a3580e7306f3-42197792 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-968b33819fbc-ec1976fe {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-968b33819fe2-ec1976fe {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-61a6092e26c2-79197788 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0272856b4141-79197788 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-391fb391431b-cd19778f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e14f8f1a41b6-cd19778f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fa83d2f55b11-cd19778f {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-fa83d2f55b18-cd19778f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e23f78d89b57-cd19778f {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
  }

  #w-node-15ee80c4797c-42197792 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-150b6547809f-42197792 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-2d4473f35a9c-42197792 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-3d0ee7512afe-42197792 {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-e82a83b0852c-42197792 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a3580e7306e4-42197792 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-968b33819fbc-ec1976fe {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-968b33819fc4-ec1976fe {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-968b33819fe2-ec1976fe {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-968b33819fea-ec1976fe {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ee85e0324059-45197779 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ee85e0324064-45197779 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-eb00bfe59dfb-9319777e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-1bacc85f0f1a-9319777e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-61a6092e26c2-79197788 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-61a6092e26ca-79197788 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-0272856b4141-79197788 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-0272856b4149-79197788 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-391fb391431b-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-e14f8f1a41b6-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-60d73c85b699-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-fa83d2f55b11-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fa83d2f55b18-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ba2c0d2ea1a4-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ba2c0d2ea1af-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-511a3f5c6e80-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-e23f78d89b57-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e23f78d89b66-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-4ec9d733b8bd-cd19778f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-15ee80c4797c-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-150b6547809f-42197792 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-2d4473f35a9c-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-7f18e7682316-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-3d0ee7512afe-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e82a83b0852c-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a3580e7306e4-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3580e7306f3-42197792 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

