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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-right: 300px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 30px;
  line-height: 62px;
  font-weight: 400;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
  text-align: center;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  height: 1px;
  margin: 0px 250px 50px;
  background-color: #eee;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.styleguide-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.careers-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.careers-wrap.cc-cta {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f4f4f4;
}

.careers-wrap.cc-home-wrap {
  height: 520px;
  padding-top: 141px;
  padding-bottom: 141px;
  background-color: #555353;
  background-image: url('../images/people-black-business-people-pf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.89;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.careers-wrap.cc-store-home-wrap {
  -o-object-fit: fill;
  object-fit: fill;
}

.styleguide-block {
  display: block;
  margin-top: 1px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  text-align: left;
}

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

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

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

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #cc0002;
  opacity: 0.78;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.w--current {
  position: absolute;
}

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

.button.cc-jumbo-button.cc-jumbo-white {
  margin-right: 0px;
  padding: 12px 25px;
  background-color: rgba(204, 0, 2, 0.93);
  opacity: 0.93;
  -webkit-transition: border 1000ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: border 1000ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  border-radius: 20px;
  background-color: #cc0002;
}

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-right: 35px;
  background-color: #cc0002;
  -webkit-transition-duration: 200ms, 400ms, 400ms;
  transition-duration: 200ms, 400ms, 400ms;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), ease, ease;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), ease, ease;
}

.button.cc-contact-us:hover {
  border-radius: 0px;
  background-color: #e73637;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.label.cc-styleguide-label {
  margin-bottom: 0px;
  text-align: left;
}

.label.cc-light {
  opacity: 0.6;
  text-align: center;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

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

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

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

.paragraph-light {
  margin-bottom: 12px;
  padding-top: 0px;
  opacity: 0.6;
  color: #5b5b5d;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.heading-jumbo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 39px 36px 81px;
  padding: 22px 74px;
  -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-color: hsla(0, 0.9%, 41%, 0.17);
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 79px;
  text-align: center;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 17px;
  margin-left: 0px;
  padding-bottom: 15px;
  -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;
  font-family: 'DM Serif Display', sans-serif;
  color: #242323;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 210, 210, 0.16)), to(rgba(245, 210, 210, 0.16))), url('../images/cdn.mg_.co_.jpg');
  background-image: linear-gradient(180deg, rgba(245, 210, 210, 0.16), rgba(245, 210, 210, 0.16)), url('../images/cdn.mg_.co_.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 3px 4px rgba(116, 114, 114, 0.12);
}

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

.navigation-item:hover {
  opacity: 0.9;
  color: rgba(204, 0, 2, 0.74);
}

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

.navigation-item:visited {
  color: #838181;
}

.navigation-item.w--current {
  opacity: 1;
  color: rgba(204, 0, 2, 0.89);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #cc0002;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #cc0002;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25%;
  margin-left: 25%;
  -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;
  text-align: center;
}

.navigation-items:hover {
  color: #cc0002;
}

.footer-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Rectangle-64.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
}

.webflow-link {
  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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 100px 0px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  margin: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 13, 13, 0.12)), to(rgba(14, 13, 13, 0.12))), url('../images/4001847-KMIGEGPC-7.jpg');
  background-image: linear-gradient(180deg, rgba(14, 13, 13, 0.12), rgba(14, 13, 13, 0.12)), url('../images/4001847-KMIGEGPC-7.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.intro-header.cc-subpage {
  height: auto;
  margin-bottom: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  opacity: 0.78;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 0px;
}

.motto-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  padding-top: 40px;
  -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;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

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

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
}

.contact-form-grid {
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.details-wrap {
  margin-top: 43px;
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.text-field.cc-textarea.cc-contact-field {
  margin-bottom: 43px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  background-color: #fff;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #fff;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
}

.team-member-name {
  margin-bottom: 0px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
  text-align: center;
}

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

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

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

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 90px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -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;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
}

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

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  border-radius: 0px;
}

.home-section-wrap {
  margin-bottom: 30px;
  text-align: left;
}

.section-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-align: left;
}

.about-grid {
  margin: 0px 0px 5px;
  padding-top: 0px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 34px;
  grid-row-gap: 30px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 34px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 99px;
  grid-column-gap: 55px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 55px 1fr;
  grid-template-columns: 2fr 1fr;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-top: 0px;
  margin-bottom: 82px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.slider-image {
  margin-right: 100px;
  margin-left: 100px;
}

.section-2 {
  width: 100%;
  height: 30vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image {
  margin-left: 6px;
}

.image.quotes {
  width: 80px;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.image-3 {
  margin-top: 20px;
  margin-right: 0px;
  border-style: solid;
  border-width: 40px;
  border-color: #fafafa;
  box-shadow: 0 16px 20px 0 rgba(160, 121, 121, 0.33);
  opacity: 0.89;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-4 {
  margin-bottom: 20px;
}

.image-5 {
  margin-bottom: 10px;
}

.image-6 {
  margin-bottom: 10px;
  padding-right: 7px;
  padding-left: 7px;
}

.heading {
  margin-left: 200px;
  font-family: 'DM Serif Display', sans-serif;
  color: #b8b3b3;
  font-size: 40px;
  text-align: left;
}

.image-7 {
  margin-top: -165px;
  margin-left: 630px;
  padding-left: 0px;
  text-align: center;
}

.image-8 {
  margin-top: -30px;
  margin-left: 200px;
}

.text-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 801px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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/Rectangle-64.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.heading-2 {
  font-family: 'DM Serif Display', sans-serif;
  color: #b8b3b3;
  font-size: 46px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 220px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-9 {
  padding-top: 60px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -79px;
  margin-left: -180px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  margin-left: -120px;
  padding-bottom: 37px;
  color: #b8b3b3;
}

.ftr-b {
  margin-left: 38px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #b8b3b3;
  border-radius: 4px;
  background-color: transparent;
  color: #b8b3b3;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.ftr-b:hover {
  border-color: #f06464;
  color: #f06464;
  font-weight: 500;
}

.columns {
  padding: 30px 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242323), to(#242323));
  background-image: linear-gradient(180deg, #242323, #242323);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  color: #999;
  font-size: 12px;
}

.text-block-4 {
  color: #999;
  font-size: 12px;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oregano, sans-serif;
  color: #999;
  font-weight: 400;
}

.column-3 {
  font-family: Oregano, sans-serif;
  font-size: 36px;
}

.social-media-icon {
  padding-left: 32px;
}

.section-3 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#343434));
  background-image: linear-gradient(180deg, #343434, #343434);
  color: #343434;
}

.navbar {
  background-color: #fff;
}

.slider {
  background-color: #d4d0d0;
}

.div-block-5 {
  padding-right: 24px;
  padding-left: 24px;
}

.careers-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-top: 103px;
  padding-bottom: 80px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfa), to(#fcfbfa));
  background-image: linear-gradient(180deg, #fcfbfa, #fcfbfa);
}

.heading-3 {
  margin-bottom: 0px;
  padding-right: 118px;
  padding-left: 118px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.text-block-6 {
  color: #565861;
}

.text-block-7 {
  padding-right: 182px;
  color: #5c5d61;
}

.div-block-6 {
  margin-right: 20%;
  margin-bottom: 22px;
  margin-left: 20%;
}

.image-10 {
  margin-right: 20%;
  margin-left: 20%;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: 'DM Serif Display', sans-serif;
}

.image-11 {
  margin-right: 25%;
  margin-left: 25%;
  padding-top: 10%;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  height: 680px;
  margin-right: 15px;
  margin-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 210, 210, 0.16)), to(rgba(245, 210, 210, 0.16))), url('../images/chi-picture.png');
  background-image: linear-gradient(180deg, rgba(245, 210, 210, 0.16), rgba(245, 210, 210, 0.16)), url('../images/chi-picture.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  padding: 49px 71px;
  -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;
  background-color: rgba(219, 205, 205, 0.03);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 2%, 55.8%, 0.26)), to(hsla(0, 2%, 55.8%, 0.26)));
  background-image: linear-gradient(180deg, hsla(0, 2%, 55.8%, 0.26), hsla(0, 2%, 55.8%, 0.26));
  color: #fff;
  font-size: 80px;
}

.jumbo-h-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 29px;
  margin-left: 29px;
  padding-top: 199px;
  -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-filter: blur(0px);
  filter: blur(0px);
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #756b6b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 71, 71, 0.39)), to(rgba(77, 71, 71, 0.39))), url('../images/speaking.jpg');
  background-image: linear-gradient(180deg, rgba(77, 71, 71, 0.39), rgba(77, 71, 71, 0.39)), url('../images/speaking.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 52px;
  padding: 45px 71px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(97, 97, 97, 0.24);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 188, 188, 0)), to(rgba(192, 188, 188, 0)));
  background-image: linear-gradient(180deg, rgba(192, 188, 188, 0), rgba(192, 188, 188, 0));
  color: #fff;
  font-size: 60px;
}

.div-block-8 {
  height: auto;
  padding-top: 0px;
}

.heading-7 {
  font-family: 'DM Serif Display', sans-serif;
  text-align: center;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.image-book {
  margin-right: 0%;
  margin-left: 0%;
}

.books {
  margin-bottom: 125px;
}

.more-info {
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.speeches {
  margin-right: 102px;
  margin-bottom: 60px;
  margin-left: 102px;
  padding-top: 37px;
  padding-bottom: 37px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.04)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  text-align: right;
}

.image-12 {
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -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;
  text-align: center;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-2 Area-3" "Area-2 Area" "Area-4 .";
  -ms-grid-columns: 0.75fr 18px 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) 0px auto;
  grid-template-rows: minmax(auto, 1fr) auto;
}

.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 58px;
  margin-left: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-9 {
  margin-top: 0px;
  margin-left: 60px;
  padding-top: 100px;
}

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

.section-6 {
  height: 720px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 1%, 53.5%, 0.1)), to(hsla(0, 1%, 53.5%, 0.1))), url('../images/18-12.jpg');
  background-image: linear-gradient(180deg, hsla(0, 1%, 53.5%, 0.1), hsla(0, 1%, 53.5%, 0.1)), url('../images/18-12.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  opacity: 1;
}

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

.image-13 {
  opacity: 0.23;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: justify;
}

.image-14 {
  opacity: 0.3;
}

.paragraph-lite {
  text-align: justify;
}

.section-7 {
  margin-right: 400px;
  margin-bottom: 80px;
  margin-left: 400px;
}

.e-15 {
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 28px;
  -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;
  text-align: center;
}

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

.grid-3 {
  margin-top: 0px;
  grid-column-gap: 54px;
  grid-row-gap: 48px;
  grid-template-areas: "Area Area-2 Area-12" "Area-6 Area-3 Area-9" "Area-7 Area-5 Area-10" "Area-8 Area-4 Area-11";
  -ms-grid-columns: 1fr 54px 1fr 54px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #000;
}

.section-8 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 100px;
  border-style: none;
  border-width: 1px;
  border-color: #b80202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.body {
  background-color: #fff;
}

.heading-9 {
  color: rgba(26, 27, 31, 0.85);
  text-align: center;
}

.heading-10 {
  font-family: 'DM Serif Display', sans-serif;
}

.services {
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #e4e1e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-15 {
  padding-right: 82px;
  padding-left: 82px;
  opacity: 0.57;
}

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

.image-16 {
  opacity: 0.58;
}

.image-17 {
  border-radius: 0px;
  opacity: 0.81;
}

.image-18 {
  margin-top: 36px;
}

.text-span-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.text-span-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.grid-4 {
  height: 50vh;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Rectangle-64.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.text-block-8 {
  margin-bottom: 27px;
  margin-left: -115px;
  color: #b8b3b3;
  text-align: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 85px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.image-19 {
  margin-left: 0px;
}

.navbar-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: #343434;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  color: #999;
}

.nav-link.w--current {
  color: rgba(199, 76, 78, 0.75);
}

.nav-link.w--current:hover {
  color: rgba(199, 76, 78, 0.75);
}

.nav-link.w--current:active {
  font-weight: 600;
}

.nav-link-2 {
  color: #999;
}

.nav-link-2:hover {
  color: rgba(199, 76, 78, 0.75);
}

.nav-link-2:active {
  font-weight: 600;
}

.nav-link-2:visited {
  background-color: transparent;
}

.nav-link-2.w--current {
  color: rgba(199, 76, 78, 0.75);
}

.nav-link-3 {
  color: #999;
}

.nav-link-3:hover {
  color: rgba(199, 76, 78, 0.75);
}

.nav-link-3.w--current {
  color: rgba(199, 76, 78, 0.75);
}

.nav-link-3.w--current:visited {
  color: rgba(199, 76, 78, 0.75);
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-2 {
  background-color: #343434;
}

.heading-11 {
  width: 80%;
  margin-top: -8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 19px;
  padding-left: 20px;
  border-left: 6px solid #cc0002;
  font-size: 34px;
  line-height: 53px;
  text-align: center;
}

.grid-5 {
  margin-top: 58px;
  grid-column-gap: 58px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25%;
  margin-left: 0%;
  -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;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-summary {
  padding: 60px 160px 62px;
  background-image: url('../images/background.png');
  background-position: 0px 0px;
  background-size: cover;
}

.book-title {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #3c3939;
  text-align: left;
}

.paragraph {
  text-align: left;
}

.alife-too-short {
  padding: 58px 160px;
  background-image: url('../images/background.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 78px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.text-block-10 {
  font-size: 14px;
  text-transform: uppercase;
}

.heading-12 {
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 36px;
  font-weight: 500;
  text-decoration: none;
}

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

.link-block {
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.article-hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 27px;
  font-size: 37px;
  text-align: center;
  text-transform: capitalize;
}

.image-21 {
  margin-top: 0px;
  margin-bottom: 60px;
  opacity: 1;
}

.article-paragra.paragraph-light {
  margin-right: 80px;
  margin-bottom: 79px;
  margin-left: 80px;
  padding-top: 0px;
  color: #000;
  text-align: left;
}

.text-span-4 {
  color: #cc0002;
}

.card-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card {
  position: relative;
  width: 300px;
  height: 400px;
}

.card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e73a3a 14%, #da4848 100%, #fff);
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2c2c), to(#2e2c2c));
  background-image: linear-gradient(180deg, #2e2c2c, #2e2c2c);
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-12 {
  background-color: #cfcfcf;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.chi-card {
  position: relative;
  width: 320px;
  height: 450px;
  border-radius: 10px;
}

.chi-card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  color: #181816;
}

.chi-card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 18px;
  padding-left: 18px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e9dada, #fff 44%), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #e9dada, #fff 44%), linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 5px 1px #cac1c1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-22 {
  margin-top: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-23 {
  position: static;
  width: 200px;
  height: 200px;
  margin-top: 30px;
  border-radius: 50px;
}

.text-block-13 {
  color: #7c7c7e;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.container-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 123px 11px 46px;
  -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;
  background-image: url('../images/bg10.png');
  background-position: 0px 0px;
  background-size: cover;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 300px 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242323;
  font-size: 35px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.text-block-14 {
  margin-right: 400px;
  margin-left: 400px;
  color: #646568;
  line-height: 35px;
  text-align: center;
}

.grid-7 {
  margin-right: 235px;
  margin-left: 240px;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 33px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-15 {
  color: #5b5b5d;
}

.text-block-16 {
  color: #5b5b5d;
}

.sevices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 50px 40px;
  padding-top: 100px;
  padding-bottom: 97px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #fff), to(rgba(243, 243, 243, 0.61)));
  background-image: linear-gradient(180deg, #fff 22%, rgba(243, 243, 243, 0.61));
}

.heading-14 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.italic-text {
  font-size: 35px;
  font-style: normal;
  text-align: center;
}

.grid-8 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 79px;
  -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;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 112px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 430px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 6px 6px 15px 0 rgba(91, 91, 94, 0.49);
}

.service-card.middle {
  background-color: #fff;
}

.service-card-heading {
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #242323;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0px;
}

.bold-text {
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  color: #5b5b5d;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.image-24 {
  margin-top: 25px;
  padding-bottom: 6px;
}

.chi-launch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.vision {
  display: none;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 91, 94, 0.05)), to(rgba(91, 91, 94, 0.05)));
  background-image: linear-gradient(180deg, rgba(91, 91, 94, 0.05), rgba(91, 91, 94, 0.05));
}

.image-25 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-18 {
  color: #5b5b5d;
}

.bold-text-2 {
  font-size: 17px;
}

.text-block-19 {
  color: #5b5b5d;
}

.grid-9 {
  margin-right: 100px;
  margin-left: 100px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.25fr 0.25fr 1fr;
  grid-template-columns: 1.25fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-20 {
  color: #5b5b5d;
}

.italic-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5b5b5d;
}

.programmes-section {
  margin-top: 78px;
}

.heading-15 {
  margin-top: -1px;
  margin-right: 0px;
  font-size: 32px;
  line-height: 49px;
}

.heading-16 {
  margin-top: 0px;
  margin-right: 192px;
  margin-left: 192px;
  color: #2c2d2e;
  font-size: 39px;
  text-align: center;
}

.divider-2 {
  height: 1px;
  margin: 0px 208px;
  background-color: #eee;
}

.text-block-21 {
  margin-right: 150px;
  margin-bottom: 50px;
  margin-left: 150px;
  color: #5b5b5d;
  text-align: center;
}

.grid-10 {
  margin-top: 0px;
  margin-bottom: 70px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  display: block;
}

.heading-17 {
  margin-bottom: 25px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 29px;
  line-height: 36px;
}

.div-block-13 {
  margin-top: 220px;
  margin-left: -81px;
  padding: 54px 73px 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #c34343;
  background-color: #fff;
  text-align: left;
}

.text-block-22 {
  margin-bottom: 28px;
  color: #5b5b5d;
}

.grid-11 {
  margin-top: 0px;
  padding-top: 19px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 31px;
  grid-row-gap: 95px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-18 {
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.image-27 {
  margin-bottom: 16px;
  font-family: Oregano, sans-serif;
}

.div-block-14 {
  width: 300px;
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9001), to(#ff9001));
  background-image: linear-gradient(180deg, #ff9001, #ff9001);
}

.image-28 {
  padding-top: 32px;
}

.image-29 {
  display: none;
}

.grid-12 {
  margin: 100px 249px;
  padding: 50px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 31px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(91, 91, 94, 0.25);
  border-radius: 0px;
  color: #ccd0dd;
}

.services-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-25 {
  margin-bottom: 46px;
  padding-top: 100px;
  padding-bottom: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 76, 76, 0.09)), to(rgba(77, 76, 76, 0.09)));
  background-image: linear-gradient(180deg, rgba(77, 76, 76, 0.09), rgba(77, 76, 76, 0.09));
  color: #5b5b5d;
}

.italic-text-3 {
  font-size: 17px;
}

.download-pdf {
  margin-right: 41px;
  padding: 0px;
  background-color: transparent;
  color: #a2584a;
}

.container-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 94px;
  padding-left: 0px;
  -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-style: solid;
  border-width: 1px;
  border-color: #c02121;
  border-radius: 10px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-right: 20px;
  padding-left: 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #cc1f1f;
  border-radius: 10px;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 22px;
  margin-left: 54px;
  -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;
}

.article-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.article-card {
  position: relative;
  width: 350px;
}

.read-more {
  display: block;
  color: #cc0002;
  font-size: 14px;
  text-align: left;
}

.text-span-5 {
  color: #ff0306;
  font-size: 14px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-27 {
  padding-right: 185px;
  padding-left: 185px;
}

.heading-19 {
  font-family: 'DM Serif Display', sans-serif;
  color: #303030;
  font-size: 26px;
  font-weight: 500;
}

.paragraph-2 {
  margin-top: 34px;
  font-size: 15px;
  text-align: left;
}

.div-block-17 {
  width: 500px;
  height: 350px;
  margin-top: 22px;
  margin-left: -148px;
  padding: 40px 45px;
  border-bottom: 5px solid #cc0002;
  background-color: #fff;
}

.grid-13 {
  margin-right: 200px;
  margin-left: 200px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
}

.text-block-23 {
  padding-right: 400px;
  padding-left: 400px;
  text-align: center;
}

.columns-2 {
  margin: 84px 95px;
}

.contact-form-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-20 {
  margin-bottom: 34px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 44px;
  text-align: center;
}

.text-block-24 {
  color: #5b5b5d;
  font-size: 14px;
}

.grid-14 {
  margin-right: 127px;
  margin-left: 127px;
  padding: 60px 75px 73px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 125px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-30 {
  padding: 40px 41px;
  border: 0px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 244, 244, 0.5)), to(rgba(248, 244, 244, 0.5)));
  background-image: linear-gradient(180deg, rgba(248, 244, 244, 0.5), rgba(248, 244, 244, 0.5));
}

.book-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 320px;
  -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;
  border-radius: 9px;
  box-shadow: 4px 4px 9px 2px #c2b8b8;
}

.unresolved-national-question {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 50px 36px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  font-size: 20px;
}

.book-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-28 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-21 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #5b5b5d;
  font-size: 26px;
}

.text-block-25 {
  position: absolute;
  margin-right: 48px;
  color: #5b5b5d;
  text-align: left;
}

.italic-text-5 {
  margin-right: 42px;
  padding-right: 0px;
  font-size: 15px;
  line-height: 25px;
}

.image-31 {
  margin: 42px 74px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-22 {
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 41px;
}

.book-paragraph {
  padding-top: 0px;
  color: #5b5b5d;
  text-align: left;
}

.div-block-18 {
  padding: 35px 125px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.container-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-15 {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  grid-column-gap: 0px;
}

.grid-16 {
  margin-bottom: 48px;
  grid-row-gap: 0px;
}

.the-unresolved {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-30 {
  padding-right: 10px;
}

.alife {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-31 {
  padding-right: 48px;
  padding-left: 50px;
}

.london-recruits {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-span-6 {
  color: #cc0002;
}

.image-32 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -71px;
  margin-left: 564px;
}

.text-span-7 {
  color: #cc0002;
}

.div-block-19 {
  margin-bottom: 60px;
  padding-top: 79px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 247, 247, 0.5)), to(rgba(248, 247, 247, 0.5)));
  background-image: linear-gradient(180deg, rgba(248, 247, 247, 0.5), rgba(248, 247, 247, 0.5));
}

.div-block-20 {
  width: 350px;
  height: auto;
  padding: 40px 20px;
  border-style: none;
  border-width: 20px;
  border-color: #a79898;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: 6px 6px 12px 0 rgba(167, 164, 164, 0.56);
  color: #fff;
  text-align: center;
}

.div-block-21 {
  width: 350px;
  height: 400px;
  padding: 23px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-22 {
  width: 350px;
  height: 400px;
  padding: 40px 20px;
}

.div-block-23 {
  width: 400px;
  height: 400px;
  padding: 20px;
}

.div-block-24 {
  width: 400px;
  height: 400px;
  padding: 40px 20px;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.summary-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-33 {
  border: 40px solid #fafafa;
  box-shadow: 0 16px 20px 0 rgba(197, 183, 183, 0.33);
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 350px;
  padding: 60px 45px 35px;
  -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;
  box-shadow: 0 0 17px -3px #b4b3b3;
}

.grid-17 {
  padding-top: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 61px;
  grid-row-gap: 125px;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
}

.section-11 {
  margin-top: 97px;
  margin-bottom: 70px;
}

.grid-18 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-card {
  width: 350px;
  height: 300px;
}

.div-block-26 {
  width: 350px;
  height: 300px;
  padding: 10px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e2e2;
}

.heading-23 {
  margin-right: 0px;
  text-align: center;
}

.div-block-27 {
  width: 350px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7ebec), to(#f7ebec));
  background-image: linear-gradient(180deg, #f7ebec, #f7ebec);
}

.text-block-26 {
  font-family: 'DM Serif Display', sans-serif;
  color: #242323;
  font-size: 26px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  height: 480px;
  margin-bottom: 93px;
  -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;
  background-image: url('../images/webinar.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-30 {
  padding: 200px 250px;
}

.italic-text-6 {
  color: #000;
}

.link {
  font-family: 'DM Serif Display', sans-serif;
}

.text-span-8 {
  font-family: 'DM Serif Display', sans-serif;
  color: #272424;
  font-size: 21px;
}

.italic-text-7 {
  margin-right: 95px;
  margin-left: 0px;
}

.bold-text-3 {
  text-transform: capitalize;
}

.bold-text-4 {
  text-transform: capitalize;
}

.cards-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-24 {
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
}

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

.text-block-27 {
  color: #242323;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
  text-align: left;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-3 {
  box-shadow: 0 1px 18px 11px rgba(116, 114, 114, 0.12);
}

.ch-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 170px;
  padding-bottom: 150px;
  -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;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.div-block-32 {
  width: 500px;
}

.video {
  width: 550px;
  background-image: url('../images/Screenshot-2020-07-17-at-05.47.25.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 1px 1px 3px 5px #f0ebeb;
}

.grid-19 {
  grid-column-gap: 78px;
}

.number {
  color: #000;
  font-weight: 600;
}

.video-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  clear: both;
}

.heading-25 {
  margin-top: 0px;
  margin-right: 0px;
  color: #242323;
  font-size: 25px;
}

.text-block-28 {
  color: #5b5b5d;
  font-size: 15px;
  text-align: center;
}

.grid-20 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-33 {
  border-style: solid;
  border-width: 20px;
  border-color: rgba(204, 0, 2, 0.06);
}

.div-block-34 {
  border-style: solid;
  border-width: 20px;
  border-color: rgba(216, 216, 216, 0.22);
}

.div-block-35 {
  border-style: solid;
  border-width: 20px;
  border-color: rgba(91, 92, 94, 0.06);
}

.italic-text-10 {
  font-size: 15px;
}

.div-block-36 {
  border-style: solid;
  border-width: 20px;
  border-color: rgba(214, 160, 84, 0.14);
}

.div-block-37 {
  border-style: solid;
  border-width: 20px;
  border-color: rgba(231, 183, 6, 0.1);
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 80px;
  -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;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  height: 420px;
  -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;
  background-image: url('../images/Screenshot-2020-07-17-at-07.40.52.png');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-21 {
  margin-top: 100px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.heading-26 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-27 {
  text-align: left;
  text-transform: capitalize;
}

.text-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-30 {
  color: rgba(91, 91, 94, 0.79);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.image-35 {
  margin-top: 7px;
  margin-bottom: 7px;
}

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

.text-block-31 {
  color: #5b5b5d;
}

.text-span-10 {
  color: #cc0002;
}

.grid-22 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-image {
  padding: 25px 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 3px 0 rgba(156, 112, 112, 0.36);
}

.text-block-32 {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #9a9ba0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-span-11 {
  color: #cc0002;
}

.list {
  min-width: 16px;
  margin-right: 0px;
  margin-left: 0px;
  color: #5b5b5d;
}

.list-item {
  color: #5b5b5d;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 202px;
  margin-left: 202px;
  -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;
  color: #5b5b5d;
}

.link-2 {
  margin-bottom: 103px;
}

.div-block-42 {
  padding-top: 76px;
  padding-bottom: 0px;
  background-image: url('../images/bg6.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-43 {
  margin-top: 5px;
  margin-bottom: 110px;
}

.image-39 {
  margin-top: 0px;
  padding-top: 95px;
}

.button-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-44 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .divider {
    margin-top: 25px;
  }
  .careers-wrap.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .careers-wrap.cc-home-wrap {
    height: 420px;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-jumbo-button.cc-jumbo-white {
    margin-bottom: 7px;
  }
  .button.cc-contact-us {
    display: none;
  }
  .label {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .paragraph-light {
    margin-right: 35px;
    margin-bottom: 15px;
    margin-left: 35px;
    text-align: center;
  }
  .heading-jumbo {
    margin: 71px 35px 40px;
    padding: 20px 16px;
    background-color: rgba(109, 107, 107, 0.16);
    font-size: 45px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    margin-left: 0px;
    font-size: 31px;
  }
  .styleguide-header-wrap {
    height: 420px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    padding: 10px 30px;
  }
  .navigation-item {
    padding: 15px 20px;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 11px;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: transparent;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-item.w--current {
    font-size: 11px;
  }
  .navigation-item.w--current:hover {
    background-color: transparent;
    color: #901516;
  }
  .menu-button {
    padding: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .intro-header {
    height: 500px;
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/4001847-KMIGEGPC-7.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/4001847-KMIGEGPC-7.jpg');
    background-position: 0px 0px, 54% 50%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }
  .intro-header.cc-subpage {
    height: 420px;
    line-height: 35px;
  }
  .intro-content.cc-homepage {
    margin-bottom: 0px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .contact-heading {
    font-size: 33px;
  }
  .map {
    height: 420px;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .home-section-wrap {
    text-align: center;
  }
  .section-heading {
    text-align: center;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    margin-left: 0px;
    padding-top: 80px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work-heading {
    margin-bottom: 15px;
    line-height: 46px;
  }
  .blog-heading {
    margin-bottom: 40px;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .image.quotes {
    width: 74px;
  }
  .image-3 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .heading-2 {
    margin-right: auto;
    font-size: 34px;
    line-height: 55px;
  }
  .div-block-3 {
    margin-left: -153px;
  }
  .ftr-b {
    margin-right: 9px;
    margin-left: 9px;
    font-size: 11px;
  }
  .columns {
    padding: 40px 20px;
  }
  .text-block-5 {
    margin-left: 20px;
  }
  .section-4 {
    height: 420px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 210, 210, 0.24)), to(rgba(245, 210, 210, 0.24))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0b16076f-2014-01-23-mandela-a-nationalist-and-a-marxist-image-696x392.jpg');
    background-image: linear-gradient(180deg, rgba(245, 210, 210, 0.24), rgba(245, 210, 210, 0.24)), linear-gradient(180deg, transparent, transparent), url('../images/0b16076f-2014-01-23-mandela-a-nationalist-and-a-marxist-image-696x392.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
  }
  .heading-5 {
    margin-top: 56px;
    margin-bottom: 72px;
    background-color: rgba(41, 41, 41, 0.21);
    font-size: 65px;
    line-height: 45px;
  }
  .jumbo-h-div {
    padding-top: 50px;
  }
  .section-5 {
    height: 420px;
  }
  .heading-6 {
    margin-top: 0px;
    margin-right: 55px;
    margin-left: 55px;
    padding: 24px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 53px;
  }
  .div-block-9 {
    margin-left: 0px;
    padding-top: 2px;
  }
  .section-6 {
    height: 420px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/18-12.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/18-12.jpg');
    background-position: 0px 0px, 21% 50%;
  }
  .div-block-11 {
    text-align: center;
  }
  .text-span-2 {
    -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;
    text-align: center;
  }
  .text-span-3 {
    -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;
  }
  .container-5 {
    text-align: center;
  }
  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
  }
  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .grid-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-8 {
    margin-bottom: 0px;
    margin-left: -109px;
  }
  .container-12 {
    padding-left: 0px;
  }
  .nav-link {
    color: #999;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-link:hover {
    color: rgba(199, 76, 78, 0.75);
  }
  .nav-link-2 {
    color: #999;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-link-2:hover {
    color: #c74c4e;
  }
  .nav-link-3 {
    color: #999;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-link-3:hover {
    color: #c74c4e;
  }
  .container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .navbar-2 {
    background-color: #343434;
  }
  .heading-11 {
    margin-left: 0px;
    font-size: 29px;
    line-height: 54px;
    text-align: center;
  }
  .grid-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .container-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .container-20 {
    padding-top: 0px;
  }
  .grid-6 {
    margin-right: 140px;
    margin-left: 140px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .heading-12 {
    margin-top: 35px;
    margin-right: 36px;
    margin-left: 36px;
    font-size: 25px;
    line-height: 36px;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 42px;
    margin-bottom: 3px;
    margin-left: 42px;
    -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;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(91, 91, 94, 0.19);
    border-radius: 3px;
    box-shadow: 5px 5px 18px 0 rgba(162, 154, 154, 0.33);
    text-align: center;
  }
  .heading-13 {
    margin-right: 0px;
    text-align: center;
  }
  .article-paragra.paragraph-light {
    margin-right: 110px;
    margin-left: 110px;
    text-align: left;
  }
  .image-23 {
    width: 180px;
    height: 180px;
    padding-top: 0px;
  }
  .text-block-13 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-9 {
    margin-top: 0px;
    margin-bottom: 49px;
    padding-top: 61px;
    padding-bottom: 0px;
    background-position: 50% 100%;
  }
  .about-section {
    margin-top: 10px;
    margin-right: 150px;
    margin-left: 150px;
    font-size: 29px;
    line-height: 44px;
  }
  .grid-7 {
    margin-right: 120px;
    margin-left: 120px;
    grid-column-gap: 62px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }
  .text-block-15 {
    font-size: 15px;
    text-align: center;
  }
  .text-block-16 {
    font-size: 15px;
  }
  .sevices {
    margin-top: 0px;
    padding-top: 40px;
  }
  .heading-14 {
    margin-bottom: 0px;
  }
  .italic-text {
    font-size: 26px;
  }
  .grid-8 {
    grid-column-gap: 38px;
    grid-row-gap: 83px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-card {
    width: 450px;
    height: 380px;
  }
  .service-card-heading {
    color: #242323;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0px;
  }
  .container-24 {
    margin-bottom: 36px;
  }
  .grid-9 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .heading-15 {
    font-size: 26px;
    line-height: 39px;
  }
  .heading-16 {
    margin-right: 27px;
    margin-left: 27px;
    font-size: 33px;
  }
  .divider-2 {
    margin-top: 25px;
  }
  .text-block-21 {
    margin-bottom: 70px;
  }
  .div-block-13 {
    margin-top: 22px;
  }
  .grid-11 {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-12 {
    margin-right: 97px;
    margin-left: 97px;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .read-more {
    margin-bottom: 48px;
  }
  .grid-14 {
    margin-right: 55px;
    margin-left: 55px;
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image-30 {
    display: none;
    margin-top: 89px;
  }
  .body-2 {
    line-height: 30px;
  }
  .div-block-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-15 {
    margin-right: 0px;
    margin-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
  }
  .container-30 {
    padding-right: 29px;
  }
  .container-32 {
    padding-right: 34px;
  }
  .container-33 {
    padding-right: 30px;
  }
  .container-34 {
    padding-right: 30px;
  }
  .div-block-20 {
    width: 600px;
  }
  .grid-17 {
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }
  .text-block-26 {
    margin-right: 16px;
    margin-left: 16px;
    line-height: 41px;
  }
  .div-block-28 {
    text-align: center;
  }
  .div-block-29 {
    width: 650px;
    height: 360px;
  }
  .bold-text-4 {
    font-size: 28px;
  }
  .text-span-9 {
    text-align: center;
  }
  .italic-text-8 {
    font-size: 15px;
  }
  .italic-text-9 {
    font-size: 15px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .container-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .navbar-3 {
    position: relative;
  }
  .ch-videos {
    margin-right: 39px;
    margin-left: 39px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .grid-19 {
    grid-row-gap: 67px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-38 {
    width: 700px;
  }
  .div-block-39 {
    width: 680px;
    height: 380px;
  }
  .grid-21 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .container-38 {
    margin-top: 0px;
  }
  .grid-22 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .career-image {
    display: block;
  }
  .list {
    padding-left: 12px;
    font-size: 15px;
    text-align: left;
  }
  .div-block-41 {
    margin-right: 136px;
    margin-left: 136px;
    text-align: center;
  }
  .italic-text-11 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    margin: 0px 51px 26px;
  }
  .careers-wrap {
    margin-right: 5px;
    margin-left: 5px;
  }
  .careers-wrap.cc-cta {
    margin-bottom: 42px;
    padding: 15px;
  }
  .careers-wrap.cc-home-wrap {
    height: 320px;
    margin-right: 15px;
    margin-left: 15px;
    background-position: 50% 100%;
  }
  .careers-wrap.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
    text-align: left;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph-bigger.cc-bigger-light {
    font-size: 14px;
  }
  .button {
    padding: 10px;
    font-size: 11px;
    line-height: 19px;
  }
  .label.cc-styleguide-label {
    text-align: center;
  }
  .label.cc-light {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .paragraph-light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 20px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
  }
  .heading-jumbo {
    margin: 41px 0px 35px;
    padding: 11px 0px;
    background-color: rgba(102, 96, 96, 0.24);
    font-size: 35px;
    line-height: 50px;
  }
  .heading-jumbo-small {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 27px;
    line-height: 46px;
    text-align: center;
  }
  .styleguide-header-wrap {
    height: 320px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px 10px;
  }
  .cta-wrap {
    margin-bottom: 28px;
    padding: 35px 30px;
  }
  .intro-header {
    height: 320px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/4001847-KMIGEGPC-7.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/4001847-KMIGEGPC-7.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }
  .intro-header.cc-subpage {
    height: 380px;
  }
  .intro-content {
    width: 80%;
  }
  .intro-content.cc-homepage {
    margin-top: 0px;
  }
  .motto-wrap {
    text-align: left;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .contact-form-grid {
    margin-top: 0px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact-heading {
    font-size: 25px;
  }
  .map {
    height: 320px;
    margin-bottom: 59px;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-members {
    grid-template-areas: "." "." "." "Area" "Area-2" "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .team-member-name {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .home-content-wrap {
    margin-top: 30px;
    margin-bottom: 65px;
    background-image: none;
  }
  .home-section-wrap {
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-heading {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 27px;
  }
  .about-grid {
    margin-right: 40px;
    margin-left: 40px;
  }
  .about-grid.cc-about-2 {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 25px;
  }
  .work-heading {
    margin-top: 4px;
    margin-bottom: 19px;
    font-size: 27px;
  }
  .business-article-heading {
    font-size: 22px;
  }
  .image {
    margin-left: 0px;
    text-align: left;
  }
  .image.quotes {
    width: 60px;
  }
  .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -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;
    text-align: center;
  }
  .image-3 {
    margin-top: 0px;
  }
  .image-4 {
    margin-bottom: 22px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 52px;
  }
  .div-block-3 {
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ftr-b {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }
  .div-block-4 {
    margin-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .text-block-5 {
    margin-bottom: 15px;
  }
  .heading-4 {
    margin-bottom: 0px;
    font-size: 31px;
  }
  .section-4 {
    height: 320px;
  }
  .heading-5 {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 21px 22px;
    font-size: 48px;
  }
  .jumbo-h-div {
    padding-top: 48px;
  }
  .section-5 {
    height: 320px;
  }
  .heading-6 {
    margin: 91px 52px 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 40px;
  }
  .div-block-8 {
    height: auto;
  }
  .div-block-9 {
    padding-top: 0px;
  }
  .section-6 {
    height: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/18-12.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/18-12.jpg');
    background-position: 0px 0px, 50% 50%;
    opacity: 0.96;
    line-height: 28px;
  }
  .grid-4 {
    height: 350px;
    grid-column-gap: 0px;
  }
  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-8 {
    display: none;
    margin-bottom: -38px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    text-align: left;
  }
  .container-10 {
    padding-left: 46px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-link.w--current {
    margin-right: 15px;
    margin-left: 0px;
  }
  .nav-link-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-13 {
    margin-right: 45px;
    margin-left: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-11 {
    margin-left: 0px;
    padding-left: 21px;
    font-size: 22px;
    line-height: 36px;
  }
  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .grid-5 {
    grid-row-gap: 69px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-6 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .heading-12 {
    margin-top: 22px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 19px;
    line-height: 34px;
    font-weight: 600;
  }
  .link-block {
    margin-right: 0px;
    margin-bottom: 55px;
    margin-left: 0px;
    border-width: 0px;
    box-shadow: 6px 6px 19px 0 rgba(197, 183, 183, 0.33);
  }
  .heading-13 {
    margin-right: 23px;
    margin-bottom: 14px;
    margin-left: 23px;
    line-height: 37px;
  }
  .article-paragra.paragraph-light {
    margin-right: 57px;
    margin-left: 57px;
    text-align: left;
  }
  .container-23 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-9 {
    padding-top: 45px;
    background-position: 50% 0%;
  }
  .about-section {
    margin-right: 86px;
    margin-bottom: 21px;
    margin-left: 75px;
    font-size: 24px;
    line-height: 36px;
  }
  .grid-7 {
    margin-right: 50px;
    margin-left: 50px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .sevices {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .grid-8 {
    grid-row-gap: 49px;
  }
  .service-card {
    width: 410px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .service-card-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
  }
  .container-24 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .vision {
    -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;
  }
  .grid-9 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }
  .text-block-20 {
    font-size: 15px;
  }
  .heading-15 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 40px;
  }
  .heading-16 {
    font-size: 25px;
    line-height: 43px;
  }
  .divider-2 {
    margin-bottom: 22px;
  }
  .text-block-21 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .grid-10 {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image-26 {
    padding: 0px 40px;
  }
  .heading-17 {
    font-size: 23px;
  }
  .div-block-13 {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .text-block-22 {
    font-size: 14px;
  }
  .grid-11 {
    padding-bottom: 0px;
  }
  .image-28 {
    display: none;
  }
  .image-29 {
    display: block;
  }
  .grid-12 {
    margin: 40px 57px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .container-25 {
    margin-bottom: 47px;
  }
  .read-more {
    margin-bottom: 10px;
  }
  .container-27 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .contact-form-2 {
    padding: 10px 20px 40px;
  }
  .heading-20 {
    margin-top: 0px;
    font-size: 27px;
    text-align: center;
  }
  .text-block-24 {
    text-align: center;
  }
  .grid-14 {
    margin-right: 4px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 44px;
  }
  .italic-text-4 {
    text-align: center;
  }
  .italic-text-5 {
    margin-right: 0px;
    text-align: center;
  }
  .heading-22 {
    text-align: center;
  }
  .book-paragraph {
    text-align: center;
  }
  .grid-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-30 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .container-31 {
    margin-top: -70px;
  }
  .container-32 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-33 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-34 {
    padding-left: 30px;
  }
  .block-quote {
    display: none;
    font-size: 16px;
  }
  .div-block-20 {
    width: 400px;
  }
  .div-block-25 {
    width: 400px;
    height: 400px;
  }
  .grid-17 {
    padding-top: 0px;
  }
  .div-block-29 {
    width: 450px;
    height: 260px;
    margin-bottom: 51px;
    text-align: center;
  }
  .div-block-30 {
    padding: 20px 195px;
  }
  .text-span-8 {
    font-size: 19px;
  }
  .bold-text-3 {
    font-size: 26px;
    line-height: 44px;
  }
  .bold-text-4 {
    font-size: 24px;
    line-height: 29px;
  }
  .text-span-9 {
    text-align: center;
  }
  .italic-text-8 {
    text-align: center;
  }
  .italic-text-9 {
    text-align: center;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cards-section-2 {
    padding: 40px 20px;
  }
  .ch-videos {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .video {
    width: 400px;
  }
  .div-block-38 {
    width: 500px;
    margin-top: 1px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-39 {
    width: 450px;
    height: 280px;
  }
  .container-38 {
    margin-top: 55px;
  }
  .div-block-41 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .link-2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .divider {
    margin-bottom: 25px;
  }
  .careers-wrap.cc-cta {
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px 10px;
  }
  .careers-wrap.cc-home-wrap {
    height: 320px;
  }
  .button {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: rgba(204, 0, 2, 0.9);
    font-size: 12px;
    line-height: 18px;
  }
  .button.cc-jumbo-button {
    padding: 12px 20px;
  }
  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 15px;
    background-color: rgba(204, 0, 2, 0.9);
    line-height: 12px;
  }
  .label {
    font-size: 11px;
  }
  .label.cc-light {
    padding-top: 0px;
    font-size: 11px;
  }
  .label.cc-blog-date {
    margin-top: 13px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 27px;
  }
  .heading-jumbo {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 33px;
    padding: 15px;
    background-color: hsla(0, 0.9%, 43%, 0.14);
    font-size: 32px;
    line-height: 42px;
  }
  .heading-jumbo-small {
    padding-bottom: 0px;
  }
  .styleguide-header-wrap {
    height: 350px;
    margin-right: 8px;
    margin-left: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/cdn.mg_.co_.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/cdn.mg_.co_.jpg');
    background-position: 0px 0px, 0% 50%;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding: 11px 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    margin-right: 15px;
    margin-left: 15px;
    padding: 45px 15px;
  }
  .intro-header {
    height: 360px;
    margin-bottom: 37px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/4001847-KMIGEGPC-7.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/4001847-KMIGEGPC-7.jpg');
    background-position: 0px 0px, 62% 50%;
    background-size: auto, cover;
    line-height: 28px;
  }
  .intro-header.cc-subpage {
    height: auto;
    margin-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .intro-content.cc-homepage {
    margin-top: 0px;
    padding-top: 0px;
  }
  .motto-wrap {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
  }
  .section-heading-wrap {
    margin-top: 41px;
    margin-bottom: 45px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
    margin-top: 20px;
  }
  .contact-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .map {
    height: 220px;
    margin-bottom: 20px;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .team-member-name {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #242323;
    font-size: 16px;
    font-weight: 500;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .home-content-wrap {
    margin-top: 34px;
  }
  .home-section-wrap {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
  }
  .about-grid.cc-about-2 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 40px;
  }
  .work-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 29px;
  }
  .blog-heading {
    margin-bottom: 30px;
  }
  .blog-preview-wrap {
    padding-bottom: 0px;
  }
  .business-article-heading {
    margin-top: 0px;
    font-size: 20px;
  }
  .image.quotes {
    width: 40px;
  }
  .line {
    margin-top: 3px;
    margin-bottom: 18px;
  }
  .image-3 {
    padding: 25px 20px;
    border-style: none;
  }
  .image-4 {
    margin-bottom: 10px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 34px;
  }
  .ftr-b {
    font-size: 9px;
    line-height: 20px;
  }
  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-5 {
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
  }
  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .section-4 {
    height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0b16076f-2014-01-23-mandela-a-nationalist-and-a-marxist-image-696x392.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent), url('../images/0b16076f-2014-01-23-mandela-a-nationalist-and-a-marxist-image-696x392.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .heading-5 {
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 27px;
    padding: 25px 20px;
    font-size: 40px;
  }
  .jumbo-h-div {
    padding-top: 75px;
  }
  .section-5 {
    height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/speaking.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/speaking.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .heading-6 {
    margin-top: 77px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 35px;
  }
  .div-block-8 {
    height: auto;
    font-size: 17px;
  }
  .div-block-9 {
    padding-top: 0px;
  }
  .section-6 {
    height: 350px;
  }
  .grid-4 {
    height: 300px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 0.25fr 1.5fr;
    grid-template-columns: 1fr 0.25fr 1.5fr;
  }
  .container-9 {
    padding-left: 0px;
  }
  .text-block-8 {
    display: none;
    overflow: visible;
  }
  .container-10 {
    padding-left: 35px;
  }
  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
    font-size: 13px;
  }
  .nav-link.w--current {
    padding: 5px;
    font-size: 13px;
  }
  .nav-link-2 {
    padding: 5px;
    font-size: 13px;
  }
  .nav-link-2.w--current {
    margin-right: 10px;
    margin-left: 0px;
  }
  .nav-link-3 {
    margin-right: 10px;
    padding: 5px;
    font-size: 13px;
  }
  .heading-11 {
    margin-top: 0px;
    margin-left: 0px;
    border-left-width: 4px;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
  }
  .nav-menu {
    text-align: center;
  }
  .text-block-9 {
    font-size: 11px;
    line-height: 15px;
  }
  .grid-5 {
    grid-row-gap: 41px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image-20 {
    display: block;
    opacity: 0.55;
  }
  .grid-6 {
    margin-right: 30px;
    margin-bottom: 43px;
    margin-left: 30px;
    grid-row-gap: 60px;
  }
  .heading-12 {
    margin-top: 25px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .link-block {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    border-width: 0px;
    box-shadow: 3px 3px 12px 0 hsla(0, 0%, 72%, 0.33);
  }
  .article-hero-image {
    margin-top: 35px;
  }
  .heading-13 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 37px;
  }
  .article-paragra.paragraph-light {
    margin-right: 20px;
    margin-left: 20px;
  }
  .card-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .chi-card {
    width: 305px;
    height: 400px;
  }
  .image-22 {
    margin-top: 12px;
  }
  .image-23 {
    width: 150px;
    height: 150px;
  }
  .text-block-13 {
    margin-top: 0px;
    font-size: 13px;
  }
  .container-23 {
    margin-top: 14px;
  }
  .section-9 {
    margin-top: 7px;
    padding-top: 56px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-section {
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    font-size: 21px;
    line-height: 29px;
  }
  .grid-7 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .text-block-15 {
    font-size: 14px;
  }
  .heading-14 {
    margin-bottom: 16px;
    font-size: 31px;
    line-height: 30px;
    text-align: center;
  }
  .italic-text {
    font-size: 22px;
    line-height: 29px;
  }
  .service-card {
    width: 300px;
    height: 400px;
    box-shadow: 0 0 17px -3px #b4b3b3;
  }
  .service-card.middle {
    padding-right: 25px;
    padding-left: 25px;
  }
  .service-card-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 29px;
  }
  .text-block-17 {
    font-size: 14px;
  }
  .image-24 {
    margin-top: 20px;
  }
  .container-24 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .heading-15 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 33px;
  }
  .heading-16 {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .divider-2 {
    margin-right: 70px;
    margin-bottom: 0px;
    margin-left: 70px;
  }
  .text-block-21 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .heading-17 {
    font-size: 25px;
  }
  .div-block-13 {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .text-block-22 {
    line-height: 24px;
  }
  .grid-11 {
    grid-row-gap: 35px;
  }
  .div-block-15 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .grid-12 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 46px;
    grid-row-gap: 11px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .container-25 {
    padding-top: 53px;
  }
  .read-more {
    margin-top: 0px;
    font-weight: 500;
  }
  .container-27 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .contact-form-2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-20 {
    margin-bottom: 24px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 26px;
    line-height: 33px;
  }
  .text-block-24 {
    line-height: 24px;
    text-align: center;
  }
  .grid-14 {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .italic-text-4 {
    text-align: center;
  }
  .field-label {
    font-size: 11px;
  }
  .field-label-2 {
    font-size: 11px;
  }
  .field-label-3 {
    font-size: 11px;
  }
  .field-label-4 {
    font-size: 11px;
  }
  .field-label-5 {
    font-size: 11px;
  }
  .heading-22 {
    font-size: 23px;
    line-height: 34px;
  }
  .book-paragraph {
    line-height: 25px;
  }
  .div-block-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .grid-15 {
    margin-top: 25px;
  }
  .container-31 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-quote {
    display: none;
  }
  .div-block-19 {
    padding-top: 65px;
  }
  .div-block-20 {
    width: 280px;
  }
  .image-33 {
    border-width: 20px;
  }
  .div-block-25 {
    width: 310px;
    height: 410px;
    padding: 0px 15px;
  }
  .grid-17 {
    padding-top: 0px;
    grid-row-gap: 46px;
  }
  .text-block-26 {
    margin-bottom: 35px;
  }
  .div-block-29 {
    width: 280px;
    height: 200px;
  }
  .div-block-30 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-3 {
    font-size: 22px;
    line-height: 35px;
  }
  .italic-text-8 {
    text-align: center;
  }
  .italic-text-9 {
    font-size: 14px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-27 {
    margin-bottom: 6px;
  }
  .container-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .video {
    width: 310px;
  }
  .image-34 {
    text-align: center;
  }
  .text-block-28 {
    line-height: 23px;
  }
  .div-block-33 {
    border-width: 5px;
    box-shadow: 14px 14px 14px 0 rgba(224, 215, 215, 0.28);
  }
  .div-block-34 {
    border-width: 5px;
    box-shadow: 14px 14px 14px 0 rgba(224, 215, 215, 0.28);
  }
  .div-block-35 {
    border-width: 5px;
    box-shadow: 14px 14px 14px 0 rgba(224, 215, 215, 0.28);
  }
  .div-block-36 {
    border-width: 5px;
    box-shadow: 14px 14px 14px 0 rgba(224, 215, 215, 0.28);
  }
  .div-block-37 {
    border-width: 5px;
    box-shadow: 14px 14px 14px 0 rgba(224, 215, 215, 0.28);
  }
  .div-block-38 {
    width: 300px;
  }
  .div-block-39 {
    width: 250px;
  }
  .grid-22 {
    display: none;
  }
  .text-block-32 {
    padding-top: 5px;
    padding-bottom: 1px;
    line-height: 23px;
  }
  .div-block-41 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .italic-text-11 {
    font-size: 14px;
  }
  .link-2 {
    margin-bottom: 60px;
  }
  .image-36 {
    height: 190px;
  }
  .image-37 {
    height: 190px;
  }
  .image-38 {
    height: 180px;
  }
}

#w-node-76c147234d34-fcfe521e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d41-fcfe521e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4d54b6b801c9-6bfe5225 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e4f98ccf346b-6bfe5225 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-509be705858e-37fe5228 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-37fe5228 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c41ad65c6b49-9afe522a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a8f1cff086bb-9afe522a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7bcfb5973fc1-9afe522a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-76c147234d34-fcfe521e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d41-fcfe521e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-509be70585a6-37fe5228 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Geeza pro bigfontsite';
  src: url('../fonts/geeza-pro_bigfontsite.com.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}