:root {
  --white: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #111;
  background-image: url('../images/bg16_1bg16.jpg');
  background-position: 0 0;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 22px;
  line-height: 34px;
}

a {
  color: #1a1b1f;
  flex: 0 auto;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  font-style: italic;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: #2b2b2b;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo.dark {
  color: #fff;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: 1;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  object-fit: fill;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 40px;
  display: block;
  position: static;
}

.section:focus {
  color: #c0bebe;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.dark {
  color: #fff;
  background-color: #53565d;
  background-image: url('../images/rebrief-dark.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Lato, sans-serif;
  display: block;
}

.section.middlegray {
  color: var(--white);
  background-image: url('../images/bg16_1bg16.gif'), url('../images/rebrief-mediumblueish_1rebrief-mediumblueish.png'), url('../images/bg-standing-armies.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, contain;
  margin-left: 0;
  margin-right: 0;
  padding-right: 30px;
  display: block;
}

.section.middlegray.container {
  color: var(--white);
}

.section.light {
  background-color: var(--white);
  background-image: none;
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.section.slidebg {
  color: var(--white);
  background-color: #19181f;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.section.slidebg.monster {
  background-image: url('../images/monster-bg.jpg');
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: #d8d9db;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #6b6f7e;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  font-family: Lato, sans-serif;
  display: flex;
}

.navigation.dark {
  color: #d1d1d1;
  background-color: #292828;
}

.logo-image {
  color: #dadada;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 10px;
  margin-bottom: 60px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  float: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: cover;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  object-fit: cover;
  background-color: #0000;
  background-image: url('../images/students-strategy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: nowrap;
  justify-content: center;
  height: 460px;
  display: block;
}

.work-image.cc-work-2 {
  background-color: #0000;
  background-image: url('../images/jewels-magic-thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 460px;
  display: flex;
}

.work-image.cc-work-4 {
  background-image: url('../images/old-form-design.jpg'), url('../images/portfolio-3---wide.svg');
  background-position: 50% 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.work-image.cc-work-3 {
  background-image: url('../images/lastround.jpg'), url('../images/portfolio-4---wide.svg');
  background-position: 50%, 50%;
  background-size: auto, cover;
}

.project-name-link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

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

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 49px;
  object-fit: cover;
  grid-template: "." .75fr
  / 1fr;
  grid-auto-columns: 2.5fr;
  grid-auto-flow: row;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 60px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-bottom: 40px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  display: block;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  background-color: #e2e4cd;
  background-image: url('../images/bg16_1bg16.jpg');
  background-position: 0 0;
  background-size: auto;
  font-size: 22px;
}

.div-block {
  object-fit: cover;
  position: static;
}

.image {
  object-fit: cover;
}

.image-2 {
  object-fit: cover;
  width: auto;
  height: 300px;
}

.wrappedimage {
  float: left;
  padding-right: 20px;
  display: inline-block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area"
                 ". . ."
                 ". . ."
                 "Area-4 Area-4 Area-4"
                 / 1fr;
  grid-auto-flow: row;
  max-height: none;
}

.image-3 {
  object-fit: cover;
}

.columns {
  object-fit: fill;
}

.column {
  display: inline-block;
}

.columns-2 {
  object-fit: fill;
  position: static;
}

.section-dark {
  color: #fff;
  background-color: #53565d;
  margin: 40px 30px;
  display: inline-block;
}

.section-dark.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.lightbottom {
  background-image: url('../images/light-bottomside_1light-bottomside.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 12px;
  display: block;
}

.dark.link {
  color: #96b4f0;
}

.dark.link:hover {
  color: #fdfdff;
}

.darkbottom {
  background-image: url('../images/dark-topside_1dark-topside.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  height: 12px;
  display: block;
}

.darkbottom.onlight {
  background-color: #fff;
}

.k {
  background-image: url('../images/dark-bottomside_1dark-bottomside.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 12px;
  display: block;
}

.k.onmiddlegray {
  background-color: #a8b9cf;
}

.link {
  display: inline-block;
}

.image-4 {
  object-fit: fill;
}

.lighttop {
  background-image: url('../images/topside_1topside.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 12px;
  display: block;
}

.column-2 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #494c4e61;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.rightalign {
  float: right;
  object-fit: fill;
  margin-left: 10px;
}

.gallery {
  text-align: left;
  background-color: #b6b6b6;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 10px;
  display: block;
}

.gallery.leftalign {
  float: left;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 10px;
}

.captionedimage {
  text-align: center;
  font-size: 18px;
}

.columns-3 {
  padding-top: 10px;
}

.columns-4 {
  margin-top: 10px;
}

.image-5 {
  object-fit: fill;
  max-height: none;
  position: static;
}

.level {
  margin-top: 0;
  position: static;
}

.slidebg {
  color: #fff;
  background-image: url('../images/bg-standing-armies_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slidebg.link {
  color: #00c4ff;
  background-image: none;
}

.slidebg.link:hover {
  color: #8ae4ff;
}

.shaun-container {
  object-fit: cover;
  width: 43vh;
  height: 35vh;
  position: relative;
  left: -20px;
  overflow: hidden;
}

.shaun-hi {
  z-index: 2;
  background-image: url('../images/caricature_03.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.shaun-art {
  z-index: 1;
  background-image: url('../images/caricature_02.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  margin-bottom: 0;
}

.youtube {
  margin-top: 0;
}

.youtube.video {
  margin-top: 10px;
}

.video {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-2 {
  object-fit: fill;
  display: block;
  position: static;
}

.container-3 {
  max-width: 100%;
}

.heading-3, .paragraph {
  text-align: left;
}

.center {
  text-align: center;
}

.div-block-2 {
  padding-top: 40px;
}

.image-7 {
  float: right;
  position: static;
}

.image-8 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.image-caption {
  background-color: #fafafa;
  margin: 20px 0;
  padding: 10px;
}

.image-caption.text-block {
  color: #383838;
}

.image-9 {
  display: block;
}

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

.slidep {
  color: #fff;
  text-align: left;
  background-color: #2d2d2d;
  margin-bottom: 0;
  padding: 42px 100px 100px;
}

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

.slide-nav {
  color: var(--black);
}

.paragraph-2 {
  text-align: left;
  padding-left: 10px;
}

.slider {
  background-color: #000000c2;
  height: 620px;
  margin-bottom: 60px;
}

.image-10 {
  height: 100%;
}

.ptext {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

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

.image-11, .leftalignimg {
  float: left;
  margin-right: 40px;
  position: relative;
}

.paragraph-6 {
  text-align: left;
}

.grid-4 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.div-block-3, .div-block-4 {
  padding-bottom: 60px;
}

.heading-4 {
  font-size: 0;
}

.div-block-5 {
  width: 720px;
}

.salesbutton {
  background-color: #ffa600;
  border-radius: 8px;
  padding: 40px 100px;
  font-size: 32px;
}

.salesbutton:hover {
  background-color: #ffbf00;
}

.salesbutton:active {
  background-color: #ffb700;
}

.image-12 {
  object-fit: fill;
}

.image-12.leftalignimg {
  margin-right: 20px;
}

.columns-5 {
  object-fit: fill;
  overflow: visible;
}

.text-block-3 {
  font-size: 18px;
  line-height: 34px;
}

.text-block-4 {
  font-size: 22px;
  line-height: 34px;
}

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

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

.lightbox-link-2 {
  font-size: 36px;
  line-height: 38px;
}

.bold-text-2, .paragraph-7 {
  color: var(--black);
}

.paragraph-7.paragraph-light {
  color: var(--white);
}

.text-span {
  color: #fff;
}

.div-block-6 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

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

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section.slidebg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #292828;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .work-image.cc-work-1 {
    object-fit: cover;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .image-2 {
    object-fit: cover;
    height: 350px;
  }

  .section-dark.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    width: 100%;
  }

  .image-12.leftalignimg {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-contact {
    padding: 15px;
  }

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

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    margin-top: 10px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .work-image.cc-work-1 {
    background-color: #0000;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 24px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-dark {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-dark.cc-contact {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    object-fit: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section.dark {
    display: block;
  }

  .section.slidebg {
    background-size: cover;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .works-grid {
    object-fit: none;
  }

  .work-image.cc-work-1 {
    object-fit: cover;
    background-image: url('../images/students-strategy.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .work-image.cc-work-2 {
    background-image: url('../images/jewels-magic-thumb.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.cc-work-3 {
    background-image: url('../images/lastround.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 18px;
    line-height: 46px;
  }

  .div-block, .image {
    object-fit: fill;
  }

  .section-dark {
    object-fit: none;
  }

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

  .heading {
    font-size: 38px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .shaun-container {
    height: 30vh;
  }

  .image-6 {
    display: inline-block;
  }

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

  .div-block-6 {
    min-height: 0;
    overflow: auto;
  }

  .review {
    object-fit: fill;
    overflow: visible;
  }
}

#w-node-bf4f8de8-8397-1b8f-148a-dff0f47304b3-d83cac48 {
  grid-area: Area;
}

#w-node-a4882c72-e280-248d-8489-860603fe15e9-d83cac48, #w-node-_44424c2a-a7de-57ac-8c3c-c3d3143c8347-d83cac48, #w-node-ad5e1d85-dc46-d9c0-e024-6b120e4175f3-d83cac48, #w-node-e623b67c-787b-787c-bc02-8347d7cabbf4-d83cac48, #w-node-_85960928-81ce-8e14-ecb3-bf14e9b2a6d9-d83cac48, #w-node-_8d4b9902-e5f6-8351-bc9e-2abdb3eecc57-d83cac48, #w-node-a3f439ff-5de2-88b5-cadc-2d116129c5a2-d83cac48, #w-node-_3268b44e-d745-25c5-0ded-63f4ba979660-d83cac48, #w-node-ecb24d6e-004d-77cb-1404-92a54ac31cdc-d83cac48, #w-node-_6a0a8f36-ab7b-42c3-510a-63421e77d294-d83cac48, #w-node-_4b65a118-016c-48eb-63d3-076fd0499e9e-d83cac48, #w-node-_9c3c8632-1115-8515-aef2-5883a5ff27f4-d83cac48, #w-node-_2280bed8-8ae1-cda5-c9f8-805946d7f957-d83cac48, #w-node-_1d724796-9721-35c2-0332-8326829d9f59-d83cac48, #w-node-b350ad8e-00fc-700b-0000-22c0b812a1d9-d83cac48, #w-node-c6bb8d9f-5e15-3a36-1d5f-9252b2c36d6f-d83cac48, #w-node-_32f2f9c7-9142-db2a-39ad-ec988ade92c8-d83cac48, #w-node-d4ac01fa-2925-25b0-a4b7-ddb29a27cd6f-d83cac48, #w-node-_9724d76c-eb92-3367-aad1-6f60c6cdc6fc-d83cac48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d83cac4d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d83cac4d {
  grid-area: 2 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-b5ee7286-4f1f-8336-8ae6-f6bee1103971-d83cac4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73ea68db-ab97-5e76-c4ac-fb2a0f9a8b5f-d83cac4d {
  grid-area: Area;
}

#w-node-b27a8191-2080-bc03-5ad1-f4475bfa5af7-d83cac4f, #w-node-_3a4a02a5-b64f-96b1-bdaf-ada0e5dacfa5-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5af5-d83cac4f, #w-node-bed3d459-269a-8fd0-03d0-7922d5e9ce8e-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5af9-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5afb-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5afd-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5aff-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5b01-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5b03-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5b05-d83cac4f, #w-node-_65f0ab1d-1aa2-c944-6a1d-51faa582b797-d83cac4f, #w-node-_37ae4219-667a-fcb6-e405-ba2fc4276b6f-d83cac4f, #w-node-_3f15109a-5f83-4bbf-eee2-f3faca0b146c-d83cac4f, #w-node-bd5b5204-7592-7456-3c62-11c27daf1036-d83cac4f, #w-node-b5b9e96a-c589-0e9c-ab69-c25eb79fa163-d83cac4f, #w-node-_980d846f-d6e3-c2ff-0a6d-830daacfb0e2-d83cac4f, #w-node-_8aafd9d7-1523-39fb-723b-0340465277b2-d83cac4f, #w-node-c622026c-8347-48a4-1d9c-9f30e5cfcb90-d83cac4f, #w-node-cb4b5308-5d6b-9dce-9b49-5909ee67e7cd-d83cac4f, #w-node-_00b2e5b5-f8f8-ee26-4611-a89e3c7fad94-d83cac4f, #w-node-_816a1300-002c-7624-e3c6-65a9a3767eca-d83cac4f, #w-node-c4484aad-bdc1-29cc-dcd0-df8ac8cae602-d83cac4f, #w-node-_55bfd45f-5f7a-2879-2596-d32b65220d2c-d83cac4f, #w-node-_9f9132b4-5dc0-d8fa-11ff-846991fc653a-d83cac4f, #w-node-b3dc42ec-eef3-ca96-10d9-0d2b2d8215c4-d83cac4f, #w-node-d9c9b8cc-6518-75ee-bbd1-43418a0a9599-d83cac4f, #w-node-ac8b76df-359b-c259-50b2-9b9e3129273a-d83cac4f, #w-node-ddbf093e-7f68-c5c0-8d60-ce5bb716c6ca-d83cac4f, #w-node-_63b11d39-7bf1-516d-174e-a4d344f82a7a-d83cac4f, #w-node-_44081609-9d3b-2b5d-55de-2af3b1453ca2-d83cac4f, #w-node-_479d1e4c-47a7-de29-ba9e-cc1d371faaa6-d83cac4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_752d041c-b4b6-d515-9569-888cd2e228dd-d83cac4f {
  grid-area: Area;
}

#w-node-_752d041c-b4b6-d515-9569-888cd2e228df-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e1-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e3-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e5-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e7-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e9-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228eb-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228ed-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228ef-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f1-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f3-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f5-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f7-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f9-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228fb-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228fd-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e228ff-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e22901-d83cac4f, #w-node-_752d041c-b4b6-d515-9569-888cd2e22903-d83cac4f, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5af7-1be8ec7a, #w-node-_3a4a02a5-b64f-96b1-bdaf-ada0e5dacfa5-1be8ec7a, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5af5-1be8ec7a, #w-node-bed3d459-269a-8fd0-03d0-7922d5e9ce8e-1be8ec7a, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5af9-1be8ec7a, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5afb-1be8ec7a, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5afd-1be8ec7a, #w-node-b27a8191-2080-bc03-5ad1-f4475bfa5aff-1be8ec7a, #w-node-ddbf093e-7f68-c5c0-8d60-ce5bb716c6ca-1be8ec7a, #w-node-_63b11d39-7bf1-516d-174e-a4d344f82a7a-1be8ec7a, #w-node-_44081609-9d3b-2b5d-55de-2af3b1453ca2-1be8ec7a, #w-node-_479d1e4c-47a7-de29-ba9e-cc1d371faaa6-1be8ec7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_752d041c-b4b6-d515-9569-888cd2e228dd-1be8ec7a {
  grid-area: Area;
}

#w-node-_752d041c-b4b6-d515-9569-888cd2e228df-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e1-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e3-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e5-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e7-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228e9-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228eb-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228ed-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228ef-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f1-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f3-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f5-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f7-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228f9-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228fb-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228fd-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e228ff-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e22901-1be8ec7a, #w-node-_752d041c-b4b6-d515-9569-888cd2e22903-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff2831-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff2833-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff2835-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff2837-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff2839-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff283b-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff283d-1be8ec7a, #w-node-_92ea8fe6-da5a-d98c-e464-16ae91ff283f-1be8ec7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d83cac4d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d83cac4d {
    grid-column-end: 2;
  }

  #w-node-b5ee7286-4f1f-8336-8ae6-f6bee1103971-d83cac4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


