:root {
  --charcoal: #181818;
  --steel-blue: #087eda;
  --light-gray: #999;
  --white: rgba(255, 255, 255, .78);
}

.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;
}

.section {
  width: 100%;
  height: 75vh;
}

.section.hero {
  background-color: #6b6b6b;
  background-image: url('../images/personal-branding-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 78vh;
}

.herotext {
  color: #fff;
  width: 500px;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.heroheading {
  color: var(--charcoal);
  width: 630px;
  margin-top: 13px;
  font-size: 30px;
}

.container-2 {
  margin-top: 0;
  padding-top: 190px;
}

.paragraph {
  z-index: 2;
  float: right;
  clear: both;
  background-color: #ccb8aa;
  width: 400px;
  padding: 40px;
  position: relative;
}

.paragraph.invite {
  z-index: 100;
  float: none;
  clear: none;
  color: #dbdbdb;
  letter-spacing: .1em;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: static;
}

.image {
  z-index: 1;
  position: relative;
}

.image.invite {
  z-index: auto;
  float: left;
  clear: none;
  width: 700px;
  height: 400px;
  position: static;
}

.invitation {
  background-color: #000;
}

.container-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3.invitecontainer {
  max-width: 90%;
  min-height: 17px;
}

.inviteimage {
  background-color: #000;
  background-image: url('../images/SAP04809.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

.investment {
  background-color: #f0f0f0;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.investmentinfo {
  float: none;
  width: 400px;
}

.footer {
  background-color: #000;
  height: 300px;
}

.container-5 {
  max-width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  margin-top: 0;
}

.container-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-2 {
  text-align: left;
  margin-top: 35px;
}

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

.more-info {
  background-color: #e0e0e0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.who {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.paragraph-4 {
  text-align: center;
  letter-spacing: 0;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-5, .heading-3, .heading-4 {
  text-align: center;
}

.container-7 {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.section-2 {
  text-align: center;
  background-color: gray;
  padding-top: 40px;
  padding-bottom: 40px;
}

.scheduler {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-7 {
  z-index: 10;
  float: none;
  width: auto;
  margin-bottom: 0;
  position: relative;
}

.whyphoto {
  z-index: 1;
  float: left;
  clear: none;
  background-color: #c9c9c9;
  background-image: url('../images/SAP01080.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 700px;
  height: 480px;
  position: relative;
}

.whytext {
  z-index: 10;
  float: right;
  clear: left;
  background-color: #f1f1f1;
  width: 460px;
  padding: 40px;
  position: relative;
  top: -440px;
}

.container-10 {
  height: 580px;
  padding-bottom: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  height: 560px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  outline-offset: 0px;
  border: 1px #e4ebf3;
  outline: 3px #333;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  text-align: center;
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.footer-dark {
  background-color: #a0a0a0;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section-3 {
  background-image: url('../images/SAP09872-MOVE-LEFT-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.container-11 {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
  border-radius: 0;
  max-width: 100%;
  height: 100vh;
  padding: 260px 40px 40px;
}

.heading-6 {
  color: #fff;
  width: 80%;
  height: auto;
}

.paragraph-8 {
  color: #fff;
  max-width: 100%;
}

.hero-text-slider {
  float: right;
  width: 520px;
  max-width: 50%;
  position: relative;
  top: 0;
}

.mask {
  height: 70px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 40%;
}

.heading-7 {
  color: #fff;
}

.icon {
  display: none;
}

.slide-nav {
  display: none;
  top: 165px;
}

.left-arrow, .icon-2 {
  display: none;
}

.heading-8 {
  color: #fff;
}

.sliderh1 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 60px;
}

.left-arrow-2 {
  display: none;
}

.section-4 {
  background-color: #1b1b1b;
  height: 100vh;
}

.button {
  background-color: #ec4d38;
  border-radius: 20px;
}

.container-12 {
  height: 100vh;
  padding-top: 320px;
}

.heading-9, .paragraph-9 {
  color: silver;
  text-align: center;
}

.div-block-2 {
  border: 1px solid #5c5b5b;
  width: 50%;
  margin: 0 auto;
  padding: 40px;
}

.section-5 {
  height: 100vh;
}

.track {
  background-color: #1a1a1a;
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.image-2 {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.heading-10 {
  color: #fff;
  margin-top: 5px;
  font-weight: 400;
}

.slide {
  height: 70px;
}

.navbar {
  background-color: #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero.fill {
  z-index: 1;
  background-color: #000;
  background-image: url('../images/SAP09872-MOVE-LEFT-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: static;
}

.lifestyle.fill {
  background-image: url('../images/SAP07732.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
}

.lifestyle.gallerysection {
  background-color: var(--charcoal);
  display: none;
}

.special.fill {
  display: none;
}

.family.fill {
  background-image: url('../images/SAP03717.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.family.gallerysection {
  background-color: var(--charcoal);
}

.headshots.fill {
  background-image: url('../images/SAP04777.jpg');
  background-position: 50% 17%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshots.gallerysection {
  background-color: var(--charcoal);
}

.cosplay.fill {
  background-image: url('../images/cosplay-winston-salem-beetlejuice-lydia-deets.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cosplay.gallerysection {
  background-color: var(--charcoal);
}

.seniors.fill {
  background-image: url('../images/SAP00172-Edit.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.seniors.gallerysection {
  background-color: var(--charcoal);
}

.products.fill {
  background-image: url('../images/SAP03312.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 104vh;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.products.gallerysection {
  background-color: var(--charcoal);
}

.fill {
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.personal-branding.fill {
  background-image: url('../images/DSC00430.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.personal-branding.gallerysection {
  background-color: var(--charcoal);
}

.footer-subscribe {
  background-color: var(--charcoal);
  color: #dbdbdb;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 50px 30px 40px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  background-color: var(--steel-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #087eda;
  border: 1px solid #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary.front {
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--light-gray);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #087eda;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: var(--light-gray);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--light-gray);
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--light-gray);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
}

.div-block-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  width: 100%;
  height: 100%;
}

.textcontainer {
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 190px;
  padding-bottom: 25%;
  position: static;
  bottom: 50%;
}

.textcontainer.herotext {
  float: right;
  padding-top: 25%;
  position: relative;
  bottom: 14%;
}

.textframe {
  color: #fff;
  background-color: rgba(7, 7, 7, 0);
  border: 1px #fff;
  margin-bottom: 100px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sectiontitle {
  text-align: center;
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 80px;
}

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

.sectionbutton {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sectionbutton:hover {
  color: #fff;
  background-color: rgba(8, 126, 218, .66);
}

.sectionbutton:active {
  background-color: #03749c;
}

.image-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.body {
  background-color: #000;
}

.hero-heading-left {
  background-color: var(--charcoal);
  border: 1px #000;
  padding: 80px 30px 60px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.hero-split {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #a1a1a1;
  margin-bottom: 24px;
}

.hero-heading-right {
  background-color: var(--charcoal);
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.heading-11, .heading-12 {
  color: #fff;
}

.heading-13 {
  color: #fff;
  text-align: center;
}

.container-13 {
  padding: 76px;
}

.testimonial-slider-large {
  background-color: var(--charcoal);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slide {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #9c9c9c;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: contain;
  width: 470px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  color: #929292;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-4 {
  color: #fff;
}

.container-14 {
  padding: 40px;
}

.section-6 {
  background-color: #383838;
  border: 1px #000;
}

.html-embed {
  margin-top: 20px;
}

.heading-14 {
  color: #fff;
}

.paragraph-11 {
  color: #8a8a8a;
}

.socialicon {
  width: 30px;
  height: 30px;
}

.schedulepop {
  z-index: 999999;
  background-color: var(--charcoal);
  width: 100vw;
  height: 100vh;
  padding: 155px;
  display: none;
  position: fixed;
}

.schedulepop.pop-panel {
  display: none;
}

.html-embed-2 {
  padding: 0;
}

.popclose {
  float: right;
  background-color: #474747;
  width: 100px;
  height: 50px;
  padding-top: 15px;
  font-size: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.image-4 {
  float: none;
}

.button-2 {
  float: none;
  border-radius: 20px;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--light-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 121px;
  display: grid;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  margin-bottom: 3px;
}

.gallerytitle {
  color: #fff;
}

.paragraph-12 {
  color: var(--light-gray);
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.morelink {
  color: var(--steel-blue);
  text-decoration: none;
}

.morelink:hover {
  color: var(--white);
}

.popcall {
  background-color: var(--steel-blue);
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-3 {
  float: right;
  background-color: var(--white);
  color: var(--steel-blue);
  border-radius: 20px;
}

.container-15 {
  padding: 20px;
}

.text-block {
  float: left;
  color: var(--white);
  width: 730px;
  padding-top: 10px;
  font-size: 18px;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: var(--light-gray);
}

.hero-subscribe-left {
  background-color: var(--charcoal);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-2.swap {
  justify-content: space-between;
  align-items: flex-start;
}

.margin-bottom-24px-2 {
  color: var(--light-gray);
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-right-2 {
  background-color: var(--charcoal);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.section-7 {
  border-top: 1px #000;
  padding: 40px;
}

.block-quote {
  border-left-color: var(--steel-blue);
  color: var(--light-gray);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-2 {
  z-index: 5;
  color: var(--steel-blue);
  padding-left: 18px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  top: -29px;
}

.heading-16 {
  color: #999;
}

.heading-17 {
  color: #fff;
}

.div-block-5 {
  float: right;
  width: 500px;
  padding: 40px;
}

.actors.fill {
  background-image: url('../images/DSC00333.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.actors.gallerysection {
  background-color: var(--charcoal);
}

.real-estate.fill {
  background-image: url('../images/SAP04677.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.real-estate.gallerysection {
  background-color: var(--charcoal);
}

.graphic-design.fill {
  background-image: url('../images/Declaration_Worship_CD_On_Table.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.graphic-design.gallerysection {
  background-color: var(--charcoal);
}

.virtual-tours.fill {
  background-image: url('../images/FINAL_RENDER_SHORT_08607.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.virtual-tours.gallerysection {
  background-color: var(--charcoal);
}

.html-embed-3 {
  object-fit: contain;
  border: 0 #000;
  width: 100%;
  height: 2500px;
  overflow: visible;
}

.headshot-pop.pop-panel {
  z-index: 999999;
  background-color: var(--charcoal);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.design-pop, .design-pop.pop-panel, .realestate-pop, .realestate-pop.pop-panel, .product-pop, .product-pop.pop-panel, ._3d-pop.pop-panel {
  display: block;
}

.portfoliobtn {
  background-color: #ec8c38;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-right: 20px;
}

.paragraph-13 {
  color: var(--light-gray);
  padding-bottom: 40px;
  display: block;
}

.heading-18 {
  color: var(--light-gray);
  padding-top: 167px;
}

.book-callbtn {
  background-color: #3871ec;
  border: 1px solid #fff;
  border-radius: 20px;
}

.body-2 {
  background-color: var(--charcoal);
  color: var(--light-gray);
}

.image-6 {
  text-align: center;
  width: 345px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-16 {
  height: 100%;
  padding-top: 100px;
}

.section-8 {
  height: 100vh;
}

.heading-19 {
  text-align: center;
  margin-top: 60px;
}

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

.pop-panel {
  z-index: 999999;
  background-color: var(--charcoal);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-panel.headshot-panel, .pop-panel.design-pop, .pop-panel.realestate-pop, .pop-panel._3d-pop, .pop-panel.product-pop {
  display: none;
}

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

.facebookbtn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.instagrambtn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.youtubebtn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.emailbtn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.phonebtn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  background-color: var(--charcoal);
}

.section-9 {
  background-image: url('../images/SAP07722-Edit.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.div-block-6 {
  background-color: var(--charcoal);
  width: 720px;
  padding: 6px 63px 6px 52px;
  position: absolute;
  top: 71%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 11px 10px rgba(0, 0, 0, .45);
}

.new-site-pop {
  z-index: 100;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-20 {
  color: var(--white);
  text-align: center;
  margin-top: 10%;
  font-size: 1.3em;
}

.image-7 {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link {
  color: var(--steel-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 1em;
  display: block;
}

.new-site {
  z-index: 999999;
  border: 1px solid var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  background-color: #000;
  outline-width: 3px;
  outline-style: none;
  width: 230px;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .69);
}

.image-8 {
  text-align: center;
  vertical-align: middle;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-15 {
  color: #9b9b9b;
  height: 310px;
  margin-top: 39px;
  margin-bottom: 111px;
  padding-bottom: 0;
  padding-left: 20px;
  line-height: 25px;
}

.cell-1 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/SAP07686.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px #000;
  padding: 171px 109px 109px;
}

.cell-1.last {
  border-right-style: none;
}

.cell-1.sap-hover {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/SAP07686.jpg');
  background-position: 0 0, 30% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-7 {
  width: 100%;
  height: 240px;
  margin-bottom: 69px;
  padding-bottom: 49px;
  position: relative;
}

.btn-sap {
  background-color: #308853;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack {
  height: 100vh;
}

.btn-alp {
  background-color: #c46c0f;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.btn-lps {
  background-color: #306688;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  z-index: 0;
  clear: none;
  background-color: #ad2a2a;
  width: 100%;
  height: 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cell-2 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/DSC00361.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px #000;
  padding: 171px 109px 109px;
}

.cell-2.last {
  border-right-style: none;
}

.cell-2.sap-hover {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/SAP07686.jpg');
  background-position: 0 0, 30% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cell-3 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .52), #000), url('../images/Adams-Lane-Photography-Studio-Legacy-Podcast-Studio7.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-right: 1px dotted #494747;
  padding: 171px 109px 109px;
}

.cell-3.last {
  background-image: url('../images/Adams-Lane-Photography-Studio-Legacy-Podcast-Studio7.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #000;
}

.cell-3.last:hover {
  background-image: none;
}

.cell-3.sap-hover {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/SAP07686.jpg');
  background-position: 0 0, 30% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-10 {
  margin-top: 80px;
}

.cell-4 {
  padding: 65px;
}

.masonry-container {
  column-count: 3;
  width: 100%;
}

.masonry-image {
  column-count: auto;
  width: 100%;
  margin-bottom: 13px;
}

.bold-text {
  color: var(--light-gray);
}

.paragraph-16 {
  color: #999;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
}

.heading-21 {
  color: var(--steel-blue);
  margin-top: 92px;
}

.paragraph-17 {
  color: #999;
  margin-top: -5px;
  font-size: 20px;
  line-height: 30px;
}

.image-9 {
  margin-top: 34px;
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-position: 84% 0;
    height: 100vh;
  }

  .heroheading {
    width: 410px;
    font-size: 30px;
  }

  .container-2 {
    max-width: 90%;
  }

  .paragraph.invite {
    width: 400px;
    position: relative;
    left: 40px;
  }

  .inviteimage {
    background-color: #0e0e0e;
    background-position: -55px 0;
    width: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .investmentinfo {
    width: 346px;
  }

  .container-5 {
    max-width: 90%;
  }

  .paragraph-2 {
    float: none;
    clear: none;
    display: block;
  }

  .container-7 {
    max-width: 80%;
  }

  .paragraph-6 {
    width: auto;
  }

  .container-8, .container-9 {
    max-width: 80%;
  }

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

  .paragraph-7 {
    z-index: 1;
  }

  .whyphoto {
    float: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: static;
  }

  .whytext {
    float: left;
    clear: left;
    width: 100%;
    position: static;
    top: 0;
  }

  .container-10 {
    height: auto;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two {
    width: 100%;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-3 {
    background-position: 30% 0;
  }

  .container-11 {
    padding-top: 520px;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    width: 100vw;
    height: 34vh;
  }

  .item.lastitem {
    padding-bottom: 20px;
  }

  .image-2 {
    padding-bottom: 0;
  }

  .hero.fill {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, var(--charcoal) 87%), url('../images/SAP09872-MOVE-LEFT-1.jpg');
    background-position: 0 0, 42% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1px;
    display: block;
  }

  .footer-block-three {
    margin-left: 95px;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 208px;
  }

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

  .textcontainer {
    width: 100%;
  }

  .textcontainer.herotext {
    padding-top: 57%;
  }

  .textframe {
    width: 100%;
  }

  .sectiontitle {
    float: none;
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .gallery-wrapper, .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper-2.swap {
    flex-direction: column-reverse;
  }

  .graphic-design.fill {
    background-position: 20%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.invite {
    left: 28px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .heading {
    margin-top: 20px;
  }

  .container-6 {
    max-width: 82%;
  }

  .paragraph-4 {
    width: auto;
  }

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

  .team-slider, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-3 {
    background-position: 28% 0;
  }

  .hero.fill {
    background-position: 24% 0;
  }

  .cosplay.fill {
    background-position: 21% 0;
  }

  .personal-branding.fill {
    background-position: 36% 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .textcontainer {
    width: 90%;
  }

  .textcontainer.herotext {
    float: none;
    width: 70%;
  }

  .textframe {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 200px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .textframe.herotextframe {
    top: 66px;
  }

  .sectiontitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    display: block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-split {
    width: 100%;
    padding: 27px;
  }

  .hero-heading-right, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

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

  .heading-15 {
    margin-top: 41px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .hero-wrapper-2.swap {
    flex-direction: column-reverse;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .graphic-design.fill {
    background-position: 20%;
  }

  .paragraph-15 {
    background-color: rgba(0, 0, 0, .75);
    height: auto;
    margin: 53px;
    padding: 20px;
  }

  .cell-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/SAP07686.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding: 0 0 40px;
  }

  .btn-sap {
    width: 100%;
    height: 50px;
    padding: 15px;
    font-size: 16px;
  }

  .btn-alp {
    width: 100%;
    height: 50px;
    padding: 16px;
    font-size: 16px;
  }

  .btn-lps {
    width: 100%;
    height: 50px;
    padding: 15px;
    font-size: 16px;
  }

  .cell-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC00361.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding: 0 0 40px;
  }

  .cell-3 {
    padding: 0 0 40px;
  }

  .cell-3.last {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Adams-Lane-Photography-Studio-Legacy-Podcast-Studio7.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding: 40px;
  }

  .masonry-container {
    column-count: 2;
  }
}

@media screen and (max-width: 479px) {
  .heroheading {
    width: 90%;
    font-size: 31px;
  }

  .paragraph.invite {
    text-align: center;
    width: 100%;
    margin-top: 200px;
    line-height: 23px;
    left: 0;
  }

  .container-4 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-3 {
    background-position: 26% 0;
    background-size: cover;
    height: 80vh;
  }

  .container-11 {
    height: 80vh;
    padding-top: 430px;
  }

  .section-4 {
    height: 60vh;
  }

  .hero.fill {
    background-position: 29% 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    margin-left: -1px;
    display: none;
  }

  .footer-social-block-three {
    margin-left: 6px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .textcontainer.herotext {
    width: 100%;
  }

  .textframe.herotextframe {
    top: 171px;
  }

  .sectiontitle {
    direction: ltr;
    text-align: center;
    text-transform: none;
    white-space: normal;
    object-fit: fill;
    width: 90%;
    font-size: 30px;
    line-height: 35px;
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-split {
    flex-flow: column;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .gallery-wrapper, .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .heading-15 {
    margin-top: 66px;
  }

  .paragraph-12 {
    width: 90%;
  }

  .hero-wrapper-2 {
    flex-direction: column;
  }

  .hero-wrapper-2.swap {
    flex-direction: column-reverse;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .block-quote {
    font-size: 20px;
    line-height: 1.2em;
  }

  .image-5 {
    float: left;
  }

  .image-5.mobilelogo {
    width: 250px;
  }

  .heading-20 {
    margin-top: 0%;
    font-size: 14px;
  }

  .image-7 {
    margin-top: 0;
  }

  .new-site {
    width: auto;
    height: 208px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-15 {
    height: auto;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 0;
  }

  .cell-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/SAP07686.jpg');
    background-position: 0 0, 40% 0;
    border: 1px #000;
    padding: 20px;
  }

  .quick-stack {
    height: auto;
  }

  .cell-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/DSC00361.jpg');
    background-position: 0 0, 57% 0;
    border: 1px #000;
    padding: 20px;
  }

  .cell-3.last {
    padding: 20px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_35c5f690-1f0b-9f82-ca46-2a6ecaf84098-24b2ace5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8892ca13-b71a-b755-5458-60bf83baff78-e6e15ef1, #w-node-_8892ca13-b71a-b755-5458-60bf83baff82-e6e15ef1, #w-node-_8892ca13-b71a-b755-5458-60bf83baff8c-e6e15ef1, #w-node-_672c5ec1-768a-0b42-3a12-9210e73457a3-e6e15ef1, #w-node-_672c5ec1-768a-0b42-3a12-9210e73457ac-e6e15ef1, #w-node-_672c5ec1-768a-0b42-3a12-9210e73457b7-e6e15ef1, #w-node-_8892ca13-b71a-b755-5458-60bf83baff78-7bc955a8, #w-node-_8892ca13-b71a-b755-5458-60bf83baff82-7bc955a8, #w-node-_8892ca13-b71a-b755-5458-60bf83baff8c-7bc955a8, #w-node-_672c5ec1-768a-0b42-3a12-9210e73457a3-7bc955a8, #w-node-_672c5ec1-768a-0b42-3a12-9210e73457ac-7bc955a8, #w-node-_672c5ec1-768a-0b42-3a12-9210e73457b7-7bc955a8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1d2-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e6-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e7-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e8-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e9-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ea-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1eb-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ec-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ed-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ee-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ef-5dae76d8, #w-node-_10719422-a6e7-1e78-f3d8-2eb924c1f7c2-5dae76d8, #w-node-_10719422-a6e7-1e78-f3d8-2eb924c1f7c3-5dae76d8, #w-node-_10719422-a6e7-1e78-f3d8-2eb924c1f7c4-5dae76d8, #w-node-_10719422-a6e7-1e78-f3d8-2eb924c1f7c7-5dae76d8, #w-node-_10719422-a6e7-1e78-f3d8-2eb924c1f7c8-5dae76d8, #w-node-_10719422-a6e7-1e78-f3d8-2eb924c1f7c9-5dae76d8, #w-node-_05447662-3f90-1f78-306f-55425824e1a8-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1d2-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e6-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e7-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e8-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1e9-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ea-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1eb-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ec-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ed-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ee-5bfa6859, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1ef-5bfa6859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09c53f17-e288-73dd-9d35-9b1cfade099e-0666c446 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_35c5f690-1f0b-9f82-ca46-2a6ecaf84098-24b2ace5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1d2-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1d2-5bfa6859 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_09c53f17-e288-73dd-9d35-9b1cfade099e-0666c446 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_35c5f690-1f0b-9f82-ca46-2a6ecaf8409a-24b2ace5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35c5f690-1f0b-9f82-ca46-2a6ecaf84098-24b2ace5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_35c5f690-1f0b-9f82-ca46-2a6ecaf8409a-24b2ace5 {
    order: 0;
  }

  #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1d2-5dae76d8, #w-node-f0682f62-9c9b-7df5-57d4-8f18ba7fa1d2-5bfa6859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


