h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

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

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

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

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

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

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

a {
  color: #7567f8;
  text-decoration: none;
}

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

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

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

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  border-left: 3px solid #ffa535;
  font-size: 22px;
  line-height: 32px;
}

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

figcaption {
  margin-top: 9px;
  color: #9096a4;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.body {
  font-family: Lato, sans-serif;
  color: #2e323c;
  font-size: 16px;
  line-height: 28px;
}

.section {
  overflow: hidden;
  margin-top: 63px;
  margin-bottom: 0px;
  padding: 56px 24px;
  border-radius: 20px;
  background-color: #fafafa;
  text-align: center;
}

.section.testimonials-color-image {
  background-color: #7567f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 103, 248, 0.85)), to(rgba(117, 103, 248, 0.85))), url('../images/sergey-zolkin-192937.jpg');
  background-image: linear-gradient(180deg, rgba(117, 103, 248, 0.85), rgba(117, 103, 248, 0.85)), url('../images/sergey-zolkin-192937.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.grey-section {
  position: relative;
  z-index: 100;
  display: none;
  margin-top: -91px;
  padding-top: 0px;
  padding-bottom: 58px;
  background-color: transparent;
}

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

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

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

.section.no-top-padding.no-bottom-padding {
  background-color: #fff;
}

.section.testimonials-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/grovemade-239358_1.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/grovemade-239358_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.services-color-bg-section {
  background-color: #7567f8;
}

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

.section.contact-image {
  position: relative;
  z-index: 2;
  padding-top: 219px;
  padding-bottom: 219px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.2)), to(rgba(46, 50, 60, 0.2))), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.2), rgba(46, 50, 60, 0.2)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.contact-image.scroll-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/grovemade-239358_1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/grovemade-239358_1.jpg');
  background-attachment: scroll, scroll;
}

.section.dark-grey-section {
  background-color: #edeff4;
}

.section.subpagesection {
  margin-top: 13px;
  padding-top: 42px;
  padding-bottom: 62px;
  background-color: #fff;
}

.section.finanzen {
  padding-top: 79px;
  padding-bottom: 79px;
}

.section.finanzen.gray {
  margin-bottom: -65px;
  border-radius: 20px;
  background-color: #fff;
  text-align: right;
}

.wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: block;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  -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;
}

.wrapper.services-big-cards {
  margin-bottom: -120px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.wrapper.services-big-cards.nominus {
  margin-bottom: 40px;
}

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

.button {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

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

.button.contact-button {
  margin-top: 16px;
  padding-top: 7px;
}

.button.contact-ready-button {
  margin-top: 24px;
  margin-bottom: -80px;
}

.button.footer-big-subscribe-button {
  margin-left: 24px;
  padding-top: 7px;
}

.button.hero-slider-button {
  margin-top: 17px;
  margin-bottom: 43px;
  background-color: #29ce42;
  background-image: -webkit-gradient(linear, left top, right top, from(#18964c), to(#29ce42));
  background-image: linear-gradient(90deg, #18964c, #29ce42);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.hero-slider-button:hover {
  box-shadow: 0 5px 18px 0 rgba(41, 206, 66, 0.47);
}

.button.hero-slider-button.w--current {
  border-radius: 0px;
}

.button.footer-subscribe-button {
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-side-button {
  margin-top: 20px;
}

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

.button.services-simple-button {
  margin-top: 72px;
}

.button.works-v3-button {
  margin-top: 64px;
  background-color: #4dff35;
  background-image: none;
}

.button.service-cards-button {
  margin-top: 80px;
}

.button.works-v4-button {
  margin-top: 80px;
}

.button.posts-v3-button {
  margin-top: 80px;
}

.button.works-v5-button {
  margin-top: 64px;
}

.button.form-button {
  padding-top: 7px;
}

.button.ghost-button {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.button.ghost-button:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #2e323c;
}

.button.ghost-button.hero-promo-button {
  margin: 40px;
}

.button.ghost-button.coming-soon-contact-button {
  position: absolute;
  right: 32px;
  bottom: 40px;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
}

.button.full-screen-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button._404-home-button {
  margin-top: 24px;
  margin-bottom: -64px;
}

.button.style-guide-button {
  margin-top: 64px;
}

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

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: block;
  padding-right: 20px;
  padding-left: 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-top: 5px solid #29ce42;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.nav-bar.ghost-nav-bar {
  width: 100%;
  margin-top: 16px;
  background-color: transparent;
  box-shadow: none;
}

.logo {
  position: relative;
  max-width: 250px;
  margin-top: 0px;
  margin-bottom: 11px;
  float: none;
  clear: left;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.logo-link {
  position: absolute;
  padding: 3px 16px 3px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  left: 25px;
  top: 0px;
}

.logo-line {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.logo-line.white-line {
  background-color: #fff;
  background-image: none;
}

.logo-text {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 4px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.nav-link {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #2e323c;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #29ce42;
}

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

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

.hero-table-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f9;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #fff, #edeff4);
}

.hero-table-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  max-width: 570px;
  margin-top: 18%;
  -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: #9096a4;
  font-size: 22px;
  text-align: center;
}

.hero-intro-line {
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.service-side-text {
  padding-right: 32px;
  color: #9096a4;
}

.paragraph-big {
  font-size: 22px;
  line-height: 40px;
}

.paragraph-big.hero-split-text {
  margin-top: 8px;
  margin-bottom: 36px;
  color: #9096a4;
}

.scroll-down-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px 32px;
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #5d6371;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.scroll-down-link:hover {
  opacity: 1;
}

.hero-imac {
  position: absolute;
  left: 0px;
  top: 16%;
  right: 0px;
  z-index: 5;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-plant-small {
  position: absolute;
  left: 4%;
  top: 18%;
  z-index: 3;
}

.hero-headphones {
  position: absolute;
  left: 0%;
  right: 1000px;
  bottom: 6%;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-plant-big {
  position: absolute;
  top: 16%;
  right: -110px;
}

.hero-pencils {
  position: absolute;
  top: 39%;
  right: 8%;
  z-index: 7;
}

.hero-mouse {
  position: absolute;
  left: 760px;
  right: 0px;
  bottom: 11%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.hero-pencil {
  position: absolute;
  right: 5%;
  bottom: 25%;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
}

.hero-arrow-down-icon {
  margin-top: 6px;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -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;
}

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

.section-small-header {
  color: #18964c;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 21px;
}

.section-header.mid {
  margin-top: 4px;
  padding-bottom: 66px;
  font-size: 48px;
  text-align: center;
}

.section-description {
  margin-top: 10px;
  margin-bottom: -3px;
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.service-card-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.service-card-big.reversed {
  margin-bottom: 99px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-image {
  width: 66.66666667%;
  height: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #e1e3ea;
}

.service-image.service-image-1 {
  display: block;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/a4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-2 {
  height: 560px;
  margin-top: 0px;
  background-image: url('../images/a3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-2.g5 {
  background-image: url('../images/pexels-photo-207580.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image.service-image-3 {
  background-image: url('../images/a1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image.service-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.personalimg {
  background-image: url('../images/agreement-arms-business-1081228.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.strategien {
  background-image: url('../images/adult-brainstorming-business-1080848.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.steuerung {
  background-image: url('../images/analysis-analytics-application-590016.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.wirtschaftlichekti {
  background-image: url('../images/agenda-analysis-business-990818.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.berichtswesen {
  background-image: url('../images/agreement-arms-business-1081228_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.konsolidierung {
  background-image: url('../images/architectural-design-architecture-building-443383.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.buerger {
  background-image: url('../images/business-chairs-commerce-705674.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.masterplan {
  background-image: url('../images/smiling-student-in-earphones-watching-laptop-at-table-at-4050439.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.masterplan.semdet {
  padding-top: 71px;
  padding-right: 101px;
  padding-left: 257px;
  background-color: #fafafa;
  background-image: none;
}

.service-image.e-anwendungen {
  background-image: url('../images/fmi.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.online-services {
  background-image: url('../images/adult-african-analog-watch-935863.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.datenschutz {
  background-image: url('../images/cyber-security-cybersecurity-device-60504.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.smart-city {
  background-image: url('../images/architecture-buildings-city-373965.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.next {
  background-image: url('../images/art-chandelier-colors-667060.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.verwaltung {
  background-image: url('../images/accounting-business-close-up-1418347.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.orga {
  background-image: url('../images/analysis-business-businesswoman-955447.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.beteilligung {
  background-image: url('../images/adult-african-agenda-1089556.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.interkommunal {
  background-image: url('../images/agenda-analysis-business-990818-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.prozessopti {
  background-image: url('../images/blur-business-chart-69760.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.qualman {
  background-image: url('../images/adult-beard-blur-842567.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.service-side-block {
  background-image: url('../images/company-concept-creative-7369.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.riskrisk {
  background-image: url('../images/accomplishment-adult-adventure-372098.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.seminar3 {
  background-image: url('../images/black-metal-framed-glass-door-1098982.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-image.seminar4 {
  background-image: url('../images/man-in-white-dress-shirt-sitting-on-black-and-white-tube-931887.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-color-card {
  position: relative;
  left: 16.6666666%;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px 100px 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr;
  grid-template-columns: 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #29ce42;
  background-image: linear-gradient(345deg, #29ce42, #18964c), linear-gradient(180deg, #18964c, #18964c);
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  color: #fff;
  text-align: left;
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6666666%;
}

.service-color-card.service-card-right.color-2 {
  padding-top: 35px;
  background-image: linear-gradient(345deg, #29ce42, #18964c), linear-gradient(180deg, #18964c, #18964c);
}

.service-color-card.service-card-right.color-2.blue {
  padding-top: 51px;
}

.service-color-card.blue {
  margin-right: 0px;
  padding-top: 61px;
  padding-right: 30px;
  padding-bottom: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.19);
}

.service-color-card.blue.seminar-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.service-color-card.blue.detailseminar1 {
  margin-right: 0px;
  padding-right: 0px;
}

.service-color-card.top {
  position: static;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 2px 17px -2px rgba(46, 50, 60, 0.16);
}

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

.link-arrow-text {
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.white-text {
  color: #fff;
}

.service-color-card-icon {
  margin-bottom: -8px;
  margin-left: -2px;
}

.color-2 {
  background-color: #f34568;
}

.color-3 {
  background-color: #7567f8;
}

.color-4 {
  background-color: #df4798;
}

.color-5 {
  background-color: #329eff;
}

.color-6 {
  background-color: #0dd290;
}

.service-simple {
  width: 33.33333333%;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 15px;
  text-align: left;
}

.paragraph-small {
  margin-top: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.service-simple-header {
  margin-top: 12px;
  color: #2e323c;
}

.block_text {
  margin-top: 10px;
  color: #fff;
}

.block_text.dark {
  padding-right: 36px;
}

.section-header-icon {
  margin-top: -4px;
}

.service-simple-icon {
  float: left;
}

.service-simple-info {
  position: relative;
  overflow: hidden;
  padding-left: 16px;
  color: #9096a4;
}

.services-simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grey-section {
  background-color: #f5f6f9;
  text-align: center;
}

.works-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-v1 {
  width: 50%;
}

.work-card-v1 {
  display: block;
  margin: 0px 15px 32px;
  padding: 40px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #9096a4;
  text-align: center;
}

.work-card-v1:hover {
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.work-card-v1-image {
  border-radius: 8px;
}

.work-card-v1-category {
  position: relative;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  margin: -40px auto -8px;
  border-radius: 50%;
  background-color: #2e323c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
}

.work-card-v1-header {
  margin-bottom: 20px;
  color: #2e323c;
}

.work-card-v1-description {
  padding-right: 40px;
  padding-left: 40px;
}

.testimonials-color-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review-color-card {
  margin-bottom: 32px;
  padding: 40px;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-radius: 8px;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
}

.testimonials-color-cards-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666%;
  margin-bottom: -32px;
  -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;
}

.tesimonials-color-cards-info {
  padding-top: 40px;
  padding-right: 55px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image {
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  border-radius: 50%;
}

.review-color-card-author {
  font-size: 13px;
  line-height: 24px;
}

.testimonials-color-cards-colomn-1 {
  width: 50%;
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-color-cards-column-2 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.team-member-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: -10px;
  -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;
  border-radius: 8px;
  background-color: #ccd0d9;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.team-member-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-photo.team-member-4 {
  background-image: url('../images/team-member-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-role {
  margin-top: -12px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.rich-text-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.team-member-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-top: 12px;
  padding-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
}

.team-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: -1px 0 0 0 #e1e3ea, 1px 0 0 0 #e1e3ea;
}

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

.contact-split-image {
  width: 50%;
  min-height: 600px;
  background-color: #ccd0d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.15)), to(rgba(46, 50, 60, 0.15))), url('../images/grovemade-239358.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.15), rgba(46, 50, 60, 0.15)), url('../images/grovemade-239358.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-split-info {
  max-width: 570px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 80px 7% 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-label {
  margin-top: 27px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #ccd0d9;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

.input.text-area {
  height: auto;
  min-height: 112px;
}

.input.footer-big-subscribe-input {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 56px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/subscribe-icon.png');
  background-position: 8px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.input.footer-subscribe-input {
  margin-bottom: 24px;
}

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

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

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

.contact-split-form {
  padding-top: 0px;
}

.clients-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #edeff4;
}

.clients-section.clients-color-section {
  background-color: #7567f8;
  color: #fff;
}

.clients-section.clients-small-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.clients-section.white {
  background-color: #fff;
}

.clients-logotypes {
  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;
}

.client-logo {
  margin-right: 16px;
  margin-left: 16px;
  padding: 16px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.color-logo {
  opacity: 1;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -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;
  text-align: left;
}

.footer-v1-column {
  width: 25%;
  padding: 8px 60px 64px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.footer-v1-column-text {
  color: #9096a4;
}

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

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 12px;
  line-height: 24px;
}

.footer-bottom-text-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-bottom-link {
  color: #2e323c;
}

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

.footer-bottom-link-right {
  margin-left: 24px;
  color: #2e323c;
}

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

.footer-grey-link {
  color: #9096a4;
}

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

.hero-video-section {
  height: 100vh;
  background-color: rgba(117, 103, 248, 0.75);
}

.hero-video-wrapper {
  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;
}

.hero-video-info {
  position: relative;
  margin-top: 56px;
  margin-left: 9%;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-video-header {
  color: #fff;
  font-size: 200px;
  line-height: 180px;
  font-weight: 900;
  letter-spacing: 8px;
}

.hero-video-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-top: 72px;
  padding-right: 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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.video-play-button {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  margin-left: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #ffa535;
  background-image: url('../images/play-icon.svg'), -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: url('../images/play-icon.svg'), linear-gradient(90deg, #ff753e, #ffb731);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.hero-video-vertical-wrapper {
  position: absolute;
  left: 0%;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 118px;
  margin-left: -100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-video-vertical-line {
  width: 54px;
  height: 2px;
  margin-right: 16px;
  background-color: #fff;
}

.about-side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  text-align: left;
}

.about-side-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-side-line {
  display: inline-block;
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  float: left;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.about-side-header {
  margin-top: 0px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-side-text {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
}

.works-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-v2 {
  width: 33.33333333%;
}

.work-card-v2 {
  position: relative;
  overflow: hidden;
  background-color: #ccd0d9;
}

.work-card-v2-info {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  padding-right: 64px;
  color: #fff;
  text-align: left;
}

.work-card-v2-category {
  margin-top: -15px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 24px;
}

.work-card-v2-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-side-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 168px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-side-block.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-side-info {
  width: 50%;
  padding-right: 8%;
  padding-bottom: 16px;
  padding-left: 8%;
  text-align: left;
}

.service-side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.6%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-side-content.service-side-content-reversed {
  padding-right: 6%;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-side-icon {
  margin-bottom: -8px;
  margin-left: -8px;
}

.link-arrow {
  padding-bottom: 20px;
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.link-arrow.more-link-center {
  padding-left: 16px;
}

.service-side-image {
  position: relative;
  width: 91.666666%;
  height: 320px;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.service-side-image.service-side-image-2 {
  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-side-image.service-side-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-side-image.service-side-image-3 {
  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-side-image.service-side-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-side-image-text {
  position: absolute;
  left: 0px;
  bottom: -48px;
  width: 86%;
  margin: 0px -30px;
  padding: 24px 32px;
  border-radius: 8px;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.service-side-image-text.image-text-reversed {
  left: auto;
  right: 0px;
}

.service-side-blocks {
  margin-bottom: -120px;
}

.more-services-header-wrapper {
  max-width: 370px;
  margin-left: 8.33333333%;
  padding-left: 15px;
  text-align: left;
}

.more-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  padding-top: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.more-service-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding: 40px 40px 48px;
  border-radius: 8px;
  background-color: #329eff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
  text-align: left;
}

.more-service-card.service-card-2 {
  margin-top: -80px;
  background-color: #f34568;
}

.more-service-card.service-card-3 {
  margin-top: -160px;
  background-color: #ffa535;
}

.small-button {
  height: 32px;
  margin-top: 16px;
  padding-top: 6px;
  padding-bottom: 0px;
  border: 2px solid #fff;
  border-radius: 16px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.small-button:hover {
  background-color: #fff;
  color: #2e323c;
}

.more-service-card-icon {
  margin-bottom: -8px;
}

.more-service-card-number {
  position: relative;
  top: 0px;
  right: 0px;
  margin-bottom: 24px;
  opacity: 0.6;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
}

.testimonials-slider-cards {
  height: auto;
  padding-right: 8.33333333%;
  padding-left: 8.3333333%;
  background-color: transparent;
}

.testimonials-slider-nav {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 12px;
  margin-top: 80px;
  padding-top: 0px;
  font-size: 11px;
}

.review-slide-card-wrapper {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.review-slide-card {
  padding: 40px 56px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  text-align: center;
}

.review-slide-card-avatar {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
}

.review-slide-card-author {
  margin-top: 24px;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
}

.slider-arrow-button {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

.side-video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

.side-video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.side-video-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 680px;
  -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: #ccd0d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.1)), to(rgba(46, 50, 60, 0.1))), url('../images/gabriel-beaudry-93842.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.1), rgba(46, 50, 60, 0.1)), url('../images/gabriel-beaudry-93842.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.side-video-info {
  max-width: 600px;
  margin-left: 24px;
  padding-right: 25%;
  padding-left: 15px;
}

.clients-header {
  display: block;
  max-width: 570px;
  margin: 8px auto 40px;
  text-align: center;
}

.post-v2 {
  width: 33.33333333%;
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
}

.post-v2.width-50 {
  width: 50%;
}

.blog-posts-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category {
  display: inline-block;
  height: 24px;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 13px;
  border-radius: 12px;
  background-color: #2e323c;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category.post-card-v2-category {
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.18);
}

.category.work-v4-category {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 32px;
}

.category.post-card-v3-category {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 32px;
}

.category.work-card-v5-category {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin: 24px;
}

.category.post-card-v1-category {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin: 32px;
}

.category.work-category {
  margin-bottom: 8px;
}

.category.pricing-table-category {
  margin-bottom: 24px;
}

.category.pricing-table-category.website {
  background-color: #f34568;
}

.category.pricing-table-category.mobile {
  background-color: #7567f8;
}

.category.pricing-table-category.branding {
  background-color: #ffa535;
}

.category.home-preview-label {
  margin-bottom: 24px;
  background-color: #9096a4;
}

.post-card-v2-header {
  margin-top: 22px;
  margin-bottom: 14px;
  padding-right: 24px;
  padding-left: 24px;
}

.post-card-v2-link {
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.post-card-v2-link:hover {
  text-decoration: underline;
}

.post-card-v2-image-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: -16px;
  border-radius: 8px;
  background-color: #2e323c;
}

.footer-v2-logo {
  width: 16.66666667%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.footer-v2.intro-footer {
  padding-top: 24px;
}

.footer-v2-about {
  padding: 19px 32px 40px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
}

.footer-v2-contact {
  width: 25%;
  padding: 35px 15px 40px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v2-contact-header {
  color: #2e323c;
  font-weight: 700;
}

.footer-v2-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 4px;
  margin-left: 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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.float-subscribe-header {
  margin-top: 0px;
  margin-bottom: 4px;
}

.footer-big-subscribe {
  position: relative;
  bottom: -48px;
  display: block;
  height: 96px;
  max-width: 570px;
  margin: -48px auto 0px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 48px;
  -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: 48px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.footer-big-subscribe-form {
  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;
}

.hero-slider-section {
  height: 90vh;
  background-color: #2e323c;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

.hero-slide {
  display: inline-block;
  -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-slide.hero-slide-1 {
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-slide.hero-slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 40, 51, 0.6)), to(rgba(26, 40, 51, 0.6))), url('../images/AdobeStock_236866731.jpeg');
  background-image: linear-gradient(180deg, rgba(26, 40, 51, 0.6), rgba(26, 40, 51, 0.6)), url('../images/AdobeStock_236866731.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-slide.hero-slide-schulungen {
  background-image: url('../images/schulung.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(26, 40, 51, 0.6)), to(rgba(26, 40, 51, 0.6)));
  background-image: url('../images/schulung.jpg'), linear-gradient(180deg, rgba(26, 40, 51, 0.6), rgba(26, 40, 51, 0.6));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.hero-slide-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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: #fff;
  text-align: center;
}

.works-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-v3 {
  width: 33.33333333%;
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
}

.work-card-v3-image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.work-card-v3-category {
  margin-top: 16px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.work-card-v3-header {
  margin-top: 6px;
}

.about-side-media {
  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: 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;
}

.about-side-media.about-side-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-side-image-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 2.3333333300000003%;
  margin-left: 2.3333333300000003%;
  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: 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;
  text-align: left;
}

.about-side-image-wrapper {
  width: 39%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-side-image {
  border-radius: 8px;
}

.video-section {
  display: none;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 93px;
  -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: #7567f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.4)), to(rgba(46, 50, 60, 0.4))), url('../images/team.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.4), rgba(46, 50, 60, 0.4)), url('../images/team.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.video-text-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.video-text-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-card {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 32px 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
}

.service-card._33-width {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.service-card-header {
  margin-top: 22px;
  color: #2e323c;
}

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

.contact-side-map {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-side-map.contact-side-map-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.side-map-wrapper {
  overflow: hidden;
  width: 41.33%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
}

.side-map {
  height: 640px;
}

.contact-side-info {
  display: block;
  width: 55%;
  margin: -23px auto 0px;
  padding-right: 15px;
  padding-bottom: 48px;
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-v3-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 9%;
  padding-bottom: 56px;
  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;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.footer-v3-social {
  display: none;
  margin-left: -8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-nav {
  width: 16.66666667%;
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
}

.footer-v3-link {
  display: block;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

.footer-v3-subscribe {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-big-subscribe-wrapper {
  margin-right: -24px;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
}

.hero-side-section {
  overflow: hidden;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #7567f8;
  background-image: url('../images/hero-text-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-side-wrapper {
  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;
}

.hero-side-content {
  margin-top: 24px;
  padding: 40px 7% 40px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.hero-side-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-top: 88px;
  -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;
}

.hero-side-image {
  -webkit-transform: scale(1.3) translate(-3%, 0px);
  -ms-transform: scale(1.3) translate(-3%, 0px);
  transform: scale(1.3) translate(-3%, 0px);
}

.works-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-v4 {
  width: 50%;
  padding: 15px;
}

.work-card-v4 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.work-card-v4-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 32px;
  padding: 0px 32px 8px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.18);
  color: #9096a4;
  text-align: left;
}

.work-card-v4-header {
  margin-top: 24px;
  margin-bottom: -8px;
  color: #2e323c;
}

.black-text {
  color: #2e323c;
}

.services-color-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: -48px;
  color: #fff;
  text-align: left;
}

.services-color-bg-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 40px;
  padding-bottom: 56px;
  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;
}

.services-color-bg-header {
  padding-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-color-bg-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-color-bg {
  width: 50%;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 15px;
}

.service-color-bg-info {
  overflow: hidden;
  padding-left: 24px;
}

.service-color-bg-icon {
  float: left;
}

.service-color-bg-header {
  margin-top: 0px;
  margin-bottom: -8px;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33333333%;
  padding-left: 8.33333333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-feature-info {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.side-feature-image {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-feature-video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.side-feature-video-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  float: left;
  border-radius: 50%;
  background-color: #ffa535;
  background-image: url('../images/play-icon.svg'), -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: url('../images/play-icon.svg'), linear-gradient(90deg, #ff753e, #ffb731);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 8.33333333% 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-info {
  width: 41.66666667%;
  padding: 20px 24px 20px 15px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.subscribe-header {
  margin-top: 7px;
  margin-bottom: 1px;
  color: #2e323c;
}

.team-color-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.team-member-color-card {
  position: relative;
  width: 22.4%;
  border-radius: 8px;
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
}

.team-member-color-photo {
  position: relative;
  z-index: 5;
  height: 360px;
  border-radius: 8px;
  background-color: #ccd0d9;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  -webkit-transform: translate(40px, -40px);
  -ms-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-role {
  position: absolute;
  left: -120px;
  top: 140px;
  overflow: hidden;
  width: 280px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-member-color-links {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left: 40px;
  padding-right: 8px;
  -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;
}

.team-member-color-link {
  padding: 7px 8px 9px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.team-member-color-link:hover {
  text-decoration: underline;
}

.color-1 {
  background-color: #ffa535;
}

.testimonials-slider {
  display: block;
  width: 83.33333333%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.33333333%;
  padding-left: 8.33333333%;
  background-color: transparent;
  color: #fff;
}

.review-slide {
  padding-right: 10%;
  padding-left: 10%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.review-logo {
  margin-bottom: 24px;
}

.review-line {
  display: block;
  width: 30px;
  height: 2px;
  margin: 36px auto 24px;
  background-color: #fff;
  opacity: 0.29;
}

.review-line.grey-line {
  background-color: #a5aab6;
}

.testimonials-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-map {
  height: 440px;
}

.blog-posts-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card-v3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.post-card-v3:hover {
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.post-card-v3-image {
  position: relative;
  height: 240px;
  background-color: #ccd0d9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-card-v3-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2e323c;
}

.post-card-v3-header {
  margin-top: 2px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #edeff4;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
}

.post-card-v3-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e1e3ea;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-card-v3-author {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.hero-split-section {
  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;
  background-color: #fff;
}

.hero-split-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccd0d9;
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-split-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-left: 24px;
  padding-right: 8.33%;
  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: 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;
}

.works-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.work-card-v5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #2e323c;
}

.work-card-v5-header {
  margin-top: 14px;
  padding-right: 24px;
  padding-left: 24px;
}

.team-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-member-card {
  margin-right: 15px;
  margin-left: 15px;
  padding: 48px 32px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.team-member-card-avatar {
  width: 96px;
  height: 96px;
  margin-bottom: -10px;
  border-radius: 50%;
}

.team-member-card-text {
  margin-top: -7px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.team-member-card-links {
  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;
}

.team-member-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 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;
}

.testimonials-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-cards-column {
  width: 33.33%;
  margin-bottom: -30px;
  padding-right: 15px;
  padding-left: 15px;
}

.review-card {
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  text-align: left;
}

.review-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #edeff4;
  color: #9096a4;
  font-size: 13px;
  line-height: 16px;
}

.review-card-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
}

.big-map {
  display: block;
  width: 83.33%;
  height: 440px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  border-radius: 8px;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56px;
}

.contacts-column {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.contacts-column-header {
  margin-top: 0px;
  color: #2e323c;
}

.contacts-link {
  color: #9096a4;
}

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

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.footer-v4-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 9%;
  padding-bottom: 56px;
  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;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.footer-v4-column {
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v4-link {
  display: block;
  font-family: proxima-nova, sans-serif;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

.hero-promo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 34, 63, 0.39)), to(rgba(23, 34, 63, 0.39))), url('../images/workout_bg.jpg');
  background-image: linear-gradient(180deg, rgba(23, 34, 63, 0.39), rgba(23, 34, 63, 0.39)), url('../images/workout_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: proxima-nova, sans-serif;
}

.hero-promo-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-promo-small-header {
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.hero-intro-image {
  margin-top: 50px;
  margin-bottom: 32px;
}

.hero-promotext {
  width: 100%;
  margin-top: 10px;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 5px;
}

.work-v6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #2e323c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-promo-social {
  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;
}

.hero-promo-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 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;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

.menu-button.white-menu-button {
  width: 56px;
  height: 56px;
  padding: 0px 12px 12px 0px;
  -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: 24px;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.mouse-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  -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;
  border: 2px solid #fff;
  border-radius: 12px;
}

.scroll-mouse-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px 40px;
  -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;
}

.mouse-wheel-icon {
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background-color: #fff;
}

.work-card-v6 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  margin: 80px;
  padding: 0px 40px 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-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: center;
}

.work-v6-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(46, 50, 60, 0.2);
}

.work-card-v6-text {
  margin-top: -4px;
  margin-bottom: 8px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.contact-window {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin-right: 9%;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-top: 0px;
  padding-bottom: 48px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: left;
}

.contact-window.popup-window {
  z-index: 1000;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}

.contact-window-wrapper {
  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;
}

.contact-window-form {
  margin-right: 56px;
  margin-left: 56px;
  padding-top: 32px;
  text-align: center;
}

.contact-window-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 56px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  color: #fff;
  text-align: center;
}

.page-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: visible;
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #f3ebeb;
  cursor: default;
}

.page-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.work-card-v6-category {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: -12px;
  border-radius: 50%;
  background-color: #2e323c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
}

.footer-v1-logo-column {
  width: 25%;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
}

.nav-dropdown-link {
  padding: 12px 24px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #2e323c;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

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

.nav-dropdown-list.w--open {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.09);
}

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

.nav-menu {
  margin-top: 3px;
}

.contact-side-header {
  margin-bottom: 48px;
}

.contact-side-header.lesspadding {
  margin-bottom: 12px;
}

.contact-side-header.lesspadding.smallerh {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 24px;
}

.contact-side-header.schulh {
  margin-bottom: 15px;
}

.hero-slide-header {
  margin-top: 59px;
  margin-bottom: 8px;
}

.page-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  margin-bottom: 0px;
  padding-top: 56px;
  -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: #2e323c;
  color: #fff;
}

.page-header-section.about-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/dan-gold-220226.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/dan-gold-220226.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.page-header-section.about-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/breather-163391.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/breather-163391.jpg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/grovemade-239370.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/grovemade-239370.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.about-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/vadim-sherbakov-277610.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/vadim-sherbakov-277610.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/john-towner-128480.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/john-towner-128480.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/autumn-goodman-242822.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/autumn-goodman-242822.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/crew-22256.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/crew-22256.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/fabian-irsara-92113.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/fabian-irsara-92113.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/patrick-tomasso-88398.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/patrick-tomasso-88398.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.contact-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/jaroslaw-ceborski-235039.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/jaroslaw-ceborski-235039.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.contact-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/bench-accounting-49026.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/bench-accounting-49026.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/christopher-gower-291240.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/christopher-gower-291240.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.faq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/Workspace-Top-Down-View-with-MacBook-Pro.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/Workspace-Top-Down-View-with-MacBook-Pro.jpg');
  background-position: 0px 0px, 50% -42px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.pricing-header-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/sylwia-pietruszka-218363.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/sylwia-pietruszka-218363.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.licensing-header-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/jesus-kiteque-224069.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/jesus-kiteque-224069.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.intro-header-section {
  background-color: #7567f8;
}

.page-header-section.style-guide-header-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/alice-achterhof-85968.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/alice-achterhof-85968.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grey-text {
  color: #9096a4;
}

.review-slide-author {
  font-weight: 700;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-vertical-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-photo {
  position: relative;
  overflow: hidden;
  margin: 4px;
  border-radius: 6px;
  background-color: #ccd0d9;
}

.gallery-photo.gallery-photo-1 {
  z-index: 1;
  width: 62%;
  height: 560px;
  background-image: url('../images/breather-163391.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-2 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/grovemade-239370.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/grovemade-239358_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-4 {
  height: 360px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/gabriel-beaudry-253369.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 48px;
  -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: #f5f6f9;
}

.password-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-top: 48px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us {
  display: block;
  width: 83.33%;
  margin-right: auto;
  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;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-image {
  border-radius: 8px;
}

.about-text {
  margin-top: 72px;
  margin-bottom: -24px;
  color: #9096a4;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.blog-posts-and-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-posts-v1-wrapper {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar {
  width: 27.5%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.blog-posts-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.post-card-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 24px;
  padding-right: 4px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
}

.post-card-v1-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
}

.post-card-v1-author {
  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;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}

.post-card-v1-author:hover {
  text-decoration: underline;
}

.zoom-on-hover {
  -webkit-transition: -webkit-transform 450ms ease;
  transition: -webkit-transform 450ms ease;
  transition: transform 450ms ease;
  transition: transform 450ms ease, -webkit-transform 450ms ease;
}

.zoom-on-hover:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.post-card-v1-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 424px;
  -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: 8px;
}

.post-card-v1-text {
  margin-top: 0px;
  color: #9096a4;
}

.blog-card-v1-dot {
  width: 3px;
  height: 3px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #a5aab6;
}

.text-block-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-subscribe {
  margin-bottom: 56px;
}

.sidebar-subscribe-header {
  margin-top: 0px;
  margin-bottom: 24px;
}

.blog-sidebar-block {
  margin-bottom: 56px;
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e3ea;
}

.blog-category-dot {
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #2e323c;
}

.sidebar-category {
  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;
  color: #2e323c;
  font-size: 11px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.sidebar-featured-post-image {
  position: relative;
  z-index: 1;
  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;
  border-radius: 8px;
}

.sidebar-featured-post-category {
  margin-top: 8px;
  font-size: 10px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar-featured-post-header {
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-tag {
  margin-right: 16px;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

.blog-posts-v2-wrapper {
  width: 66.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.category-filter-link {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #5d6371;
  line-height: 32px;
}

.category-filter-link:hover {
  color: #2e323c;
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 #ffa535;
  color: #2e323c;
  font-weight: 700;
}

.categories-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 80px;
  -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;
}

.hidden {
  display: none;
}

.gallery-horizontal-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/plus-circle-icon.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.3)), to(rgba(46, 50, 60, 0.3)));
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(180deg, rgba(46, 50, 60, 0.3), rgba(46, 50, 60, 0.3));
  background-position: 50% 50%, 0px 0px;
  background-size: 66px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
}

.work-card-v3 {
  padding-bottom: 8px;
  color: #2e323c;
}

.work-card-v5-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 8px;
}

.sidebar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e323c;
  font-size: 14px;
}

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

.sidebar-author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
}

.sidebar-featured-post-card {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #2e323c;
}

.full-screen-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: scroll;
  width: 100%;
  padding: 0px 16px 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e323c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 33, 44, 0.93)), to(rgba(27, 33, 44, 0.93)));
  background-image: linear-gradient(180deg, rgba(27, 33, 44, 0.93), rgba(27, 33, 44, 0.93));
}

.full-screen-menu-list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.full-screen-nav-link {
  padding: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

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

.menu-line.menu-middle-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.menu-line.menu-bottom-line {
  left: 12px;
  top: 12px;
  width: 12px;
  margin-top: 4px;
}

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

.menu-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 36px;
}

.work-header-wrapper {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
}

.work-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.work-details-column {
  padding-right: 23px;
  padding-bottom: 20px;
  padding-left: 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: -1px 0 0 0 #e1e3ea, 1px 0 0 0 #e1e3ea;
}

.work-details-text {
  color: #9096a4;
  font-size: 16px;
  line-height: 24px;
}

.link {
  display: block;
  color: #7567f8;
  font-size: 16px;
  line-height: 24px;
}

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

.work-details-header {
  margin-top: 22px;
  margin-bottom: 8px;
}

.work-presentation {
  margin-bottom: -16px;
  text-align: left;
}

.work-presentation h2 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation p {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h4 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h1 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h3 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h5 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h6 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation img {
  border-radius: 8px;
}

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

.work-presentation blockquote {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation ol {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation ul {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

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

.work-main-image {
  display: block;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.work-content {
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

.form-success {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.form-success.contact-split-form-success {
  text-align: left;
}

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

.form-success.footer-big-subscribe-success {
  padding-top: 8px;
}

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f34568;
  font-size: 14px;
  line-height: 24px;
}

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

.form-error.footer-big-subscribe-error {
  margin-top: 24px;
}

.post-header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 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;
  background-color: #2e323c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.post-header-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 50%;
}

.post-header-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -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: #fff;
}

.post-header-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-top: 64px;
  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;
}

.post-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, 0.5);
}

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

.blog-post h1 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post p {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post img {
  border-radius: 8px;
}

.blog-post h2 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post blockquote {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post ul {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post ol {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post h5 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

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

.blog-post h6 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post h3 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post h4 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

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

.blog-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.post-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.post-date {
  margin-left: 3px;
}

.post-author-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e1e3ea;
  border-bottom: 1px solid #e1e3ea;
}

.post-author-avatar {
  width: 96px;
  height: 96px;
  margin-right: 24px;
  border-radius: 50%;
}

.post-author-name {
  margin-top: 0px;
  margin-bottom: 6px;
}

.post-author-bio {
  color: #9096a4;
}

.post-author-link {
  display: inline-block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
}

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

.coming-soon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #2e323c;
  background-image: url('../images/derek-thomson-292172.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-soon-social {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px 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;
}

.coming-soon-copyright {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 40px 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 15px;
}

.coming-soon-info {
  width: 570px;
  padding: 24px 64px 64px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.27);
  text-align: center;
}

.coming-soon-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-list {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.question-container:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.question {
  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;
  color: #2e323c;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.answer {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

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

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

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -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;
}

.pricing-table {
  max-width: 33.33%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.pricing-table-price {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #2e323c;
}

.pricing-table-feature {
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea;
  font-size: 14px;
  line-height: 24px;
}

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: none;
  -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;
  opacity: 0;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, 0.7);
}

.password-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: #f34568;
}

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

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  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;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66.66%;
  margin-bottom: 24px;
  -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: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.licence-link {
  color: #9096a4;
}

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

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
}

.hero-intro {
  display: block;
  width: 570px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  text-align: center;
}

.home-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-preview-wrapper {
  width: 33.33%;
  padding: 40px 30px 32px;
}

.page-preview {
  overflow: scroll;
  width: 100%;
  height: 520px;
  border-radius: 4px;
  background-color: #e1e3ea;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.12);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.page-preview:hover {
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.inner-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9%;
  padding-left: 9%;
  -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;
}

.inner-page-link {
  margin: 8px;
  padding: 16px 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #2e323c;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

.inner-page-link:hover {
  background-color: #7567f8;
  color: #fff;
}

.heading-styles {
  padding-right: 15px;
  padding-left: 15px;
}

.full-screen-social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
}

.float-card {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 250;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

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

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

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

.review-card-text {
  font-size: 16px;
  line-height: 28px;
}

.float-behance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
}

.float-behance-icon {
  width: 72px;
  min-height: 40px;
  margin-right: 24px;
  background-image: url('../images/behance-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.float-behance-content {
  margin-bottom: -8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-top: 9px;
  margin-bottom: 8px;
  font-size: 90px;
  letter-spacing: 4px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
}

.heading-3 {
  font-family: proxima-nova, sans-serif;
}

.heading-4 {
  font-family: proxima-nova, sans-serif;
}

.heading-5 {
  font-family: proxima-nova, sans-serif;
}

.heading-6 {
  font-family: proxima-nova, sans-serif;
}

.image-2 {
  width: 100px;
  margin-bottom: 0px;
  padding: 12px 0px 0px;
  border-radius: 10px;
  background-color: #fff;
}

.columns {
  padding: 14px 76px 7px;
  background-color: transparent;
}

.div-block {
  width: 250px;
  height: 251px;
  margin: -12px 37px 37px;
  padding: 44px 15px 28px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  color: #222;
}

.heading-7 {
  margin-top: 9px;
  font-size: 18px;
  text-transform: uppercase;
}

.limitp {
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  direction: ltr;
  font-weight: 400;
  text-align: left;
}

.limitp.tp {
  margin-top: 60px;
}

.limitp.center {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}

.image-3 {
  color: #000;
}

.bold-text {
  font-size: 60px;
  line-height: 1em;
}

.section-2 {
  min-height: 300px;
}

.heading-8 {
  margin-top: 20px;
}

.heading-8.h4size {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.heading-9 {
  margin-top: 18px;
}

.heading-9.small {
  font-size: 28px;
}

.heading-10 {
  margin-top: 18px;
}

.heading-11 {
  margin-top: 18px;
  font-size: 32px;
}

.slightly-wider {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 0 0 #000;
}

.bold-text-2 {
  padding-top: 0px;
}

.section-3 {
  height: 540px;
  margin-top: 97px;
  background-image: url('../images/photo-of-people-doing-handshakes-3183197.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47)));
  background-image: url('../images/photo-of-people-doing-handshakes-3183197.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.section-3.digitale {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 32, 66, 0.35)), to(rgba(18, 32, 66, 0.35))), url('../images/a3.jpg');
  background-image: linear-gradient(180deg, rgba(18, 32, 66, 0.35), rgba(18, 32, 66, 0.35)), url('../images/a3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.organisation {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 36, 95, 0.34)), to(rgba(12, 36, 95, 0.34))), url('../images/a1.jpg');
  background-image: linear-gradient(180deg, rgba(12, 36, 95, 0.34), rgba(12, 36, 95, 0.34)), url('../images/a1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.politik {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/smiling-student-in-earphones-watching-laptop-at-table-at-4050439.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/smiling-student-in-earphones-watching-laptop-at-table-at-4050439.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.section-3.finanzen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/file-cabinets-1370294.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/file-cabinets-1370294.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-3.personal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 28, 68, 0.5)), to(rgba(11, 28, 68, 0.5))), url('../images/agreement-arms-business-1081228.jpg');
  background-image: linear-gradient(180deg, rgba(11, 28, 68, 0.5), rgba(11, 28, 68, 0.5)), url('../images/agreement-arms-business-1081228.jpg');
  background-size: auto, cover;
}

.section-3.schulungen {
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/asphalt-black-and-white-buildings-1722179.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/asphalt-black-and-white-buildings-1722179.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.strategienundziele {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.3)), to(rgba(45, 45, 45, 0.3))), url('../images/adult-brainstorming-business-1080848_1.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.3), rgba(45, 45, 45, 0.3)), url('../images/adult-brainstorming-business-1080848_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section-3.strategienziele {
  background-image: url('../images/black-and-white-blur-close-up-lock-411227.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38)));
  background-image: url('../images/black-and-white-blur-close-up-lock-411227.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}

.section-3.controlling {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/analysis-cup-data-1643319.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/analysis-cup-data-1643319.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.wirtschaftlichkeut {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/accounting-analytics-balance-209224.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/accounting-analytics-balance-209224.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-3.reporting {
  background-image: url('../images/checking-checklist-clipboard-955449.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/checking-checklist-clipboard-955449.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-3.household {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/adults-analysis-brainstorming-1661004.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/adults-analysis-brainstorming-1661004.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-3.brger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/asphalt-black-and-white-buildings-1722179.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/asphalt-black-and-white-buildings-1722179.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.masterplan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/action-plan-brainstorming-complex-212286.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/action-plan-brainstorming-complex-212286.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.eapplic {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/aerial-blog-blogger-990819.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/aerial-blog-blogger-990819.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-3.onlineserv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/blur-connection-ecommerce-230544.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/blur-connection-ecommerce-230544.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.datasecure {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/blur-codes-coding-577585.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/blur-codes-coding-577585.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section-3.smartcity {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/4k-wallpaper-automobiles-blur-1266152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/4k-wallpaper-automobiles-blur-1266152.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-3.whatsnxt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/art-big-data-blur-373543.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/art-big-data-blur-373543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.verwalt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/books-document-education-357514.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/books-document-education-357514.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-3.organiusu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/adult-chart-diagram-1181346.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/adult-chart-diagram-1181346.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.section-3.beteiligung {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/black-collaboration-cooperation-943630.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/black-collaboration-cooperation-943630.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.intkomm {
  background-image: url('../images/art-board-game-challenge-163064.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/art-board-game-challenge-163064.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.section-3.processopt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_221550289.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_221550289.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.qualitymanage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/architecture-black-and-white-boardwalk-262367.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/architecture-black-and-white-boardwalk-262367.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.projmanage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/adults-agenda-brainstorming-1451449.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/adults-agenda-brainstorming-1451449.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section-3.riskmanagement {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/black-and-white-doors-opportunity-277017.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/black-and-white-doors-opportunity-277017.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.section-3.hwplanung {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/accounting-black-budget-53621.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/accounting-black-budget-53621.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-3.klrechnung {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_166558002.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_166558002.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.vergabe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/black-and-white-businesspeople-businesswoman-1282173.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/black-and-white-businesspeople-businesswoman-1282173.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-3.jahresabschluss {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/analysis-banking-businesswoman-1451448.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/analysis-banking-businesswoman-1451448.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section-3.gesabschluss {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/accounting-business-close-up-1418347_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/accounting-business-close-up-1418347_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.persbedarf {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/advice-colleagues-communication-1161465.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/advice-colleagues-communication-1161465.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.persentw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/advice-advise-advisor-6385.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/advice-advise-advisor-6385.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3.mitarbbefr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/AdobeStock_279424979.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/AdobeStock_279424979.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section-3.leistungbezahl {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/adults-collaboration-communication-1056552.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/adults-collaboration-communication-1056552.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section-3.dtanschutzdokumente {
  background-image: url('../images/internet-screen-security-protection-60504.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47)));
  background-image: url('../images/internet-screen-security-protection-60504.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.section-3.konzerndatenchutz {
  background-image: url('../images/equipment-pavement-security-security-camera-430208.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47)));
  background-image: url('../images/equipment-pavement-security-security-camera-430208.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.section-3.gesundheitsdatenschutz {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/blue-and-silver-stetoscope-40568.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/blue-and-silver-stetoscope-40568.jpg');
  background-position: 0px 0px, 50% 100%;
}

.section-3.internationalerdatenschutz {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/black-textile-41949.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/black-textile-41949.jpg');
  background-position: 0px 0px, 50% 0%;
}

.section-3.socialmedia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/apps-business-cellphone-cellular-telephone-533446.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/apps-business-cellphone-cellular-telephone-533446.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section-3.webanalysendatenschutz {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/abstract-beads-blur-bright-276218.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/abstract-beads-blur-bright-276218.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-3.ist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/close-up-of-hand-holding-pencil-over-white-background-316466.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/close-up-of-hand-holding-pencil-over-white-background-316466.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-3.kodierrevision {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/abstract-art-blur-bright-373543.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/abstract-art-blur-bright-373543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-heading {
  margin-top: 41px;
  margin-bottom: 0px;
  padding-top: 233px;
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  text-align: center;
}

.subpage-subheading {
  margin-top: 16px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.heading-12 {
  margin-top: 1px;
  font-size: 36px;
  font-weight: 400;
}

.bold-text-3 {
  font-size: 30px;
}

.frage {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 24px;
}

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

.image-4 {
  margin-left: 49px;
  padding-top: 19px;
  padding-bottom: 6px;
  padding-left: 3px;
}

.columns-2 {
  margin-top: 19px;
  margin-bottom: 42px;
}

.text-block-6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-link {
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  font-size: 13px;
}

.dropdown-link:hover {
  color: #29ce42;
}

.dropdown-link.w--current {
  color: #18964c;
}

.dropdown-list {
  width: 200px;
}

.sf {
  text-align: left;
}

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

.teaser-column {
  margin-top: 39px;
}

.bold-text-15 {
  padding-left: 0px;
  font-size: 24px;
  line-height: 30px;
}

.image-quad {
  max-width: 90%;
}

.teaser-button {
  margin-top: 21px;
  padding: 0px 26px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 11px;
  letter-spacing: 1px;
}

.div-block-2 {
  width: 260px;
  height: 150px;
}

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

.button-2 {
  margin-top: 59px;
  margin-bottom: 59px;
  padding: 12px 49px;
  background-color: #29ce42;
  letter-spacing: 1px;
}

.section-4 {
  min-height: 80px;
  background-color: #29ce42;
}

.text-block-7 {
  padding-top: 23px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-3 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container {
  position: static;
  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;
}

.image-5 {
  margin-top: 393px;
}

.iconpic {
  max-width: 75%;
  margin-top: 24px;
  margin-left: 57px;
  padding-top: 0px;
}

.image-6 {
  margin-top: 23px;
  margin-left: 75px;
}

.image-7 {
  max-width: 80px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-8 {
  max-width: 80px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-9 {
  max-width: 80px;
  margin-top: 0px;
  margin-left: 0px;
}

.rich-text-block {
  position: static;
  display: inline-block;
  -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: 0px;
  text-align: center;
}

.section-5 {
  background-color: #fafafa;
}

.success-message {
  margin-top: 25px;
}

.error-message {
  margin-top: 14px;
}

.button-3 {
  margin-right: auto;
  margin-bottom: 20px;
  padding-right: 105px;
  padding-left: 38px;
  border-radius: 13px;
  background-color: #18964c;
  box-shadow: 6px 6px 3px 1px rgba(0, 0, 0, 0.52);
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  text-align: left;
}

.button-3.blue {
  display: inline-block;
  margin-top: 9px;
  margin-right: 13px;
  padding: 4px 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 200px;
  background-color: #29ce42;
  box-shadow: 1px 1px 12px -2px transparent;
  font-size: 14px;
}

.button-3.blue.w--current {
  margin-top: 80px;
}

.button-3.blue.buchen {
  display: inline-block;
  margin-top: 10px;
  padding-top: 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: #18964c;
}

.button-3.blue.pdf {
  display: inline-block;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  clear: none;
  -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: #324063;
}

.button-3.blue.pdf.nofloat {
  position: static;
  right: 0px;
  bottom: 0px;
  margin-right: 24px;
  margin-bottom: 18px;
}

.button-3.blue.pdf.nofloat.framy {
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 700;
}

.button-3.blue.pdf.nofloat.fatter {
  margin-bottom: 5px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
}

.grid {
  margin-top: 30px;
  grid-column-gap: 16px;
  grid-template-areas: "Area Area-2"
    "Area-4 Area-3"
    "Area-5 Area-6";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-4 {
  background-color: #29ce42;
}

.div-block-5 {
  background-color: #29ce42;
}

.div-block-5.verscheapp {
  border-radius: 18px;
}

.div-block-6 {
  background-color: #29ce42;
}

.div-block-7 {
  background-color: #29ce42;
}

.verapp {
  position: static;
  border-radius: 20px;
  background-color: #18964c;
  color: #fff;
  text-align: left;
}

.verapp.top {
  font-size: 29px;
  line-height: 42px;
  text-align: center;
}

.select-field {
  display: block;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: rotate(0deg) perspective(0px);
  transform: rotate(0deg) perspective(0px);
  cursor: default;
}

.button-4 {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button-4:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button-4.hero-slider-button {
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 43px;
  clear: none;
  background-color: #29ce42;
  background-image: -webkit-gradient(linear, left top, right top, from(#18964c), to(#29ce42));
  background-image: linear-gradient(90deg, #18964c, #29ce42);
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4.hero-slider-button:hover {
  box-shadow: 0 5px 18px 0 rgba(41, 206, 66, 0.47);
}

.button-4.hero-slider-button.w--current {
  border-radius: 0px;
}

.button-4.hero-slider-button.alt {
  padding-right: 39px;
  padding-left: 39px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.input-2 {
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #ccd0d9;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input-2:hover {
  border-bottom-color: #9096a4;
}

.input-2:focus {
  border-bottom-color: #ffa535;
}

.input-2.text-area {
  height: auto;
  min-height: 112px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.block_button_links {
  border-radius: 13px;
  background-color: #18964c;
  box-shadow: 6px 6px 3px 1px rgba(0, 0, 0, 0.52);
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  text-align: left;
}

.block_button_rechts {
  margin-left: 266px;
  border-radius: 13px;
  background-color: #18964c;
  box-shadow: 6px 6px 3px 1px rgba(0, 0, 0, 0.52);
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  text-align: left;
}

.dropdown-2 {
  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;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  display: block;
  margin-top: 50px;
  float: none;
  text-align: center;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

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

.paragraph-3 {
  text-align: left;
}

.paragraph-4 {
  overflow: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
}

.paragraph-6 {
  color: #e1e3ea;
  text-align: center;
}

.dark {
  padding-right: 33px;
  color: #324063;
}

.heading-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 6px;
  background-color: #18964c;
  color: #fff;
  font-size: 14px;
}

.heading-15 {
  margin-bottom: 50px;
  padding-bottom: 0px;
  text-align: center;
}

.column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.column-2 {
  background-color: transparent;
}

.heading-16 {
  display: inline-block;
}

.heading-17 {
  font-size: 30px;
}

.column-3 {
  margin-top: 56px;
  padding-top: 0px;
}

.rich-text-block-2 {
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  background-color: #e1e3ea;
}

.rich-text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 25px;
  -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: 20px;
  background-color: #f5f6f9;
}

.columns-3 {
  padding-bottom: 80px;
}

.div-block-8 {
  padding: 25px;
  border-radius: 0px;
  background-color: #f5f6f9;
}

.div-block-9 {
  margin-top: -55px;
  padding: 25px 26px 56px 25px;
  border-radius: 0px;
  background-color: #e1e3ea;
}

.list {
  padding-bottom: 25px;
  border-radius: 20px;
  background-color: #f5f6f9;
}

.div-block-10 {
  border-radius: 0px;
  background-color: #e1e3ea;
}

.section-6 {
  border-radius: 20px;
}

.list-item {
  padding-right: 425px;
  border-radius: 20px;
}

.list-item-2 {
  border-radius: 20px;
}

.list-item-3 {
  border-radius: 20px;
}

.heading-18 {
  margin-top: -1px;
  padding: 25px 25px 0px;
  text-align: center;
}

.paragraph-7 {
  padding: 25px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-5 {
  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;
}

.div-block-11 {
  display: block;
  border-radius: 0px;
  background-color: #f5f6f9;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 19px;
  padding: 25px 25px 0px;
  text-align: center;
}

.image-10 {
  margin-top: -41px;
  padding-bottom: 25px;
}

.button-5 {
  margin-top: 37px;
  padding-right: 49px;
  padding-left: 49px;
  border: 1px solid #fff;
  border-radius: 200px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

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

.bold-text-16.smaller {
  font-size: 60px;
}

.heading-20 {
  display: inline-block;
}

.coolheadinh {
  color: #324063;
}

.service-color-card-oben {
  position: relative;
  left: auto;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 27px 100px 36px 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #324063;
  background-image: linear-gradient(345deg, #29ce42, #18964c);
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  color: #fff;
  text-align: left;
}

.service-color-card-oben.service-card-right {
  left: auto;
  right: 16.6666666%;
}

.service-color-card-oben.service-card-right.color-2 {
  padding-top: 35px;
}

.service-color-card-oben.service-card-right.color-2.blue {
  padding-top: 51px;
}

.service-color-card-oben.blue {
  margin-right: 0px;
  padding-top: 61px;
  padding-right: 30px;
  padding-bottom: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.19);
}

.service-color-card-oben.blue.detailseminar1 {
  margin-right: 0px;
  padding-right: 0px;
}

.service-color-card-oben.top {
  position: static;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 2px 17px -2px rgba(46, 50, 60, 0.16);
}

.link-2 {
  display: block;
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
}

.texh {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.limiter {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.semheading {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 11px;
  padding-bottom: 13px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.41);
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-indent: 0px;
}

.bold-text-17 {
  line-height: 48px;
}

.image-11 {
  position: absolute;
  right: 0px;
  margin-right: 57px;
}

.lightbox-link {
  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;
}

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

.lightbox-link-2 {
  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;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slider {
  margin-bottom: 50px;
}

.rich-text-block-4 {
  float: none;
  clear: left;
  background-color: #18964c;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.icon-3 {
  overflow: visible;
}

.container-2 {
  border-radius: 0px;
}

.slide-nav-2 {
  border-radius: 0px;
}

.image-12 {
  padding-bottom: 50px;
}

.bold-text-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.bold-text-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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;
}

.bold-text-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -56px;
  padding-top: 19px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.link-arrow-2 {
  padding-bottom: 20px;
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-7 {
  background-color: #5d6371;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  -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: #5d6371;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.columns-4 {
  display: inline;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #5d6371;
}

.bold-text-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
}

.section-8 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #5d6371;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -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: 20px;
  background-color: #29ce42;
  box-shadow: 1px 1px 0 0 #000;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #fff;
  font-weight: 700;
  text-align: center;
}

.body-2 {
  font-size: 19px;
}

.paragraph-8 {
  text-align: left;
}

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

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

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

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

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

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

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

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

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

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

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

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

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

  h6 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  p {
    font-size: 15px;
  }

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

  .section {
    padding: 15px 8px 100px;
  }

  .section.contact-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg2.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .button.contact-ready-button {
    margin-bottom: -56px;
  }

  .button.hero-side-button {
    margin-top: 12px;
  }

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

  .button.works-v3-button {
    margin-top: 48px;
  }

  .button.works-v4-button {
    margin-top: 72px;
  }

  .button.posts-v3-button {
    margin-top: 64px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 24px;
  }

  .button.ghost-button.coming-soon-contact-button {
    bottom: 32px;
  }

  .button.full-screen-button {
    right: 24px;
    bottom: 24px;
  }

  .button.pricing-table-button {
    margin-top: 32px;
  }

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

  .nav-bar.ghost-nav-bar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .logo {
    margin-bottom: 9px;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link:hover {
    color: #2e323c;
  }

  .hero-table-section {
    height: 560px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-table-intro {
    position: relative;
    max-width: 66.66%;
    padding-bottom: 60px;
  }

  .hero-intro-line {
    width: 50px;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .service-side-text {
    padding-right: 8px;
    font-size: 15px;
  }

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

  .scroll-down-link {
    display: none;
  }

  .hero-imac {
    top: 18%;
  }

  .hero-plant-small {
    left: -60px;
    max-width: 120px;
  }

  .hero-headphones {
    left: -110px;
    right: auto;
    bottom: 4%;
    max-width: 240px;
  }

  .hero-plant-big {
    top: 14%;
    right: -160px;
    max-width: 320px;
  }

  .hero-pencils {
    top: 40%;
    right: 6%;
    max-width: 110px;
  }

  .hero-mouse {
    left: auto;
    right: 5%;
    bottom: 8%;
    max-width: 50px;
  }

  .hero-pencil {
    display: none;
  }

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

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

  .service-card-big {
    padding-right: 8px;
    padding-left: 8px;
  }

  .service-image {
    width: 75%;
    height: 440px;
  }

  .service-image.service-image-2 {
    height: 440px;
  }

  .service-color-card {
    left: 25%;
    padding: 40px 40px 32px;
  }

  .service-color-card.service-card-right {
    right: 25%;
  }

  .service-color-card.blue.detailseminar1 {
    margin-right: 362px;
  }

  .service-simple {
    padding-right: 16px;
    padding-left: 8px;
  }

  .block_text {
    font-size: 15px;
  }

  .service-simple-icon {
    display: block;
    width: 56px;
  }

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

  .works-v1 {
    margin-bottom: -32px;
  }

  .work-card-v1 {
    margin: 8px;
    padding: 0px 0px 32px;
  }

  .work-card-v1:hover {
    background-color: transparent;
    box-shadow: none;
  }

  .work-card-v1-image {
    height: 240px;
  }

  .work-card-v1-category {
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }

  .work-card-v1-description {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
  }

  .testimonials-color-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-color-card {
    margin-bottom: 16px;
  }

  .testimonials-color-cards-content {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 64px;
  }

  .tesimonials-color-cards-info {
    width: 100%;
    padding-top: 0px;
    padding-right: 16%;
    padding-left: 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .testimonials-color-cards-colomn-1 {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-color-cards-column-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-member {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-member-photo {
    height: 260px;
  }

  .rich-text-content {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .contact-split-image {
    width: 33.33%;
  }

  .contact-split-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .clients-section {
    padding: 40px 16px;
  }

  .clients-section.clients-small-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .client-logo {
    margin-right: 8px;
    margin-left: 8px;
  }

  .footer-v1 {
    padding-top: 12px;
  }

  .footer-v1-column {
    padding-right: 8px;
    padding-bottom: 48px;
    padding-left: 8px;
  }

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

  .hero-video-section {
    height: auto;
  }

  .hero-video-header {
    font-size: 132px;
    line-height: 120px;
  }

  .hero-video-play {
    height: 560px;
    font-size: 13px;
    letter-spacing: 3px;
  }

  .video-play-button {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    margin-left: 16px;
    background-size: 20px, auto;
  }

  .hero-video-vertical-wrapper {
    margin-top: 92px;
    margin-left: -81px;
    font-size: 14px;
  }

  .hero-video-vertical-line {
    width: 38px;
    margin-right: 12px;
  }

  .about-side-header-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .about-side-line {
    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-side-header {
    padding-right: 16px;
  }

  .about-side-text {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }

  .work-card-v2-info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .service-side-block {
    padding-right: 8px;
    padding-bottom: 88px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-side-info {
    padding: 0px 3%;
  }

  .service-side-content {
    padding-left: 0%;
  }

  .service-side-content.service-side-content-reversed {
    padding-right: 0%;
  }

  .service-side-image {
    height: 248px;
    margin-bottom: 32px;
  }

  .service-side-image-text {
    bottom: -40px;
    width: 97%;
    margin-right: -16px;
    margin-left: -16px;
    padding: 16px 24px;
  }

  .service-side-blocks {
    margin-bottom: -100px;
  }

  .more-services-header-wrapper {
    padding-left: 8px;
  }

  .more-services {
    margin-top: -64px;
  }

  .more-service-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 32px 24px;
  }

  .more-service-card.service-card-2 {
    margin-top: -56px;
  }

  .more-service-card.service-card-3 {
    margin-top: -112px;
  }

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

  .more-service-card-number {
    margin-bottom: -24px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-slider-cards {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 72px;
    padding-left: 72px;
  }

  .testimonials-slider-nav {
    margin-top: 64px;
  }

  .review-slide-card-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .review-slide-card {
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  }

  .side-video-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .side-video-preview {
    min-height: 520px;
  }

  .side-video-info {
    margin-right: 8.33%;
    margin-left: 8.33%;
    padding-right: 8%;
    padding-left: 8px;
  }

  .clients-header {
    margin-bottom: 32px;
  }

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

  .category {
    height: 20px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 8px;
  }

  .category.work-v4-category {
    margin: 24px;
  }

  .category.post-card-v3-category {
    margin: 24px;
  }

  .category.post-card-v1-category {
    margin: 24px;
  }

  .post-card-v2-header {
    margin-top: 18px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card-v2-image-wrapper {
    margin-bottom: -18px;
  }

  .footer-v2-logo {
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .footer-v2-about {
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .footer-v2-contact {
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .footer-v2-social {
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slider-arrow {
    width: 80px;
  }

  .hero-slide-info {
    max-width: 66.66%;
  }

  .work-v3 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .about-side-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-side-image-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .about-side-image-wrapper {
    width: 41.66%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .video-section {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
  }

  .service-cards {
    margin-bottom: -16px;
  }

  .service-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .service-card._33-width {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-side-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .side-map-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-map {
    height: 536px;
  }

  .contact-side-info {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-about {
    padding-right: 4%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer-v3 {
    padding-top: 14px;
  }

  .footer-v3-nav {
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer-v3-subscribe {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-big-subscribe-wrapper {
    margin-right: -8px;
    margin-left: -8px;
  }

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

  .hero-side-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-side-image-wrapper {
    height: 560px;
    padding-top: 64px;
  }

  .work-v4 {
    padding: 8px;
  }

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

  .work-card-v4-header {
    margin-top: 20px;
  }

  .services-color-bg-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .service-color-bg {
    padding-right: 16px;
    padding-left: 8px;
  }

  .service-color-bg-info {
    padding-left: 16px;
  }

  .service-color-bg-icon {
    width: 40px;
  }

  .side-feature {
    margin-bottom: 100px;
  }

  .side-feature-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-feature-image {
    width: 41.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

  .team-color-cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-member-color-card {
    margin-right: 28px;
    margin-left: 28px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
  }

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

  .team-member-color-role {
    left: -80px;
    top: 100px;
    width: 200px;
  }

  .wide-map {
    height: 360px;
  }

  .blog-posts-v3 {
    margin-bottom: -16px;
  }

  .post-v3 {
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
  }

  .post-card-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .post-card-v3-image {
    position: relative;
    height: 176px;
  }

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

  .post-card-v3-header {
    margin-bottom: 16px;
  }

  .post-card-v3-bottom {
    padding-top: 16px;
  }

  .hero-split-image {
    height: 560px;
  }

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

  .work-v5 {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .work-card-v5-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-cards {
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }

  .testimonials-cards-column {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .review-card {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .big-map {
    display: block;
    height: 320px;
    margin-bottom: 64px;
  }

  .footer-v4-about {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .hero-promo-section {
    height: 700px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/workout_bg.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/workout_bg.jpg');
    background-position: 0px 0px, 100% 154%;
    background-size: auto, auto;
  }

  .hero-promo-intro {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .hero-promo-small-header {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-promotext {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-promo-social {
    padding: 24px;
  }

  .menu-button {
    color: #2e323c;
  }

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

  .scroll-mouse-link {
    display: none;
    padding-bottom: 24px;
  }

  .work-card-v6 {
    width: 50%;
  }

  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .footer-v1-logo-column {
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 8px;
  }

  .nav-dropdown-link {
    padding-left: 32px;
    background-color: #f5f6f9;
  }

  .nav-dropdown-link:hover {
    background-color: #f5f6f9;
    color: #2e323c;
  }

  .nav-dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .text-block-3 {
    font-size: 12px;
  }

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

  .nav-menu {
    overflow: scroll;
    max-height: 100vh;
    border-bottom: 1px solid #e1e3ea;
  }

  .contact-side-header.lesspadding {
    padding-right: 43px;
    padding-left: 43px;
  }

  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }

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

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

  .about-us {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .about-text {
    margin-top: 48px;
  }

  .blog-posts-and-sidebar {
    padding-top: 0px;
  }

  .blog-posts-v1-wrapper {
    padding-right: 16px;
    padding-left: 8px;
  }

  .blog-sidebar {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 16px;
  }

  .post-card-v1 {
    margin-bottom: 32px;
  }

  .zoom-on-hover:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .post-card-v1-image {
    max-height: none;
  }

  .post-card-v1-header {
    margin-top: 24px;
  }

  .category-filter-link {
    margin-right: 16px;
    margin-left: 16px;
  }

  .categories-filter {
    margin-bottom: 64px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .full-screen-nav-link {
    font-size: 36px;
    line-height: 72px;
  }

  .work-details {
    width: 83.33%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-presentation h2 {
    width: 83.33%;
  }

  .work-presentation p {
    width: 83.33%;
  }

  .work-presentation h4 {
    width: 83.33%;
  }

  .work-presentation h1 {
    width: 83.33%;
  }

  .work-presentation h3 {
    width: 83.33%;
  }

  .work-presentation h5 {
    width: 83.33%;
  }

  .work-presentation h6 {
    width: 83.33%;
  }

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

  .work-presentation blockquote {
    width: 83.33%;
  }

  .work-presentation ol {
    width: 83.33%;
  }

  .work-presentation ul {
    width: 83.33%;
  }

  .work-main-image {
    margin-top: 100px;
  }

  .work-content {
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .blog-post h4 {
    display: block;
    width: 83.33%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

  .post-author-profile {
    width: 83.33%;
  }

  .post-author-avatar {
    width: 88px;
    height: 88px;
  }

  .coming-soon-social {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .coming-soon-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-list {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .pricing-table {
    margin-right: 8px;
    margin-left: 8px;
    padding: 40px 24px;
  }

  .pricing-table-price {
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .licence-items {
    padding-right: 8px;
    padding-left: 8px;
  }

  .licence-item {
    width: 83.33%;
  }

  .licence-links-wrapper {
    padding-right: 56px;
    padding-left: 56px;
  }

  .hero-intro {
    width: 440px;
  }

  .home-pages {
    padding-right: 8px;
    padding-left: 8px;
  }

  .page-preview-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-preview {
    overflow: hidden;
    height: 400px;
  }

  .inner-page-link {
    padding: 12px 28px;
  }

  .inner-page-link:hover {
    background-color: #fff;
    color: #2e323c;
  }

  .heading-styles {
    padding-right: 8px;
    padding-left: 8px;
  }

  .full-screen-social {
    padding: 24px;
  }

  .heading-8.h4size {
    font-size: 18px;
  }

  .section-3.politik {
    height: 540px;
    margin-top: 49px;
  }

  .section-3.personal {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/agreement-arms-business-1081228.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/agreement-arms-business-1081228.jpg');
    background-position: 0px 0px, 50% 0px;
  }

  .section-3.schulungen {
    height: 400px;
    margin-top: 38px;
  }

  .subpage-heading {
    margin-top: 91px;
    padding-top: 186px;
    font-size: 60px;
    font-weight: 400;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .dropdown-toggle {
    background-color: #cddcff;
  }

  .icon {
    color: #29ce42;
    font-size: 48px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .bold-text-11 {
    font-size: 24px;
  }

  .bold-text-12 {
    font-size: 24px;
  }

  .paragraph {
    padding-right: 31px;
    padding-left: 31px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .service-color-card-oben {
    left: 25%;
    padding: 40px 40px 32px;
  }

  .service-color-card-oben.service-card-right {
    right: 25%;
  }

  .service-color-card-oben.blue.detailseminar1 {
    margin-right: 362px;
  }
}

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

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

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

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

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

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

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

  blockquote {
    font-size: 20px;
  }

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

  .section.contact-image {
    margin-top: -7px;
    padding-top: 240px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg2.jpg');
    background-position: 0px 0px, 0px -3%;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
  }

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

  .section.finanzen.gray {
    padding-top: 51px;
  }

  .wrapper.nav-bar-wrapper {
    display: block;
  }

  .wrapper.services-big-cards {
    margin-bottom: -80px;
  }

  .button.contact-ready-button {
    margin-bottom: -40px;
  }

  .button.hero-slider-button {
    margin-top: 4px;
  }

  .button.services-simple-button {
    margin-top: 64px;
  }

  .button.service-cards-button {
    margin-top: 64px;
  }

  .button.works-v5-button {
    margin-top: 48px;
  }

  .button.ghost-button.hero-promo-button {
    margin: 16px;
  }

  .button.ghost-button.coming-soon-contact-button {
    right: 24px;
    bottom: 24px;
  }

  .button.services-color-bg-button {
    display: none;
  }

  .button.full-screen-button {
    right: 16px;
    bottom: 16px;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

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

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

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .logo-text {
    display: none;
    margin-left: 0px;
    font-size: 13px;
  }

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

  .hero-table-section {
    height: 400px;
  }

  .hero-table-intro {
    padding-bottom: 32px;
  }

  .hero-intro-line {
    margin-top: 8px;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.hero-split-text {
    margin-bottom: 20px;
  }

  .hero-imac {
    max-width: 90%;
  }

  .hero-plant-small {
    display: none;
  }

  .hero-headphones {
    display: none;
  }

  .hero-plant-big {
    display: none;
  }

  .hero-pencils {
    display: none;
  }

  .hero-mouse {
    display: none;
  }

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

  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }

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

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

  .service-card-big {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-card-big.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-image {
    width: 100%;
    height: 400px;
  }

  .service-color-card {
    position: relative;
    left: 0%;
    z-index: 1;
    width: auto;
    margin-top: -72px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
    text-align: center;
  }

  .service-color-card.service-card-right {
    right: auto;
  }

  .service-simple {
    width: 83.33%;
    padding-right: 8px;
    padding-bottom: 16px;
  }

  .service-simple-header {
    margin-top: 8px;
  }

  .block_text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .services-simple {
    -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;
  }

  .works-v1 {
    margin-bottom: -16px;
  }

  .work-card-v1 {
    padding-bottom: 24px;
  }

  .work-card-v1-image {
    height: 176px;
  }

  .work-card-v1-header {
    margin-bottom: 12px;
  }

  .work-card-v1-description {
    font-size: 14px;
  }

  .review-color-card {
    padding: 32px 24px;
  }

  .team {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
  }

  .team-member-photo {
    height: 360px;
  }

  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-split-image {
    display: none;
    width: 100%;
    height: 240px;
    min-height: 0px;
  }

  .contact-split-info {
    margin-left: 0px;
    padding: 54px 8.33% 80px;
    text-align: center;
  }

  .input.footer-subscribe-input {
    margin-top: 16px;
    text-align: center;
  }

  .contact-split-form {
    padding-top: 0px;
  }

  .client-logo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-video-header {
    font-size: 100px;
    line-height: 92px;
  }

  .hero-video-play {
    height: 440px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 74px;
    margin-left: -72px;
  }

  .about-side-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-side-header-wrapper {
    width: 100%;
  }

  .about-side-line {
    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }

  .about-side-header {
    padding-right: 0px;
  }

  .about-side-text {
    padding-left: 76px;
  }

  .service-side-block {
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-side-block.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-side-info {
    width: 100%;
    padding: 48px 8.33% 0px;
    text-align: center;
  }

  .service-side-content {
    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;
  }

  .service-side-content.service-side-content-reversed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .service-side-image {
    width: 83.33%;
    height: 280px;
  }

  .service-side-image-text {
    right: 0px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .service-side-image-text.image-text-reversed {
    left: 0px;
  }

  .service-side-image-text.color-3 {
    display: block;
  }

  .service-side-blocks {
    margin-bottom: -60px;
  }

  .more-services-header-wrapper {
    width: 66.66%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .more-services {
    margin-top: 0px;
    margin-bottom: -24px;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .more-service-card {
    width: 83.33%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .more-service-card.service-card-2 {
    margin-top: 0px;
  }

  .more-service-card.service-card-3 {
    margin-top: 0px;
  }

  .testimonials-slider-nav {
    margin-top: 40px;
    font-size: 9px;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

  .side-video-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .side-video-preview {
    min-height: 400px;
  }

  .side-video-info {
    padding-right: 8px;
  }

  .post-v2 {
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
  }

  .post-v2.width-50 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .footer-v2-about {
    padding-top: 27px;
  }

  .footer-big-subscribe {
    max-width: 100%;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slider-arrow {
    margin-top: 56px;
  }

  .hero-slide.hero-slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/grovemade-239360.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  .works-v3 {
    margin-bottom: -24px;
  }

  .work-v3 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 24px;
  }

  .about-side-image-info {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-side-image-wrapper {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .video-section {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .service-card._33-width {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .contact-side-map {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .side-map-wrapper {
    width: 50%;
  }

  .contact-side-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }

  .footer-v3-about {
    width: 50%;
  }

  .footer-v3-nav {
    width: 25%;
  }

  .footer-v3-subscribe {
    width: 100%;
    padding-right: 16.66%;
    padding-left: 16.66%;
    -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-subscribe-form {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  .hero-side-image-wrapper {
    height: 400px;
  }

  .services-color-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-color-bg-info {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .services-color-bg-header {
    width: 100%;
  }

  .service-color-bg-header {
    margin-bottom: 0px;
  }

  .side-feature {
    margin-top: -8px;
    margin-bottom: 80px;
  }

  .side-feature-content {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-feature-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .side-feature-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

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

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

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

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-right: 12%;
    padding-left: 12%;
  }

  .wide-map {
    height: 240px;
  }

  .blog-posts-v3 {
    margin-bottom: -24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-v3 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 24px;
  }

  .hero-split-image {
    height: 400px;
  }

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

  .works-v5 {
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .work-v5 {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .work-card-v5 {
    padding-bottom: 8px;
  }

  .team-cards {
    padding-right: 0%;
    padding-left: 0px;
  }

  .testimonials-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-cards-column {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 9%;
    padding-left: 9%;
  }

  .big-map {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }

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

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

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .hero-promo-section {
    position: relative;
    height: 100vh;
    max-height: 440px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/workout_bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/workout_bg.jpg');
    background-attachment: scroll, scroll;
  }

  .hero-promo-intro {
    margin-top: 0px;
    padding-right: 16%;
    padding-left: 16%;
  }

  .hero-promo-small-header {
    margin-top: -16px;
    font-size: 14px;
    letter-spacing: 6px;
  }

  .hero-intro-image {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .hero-promotext {
    width: 100%;
  }

  .work-v6 {
    height: 100vh;
    max-height: 440px;
  }

  .hero-promo-social {
    padding: 16px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .menu-button.white-menu-button {
    margin-right: 0px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .work-card-v6 {
    width: 66.66%;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
  }

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

  .hero-slide-header {
    margin-top: 39px;
  }

  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }

  .page-header-section.blog {
    height: 240px;
  }

  .page-header-section.works-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/autumn-goodman-242822.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/autumn-goodman-242822.jpg');
    background-position: 0px 0px, 50% 0px;
  }

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

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

  .about-text {
    margin-top: 40px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }

  .blog-posts-v1-wrapper {
    padding-right: 12px;
  }

  .blog-sidebar {
    padding-left: 12px;
  }

  .post-card-v1-author {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-card-v1-header {
    margin-top: 16px;
  }

  .blog-card-v1-dot {
    display: none;
  }

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

  .category-filter-link {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px;
  }

  .categories-filter {
    margin-bottom: 48px;
  }

  .full-screen-nav-link {
    font-size: 32px;
    line-height: 64px;
  }

  .work-details {
    width: 100%;
  }

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

  .work-main-image {
    margin-top: 80px;
  }

  .work-content {
    padding-top: 48px;
  }

  .post-header-section {
    height: auto;
    min-height: 0px;
  }

  .post-header-author {
    font-size: 14px;
    line-height: 24px;
  }

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

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

  .coming-soon-section {
    min-height: 440px;
  }

  .coming-soon-logo {
    padding-left: 8px;
  }

  .coming-soon-social {
    padding-top: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .coming-soon-info {
    width: 83.33%;
    padding: 16px 48px 48px;
  }

  .faq-list {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .pricing-table {
    width: 66.66%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }

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

  .licence-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .hero-intro {
    width: 400px;
  }

  .page-preview-wrapper {
    width: 50%;
  }

  .inner-pages {
    padding-right: 0%;
    padding-left: 0%;
  }

  .full-screen-social {
    padding: 16px;
  }

  .float-card {
    display: none;
  }

  .heading {
    margin-top: 42px;
    line-height: 0.9em;
    text-transform: uppercase;
  }

  .bold-text {
    font-size: 48px;
  }

  .section-3.politik {
    height: 400px;
  }

  .section-3.finanzen {
    height: 400px;
  }

  .section-3.personal {
    height: 400px;
  }

  .subpage-heading {
    margin-top: 35px;
    padding-top: 146px;
    line-height: 60px;
  }

  .image-4 {
    margin-left: 31px;
  }

  .icon {
    margin-top: -12px;
    margin-left: -22px;
  }

  .bold-text-13 {
    line-height: 21px;
  }

  .button-4.hero-slider-button {
    margin-top: 4px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .service-color-card-oben {
    position: relative;
    left: 0%;
    z-index: 1;
    width: auto;
    margin-top: -72px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
    text-align: center;
  }

  .service-color-card-oben.service-card-right {
    right: auto;
  }

  .link-arrow-2 {
    font-size: 11px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
  }

  h2 {
    margin-bottom: 12px;
  }

  h3 {
    margin-bottom: 12px;
  }

  h4 {
    margin-bottom: 12px;
  }

  h5 {
    margin-bottom: 12px;
  }

  h6 {
    margin-bottom: 12px;
  }

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

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

  .section {
    padding-top: 9px;
    padding-bottom: 92px;
  }

  .section.contact-image {
    background-color: #0e0e0f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg2.jpg');
    background-position: 0px 0px, -287px 94px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.finanzen {
    padding-top: 58px;
    padding-bottom: 57px;
  }

  .section.finanzen.gray {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.footer-big-subscribe-button {
    display: block;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .button.ghost-button.coming-soon-contact-button {
    left: 30%;
    right: 30%;
    bottom: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .hero-table-intro {
    max-width: 100%;
    padding-right: 16px;
    padding-bottom: 48px;
    padding-left: 16px;
  }

  .hero-imac {
    top: 24%;
    max-width: 100%;
  }

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

  .service-image {
    height: 240px;
  }

  .service-image.service-image-2 {
    height: 240px;
  }

  .service-color-card {
    margin-top: -48px;
  }

  .service-simple {
    width: 100%;
  }

  .work-v1 {
    width: 100%;
  }

  .work-card-v1-image {
    height: 216px;
  }

  .tesimonials-color-cards-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-color-cards-colomn-1 {
    width: 100%;
  }

  .testimonials-color-cards-column-2 {
    width: 100%;
  }

  .team-member {
    width: 100%;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .team-member-photo {
    height: 400px;
  }

  .contact-split-info {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.footer-big-subscribe-input {
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .contact-split-form {
    text-align: center;
  }

  .clients-logotypes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v1 {
    padding-top: 0px;
  }

  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .footer-bottom {
    -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;
  }

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

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

  .hero-video-wrapper {
    -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;
  }

  .hero-video-info {
    margin-top: 80px;
    margin-left: 16.66%;
  }

  .hero-video-play {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .work-v2 {
    width: 100%;
  }

  .service-side-info {
    padding-right: 0%;
    padding-left: 0%;
  }

  .service-side-image {
    width: 100%;
    height: 200px;
  }

  .service-side-image-text {
    bottom: -48px;
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .more-service-card {
    width: 100%;
  }

  .testimonials-slider-cards {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .review-slide-card {
    padding-right: 32px;
    padding-left: 32px;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .side-video-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-video-content {
    width: 100%;
    padding-bottom: 72px;
  }

  .side-video-preview {
    width: 100%;
    min-height: 320px;
  }

  .side-video-info {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
  }

  .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0px;
  }

  .footer-v2-logo {
    width: 33.33%;
  }

  .footer-v2-about {
    width: 66.66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v2-contact {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .footer-v2-social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-button {
    margin: 4px;
  }

  .footer-big-subscribe {
    height: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
    border-radius: 8px;
  }

  .footer-big-subscribe-form {
    -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;
  }

  .hero-slider-nav {
    display: block;
    font-size: 9px;
  }

  .hero-slider-arrow {
    display: none;
  }

  .hero-slide-info {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .work-v3 {
    width: 100%;
  }

  .about-side-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-side-image-info {
    width: 100%;
    padding-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .about-side-image-wrapper {
    width: 100%;
  }

  .about-side-image {
    display: none;
  }

  .service-card {
    padding-top: 48px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .service-card._33-width {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .contact-side-map {
    margin-top: -56px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-side-map.contact-side-map-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-map-wrapper {
    width: 100%;
    padding-top: 48px;
    padding-right: 8px;
  }

  .side-map {
    height: 440px;
  }

  .contact-side-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .footer-v3-nav {
    width: 50%;
  }

  .footer-v3-subscribe {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-subscribe-form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-big-subscribe-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-side-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-side-content {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
  }

  .hero-side-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 120px;
  }

  .hero-side-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .work-v4 {
    width: 100%;
  }

  .service-color-bg {
    width: 100%;
    padding-right: 8px;
  }

  .side-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-feature.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .side-feature-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .side-feature-video-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .subscribe-form {
    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;
  }

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

  .team-color-cards {
    margin-bottom: -24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-color-card {
    width: 83.33%;
    margin-right: 16.33%;
    margin-bottom: 24px;
    margin-left: 16.33%;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

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

  .testimonials-slider {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-bottom: 64px;
    padding-left: 8px;
  }

  .review-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .review-line {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .testimonials-slider-arrow {
    display: none;
  }

  .post-v3 {
    width: 100%;
  }

  .post-card-v3-image {
    height: 240px;
  }

  .hero-split-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
    margin-top: 56px;
  }

  .hero-split-content {
    padding-top: 24px;
    padding-bottom: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .work-v5 {
    width: 100%;
  }

  .team-member-card {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .contacts {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-column {
    padding-bottom: 32px;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .footer-v4-column {
    width: 50%;
    margin-top: -32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-promo-section {
    height: 600px;
    max-height: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 34, 63, 0.28)), to(rgba(23, 34, 63, 0.28))), url('../images/workout_bg.jpg');
    background-image: linear-gradient(180deg, rgba(23, 34, 63, 0.28), rgba(23, 34, 63, 0.28)), url('../images/workout_bg.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .hero-promo-intro {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .hero-promo-small-header {
    margin-top: 0px;
  }

  .work-v6 {
    max-height: none;
  }

  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-card-v6 {
    width: 83.33%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .contact-window {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-window-form {
    margin-right: 16px;
    margin-left: 16px;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }

  .text-block-4 {
    display: block;
  }

  .slide-nav {
    display: block;
    font-size: 9px;
  }

  .hero-slide-header {
    margin-top: 24px;
  }

  .page-header-section {
    height: 200px;
  }

  .page-header-section.intro-header-section {
    height: 280px;
  }

  .review-slide-author {
    margin-bottom: 32px;
  }

  .password-window {
    width: 100%;
  }

  .about-text {
    margin-bottom: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .blog-posts-and-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-posts-v1-wrapper {
    width: 100%;
    padding-right: 8px;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .work-details {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-details-column {
    box-shadow: 0 -1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea;
  }

  .work-presentation h2 {
    width: 100%;
  }

  .work-presentation p {
    width: 100%;
  }

  .work-presentation h4 {
    width: 100%;
  }

  .work-presentation h1 {
    width: 100%;
  }

  .work-presentation h3 {
    width: 100%;
  }

  .work-presentation h5 {
    width: 100%;
  }

  .work-presentation h6 {
    width: 100%;
  }

  .work-presentation blockquote {
    width: 100%;
  }

  .work-presentation ol {
    width: 100%;
  }

  .form-error.footer-big-subscribe-error {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .post-author-profile {
    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;
    text-align: center;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .coming-soon-section {
    position: relative;
    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;
  }

  .coming-soon-copyright {
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }

  .coming-soon-info {
    width: 100%;
    padding: 8px 24px 40px;
  }

  .coming-soon-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .answer {
    padding-left: 56px;
  }

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

  .pricing {
    margin-bottom: -24px;
  }

  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .licence-link {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .licence-links-wrapper {
    margin-top: 8px;
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .hero-intro {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-pages {
    -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;
  }

  .page-preview-wrapper {
    width: 100%;
    max-width: 340px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-preview {
    overflow: visible;
    height: auto;
  }

  .inner-pages {
    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;
  }

  .inner-page-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading {
    font-size: 48px;
  }

  .bold-text {
    font-size: 36px;
  }

  .heading-8.h4size {
    font-size: 18px;
  }

  .section-3.organisation {
    height: 400px;
  }

  .section-3.politik {
    height: 300px;
    margin-top: 3px;
  }

  .subpage-heading {
    padding-top: 111px;
    font-size: 48px;
    font-weight: 400;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .bold-text-3.small {
    font-size: 16px;
  }

  .image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .bold-text-6 {
    font-size: 24px;
  }

  .bold-text-7 {
    font-size: 24px;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .bold-text-9 {
    font-size: 24px;
  }

  .bold-text-10 {
    font-size: 24px;
  }

  .paragraph {
    text-align: center;
  }

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

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .service-color-card-oben {
    margin-top: -48px;
  }
}

#w-node-_1cb36ebd-4d53-f989-35eb-1285916b438d-15dbd273 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_37f30880-44b6-4c10-5520-8265f3e23194-22fb0b45 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c89fc1db-aab8-36a9-48af-505ac495cc41-22fb0b45 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d26936-adbec50f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d26938-adbec50f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d2693d-adbec50f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d2693f-adbec50f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d2692c-adbec50f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d26933-adbec50f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f2b7df38-acd8-0b14-2824-7bc1f8d2693a-adbec50f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

