h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

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

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 2px solid #ff8e64;
  background-color: hsla(0, 0%, 86.7%, 0.08);
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
}

.page-fade-in {
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}

.contact-us {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 142, 100, 0.81);
}

.contact-us-wrapper {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  opacity: 1;
  transform: translate(0px, -50%);
  text-align: center;
}

.contact-us-popup {
  position: relative;
  z-index: 3000;
  display: block;
  height: auto;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  transform: scale(0.9);
  text-align: center;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/cross-symbol.png');
  background-position: 50% 50%;
  background-size: 20px;
  transition: opacity 200ms ease;
}

.link-block {
  background-image: none;
  opacity: 0.3;
}

.link-block:hover {
  opacity: 1;
}

.contact-us-icon {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(16, 18, 70, 0.65);
  text-align: center;
}

.contact-us-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  width: 60px;
  height: 60px;
  margin: 32px;
  border-radius: 10px;
  background-image: url('../images/email.svg'), linear-gradient(180deg, #ffb341, #ff8e64);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, 0.2);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.navbar.fixed-nav {
  position: fixed;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  background-color: #fff;
  transform: translate(0px, -75px);
}

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

.container-full {
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.container-full.slide-wrapper {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.container-full.slide-wrapper.client-testimonial-bkgd-video {
  padding-top: 0px;
}

.container-full.video-1 {
  margin-top: 220px;
  padding-right: 140px;
}

.brand {
  display: flex;
  height: 70px;
  padding: 15px 15px 10px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.nav-menu.fixed-menu {
  height: 70px;
}

.nav-menu.scroll {
  height: 60px;
}

.image-background-section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.image-background-section.hero-section {
  height: 45vh;
  padding-right: 0px;
  padding-left: 0px;
}

.image-background-section.hero-section.homeages-2 {
  display: block;
  overflow: hidden;
  height: 500px;
  padding-top: 120px;
  background-image: url('../images/dots2_1dots2.png'), linear-gradient(180deg, rgba(245, 246, 249, 0.8), rgba(245, 246, 249, 0.8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: 8px, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.image-background-section.hero-section.third {
  display: none;
  justify-content: center;
  align-items: center;
}

.image-background-section.footer-section {
  width: 100%;
  height: 80vh;
  padding-top: 117px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: linear-gradient(180deg, rgba(24, 25, 56, 0.7), rgba(24, 25, 56, 0.7)), url('../images/iStock-157439025_sized.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.image-background-section.blog-hero-section {
  position: static;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.style-guide.new {
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% -141px;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.correct-blog {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 50% 0px, 50% 0px;
  background-size: auto, auto, cover;
}

.image-background-section.blog-hero-section.author {
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, scroll;
}

.image-background-section.blog-hero-section.new {
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: url('../images/StoolPic3_iStock-515814206.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._2 {
  height: auto;
  background-image: none;
}

.slide._3 {
  background-image: linear-gradient(180deg, rgba(15, 17, 68, 0.63), rgba(15, 17, 68, 0.63)), url('../images/image-0-compressed.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slider-content {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  flex: 0 auto;
  text-align: center;
}

.slider-content.third {
  position: absolute;
  z-index: 200;
  width: 100%;
  max-width: 750px;
  padding-top: 0px;
}

.hero-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-text.thin {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.button {
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #ff8e64;
  opacity: 1;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button.hero-button {
  display: none;
  height: auto;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.button.outline-button {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.button.color {
  height: auto;
  padding: 9px 25px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  transition: all 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button.color:hover {
  background-color: #ff8e64;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.button.pop-up {
  margin-top: 24px;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0px;
}

.button.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-heading {
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-heading.name {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.slide-arrow {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto auto auto 10%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff8e64;
  border-radius: 4px;
  background-color: transparent;
  transition: border 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  font-size: 17px;
}

.slide-nav {
  left: -50%;
  bottom: 8%;
  color: #ff8e64;
  font-size: 11px;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper.hero-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: opacity 200ms ease;
}

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

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.social-link.orage.gray.orange {
  background-color: #ff8e64;
}

.social-link.orage.gray.orange:hover {
  border-color: #fff;
}

.scroll-down-link {
  position: relative;
  right: 15px;
  bottom: 30px;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-down-link.w--current {
  bottom: 25px;
  border-radius: 100px;
}

.section {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #288294;
  text-align: center;
}

.section.no-padding {
  display: none;
  padding: 0px;
}

.section.gray {
  z-index: 30;
  overflow: hidden;
  background-color: #f5f6f9;
}

.section.gray.single {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(180deg, rgba(245, 246, 249, 0.49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 10px;
}

.section.image-background {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 10px;
}

.section.fullwidth {
  padding: 10px;
}

.section.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.section.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50% 50%, 0px 0px;
  background-size: 1100px, 8px;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.section.baudi {
  padding-top: 0px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69));
  background-position: 0px 0px;
}

.section.baudi.testimonials {
  padding-top: 100px;
  background-color: #fff;
}

.section.assessments {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  background-color: #f7f7f7;
}

.section.aspire {
  background-color: #fff;
}

.vertical-features-header {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 72px;
  padding-top: 270px;
  flex-direction: column;
  align-items: flex-start;
}

.vertical-header {
  position: relative;
  left: -124px;
  width: 320px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-wrapper-content {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  width: 40%;
  margin-top: 200px;
  margin-bottom: 0px;
}

.section-wrapper-content.next {
  margin-top: 50px;
}

.section-header {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-header.white {
  margin-top: 0px;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
}

.section-header.left {
  margin-top: 20px;
  color: #333;
  font-weight: 600;
  text-align: left;
}

.section-header.left.whatwedo {
  color: #000;
}

.section-header.saying {
  margin-right: auto;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.services-wrapper {
  display: flex;
  margin-left: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.services-wrapper.no-side-padding {
  margin-left: 0px;
}

.services-card {
  position: relative;
  margin-right: 25px;
  margin-left: 25px;
  padding: 32px;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  background-color: rgba(40, 130, 148, 0.6);
  text-align: left;
}

.services-card.style-2 {
  width: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding: 16px 32px;
  float: right;
  flex: 1;
  border-style: none;
  box-shadow: none;
}

.services-card.new {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 46px;
  padding-bottom: 0px;
  flex: 0 auto;
}

.services-card.new.second {
  margin-top: 0px;
}

.services-line {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  width: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
}

.services-line.price {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top-style: solid;
  background-color: transparent;
}

.services-tittle {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.services-tittle.style-2 {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
  float: none;
  flex-direction: row;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-small {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.paragraph-small.howwework {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.paragraph-small.whatwedo {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.features-wrapper {
  display: block;
  justify-content: space-between;
  background-image: url('../images/iStock-515306510_sized.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-wrapper._2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/iStock-638608618-sized.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-side-content {
  display: flex;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  justify-content: center;
  align-items: center;
}

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  background-image: url('../images/iStock-165997753_sized.jpg');
  background-position: 35% 50%;
  background-size: cover;
}

.half-side-content.image-background._2 {
  background-image: url('../images/iStock-102283872_sized.jpg');
  background-size: cover;
}

.half-side-content.contact-bacground {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 700px;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.3), rgba(16, 18, 70, 0.3)), url('../images/breather-187919-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.gray {
  height: auto;
  min-height: 700px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f6f9;
}

.half-side-content.icon {
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.half-side-content.icon.whatwedo {
  padding: 30px 0px;
  background-color: #fff;
}

.half-side-info {
  max-width: 400px;
  text-align: left;
}

.half-side-info.new {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.instagram-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.instagram-section.style-2 {
  height: 45vh;
  padding: 40px 24px;
  background-image: url('../images/StoolPic3_iStock-515814206.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-me-text {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.follow-me-text.center {
  color: #969696;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.play-icon {
  position: relative;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-left: -30px;
  padding-right: 0px;
  padding-left: 0px;
  border: 2px solid #ff8e64;
  border-radius: 50%;
  background-color: #ff8e64;
  background-image: url('../images/play-button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  transform: translate(0px, -50%);
  transition: all 400ms ease;
}

.play-icon:hover {
  transform: translate(0px, -50%) scale(1.06);
}

.play-icon.video-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.play-icon.video-section._2 {
  top: 50%;
  transform: none;
}

.small-features {
  display: none;
  max-width: 500px;
  margin-left: 0px;
  padding: 50px 15px 50px 0px;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.small-feature {
  display: none;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
  text-align: left;
}

.small-feature.new {
  width: 100%;
}

.team-section {
  padding: 109px 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.team-section.gray {
  display: block;
  background-color: #f5f6f9;
  background-image: none;
}

.team-section.top-border {
  border-top: 1px none hsla(0, 0%, 86.7%, 0.67);
}

.team-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 12px;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.top-padding {
  margin-top: 12px;
}

.pricing-wrapper {
  display: flex;
  padding-top: 8px;
  flex-wrap: wrap;
}

.pricing-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  flex: 1;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #fff;
  transition: all 200ms ease;
  text-align: center;
}

.pricing-card:hover {
  border-top: 2px none #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px 0 hsla(0, 0%, 64.7%, 0.21);
}

.pricing-card.colored {
  border-style: none;
  border-color: #ff8e64;
  background-color: #ff8e64;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/becca-tapert-391584-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
}

.pricing-big-text {
  color: #333;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.pricing-big-text.light {
  color: #fff;
  font-weight: 600;
}

.pricing-wrapper-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-text-list {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 24px 15px;
  border-bottom: 0px none transparent;
  box-shadow: 0 1px 0 0 #e6e4e4;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.pricing-text-list.white {
  width: 80%;
  font-weight: 500;
}

.testimonial-wrapper {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
}

.teastimonial-card {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-bottom: 60px;
  margin-left: 40px;
  padding: 88px 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.teastimonial-card.in {
  display: block;
  width: 73%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.testimonial-member {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  text-align: left;
}

.testimonial-member.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.testimonial-member.single-author {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.testimonial-text {
  margin-bottom: 30px;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.social-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.social-wrapper.testimonials {
  margin-top: 30px;
  padding-top: 6px;
  text-align: left;
}

.social-wrapper.team {
  display: none;
  text-align: left;
}

.social-wrapper.footer {
  display: none;
}

.social-wrapper.single {
  margin-top: 20px;
  justify-content: center;
}

.social-wrapper.hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.testimonial-name {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.services-block-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/message.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.services-block-image._2 {
  margin-left: -35px;
  border-radius: 10px;
  background-image: url('../images/icons8-desk-lamp-80_1icons8-desk-lamp-80.png');
  background-size: 40px;
}

.services-block-image._3 {
  margin-left: -35px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  background-image: url('../images/icons8-toolbox-80_1icons8-toolbox-80.png');
  background-size: 40px;
}

.services-block-image.new {
  margin-bottom: 20px;
  margin-left: 30px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.contact-us-block-form.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, 0.53);
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, 0.53);
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.text-field-2.message.center {
  height: auto;
  min-height: 120px;
}

.sponsor-section {
  display: none;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f5f6f9;
}

.sponsor-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  opacity: 0.65;
  transition: opacity 300ms ease;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-wrapper {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  display: flex;
  padding-top: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: -117px;
  margin-bottom: 200px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.footer-content {
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}

.footer-brand {
  text-decoration: none;
}

.footer-links {
  display: flex;
  width: 24%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
}

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

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

.div-block {
  display: flex;
  height: 45vh;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-direction: row;
  justify-content: space-between;
  background-image: url('../images/iStock-481292871_sized.jpg');
  background-position: 20% 35%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.question-container {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 16px;
  padding-right: 0px;
  flex-direction: column;
  border-radius: 3px;
  text-decoration: none;
}

.question {
  display: flex;
  padding: 0px 20px 0px 0px;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 64.7%, 0.35);
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.question-heading {
  margin-top: 8px;
  margin-bottom: 8px;
  flex: 1;
  color: #333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.question-heading.question-quote {
  margin-right: 5px;
  flex: 0 auto;
  font-weight: 600;
}

.answer {
  padding-right: 0px;
}

.nav-button-block {
  display: none;
  padding-top: 0px;
  padding-left: 80px;
  float: none;
}

.purchase-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
  transition: all 300ms ease;
}

.purchase-button.outline:hover {
  background-color: #fff;
  color: #ff8e64;
}

.purchase-button.orange-text {
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 600;
}

.purchase-button.orange-text:hover {
  color: #fff;
}

.purchase-button.nav {
  transition: background-color 400ms ease;
  font-weight: 600;
}

.purchase-button.nav.w--current {
  display: none;
}

.purchase-button.nav {
  transition: background-color 400ms ease;
  font-weight: 600;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff8e64;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
}

.nav-link.dark.assessments {
  color: #fff;
}

.nav-link.dark.white {
  color: #fff;
}

.nav-link.testimonial-mobile {
  display: none;
}

.nav-link.contact-mobile {
  display: none;
}

.nav-link.what-we-do-mobile {
  display: none;
}

.nav-link.how-we-work-mobile {
  display: none;
}

.nav-link.home-mobile {
  display: none;
}

.nav-link.home-mobile.w--current {
  display: none;
}

.nav-link.assessments-mobile {
  display: none;
}

.slide-arrow-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto 10% auto auto;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff8e64;
  border-radius: 5px;
  background-color: transparent;
  transition: background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow-right:hover {
  border-color: #fff;
  background-color: #fff;
}

.blog-hero {
  position: relative;
  display: flex;
  padding-top: 16px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.page-brand {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-end;
  align-items: center;
}

.blog {
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar-block {
  width: 95%;
  padding-bottom: 40px;
  float: right;
}

.text-button {
  display: inline-block;
  margin-left: 10px;
  float: none;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0px;
  font-size: 18px;
  line-height: 25px;
}

.purchase-section {
  position: static;
  display: none;
  height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/ShuttleEngineLaunch_Moment.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 8px, cover;
  background-attachment: scroll, scroll, fixed;
}

.purchase-button-block {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-text-team {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8e64;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.instagram-card-style-2 {
  position: relative;
  display: none;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 40px 40px;
  background-color: transparent;
  text-align: center;
}

.div-block-3 {
  display: inline-block;
  float: none;
}

.tabs-menu {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px none #ddd;
  text-align: center;
}

.tab-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #ff8e64;
}

.tab-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #ff8e64;
  background-color: transparent;
  color: #ff8e64;
}

.tab-link.w--current:hover {
  color: #ff8e64;
}

.contact-us-card {
  position: absolute;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 32px;
  flex: 1;
  text-align: left;
}

.contact-us-block {
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: flex-start;
}

.features-link {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
}

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

.fact-section {
  position: relative;
  padding: 72px 56px;
  background-color: #f5f6f9;
}

.fact-section.white {
  background-color: #fff;
  background-image: none;
}

.facts {
  display: flex;
}

.fact-item {
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  text-align: center;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  line-height: 26px;
  font-weight: 700;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-7 {
  font-weight: 500;
}

.team-member-image {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-left: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: box-shadow 300ms ease;
}

.team-member-image:hover {
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.team-member-image._2 {
  border-radius: 10px;
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0px;
}

.team-member-image._3 {
  background-image: url('../images/nick-karvounis-423669-unsplash-p-1600.jpeg');
}

.team-member-image._4 {
  background-image: url('../images/dgss`rg.jpg');
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.white.center {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.white.center.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.white.center.padding-bottom {
  margin-bottom: 30px;
}

.white._04 {
  margin-bottom: 40px;
}

.price-table {
  color: #ff8e64;
  font-size: 18px;
  font-weight: 500;
}

.price-table.white {
  color: #fff;
}

.number-services {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #ff8e64;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.left {
  float: none;
}

.image-5 {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.contact-us-wrapper-half-section {
  display: block;
  justify-content: space-between;
}

.small-text-pricing {
  margin-bottom: 24px;
  color: #969696;
  line-height: 24px;
}

.small-text-pricing.white {
  color: #fff;
}

.footer-copyright {
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.text-copyright {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
}

.text-link-copyright {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

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

.work-wrapper {
  display: flex;
  width: 90vw;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
}

.works {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.works._2 {
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
}

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

.work.webinar {
  display: none;
}

.work-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.work-card.test {
  display: none;
}

.work-card-image-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

.work-card-image {
  transform: scale(1.08);
  transition: opacity 200ms ease;
}

.work-card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.31);
  box-shadow: none;
  text-align: center;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.footer-text {
  color: #fff;
}

.portfolio-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-image {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.portfolioterxt {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #969696;
  line-height: 24px;
}

.portfolioterxt.border {
  border-top: 1px none #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
}

.portfolioterxt.first {
  padding-top: 0px;
}

.big-tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

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

.column-div {
  width: 95%;
}

.row-info {
  margin-top: 100px;
}

.separator {
  display: none;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: rgba(255, 142, 100, 0);
}

.separator._404 {
  margin-bottom: 0px;
}

.pattern-dots {
  display: block;
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.logo-type {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  padding-bottom: 10px;
}

.logo-type.white-font.footer.herotitle {
  padding-top: 10px;
  padding-bottom: 0px;
}

.color-font {
  color: #ff8e64;
  font-weight: 700;
  text-transform: uppercase;
}

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

.licensing-item {
  position: relative;
  display: flex;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
  border-top: 1px none #ddd;
  border-bottom: 1px none #ddd;
}

.licensing-item.first {
  border-bottom-style: solid;
}

.licensing-item-content {
  height: 100px;
  margin-left: 32px;
  padding: 12px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  text-align: left;
}

.licensin-pfoto-link {
  margin-top: 8px;
  margin-right: 0px;
  color: #a5a5a5;
}

.licensin-pfoto-link:hover {
  color: #ff8e64;
}

.divider-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/alexander-pemberton-95212-unsplash-p-2000_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap.pass {
  padding-right: 24px;
  padding-left: 24px;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.utility-page-content {
  display: flex;
  max-width: 600px;
  padding: 0px;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.pass-window {
  display: flex;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.password-image {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.heading-10 {
  line-height: 22px;
}

.paragraph-center {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.paragraph-center.saying {
  color: #fff;
  text-align: center;
}

.title-liciensing {
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-side {
  display: none;
  width: 50%;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
}

.copy-div {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-image-div {
  position: relative;
  height: 600px;
  margin-top: -300px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-small-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/armchair.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-image-small-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/lamp.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  position: absolute;
  display: block;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 35px solid #f6f6f6;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 53px;
  right: 42px;
  width: 200px;
  height: 200px;
  border: 20px solid #f8f8f8;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.blog-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5));
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  background-color: #ff8e64;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.title-contact {
  text-transform: uppercase;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.success-message {
  border-radius: 10px;
  background-color: #00ad31;
  color: #fff;
  font-weight: 500;
}

.error-message {
  border-radius: 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.link-author {
  padding-top: 20px;
  color: #ff8e64;
}

.link-author:hover {
  color: #000;
}

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

.div-button {
  height: 80px;
  padding-top: 15px;
  float: right;
}

.bold-text {
  margin-right: 5px;
}

.button-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-link-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
}

.hero-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.65), rgba(16, 18, 70, 0.65)), url('../images/alexander-pemberton-95212-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.rich-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.rich-text h1 {
  text-align: left;
}

.rich-text h2 {
  text-align: left;
}

.rich-text h3 {
  text-align: left;
}

.rich-text h4 {
  text-align: left;
}

.rich-text h5 {
  text-align: left;
}

.categories {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.categories.single {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ff8e64;
  color: #fff;
}

.collection-item {
  padding-right: 10px;
  padding-left: 10px;
}

.blog-link {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
}

.blog-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 50%;
  padding: 36px 20px;
  justify-content: center;
  background-color: #fff;
}

.blog-container.gray {
  background-color: #f5f6f9;
}

.blog-container.gray {
  border: 1px solid #f5f6f9;
  background-color: #f5f6f9;
}

.news-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 2px 5px;
  border: 1px none #ff8e64;
  border-radius: 2px;
  background-color: #c9c9c9;
  color: #fff;
  font-size: 12px;
}

.news-text.orange {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-radius: 2px;
  background-color: #ff8e64;
  color: #fff;
}

.blog-heading {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.date-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 16px;
  margin-left: 20px;
  border-bottom: 1px none #ff8e64;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.blog-link-photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-image: url('../images/sophia-baboolal-86214-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-wrapper {
  display: inline-block;
  text-align: center;
}

.text-categories {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ff8e64;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-block-14 {
  margin-bottom: 40px;
}

.div-block-15 {
  text-align: left;
}

.collection-item-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.licence-items {
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.licence-item-firs {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-image: url('../images/256-b.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

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

.lightbox-link {
  display: none;
}

.background-video {
  height: 900px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.background-video.assessmenthide {
  display: none;
}

.div-block-16 {
  display: flex;
  height: 45vh;
  background-image: url('../images/iStock-862596588_sized.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-17 {
  display: flex;
  height: 45vh;
  margin-top: 60px;
  background-image: url('../images/iStock-503520826_sized.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2 {
  height: 45vh;
  background-image: url('../images/sanding-man.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-2.whatexecssaying {
  display: flex;
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2.whatareyouaspiring {
  height: auto;
  background-color: #288294;
  background-image: none;
}

.div-block-18 {
  display: flex;
  height: 50vh;
  padding-right: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(268deg, rgba(255, 157, 87, 0), rgba(92, 121, 172, 0.38)), url('../images/sitting-man.jpg');
  background-position: 0px 0px, 80% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  display: flex;
  padding-left: 9vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container.left {
  display: block;
  padding-top: 119px;
  padding-right: 200px;
  text-align: left;
}

.section-3 {
  height: 45vh;
  background-image: url('../images/iStock-862596588_sized.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.new-page-header-section {
  position: relative;
  z-index: 1;
  display: flex;
  height: 470px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/StoolPic3_iStock-515814206.jpg');
  background-position: 100% 23%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-heading {
  width: 51%;
  color: #fff;
  font-size: 40px;
}

.executive-coaching-page-header-paragraph {
  width: 51%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.pagenavbar {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  margin-left: 30px;
  background-color: transparent;
}

.brand-2 {
  position: relative;
  width: 140px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  background-image: none;
}

.menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 35px;
  margin-right: 30px;
  float: none;
  background-color: transparent;
  background-image: url('../images/menu_transp.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.menu:hover {
  background-image: url('../images/menu_white_transp.png');
  background-size: 40px;
}

.menu-mobile {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 30px;
  background-image: url('../images/menu_transp.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.menu-mobile:hover {
  background-image: url('../images/menu_white_transp.png');
  background-size: 40px;
}

.reference-section {
  display: flex;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #288294;
}

.reference-container {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ddd;
}

.reference-quote {
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.reference-person {
  margin-top: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-section {
  padding: 20px;
  background-color: #f7f7f7;
}

.text-section:hover {
  background-color: transparent;
}

.coaching-intro-container {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 38px;
  line-height: 44px;
  text-align: left;
}

.list-item-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  list-style-type: disc;
}

.by-title {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.button-2 {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #079ff6;
  background-image: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: rgba(0, 162, 255, 0.5);
}

.button-2.contact-ron-bates {
  margin-top: -3px;
  background-color: #324b5c;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.button-2.contact-ron-bates:hover {
  background-color: #079ff6;
}

.button-2.webinarregbutton {
  margin-top: 0px;
  font-size: 20px;
  line-height: 20px;
}

.button-2.webinarregbutton.downloadbutton {
  background-color: #f67f07;
}

.text-container {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-8 {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.reference-person-2 {
  margin-top: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #494b4d;
  font-size: 18px;
  line-height: 38px;
  text-align: left;
}

.heading-7.webinar-heading {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-23 {
  position: relative;
  top: -43px;
  z-index: 1;
  width: 287.09px;
  height: 173.28px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 0 0 20px -9px #000;
}

.div-block-22 {
  position: relative;
  top: -62px;
  z-index: 2;
  width: 220px;
  height: 35.77px;
  border: 1px none #000;
}

.div-block-20 {
  position: relative;
  z-index: 0;
  width: 319px;
  height: 214.77px;
  border: 1px none #000;
  background-image: url('../images/Webinar.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px -9px #000;
}

.div-block-20.bandwidth {
  background-image: none;
}

.div-block-20.influence {
  background-image: none;
}

.div-block-20.powerbase {
  background-image: none;
}

.div-block-20.webinar {
  background-image: none;
}

.div-block-20.snapshot {
  background-image: none;
}

.div-block-20.career {
  background-image: none;
}

.paragraph-7 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 14px;
}

.div-block-24 {
  display: flex;
  width: 80vw;
  max-width: 1200px;
  padding-top: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-end;
}

.assessment-div {
  position: relative;
  display: flex;
  width: 319px;
  height: auto;
  margin-right: 11px;
  margin-left: 11px;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.paragraph-6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
}

.div-block-11 {
  margin-top: 0px;
  padding-right: 22px;
  padding-left: 22px;
}

.link-block-2 {
  display: flex;
  width: 220px;
  height: 35.77px;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  border: 0px none #000;
  background-color: #324b5c;
  box-shadow: 4px 4px 20px -11px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-block-2:hover {
  margin-top: 0px;
  padding-top: 10px;
  align-items: center;
  border: 2px solid #324b5c;
  background-color: #079ff6;
  color: #324b5c;
}

.link-block-2:active {
  background-color: #e4e3e3;
}

.div-block-21 {
  height: 8px;
  background-color: #324b5c;
}

.section-4 {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  background-color: #f7f7f7;
}

.new-page-nav-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-page-nav-container {
  display: none;
  width: 1200px;
}

.header-list {
  margin-top: 80px;
}

.page-menu-links {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 36px;
}

.page-menu-links:hover {
  color: #079ff6;
}

.page-menu-links.selected {
  color: #079ff6;
}

.office-pic-section {
  height: 470px;
  background-image: url('../images/iStock-862596588_darkened.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-heading {
  display: inline-block;
  margin-top: 50px;
  color: #079ff6;
}

.sub-heading.how-i-coach {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
}

.sub-heading.what-i-do {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
}

.coaching-page-top-paragraph {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 24px;
}

.coaching-number-list-div {
  margin-bottom: 30px;
}

.coaching-bullet-number-list {
  font-size: 24px;
  line-height: 36px;
}

.coaching-list-why {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 24px;
}

.new-why-invest-in-coaching-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: linear-gradient(90deg, #9ab2bd, #e1eaf1);
}

.new-why-invest-title-header {
  width: 1200px;
}

.video-image {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-image:hover {
  background-image: none;
  background-size: cover;
}

.video-image.whowearevideo {
  background-image: url('../images/1-Coaching-Page-Pic---no-Hover.jpg');
}

.video-image.whowearevideo:hover {
  background-image: url('../images/1-Coaching-Page-Pic---Hover.jpg');
}

.video-image.whowearevideo.whowearevideomobile {
  margin-top: 0px;
  background-image: url('../images/0.7_a-Coaching-Page-Pic---no_Hover.jpg');
}

.video-image.whowearevideo.whowearevideomobile:hover {
  background-image: url('../images/0.7_b-Coaching-Page-Pic---Hover.jpg');
}

.what-i-do-section-pic {
  height: 470px;
  background-image: url('../images/iStock-481292871_darkened.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-what-i-do-text-container {
  width: 1200px;
}

.new-what-i-do-text-flex-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-what-i-do-section {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-break-section-pic {
  height: 470px;
  background-image: url('../images/iStock-503520826_sized.jpg');
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-section-2 {
  display: flex;
  height: 470px;
  padding-right: 400px;
  align-items: center;
  background-image: linear-gradient(268deg, rgba(25, 66, 138, 0.12) 25%, rgba(92, 121, 172, 0.38) 100%, #fff), url('../images/sitting-man.jpg');
  background-position: 0px 0px, 80% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-5 {
  color: #d1d1d1;
}

.contact-me-sub-heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ddd;
  font-size: 40px;
}

.button-3 {
  display: flex;
  width: 200px;
  height: 30px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.button-3:hover {
  background-color: #079ff6;
  color: #fff;
}

.button-3:active {
  background-color: hsla(0, 0%, 85.3%, 0.84);
}

.executive-header {
  display: flex;
  height: 470px;
  padding-left: 60px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/sanding-man.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 20px;
}

.div-block-30 {
  display: flex;
  flex-wrap: wrap;
}

.coaching-sub-heading {
  margin-left: 279px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ddd;
  font-size: 40px;
}

.testimonial-stories-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #fcfcfc;
}

.reference-link {
  margin: 25px 20px 40px;
  box-shadow: 0 0 20px -9px #000;
  opacity: 1;
  transition: box-shadow 250ms ease, transform 250ms ease;
  color: #4b4b4b;
  text-decoration: none;
  transform-style: preserve-3d;
}

.reference-link:hover {
  box-shadow: 0 0 20px -6px #000;
  transform: translate3d(0px, 0px, 10px);
}

.reference-link:active {
  opacity: 0.82;
}

.story-quote {
  padding-top: 2px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
}

.div-block-26 {
  display: flex;
  padding-top: 10px;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-end;
}

.div-block-28 {
  display: block;
  height: 125.52px;
  padding-top: 2.66px;
  padding-right: 17.65px;
  padding-left: 17.65px;
  background-color: #fff;
}

.paragraph-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 20px;
}

.div-block-29 {
  width: 318.5px;
  height: 366.7px;
}

.div-block-25 {
  height: 184.19px;
}

.div-block-27 {
  display: flex;
  height: 78px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 17.66px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background-color: #57595c;
  color: #e7e7e7;
}

.page-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000;
  color: #fff;
}

.page-footer.copyright {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
}

.page-footer.footer-list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-footer.footer-list-item:hover {
  color: #079ff6;
}

.follow-us-div {
  margin-top: 20px;
}

.footer-nav-row {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.add-this-div {
  display: inline-block;
  margin-top: 25px;
}

.short-testimonial-quote {
  background-color: #288294;
}

.what-we-do {
  background-color: #288294;
}

.aspiring {
  background-color: #f7f7f7;
}

.pic-seperator.pic-1 {
  display: none;
  height: 50vh;
  background-image: url('../images/iStock-862596588_darkened.jpg');
  background-position: 100% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-seperator.pic-2 {
  display: none;
  height: 50vh;
  background-image: url('../images/iStock-185000777_sized.jpg');
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-seperator.pic-3 {
  display: none;
  height: 50vh;
  background-image: url('../images/iStock-481292871_darkened.jpg');
  background-position: 0% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-seperator.pic-4 {
  height: 50vh;
  background-image: url('../images/iStock-503520826_sized.jpg');
  background-position: 0% 30%;
  background-size: cover;
}

.pic-seperator.pic-5 {
  height: 50vh;
}

.pic-seperator.pic-6 {
  height: 50vh;
}

.pic-seperator.pic-7 {
  height: 50vh;
}

.pic-seperator.pic-8 {
  height: 45vh;
}

.pic-seperator.pic-0 {
  display: none;
  height: 50vh;
  background-image: url('../images/iStock-598260366.png');
  background-position: 0% 40%;
  background-size: cover;
}

.hero-pic {
  height: 50vh;
  justify-content: flex-start;
  align-items: center;
  background-image: url('../images/StoolPic3_iStock-515814206.jpg');
  background-position: 50% 22%;
  background-size: cover;
}

.hero-pic.assessment-slide {
  display: none;
}

.italic-text {
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.hero-title {
  color: #fff;
}

.div-block-19 {
  display: flex;
  padding-left: 149px;
  justify-content: center;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #494b4d;
  font-size: 18px;
  line-height: 38px;
}

.heading-11.webinar-heading {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-10 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Bitter, serif;
  font-size: 14px;
}

.paragraph-11 {
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
}

.link-block-3 {
  display: flex;
  width: 220px;
  height: 35.77px;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  border: 0px none #000;
  background-color: #324b5c;
  box-shadow: 4px 4px 20px -11px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-block-3:hover {
  margin-top: 0px;
  padding-top: 10px;
  align-items: center;
  border: 2px solid #324b5c;
  background-color: #fff;
  color: #324b5c;
}

.link-block-3:active {
  background-color: #e4e3e3;
}

.slider-downloads {
  display: none;
}

.paragraph-12 {
  color: #646464;
  font-size: 14px;
}

.assessment-slide {
  display: block;
  flex-direction: column;
  align-items: center;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #494b4d;
  font-size: 14px;
  line-height: 38px;
}

.huge-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 98px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: -2px -2px 0 hsla(0, 0%, 52.5%, 0.6);
}

.huge-heading.dna {
  font-size: 60px;
  line-height: 80px;
  text-align: left;
}

.hero-container.webinar {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.6);
}

.small-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 hsla(0, 0%, 52.5%, 0.6);
}

.small-heading.webinar {
  padding-top: 60px;
}

.small-heading.webinar.dna {
  padding-top: 0px;
  font-size: 35px;
  text-align: center;
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 23px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-shadow: -2px -2px 0 hsla(0, 0%, 52.5%, 0.6);
}

.webinarsection {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.webinarsection.hero {
  height: 1080px;
  padding-top: 300px;
  padding-bottom: 200px;
  background-image: linear-gradient(315deg, rgba(17, 201, 247, 0.59), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45)), url('../images/WebinarCountdownPageLarge.jpg');
  background-position: 0px 0px, 51% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.webinarsection.hero.heromobile {
  background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/WebinarCountdownPageLarge.jpg');
  background-position: 0px 0px, 51% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.webinarsection.hero.heromobile.downloadsection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/iStock-146387340_sized.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.webinarsection.hero.heromobile.downloadsection.strategy {
  background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/iStock-498337698_sized.jpg');
}

.webinarsection.hero.heromobile.downloadsection.powerbase {
  background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/iStock-500877014_sized.jpg');
}

.webinarsection.hero.heromobile.downloadsection.influence {
  background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/iStock-513106186_sized.jpg');
}

.webinarsection.hero.heromobile.downloadsection.bandwidth {
  background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/iStock-521696768_sized.jpg');
}

.webinarsection.hero.heromobile.downloadsection.career {
  background-image: linear-gradient(46deg, transparent, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/Career_Self-Assessment_Pic.jpg');
}

.webinarsection.hero.heromobile.downloadsection.career.new-webinar {
  background-image: linear-gradient(46deg, transparent, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/galactic_background.png');
}

.webinarsection.hero.heromobile.downloadsection.career.new-webinar.map {
  background-image: linear-gradient(46deg, transparent, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/iStock-174757299_sized.jpg');
}

.webinarsection.hero.heromobile.downloadsection.career.new-webinar.dna {
  background-image: linear-gradient(46deg, transparent, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/DNA_full_color.png');
}

.herobiodiv {
  margin-right: auto;
  margin-left: auto;
}

.biopicture {
  height: 330px;
  background-image: url('../images/Presenter.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-text {
  color: #d7d9de;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  margin-top: 11px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.paragraph2.bioparagraph {
  margin-top: 23px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 400;
}

.title-bio-div {
  position: relative;
  display: inline;
}

.section-6 {
  position: relative;
  z-index: 10;
  padding-top: 95px;
  padding-bottom: 80px;
  background-image: linear-gradient(312deg, rgba(136, 92, 156, 0.63), rgba(143, 90, 166, 0.8));
}

.section-6.subherobio {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(315deg, rgba(17, 201, 247, 0.59), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45));
}

.section-6.subherobio.biosize {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(315deg, rgba(17, 201, 247, 0.59), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45));
  text-align: center;
}

.section-6.subherobio.pic1 {
  display: none;
  height: 366px;
  background-image: linear-gradient(315deg, rgba(17, 201, 247, 0), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45)), url('../images/iStock-515306510.png');
  background-position: 0px 0px, 100% -200px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-6.subherobio.pic2 {
  display: none;
  height: 366px;
  background-image: linear-gradient(315deg, rgba(17, 201, 247, 0), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45)), url('../images/iStock-513106186.png');
  background-position: 0px 0px, 100% 24%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-6.download.awardees {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-7 {
  position: relative;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-7.webinar {
  padding-bottom: 0px;
}

.heading-2-quote {
  display: none;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #f2f4f7;
  font-weight: 400;
  text-align: left;
}

.signuptitle {
  margin-top: 0px;
  color: #f2f4f7;
  font-weight: 400;
}

.signuptitle.signuptitle-mod {
  margin-top: 5px;
  margin-bottom: 20px;
}

.signuptitle.signuptitle-mod.downloadtitle {
  text-align: center;
}

.accelerate-container.downloadflex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.accelerate-container.downloadflex.call2action {
  margin-top: 60px;
  margin-bottom: 60px;
}

.body {
  background-color: #000;
}

.references-slider {
  display: flex;
  height: 470px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background-color: #f7f7f7;
}

.slider-references {
  display: none;
}

.paragraph-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
}

.reference-slide {
  display: flex;
  justify-content: center;
}

.slide-34 {
  background-color: #f7f7f7;
}

.paragraph-2 {
  padding-top: 2px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
}

.background-video-2 {
  height: 80vh;
}

.background-video-3 {
  display: block;
  height: 80vh;
}

.background-video-4 {
  display: none;
  height: 80vh;
}

.background-video-5 {
  height: 80vh;
}

.background-video-6 {
  height: 80vh;
}

.background-video-7 {
  height: 80vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.background-video-8 {
  display: flex;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 8px;
  background-repeat: repeat, repeat;
}

.div-block-31 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.background-video-9 {
  display: none;
  height: 80vh;
}

.heading-12 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.background-video-10 {
  height: 80vh;
}

.body-2 {
  background-color: #000;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: #000;
}

.body-5 {
  background-color: #000;
}

.nav-link-2 {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ff8e64;
}

.nav-link-2.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link-2.dark {
  color: #333;
  font-weight: 600;
}

.nav-link-2.dark:hover {
  color: #ff8e64;
}

.nav-button-block-2 {
  display: inline-block;
  padding-top: 0px;
  padding-left: 80px;
  float: none;
}

.scroll-nav-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.container-full-2 {
  max-width: 1200px;
  background-color: transparent;
}

.nav-menu-2 {
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.nav-menu-2.scroll {
  height: 60px;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.white-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.column {
  display: flex;
  padding-top: 0px;
  flex-direction: column;
}

.image-7 {
  margin-bottom: 60px;
}

.image-7.map {
  margin-bottom: 20px;
}

.div-block-32 {
  width: auto;
  height: 400px;
  background-image: url('../images/Hyper_realistic_DNA_full_color.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-32.dna {
  height: 400px;
  margin-bottom: 40px;
}

.div-block-32.map {
  height: auto;
  background-image: none;
}

.list-item-3 {
  color: #fff;
  text-align: left;
}

.list-item-4 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.list-item-5 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.list-item-6 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.list-item-7 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.list-item-8 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.list-item-9 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.list-item-10 {
  color: #fff;
  text-align: left;
}

.div-block-33 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-item-11 {
  color: #fff;
  text-align: left;
}

.list-item-12 {
  color: #fff;
  text-align: left;
}

.list-item-13 {
  color: #fff;
  text-align: left;
}

.list-item-14 {
  color: #fff;
  text-align: left;
}

.list-item-15 {
  color: #fff;
  text-align: left;
}

.list-item-16 {
  color: #fff;
  text-align: left;
}

.list-item-17 {
  color: #fff;
  text-align: left;
}

.bold-text-2.dna {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-14 {
  margin-top: 40px;
  font-size: 20px;
}

.paragraph-15 {
  color: #fff;
}

.paragraph-16 {
  color: #fff;
}

.paragraph-17 {
  color: #fff;
}

.paragraph-18 {
  color: #fff;
}

.paragraph-19 {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  text-align: left;
}

.list-item-18 {
  color: #fff;
  text-align: left;
}

.paragraph-20 {
  color: #fff;
}

.div-block-35 {
  margin-top: 40px;
}

.div-block-36 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
  }

  .navbar.fixed-nav {
    padding-right: 0px;
    padding-left: 16px;
  }

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: none;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    text-align: left;
  }

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.homeages-2 {
    height: 450px;
    padding-top: 80px;
  }

  .image-background-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .image-background-section.blog-hero-section.style-guide.new {
    background-image: linear-gradient(180deg, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }

  .slider-content {
    width: 80%;
  }

  .slider-content.third {
    z-index: 10;
    margin-top: 0px;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 58px;
  }

  .slide-arrow {
    margin-left: 5%;
  }

  .section {
    padding: 80px 24px;
  }

  .section.gray {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.gray.single {
    padding-top: 80px;
  }

  .section.image-background {
    padding: 80px 24px;
  }

  .section-wrapper-content {
    width: 470px;
  }

  .section-wrapper-content.page-header {
    width: 80%;
  }

  .section-wrapper-content.page-header.blog {
    width: 80%;
  }

  .section-header {
    padding-right: 124px;
    padding-left: 51px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .section-header.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.left {
    padding-right: 0px;
    padding-left: 0px;
    color: #333;
  }

  .section-header.left.whatwedo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-header.saying {
    margin-left: 83px;
    padding-right: 60px;
    padding-left: 178px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .services-card {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 1;
  }

  .services-card.style-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 16px;
    padding-left: 16px;
    flex-basis: 25%;
  }

  .services-tittle.style-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .half-side-content {
    padding-right: 4%;
    padding-left: 4%;
  }

  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }

  .half-side-content.contact-bacground {
    width: 100%;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .half-side-content.gray {
    display: flex;
    width: 50%;
    height: auto;
    flex: 0 auto;
  }

  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .follow-me-text.center {
    font-size: 17px;
    line-height: 24px;
  }

  .small-features {
    flex: 1;
  }

  .small-feature {
    width: 100%;
    margin-bottom: 0px;
    flex: 0 auto;
  }

  .pricing-card {
    margin-right: 8px;
    margin-left: 8px;
  }

  .pricing-big-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-wrapper-list {
    width: 100%;
  }

  .testimonial-wrapper {
    margin-left: 45px;
    flex-direction: column;
    justify-content: space-between;
  }

  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .social-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sponsor-link {
    padding: 8px;
  }

  .sponsor-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }

  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-header {
    letter-spacing: 2px;
  }

  .footer-link {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }

  .question-container {
    padding-right: 2px;
  }

  .answer {
    padding-right: 0px;
  }

  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    flex: 0 auto;
  }

  .purchase-button {
    color: #fff;
  }

  .purchase-button.outline {
    color: #fff;
  }

  .purchase-button.nav {
    color: #fff;
  }

  .purchase-button.nav:hover {
    color: #fff;
  }

  .purchase-button.nav {
    color: #fff;
  }

  .purchase-button.nav:hover {
    color: #fff;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }

  .nav-link:hover {
    color: #ff8e64;
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .nav-link.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .nav-link.contact-mobile {
    display: none;
  }

  .nav-link.what-we-do-mobile {
    display: none;
  }

  .slide-arrow-right {
    left: 24%;
    margin-right: 5%;
  }

  .menu-button {
    display: block;
    color: #fff;
  }

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

  .menu-button.black {
    color: #000;
  }

  .paragraph-footer.white {
    font-size: 18px;
  }

  .purchase-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .instagram-card-style-2 {
    width: 40%;
    padding: 27px 24px 24px;
  }

  .contact-us-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .fact-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 90%;
  }

  .contact-us-wrapper-half-section {
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
  }

  .work {
    padding: 8px 8px 8px 5px;
  }

  .work-card {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .portfolio-content {
    margin-left: 8px;
  }

  .row-info {
    margin-top: 70px;
  }

  .logo-type.white-font.footer {
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .copy-div {
    width: 80%;
  }

  .hero-image-div {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-9 {
    top: auto;
    right: 42px;
    bottom: 53px;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }

  .collection-list {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: stretch;
  }

  .collection-item {
    display: block;
    width: auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .blog-link {
    position: relative;
    display: flex;
    width: 96%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .blog-container {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-link-photo {
    display: block;
  }

  .collection-item-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .licence-items {
    width: 80%;
  }

  .background-video {
    height: 1000px;
  }

  .container.left {
    padding-top: 148px;
    padding-right: 195px;
    padding-left: 0vw;
  }

  .new-page-header-section {
    align-items: flex-start;
    background-position: 43% 0px;
  }

  .section-heading {
    font-size: 36px;
  }

  .executive-coaching-page-header-paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .menu {
    display: none;
  }

  .menu-mobile {
    display: block;
    margin-top: 30px;
  }

  .coaching-intro-container {
    font-size: 36px;
  }

  .list-item-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .by-title {
    line-height: 22px;
  }

  .button-2 {
    font-size: 16px;
  }

  .button-2.contact-ron-bates {
    line-height: 22px;
  }

  .button-2.webinarregbutton {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .reference-person-2 {
    line-height: 30px;
  }

  .div-block-24 {
    width: 90vw;
  }

  .new-page-nav-container {
    margin-left: 25px;
  }

  .header-list {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .page-menu-links {
    font-size: 22px;
    line-height: 30px;
  }

  .sub-heading.how-i-coach {
    font-size: 36px;
  }

  .coaching-page-top-paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .coaching-number-list-div {
    font-size: 16px;
    line-height: 22px;
  }

  .coaching-bullet-number-list {
    font-size: 16px;
    line-height: 22px;
  }

  .coaching-list-why {
    font-size: 16px;
    line-height: 22px;
  }

  .new-why-invest-in-coaching-section {
    margin-right: 10px;
    margin-left: 25px;
  }

  .video-image {
    background-position: 50% 50%;
  }

  .video-image.whowearevideo {
    background-position: 23% 0px;
  }

  .video-image.whowearevideo.whowearevideomobile {
    background-image: url('../images/0.7_a-Coaching-Page-Pic---no_Hover.jpg');
  }

  .new-what-i-do-text-flex-box {
    margin-right: 25px;
    margin-left: 25px;
  }

  .contact-section-2 {
    background-position: 0px 0px, 84% 0%;
  }

  .container-5 {
    padding-left: 20px;
  }

  .contact-me-sub-heading {
    font-size: 30px;
  }

  .executive-header {
    background-position: 0% 0%;
  }

  .coaching-sub-heading {
    width: 30%;
    margin-left: 397px;
    font-size: 30px;
    text-align: center;
  }

  .testimonial-stories-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .page-footer {
    margin-left: 0px;
    padding-left: 10px;
  }

  .follow-us-div {
    padding-left: 10px;
  }

  .footer-nav-row {
    width: 75%;
  }

  .add-this-div {
    padding-left: 10px;
  }

  .heading-11 {
    line-height: 38px;
  }

  .paragraph-11 {
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 20px;
  }

  .downloads-slider {
    display: block;
    height: 425px;
  }

  .slider-downloads {
    display: none;
  }

  .assessment-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .huge-heading {
    font-size: 71px;
    line-height: 66px;
  }

  .hero-container.webinar {
    height: 110vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .small-heading {
    font-size: 34px;
  }

  .subtitle {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 19px;
    line-height: 25px;
  }

  .webinarsection.hero {
    height: 984px;
    background-position: 0px 0px, 69% 0px;
  }

  .webinarsection.hero.heromobile {
    background-position: 0px 0px, 79% 0px;
  }

  .webinarsection.hero.heromobile.downloadsection {
    background-position: 0px 0px, 60% 50%;
  }

  .webinarsection.hero.heromobile.downloadsection.influence {
    background-position: 0px 0px, 100% 50%;
  }

  .webinarsection.hero.heromobile.downloadsection.bandwidth {
    background-position: 0px 0px, 90% 50%;
  }

  .webinarsection.hero.heromobile.downloadsection.career {
    background-position: 0px 0px, 26% 0%;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar.dna {
    height: 100%;
  }

  .biopicture {
    width: 100%;
    margin-top: 0px;
  }

  .section-6.subherobio.pic1 {
    background-position: 0px 0px, 50% 50%;
  }

  .accelerate-container.downloadflex.call2action {
    margin-top: 0px;
  }

  .slider-references {
    display: none;
  }

  .background-video-3 {
    display: block;
  }

  .background-video-4 {
    display: none;
  }

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

  .nav-link-2 {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }

  .nav-link-2:hover {
    color: #ff8e64;
  }

  .nav-link-2.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .nav-link-2.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .nav-button-block-2 {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    flex: 0 auto;
  }

  .nav-menu-2 {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: flex;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    text-align: left;
  }

  .menu-button-2 {
    color: #fff;
  }

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

  .menu-button-2.black {
    color: #000;
  }

  .navbar-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
  }

  .div-block-33 {
    margin-bottom: 20px;
  }

  .div-block-35 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .div-block-37 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }

  .contact-us-popup {
    padding: 40px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-full {
    padding-top: 0px;
  }

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.homeages-2 {
    height: 400px;
  }

  .image-background-section.footer-section {
    height: 100vh;
    padding-top: 20px;
    background-image: linear-gradient(180deg, rgba(24, 25, 56, 0.7), rgba(24, 25, 56, 0.7)), url('../images/iStock-157439025_sized.jpg');
    background-position: 0px 0px, 75% 10%;
    background-size: auto, cover;
  }

  .image-background-section.blog-hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider-content {
    width: 90%;
  }

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

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-heading.name {
    padding-left: 20px;
  }

  .section.assessments {
    display: none;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-wrapper-content.page-header {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-header.white {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .services-wrapper {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-card {
    width: 85%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 56px 0px 48px;
  }

  .services-card.style-2 {
    width: 66.66%;
    margin-bottom: 24px;
  }

  .services-tittle.style-2 {
    text-align: left;
  }

  .features-wrapper {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .features-wrapper._2 {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .half-side-content {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
  }

  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background._2 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .half-side-content.contact-bacground {
    height: 560px;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
  }

  .half-side-content.gray {
    width: 100%;
    height: auto;
    min-height: 60vw;
    padding: 0px 0px 35px;
  }

  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-content.icon.whatwedo {
    padding: 0px;
  }

  .half-side-info {
    max-width: none;
    margin-bottom: 10px;
    padding: 0px 20px;
  }

  .instagram-section.style-2 {
    background-position: 75% 50%;
  }

  .play-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .small-features {
    max-width: 91%;
    justify-content: center;
  }

  .small-features.new {
    max-width: 100%;
  }

  .small-feature {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-content {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: left;
  }

  .pricing-wrapper {
    display: block;
    margin-bottom: 25px;
  }

  .pricing-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .testimonial-wrapper {
    display: block;
  }

  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 58px;
    margin-left: auto;
  }

  .social-wrapper.footer {
    padding-left: 0px;
  }

  .contact-us-block-form.percentual {
    width: 80%;
  }

  .footer {
    padding-top: 0px;
    padding-right: 20px;
  }

  .footer-content {
    padding-right: 10px;
    padding-left: 0px;
    flex-basis: 100%;
  }

  .footer-brand.w--current {
    padding-left: 20px;
  }

  .footer-links {
    width: 50%;
  }

  .footer-link {
    font-size: 13px;
  }

  .div-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-link {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link {
    display: none;
  }

  .nav-link.dark.assessments {
    color: #a5a5a5;
  }

  .nav-link.testimonial-mobile {
    display: block;
  }

  .nav-link.contact-mobile {
    display: block;
  }

  .nav-link.what-we-do-mobile {
    display: block;
  }

  .nav-link.how-we-work-mobile {
    display: block;
  }

  .nav-link.home-mobile.w--current {
    display: block;
  }

  .nav-link.assessments-mobile {
    display: block;
  }

  .paragraph-footer.white {
    font-size: 18px;
  }

  .purchase-section {
    height: 80vh;
    padding-right: 8px;
    padding-left: 8px;
  }

  .small-text-team {
    text-align: left;
  }

  .instagram-card-style-2 {
    width: 66.66%;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 20px;
  }

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

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 100%;
  }

  .contact-us-wrapper-half-section {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .works {
    flex-direction: column;
  }

  .work {
    width: 100%;
  }

  .work-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-div {
    margin-bottom: 24px;
  }

  .row-info {
    margin-top: 50px;
  }

  .logo-type.white-font.footer {
    padding-bottom: 10px;
  }

  .licensing-items {
    width: 70%;
  }

  .image-side {
    width: 100%;
  }

  .copy-div {
    width: 80%;
  }

  .div-button {
    padding-top: 15px;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-link {
    display: block;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    flex-basis: 47%;
  }

  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .news-text {
    margin-bottom: 8px;
  }

  .collection-item-5 {
    display: inline-block;
    margin-bottom: 10px;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item-firs {
    width: 100%;
  }

  .background-video {
    height: 600px;
  }

  .section-2.whatexecssaying {
    height: 80vh;
    background-position: 3% 0%;
  }

  .div-block-18 {
    height: 80vh;
  }

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

  .new-page-header-section {
    background-position: 44% 0px;
  }

  .container-6 {
    padding-left: 10px;
  }

  .section-heading {
    display: block;
    width: 55%;
    font-size: 30px;
  }

  .executive-coaching-page-header-paragraph {
    width: 55%;
  }

  .pagenavbar {
    margin-left: 20px;
  }

  .brand-2 {
    position: fixed;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .menu {
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-right: 20px;
    background-size: 30px;
  }

  .menu:hover {
    background-size: 30px;
  }

  .menu-mobile {
    margin-top: 20px;
    margin-right: 20px;
  }

  .reference-container {
    padding-right: 10px;
    padding-left: 15px;
  }

  .reference-quote {
    font-size: 18px;
    line-height: 22px;
  }

  .reference-person {
    font-size: 18px;
    line-height: 24px;
  }

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

  .coaching-intro-container {
    font-size: 30px;
  }

  .button-2 {
    padding: 8px 15px;
    font-size: 14px;
  }

  .text-container {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .reference-person-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-20 {
    background-image: none;
  }

  .assessment-div {
    display: none;
  }

  .section-4 {
    display: none;
  }

  .header-list {
    margin-top: 50px;
  }

  .page-menu-links {
    font-size: 16px;
    line-height: 24px;
  }

  .office-pic-section {
    background-position: 75% 10%;
  }

  .sub-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .sub-heading.how-i-coach {
    font-size: 30px;
  }

  .coaching-page-top-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .coaching-bullet-number-list {
    font-size: 16px;
    line-height: 24px;
  }

  .coaching-list-why {
    font-size: 16px;
    line-height: 24px;
  }

  .video-image.whowearevideo {
    background-image: url('../images/1-Coaching-Page-Pic---Mobile-no-Hover.jpg');
  }

  .video-image.whowearevideo.whowearevideomobile {
    background-image: url('../images/0.7_am-Coaching-Page-Pic---Mobile-no_Hover.jpg');
  }

  .video-image.whowearevideo.whowearevideomobile:hover {
    background-image: url('../images/0.7_bm-Coaching-Page-Pic---Mobile-Hover.jpg');
  }

  .what-i-do-section-pic {
    background-position: 75% 10%;
  }

  .new-what-i-do-text-flex-box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-break-section-pic {
    background-position: 50% 50%;
  }

  .contact-me-sub-heading {
    color: #fff;
  }

  .executive-header {
    padding-left: 0px;
    background-position: 3% 0%;
  }

  .div-block-30 {
    width: 305.484375px;
  }

  .coaching-sub-heading {
    width: 50%;
    margin-left: 270px;
    color: #fff;
  }

  .testimonial-stories-section {
    display: none;
  }

  .story-quote {
    color: #4b4b4b;
  }

  .div-block-29 {
    margin-top: 20px;
  }

  .div-block-27 {
    display: flex;
  }

  .page-footer {
    margin-left: 0px;
    padding-left: 10px;
  }

  .footer-nav-row {
    width: 90%;
  }

  .aspiring {
    padding-bottom: 35px;
  }

  .pic-seperator.pic-1 {
    height: 80vh;
  }

  .pic-seperator.pic-2 {
    height: 80vh;
  }

  .pic-seperator.pic-3 {
    height: 80vh;
    background-position: 75% 10%;
  }

  .pic-seperator.pic-4 {
    height: 80vh;
  }

  .pic-seperator.pic-0 {
    height: 80vh;
  }

  .hero-pic {
    height: 80vh;
    background-position: 70% 22%;
    background-size: cover;
  }

  .link-block-3:hover {
    background-color: #079ff6;
  }

  .downloads-slider {
    display: block;
    height: 425px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
  }

  .slider-downloads {
    display: block;
  }

  .slider-downloads.mobile {
    display: none;
  }

  .paragraph-12 {
    margin-top: 0px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    line-height: 20px;
  }

  .slide-3 {
    background-color: #f7f7f7;
  }

  .assessment-slide {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .heading-9 {
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    text-align: left;
  }

  .huge-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 35px;
    line-height: 48px;
  }

  .huge-heading.dna {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 48px;
  }

  .hero-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-container.webinar {
    height: 110vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-container.webinar.top-hero {
    height: 80vh;
  }

  .hero-container.webinar.land-faster {
    height: 115vh;
  }

  .small-heading {
    margin-top: 0px;
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
  }

  .small-heading.webinar.dna {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 15px;
  }

  .webinarsection.hero {
    display: none;
    height: 792px;
    padding-top: 200px;
  }

  .webinarsection.hero.heromobile {
    display: block;
    background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 57%, rgba(113, 32, 153, 0)), url('../images/WebinarCountdownPage_792.jpg');
    background-position: 0px 0px, 72% 0px;
    background-size: auto, auto;
  }

  .webinarsection.hero.heromobile.downloadsection {
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
  }

  .webinarsection.hero.heromobile.downloadsection.influence {
    background-position: 0px 0px, 50% 50%;
  }

  .webinarsection.hero.heromobile.downloadsection.career {
    background-position: 0px 0px, 40% 0%;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar.map {
    height: 130vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar.dna {
    height: 130vh;
  }

  .herobiodiv {
    padding-right: 30px;
    padding-left: 30px;
  }

  .biopicture {
    width: 100%;
    background-position: 50% 0px;
    background-size: contain;
  }

  .title-bio-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-6.subherobio.biosize {
    padding-bottom: 0px;
  }

  .section-6.subherobio.biosize.what-you-ll-learn {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-6.subherobio.pic1 {
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }

  .section-6.subherobio.pic2 {
    background-size: auto, cover;
  }

  .what-execs-are-saying {
    padding-right: 30px;
    padding-left: 30px;
  }

  .accelerate-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .accelerate-container.downloadflex.call2action {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .references-slider {
    display: flex;
    height: 140vh;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-color: #f7f7f7;
  }

  .slider-references {
    display: block;
  }

  .paragraph-13 {
    line-height: 20px;
  }

  .reference-slide {
    display: flex;
    justify-content: center;
    text-decoration: none;
  }

  .paragraph-2 {
    color: #4b4b4b;
    line-height: 20px;
  }

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

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

  .background-video-3 {
    display: block;
  }

  .background-video-4 {
    display: none;
  }

  .background-video-7 {
    height: 100vh;
  }

  .background-video-9 {
    display: none;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 26px;
  }

  .navbar-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column {
    margin-bottom: 10px;
  }

  .image-7 {
    margin-bottom: 10px;
  }

  .div-block-33 {
    margin-bottom: 10px;
  }

  .bold-text-2.dna {
    font-size: 18px;
    line-height: 15px;
  }

  .paragraph-14 {
    margin-bottom: 30px;
  }

  .div-block-35 {
    margin-top: 0px;
  }

  .div-block-36 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-38 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .contact-us-button {
    margin: 16px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar.fixed-nav {
    padding-left: 8px;
    background-color: transparent;
  }

  .container-full.slide-wrapper.client-testimonial-bkgd-video {
    height: 80%;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
  }

  .image-background-section.hero-section {
    height: 650px;
  }

  .image-background-section.footer-section {
    height: 80vh;
    padding-top: 100px;
    background-image: linear-gradient(180deg, rgba(24, 25, 56, 0.7), rgba(24, 25, 56, 0.7)), url('../images/iStock-157439025_sized.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
  }

  .image-background-section.blog-hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-text.thin {
    font-size: 16px;
  }

  .button.hero-button {
    margin-right: 16px;
    margin-bottom: 8px;
  }

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

  .slide-arrow {
    display: none;
  }

  .hero-bottom {
    display: none;
  }

  .wrapper.hero-bottom-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-wrapper-content {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 57px 8px 200px 40px;
    font-size: 25px;
    line-height: 28px;
  }

  .section-header.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .section-header.left {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-header.saying {
    margin-right: 200px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 151px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 28px;
  }

  .services-wrapper {
    margin-right: 20px;
    margin-left: 33px;
  }

  .services-card {
    width: 100%;
  }

  .paragraph-small.howwework {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .paragraph-small.whatwedo {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .half-side-content.image-background {
    background-position: 42% 50%;
  }

  .half-side-content.contact-us-half-side {
    min-height: 750px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .half-side-content.icon {
    height: auto;
  }

  .half-side-info {
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .instagram-section.style-2 {
    background-position: 70% 50%;
  }

  .small-feature {
    width: 1000%;
  }

  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }

  .team-section.gray {
    padding-right: 20px;
  }

  .team-section.top-border {
    padding-right: 20px;
  }

  .pricing-card {
    width: 100%;
  }

  .teastimonial-card {
    width: 100%;
  }

  .scroll-up-button {
    bottom: 125px;
    margin-bottom: 20px;
  }

  .footer-links {
    width: 100%;
  }

  .question-container {
    padding-right: 2px;
  }

  .slide-arrow-right {
    display: none;
  }

  .paragraph-footer.white {
    font-size: 18px;
  }

  .purchase-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .instagram-card-style-2 {
    width: 100%;
  }

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

  .tab-link {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tab-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .contact-us-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 16px;
  }

  .white.center {
    width: 95%;
  }

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

  .portfolio-content {
    width: 100%;
    margin-left: 0px;
  }

  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .row-info {
    margin-top: 50px;
  }

  .logo-type.white-font.footer {
    padding-bottom: 10px;
  }

  .licensing-items {
    width: 100%;
  }

  .licensing-item-content {
    margin-left: 20px;
    flex: 0 auto;
  }

  .title-liciensing {
    margin-bottom: 5px;
  }

  .image-6 {
    flex: 0 auto;
  }

  .copy-div {
    width: 80%;
  }

  .hero-image-div {
    height: 700px;
  }

  .div-block-10 {
    flex: 0 auto;
    text-align: left;
  }

  .div-block-12 {
    text-align: left;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }

  .collection-list {
    display: block;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .blog-link {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    flex-basis: 100%;
  }

  .blog-container {
    display: block;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-link-photo {
    display: none;
    width: 30%;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .collection-item-5 {
    margin-bottom: 10px;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    flex-direction: column;
    justify-content: space-between;
  }

  .image-div {
    width: 100px;
    flex: 0 auto;
  }

  .image-div.logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    margin-right: 0px;
    text-align: center;
  }

  .background-video {
    height: 500px;
  }

  .section-2.whatexecssaying {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sanding-man.jpg');
    background-position: 0px 0px, 3% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-18 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sitting-man.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container.left {
    padding-top: 220px;
    padding-right: 37px;
  }

  .new-page-header-section {
    background-position: 70% 0%;
  }

  .container-6 {
    padding-right: 10px;
  }

  .section-heading {
    display: block;
    font-size: 30px;
  }

  .executive-coaching-page-header-paragraph {
    width: 100%;
  }

  .brand-2 {
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .menu-mobile {
    margin-top: 20px;
  }

  .reference-section {
    padding: 10px 10px 20px;
  }

  .reference-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .reference-quote {
    font-size: 14px;
  }

  .reference-person {
    font-size: 14px;
    line-height: 20px;
  }

  .coaching-intro-container {
    margin-top: 10px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
  }

  .reference-person-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .assessment-div {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-4 {
    display: none;
    margin-right: -2px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .new-page-nav-container {
    margin-left: 10px;
  }

  .office-pic-section {
    background-position: 85% 10%;
  }

  .sub-heading {
    font-size: 28px;
  }

  .new-why-invest-in-coaching-section {
    margin-left: 10px;
  }

  .video-image.whowearevideo.whowearevideomobile {
    background-position: 25% 0px;
  }

  .what-i-do-section-pic {
    background-position: 90% 10%;
  }

  .new-what-i-do-text-flex-box {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-break-section-pic {
    background-position: 70% 50%;
  }

  .contact-section-2 {
    display: block;
    padding-right: 0px;
    justify-content: flex-end;
    flex-wrap: nowrap;
    background-image: url('../images/sitting-man.jpg');
    background-position: 90% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container-5 {
    display: flex;
    height: auto;
    padding-top: 81px;
    padding-right: 10px;
    padding-left: 81px;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
  }

  .contact-me-sub-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
  }

  .button-3 {
    width: 140px;
    margin-top: 10px;
    margin-bottom: 100px;
    padding-top: 9px;
    justify-content: center;
  }

  .executive-header {
    background-position: 3% 0%;
  }

  .coaching-sub-heading {
    margin-bottom: 45px;
    margin-left: 10px;
  }

  .reference-link {
    display: none;
    margin: 0px;
    transition-property: none;
  }

  .reference-link:hover {
    box-shadow: none;
    transform: none;
  }

  .story-quote {
    color: #4b4b4b;
  }

  .div-block-29 {
    margin-top: 0px;
  }

  .page-footer {
    margin-left: 0px;
    padding-left: 10px;
  }

  .aspiring {
    padding-top: 20px;
  }

  .pic-seperator.pic-1 {
    background-position: 80% 10%;
  }

  .pic-seperator.pic-4 {
    background-position: 60% 50%;
  }

  .pic-seperator.pic-0 {
    background-position: 20% 50%;
    background-repeat: no-repeat;
  }

  .hero-pic {
    height: 60vh;
    background-position: 75% 22%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .downloads-slider {
    height: 425px;
    background-color: #f7f7f7;
  }

  .slider-downloads {
    display: block;
  }

  .assessment-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .huge-heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .huge-heading.dna {
    font-size: 45px;
  }

  .hero-container.webinar {
    height: 125vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container.webinar.top-hero {
    height: 83vh;
  }

  .hero-container.webinar.land-faster {
    height: 102vh;
  }

  .hero-container.webinar.dna {
    height: 123vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
  }

  .small-heading.webinar {
    padding-top: 0px;
  }

  .small-heading.webinar.dna {
    padding-left: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .subtitle {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
    text-align: center;
  }

  .webinarsection.hero {
    height: 736px;
    background-position: 0px 0px, 80% 0px;
  }

  .webinarsection.hero.heromobile {
    background-image: linear-gradient(46deg, #8a88b0, rgba(119, 82, 138, 0.29) 55%, rgba(113, 32, 153, 0)), url('../images/WebinarCountdownPage_792.jpg');
  }

  .webinarsection.hero.heromobile.downloadsection {
    background-position: 0px 0px, 40% 50%;
  }

  .webinarsection.hero.heromobile.downloadsection.strategy {
    background-position: 0px 0px, 80% -10vh;
  }

  .webinarsection.hero.heromobile.downloadsection.powerbase {
    background-position: 0px 0px, 50% 50%;
  }

  .webinarsection.hero.heromobile.downloadsection.career {
    background-position: 0px 0px, 45% 0%;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar {
    height: 95vh;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar.map {
    height: 110vh;
  }

  .webinarsection.hero.heromobile.downloadsection.career.new-webinar.dna {
    display: flex;
    height: 142vh;
  }

  .herobiodiv {
    padding-right: 5px;
    padding-left: 5px;
  }

  .biopicture {
    height: 250px;
    margin-top: 0px;
    background-position: 0px 0px;
    background-size: cover;
  }

  .section-6.subherobio.biosize {
    padding-top: 5px;
  }

  .section-6.subherobio.biosize.what-you-ll-learn {
    padding-top: 0px;
  }

  .section-6.subherobio.pic2 {
    background-position: 0px 0px, 50% 0px;
  }

  .what-execs-are-saying {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accelerate-container.downloadflex.call2action {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .list {
    padding-left: 20px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .references-slider {
    width: 100vw;
    height: 70vh;
    padding-top: 0px;
    background-color: #fcfcfc;
  }

  .reference-slide {
    text-decoration: none;
  }

  .paragraph-2 {
    color: #4b4b4b;
  }

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

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

  .slide-nav-2 {
    display: block;
    margin-bottom: 20px;
  }

  .background-video-2 {
    display: none;
  }

  .background-video-4 {
    display: block;
  }

  .heading-12 {
    font-size: 14px;
    line-height: 18px;
  }

  .navbar-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .white-navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-7 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  .div-block-32.dna {
    margin-bottom: 40px;
  }

  .bold-text-2.dna {
    font-size: 20px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .list-5 {
    padding-left: 20px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .div-block-34 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .columns-2 {
    margin-bottom: 10px;
  }
}

