:root {
  --white: white;
  --orange: #f08100;
  --dirty-white: #f0f0f0;
  --light-grey: #d6d4d4;
  --dark-grey: #5c5c5c;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-logo---brix {
  max-width: 200px;
  margin-top: -30px;
  margin-bottom: -30px;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-toggle---brix {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle---brix:hover {
  color: #f08100;
}

.header-content-wrapper---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: #f08100;
  margin-left: 24px;
}

.dropdown-link {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #4a3aff;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-menu-list---brix {
  z-index: 120;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.header-wrapper---brix {
  background-color: #6a6968;
  padding-top: 20px;
  box-shadow: 0 2px 5px #0003;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.dropdown-arrow {
  margin-left: 8px;
}

.header-logo-link---brix {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link---brix:hover {
  transform: scale3d(.96, .96, 1.01);
}

.container-default {
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.container-default.header, .container-default.header-container {
  overflow: visible;
}

.container-default.header-container.lower {
  background-color: #d6d4d4;
  padding-bottom: 20px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-link---brix {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.header-nav-link---brix:hover {
  color: #f08100;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.header-nav-list-item---brix {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
  top: 30px;
}

.header-nav-list-item---brix.show-in-tablet {
  display: none;
}

.header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}

.section {
  margin-top: 50px;
  padding-top: 100px;
}

.first-section {
  padding-top: 100px;
}

.section1-landing {
  margin-top: 0;
  padding-top: 140px;
  position: relative;
}

.landing-two-columns-outer {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.landing-column-inner {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.landing-column-inner.left {
  z-index: 3;
  position: relative;
}

.body {
  background-color: var(--dirty-white);
  font-family: myriad-pro-semi-condensed, sans-serif;
}

.image {
  z-index: 1;
  max-width: 150%;
  margin-left: -110px;
  position: relative;
}

.heading {
  color: #f08100;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.paragraph {
  color: #5c5c5c;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.bold-text {
  font-size: 68px;
  line-height: 58px;
}

.div-block {
  z-index: 3;
  background-color: #f08100;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.book-showcase-inner {
  flex: 1;
  height: 90px;
}

.body-2 {
  background-color: #d6d4d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  text-align: center;
  flex: 0 auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: #f08100;
  border-radius: 7px;
  padding: 12px 30px;
  font-size: 18px;
}

.heading-2 {
  margin-bottom: 20px;
}

.header-circle-div {
  background-color: var(--orange);
  color: #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: #6a6968;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-3 {
  z-index: 98;
  background-color: var(--light-grey);
  position: relative;
}

.div-block-4 {
  z-index: 99;
  border-top: 4px dotted var(--orange);
  position: absolute;
  inset: -2px 0% 0%;
}

.book-section-outer {
  justify-content: center;
  display: flex;
}

.book-section-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.book-section-inner.image {
  align-items: center;
  margin-left: 0;
}

.section-newbook {
  margin-top: 50px;
  margin-bottom: 100px;
}

.paragraph-3 {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
}

.heading-3 {
  color: #5c5c5c;
  margin-bottom: 20px;
}

.section-reference-slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: auto;
  height: 350px;
}

.ref-slider-info {
  opacity: 0;
  color: #fff;
  text-align: center;
  cursor: default;
  background-image: url('../images/bg-ellipse.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-radius: 250px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ref-slider-info:hover {
  opacity: 1;
}

.ref-slide {
  vertical-align: middle;
  background-image: url('../images/8_Referenz-Bürgerinfo-Vaterstetten.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-left: 0;
  margin-right: 100px;
  position: static;
}

.ref-slide.gemeindeblatt-hksb {
  background-image: url('../images/1_Referenz-Gemeindeblatt-HS.jpg');
}

.ref-slide.gemeindeblatt-holzk {
  background-image: url('../images/16_Referenz-Gemeindeblatt-Holzkirche.jpg');
}

.ref-slide.burgerinfo-bt {
  background-image: url('../images/15_Referenz-Bürgerinfo-Brunnthal.jpg');
}

.ref-slide.festschrift-hb {
  background-image: url('../images/14_Referenz-Jubiläum-Hohenbrunn.jpg');
}

.ref-slide.gemeindeblatt-ks {
  background-image: url('../images/13_Referenz-Gemeindeblatt-Kirchseeon.jpg');
}

.ref-slide.alte-heide {
  background-image: url('../images/12_Referenz-Alte-Heide.jpg');
}

.ref-slide.gs-feldkirchen {
  background-image: url('../images/11_Referenz-Schule-Feldkirchen.jpg');
}

.ref-slide.kb-grasbrunn {
  background-image: url('../images/10_Referenz-Kinder-Grasbrunn.jpg');
}

.ref-slide.website {
  background-image: url('../images/9_Referenz-website-everlong.jpg');
}

.ref-slide.fb-ananda {
  background-image: url('../images/6_Referenz-Facebook-Ananda.jpg');
}

.ref-slide.gemeindeblatt-neuried {
  background-image: url('../images/5_Referenz-Gemeindeblatt-Neuried.jpg');
}

.ref-slide.app-hksb {
  background-image: url('../images/4_Referenz-APP-HöSi.jpg');
}

.ref-slide.gemeindeblatt-bt {
  background-image: url('../images/3_Referenz-Gemeindeblatt-Brunnthal.jpg');
}

.ref-slide.vhs-grafing {
  background-image: url('../images/2_Referenz-vhs.jpg');
}

.ref-slider-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ref-slider {
  background-color: #ddd0;
  height: auto;
}

.left-arrow {
  z-index: 20;
  background-color: var(--orange);
  border-radius: 72px;
  width: 50px;
  height: 50px;
  margin-top: 150px;
  margin-bottom: 150px;
  left: -75px;
}

.left-arrow.testimonial {
  margin-top: 125px;
  margin-bottom: auto;
  left: -95px;
}

.icon {
  font-size: 25px;
}

.right-arrow {
  z-index: 20;
  background-color: var(--orange);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 150px;
  margin-bottom: 150px;
  right: -75px;
}

.right-arrow.testimonial {
  margin-top: 125px;
  margin-bottom: auto;
  right: -105px;
}

.mask {
  height: auto;
}

.button-2 {
  background-color: var(--orange);
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.aboutus-outer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutus-inner {
  width: 50%;
}

.image-aboutus {
  width: auto;
  padding: 35px;
}

.section-footer {
  margin-top: 50px;
}

.footer-outer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #5c5c5c;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.footer-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.footer-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-email {
  color: #5c5c5c;
  text-decoration: none;
}

.footer-last {
  background-color: #fff;
}

.footer-last-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: myriad-pro, sans-serif;
  font-size: 15px;
  display: flex;
}

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

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

.link-2 {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.div-block-158 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.mask-2 {
  width: 350px;
  height: 350px;
  overflow: visible;
}

.image-54 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 52px;
  width: 50px;
  height: 50px;
}

.div-block-168 {
  z-index: 6;
  background-image: linear-gradient(to right, #090f20, #090f20 48%, #090f2000);
  width: 400px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-168.right {
  background-image: linear-gradient(270deg, #090f20, #090f20 48%, #090f2000);
  inset: 0% -370px 0% auto;
}

.div-block-168.right.full {
  background-color: #0b0e20;
  background-image: none;
  right: -740px;
}

.blue {
  color: #fff;
  background-image: linear-gradient(315deg, #102c40, #21435d);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  padding: 30px;
  display: flex;
}

.slide-4 {
  width: 100%;
  margin-right: 30px;
}

.text-block-108 {
  font-size: 18px;
  font-weight: 600;
}

.paragraph-28 {
  text-align: justify;
  font-size: 12px;
  line-height: 1.5em;
}

.text-block-110 {
  color: #1a3950;
  font-size: 25px;
}

.testimonial-slider-arrow {
  border: 3px solid #1a3950;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 1.2em;
  display: flex;
  inset: auto 90px -70px auto;
}

.testimonial-slider-arrow.right {
  right: 0;
}

.portfolio-slider-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.text-block-109 {
  font-size: 12px;
  font-weight: 300;
}

.div-put {
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-5 {
  background-color: #ddd0;
  justify-content: flex-start;
  display: flex;
}

.slide-testimonial {
  width: 100%;
  margin-right: 150px;
}

.mask-testimonial {
  width: 490px;
  height: 300px;
  overflow: visible;
}

.testimonial-pic {
  background-image: url('../images/Zitate_1-Mayer.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.testimonial-pic.test-zimmer {
  background-image: url('../images/Zitate_2-Zimmer.png');
}

.testimonial-pic.test-fuerst {
  background-image: url('../images/Zitate_3-Ostermarkt.png');
  background-size: cover;
}

.testimonial-pic.test-peyerl {
  background-image: url('../images/Zitate_4-Therapiezentrum.png');
}

.testimonial-pic.test-grundner {
  background-image: url('../images/Zitate_5-Baeckerei-Grundner.png');
}

.testimonial-pic.test-dreher {
  background-image: url('../images/Zitate_6-Karin-Dreher.png');
}

.testimonial-pic.test-petrafuerst {
  background-image: url('../images/Zitate_7-Reiten.png');
}

.testimonial-pic.test-riedmair {
  background-image: url('../images/Zitate_8-Wortreich.png');
}

.testimonial-pic.test-loidl {
  background-image: url('../images/Zitate_9-ETC.png');
}

.testimonial-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-left: -60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-text.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.testimonial-outer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-testimonial {
  background-color: #ddd0;
  height: 300px;
}

.text-block-111 {
  color: var(--dark-grey);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.text-block-111.small {
  font-size: 15px;
  line-height: 17px;
}

.text-block-112 {
  color: var(--orange);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.text-block-112.small {
  font-size: 15px;
  line-height: 21px;
}

.text-block-112.small._2 {
  font-size: 14px;
  line-height: 19px;
}

.seperator-outer {
  margin-top: 80px;
}

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

.body-3 {
  background-color: var(--dirty-white);
}

.heading-4 {
  margin-top: 30px;
}

.orange-link {
  color: var(--orange);
}

.section-downloads {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 50px;
  display: flex;
}

.downloads-outer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.download-inner {
  flex: 0 auto;
  box-shadow: 0 0 15px #00000026;
}

.section-buchverkauf {
  padding-top: 200px;
}

.text-block-113, .text-block-114 {
  text-transform: none;
}

.quick-stack {
  padding: 0;
}

.portfolio-sektion {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (min-width: 1920px) {
  .div-block-168 {
    left: -5px;
  }

  .div-block-168.right {
    width: 500px;
    right: -450px;
  }

  .div-block-168.right.full {
    right: -900px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top {
    background-color: #fff;
  }

  .hamburger-menu-bar.bottom {
    background-color: var(--white);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-wrapper {
    top: -6px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-menu-list---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .header-wrapper---brix {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .header-nav-menu-wrapper---brix {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 20px 24px 24px;
  }

  .container-default.header-container {
    padding-bottom: 10px;
  }

  .container-default.header-container.lower {
    padding-bottom: 15px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    transform: translate(0%);
  }

  .header-nav-list-item---brix {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .header-nav-list-item---brix.show-in-tablet {
    display: block;
  }

  .heading {
    font-size: 75px;
    line-height: 80px;
  }

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

  .header-circle-div {
    width: 100%;
    height: auto;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .header-circle-div.w--current {
    border-radius: 144px;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .book-section-inner {
    padding-left: 20px;
  }

  .book-section-inner.image {
    padding-left: 0;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 33px;
  }

  .footer-outer {
    font-size: 18px;
  }

  .portfolio-slider-holder {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-logo---brix {
    max-width: 90%;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small._100-mb {
    width: 100%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item---brix.show-in-tablet._100-tablet {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header-logo---brix {
    max-width: 86%;
  }

  .hamburger-menu-bar.top {
    width: 40px;
    margin-bottom: 6px;
  }

  .hamburger-menu-bar.bottom {
    width: 40px;
    margin-top: 9px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small._100-mb {
    background-color: #f08100;
  }

  .header-nav-menu-list---brix {
    margin-bottom: 20px;
  }

  .header-nav-menu-wrapper---brix {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .container-default {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-nav-link---brix {
    color: var(--orange);
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .header-nav-list-item---brix {
    z-index: 99;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--orange);
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .header-nav-list-item---brix.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .section1-landing {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 140px;
  }

  .heading {
    font-size: 52px;
    line-height: 56px;
  }

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

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 32px;
  }

  .header-circle-div {
    background-color: var(--orange);
    text-align: center;
    border-radius: 999px;
    width: auto;
    height: auto;
    display: block;
  }

  .paragraph-2 {
    padding-left: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .book-section-outer {
    flex-flow: column;
  }

  .book-section-inner {
    width: auto;
    margin-top: 40px;
    padding-left: 0;
  }

  .book-section-inner.image {
    margin-top: 0;
  }

  .left-arrow {
    margin-top: auto;
    margin-bottom: -130px;
    left: 30px;
  }

  .left-arrow.testimonial {
    margin-top: auto;
    margin-bottom: -200px;
    bottom: -100px;
    left: 30px;
  }

  .right-arrow {
    margin-top: auto;
    margin-bottom: -130px;
    right: 30px;
  }

  .button-2 {
    margin-top: 30px;
    padding-top: 11px;
  }

  .aboutus-outer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .aboutus-inner {
    width: 100%;
    transform: scale(1.3);
  }

  .footer-last-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .text-block.divider {
    display: none;
  }

  .mask-2 {
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-168 {
    display: none;
  }

  .paragraph-28 {
    font-size: 12px;
  }

  .testimonial-slider-arrow {
    left: 30px;
    right: auto;
  }

  .testimonial-slider-arrow.right {
    left: auto;
    right: 30px;
  }

  .portfolio-slider-holder {
    padding-bottom: 150px;
  }

  .portfolio-slider-holder.testimonials {
    padding-bottom: 250px;
  }

  .slider-5 {
    width: 100%;
  }

  .testimonial-text {
    margin-top: -80px;
    margin-left: 0;
  }

  .testimonial-outer, .downloads-outer {
    flex-flow: column;
  }

  .div-block-169 {
    padding-left: 15px;
  }
}

#w-node-b8024208-5505-17c2-4789-28fbaa43ef84-62aa9b27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


