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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #eff6ff 50%, #eef2ff 75%, #f0f4ff 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

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

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

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

.styleguide-content-wrap {
  background-color: #fff;
  text-align: center;
}

.intro-section {
  display: block;
  height: auto;
  margin: auto auto 100px;
  -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: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #eff6ff 50%, #eef2ff 75%, #f0f4ff 100%);
  position: relative;
  overflow: hidden;
}

.intro-section.cc-cta {
  height: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #eff6ff 50%, #eef2ff 75%, #f0f4ff 100%);
  color: #1a1b1f;
}

.intro-section.cc-home-wrap {
  display: block;
  height: auto;
  margin-top: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #7c7c7c;
  color: #fff;
}

.intro-section.cc-store-home-wrap {
  margin: auto auto 100px;
}

.styleguide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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: #000;
  color: #1a1b1f;
  font-weight: 700;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 90vh;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-tiny {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.paragraph-bigger {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 1;
  color: #4a5568;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}

.paragraph-bigger.cc-bigger-light-copy {
  opacity: 0.6;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.button {
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #1a1b1f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 4px 15px rgba(26, 27, 31, 0.3);
  border: none;
  cursor: pointer;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 27, 31, 0.4);
}

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

.button.cc-jumbo-button {
  margin-top: 20px;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  margin-top: 0px;
  padding: 16px 40px;
  background-color: #fff;
  color: #1a1b1f;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(26, 27, 31, 0.1);
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
  border-color: rgba(26, 27, 31, 0.2);
}

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  padding: 8px 16px;
  font-size: 12px;
}

.button.cc-white-button {
  padding: 15px 20px;
  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-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.heading-jumbo-tiny {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: capitalize;
}

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

.rich-text figcaption {
  opacity: 0.6;
}

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

.paragraph-light {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
  opacity: 0.6;
  direction: ltr;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.heading-jumbo {
  position: static;
  right: -9px;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 46px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.heading-jumbo-small-cta {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.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 {
  margin-bottom: 5px;
  margin-left: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

.logo-link {
  z-index: 1;
  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;
}

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

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

.logo-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 70px;
}

.navigation-item {
  padding: 10px 18px;
  margin: 0 3px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat', sans-serif;
  color: #1a1b1f;
}

.navigation-item:hover {
  opacity: 1;
  background-color: rgba(26, 27, 31, 0.1);
  transform: translateY(-1px);
}

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

.menu-button {
  padding-top: 18px;
}

.logo-image {
  display: block;
  background-image: url('../images/Copy_of_ENP_WEB__1_-removebg.png');
  background-position: 0px 0px;
  background-size: auto;
  max-height: 50px;
  width: auto;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 220px;
  -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: 15px;
  padding-bottom: 15px;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin: 0px;
  padding: 5% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #eff6ff 50%, #eef2ff 75%, #f0f4ff 100%);
  color: #1a1b1f;
}

.intro-header.cc-subpage {
  height: 90vh;
  margin-bottom: 0px;
  background-color: #000;
  background-image: url('../images/Copy-of-ENP-WEB-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vh;
  max-width: none;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.intro-content.cc-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 100px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.our-services-grid {
  margin-right: 40px;
  margin-bottom: 120px;
  margin-left: 40px;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.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 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 20px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-right: 60px;
  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: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.text-field.cc-textarea.cc-contact-field {
  height: 100px;
  padding-top: 10px;
}

.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;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.map {
  display: block;
  width: 80%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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 {
  display: block;
  width: 15vw;
  height: 25vh;
  margin-bottom: 40px;
  -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;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  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: 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;
}

.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;
  color: #000261;
  text-decoration: none;
}

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

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, 0.6);
}

.text-block {
  font-size: 12px;
}

.cta-container {
  height: 50vh;
  margin: 0;
}

.content-section {
  overflow: hidden;
  height: auto;
  margin: auto auto 100px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 80px 0;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.section-heading-1-4 {
  position: static;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  clear: left;
  color: #fff;
  text-decoration: none;
}

.bold-text-3-4 {
  padding-left: 0px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.paragra {
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.child-text-block-3-4 {
  display: inline;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.section-heading-1-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #fff;
  line-height: 50px;
}

.section-block-1-3 {
  margin: 0px auto auto 0px;
}

.section-1-4 {
  margin-left: 0px;
  padding-bottom: 20px;
}

.section-block-1-2 {
  display: block;
  width: 600px;
  padding-left: 0px;
}

.section-block-1-4 {
  width: 600px;
  margin-left: auto;
  border-radius: 20px;
  background-color: #312f2f;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-answer-1-1 {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  direction: ltr;
  color: #fff;
  font-size: 45px;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px transparent;
  white-space: pre-wrap;
}

.container-section-3 {
  position: static;
  top: auto;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 80%;
  margin: auto;
  padding: 10% 20px;
  -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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 2fr 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-3-4 {
  margin-bottom: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
}

.section-heading-1-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.bold-text-3-2 {
  padding-left: 20px;
  color: #fff;
  font-size: 40px;
}

.bold-text-3-3 {
  padding-left: 0px;
  font-size: 40px;
  font-weight: 600;
}

.grid-section-1 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 80%;
  height: 90vh;
  margin: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1ch;
  grid-row-gap: 1ch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/WhatsApp-Image-2022-07-17-at-23.43.41.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/WhatsApp-Image-2022-07-17-at-23.43.41.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.heading-4 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-5 {
  color: #fff;
}

.heading-6 {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph {
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
  text-transform: uppercase;
  white-space: break-spaces;
}

.link {
  color: #fff;
}

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

.paragraph-light-2-1 {
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.paragraph-light-2-1.paragraph-light {
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.container2 {
  width: auto;
  height: auto;
  max-width: none;
  margin: auto;
  background-color: #000;
  text-align: center;
}

.button-block-2-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -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-block-2-2:hover {
  background-color: #32343a;
  color: #fff;
}

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

.button-block-2-2.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #202020;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  cursor: auto;
}

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

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

.section-heading-2-1 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fcfcfc;
}

.container-section-2 {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  height: auto;
  max-width: none;
  margin: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -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;
  opacity: 1;
  text-align: center;
}

.bold-text-2-1 {
  display: inline-block;
  font-size: 40px;
}

.section-block-2-1 {
  position: static;
  z-index: auto;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: both;
}

.paragraph-bigger-2-1 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-block-2-2 {
  font-size: 14px;
  font-weight: 700;
  white-space: normal;
}

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

.cta-block {
  margin-top: auto;
}

.grid-section {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.grid-section.cc-homepage {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.text-block-3 {
  overflow: hidden;
}

.list-item {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  list-style-type: decimal;
}

.list-item.paragraph-small {
  font-size: 16px;
  line-height: 28px;
}

.list-item.paragraph-light {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  text-align: left;
  list-style-type: decimal;
}

.list-item-2 {
  color: #fff;
  font-size: 14px;
  list-style-type: decimal;
}

.list-item-2.paragraph-light {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  text-align: left;
}

.list-item-3 {
  font-size: 14px;
  line-height: 26px;
  list-style-type: decimal;
}

.list-item-3.paragraph-small {
  font-size: 16px;
  line-height: 28px;
}

.list-item-3.paragraph-light {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 5px;
  text-align: left;
}

.section-mission {
  overflow: hidden;
  width: 100%;
  padding-right: 0px;
  border-radius: 20px;
  background: linear-gradient(90deg, #f8fafc 0%, #eff6ff 50%, #eef2ff 100%);
}

.list {
  display: block;
  margin: 0px 40px 40px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
  list-style-type: decimal;
}

.bold-text {
  margin-right: 20px;
  margin-left: 20px;
  text-align: left;
}

.bold-text-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.intro-header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/20221215_122119.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20221215_122119.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_20221029_132108.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_20221029_132108.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-text-4-2 {
  display: block;
  height: 7vw;
  margin: 0px;
  background-color: #181916;
  text-align: center;
}

.section-column-4-3 {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.section-text-4-3 {
  height: 7vw;
  margin: 0px;
  background-color: #c16330;
  text-align: center;
}

.section-text-4-1 {
  height: 7vw;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #c16330;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-block-4-1 {
  width: 600px;
  height: 100%;
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-4-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0px;
  padding: 35px 16px;
  -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;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-pict-4-1 {
  width: auto;
  height: auto;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Copy-of-ENP-WEB-7.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-4-3 {
  width: 600px;
  height: 100%;
  text-decoration: none;
}

.text-block-4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 35px 16px;
  -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;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.section-column-4-1 {
  padding-right: 20px;
  padding-left: 20px;
}

.section-pict-4-3 {
  width: auto;
  height: auto;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Copy-of-ENP-WEB-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-4-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 35px 16px;
  -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;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.section-pict-4-2 {
  height: 18vw;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Copy-of-ENP-WEB-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.section-columns-4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-column-4-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-4-2 {
  width: 600px;
  height: 100%;
  text-decoration: none;
}

.section-block-4-2 {
  display: block;
  height: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.intro-header-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/BGP-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/BGP-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-header-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/MEETING--BEFORE-DISMATLE-WORK-AT-SGP-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/MEETING--BEFORE-DISMATLE-WORK-AT-SGP-1.jpeg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.text-block-5-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.section-columns-5-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-5-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
}

.heading-text-5-3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c7c7c;
}

.section-column {
  position: static;
  display: block;
  clear: both;
  text-align: center;
}

.selection-pict-5-3 {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  max-width: 150px;
  background-image: url('../images/pinpng.com-dot-icon-png-2086901.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.container-section-5 {
  height: 100%;
}

.heading-text-5-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.section-block-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/SAVE_20211219_093754.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/SAVE_20211219_093754.jpg');
  background-position: 0px 0px, 39% 50%;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.text-block-5-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.selection-pict-5-2 {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  max-width: 150px;
  background-image: url('../images/pinpng.com-dot-icon-png-2086901.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.location-container {
  height: 90vh;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 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;
  color: #000;
  text-decoration: none;
}

.image {
  margin-right: 10px;
  padding-right: 0px;
}

.text-block-4 {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.text-block-5 {
  overflow: visible;
  margin-left: 10px;
  color: #fcfcfc;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.div-block-3 {
  margin-bottom: 100px;
}

.mid-section {
  position: relative;
  display: none;
  overflow: hidden;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo {
  margin-right: 15px;
  margin-left: 15px;
}

.body-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  margin: auto;
  -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;
}

.pict {
  display: block;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-section {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.section-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80%;
  margin: auto;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text-3 {
  font-weight: 500;
}

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

.bold-text-5 {
  font-weight: 500;
}

.section-vission {
  overflow: hidden;
  padding-right: 40px;
  padding-left: 20px;
  background: linear-gradient(90deg, #eef2ff 0%, #f0f4ff 50%, #faf5ff 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-qusetion {
  overflow: hidden;
  background: linear-gradient(90deg, #f8fafc 0%, #eff6ff 50%, #eef2ff 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.second-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #eff6ff 50%, #eef2ff 75%, #f0f4ff 100%);
  background-size: auto, cover;
}

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

.bold-text-6 {
  display: block;
  text-align: left;
}

.heading-jumbo-small {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  padding-left: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.section-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  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;
}

.feature-body {
  display: -ms-grid;
  display: grid;
  height: 100%;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 6vh 6vh 6vh;
  grid-template-rows: 6vh 6vh 6vh;
}

.grid-feature {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fit, 6vh) 6vh 6vh 6vh 6vh 6vh 6vh;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  background-color: #18191b;
}

.text-block-6 {
  text-transform: uppercase;
}

.text-block-7 {
  text-transform: uppercase;
}

.text-block-8 {
  text-transform: uppercase;
}

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

.div-block-6 {
  margin-bottom: 20px;
}

.div-block-7 {
  margin-bottom: 20px;
}

.image-2 {
  overflow: hidden;
  padding: 20px;
}

.block-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f9f9fb;
}

.ikon-picture {
  overflow: hidden;
  height: 100%;
  padding: 40px;
  border-radius: 0px;
}

.grid-detail-1 {
  overflow: hidden;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.grid-detail-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.body-section {
  position: relative;
  z-index: -3;
  margin-bottom: 0px;
  background-color: #000;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vw;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-9 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.div-block-11 {
  height: 100%;
}

.footer-section {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 80px;
}

.sub-heading-3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-heading-2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-8 {
  text-transform: uppercase;
}

.h1-heading {
  display: block;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 46px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.h2-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-heading-light {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-heading-light-2 {
  color: #c2c2c2;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}

.sub-heading-light-2.paragraph-light {
  font-size: 20px;
}

.sub-heading-light-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c2c2c2;
  font-size: 12px;
  line-height: 1.6;
  font-style: italic;
}

.sub-heading-light-3.paragraph-light {
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-15 {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 0px;
  line-height: 1.6;
}

.list-item-4 {
  font-size: 14px;
  line-height: 1.2px;
}

.h1i-heading {
  color: #fff;
  font-size: 46px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
}

.h1-headings {
  position: static;
  top: 50vh;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.heading-9 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-heading-1 {
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraphs {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  text-transform: none;
}

.paragraphs-light {
  margin-bottom: 0px;
  color: #c2c2c2;
  line-height: 1.2;
}

.h2-headings {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a1b1f;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.01em;
  text-align: center;
}

.div-block-16 {
  margin-left: 20px;
  text-align: left;
}

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

.grid-second {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 2px;
  grid-template-areas: ".";
  -ms-grid-columns: 15vw 18px 15vw 18px 15vw;
  grid-template-columns: 15vw 15vw 15vw;
  -ms-grid-rows: minmax(auto, auto);
  grid-template-rows: minmax(auto, auto);
}

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

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

.main-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-content {
  display: -ms-grid;
  display: grid;
  margin: 20px 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 2fr;
  grid-template-rows: 2fr;
}

.first-block {
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.first-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.second-block {
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.second-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.third-block {
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.third-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 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;
  background: linear-gradient(135deg, #1a1b1f 0%, #2d3748 100%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/* Additional modern styling improvements */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Improved image styling */
img {
  transition: transform 300ms ease;
}

img:hover {
  transform: scale(1.02);
}

/* Enhanced focus states for accessibility */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #eef2ff;
  outline-offset: 2px;
}

/* Smooth transitions for all interactive elements */
a, button, input, textarea, select {
  transition: all 300ms ease;
}

/* Improved scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.link-2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.image-3 {
  height: 17vw;
  margin-top: 0px;
  padding-top: 0px;
}

.link-3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.text-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: center;
}

.image-4 {
  height: 17vw;
}

.image-5 {
  height: 17vw;
}

.div-block-19 {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.section-timeline {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.componen-timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-progress {
  position: absolute;
  z-index: -1;
  width: 3px;
  height: 100%;
  background-color: #414141;
}

.progressbar {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#474343), color-stop(49%, #b0aeae), color-stop(97%, #fafafa), to(#fff));
  background-image: linear-gradient(180deg, #474343, #b0aeae 49%, #fafafa 97%, #fff);
  line-height: 1.6;
}

.timeline-item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline-left {
  position: static;
  top: 50vh;
  text-align: left;
}

.timeline-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 0 0 8px #000;
}

.fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(97%, transparent), color-stop(100%, rgba(0, 0, 0, 0.02)), color-stop(0, transparent), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent 97%, rgba(0, 0, 0, 0.02) 100%, transparent 0, transparent);
}

.fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
}

.timeline-circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.section-timeline-heading {
  background-color: #000;
}

.section-timeline-footer {
  margin-bottom: 100px;
  background-color: #000;
}

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

.h1-heading-timeline {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.h1-headtext {
  margin-bottom: 20px;
  color: #1a1b1f;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
}

.detail-section {
  margin-bottom: 30px;
}

.h1-headtextcta {
  margin-bottom: 20px;
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.h2-headingscta {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraphscta {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.sub-heading-light2 {
  width: 75%;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
}

.paragraphx {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.paragraph-smallx {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.container {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), color-stop(51%, #adaaaa), to(#fdfdff));
  background-image: linear-gradient(180deg, #464646, #adaaaa 51%, #fdfdff);
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.margin-bottom-medium {
  margin-bottom: 5px;
  font-style: italic;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.timeline_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline_image-wrapper {
  overflow: hidden;
  width: 60%;
  height: 90%;
  margin-bottom: 40px;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

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

.margin-bottom-xlarge {
  display: block;
  margin-bottom: 5px;
  -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;
  text-transform: uppercase;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #fff;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

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

.timeline_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

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

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_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;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.margin-botom-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.timeline_leftx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  padding: 20px;
}

.image-7 {
  padding: 40px 40px 60px;
}

.image-8 {
  padding: 20px;
}

.image-9 {
  padding: 10px;
}

.image-10 {
  padding: 10px 10px 15px;
}

.image-11 {
  padding: 10px;
}

.partner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h4-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.image-12 {
  padding: 5px 20px;
}

.image-13 {
  padding: 10px 5px;
}

.image-14 {
  padding: 0px 10px;
}

.image-15 {
  padding: 5px;
}

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

.grid-partner-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 30px;
  -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;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.grid-partner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-partner-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-16 {
  padding: 5px 0px;
}

.image-17 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-18 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-19 {
  padding-right: 40px;
  padding-left: 40px;
}

.image-20 {
  padding-right: 30px;
  padding-left: 30px;
}

.image-21 {
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-10 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60vh;
  margin: 0px auto;
  padding-top: 0px;
  padding-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;
}

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

.slide {
  background-image: url('../images/SERTIFIKAT-ISO-37001-2016.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/CERTIFICATE-SNI-ISO-45001-.2018.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/CERTIFICATE-SNI-ISO-14001.-2015.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/CERTIFICATE-SNI-ISO-9001--.2015.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  display: block;
  width: 80%;
  height: 90vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.mask {
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-2 {
  margin-top: 0px;
  color: #fff;
}

.list-item-5 {
  margin-bottom: 0px;
  line-height: 1.2;
}

.list-item-6 {
  margin-bottom: 0px;
  line-height: 1.2;
}

.list-item-7 {
  margin-bottom: 0px;
  line-height: 1.2;
}

.list-item-8 {
  margin-bottom: 0px;
  line-height: 1.2;
}

.timeline-footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
}

.margin-footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: none;
  -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;
}

.footer-paragraph {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.timeline-heading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-heading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  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;
}

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

.margin-partner-text {
  margin-bottom: 15px;
}

.paragraph-xsmall {
  width: auto;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.image-22 {
  margin-right: 10px;
}

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

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

.heading-certificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  padding-top: 0px;
  padding-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;
}

.footer-certificate {
  height: 15vh;
}

.maps-google-api {
  background-color: #fff;
  color: #fff;
}

.body {
  text-align: left;
}

.slider-2 {
  height: 120vh;
  margin-bottom: 100px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #fff;
}

.heading-project-photogaph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-project1 {
  background-color: #fff;
}

.slide-project2 {
  background-color: #fff;
}

.slide-project3 {
  background-color: #fff;
}

.slide-project4 {
  background-color: #fff;
}

.slide-project5 {
  background-color: #fff;
}

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

.grid-5 {
  height: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-slide-project1 {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-project1b {
  background-image: url('../images/ENTRY-REBAR-INTO-HOLE-OF-BOR-PILE.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.grid-6 {
  height: 31.5%;
  margin-top: 0px;
  margin-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-20 {
  height: 31.5%;
  margin-bottom: 20px;
}

.div-block-21 {
  height: 31.5%;
}

.detail-project {
  height: 31.5%;
  margin-bottom: 20px;
  background-color: #d0d5bf;
}

.grid-7 {
  height: 31.5%;
  margin-bottom: 20px;
}

.grid-detail-project {
  height: 32%;
  margin-bottom: 20px;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pict-detailed-project1 {
  height: 32%;
  background-image: url('../images/MANUAL-EXCAVATION-AT-TEMPORARY-OFFICE.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-slide-project2 {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 2fr 1fr;
  grid-template-rows: 2fr 1fr;
}

.section-project2b {
  background-image: url('../images/WhatsApp-Image-2022-01-10-at-4.53.01-PM-1.jpeg');
  background-position: 50% 0%;
  background-size: 1250px;
  background-repeat: repeat;
}

.grid-detailed-project {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.detailed-project {
  background-color: #d0d5bf;
}

.detail-project-1 {
  background-image: url('../images/SAND-BEDDING-FOR-SHELTER-FOUNDATION.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.detail-project-2 {
  background-image: url('../images/BGP.jpg');
  background-position: 100% 50%;
  background-size: 750px;
}

.pict-detailed-project2 {
  background-image: url('../images/WhatsApp-Image-2022-01-10-at-4.53.01-PM-2.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.pict-detailed-project3 {
  background-image: url('../images/WhatsApp-Image-2022-01-11-at-9.24.18-AM.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.pict-detailed-project4 {
  background-image: url('../images/WhatsApp-Image-2022-01-10-at-4.53.01-PM-5.jpeg');
  background-position: 0% 50%;
  background-size: 516px;
  background-attachment: scroll;
}

.pict-detailed-project5 {
  background-image: url('../images/IMG_20220719_091458.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pict-detailed-project6 {
  background-image: url('../images/WhatsApp-Image-2022-07-17-at-23.43.44-1.jpeg');
  background-position: 0% 50%;
  background-size: cover;
}

.pict-detailed-project7 {
  background-image: url('../images/WhatsApp-Image-2022-07-17-at-22.51.04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.pict-detailed-project8 {
  background-image: url('../images/WhatsApp-Image-2022-05-17-at-7.29.25-PM.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.pict-detailed-project9 {
  background-image: url('../images/WhatsApp-Image-2022-05-19-at-2.08.15-PM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.pict-detailed-project10 {
  background-image: url('../images/WhatsApp-Image-2022-05-26-at-2.14.15-PM-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.pict-detailed-project11 {
  background-image: url('../images/Cold-Cutting-Pipe-10-Inch-Existing.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pict-detailed-project12 {
  background-image: url('../images/Kordinasi-Metting.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.pict-detailed-project13 {
  background-image: url('../images/Radiography-Test.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.detailed-project-slide-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32%;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0d5bf;
}

.detailed-project-slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d0d5bf;
}

.detailed-project-slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  background-color: #d0d5bf;
}

.detailed-project-slide-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  background-color: #d0d5bf;
}

.detailed-project-slide-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0d5bf;
}

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

.section-project3b {
  background-image: url('../images/WhatsApp-Image-2022-05-22-at-2.19.53-PM.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-project4b {
  background-image: url('../images/Hydrotest-slug-catcher.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.section-project5a {
  background-color: transparent;
}

.section-project5b {
  background-image: url('../images/Painting-_-Reinstatement.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-project6b {
  background-image: url('../images/IMG_20220729_164508.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.detailed-project-slide-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0d5bf;
}

.pict-detailed-project14 {
  background-image: url('../images/IMG_20220623_091905.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pict-detailed-project15 {
  background-image: url('../images/IMG_20220807_110604.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pict-detailed-project16 {
  background-image: url('../images/WhatsApp-Image-2022-06-16-at-5.02.48-PM.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-slide {
  display: block;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraphbl {
  color: #000;
  line-height: 1.2;
}

.list-text-slide {
  padding-right: 40px;
}

.list-item-text-slide-1 {
  margin-bottom: 2px;
  line-height: 1.2;
}

.list-item-text-slide-2 {
  margin-bottom: 2px;
  line-height: 1.2;
}

.list-item-text-slide-3 {
  overflow: visible;
  margin-bottom: 2px;
  line-height: 1.2;
}

.list-item-text-slide-4 {
  margin-bottom: 2px;
  line-height: 1.2;
}

.heading-10 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.h5-heading {
  margin-top: 0px;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.heading-text {
  margin-bottom: 10px;
}

.section-body-org {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.section-heading-org {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px 0px 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
}

.organization-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #869e82 #869e82 #869e82;
  border-radius: 3px;
  background-color: #5f9e52;
}

.liner {
  width: 2px;
  height: 5vh;
  padding-bottom: 0px;
  background-color: #535353;
}

.area-org-block-2 {
  position: relative;
  left: auto;
  top: -120px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  width: 0.2%;
  height: 15vh;
}

.liner-long {
  width: 2px;
  height: 21vh;
  background-color: #535353;
}

.div-block-25 {
  width: 40%;
  height: 5vh;
}

.organization-block-2 {
  width: 250px;
  height: 5vh;
  border-style: solid;
  border-width: 1px;
  border-color: #c9a388 #c9a388 #c9a388;
  border-radius: 3px;
  background-color: #c78657;
}

.div-block-26 {
  width: 5vw;
  height: 0.2%;
}

.linev {
  width: 100px;
  height: 2px;
  background-color: #535353;
}

.linev-long {
  position: static;
  left: auto;
  top: -80px;
  right: auto;
  bottom: auto;
  width: 610px;
  height: 2px;
  background-color: #535353;
}

.area-block-3 {
  position: relative;
  top: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 610px;
  height: 5vh;
  -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;
}

.area-org-block-4 {
  position: relative;
  top: -111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 5vh;
  -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;
}

.div-block-27 {
  height: 5vh;
}

.organization-block-4 {
  width: 90px;
  height: 5vh;
  border: 1px solid #c9a388;
  border-radius: 3px;
  background-color: #c78657;
}

.linex-area {
  position: relative;
  top: -110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 610px;
  height: 3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.liner-short {
  width: 2px;
  background-color: #535353;
}

.slider-3 {
  display: block;
  width: 60%;
  height: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.right-arrow {
  display: none;
  -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;
}

.left-arrow {
  display: none;
  overflow: hidden;
  margin: 0px;
}

.left-arrow-2 {
  display: block;
  margin-left: 20px;
  background-color: transparent;
}

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

.right-arrow-2 {
  margin-right: 20px;
}

.icon-3 {
  color: #000;
}

.slider4 {
  width: 60%;
  height: 20%;
  background-color: transparent;
}

.mid-section-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -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;
}

.slide-5 {
  background-image: url('../images/Certificate-EMP.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-28 {
  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;
  background-color: #000;
}

.body-content-mobile {
  position: relative;
  z-index: -3;
  display: none;
  background-color: #000;
}

.footer-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  width: 90%;
  height: 95%;
}

.footer-orgnization-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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;
  padding: 40px 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.cta-paragraph {
  width: 50%;
}

.margin-partner-paragraph {
  width: 400px;
}

.image-25 {
  width: auto;
}

.image-org {
  width: 100%;
  height: 100%;
  background-image: url('../images/Structur-Organization.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-organization {
  width: 100%;
  height: auto;
  max-width: 1000px;
  max-height: 100%;
  object-fit: contain;
  box-sizing: border-box;
}

@media screen and (min-width: 1280px) {
  .paragraph-bigger.cc-bigger-light {
    font-size: 16px;
    line-height: 28px;
  }

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

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 46px;
    line-height: 58px;
  }

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

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

  .bold-text-3-4 {
    text-transform: uppercase;
  }

  .section-answer-1-1 {
    width: 96%;
    text-transform: uppercase;
  }

  .container-section-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 0vw;
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }

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

  .paragraph-light-2-1.paragraph-light {
    font-size: 26px;
    line-height: 38px;
  }

  .grid-section {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .section-text-4-2 {
    height: 7vw;
  }

  .section-text-4-3 {
    height: 7vw;
  }

  .section-text-4-1 {
    height: 7vw;
  }

  .link-block-4-1 {
    height: 100%;
  }

  .text-block-4-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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: 26px;
    line-height: 38px;
  }

  .link-block-4-3 {
    height: 100%;
  }

  .text-block-4-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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: 26px;
    line-height: 38px;
  }

  .text-block-4-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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: 26px;
    line-height: 38px;
  }

  .section-columns-4-2 {
    height: 27vw;
  }

  .link-block-4-2 {
    height: 100%;
  }

  .bold-text-3 {
    font-size: 14px;
  }

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

@media screen and (min-width: 1440px) {
  .footer-container {
    height: auto;
  }

  .paragraph-bigger {
    text-transform: capitalize;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 26px;
    line-height: 38px;
  }

  .paragraph-bigger.cc-bigger-light-copy {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-jumbo-tiny {
    margin-right: 25px;
    font-size: 26px;
    line-height: 38px;
  }

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

  .heading-jumbo-small-cta {
    font-size: 46px;
    line-height: 58px;
  }

  .paragraph-small {
    font-size: 16px;
    line-height: 1.2;
  }

  .team-members {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .paragra {
    display: inline-block;
  }

  .section-heading-1-2 {
    display: inline-block;
  }

  .section-answer-1-1 {
    display: inline-block;
  }

  .section-heading-1-1 {
    display: inline-block;
  }

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

  .paragraph-light-2-1.paragraph-light {
    font-size: 26px;
    line-height: 38px;
  }

  .grid-section {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .list-item.paragraph-small {
    margin-left: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .list-item-2.paragraph-small {
    margin-left: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .list-item-3.paragraph-small {
    margin-left: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .section-mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    padding-right: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .intro-header-contact {
    height: 45vh;
  }

  .intro-header-about {
    height: 45vh;
  }

  .section-text-4-2 {
    height: 7vw;
  }

  .section-text-4-3 {
    height: 7vw;
  }

  .section-text-4-1 {
    height: 7vw;
  }

  .link-block-4-1 {
    height: 100%;
  }

  .text-block-4-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 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;
    font-size: 26px;
    line-height: 38px;
  }

  .link-block-4-3 {
    height: 100%;
  }

  .text-block-4-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 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;
    font-size: 26px;
    line-height: 38px;
  }

  .text-block-4-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 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;
    font-size: 26px;
    line-height: 38px;
  }

  .section-columns-4-2 {
    height: 27vw;
  }

  .link-block-4-2 {
    height: 100%;
  }

  .intro-header-team {
    height: 45vh;
  }

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

  .bold-text-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text-5 {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    font-size: 46px;
    line-height: 58px;
  }

  .h3-heading {
    color: #000;
  }

  .h2-headings {
    text-transform: uppercase;
  }

  .image-9 {
    padding: 20px 15px;
  }

  .image-10 {
    padding: 20px 15px;
  }

  .image-11 {
    padding: 20px 10px;
  }

  .partner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .area-org-block-4 {
    top: -115px;
  }

  .linex-area {
    top: -114px;
  }
}

@media screen and (min-width: 1920px) {
  .styleguide-block {
    font-size: 22px;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

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

  .paragraph-bigger {
    margin-top: 20px;
    font-size: 26px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 26px;
    line-height: 38px;
  }

  .paragraph-bigger.cc-bigger-light-copy {
    font-size: 26px;
    line-height: 38px;
  }

  .button {
    padding: 20px 35px;
    font-size: 24px;
  }

  .button.cc-jumbo-button {
    padding: 15px 35px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0px;
    padding: 22px 35px;
    font-size: 16px;
    font-weight: 300;
  }

  .label {
    font-size: 22px;
  }

  .label.cc-styleguide-label {
    font-size: 22px;
  }

  .heading-jumbo-tiny {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-jumbo {
    margin-bottom: 60px;
    font-size: 56px;
    line-height: 68px;
  }

  .heading-jumbo-small-cta {
    font-size: 46px;
    line-height: 58px;
  }

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

  .navigation-item {
    font-size: 16px;
  }

  .cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-story-wrap {
    display: block;
  }

  .contact-form-grid {
    margin: 0px 100px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .intro-text {
    margin-bottom: 60px;
  }

  .text-block {
    line-height: 1.2;
  }

  .bold-text-3-4 {
    font-size: 60px;
  }

  .paragra {
    padding-left: 60px;
    font-size: 30px;
  }

  .section-heading-1-2 {
    padding-left: 40px;
  }

  .section-heading-1-1 {
    font-size: 60px;
  }

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

  .body-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph {
    font-size: 26px;
  }

  .paragraph-light-2-1 {
    font-size: 30px;
  }

  .paragraph-light-2-1.paragraph-light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    font-size: 26px;
    line-height: 38px;
  }

  .container2 {
    overflow: hidden;
  }

  .button-block-2-2.cc-white-button {
    padding: 1% 1.5%;
  }

  .container-section-2 {
    padding-right: 10%;
    padding-left: 10%;
  }

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

  .paragraph-bigger-2-1 {
    font-size: 40px;
  }

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

  .grid-section {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .list-item.paragraph-small {
    font-size: 16px;
  }

  .list-item-2.paragraph-small {
    font-size: 16px;
    line-height: 28px;
  }

  .list-item-3.paragraph-small {
    font-size: 16px;
    line-height: 28px;
  }

  .list {
    font-size: 16px;
    list-style-type: decimal;
  }

  .section-text-4-2 {
    height: 7vw;
  }

  .section-text-4-3 {
    height: 7vw;
  }

  .section-text-4-1 {
    overflow: hidden;
    height: 7vw;
  }

  .link-block-4-1 {
    overflow: hidden;
    height: 100%;
  }

  .text-block-4-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
  }

  .link-block-4-3 {
    height: 100%;
  }

  .text-block-4-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
  }

  .section-column-4-1 {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-4-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
  }

  .section-columns-4-2 {
    height: 27vw;
    margin-bottom: 100px;
  }

  .section-column-4-2 {
    padding-left: 10px;
  }

  .link-block-4-2 {
    height: 100%;
  }

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

  .text-block-5-1 {
    font-size: 60px;
  }

  .heading-text-5-3 {
    font-size: 30px;
  }

  .selection-pict-5-3 {
    width: 5vw;
    height: 5vw;
  }

  .heading-text-5-2 {
    font-size: 30px;
  }

  .section-block-head {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/SAVE_20211219_093754.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/SAVE_20211219_093754.jpg');
    background-size: auto, cover;
  }

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

  .selection-pict-5-2 {
    width: 5vw;
    height: 5vw;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text-5 {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    font-size: 46px;
    line-height: 58px;
  }

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

  .div-block-14 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .sub-heading-3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .sub-heading-2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .h3-heading {
    font-size: 48px;
    line-height: 1.2;
  }

  .sub-heading-light {
    font-size: 36px;
  }

  .sub-heading-light-3 {
    font-size: 30px;
  }

  .sub-heading-1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .paragraphs-light {
    font-size: 22px;
  }

  .h2-headings {
    font-size: 52px;
    line-height: 1.2;
  }

  .h1-headtext {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 56px;
  }

  .h1-headtextcta {
    font-size: 56px;
  }

  .h2-headingscta {
    font-size: 52px;
    line-height: 1.2;
  }

  .paragraphscta {
    width: 600px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .sub-heading-light2 {
    font-size: 30px;
  }

  .paragraphx {
    font-size: 24px;
  }

  .paragraph-smallx {
    font-size: 20px;
  }

  .image-6 {
    padding: 40px 40px 60px;
  }

  .image-7 {
    padding: 40px 40px 80px;
  }

  .image-8 {
    padding: 40px 40px 60px;
  }

  .h4-heading {
    font-size: 42px;
  }

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

  .partner-section-text {
    width: 600px;
  }

  .paragraph-xsmall {
    font-size: 18px;
  }

  .paragraphbl {
    font-size: 22px;
  }

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

  .section-body-org {
    width: 100%;
    margin: 20px auto 0px;
    padding: 0px;
  }

  .section-heading-org {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .area-org-block-2 {
    top: -178px;
  }

  .area-block-3 {
    top: -150px;
  }

  .area-org-block-4 {
    top: -177px;
  }

  .linex-area {
    top: -179px;
  }

  .slider4 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    width: 90%;
  }

  .text-block-11 {
    font-size: 16px;
    font-weight: 300;
  }

  .cta-paragraph {
    width: auto;
    margin-bottom: 20px;
  }

  .text-block-12 {
    font-size: 16px;
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  .intro-section {
    margin-bottom: 60px;
  }

  .intro-section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-section.cc-home-wrap {
    margin-bottom: 60px;
  }

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

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75vh;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .button.cc-jumbo-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .label {
    font-size: 16px;
  }

  .heading-jumbo-tiny {
    margin-left: 0px;
  }

  .heading-jumbo {
    overflow: hidden;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }

  .heading-jumbo-small-cta {
    margin-top: 0px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }

  .logo-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-link.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    position: static;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }

  .navigation {
    padding: 8px 30px;
    min-height: 60px;
  }

  .navigation-item {
    padding: 12px 25px;
    -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 {
    margin-left: 0px;
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 0;
  }

  .intro-header {
    height: 80vh;
  }

  .intro-content {
    width: 80%;
    max-width: none;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 75%;
    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 {
    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;
  }

  .cta-container {
    height: 45vh;
  }

  .bold-text-3-4 {
    font-size: 40px;
  }

  .paragra {
    padding-left: 0px;
  }

  .section-block-1-3 {
    width: 1vw;
    height: 1vh;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .section-block-1-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-answer-1-1 {
    display: inline;
    width: 50vh;
  }

  .container-section-3 {
    display: block;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-column-gap: 236px;
    text-align: left;
  }

  .section-heading-1-1 {
    display: inline;
    font-size: 40px;
  }

  .bold-text-3-2 {
    padding-left: 0px;
    font-size: 40px;
  }

  .bold-text-3-3 {
    font-size: 32px;
  }

  .body-content {
    height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-2 {
    line-height: 48px;
  }

  .text-block-2 {
    line-height: 1.2;
  }

  .paragraph-light-2-1 {
    padding-bottom: 20px;
    font-size: 18px;
  }

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

  .container-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .section-block-2-1 {
    display: inline-block;
  }

  .paragraph-bigger-2-1 {
    font-size: 24px;
  }

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

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

  .grid-section.cc-homepage {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-mission {
    width: 70%;
    padding-right: 0px;
  }

  .list {
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 60px;
  }

  .section-text-4-2 {
    width: 25vw;
    height: 12vw;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .section-text-4-3 {
    width: 25vw;
    height: 12vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-text-4-1 {
    width: 25vw;
    height: 12vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-4-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 28px;
  }

  .section-pict-4-1 {
    width: 25vw;
    height: 25vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-4-2 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .section-pict-4-3 {
    width: 25vw;
    height: 25vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-4-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .section-pict-4-2 {
    width: 25vw;
    height: 25vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-columns-4-2 {
    height: 37vw;
  }

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

  .section-block-4-2 {
    margin-bottom: 0px;
  }

  .section-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .section-qusetion {
    margin-bottom: 20px;
    padding-bottom: 0px;
    line-height: 1.6;
    text-align: left;
  }

  .second-content {
    height: 90vh;
  }

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

  .heading-jumbo-small {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
  }

  .text-block-9 {
    text-decoration: none;
  }

  .div-block-12 {
    height: 5%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-13 {
    padding-right: 100px;
    text-align: left;
  }

  .sub-heading-3 {
    font-size: 18px;
  }

  .sub-heading-2 {
    font-size: 20px;
  }

  .h2-heading {
    margin-top: 10px;
    line-height: 1.4;
  }

  .h3-heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .sub-heading-light-3 {
    font-size: 16px;
  }

  .sub-heading-1 {
    font-size: 22px;
  }

  .paragraphs-light {
    font-size: 15px;
  }

  .h2-headings {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
  }

  .title-content {
    margin-bottom: 20px;
  }

  .main-content {
    display: block;
    padding-right: 60px;
    padding-left: 60px;
    -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;
  }

  .grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .h1-headtext {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .h1-headtextcta {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .h2-headingscta {
    font-size: 22px;
    line-height: 1.2;
  }

  .paragraphscta {
    margin-bottom: 0px;
  }

  .sub-heading-light2 {
    font-size: 16px;
  }

  .paragraphx {
    font-size: 15px;
  }

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

  .grid-partner-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .image-17 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slider-2 {
    height: 110vh;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraphbl {
    font-size: 15px;
  }

  .h5-heading {
    font-size: 13px;
  }

  .heading-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-body-org {
    height: auto;
    margin: 20px auto 0px;
    padding: 0px;
  }

  .section-heading-org {
    margin-top: 40px;
  }

  .slider4 {
    width: 70%;
  }

  .mid-section-web {
    margin-bottom: 60px;
  }

  .footer-contact-container {
    height: 240vh;
  }

  .html-embed {
    width: 90%;
    height: 95%;
  }

  .footer-orgnization-container {
    height: 100vh;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .cta-paragraph {
    width: 450px;
  }

  .img-organization {
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    object-fit: contain;
  }
}

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

  .intro-section.cc-cta {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

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

  .intro-section.cc-store-home-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .styleguide-block {
    font-size: 20px;
  }

  .footer-container {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .paragraph-tiny {
    font-size: 10px;
  }

  .paragraph-bigger {
    font-size: 14px;
    line-height: 1.2;
  }

  .paragraph-bigger.cc-bigger-light {
    line-height: 1.2;
  }

  .paragraph-bigger.cc-bigger-light-copy {
    line-height: 1.2;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    padding: 15px 25px;
  }

  .label {
    font-size: 14px;
  }

  .heading-jumbo-tiny {
    margin-top: 0px;
    line-height: 1.2;
    text-transform: none;
  }

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

  .paragraph-light {
    line-height: 1.2;
  }

  .heading-jumbo {
    overflow: hidden;
    font-size: 36px;
    line-height: 1.6;
  }

  .heading-jumbo-small-cta {
    font-size: 30px;
    line-height: 1.6;
  }

  .paragraph-small {
    line-height: 1.2;
  }

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

  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation {
    padding: 8px 40px 8px 20px;
    min-height: 60px;
  }

  .navigation-items {
    margin-left: 0px;
  }

  .cta-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .intro-header {
    height: 65vh;
  }

  .intro-content {
    width: 80%;
  }

  .about-story-wrap {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .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 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 20px;
  }

  .contact-form-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 3.25fr));
  }

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

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

  .map {
    height: 80%;
  }

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

  .contact-email-link {
    text-align: left;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    margin-bottom: 20px;
  }

  .text-block {
    line-height: 1.2;
  }

  .cta-container {
    height: 40vh;
  }

  .section-heading-1-4 {
    display: inline;
    width: 100%;
    padding-right: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text-3-4 {
    display: inline;
    font-size: 24px;
    line-height: 24px;
  }

  .paragra {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .child-text-block-3-4 {
    font-size: 14px;
    line-height: 16px;
  }

  .section-heading-1-2 {
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .list-item-3-4 {
    font-size: 14px;
    line-height: 16px;
  }

  .section-block-1-2 {
    display: inline;
    line-height: 20px;
  }

  .section-block-1-1 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .section-block-1-4 {
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-answer-1-1 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
  }

  .list-3-4 {
    padding-right: 40px;
  }

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

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

  .bold-text-3-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-light-2-1 {
    font-size: 14px;
  }

  .container-section-2 {
    text-align: center;
  }

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

  .paragraph-bigger-2-1 {
    font-size: 16px;
  }

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

  .grid-section {
    margin: 20px;
  }

  .list-item.paragraph-light {
    margin-bottom: 10px;
  }

  .list-item-2.paragraph-light {
    margin-bottom: 10px;
  }

  .section-mission {
    width: 100%;
  }

  .section-text-4-1 {
    width: 25vw;
    height: 12vw;
    line-height: 1.2px;
  }

  .link-block-4-1 {
    width: 88%;
  }

  .text-block-4-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .section-pict-4-1 {
    width: 25vw;
    height: 25vw;
  }

  .text-block-4-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .section-column-4-1 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-4-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .section-columns-4-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-column-4-2 {
    padding-bottom: 0px;
  }

  .section-block-4-2 {
    margin-bottom: 100px;
  }

  .text-block-5-3 {
    font-size: 16px;
  }

  .section-columns-5-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-text-5-3 {
    font-size: 20px;
  }

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

  .section-column {
    margin-bottom: 60px;
  }

  .heading-text-5-2 {
    font-size: 20px;
  }

  .section-block-head {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/SAVE_20211219_093754.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/SAVE_20211219_093754.jpg');
    background-size: auto, cover;
  }

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

  .location-container {
    height: 120vh;
  }

  .section-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-columns {
    padding-top: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-qusetion {
    margin-bottom: 40px;
  }

  .second-content {
    height: 70vh;
  }

  .location-detail {
    margin-top: 20px;
  }

  .bold-text-6 {
    line-height: 1.2;
  }

  .heading-jumbo-small {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.2;
  }

  .body-section {
    display: none;
  }

  .text-block-9 {
    line-height: 1.2;
  }

  .div-block-12 {
    height: 5%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

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

  .sub-heading-3 {
    font-size: 16px;
  }

  .sub-heading-2 {
    font-size: 18px;
  }

  .h3-heading {
    font-size: 18px;
    line-height: 1.2;
  }

  .sub-heading-light {
    font-size: 14px;
  }

  .sub-heading-light-3 {
    font-size: 14px;
  }

  .sub-heading-1 {
    font-size: 20px;
  }

  .paragraphs-light {
    font-size: 13px;
  }

  .h2-headings {
    font-size: 20px;
    line-height: 1.2;
  }

  .title-content {
    margin-bottom: 20px;
  }

  .main-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-content {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .h1-headtext {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .h1-headtextcta {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .h2-headingscta {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraphscta {
    font-size: 12px;
  }

  .paragraphx {
    font-size: 13px;
  }

  .paragraph-smallx {
    font-size: 12px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_leftx {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-xsmall {
    font-size: 12px;
  }

  .slider-2 {
    height: 100vh;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-slide-project1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-detail-project {
    margin-bottom: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-slide-project2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-detailed-project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .detailed-project-slide-1 {
    margin-bottom: 10px;
  }

  .text-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraphbl {
    font-size: 13px;
  }

  .list-item-text-slide-1 {
    font-size: 12px;
  }

  .list-item-text-slide-2 {
    font-size: 12px;
  }

  .list-item-text-slide-3 {
    font-size: 12px;
  }

  .h5-heading {
    margin-bottom: 0px;
    font-size: 11px;
  }

  .heading-text {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .section-body-org {
    width: 100%;
    height: auto;
    margin: 20px auto 0px;
    padding: 0px;
  }

  .section-heading-org {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .icon-2 {
    color: transparent;
  }

  .icon-3 {
    color: transparent;
  }

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

  .slider4 {
    width: 80%;
  }

  .body-content-mobile {
    display: block;
  }

  .footer-contact-container {
    width: 100%;
    height: 200vh;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
  }

  .html-embed {
    width: 90%;
  }

  .footer-orgnization-container {
    height: 100vh;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .cta-paragraph {
    width: 400px;
  }
}

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

  .intro-section {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .intro-section.cc-cta {
    height: auto;
  }

  .intro-section.cc-home-wrap {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .intro-section.cc-store-home-wrap {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .footer-container {
    overflow: hidden;
    width: 90%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
  }

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

  .paragraph-bigger {
    font-size: 12px;
    line-height: 1.1;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 1.2;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-bigger.cc-bigger-light-copy {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 1.2;
  }

  .button {
    height: 40px;
  }

  .button.cc-jumbo-button {
    height: 40px;
    margin-top: 0px;
    padding: 10px 15px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    -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;
    line-height: 1.2;
  }

  .label.cc-light {
    line-height: 24px;
  }

  .heading-jumbo-tiny {
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.2;
  }

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

  .paragraph-light {
    overflow: visible;
    max-width: none;
    margin-bottom: 0px;
    direction: ltr;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    white-space: pre-line;
  }

  .heading-jumbo {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
  }

  .heading-jumbo-small-cta {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
  }

  .paragraph-small {
    margin-bottom: 0px;
    font-size: 8px;
    line-height: 1.2;
  }

  .logo-link.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu {
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation {
    padding: 8px 20px;
    min-height: 55px;
  }

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

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

  .logo-image {
    width: 40px;
    height: 25px;
  }

  .navigation-items {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-text {
    margin-bottom: 15px;
  }

  .cta-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .intro-header {
    height: 40vh;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-content.cc-homepage {
    display: block;
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .about-story-wrap {
    width: 100%;
    margin: 40px auto;
    padding-bottom: 0px;
  }

  .our-services-grid {
    margin-bottom: auto;
    padding-bottom: 100px;
  }

  .section-heading-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

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

  .contact-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2;
  }

  .contact-form-grid {
    overflow: hidden;
    width: 100%;
    margin: 40px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: start;
    -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-auto-flow: row;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .details-wrap {
    margin-right: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .get-in-touch-form {
    width: 100%;
  }

  .text-field.cc-contact-field {
    width: 100%;
    font-size: 10px;
    line-height: 1.2;
  }

  .text-field.cc-textarea.cc-contact-field {
    font-size: 10px;
    line-height: 1.2;
  }

  .contact-form {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .map {
    height: 20vh;
  }

  .our-contacts {
    width: 90%;
  }

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

  .team-members {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-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;
  }

  .contact-email-link {
    font-size: 11px;
    line-height: 1.2;
  }

  .intro-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100.0001204995741%;
    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-block {
    font-size: 8px;
    line-height: 1.6;
  }

  .cta-container {
    height: 25vh;
  }

  .content-section {
    margin-bottom: 60px;
  }

  .section-heading-1-4 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-3-4 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragra {
    padding-top: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .child-text-block-3-4 {
    font-size: 8px;
    line-height: 10px;
  }

  .section-heading-1-2 {
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .list-item-3-4 {
    font-size: 10px;
    line-height: 10px;
  }

  .section-1-4 {
    padding-bottom: 10px;
  }

  .section-block-1-1 {
    display: inline;
    margin-bottom: 0px;
  }

  .section-block-1-4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-answer-1-1 {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .container-section-3 {
    padding: 10% 0px 25%;
  }

  .section-heading-1-1 {
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-3-2 {
    padding-left: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-3-3 {
    font-size: 14px;
  }

  .body-content {
    height: 65vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading {
    font-size: 12px;
    line-height: 1.2;
  }

  .heading-2 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 1.2;
    text-align: left;
  }

  .text-block-2 {
    font-size: 8px;
    line-height: 1.6;
  }

  .paragraph-light-2-1 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 8px;
    line-height: 10px;
  }

  .paragraph-light-2-1.paragraph-light {
    display: block;
    overflow: hidden;
    max-width: none;
    margin-bottom: 0px;
    padding-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;
  }

  .container2 {
    height: 50vh;
  }

  .button-block-2-2.cc-white-button {
    padding: 5px 10px;
  }

  .section-heading-2-1 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .section-block-2-1 {
    margin-bottom: auto;
  }

  .paragraph-bigger-2-1 {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
  }

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

  .grid-section {
    width: 80%;
    margin: auto 20px;
  }

  .list-item {
    margin-bottom: 2px;
    font-size: 8px;
    line-height: 1;
  }

  .list-item.paragraph-small {
    font-size: 10px;
    line-height: 22px;
  }

  .list-item.paragraph-light {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .list-item-2.paragraph-light {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .list-item-3.paragraph-small {
    font-size: 10px;
    line-height: 22px;
  }

  .section-mission {
    width: 100%;
  }

  .list {
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    font-size: 8px;
    line-height: 1;
  }

  .intro-header-contact {
    height: 30vh;
  }

  .intro-header-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
  }

  .section-text-4-2 {
    width: 48vw;
  }

  .section-text-4-3 {
    width: 48vw;
  }

  .section-text-4-1 {
    width: 48vw;
  }

  .text-block-4-1 {
    padding: 7px 8px;
    font-size: 10px;
  }

  .section-pict-4-1 {
    width: 48vw;
    height: 30vw;
  }

  .text-block-4-2 {
    padding: 7px 8px;
    font-size: 10px;
  }

  .section-column-4-1 {
    margin-bottom: 10px;
  }

  .section-pict-4-3 {
    width: 48vw;
    height: 30vw;
  }

  .text-block-4-3 {
    padding: 7px 8px;
    font-size: 10px;
  }

  .section-pict-4-2 {
    width: 48vw;
    height: 30vw;
  }

  .section-columns-4-2 {
    width: 60%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-column-4-2 {
    margin-bottom: 10px;
  }

  .section-block-4-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-header-project {
    height: 30vh;
  }

  .intro-header-team {
    height: 30vh;
  }

  .text-block-5-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .section-columns-5-2 {
    padding-top: 5%;
    padding-bottom: 25%;
  }

  .text-block-5-1 {
    display: inline-block;
    height: 100%;
    padding-top: 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-text-5-3 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-column {
    margin-bottom: 10%;
  }

  .selection-pict-5-3 {
    width: 6vw;
    height: 6vw;
  }

  .heading-text-5-2 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-block-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SAVE_20211219_093754.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/SAVE_20211219_093754.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .text-block-5-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .selection-pict-5-2 {
    width: 6vw;
    height: 6vw;
    line-height: 20px;
  }

  .location-container {
    height: 75vh;
  }

  .mid-section {
    display: block;
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
  }

  .section-columns {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-3 {
    font-size: 10px;
    line-height: 22px;
  }

  .bold-text-5 {
    font-size: 10px;
  }

  .section-vission {
    margin-bottom: 5px;
  }

  .section-qusetion {
    margin-bottom: 20px;
  }

  .second-content {
    height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .location-detail {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bold-text-6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
  }

  .heading-jumbo-small {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
  }

  .body-section {
    display: none;
  }

  .text-block-9 {
    font-size: 8px;
    line-height: 1;
  }

  .div-block-12 {
    height: 5%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .sub-heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .sub-heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .h3-heading {
    font-size: 16px;
    line-height: 1.2;
  }

  .sub-heading-light {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .div-block-15 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .sub-heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .paragraphs {
    font-size: 12px;
  }

  .paragraphs-light {
    font-size: 11px;
  }

  .h2-headings {
    font-size: 18px;
    line-height: 1.2;
  }

  .title-content {
    padding-bottom: 0px;
    line-height: 1.2px;
  }

  .button-content {
    height: 32.784088134765625px;
    -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;
  }

  .main-content {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-content {
    width: auto;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .first-block {
    margin: 0px;
  }

  .text-section {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8px;
    line-height: 1.2;
  }

  .text-sections {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-timeline-footer {
    margin-bottom: 60px;
  }

  .h1-headtext {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .h1-headtextcta {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .h2-headingscta {
    font-size: 18px;
    line-height: 1.2;
  }

  .paragraphscta {
    font-size: 10px;
  }

  .sub-heading-light2 {
    width: 100%;
    font-size: 12px;
  }

  .paragraphx {
    font-size: 11px;
  }

  .paragraph-smallx {
    font-size: 10px;
  }

  .margin-bottom-medium {
    margin-bottom: 5px;
  }

  .timeline_image-wrapper {
    width: 100%;
    height: 60%;
  }

  .margin-bottom-xlarge {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .timeline_item {
    position: relative;
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .timeline_left {
    overflow: visible;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .margin-botom-text {
    margin-bottom: 20px;
  }

  .timeline_leftx {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .image-7 {
    padding: 10px 10px 30px;
  }

  .partner-section {
    padding-bottom: 10px;
  }

  .h4-heading {
    font-size: 18px;
  }

  .map-section {
    height: 25vh;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .slider {
    height: 40vh;
  }

  .list-item-5 {
    font-size: 12px;
  }

  .list-item-6 {
    font-size: 12px;
  }

  .list-item-7 {
    font-size: 12px;
  }

  .list-item-8 {
    font-size: 12px;
  }

  .timeline-footer-text {
    height: 10vh;
  }

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

  .partner-section-text {
    -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;
  }

  .paragraph-xsmall {
    font-size: 10px;
  }

  .heading-certificate {
    height: 10vh;
  }

  .footer-certificate {
    height: 3vh;
  }

  .maps-google-api {
    margin: auto auto 0px;
  }

  .slider-2 {
    height: 50vh;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-project-photogaph {
    margin-bottom: 20px;
  }

  .grid-slide-project1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-detail-project {
    margin-bottom: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-slide-project2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-detailed-project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .detailed-project-slide-1 {
    margin-bottom: 10px;
  }

  .text-slide {
    margin-right: 5px;
    margin-left: 5px;
  }

  .paragraphbl {
    font-size: 11px;
  }

  .list-text-slide {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-text-slide-1 {
    font-size: 8px;
  }

  .list-item-text-slide-2 {
    font-size: 8px;
  }

  .list-item-text-slide-3 {
    font-size: 8px;
  }

  .h5-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9px;
  }

  .heading-text {
    margin-bottom: 5px;
  }

  .section-body-org {
    width: 100%;
    height: auto;
    margin: 20px auto 0px;
    padding: 0px;
  }

  .section-heading-org {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .slider-3 {
    display: block;
    width: 100%;
  }

  .logo-head {
    width: auto;
  }

  .left-arrow-2 {
    overflow: visible;
    color: transparent;
  }

  .icon-2 {
    color: transparent;
  }

  .icon-3 {
    color: transparent;
  }

  .link-5 {
    font-size: 12px;
  }

  .icon-4 {
    color: transparent;
  }

  .icon-5 {
    color: transparent;
  }

  .left-arrow-3 {
    color: transparent;
  }

  .right-arrow-3 {
    color: transparent;
  }

  .slider4 {
    width: 100%;
    height: 100%;
  }

  .mid-section-web {
    display: none;
  }

  .body-content-mobile {
    display: block;
  }

  .footer-contact-container {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed {
    width: 85%;
    height: 95%;
  }

  .footer-orgnization-container {
    height: 100vh;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .text-block-11 {
    font-weight: 300;
  }

  .cta-paragraph {
    width: 250px;
    margin-bottom: 10px;
  }

  .text-block-12 {
    line-height: 1.2;
    font-weight: 300;
  }

  .image-org {
    width: auto;
    height: auto;
  }

  .image-26 {
    width: 100%;
    height: 100%;
  }

  .img-organization {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 100%;
    object-fit: contain;
  }
}

#w-node-edf939ed-8c50-b178-bd7f-28b58be6ab69-068c7ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb9e4c89-4cdc-813e-320a-9678fa67ddf2-068c7ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0bd86cd5-70b0-55ec-e2bc-274e39b25d86-068c7ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e880145-f5b5-e65d-5d63-15838eccb7f3-068c7ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba866-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba868-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba86c-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba872-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba874-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba878-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba87a-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba87e-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53ad0f0c-c7bd-ea54-ffe6-5d7c61eba884-7682ee28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb0a3aba-5074-5587-03b8-8c904ba98a33-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c015f5c-60b7-1c1b-2df2-c624ab44761e-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bb70d92-d89a-d878-9f38-607d8cd5f9f4-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3806969f-b180-f0b8-be9d-278edd5ae726-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3806969f-b180-f0b8-be9d-278edd5ae728-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3806969f-b180-f0b8-be9d-278edd5ae72c-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3806969f-b180-f0b8-be9d-278edd5ae72a-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_844fc78a-9911-7b15-f825-b810a3b17168-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3806969f-b180-f0b8-be9d-278edd5ae72e-5499a8e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-3e8c7ced {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-3e8c7ced {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_91ee91d4-7bc8-c51e-771f-d52ed353d6c0-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85e7d7f9-6102-5603-ef5c-ecb9c65bae08-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70092f62-0075-8a04-ca8e-a2baa1ec3cbf-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_141a0261-d6ba-266f-3829-12be7b92f756-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3664d89c-2d85-ff0e-f09f-c670b0def838-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b19368b3-c0c8-2c17-f2d7-d416d2af1b8c-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14cab1df-9b05-beb0-6276-3931b48f403d-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_340e4c6c-cbd2-49ce-4e54-565b4984406a-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_797b085f-ed41-f4e8-6a12-d43d3e4d8ea3-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9d70c85-ad2c-cc7c-ab92-15ec8fd3e45b-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9d70c85-ad2c-cc7c-ab92-15ec8fd3e45d-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9d70c85-ad2c-cc7c-ab92-15ec8fd3e45e-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9d70c85-ad2c-cc7c-ab92-15ec8fd3e45f-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9d70c85-ad2c-cc7c-ab92-15ec8fd3e460-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9d70c85-ad2c-cc7c-ab92-15ec8fd3e461-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f887693e-5c5b-4288-aa86-3571551db10a-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f887693e-5c5b-4288-aa86-3571551db10c-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f887693e-5c5b-4288-aa86-3571551db10d-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f887693e-5c5b-4288-aa86-3571551db10e-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f887693e-5c5b-4288-aa86-3571551db10f-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f887693e-5c5b-4288-aa86-3571551db110-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eceb9e49-0600-4176-b556-197b4d455c35-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eceb9e49-0600-4176-b556-197b4d455c37-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eceb9e49-0600-4176-b556-197b4d455c38-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eceb9e49-0600-4176-b556-197b4d455c39-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eceb9e49-0600-4176-b556-197b4d455c3a-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eceb9e49-0600-4176-b556-197b4d455c3b-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9835237d-4059-00da-5b64-224505aba121-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9835237d-4059-00da-5b64-224505aba123-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9835237d-4059-00da-5b64-224505aba124-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9835237d-4059-00da-5b64-224505aba125-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9835237d-4059-00da-5b64-224505aba126-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9835237d-4059-00da-5b64-224505aba127-bd8c7cf2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e48c39c5-6bb5-0459-09be-e90ec9249cf7-9cbf01df {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e48c39c5-6bb5-0459-09be-e90ec9249e4c-9cbf01df {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_25b243b9-f584-e552-1955-9f7b874946a8-87494661 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_25b243b9-f584-e552-1955-9f7b874947fd-87494661 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-3e8c7ced {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249cb6-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249cb9-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249cbb-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249cf7-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249e4a-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249e50-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249e53-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b87494667-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b8749466a-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b8749466c-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b874946a8-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b874947fb-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b87494801-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b87494804-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-3e8c7ced {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-3e8c7ced {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-e48c39c5-6bb5-0459-09be-e90ec9249e4c-9cbf01df {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_25b243b9-f584-e552-1955-9f7b874947fd-87494661 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

