h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4vw;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.6vw;
  line-height: 4.5vw;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.4vw;
  line-height: 4vw;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.1vw;
  line-height: 2.5vw;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2vw;
  line-height: 2.6vw;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 22px;
}

.body {
  font-family: Futuralt, sans-serif;
  color: #000;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 9vw;
  padding-left: 9.5vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/header-top-shape.svg');
  background-position: 100% 0%;
  background-size: 91%;
  background-repeat: no-repeat;
}

.header-hero-block {
  width: 42vw;
  margin-top: 26vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Futuralt, sans-serif;
  color: #f1f2f2;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 900;
  text-transform: uppercase;
}

.header-circle {
  position: absolute;
  left: 58vw;
  top: -1.4vw;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  height: 43vw;
  margin-top: 10vw;
  padding: 1vw 2vw 1vw 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/header-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dark-grey {
  color: #b6ac9e;
}

.about-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-div.hide-on-desktop {
  display: none;
}

.mce-history-block {
  position: absolute;
  top: 2.1vw;
  width: 52vw;
  height: 60vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/about-text-cut-shape-left.svg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.who-we-are-block {
  position: relative;
  left: 36.4vw;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 95vw;
  margin-top: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/about-cut-circle-right.svg');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bottom-left-curve {
  position: absolute;
  left: -36%;
  top: auto;
  right: auto;
  bottom: 6.6vw;
  z-index: 50;
  width: 70vw;
  height: 32vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/what-we-do-header-shape.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bottom-left-curve.text-block {
  bottom: 0vw;
}

.what-we-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.half-circle {
  width: 12%;
  border-right: 1px solid #b6ac9e;
  background-color: #fff;
  background-image: url('../images/cynthia-image-shape.svg');
  background-position: 27% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.footer {
  position: relative;
  height: 40vh;
  margin-top: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #b6ac9e;
  background-image: url('../images/footer-large-logo.svg');
  background-position: 50% 0%;
  background-size: 160%;
  background-repeat: no-repeat;
}

.what-we-do-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vw;
  margin-bottom: 10vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.what-we-do-tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32vw;
  margin-left: -2.21%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab-link {
  width: 30px;
  height: 30px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b6ac9e;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tab-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tab-link.w--current {
  width: 40px;
  height: 40px;
  border-width: 2px;
  background-color: #e8e1cd;
}

.tab-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.what-we-do-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-content {
  left: -12%;
  z-index: -3;
  margin-right: -12%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-circle {
  position: relative;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vw;
  padding-left: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/what-we-do-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
}

.what-we-do-list-block {
  position: relative;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vw;
  margin-bottom: 7vw;
  margin-left: -10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 13vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f8f6f0;
}

.tab-circle-inner-block {
  width: 26vw;
  font-size: 30px;
  text-align: center;
}

.list {
  font-size: 50px;
  line-height: 0px;
}

.list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-list-circle {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #e8e1cd;
}

.our-communities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 10vw 11vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our-communities.mobile {
  display: none;
}

.communities-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b6ac9e;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.communities-block.bottom {
  margin-left: 61px;
  border-top-style: solid;
  border-left-style: none;
  border-radius: 0px 100px 100px 0px;
}

.communities-block.top {
  border-right-style: none;
  border-bottom-style: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.brands {
  position: relative;
  top: 6.6vw;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px -40px rgba(0, 0, 0, 0.5);
}

.brands.avilla {
  background-image: url('../images/Avila-Logo.svg');
  background-size: 50%;
}

.brands.heyden {
  background-image: url('../images/heyden-logo.jpg');
}

.brands.bespoke {
  background-image: url('../images/Bespoke-luxury-shopper-logo.png');
  background-size: 40%;
}

.brands.maryland-mall {
  background-image: url('../images/maryland-mall-logo.png');
  background-size: 80%;
}

.brands.ccc {
  background-image: url('../images/covenant-centre-logo.png');
  background-size: 50%;
}

.brands.conucopia {
  background-image: url('../images/cornucopia-logo.png');
  background-size: 70%;
}

.brands.euphoria {
  background-image: url('../images/eu-pho-ria-Logo-Black.png');
}

.brands.skate-city {
  background-image: url('../images/skate-city-logo.png');
  background-size: 50%;
}

.brands.dapo {
  background-image: url('../images/dapo-abiodun.svg');
}

.brands.isoken {
  background-image: url('../images/isoken-logo.svg');
}

.about-cee-odibs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  padding-right: 7vw;
}

.cee-odibs-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  height: 72vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cynthia-image-shape.svg');
  background-position: 80% 0%;
  background-size: 130%;
  background-repeat: no-repeat;
}

.cee-odibs-inner-image {
  position: relative;
  width: 35vw;
  height: 32vw;
  margin-left: -2vw;
  border-radius: 50%;
  background-image: url('../images/cynthia-image-cut-circle.svg'), url('../images/Cynthia-image.jpg');
  background-position: 50% 80%, 50% 40%;
  background-size: 90%, cover;
  background-repeat: no-repeat, no-repeat;
}

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 71vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contact-details-cut-shape-right.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.contact-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 35vw;
  margin-top: 27vw;
  margin-left: 2vw;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b6ac9e;
  border-radius: 50%;
  text-align: center;
}

.logo {
  position: absolute;
  left: 5vw;
  top: -12.5vw;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 25vw;
  padding-top: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 60px -40px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.logo-inner {
  width: 15vw;
  height: 10vw;
  background-image: url('../images/MCE-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-inner.footer-logo {
  position: absolute;
  left: 10vw;
  bottom: 1.4vw;
}

.hero-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url('../images/header-cut-circle-on-image.svg');
  background-position: 0% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.hero-subtext {
  color: #000;
  font-size: 2.15vw;
  line-height: 3.5vw;
  font-weight: 400;
  text-transform: lowercase;
}

.heading {
  text-transform: none;
}

.about-text {
  position: absolute;
  left: 9.8vw;
  top: 18.7vw;
  width: 50vw;
}

.light {
  font-weight: 300;
}

.about-sub-text {
  margin-left: 5vw;
  color: #000;
}

.about-inner-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33vw;
  height: 33vw;
  padding: 5vw 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b6ac9e;
  border-radius: 50%;
  color: #000;
}

.about-and-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b6ac9e;
}

.and-block-line {
  width: 30%;
  height: 1px;
  background-color: #b6ac9e;
}

.what-we-do-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12vw;
}

.communities-header {
  position: relative;
  z-index: 1;
  margin-bottom: -2vw;
  margin-left: 6vw;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.cee-odibs-text-block {
  margin-top: 8vw;
  margin-bottom: 8vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cee-name-block {
  color: #b6ac9e;
  font-size: 6vw;
  line-height: 6.5vw;
  font-weight: 900;
}

.about-cee-body-text {
  margin-top: 40px;
}

.text-span {
  font-weight: 400;
}

.contact-details {
  font-weight: 900;
}

.contact-block {
  width: 265.75px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.field-label {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.text-field {
  width: 35vw;
  height: 6vw;
  margin-bottom: 31px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e1cd;
  font-size: 18px;
  line-height: 25px;
}

.text-field:focus {
  border-color: #e8e1cd;
}

.text-field.large {
  height: 17vw;
  max-width: 35vw;
  min-height: 17vw;
  min-width: 35vw;
}

.contact-form {
  margin-top: 5vw;
}

.send-button {
  background-color: #b6ac9e;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #f1f2f2;
  color: #b6ac9e;
}

.form-wrapper {
  margin-top: 14vw;
}

.list-block {
  position: relative;
  margin-right: 5vw;
}

.big-inner-circle-text.smaller {
  font-size: 3.2vw;
}

.contact-link {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.contact-link:hover {
  color: #b6ac9e;
  text-decoration: underline;
}

.tab-direction-indicator {
  position: absolute;
  left: -21px;
  top: 48%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #b6ac9e;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.site-credit {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 5vw;
  margin-bottom: 2vw;
  margin-left: 10px;
}

.cee-mobile-name-block {
  display: none;
}

.brown-text {
  color: #b6ac9e;
}

.about-us-text {
  color: #b6ac9e;
  font-weight: 300;
}

.footer-block {
  position: relative;
  height: 46vh;
  margin-top: 30px;
  background-image: url('../images/footer-large-logo.svg');
  background-position: 10% 0%;
  background-size: 140%;
  background-repeat: no-repeat;
}

.text-and-video-flex-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -4vw;
  padding-bottom: 22vw;
  padding-left: 12vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.big-text-block {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 55vw;
  margin-top: 9vw;
  margin-bottom: -8vw;
  margin-left: 5vw;
  padding-right: 11vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/video-placeholder-image.jpg');
  background-position: 69% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gold-text {
  color: #b6ac9e;
}

.play-button-icon {
  position: relative;
  width: 6vw;
  height: 6vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/play-button.svg');
  background-position: 0% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.video-light-box-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.social-media-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
  margin-bottom: 51px;
  margin-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-media-link-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-icon {
  width: 3.7vw;
  height: 3.7vw;
  margin-right: 1.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 100%;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}

.social-media-icon:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.social-media-icon.twitter {
  background-image: url('../images/twitter-icon.svg');
  background-position: 50% 90%;
}

.social-media-icon.instagram {
  background-image: url('../images/instagram-icon.svg');
}

.social-media-icon.linkedin {
  background-image: url('../images/linkedin-icon.svg');
}

.social-media-icon.youtube {
  margin-left: 5px;
  background-image: url('../images/youtube-icon.svg');
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
  }
  .what-we-do {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    height: 300px;
  }
  .what-we-do-tab {
    margin-top: -4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what-we-do-tab-links {
    top: 19px;
    z-index: 1;
    width: 40vw;
    height: auto;
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tab-link {
    width: 20px;
    height: 20px;
  }
  .tab-link.w--current {
    width: 30px;
    height: 30px;
  }
  .tab-link.left {
    margin-left: -30px;
  }
  .tab-link.right {
    margin-right: -20px;
  }
  .tab-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 3px solid #b6ac9e;
    background-color: #f8f6f0;
  }
  .tab-content {
    left: 0%;
    z-index: 0;
    margin-right: 0%;
  }
  .tab-circle {
    top: -16.4vw;
    z-index: 1;
    width: 50vw;
    height: 50vw;
    padding-top: 7vw;
    padding-left: 0vw;
  }
  .what-we-do-list-block {
    z-index: 0;
    margin-top: 0vw;
    margin-left: 10vw;
    padding-left: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tab-circle-inner-block {
    width: 36vw;
  }
  .our-communities {
    padding-right: 16vw;
    padding-left: 7vw;
  }
  .contact-info-wrapper {
    width: 60%;
    height: 101vw;
  }
  .contact-inner {
    width: 45vw;
    height: 45vw;
    margin-top: 31vw;
    margin-left: 2vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-inner.footer-logo {
    bottom: 3%;
  }
  .about-text {
    width: 54vw;
  }
  .list-block {
    width: auto;
    margin-right: 11vw;
  }
  .tab-direction-indicator {
    left: 48%;
    top: -13px;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
  }
  .footer-block {
    height: 240px;
    margin-top: 44px;
    background-position: 14% 0%;
    background-size: 150%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
  h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .what-we-do {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half-circle {
    width: 100%;
  }
  .what-we-do-tab {
    margin-top: -1vw;
  }
  .what-we-do-tab-links {
    top: 15px;
    width: 50vw;
  }
  .tab-circle {
    width: 320px;
    height: 320px;
  }
  .what-we-do-list-block {
    margin-top: -11vw;
    margin-bottom: 0vw;
    margin-left: 7vw;
  }
  .tab-circle-inner-block {
    width: 80%;
    font-size: 24px;
    line-height: 30px;
  }
  .our-communities {
    padding-right: 23vw;
    padding-left: 5vw;
  }
  .our-communities.desktop {
    display: none;
  }
  .our-communities.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5vw;
  }
  .communities-block {
    border-radius: 60px;
  }
  .communities-block.top-block {
    border-top-style: none;
  }
  .brands {
    top: 11.6vw;
    width: 15vw;
    height: 15vw;
  }
  .brands.avilla {
    background-size: 50%;
  }
  .brands.bespoke {
    background-size: 40%;
  }
  .brands.maryland-mall {
    background-size: 80%;
  }
  .brands.ccc {
    background-size: 50%;
  }
  .brands.conucopia {
    background-size: 70%;
  }
  .about-cee-odibs {
    padding-right: 9vw;
    padding-left: 9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cee-odibs-picture {
    width: 450px;
    height: 650px;
    margin-top: 20px;
    margin-left: -10vw;
  }
  .cee-odibs-inner-image {
    width: 300px;
    height: 300px;
  }
  .form-section {
    padding-right: 10vw;
    padding-bottom: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-wrapper {
    width: 360px;
    height: 490px;
    margin-top: -172px;
    margin-right: -10vw;
    margin-bottom: 17vw;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .contact-inner {
    width: 290px;
    height: 290px;
    margin-top: 210px;
    margin-left: 20px;
  }
  .logo-inner.footer-logo {
    bottom: 8%;
    width: 160px;
    height: 100px;
  }
  .communities-header {
    margin-bottom: -2vw;
  }
  .cee-odibs-text-block {
    margin-top: 0vw;
  }
  .cee-name-block {
    font-size: 40px;
    line-height: 45px;
  }
  .cee-name-block.hide {
    display: none;
  }
  .about-cee-body-text {
    margin-top: 10px;
  }
  .contact-details {
    font-size: 17px;
    line-height: 22px;
  }
  .contact-block {
    width: 82%;
  }
  .text-field {
    width: 100%;
    height: 50px;
  }
  .text-field.large {
    height: 170px;
    max-width: none;
    min-height: 170px;
    min-width: 100%;
    background-color: transparent;
  }
  .form-wrapper {
    position: relative;
    z-index: 1;
  }
  .tab-direction-indicator {
    left: 46%;
    top: 4px;
  }
  .hide {
    display: none;
  }
  .cee-mobile-name-block {
    display: block;
  }
  .play-button-icon {
    width: 40px;
    height: 40px;
  }
  .social-media-icon {
    width: 35px;
    height: 35px;
    background-position: 50% 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h5 {
    font-size: 17px;
    line-height: 22px;
  }
  h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .header {
    height: 450px;
    background-image: url('../images/mobile-header.svg');
    background-position: 50% 0%;
    background-size: 100%;
  }
  .header-hero-block {
    width: auto;
    margin-top: 253px;
    font-size: 37px;
    line-height: 40px;
  }
  .header-circle {
    left: 69vw;
    top: 0vw;
    width: 300px;
    height: 300px;
    margin-top: 11vw;
    background-position: 130% 50%;
  }
  .about-div {
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-div.hide-on-mobile {
    display: none;
  }
  .about-div.hide-on-desktop {
    display: block;
  }
  .mce-history-block {
    position: relative;
    left: 0px;
    width: 300px;
    height: 490px;
  }
  .who-we-are-block {
    left: 0vw;
    width: 100vw;
    height: 100vw;
    margin-top: -344px;
    margin-right: auto;
    margin-left: auto;
  }
  .bottom-left-curve {
    left: -271px;
    bottom: 0vw;
    display: none;
    width: 530px;
    height: 300px;
    background-size: contain;
  }
  .footer {
    height: 190px;
  }
  .what-we-do-tab-links {
    width: 60vw;
  }
  .tab-link.left {
    margin-left: -38px;
  }
  .tab-link.right {
    margin-right: -39px;
  }
  .tab-circle {
    width: 310px;
    height: 310px;
  }
  .what-we-do-list-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-communities.desktop {
    display: none;
  }
  .our-communities.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .communities-block {
    border-radius: 60px;
  }
  .communities-block.top-block {
    border-top-style: none;
  }
  .brands {
    top: 10.1vw;
    width: 18vw;
    height: 10vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0%;
    box-shadow: none;
  }
  .brands.avilla {
    background-size: 60%;
  }
  .brands.heyden {
    top: 15.6vw;
    width: 20vw;
    height: 16vw;
    background-size: 70%;
  }
  .brands.bespoke {
    background-size: 50%;
  }
  .brands.maryland-mall {
    top: 15.8vw;
    width: 24vw;
    background-size: 90%;
  }
  .brands.ccc {
    background-size: 60%;
  }
  .brands.conucopia {
    background-size: 90%;
  }
  .brands.euphoria {
    top: 11.9vw;
    background-size: 70%;
  }
  .brands.skate-city {
    top: 15.7vw;
    width: 21vw;
    height: 20vw;
    background-size: 60%;
  }
  .brands.dapo {
    top: 12vw;
    width: 22vw;
    background-size: 70%;
  }
  .brands.isoken {
    top: 12.4vw;
    width: 21vw;
    background-size: 70%;
  }
  .about-cee-odibs {
    margin-top: 52px;
  }
  .cee-odibs-picture {
    width: 320px;
    height: 450px;
    margin-top: 31px;
    margin-bottom: 31px;
    background-position: 80% 0%;
  }
  .form-section {
    padding-bottom: 0px;
  }
  .contact-info-wrapper {
    height: auto;
    margin-top: -145px;
    margin-bottom: 0px;
  }
  .contact-inner {
    margin-top: 201px;
    margin-left: 10vw;
  }
  .logo {
    top: -22%;
    width: 200px;
    height: 200px;
    padding-top: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-inner {
    width: 140px;
    height: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-inner.footer-logo {
    left: 15.4vw;
    bottom: 10%;
    width: 120px;
    height: 70px;
  }
  .hero-subtext {
    font-size: 15px;
    line-height: 20px;
  }
  .about-text {
    position: relative;
    left: 50px;
    top: -407px;
    width: 74%;
  }
  .about-sub-text {
    width: 100%;
  }
  .about-inner-circle {
    width: 47vw;
    height: 46vw;
    padding-top: 4vw;
    padding-bottom: 7vw;
  }
  .what-we-do-heading {
    margin-top: 0vw;
    margin-left: 0vw;
    text-align: center;
  }
  .cee-name-block {
    font-size: 38px;
  }
  .contact-block {
    width: 80%;
  }
  .text-field.large {
    height: 170px;
    min-height: 170px;
  }
  .heading-2 {
    font-size: 35px;
  }
  .inner-circle {
    font-size: 3vw;
    line-height: 3.2vw;
  }
  .inner-circle-second-text {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .big-inner-circle-text {
    font-size: 5vw;
    line-height: 5.5vw;
    text-align: center;
  }
  .big-inner-circle-text.smaller {
    font-size: 4.5vw;
  }
  .tab-direction-indicator {
    left: 47%;
  }
  .site-credit {
    margin-bottom: 20px;
  }
  .footer-block {
    height: 180px;
    margin-top: 45px;
    background-position: 0% 0%;
    background-size: 170%;
  }
  .text-and-video-flex-box {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-text-block {
    width: auto;
  }
  .video-block {
    width: 80vw;
    height: 80vw;
    max-height: 340.796875px;
    max-width: 340.796875px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    background-position: 50% 50%;
  }
  .play-button-icon {
    width: 30px;
    height: 30px;
  }
  .social-media-link-wrapper {
    margin-left: 14vw;
  }
}

@font-face {
  font-family: 'Futuralt';
  src: url('../fonts/FuturaLT-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futuralt';
  src: url('../fonts/FuturaLT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futuralt';
  src: url('../fonts/FuturaLT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}