h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 38px;
  line-height: 1em;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  line-height: 1em;
  font-weight: 500;
}

a {
  font-family: Suisseintl, sans-serif;
  color: #414141;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Suisseintl, sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.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-right: 14%;
  padding-left: 14%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
  font-size: 15px;
  line-height: 15px;
}

.style-guide-wrap {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  background-color: transparent;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 0px;
  font-size: 22px;
}

.style-guide-content {
  margin: 40px auto 0px;
}

.columns {
  background-color: transparent;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  -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;
  font-family: Suisseintl, sans-serif;
  color: #878787;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  padding-bottom: 0px;
  background-color: #414141;
}

.color-block.font-color-dark {
  background-color: #222;
}

.color-block.font-color-light {
  background-color: #aaa;
}

.color-block.light-grey-1 {
  background-color: #ebebeb;
}

.color-block.light-grey-2 {
  background-color: #ccc;
}

.color-block.dark-grey-1 {
  background-color: #636363;
}

.color-block.dark-grey-2 {
  background-color: #333;
}

.color-block.firebrick-red {
  background-color: #802400;
}

.color-block.orange {
  background-color: #b42913;
}

.color-block.light-blue {
  background-color: #009aa8;
}

.color-block.dim-grey {
  background-color: #6d6d6d;
}

.column-2 {
  background-color: transparent;
}

.style-guide-logo-box {
  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;
}

.style-guide-logo-box._w-on-b-1 {
  background-color: #636363;
}

.style-guide-logo-box._w-on-b-2 {
  background-color: #000;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background-color: #f7f7f7;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: transparent;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
  border: 1px none #000;
  font-size: 28px;
  text-decoration: none;
}

.card-paragraph {
  font-size: 15px;
}

.text-block-2 {
  background-color: transparent;
}

.text-block-3 {
  background-color: transparent;
}

.text-block-4 {
  background-color: transparent;
}

.vertical-image {
  position: static;
  background-color: transparent;
}

.ratio1-1-46 {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 146%;
}

.ratio1-0-56 {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56%;
}

.ratio1-0-70 {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 70%;
}

.ratio1-0-75 {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 75%;
}

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

.teal {
  background-color: #00545c;
}

.vertical-a4 {
  position: static;
}

.ratio1-1-41 {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 141%;
}

.ratio1-0-72 {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 72%;
}

.heading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-span {
  font-size: 15px;
  line-height: 0.2;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.video-photo-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-symbol-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-symbol-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  overflow: scroll;
  padding-right: 39px;
  padding-left: 39px;
  background-color: #636363;
}

.contact-container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cc-grid {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  display: -ms-grid;
  display: grid;
  overflow: scroll;
  width: 100%;
  height: 100%;
  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-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border-style: solid;
  border-width: 0.001em;
  border-color: #6d6d6d;
}

.border-1 {
  display: inline;
  border-style: solid;
  border-width: 0.1em;
  border-color: #6d6d6d;
  opacity: 0.72;
}

.cc-content-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr 1.5fr;
  grid-template-columns: 0.5fr 1fr 1.5fr;
  -ms-grid-rows: 0.25fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
  grid-template-rows: 0.25fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
}

.space {
  margin-top: 30px;
  margin-left: 1%;
  border: 1px none #000;
}

.cccw-logo-wrapper {
  overflow: visible;
  margin-top: 6%;
  margin-right: 0px;
  margin-left: 4%;
}

.cccw-name-title-wrapper {
  margin-right: 0px;
}

.cccw-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cccw-phone-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.cccw-credits-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -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;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.nav-link {
  padding: 0.2vh 0.2vw;
  -webkit-transition: color 300ms cubic-bezier(.292, .042, .146, .983);
  transition: color 300ms cubic-bezier(.292, .042, .146, .983);
  color: #222;
  font-size: 0.9em;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-indent: 0em;
}

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

.nav-link:focus {
  color: #414141;
}

.nav-link.w--current {
  color: #414141;
  text-decoration: line-through;
}

.logo {
  position: relative;
}

.logo-image {
  z-index: 5;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.logo-image.abso {
  position: absolute;
  display: block;
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 11px;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(.345, .048, .193, .995);
  transition: opacity 300ms cubic-bezier(.345, .048, .193, .995);
}

.logo-image.abso:hover {
  opacity: 1;
}

.logo-image.abso.extra {
  display: none;
  width: 110%;
  max-width: 110%;
  padding-top: 20px;
  padding-left: 16px;
  opacity: 0;
}

.logo-image.abso.extra:hover {
  opacity: 1;
}

.name-title {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.title {
  margin-left: -9%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 90%;
  -ms-flex: 0 90%;
  flex: 0 90%;
}

.joawn {
  padding-left: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.rannjan {
  margin-bottom: -1.4vh;
}

.r {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: ltr;
  color: #fff;
  font-size: 5em;
  line-height: 1;
  text-align: left;
  letter-spacing: -2px;
}

.paragraph {
  margin-bottom: -1.5vh;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.1em;
}

.type-js {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.type-text {
  padding-left: 5%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #f7f7f7;
  font-size: 32px;
  font-weight: 500;
}

.social {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-text-1 {
  position: relative;
  z-index: 5;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Suisseintl, sans-serif;
  color: #f7f7f7;
  font-size: 75%;
  line-height: 1.1em;
  font-weight: 500;
}

.insta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f7f7f7;
}

.insta-link-main {
  position: relative;
  z-index: 5;
  display: inline-block;
  -webkit-transition: color 400ms cubic-bezier(.327, .03, .216, .995);
  transition: color 400ms cubic-bezier(.327, .03, .216, .995);
  color: #f7f7f7;
  font-size: 2.9em;
  line-height: 1;
}

.insta-link-main:hover {
  color: #414141;
}

.cta-1 {
  position: relative;
  font-size: 0.8em;
}

.email-text-1 {
  position: relative;
  z-index: 5;
  margin-bottom: 0.4vh;
  font-family: Suisseintl, sans-serif;
  color: #f7f7f7;
  font-size: 75%;
  line-height: 1.1em;
  font-weight: 500;
}

.email-link {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f7f7f7;
}

.email-link-main {
  position: relative;
  z-index: 5;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  opacity: 1;
  -webkit-transition: color 400ms cubic-bezier(.374, .042, .105, .978);
  transition: color 400ms cubic-bezier(.374, .042, .105, .978);
  color: #f7f7f7;
  font-size: 2.9em;
  line-height: 1;
}

.email-link-main:hover {
  color: #414141;
}

.spacer {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 1;
}

.email {
  position: relative;
  font-size: 1em;
}

.phone-details {
  z-index: 5;
  -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;
}

.phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.1em;
}

.cta-text-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;
  color: #f7f7f7;
}

.city-name-phone-number {
  padding-left: 1%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.city-phone {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-2 {
  font-size: 0.9em;
}

.cta-call-span {
  font-family: Suisseintl, sans-serif;
  font-size: 2.9em;
  line-height: 1;
}

.city {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f7f7f7;
  text-align: left;
  text-decoration: none;
}

.phone {
  margin-left: 0.2vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c-name {
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 400ms cubic-bezier(.287, .054, .164, .978);
  transition: color 400ms cubic-bezier(.287, .054, .164, .978);
  color: #f7f7f7;
  font-size: 2em;
}

.c-name:hover {
  color: #414141;
}

.credits {
  font-family: Suisseintl, sans-serif;
  color: #f7f7f7;
  font-weight: 500;
}

.credits-text {
  position: relative;
  z-index: 5;
  font-size: 0.85em;
  line-height: 0.5;
}

.grains-16mm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.02;
}

.credit-text-span {
  font-size: 2.2em;
  line-height: 1;
}

.menu-wrap {
  position: fixed;
  left: 4%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 999;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.overlay-backto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  margin-right: auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-backto.w--current {
  position: fixed;
  z-index: 4;
  width: 100%;
}

.portrait-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.work-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.a {
  font-size: 1.5vw;
  line-height: 2em;
  text-align: right;
}

.a.small {
  font-size: 1vw;
}

.portrait {
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 400ms cubic-bezier(.287, .054, .164, .978);
  transition: color 400ms cubic-bezier(.287, .054, .164, .978);
  color: #070707;
  font-size: 40px;
}

.portrait:hover {
  color: #414141;
}

.border-3 {
  display: none;
  border-style: solid;
  border-width: 0.1em;
  border-color: #6d6d6d;
  opacity: 0.72;
}

.border-2 {
  display: inline;
  border-style: solid;
  border-width: 0.1em;
  border-color: #6d6d6d;
  opacity: 0.72;
}

.border-4 {
  display: none;
  border-style: solid;
  border-width: 0.1em;
  border-color: #6d6d6d;
  opacity: 0.72;
}

.portrait-page-wrap {
  z-index: 1000;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #5a0fe5;
}

.designed-span {
  font-size: 1.5em;
}

.designed-span {
  font-size: 1.5em;
}

.number {
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 400ms cubic-bezier(.287, .054, .164, .978);
  transition: color 400ms cubic-bezier(.287, .054, .164, .978);
  color: #f7f7f7;
  font-size: 0.9em;
}

.number:hover {
  color: #414141;
}

.b {
  font-size: 3vw;
}

.o {
  font-size: 4vw;
}

.u {
  font-size: 4vw;
}

.t {
  -webkit-transition: color 325ms cubic-bezier(.386, .13, .25, 1);
  transition: color 325ms cubic-bezier(.386, .13, .25, 1);
  color: #636363;
  font-size: 2.5vw;
}

.t:hover {
  opacity: 1;
  color: #8f8e8e;
}

.t.small {
  font-size: 1vw;
}

@media screen and (min-width: 1280px) {
  .color-block.dim-grey {
    background-color: #6d6d6d;
  }
}

@media screen and (min-width: 1440px) {
  .style-guide-content {
    max-width: 1680px;
  }
  .ratio1-0-56 {
    padding-top: 56%;
  }
  .ratio1-0-70 {
    padding-top: 72%;
  }
  .ratio1-0-75 {
    padding-top: 75%;
  }
  .ratio1-0-72 {
    padding-top: 72%;
  }
  .cc-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .cccw-logo-wrapper {
    margin-top: -2%;
  }
  .menu {
    right: 0.4vw;
  }
  .nav-link {
    font-size: 1em;
  }
  .logo-image {
    height: 90%;
  }
  .logo-image.abso {
    margin-top: 0px;
    padding-top: 25px;
    padding-left: 15px;
  }
  .logo-image.abso.extra {
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
    padding-left: 19px;
  }
  .r {
    font-size: 5.5em;
  }
  .paragraph {
    font-size: 0.9em;
  }
  .social {
    padding-left: 12%;
  }
  .insta-link-main {
    font-size: 3.2em;
  }
  .cta-1 {
    font-size: 0.9em;
  }
  .email-link-main {
    font-size: 3.2em;
  }
  .spacer {
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }
  .email {
    font-size: 1.1em;
  }
  .cta-call-span {
    font-size: 3.2em;
  }
  .c-name {
    font-size: 2.1em;
  }
  .credits-text {
    font-size: 0.9em;
  }
  .credit-text-span {
    font-size: 2.3em;
  }
  .link-block {
    width: 520px;
    height: 520px;
  }
  .border-3 {
    display: inline;
  }
  .border-4 {
    display: none;
  }
  .designed-span {
    font-size: 1.7em;
  }
  .number {
    font-size: 1em;
  }
}

@media screen and (min-width: 1920px) {
  .cc-grid {
    position: fixed;
    z-index: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .space {
    margin-right: -1px;
    margin-left: 0%;
  }
  .cccw-logo-wrapper {
    margin-top: 0%;
    margin-left: 3%;
  }
  .cccw-name-title-wrapper {
    margin-right: 15%;
  }
  .nav-link:hover {
    color: #414141;
  }
  .logo-image {
    height: 100%;
  }
  .logo-image.abso {
    padding-top: 31px;
    padding-left: 17px;
  }
  .logo-image.abso.extra {
    padding-top: 31px;
    padding-left: 24px;
  }
  .joawn {
    padding-left: 2%;
  }
  .rannjan {
    margin-bottom: -1.2vh;
  }
  .r {
    font-size: 6em;
  }
  .paragraph {
    margin-top: -2.6vh;
    font-size: 1em;
  }
  .type-text {
    padding-left: 15%;
  }
  .insta-link-main {
    font-size: 3.4em;
  }
  .insta-link-main:hover {
    color: #414141;
  }
  .cta-1 {
    font-size: 1em;
  }
  .email-link-main {
    font-size: 3.4em;
  }
  .email-link-main:hover {
    color: #414141;
  }
  .spacer {
    -webkit-flex-basis: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
  }
  .email {
    font-size: 1.2em;
  }
  .phone-details {
    display: block;
    margin-left: 5vw;
  }
  .phones {
    margin-right: 10%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .city-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta-2 {
    font-size: 1em;
  }
  .cta-call-span {
    font-size: 3.4em;
  }
  .c-name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.2em;
  }
  .credits-text {
    font-size: 1em;
  }
  .grains-16mm {
    display: block;
  }
  .credit-text-span {
    font-size: 2.4em;
  }
  .menu-wrap {
    left: 3%;
    margin-right: -1px;
    margin-left: 0%;
  }
  .link-block {
    width: 582px;
    height: 582px;
  }
  .portrait {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .border-4 {
    display: inline;
  }
  .designed-span {
    font-size: 1.8em;
  }
  .number {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 991px) {
  .cc-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .cc-content-wrapper {
    height: auto;
  }
  .space {
    margin-left: 0%;
  }
  .cccw-logo-wrapper {
    margin-top: 0%;
    margin-right: -3%;
    margin-left: 0%;
  }
  .cccw-name-title-wrapper {
    position: static;
    margin-top: 20px;
    margin-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;
  }
  .cccw-phone-wrapper {
    -ms-grid-columns: 0.5fr 0.75fr;
    grid-template-columns: 0.5fr 0.75fr;
  }
  .cccw-credits-wrapper {
    height: 20vh;
    -ms-grid-columns: 1fr 3.5fr;
    grid-template-columns: 1fr 3.5fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .nav-link {
    font-size: 15px;
  }
  .logo {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .logo-image {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-image.abso {
    width: 74%;
    padding-top: 17px;
    padding-left: 10px;
  }
  .logo-image.abso.extra {
    width: 74%;
    padding-top: 17px;
    padding-left: 12px;
  }
  .name-title {
    padding: 1%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .title {
    margin-top: 19%;
    margin-left: -12%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .joawn {
    margin-top: -0.9em;
    padding-top: 0em;
    padding-left: 0em;
  }
  .rannjan {
    margin-bottom: -0.6vh;
  }
  .r {
    font-size: 6.6vw;
    line-height: 1.05em;
  }
  .paragraph {
    margin-left: 0%;
    padding-left: 6%;
    font-size: 1.3vw;
    letter-spacing: normal;
  }
  .type-text {
    padding-left: 3%;
    font-size: 23px;
  }
  .insta-link-main {
    font-size: 4.2vw;
  }
  .cta-1 {
    font-size: 1.2vw;
  }
  .email-link-main {
    font-size: 4.2vw;
    line-height: 1em;
  }
  .spacer {
    overflow: visible;
    width: 80%;
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
  .email {
    font-size: 1.3vw;
  }
  .phone-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .phones {
    margin-right: 0%;
    margin-left: 5%;
  }
  .cta-text-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-2 {
    font-size: 1.2vw;
  }
  .cta-call-span {
    font-size: 4.1vw;
    line-height: 1em;
    font-weight: 500;
  }
  .c-name {
    font-size: 2.4vw;
  }
  .credits {
    font-size: 2vw;
    line-height: 1;
    text-align: left;
  }
  .credits-text {
    font-size: 1.4vw;
    line-height: 1;
  }
  .credit-text-span {
    font-size: 2.6vw;
  }
  .menu-wrap {
    left: 7%;
    margin-left: 0%;
  }
  .a {
    font-size: 3vw;
  }
  .portrait {
    font-size: 2.7vw;
  }
  .border-3 {
    display: none;
  }
  .border-2 {
    display: none;
  }
  .border-4 {
    display: none;
  }
  .designed-span {
    font-size: 2vw;
  }
  .number {
    font-size: 1.2vw;
  }
  .b {
    font-size: 5vw;
  }
  .o {
    font-size: 6vw;
  }
  .u {
    font-size: 6vw;
  }
  .t {
    font-size: 4.5vw;
  }
  .t.small {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .cc-grid {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .cc-content-wrapper {
    -ms-grid-rows: 0.25fr 0.75fr 0.5fr 0.25fr 0.25fr 0.25fr;
    grid-template-rows: 0.25fr 0.75fr 0.5fr 0.25fr 0.25fr 0.25fr;
  }
  .space {
    height: 5.5vh;
  }
  .cccw-logo-wrapper {
    position: relative;
    margin-top: 16%;
    margin-right: 0%;
    margin-left: -11%;
    border-radius: 50%;
  }
  .cccw-name-title-wrapper {
    margin-top: 11%;
    margin-left: 7%;
  }
  .cccw-type-wrapper {
    padding-top: 34px;
  }
  .cccw-phone-wrapper {
    margin-top: 13%;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: 0.5fr;
    grid-template-rows: 0.5fr;
  }
  .cccw-credits-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-grid-columns: 0.5fr 1.5fr;
    grid-template-columns: 0.5fr 1.5fr;
  }
  .nav-link {
    font-size: 2.5vw;
  }
  .logo {
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
  }
  .logo-image {
    width: 89%;
    height: 89%;
  }
  .logo-image.abso {
    height: auto;
    padding-top: 5%;
    padding-bottom: 0%;
    padding-left: 3%;
  }
  .logo-image.abso.extra {
    display: none;
  }
  .name-title {
    padding-right: 0%;
  }
  .title {
    margin-top: 21%;
    margin-left: -9%;
  }
  .joawn {
    margin-top: -0.6em;
  }
  .type-text {
    padding-left: 0%;
  }
  .social {
    padding-left: 6%;
  }
  .email-text-1 {
    margin-bottom: 0.3vh;
  }
  .spacer {
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
  }
  .spacer.credits {
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
  }
  .phones {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .city-name-phone-number {
    padding-left: 1%;
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
    -ms-grid-rows: 0.75fr 0.5fr auto 0.5fr;
    grid-template-rows: 0.75fr 0.5fr auto 0.5fr;
  }
  .city-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta-2 {
    font-size: 1.2vw;
  }
  .cta-call-span {
    font-size: 4.4vw;
  }
  .phone {
    margin-top: -0.2vh;
  }
  .c-name {
    font-size: 2.8vw;
    line-height: 0.8em;
  }
  .credits {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .credits-text {
    font-size: 1.3vw;
  }
  .credit-text-span {
    font-size: 2.5vw;
  }
  .menu-wrap {
    left: 9%;
    margin-left: 0px;
    padding-top: 0px;
  }
  .link-block {
    margin-top: 0px;
  }
  .portrait {
    font-size: 2.8vw;
    line-height: 0.8em;
  }
  .number {
    font-size: 1.3vw;
    line-height: 0.8em;
  }
  .t.small {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 479px) {
  .contact-section {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 34px;
  }
  .contact-container {
    position: static;
  }
  .cc-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .cc-content-wrapper {
    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;
    grid-auto-columns: 2.25fr;
  }
  .space {
    display: block;
    width: 100%;
    height: 7vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .cccw-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 50%;
  }
  .cccw-name-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 25px;
    padding: 5%;
  }
  .cccw-type-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9vh;
    margin: 52px 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cccw-social-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .cccw-phone-wrapper {
    display: block;
    margin-top: 18px;
    margin-bottom: 2px;
  }
  .cccw-credits-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7vh;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu {
    padding: 21px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    direction: ltr;
    text-align: left;
  }
  .nav-link {
    padding: 3.2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 6vw;
  }
  .logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
  }
  .logo-image {
    position: relative;
    z-index: -2;
    width: 95%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 8%;
  }
  .logo-image.abso {
    display: none;
  }
  .name-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8vh;
    -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;
  }
  .title {
    position: relative;
    top: 4.8vh;
    height: 70%;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: -14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .r {
    z-index: 3;
    font-size: 12vw;
  }
  .paragraph {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3vw;
  }
  .type-js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75vw;
    padding: 9px;
  }
  .type-text {
    font-size: 5vw;
  }
  .social {
    height: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta-text-1 {
    display: block;
  }
  .insta-link-main {
    font-size: 8vw;
  }
  .cta-1 {
    margin-bottom: 0px;
    font-size: 2.4vw;
  }
  .email-text-1 {
    margin-bottom: 0.2vh;
  }
  .email-link-main {
    font-size: 8vw;
  }
  .spacer {
    width: 100%;
    height: 1vh;
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
  .email {
    font-size: 2.8vw;
  }
  .phone-details {
    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;
  }
  .phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding: 8px 5px;
    line-height: 1em;
  }
  .cta-text-2 {
    margin-right: 4px;
    margin-left: -12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .city-name-phone-number {
    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: 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;
    -webkit-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
  .city-phone {
    left: 33.8vw;
    top: 0.7vh;
    right: auto;
    bottom: 0%;
  }
  .cta-2 {
    font-size: 2.5vw;
  }
  .cta-call-span {
    font-size: 8vw;
  }
  .city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .phone {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-name {
    font-size: 5vw;
    line-height: 1em;
  }
  .credits {
    margin-top: 0px;
  }
  .credits-text {
    padding: 3%;
    font-family: Suisseintl, sans-serif;
    font-size: 2.2vw;
    line-height: 0.9em;
    font-weight: 500;
  }
  .credit-text-span {
    font-size: 4vw;
  }
  .menu-wrap {
    left: 0%;
    top: 3%;
    right: 0%;
    bottom: 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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block {
    margin-top: 0px;
  }
  .portrait {
    font-size: 5.5vw;
    line-height: 1em;
  }
  .designed-span {
    font-size: 3vw;
  }
  .number {
    font-size: 2.2vw;
    line-height: 1em;
  }
  .t.small {
    font-size: 3vw;
  }
}

#w-node-953922c13ea8-e06161bd {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3fc3979dc15c-e06161bd {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d5f70565e224-e06161bd {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd3316068805-e06161bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fbaa20c16565-e06161bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-2642ea219ac4-e06161bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-d0442ccece20-e06161bd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-530e28984aa8-e06161bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-9daefd1e6f9c-e06161bd {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-953922c13ea8-e06161bd {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-d5f70565e224-e06161bd {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-9daefd1e6f9c-e06161bd {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-d5f70565e224-e06161bd {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d5f70565e224-e06161bd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-bd3316068805-e06161bd {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-f73d864e08fd-e06161bd {
    -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-9daefd1e6f9c-e06161bd {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3fc3979dc15c-e06161bd {
    -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-d5f70565e224-e06161bd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-bd3316068805-e06161bd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-fbaa20c16565-e06161bd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-2642ea219ac4-e06161bd {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-d0442ccece20-e06161bd {
    -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-530e28984aa8-e06161bd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-953922c13ea8-e06161bd {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'PlatMed';
  src: url('../fonts/PlatformMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Nbakademiestd';
  src: url('../fonts/NBAkademieStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneuebook';
  src: url('../fonts/bebasneuebook.54539dd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BEBASNEUEBOLD';
  src: url('../fonts/bebasneuebold.b80ee0d.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}