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

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  height: 10vh;
  background-color: #000;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 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;
  font-family: myriad-pro, sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
}

.main-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 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;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  height: 90px;
  padding-top: 0px;
  background-color: #000;
}

.contact {
  margin-top: 10px;
  font-family: myriad-pro, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.body {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
}

.email {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  text-align: center;
}

.column {
  padding-right: 20px;
  border-right: 1px solid #fff;
  text-align: right;
}

.column-2 {
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.email-link {
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}

.phone-link {
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #fcfcfc;
  text-decoration: none;
}

.slideshow {
  position: static;
  display: block;
  height: 100vh;
  clear: none;
  -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;
  color: #fff;
}

.slide-master {
  position: static;
  background-image: url('../images/SC-banner-photo-_app-development-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-master.slide-2 {
  background-image: url('../images/SC-banner-photo-_commercialisation-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-master.slide-3 {
  background-image: url('../images/gregpratt-website-slide-image-intellectual-property.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-master.slide-4 {
  background-image: url('../images/gregpratt-website-slide-image-marketing-consultancy.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 152px;
  -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;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-weight: 300;
  text-align: center;
}

.heading-4.with-image {
  margin-top: 15px;
}

.slide-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, 0.59);
}

.heading-container {
  height: 100%;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.mobile-app-mockup {
  height: 30vh;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  text-align: center;
}

.slide-nav {
  display: none;
  height: 60px;
  margin-bottom: 0px;
}

._3-column-grid {
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.website-screen-snap {
  margin-right: auto;
  margin-left: auto;
  box-shadow: 5px 5px 8px 0 #000;
  text-align: center;
}

.button {
  width: 80%;
  max-width: 550px;
  margin-top: 25px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

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

.button:active {
  background-color: #080809;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask {
  position: static;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 10vh;
}

.slider {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.slide.commercialisation {
  background-image: url('../images/SC-banner-photo-_commercialisation-2.jpg');
  background-position: 50% 50%;
}

.slide.marketing-consultancy {
  background-image: url('../images/gregpratt-website-slide-image-marketing-consultancy.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide.app-development {
  background-image: url('../images/SC-banner-photo-_app-development-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.innovation {
  background-image: url('../images/gregpratt-website-slide-image-intellectual-property.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: transparent;
}

.overlay-div {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.47);
  text-align: center;
}

.overlay-div.no-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contacts {
  margin-right: auto;
  margin-left: auto;
}

.slide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 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;
  font-family: myriad-pro, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.slide-title.no-pic {
  height: 100%;
}

.slide-image-div {
  height: 80%;
  background-image: url('../images/rpau-home-page05x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-image-div.certifire {
  height: 75%;
  background-image: url('../images/certifire-home-page05x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-image-div.nopower {
  height: 75%;
  background-image: url('../images/NoPowerTXT-home-page05x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-title-div {
  height: 10%;
  margin-bottom: 20px;
}

.slide-weblink-div {
  height: 10%;
}

.slide-image-div-app-dev {
  height: 80%;
  background-image: url('../images/Snapcar-mobile-app-19090605x.png');
  background-position: 50% 100%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.slide-image-div-app-dev.austral {
  background-image: url('../images/Austral-Bricks-mobile-apps05x-190906.png');
}

.slide-image-div-app-dev.wbt {
  background-image: url('../images/WhoBuiltThat-mobile-app05x.png');
}

@media (max-width: 991px) {
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    height: 137vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-4 {
    margin-top: 30px;
    text-align: center;
  }
  .slide-overlay {
    height: 43%;
  }
  .footer-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-app-mockup {
    height: 20vh;
  }
  ._3-column-grid {
    width: 93%;
    margin-top: -18px;
    margin-right: auto;
    margin-left: auto;
  }
  .overlay-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlay-div {
    padding-right: 50px;
    padding-left: 50px;
  }
  .left-arrow-2 {
    background-color: transparent;
  }
  .right-arrow-2 {
    background-color: transparent;
  }
  .slide-image-div {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 39px;
  }
  .main-section {
    height: 100vh;
  }
  .contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 28px;
  }
  .email-link {
    display: block;
  }
  .phone-link {
    display: block;
    border-left-width: 0px;
  }
  .slide-master {
    padding-top: 67px;
  }
  .heading-4 {
    margin-top: 55px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4.with-image {
    margin-top: -55px;
  }
  .slide-overlay {
    width: 94%;
    height: 157vw;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-app-mockup {
    width: 31vw;
    height: auto;
  }
  ._3-column-grid {
    width: auto;
    height: 56vh;
    padding-right: 48px;
    padding-left: 48px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .button {
    margin-top: 0px;
    padding-top: 12px;
  }
  .slider {
    display: block;
    -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;
  }
  .overlay-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-arrow-2 {
    display: block;
  }
  .right-arrow-2 {
    display: block;
  }
  .slide-nav-2 {
    display: none;
  }
  .slide-title {
    font-size: 40px;
  }
  .slide-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slide-image-div-app-dev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 35px;
  }
  .contact {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 17px;
  }
  .email-link {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .phone-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .slideshow {
    height: auto;
  }
  .container {
    display: block;
  }
  .slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mask-2 {
    overflow: visible;
  }
  .overlay-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    line-height: 31px;
  }
  .slide-title.no-pic {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .slide-image-div {
    width: 80%;
    height: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/rpau-home-page05x.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-image-div.certifire {
    width: 80%;
    height: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-image-div.nopower {
    width: 80%;
    height: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-image-div-app-dev {
    width: 80%;
    height: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  #w-node-d16355aaed76-fec32f55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-27fa15de9ccc-fec32f55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-43bba75c4539-fec32f55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-6ee779774088-fec32f55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-ea4d147adb6d-fec32f55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-717543a726a9-fec32f55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

