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

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  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;
}

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-top: 10px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
}

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

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

.section.cc-cta {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
  font-family: Spartan, sans-serif;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  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;
  text-align: left;
}

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

.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;
  font-family: 'Noto Sans', sans-serif;
}

.button {
  padding: 12px 25px;
  border-radius: 6px;
  background-color: #009884;
  -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: #32343a;
  color: #fff;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  border-radius: 40px;
  background-color: #009884;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

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

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.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;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.label.cc-light {
  opacity: 0.6;
}

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

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #665a9e;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.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-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
}

.heading-jumbo {
  display: block;
  width: 99.99994%;
  margin-top: 10px;
  margin-bottom: 10px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: 'Noto Sans', sans-serif;
  color: #33384b;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.heading-jumbo-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #00806f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  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: 460px;
  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;
  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;
}

.logo-link.w--current {
  display: block;
  padding-top: 0px;
}

.menu {
  position: static;
  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;
  font-family: 'Noto Sans', sans-serif;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 10px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

.logo-image {
  display: block;
  background-image: url('../images/Fourgle_logo_crop-03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 800px;
  -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;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.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;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.intro-header {
  position: static;
  left: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00fee6), to(#fff));
  background-image: linear-gradient(0deg, #00fee6, #fff);
  font-family: Spartan, sans-serif;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

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

.intro-content.cc-homepage {
  margin-bottom: 20px;
  padding-left: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.who-we {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  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: 80px;
  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;
}

.contact-form-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: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  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;
}

.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-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  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: #f4f4f4;
}

.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-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;
}

.team-member-name {
  margin-bottom: 5px;
  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-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.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: 120px;
}

.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/background-image.svg');
  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/background-image.svg');
  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;
}

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

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

.about-grid {
  margin-bottom: 80px;
  padding-bottom: 60px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 49px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.75fr 49px 2fr;
  grid-template-columns: 1.75fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  display: inline-block;
  grid-auto-columns: 1fr;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.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-bottom: 60px;
  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;
}

.image {
  width: 12%;
  min-width: 0%;
}

.bold-text {
  width: 100%;
  color: #665a9e;
  font-size: 21px;
  font-weight: 600;
}

.bold-text-2 {
  opacity: 1;
}

.bold-text-3 {
  opacity: 1;
  color: #fff;
  font-size: 32px;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-template-areas: "Area Area-2";
}

.text-block {
  font-family: 'Noto Sans', sans-serif;
}

.heading {
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.who-we-are {
  margin-right: 30px;
  margin-left: 30px;
}

.who-we-are.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.who-we-are.cc-store-home-wrap {
  position: static;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #00cab4;
}

.container-2 {
  font-family: 'Noto Sans', sans-serif;
}

.heading-2 {
  font-family: 'Noto Sans', sans-serif;
}

.heading-3 {
  min-width: 50%;
  font-family: 'Noto Sans', sans-serif;
  color: #009884;
  font-size: 32px;
  font-weight: 700;
}

.body {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.mission {
  width: 1440px;
}

.div-block {
  -o-object-fit: fill;
  object-fit: fill;
}

.missions {
  display: block;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #009884;
}

.flex-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  font-family: 'Noto Sans', sans-serif;
}

.feature-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  -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;
}

.feature-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-4 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.navbar {
  background-color: transparent;
}

.navbar-2 {
  margin-bottom: 0px;
}

.image-2 {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 40px;
}

.nav-link-2 {
  position: static;
  display: inline;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.nav-link-3 {
  position: static;
  display: inline;
}

.nav-link-4 {
  position: static;
  display: inline;
}

.navbar-3 {
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  margin-right: 40px;
  margin-left: 1400px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 21px;
}

.image-3 {
  -webkit-transition: opacity 200ms cubic-bezier(.755, .05, .855, .06);
  transition: opacity 200ms cubic-bezier(.755, .05, .855, .06);
}

.image-4 {
  display: block;
}

.navbar-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  margin-top: 40px;
  background-color: transparent;
}

.container-4 {
  margin-left: auto;
}

.nav-link-5 {
  font-family: 'Noto Sans', sans-serif;
  color: #33384b;
  font-weight: 700;
}

.nav-link-5.w--current {
  color: #33384b;
}

.nav-link-6 {
  font-family: 'Noto Sans', sans-serif;
  color: #33384b;
  font-weight: 700;
}

.application {
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  font-family: 'Noto Sans', sans-serif;
}

.centered-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 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: 0%;
  border-radius: 0%;
}

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

.heading-6 {
  margin-bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
  color: #009884;
  font-weight: 700;
}

.heading3 {
  font-family: 'Noto Sans', sans-serif;
  color: #b980d1;
  font-weight: 700;
  text-align: center;
}

.heading-7 {
  color: #b980d1;
  font-weight: 700;
  text-align: center;
}

.heading-8 {
  color: #b980d1;
  font-weight: 700;
  text-align: center;
}

.heading-9 {
  color: #b980d1;
  font-weight: 700;
  text-align: center;
}

.bold-text-4 {
  font-weight: 400;
}

.image-5 {
  width: 60%;
}

.contact {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009884;
}

.hero-image-mask {
  width: 100%;
  margin-left: 0px;
}

.hero-image {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-2 {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
}

.heading-10 {
  font-family: 'Noto Sans', sans-serif;
  color: #00fee6;
  font-weight: 700;
}

.link {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.heading-11 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

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

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

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

.heading-12 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #009884;
  font-weight: 600;
}

.what-we-are-offering {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: 'Noto Sans', sans-serif;
}

.heading-13 {
  font-family: 'Noto Sans', sans-serif;
  color: #009884;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-3 {
  font-size: 16px;
}

.div-block-2 {
  width: 700px;
  text-align: left;
}

.button-2 {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #009884;
  font-size: 14px;
  text-align: center;
}

.card {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  text-align: center;
}

.paragraph-4 {
  font-size: 21px;
  text-align: center;
}

.paragraph-5 {
  border: 1px solid transparent;
  font-size: 21px;
  text-align: center;
}

.paragraph-6 {
  color: #33384b;
  font-size: 21px;
  text-align: center;
}

.paragraph-7 {
  font-size: 21px;
  text-align: center;
}

.button-3 {
  text-align: center;
}

.link-3 {
  color: #009884;
}

.list {
  line-height: 20px;
}

.paragraph-8 {
  padding-left: 0px;
}

.short-position-name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  color: #33384b;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.heading-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #33384b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.heading-16 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #33384b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.paragraph-9 {
  text-align: center;
}

.paragraph-10 {
  text-align: center;
}

.web-react-js {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  text-align: center;
}

.backend-goland {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  text-align: center;
}

.button-4 {
  text-align: center;
}

.div-block-7 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00cab4;
  font-family: 'Noto Sans', sans-serif;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Spartan, sans-serif;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.text-block-2 {
  margin-top: 20px;
  color: #33384b;
  text-align: left;
}

.text-block-3 {
  margin-top: 20px;
}

.container-5 {
  font-family: Spartan, sans-serif;
}

.heading-17 {
  border: 1px solid transparent;
  color: #009884;
  font-weight: 700;
  text-align: left;
}

.heading-18 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #33384b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.button-5 {
  margin-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: transparent;
  color: #009884;
  font-size: 14px;
}

.ux-ui {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  text-align: center;
}

.heading-19 {
  color: #009884;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.div-block-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  text-align: center;
}

.div-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  text-align: center;
}

.heading-20 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #33384b;
  font-weight: 700;
}

.heading-21 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #33384b;
  font-weight: 700;
}

.image-6 {
  margin-top: 20px;
}

.image-7 {
  text-align: left;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  margin-top: 0px;
  margin-left: 20px;
}

.image-9 {
  display: block;
  text-align: right;
}

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

.paragraph-11 {
  display: block;
  margin-right: 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-family: 'Noto Sans', sans-serif;
  color: #fff;
}

.columns {
  margin-right: auto;
}

.paragraph-12 {
  color: #fff;
}

.heading-22 {
  margin-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4fffe;
  font-family: Spartan, sans-serif;
}

.centered-container-3 {
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
}

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

.grid-2 {
  margin: 40px;
}

.div-block-12 {
  font-family: 'Noto Sans', sans-serif;
}

.grid-3 {
  margin: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-10 {
  width: 100%;
  height: 38%;
}

.heading-23 {
  margin-bottom: 40px;
  color: #33384b;
  font-weight: 700;
}

.heading-24 {
  color: #665a9e;
  font-weight: 700;
  text-align: center;
}

.heading-25 {
  color: #665a9e;
  font-weight: 700;
  text-align: center;
}

.heading-26 {
  color: #665a9e;
  font-weight: 700;
  text-align: center;
}

.heading-01-03 {
  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;
  color: #665a9e;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.paragraph-13 {
  color: #33384b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.paragraph-14 {
  color: #33384b;
  font-weight: 700;
  text-align: center;
}

.bold-text-5 {
  color: #33384b;
  text-align: center;
}

.paragraph-15 {
  color: #33384b;
  font-weight: 700;
  text-align: center;
}

.paragraph-16 {
  margin-bottom: 0px;
  text-align: center;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #029682;
  font-family: Spartan, sans-serif;
}

.heading-28 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.paragraph-17 {
  font-family: Spartan, sans-serif;
  color: #fff;
  text-align: justify;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-2.intro-header {
  margin-bottom: 100px;
}

.heading-29 {
  color: #33384b;
  font-size: 56px;
  font-weight: 700;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-3 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: 'Noto Sans', sans-serif;
}

.heading-30 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #009884;
  font-weight: 700;
  text-align: center;
}

.card-open-position-location {
  display: block;
}

.feature-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Spartan, sans-serif;
  font-style: normal;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #009884;
  font-weight: 700;
  text-align: center;
}

.div-block-13 {
  margin-right: 20px;
}

.paragraph-18 {
  display: block;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-14 {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-4 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container-3 {
  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-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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-33 {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  color: #33384b;
  font-weight: 700;
  text-align: left;
}

.heading-34 {
  width: 100%;
  height: 100%;
  color: #009884;
  font-weight: 700;
}

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

.paragraph-19 {
  width: 100%;
  height: 100%;
  color: #665a9e;
}

.image-11 {
  width: 50%;
}

.image-11.feature-image {
  text-align: center;
}

.div-block-16 {
  text-align: right;
}

.div-block-16.feature-image {
  text-align: center;
}

.heading-35 {
  color: #665a9e;
  font-weight: 700;
}

.hero-5 {
  display: block;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mask-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-image-2 {
  width: 40%;
  height: 100%;
  margin: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-20 {
  width: 100.000025%;
}

.heading-36 {
  font-weight: 700;
}

.text-block-4 {
  font-size: 24px;
}

.sticker-contest-announcement-content {
  margin: 20px;
}

.sticker-contest-announcement-featured-image {
  width: 100%;
  height: 100%;
  max-width: 45%;
  margin-left: 0px;
  padding-left: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-37 {
  color: #009884;
  font-weight: 700;
}

.bold-text-8 {
  color: #665a9e;
}

.div-block-17 {
  display: block;
  margin-left: 100px;
  -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;
}

.heading1 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  color: #33384b;
  font-weight: 700;
  text-align: left;
}

.hero-6 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mask-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-image-3 {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-12 {
  width: 100.000033%;
  height: 100.00011%;
}

.link-5 {
  color: #009884;
}

.link-6 {
  color: #009884;
}

.bold-text-9 {
  display: block;
  font-size: 24px;
  line-height: 28px;
}

.div-block-18 {
  text-align: center;
}

.fourgle-mission-feature-image {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  color: transparent;
}

.feature-section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00cab4;
  font-family: Spartan, sans-serif;
  color: #fff;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.feature-image-2 {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-39 {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.link-7 {
  margin-left: 10px;
  color: #009884;
  text-decoration: none;
}

.link-8 {
  margin-left: 10px;
  color: #009884;
  text-decoration: none;
}

.flex-container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.link-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-10 {
  color: #665a9e;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}

.div-block-19 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-20 {
  display: block;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding: 0px 40px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
}

.div-block-21 {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
}

.div-block-22 {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 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: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
}

.text-block-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;
  font-family: Spartan, sans-serif;
  color: #00806f;
  font-size: 32px;
  font-weight: 700;
}

.career-div-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  background-color: #f5f5f5;
  font-family: Spartan, sans-serif;
}

.sub-heading-career {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 600;
  text-align: left;
}

.heading-41 {
  margin-top: 60px;
  color: #00806f;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.list-2 {
  margin-bottom: 20px;
}

.heading-42 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.div-block-25 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.apply-now-button {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #009884;
  text-align: center;
}

.flex-container-5 {
  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-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;
}

.heading-43 {
  color: #33384b;
  font-weight: 700;
}

.featured-image-3 {
  width: 99.999935%;
}

.mission-section-content-block {
  display: block;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-13 {
  width: 50%;
}

.image-14 {
  width: 100%;
  max-width: 50%;
}

.image-15 {
  width: 100%;
  max-width: 50%;
}

.image-16 {
  width: 50%;
  max-width: 50%;
}

.image-17 {
  width: 50%;
  max-width: 50%;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-18 {
  width: 100%;
  height: 100%;
  max-width: 25%;
  margin-right: 40px;
  margin-left: 40px;
}

.heading-44 {
  color: #33384b;
}

.bold-text-10 {
  color: #009884;
  font-size: 28px;
}

.bold-text-11 {
  color: #665a9e;
  font-size: 16px;
}

.div-block-26 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.intro-heading {
  width: 99.99994%;
  color: #33384b;
  font-size: 52px;
  line-height: 100%;
  font-weight: 700;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-19 {
  width: 100%;
  height: 100%;
  max-width: 50%;
  margin-right: 0px;
  margin-left: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.overview-container {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.text-block-12 {
  font-family: Spartan, sans-serif;
}

.cards-section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  font-family: Spartan, sans-serif;
}

.cards-grid-container-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  text-align: center;
}

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

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

.paragraph-23 {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.heading-46 {
  color: #009884;
  font-weight: 700;
}

.stickercontestdivblock {
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 #e5e5e5;
  line-height: 6px;
}

.heading-47 {
  color: #009884;
  font-weight: 700;
}

.heading-48 {
  color: #009884;
  font-weight: 700;
}

.heading-49 {
  color: #009884;
  font-weight: 600;
}

.prize-heading {
  color: #009884;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.paragraph-24 {
  line-height: 28px;
}

.heading-51 {
  color: #009884;
  font-weight: 600;
}

.heading-52 {
  color: #009884;
  font-weight: 600;
}

.heading-53 {
  color: #009884;
  font-weight: 600;
}

.paragraph-25 {
  margin-top: 10px;
}

.sticker-name {
  line-height: 28px;
}

.overview {
  color: #009884;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.career-heading {
  font-weight: 700;
  text-align: center;
}

.link-10 {
  color: #009884;
  text-align: right;
  text-decoration: none;
}

.div-block-27 {
  text-align: center;
}

.div-block-28 {
  margin-top: 40px;
  padding-top: 0px;
  text-align: center;
}

.div-block-29 {
  margin-top: 40px;
  text-align: center;
}

.div-block-30 {
  margin-top: 40px;
  text-align: center;
}

.link-11 {
  margin-top: 40px;
}

.container-8 {
  color: #00806f;
}

.div-block-31 {
  margin-top: 40px;
  text-align: center;
}

.div-block-32 {
  margin-top: 60px;
  text-align: center;
}

.link-12 {
  text-decoration: none;
}

.link-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.short-name {
  margin-bottom: 80px;
  font-family: Spartan, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.long-position-name {
  margin-bottom: 20px;
  font-family: Spartan, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.longest-position-name {
  margin-bottom: 50px;
  font-family: Spartan, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.short-content-parapgraph {
  margin-top: 0px;
  font-weight: 700;
  text-align: center;
}

.heading-04 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  color: #665a9e;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.navbar-5 {
  background-color: transparent;
  font-family: Spartan, sans-serif;
}

.image-20 {
  width: 100%;
  height: 100%;
  max-width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

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

.nav-link-7.w--current {
  color: #00806f;
}

.nav-link-8.w--current {
  color: #029682;
}

.paragraph-26 {
  display: block;
  margin-bottom: 0px;
  text-align: justify;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 350px;
}

.html-embed {
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-12 {
  font-weight: 400;
}

.link-14 {
  text-decoration: none;
}

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

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

.cards-grid-container-5 {
  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;
}

.div-block-33 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .section {
    min-width: 810px;
  }

  .section.cc-cta {
    min-width: 810px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .container {
    width: 100%;
  }

  .paragraph-bigger.cc-bigger-white-light {
    overflow: visible;
    margin-left: 0px;
    opacity: 1;
    color: #fff;
    font-weight: 400;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo-tiny {
    font-size: 14px;
  }

  .paragraph-light {
    margin-right: 40px;
    margin-left: 40px;
  }

  .heading-jumbo {
    position: static;
    display: block;
    min-width: 0%;
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-jumbo-small {
    font-size: 21px;
    line-height: 32px;
  }

  .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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 810px;
    padding: 25px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

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

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    width: auto;
    height: auto;
    min-width: 810px;
  }

  .intro-content.cc-homepage {
    margin-left: 40px;
  }

  .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;
  }

  .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-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%;
  }

  .about-grid {
    min-width: 80%;
    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 {
    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;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .image {
    padding-right: 40px;
  }

  .bold-text {
    margin-left: 0px;
    padding-left: 0px;
  }

  .bold-text-2 {
    color: #474747;
  }

  .who-we-are.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-image {
    width: 100%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-image-mask {
    height: 46%;
  }

  .image-5 {
    width: 30%;
    min-width: 10%;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .div-block-3 {
    padding-left: 20px;
  }

  .map-2 {
    margin-right: 20px;
    padding-right: 0px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .paragraph-11 {
    display: block;
  }

  .cards-section-2 {
    min-width: 810px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .feature-section {
    min-width: 810px;
  }

  .paragraph-17 {
    font-size: 16px;
  }

  .hero-image-mask-2 {
    margin-left: 0px;
    text-align: center;
  }

  .feature-section-2 {
    min-width: 810px;
  }

  .heading-31 {
    font-size: 16px;
  }

  .paragraph-18 {
    font-size: 14px;
    text-align: left;
  }

  .flex-container-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-11.feature-image {
    width: 80%;
  }

  .hero-5 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .hero-image-mask-3 {
    margin-left: 0px;
    -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: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hero-image-2 {
    width: 20%;
    margin-right: 40px;
    margin-left: 0px;
  }

  .sticker-contest-announcement-featured-image {
    width: 100%;
    height: 61.176216%;
    max-width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }

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

  .bold-text-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-38 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-17 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .bold-text-9 {
    font-size: 16px;
  }

  .feature-section-3 {
    display: block;
    min-width: 810px;
    padding-bottom: 10px;
  }

  .feature-image-mask-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
    text-align: center;
  }

  .feature-image-2 {
    width: 70%;
    text-align: center;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .text-block-7 {
    font-size: 14px;
  }

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

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

  .image-14 {
    min-width: 60%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-16 {
    width: 40%;
    height: 99%;
  }

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-18 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text-11 {
    line-height: 20px;
  }

  .intro-heading {
    font-size: 40px;
  }

  .container-7 {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-19 {
    max-width: 50%;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .heading-45 {
    font-size: 28px;
    line-height: 32px;
  }

  .overview-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column {
    font-family: Spartan, sans-serif;
    font-size: 14px;
  }

  .cards-grid-container-4 {
    grid-column-gap: 20px;
  }

  .text-block-13 {
    line-height: 21px;
  }

  .short-name {
    margin-bottom: 105px;
    font-size: 16px;
  }

  .long-position-name {
    font-size: 16px;
  }

  .longest-position-name {
    font-size: 16px;
  }

  .container-9 {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button-2 {
    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;
    background-color: #fff;
  }

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

  .icon {
    background-color: transparent;
    color: #000;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-link-7 {
    text-align: center;
  }

  .nav-link-8 {
    text-align: center;
  }

  .brand {
    padding-right: 0px;
  }

  .html-embed {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .cards-grid-container-5 {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    width: auto;
    margin-left: auto;
    text-align: center;
  }

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

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

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
    text-align: center;
  }

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

  .navigation {
    min-width: 480px;
    padding: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-header {
    width: 100%;
    min-width: 480px;
  }

  .intro-content {
    width: 80%;
  }

  .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;
  }

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

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .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;
  }

  .who-we-are {
    margin-right: 15px;
    margin-left: 15px;
  }

  .who-we-are.cc-cta {
    padding: 15px;
  }

  .who-we-are.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .who-we-are.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .missions {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .application {
    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;
  }

  .contact {
    padding: 40px 20px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    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;
  }

  .what-we-are-offering {
    padding: 40px 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .link-4 {
    margin-bottom: 40px;
  }

  .cards-section-2 {
    width: 100%;
    min-width: 480px;
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    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;
  }

  .feature-section {
    min-width: 480px;
    padding: 40px 20px;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-3 {
    display: block;
    padding: 40px 20px;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .hero-4 {
    padding: 40px 20px;
  }

  .flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-33 {
    text-align: center;
  }

  .heading-33.heading-jumbo {
    text-align: center;
  }

  .heading-34 {
    text-align: center;
  }

  .paragraph-19 {
    text-align: center;
  }

  .heading-35 {
    text-align: center;
  }

  .hero-5 {
    padding: 40px 20px;
  }

  .hero-image-mask-3 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .sticker-contest-announcement-featured-image {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }

  .heading-37 {
    text-align: center;
  }

  .bold-text-8 {
    text-align: center;
  }

  .heading-38 {
    text-align: center;
  }

  .div-block-17 {
    margin-left: 0px;
  }

  .heading1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .hero-6 {
    padding: 40px 20px;
  }

  .hero-image-mask-4 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .bold-text-9 {
    text-align: center;
  }

  .feature-section-3 {
    min-width: 480px;
    padding: 40px 20px;
  }

  .feature-image-mask-2 {
    margin-right: 0px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .career-div-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .flex-container-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .bold-text-10 {
    font-size: 21px;
    line-height: 100%;
  }

  .bold-text-11 {
    line-height: 100%;
  }

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

  .image-19 {
    max-width: 100%;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-grid-container-4 {
    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;
  }

  .menu-button-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    margin-right: 0px;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .cards-grid-container-5 {
    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;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    min-width: auto;
  }

  .section.cc-cta {
    min-width: auto;
  }

  .container {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button {
    border-radius: 6px;
    background-color: #009884;
  }

  .heading-jumbo-tiny {
    line-height: 0px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.000095%;
    height: 22%;
    min-width: 0%;
    margin-top: 10px;
    -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: 28px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
  }

  .heading-jumbo-small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .navigation {
    width: 100%;
    min-width: auto;
    padding: 10px;
  }

  .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 {
    padding: 40px 15px;
  }

  .intro-header {
    width: auto;
    height: auto;
    min-width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .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;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .about-grid {
    min-width: 0px;
    font-family: 'Noto Sans', sans-serif;
  }

  .image {
    width: 100%;
    height: 46.0383%;
    min-width: 0px;
    padding-right: 0px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 10px;
    font-weight: 600;
    text-align: center;
  }

  .heading-3 {
    min-height: auto;
    min-width: auto;
  }

  .feature-image-mask {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-image {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-flow: column;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1.5fr));
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-5 {
    width: 45%;
  }

  .hero-image-mask {
    text-align: center;
  }

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

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-12 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }

  .flex-container-2 {
    padding-left: 0px;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

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

  .heading-17 {
    font-size: 21px;
  }

  .paragraph-11 {
    margin-top: 10px;
    font-size: 16px;
  }

  .heading-22 {
    font-size: 24px;
  }

  .cards-section-2 {
    min-width: 240px;
    margin-top: 0px;
  }

  .centered-container-3 {
    text-align: left;
  }

  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .heading-23 {
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
  }

  .paragraph-15 {
    font-weight: 700;
  }

  .feature-section {
    min-width: auto;
    padding-bottom: 60px;
  }

  .heading-28 {
    font-size: 21px;
  }

  .paragraph-17 {
    margin-top: 10px;
    text-align: left;
  }

  .hero-2 {
    font-family: 'Noto Sans', sans-serif;
  }

  .hero-image-mask-2 {
    text-align: left;
  }

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

  .feature-section-2 {
    min-width: auto;
  }

  .heading-31 {
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 24px;
    text-align: center;
  }

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

  .paragraph-18 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .hero-4 {
    margin-top: 0px;
  }

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

  .heading-33 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .heading-33.heading-jumbo {
    font-weight: 700;
  }

  .heading-34 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .bold-text-6 {
    color: #665a9e;
    font-size: 14px;
    line-height: 8px;
  }

  .paragraph-19 {
    line-height: 20px;
    text-align: center;
  }

  .image-11.feature-image {
    width: 60%;
  }

  .div-block-16 {
    text-align: center;
  }

  .heading-35 {
    text-align: center;
  }

  .hero-image-mask-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-image-2 {
    width: 60%;
    margin: 0px;
  }

  .sticker-contest-announcement-featured-image {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }

  .bold-text-7 {
    text-align: center;
  }

  .heading-37 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .bold-text-8 {
    font-size: 12px;
    line-height: 12px;
  }

  .heading-38 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .div-block-17 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading1 {
    text-align: center;
  }

  .bold-text-9 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .fourgle-mission-feature-image {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .feature-section-3 {
    min-width: auto;
    padding-bottom: 60px;
    text-align: justify;
  }

  .feature-image-2 {
    width: 100%;
  }

  .heading-39 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .paragraph-21 {
    margin-bottom: 20px;
    text-align: center;
  }

  .flex-container-4 {
    display: block;
  }

  .text-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-10 {
    line-height: 20px;
  }

  .div-block-19 {
    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;
  }

  .div-block-20 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-21 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-22 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-23 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-11 {
    font-size: 21px;
  }

  .career-div-block {
    padding: 40px 20px 20px;
  }

  .sub-heading-career {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .list-2 {
    padding-right: 40px;
  }

  .heading-42 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-14 {
    min-width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 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;
    text-align: center;
  }

  .image-18 {
    max-width: 80%;
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text-10 {
    font-size: 21px;
    line-height: 28px;
  }

  .bold-text-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .intro-heading {
    font-size: 30px;
    text-align: center;
  }

  .container-7 {
    -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-19 {
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-45 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .cards-section-3 {
    padding-bottom: 60px;
  }

  .cards-grid-container-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-46 {
    font-size: 28px;
    text-align: center;
  }

  .career-heading {
    font-size: 21px;
  }

  .link-10 {
    font-size: 14px;
  }

  .list-3 {
    font-size: 14px;
  }

  .short-name {
    margin-bottom: 40px;
  }

  .longest-position-name {
    margin-bottom: 40px;
  }

  .image-20 {
    display: block;
    max-width: 50%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    color: #000;
  }

  .icon {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

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

  .centered-container-4 {
    text-align: left;
  }

  .cards-grid-container-5 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-a031aa0f-d5e7-e736-c8d3-15325ba9ec5b-3c8fd388 {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-_4e84c361-15ce-acdc-7f7f-3f00bb770a80-893c2d05 {
    -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-_4e84c361-15ce-acdc-7f7f-3f00bb770a87-893c2d05 {
    -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-a031aa0f-d5e7-e736-c8d3-15325ba9ec57-3c8fd388 {
    -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-a031aa0f-d5e7-e736-c8d3-15325ba9ec59-3c8fd388 {
    -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-a031aa0f-d5e7-e736-c8d3-15325ba9ec5e-3c8fd388 {
    -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-a031aa0f-d5e7-e736-c8d3-15325ba9ec60-3c8fd388 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_2f0612ad-9398-0c2b-eb98-9a4a477285b8-3c8fd388 {
    -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-_2f0612ad-9398-0c2b-eb98-9a4a477285ba-3c8fd388 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_16feadef-1ad8-b6d7-e886-fc04ffdf2039-3c8fd388 {
    -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-_16feadef-1ad8-b6d7-e886-fc04ffdf203b-3c8fd388 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_47f0bb21-a5c3-69b1-960d-d99bf0bb8a43-3c8fd388 {
    -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-_47f0bb21-a5c3-69b1-960d-d99bf0bb8a45-3c8fd388 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c50d0c08-879e-70c9-cf61-e215208ecdfd-3c8fd388 {
    -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-c50d0c08-879e-70c9-cf61-e215208ecdff-3c8fd388 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_093a7562-de14-0fcb-f100-2bf9560e288e-5e3c2cfb {
    -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-_4e84c361-15ce-acdc-7f7f-3f00bb770a76-893c2d05 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4e84c361-15ce-acdc-7f7f-3f00bb770a7d-893c2d05 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4e84c361-15ce-acdc-7f7f-3f00bb770a84-893c2d05 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a031aa0f-d5e7-e736-c8d3-15325ba9ec4d-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a031aa0f-d5e7-e736-c8d3-15325ba9ec54-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a031aa0f-d5e7-e736-c8d3-15325ba9ec5b-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2f0612ad-9398-0c2b-eb98-9a4a477285b5-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_16feadef-1ad8-b6d7-e886-fc04ffdf2036-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_47f0bb21-a5c3-69b1-960d-d99bf0bb8a40-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c50d0c08-879e-70c9-cf61-e215208ecdfa-3c8fd388 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

.map-responsive{
  overflow: hidden;
  padding-bottom: 72%;
  position: relative;
  height: 0;
}

.map-responsive iframe{
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
