:root {
  --white: white;
  --background-grey: #2a2f36;
  --gryblu: #2a2f36;
  --coreblue: #0072cf;
  --add-services: #606a79;
  --slightgreybrg: #fdfcfc;
  --darkerservices: #202329;
  --services-dim: #4e64753b;
  --dark-red: #971414;
  --2a2f36: transparent;
  --corexfade: #0072cfa8;
  --corexblue2: #002d52ba;
  --rollover-button: #7c7c7c;
  --card-blue: #343b45;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  line-height: 1.3em;
}

h3 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  background-color: var(--background-grey);
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1vw;
  line-height: 1em;
  display: block;
  overflow: visible;
}

.c-menu-item {
  margin-bottom: 20px;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.nav-link-2 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #090b19;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.services-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.additional-services-header {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar-corex {
  color: var(--white);
  object-fit: fill;
  background-color: #2a2f36;
  flex-direction: row-reverse;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-2 {
  display: none;
}

.nav-menu {
  color: #fff;
  cursor: default;
  flex-flow: row;
  display: block;
}

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

.nav-container {
  flex-direction: row;
  min-width: 100%;
  display: block;
}

.text-block-20 {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.services-main {
  z-index: 10;
  background-color: var(--gryblu);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.form-field {
  color: #000;
  background-color: #d4d4d4;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  font-size: 20px;
}

.form-field::placeholder {
  color: #096ad0;
}

.button-1 {
  background-color: var(--coreblue);
  border-radius: 8px;
  height: 50px;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s;
  box-shadow: 0 4px 11px #61616154;
}

.button-1:hover {
  background-color: var(--add-services);
  color: #fff;
  border: 1px #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 0 2px #ffffff54;
}

.text-area {
  color: #000;
  background-color: #cfcfcfcf;
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  font-size: 20px;
}

.text-area::placeholder {
  color: #096ad0;
}

.scroll-text-2 {
  color: #fff;
  white-space: nowrap;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.div-block-43 {
  z-index: 10;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding: 3px 5px;
  display: flex;
}

.values {
  z-index: 10;
  background-color: var(--gryblu);
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 105px;
  font-weight: 800;
  line-height: .9em;
  display: block;
  position: static;
  overflow: hidden;
}

.social-media-icon {
  opacity: 1;
  width: 100%;
  height: 70px;
  padding: 8px;
  transition: opacity .4s;
}

.social-media-icon:hover {
  opacity: .37;
}

.form-button-2 {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.form-button-2:hover {
  color: #fff;
  background-color: #636363;
}

.form-button-2:active {
  color: #fff;
}

.full-head-wrap {
  z-index: 15;
  min-height: 100vh;
  position: relative;
}

.testimonails-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider-main {
  z-index: 10;
  opacity: 1;
  background-image: url('../images/corexbackcolorado2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 60px;
  position: static;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 940px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px 20px;
  display: block;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  opacity: .78;
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: 40px;
  display: flex;
  right: -60px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 300;
}

.menu-button {
  display: none;
}

.about {
  z-index: 1;
  background-image: url('../images/core_newgrey.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

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

.testimonialfileswrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimon-wrapper {
  justify-content: center;
  height: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.mask {
  height: 100%;
}

.grid {
  grid-column-gap: 34px;
  grid-template-columns: 1fr 1fr;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-content.mobile-vertical {
  z-index: 1;
  position: relative;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 17px;
  height: 17px;
}

.bottom-cookie-wrapper {
  background-color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

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

.margin-15.white-text {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.right-floating-cookie {
  z-index: 25;
  background-color: #242424;
  border-radius: 0;
  width: 25%;
  max-width: 1440px;
  padding: 1% 2% 2%;
  display: block;
  position: sticky;
  inset: auto auto 0;
}

.cookie-button-blue {
  background-color: var(--white);
  color: var(--gryblu);
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image {
  object-fit: cover;
  height: 100%;
}

.social-icons-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  justify-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.footer-logo-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.legal-policies {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.legal-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.legalhead {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-62 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.footer {
  z-index: 1;
  background-color: var(--gryblu);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.footer-wrapper {
  z-index: 10;
  background-color: var(--gryblu);
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: block;
}

.corexnav, .corexnav.w--current {
  color: #fff;
}

.moddtech {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-65 {
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 10px;
  display: block;
}

.allrightsdiv {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-thank-you {
  background-color: var(--slightgreybrg);
  color: var(--white);
  height: 100%;
}

.thank-you-div {
  color: var(--darkerservices);
  padding: 20px;
}

.corexplore-logo {
  background-image: url('../images/corexplore_Logo_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 10em;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.terms-text {
  color: #000;
  line-height: 1.3em;
}

.terms-header {
  color: var(--gryblu);
  text-align: left;
}

.terms-section {
  background-color: var(--slightgreybrg);
  flex-direction: column;
  padding-top: 40px;
  display: flex;
}

.page-section {
  background-color: var(--slightgreybrg);
  flex-direction: column;
  height: 80%;
  padding-top: 40px;
  display: flex;
}

.home-hero {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-64 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 2rem;
  display: flex;
}

.mission {
  z-index: 10;
  background-image: url('../images/core_just_blu10_C-copy.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.grid-4 {
  grid-template-rows: auto;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.type-column-1 {
  padding-right: 20px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

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

.card-title {
  margin-top: 0;
}

.button-3 {
  background-color: var(--coreblue);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button-3:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.card-paragraph {
  margin-bottom: 0;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.style-guide-section {
  background-color: var(--gryblu);
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-content {
  padding-top: 40px;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-4 {
  background-color: var(--services-dim);
}

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

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

.color-block.cc-brand-color-1 {
  background-color: #0072cf;
}

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

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

.color-block.cc-brand-color-3 {
  background-color: var(--darkerservices);
}

.color-block.cc-brand-color-2 {
  background-color: var(--gryblu);
}

.color-block.cc-light-grey-1 {
  background-color: var(--slightgreybrg);
}

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

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.div-block-65, .div-block-66 {
  display: flex;
}

.div-block-67 {
  justify-content: center;
  display: flex;
}

.div-block-68 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.div-block-69 {
  z-index: 10;
  background-color: var(--slightgreybrg);
  color: var(--gryblu);
  padding: 20px;
  position: relative;
}

.heading-49 {
  color: var(--gryblu);
}

.surface-drilling {
  background-color: var(--coreblue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10%;
  display: flex;
}

.services-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.services-wrapper.about {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.add-services {
  background-color: var(--coreblue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10%;
  display: flex;
}

.grid-5 {
  justify-items: stretch;
}

.paragraph-5, .paragraph-6 {
  text-align: center;
}

.heli-portable, .deep-drilling {
  background-color: var(--coreblue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10%;
  display: flex;
}

.deep-drilling.add-services {
  background-color: var(--add-services);
  justify-content: center;
  width: auto;
  height: 200px;
}

.container-8 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.heading-53 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}

.hero-background {
  background-image: url('../images/colorado_home2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 1;
  background-color: #18181852;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.services {
  z-index: 10;
  padding: 0 60px;
  position: static;
}

.contact {
  z-index: 10;
  background-color: var(--white);
  position: relative;
}

.div-block-91 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.innovative-paragraph {
  background-color: var(--coreblue);
  width: 98%;
  padding: 1rem;
}

.div-block-94 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.paragraph-8 {
  word-break: normal;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

.container-9 {
  width: 500px;
}

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

.image-7 {
  width: 45vh;
  height: 100%;
  max-height: 55vh;
}

.container-10, .container-11, .container-12 {
  max-width: 1440px;
}

.services-additional {
  z-index: 10;
  background-color: var(--gryblu);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
  position: static;
}

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

.services-heading.sm {
  font-size: 25px;
  font-weight: 400;
}

.container-14, .container-15, .container-16 {
  max-width: 1440px;
}

.grid-7 {
  grid-template-rows: auto;
  align-self: stretch;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
}

.div-block-96 {
  width: 100%;
  min-height: 500px;
}

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

.heading-61, .heading-62, .heading-63, .heading-64, .heading-66 {
  text-align: center;
}

.container-17 {
  max-width: 1440px;
}

.heading-67 {
  text-align: left;
}

.paragraph-14 {
  text-align: left;
  max-width: 600px;
}

.paragraph-15 {
  color: var(--gryblu);
}

.terms {
  color: var(--darkerservices);
  text-align: justify;
  padding: 20px;
}

.container-20 {
  max-width: 1440px;
}

.about-us-heading {
  color: var(--slightgreybrg);
  padding-bottom: 5px;
}

.about-us-heading.large {
  font-size: 6em;
  line-height: 1em;
}

.heading-69 {
  color: var(--gryblu);
}

.image-12, .image-13, .image-14 {
  object-fit: cover;
  width: 1000px;
  height: 100%;
  display: block;
  overflow: hidden;
}

.image-15 {
  object-fit: cover;
  width: 1000px;
  height: 100%;
  overflow: hidden;
}

.image-new-set {
  z-index: 10;
  background-color: var(--gryblu);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.img-cont {
  max-width: 1440px;
}

.serv-img-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.grid-new-img {
  justify-items: stretch;
}

.img1, .img3, .img2, .img4 {
  background-color: var(--services-dim);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-21 {
  max-width: 500px;
}

.container-23 {
  z-index: 10;
  max-width: 1440px;
}

.container-24 {
  max-width: 1440px;
}

.navbar-corex-pages {
  z-index: 16;
  background-color: var(--background-grey);
  color: var(--white);
  object-fit: fill;
  flex-direction: row-reverse;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-25 {
  margin-top: auto;
  margin-bottom: auto;
}

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

.lightbox-link {
  flex-direction: column;
}

.about-corexplore {
  background-color: var(--gryblu);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1em;
  line-height: 2em;
  display: flex;
  overflow: hidden;
}

.about-hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background {
  background-image: url('../images/background_sm.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.body-6 {
  background-color: var(--background-grey);
}

.button-div {
  background-color: var(--coreblue);
  border-radius: 8px;
  width: 175px;
  height: 50px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 4px 11px #0003;
}

.button-div:hover {
  background-color: var(--add-services);
  transform: translate(0, -4px);
}

.text-block-66 {
  align-items: center;
  margin: auto;
  padding-top: 0;
  text-decoration: none;
  display: block;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  transform: translate(0, -4px);
}

.experts-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.bio-paragraph {
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
}

.bio-paragraph.last {
  align-self: auto;
  align-items: center;
}

.about-bio-div {
  background-color: var(--gryblu);
  flex-flow: row;
  align-items: center;
  display: flex;
}

.about-bio-div.last {
  justify-content: center;
}

.grid-9 {
  padding-top: 20px;
}

.container-27 {
  max-width: 1440px;
}

.bio-image {
  align-self: center;
  width: 100%;
  max-width: 400px;
}

.bio-image.bottom {
  max-width: 400px;
  padding-bottom: 0;
}

.moddtech-logo {
  background-image: url('../images/moddtechfooterlogo.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 50px;
  display: flex;
}

.aston {
  object-fit: cover;
  width: 300px;
  height: 100%;
}

.dahroughe, .mcewen, .metals-creek, .talon {
  width: 300px;
  height: 100%;
}

.image-21 {
  object-fit: cover;
  width: 1000px;
  height: 100%;
  overflow: hidden;
}

.img-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-22 {
  object-fit: cover;
  width: 1000px;
  height: 100%;
  overflow: hidden;
}

.img-wrapper {
  width: 100%;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
}

.bio-pic-wrap {
  max-width: 500px;
}

.bio-pic-wrap.pierre {
  background-image: url('../images/PIERRE_new3.webp');
  min-height: 500px;
}

.paragraph-wrapper {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.section-biographies {
  flex-direction: column;
  display: flex;
}

.slide-in-white {
  color: var(--slightgreybrg);
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
}

.slideinblue {
  color: var(--coreblue);
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.slideingrey {
  color: var(--add-services);
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.div-block-104 {
  z-index: 777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-106 {
  align-self: center;
}

.hero-logo-wrapper {
  z-index: 888;
  justify-content: center;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-10 {
  grid-template-rows: auto;
  justify-items: stretch;
}

.hero-logo-div {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.privacy-section-og {
  background-color: #fdfcfc;
  flex-direction: column;
  padding-top: 40px;
  font-size: 1em;
  line-height: 2em;
  display: flex;
}

.priv-wrap-main {
  max-width: 1440px;
}

.privacy-div-2 {
  color: #202329;
  padding: 0 20px 20px;
}

.heading-68 {
  color: #2a2f36;
}

.privacy-text-2 {
  text-align: justify;
  font-size: 14px;
  line-height: 1.3em;
}

.h1 {
  color: var(--slightgreybrg);
  margin-top: 0;
  margin-bottom: 0;
  line-height: .9em;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  line-height: 1.2em;
}

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

.band-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
}

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

.text-block-67 {
  line-height: 1.3em;
}

.image-23 {
  width: 100%;
  max-width: 400px;
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0;
  }

  .values {
    font-size: 125px;
  }

  .about {
    display: block;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
  }

  .corexplore-logo {
    height: 15em;
  }

  .page-section {
    z-index: 10;
    position: relative;
  }

  .contact {
    background-color: var(--slightgreybrg);
  }

  .grid-7 {
    align-self: stretch;
  }

  .container-17 {
    background-color: var(--slightgreybrg);
  }

  .image-15 {
    height: 100%;
  }

  .grid-new-img {
    grid-template-rows: auto auto auto;
  }

  .container-27 {
    max-width: 1440px;
  }

  .dahroughe, .mcewen, .metals-creek, .talon {
    width: 100%;
    height: 100%;
  }

  .image-21 {
    object-fit: cover;
    width: 1000px;
    height: 100%;
  }

  .img-wrapper {
    height: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-43 {
    height: auto;
  }

  .values {
    font-size: 150px;
  }

  .testimonial-slider {
    max-width: 106%;
  }

  .about {
    display: block;
  }

  .grid-4 {
    justify-items: stretch;
  }

  .container-9 {
    max-width: 940px;
  }

  .container-10 {
    max-width: 1000px;
  }

  .image-9 {
    min-height: 600px;
  }

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

  .body-6 {
    background-color: var(--background-grey);
  }

  .img-wrapper {
    height: 600px;
    min-height: 600px;
  }

  .bio-pic-wrap.pierre {
    min-height: 600px;
  }

  .grid-10 {
    grid-template-rows: auto;
  }

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

@media screen and (min-width: 1920px) {
  .values {
    font-size: 195px;
  }

  .testimonial-slider {
    max-width: 940px;
  }

  .about {
    display: block;
  }

  .testimonialfileswrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimon-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer {
    justify-content: center;
    margin-top: auto;
    position: relative;
  }

  .footer-wrapper {
    max-width: 1440px;
  }

  .thank-you-div {
    flex-direction: column;
    display: flex;
  }

  .corexplore-logo {
    height: 15em;
  }

  .terms-section, .page-section {
    flex-direction: column;
  }

  .home-hero {
    padding-top: 0;
    display: block;
  }

  .div-block-88 {
    flex-direction: row;
    display: flex;
  }

  .hero-background {
    inset: 0%;
  }

  .innovative-paragraph {
    width: 100%;
  }

  .div-block-94 {
    flex-direction: row;
  }

  .container-9 {
    width: 650px;
  }

  .container-10 {
    max-width: 1440px;
  }

  .paragraph-14 {
    max-width: 600px;
  }

  .terms {
    flex-direction: column;
    display: flex;
  }

  .navbar-corex-pages {
    line-height: 1em;
  }

  .about-corexplore {
    flex-direction: column;
  }

  .experts-div {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-106 {
    width: auto;
    display: flex;
  }

  .privacy-section-og {
    flex-direction: column;
  }

  .privacy-div-2 {
    flex-direction: column;
    display: flex;
  }

  .h1 {
    font-size: 90px;
  }

  .h2 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.5em;
  }

  .nav-link-2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #090b19;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .dropdown {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .additional-services-header {
    text-align: left;
  }

  .brand-2 {
    background-color: var(--gryblu);
    display: none;
  }

  .nav-menu {
    background-color: var(--gryblu);
    min-width: 100vw;
  }

  .nav-container {
    font-weight: 600;
  }

  .button-1 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

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

  .values {
    font-size: 4.5em;
  }

  .testimonails-container {
    max-width: 900px;
  }

  .testimonial-slider-main {
    padding-top: 10px;
  }

  .testimonial-slider-left {
    margin-left: -10px;
    left: -20px;
  }

  .testimonial-slider-right {
    margin-right: -10px;
    right: -20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--gryblu);
  }

  .about {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mask {
    height: 100%;
  }

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

  .bottom-cookie-wrapper {
    object-fit: fill;
    height: auto;
  }

  .right-floating-cookie {
    object-fit: fill;
    width: 400px;
  }

  .lottie-animation {
    width: 40px;
    height: 40px;
    overflow: visible;
  }

  .contact-us-header-div {
    text-align: center;
  }

  .footer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .thank-you-div {
    margin-top: 5vh;
    margin-bottom: 25vh;
  }

  .home-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .div-block-64 {
    width: 100%;
    padding: 20px 1.5rem 0;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .paragraph-5, .paragraph-6 {
    text-align: center;
  }

  .hero-background {
    min-height: 105vh;
  }

  .div-block-91 {
    justify-content: center;
    display: flex;
  }

  .innovative-paragraph {
    background-color: var(--coreblue);
    width: 100%;
  }

  .div-block-94 {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .div-block-95 {
    justify-content: center;
    display: flex;
  }

  .container-9 {
    width: 100%;
    max-width: none;
  }

  .image-7 {
    flex: 1;
    align-self: auto;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

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

  .heading-66 {
    font-size: 30px;
  }

  .heading-67, .paragraph-14 {
    text-align: center;
  }

  .image-15 {
    width: 100%;
  }

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

  .container-25 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-100 {
    justify-content: center;
    display: flex;
  }

  .about-corexplore, .experts-div {
    padding-top: 0;
  }

  .about-bio-div {
    flex-flow: column;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .img-wrapper {
    max-height: 500px;
  }

  .bio-pic-wrap {
    padding-top: 2rem;
  }

  .bio-pic-wrap.pierre {
    min-height: 600px;
  }

  .slide-in-white {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.1em;
  }

  .slideinblue, .slideingrey {
    font-size: 75px;
    line-height: 1.1em;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .hero-logo-div {
    min-height: 105vh;
  }

  .privacy-section-og {
    margin-top: 5vh;
  }

  .privacy-text-2 {
    color: #2a2f36;
  }

  .band-img {
    height: 100%;
  }

  .band-img.about {
    max-height: none;
  }

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

@media screen and (max-width: 767px) {
  .c-menu-item {
    margin-bottom: 15px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .services-cont {
    padding: 5% 0%;
  }

  .additional-services-header {
    padding-top: 7px;
  }

  .div-block-44 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonialfileswrapper {
    margin-top: 0;
  }

  .mask {
    height: 100%;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .right-floating-cookie {
    max-width: 90vw;
  }

  .social-icons-div {
    justify-content: center;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .footer-logo-div {
    margin-top: 13px;
    display: block;
  }

  .legal-div {
    text-align: center;
    align-items: center;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .corexnav.homebtn {
    flex-direction: column;
    padding: 10px;
  }

  .corexnav.servicesbtn, .corexnav.aboutbtn, .corexnav.contactbtn, .corexnav.testimonialbtn {
    padding: 10px;
  }

  .moddtech {
    align-items: center;
  }

  .allrightsdiv {
    text-align: center;
    align-items: center;
  }

  .corexplore-logo {
    justify-content: center;
  }

  .div-block-64 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mission {
    max-width: 100%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .card-wrap {
    flex: 1;
  }

  .services-wrapper {
    justify-content: flex-start;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .paragraph-5, .paragraph-6 {
    text-align: center;
  }

  .hero-background {
    min-height: 102vh;
  }

  .div-block-91, .innovative-paragraph {
    justify-content: center;
    display: flex;
  }

  .div-block-94 {
    padding-top: 20px;
  }

  .div-block-95 {
    justify-content: center;
    display: flex;
  }

  .container-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-7 {
    width: 35vh;
  }

  .div-block-96 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-12, .paragraph-13, .heading-67, .paragraph-14 {
    text-align: center;
  }

  .about-us-heading.large {
    font-size: 4em;
  }

  .grid-new-img {
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .experts-div {
    padding-top: 15px;
  }

  .bio-paragraph {
    padding: 1rem;
  }

  .about-bio-div {
    overflow: hidden;
  }

  .container-27 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .moddtech-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bio-pic-wrap.pierre {
    min-height: 40rem;
  }

  .section-biographies {
    overflow: hidden;
  }

  .slide-in-white, .slideinblue, .slideingrey {
    font-size: 55px;
  }

  .hero-logo-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .grid-10 {
    justify-items: center;
  }

  .hero-logo-div {
    min-height: 105vh;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .privacy-div-2 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .text-block-67 {
    line-height: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 100%;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .radio-item {
    padding-left: 18px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .services-cont {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .additional-services-header {
    max-width: none;
  }

  .div-block-43 {
    padding-top: 5px;
  }

  .div-block-44 {
    padding-top: 10px;
    line-height: 50px;
  }

  .social-media-icon {
    height: 60px;
    padding: 0;
  }

  .testimonails-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-slider-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .testimonial-slider {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-left {
    justify-content: flex-end;
    margin-left: -30px;
    left: -10px;
  }

  .testimonial-slider-right {
    margin-right: -30px;
    padding-left: 0;
  }

  .testimon-wrapper {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .right-floating-cookie {
    width: 100%;
    max-width: none;
    display: block;
    bottom: 0;
    right: auto;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icons-div {
    justify-content: center;
    padding-bottom: 20px;
  }

  .grid-2 {
    align-items: center;
  }

  .footer-logo-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .legal-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .corexnav.homebtn, .corexnav.servicesbtn, .corexnav.aboutbtn, .corexnav.contactbtn, .corexnav.testimonialbtn {
    padding: 20px;
  }

  .moddtech {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .allrightsdiv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .thank-you-div {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .corexplore-logo {
    justify-content: center;
    align-items: stretch;
  }

  .corexplore-logo.w--current {
    height: 5em;
  }

  .terms-header {
    font-size: 40px;
  }

  .home-hero {
    padding-top: 40px;
  }

  .div-block-64 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mission {
    max-width: 100%;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-49 {
    font-size: 10em;
  }

  .services-wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .services-wrapper.about {
    padding-top: 20px;
  }

  .heading-53 {
    text-align: center;
    font-size: 12em;
  }

  .hero-background {
    min-height: 100vh;
  }

  .image-overlay {
    height: 1000px;
  }

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

  .div-block-91 {
    padding-left: 0;
  }

  .div-block-92 {
    padding-left: 0;
    overflow: hidden;
  }

  .innovative-paragraph {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .div-block-94 {
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .paragraph-8 {
    overflow-wrap: break-word;
    padding: 10px;
    font-size: 20px;
  }

  .container-9 {
    width: 100%;
  }

  .heading-56 {
    font-size: 10em;
  }

  .image-7 {
    flex: 0 auto;
    width: 25vh;
  }

  .image-9 {
    min-height: 400px;
    max-height: 400px;
  }

  .div-block-96 {
    min-height: 100%;
    max-height: 100%;
    padding: 0;
  }

  .paragraph-9 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-61, .heading-62, .heading-63 {
    text-align: center;
    font-size: 10em;
  }

  .heading-64 {
    font-size: 10em;
  }

  .heading-65 {
    font-size: 12em;
  }

  .heading-66 {
    font-size: 10em;
  }

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

  .paragraph-13 {
    margin: -12px;
    padding: 0;
  }

  .heading-67 {
    font-size: 10em;
    line-height: 30px;
  }

  .about-us-heading {
    font-size: 40px;
  }

  .about-us-heading.large {
    font-size: 10em;
  }

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

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .body-6 {
    font-size: 1vw;
    line-height: 1em;
  }

  .bio-paragraph {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .grid-9 {
    max-width: none;
    padding-top: 0;
  }

  .bio-image.bottom {
    height: auto;
  }

  .moddtech-logo {
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
  }

  .img-wrapper {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .bio-pic-wrap {
    padding-top: 0;
  }

  .bio-pic-wrap.pierre {
    min-height: 400px;
  }

  .paragraph-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-in-white, .slideinblue, .slideingrey {
    font-size: 32px;
    line-height: 30px;
  }

  .hero-logo-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-logo-div {
    min-height: 100vh;
    margin-top: 0;
  }

  .privacy-div-2 {
    margin-top: 2em;
    margin-left: 1.2em;
    margin-right: 1.2em;
  }

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

  .privacy-text-2 {
    text-align: left;
  }

  .h1 {
    font-size: 12em;
  }

  .h2 {
    font-size: 8em;
  }

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

#w-node-_2d4d7d85-ba98-1db8-8c8b-0721d7972632-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de352d31-dfa9-7304-a77e-9a7676095330-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_1eeb613b-1571-e63d-e943-5ec2e05d9452-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_43c7eb50-b6d7-b7e1-b04b-35e4b4c321ad-f3213168, #w-node-_8cb81ca7-2b1e-d2e4-b582-8cdfb282fa3a-f3213168, #w-node-fa4d7fd9-2701-6166-5d3a-291bdcc007da-f3213168, #w-node-_1a4ac2ed-e32e-14d2-88c6-a6c4e4001f93-f3213168, #w-node-e512377b-2842-443c-5ef9-661e4872f388-f3213168, #w-node-df52d420-0d53-23a4-d255-f7598f271e07-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be47450c-6d74-ca67-d13f-324bea51c012-f3213168 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be47450c-6d74-ca67-d13f-324bea51c018-f3213168, #w-node-be47450c-6d74-ca67-d13f-324bea51c01e-f3213168, #w-node-be47450c-6d74-ca67-d13f-324bea51c024-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1229e958-d715-1a01-2362-fb3075074a15-f3213168 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-b4ca9f35-c9c5-a5f4-4da4-2bb75891e43c-f3213168, #w-node-_1229e958-d715-1a01-2362-fb3075074a1b-f3213168, #w-node-_1229e958-d715-1a01-2362-fb3075074a27-f3213168, #w-node-_1229e958-d715-1a01-2362-fb3075074a21-f3213168, #w-node-_347b310f-8e6a-368d-ac68-011e4f8c87bc-f3213168, #w-node-f3acb28c-8e11-aaee-4ec9-4e76ac4e0156-f3213168, #w-node-f09f558a-5ded-2813-73c5-98a4e12d3d01-f3213168, #w-node-e2d07d3b-4a39-0603-4672-5f93b8004013-f3213168, #w-node-e8fd9b5b-a3f8-7972-88c6-7ad70ddae6ab-f3213168, #w-node-_77cef715-5ddc-7ed5-9e37-8eca7a6ae50e-f3213168, #w-node-_40441a5e-b291-ff71-e3e9-e9cfde4128d7-f3213168, #w-node-f8f85e8f-33f9-7553-755b-eeb536846c89-f3213168, #w-node-f1544acc-b38e-5f1e-3b5e-7a7c9fb7b28e-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f47ad642-a89e-f0f6-383a-6a973d7f78a4-f3213168 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-b3df8012-e74b-40cd-c344-e1aa39c912fb-f3213168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6a0408fe-13a1-32f6-097b-e885b2c13605-f3213168, #w-node-_5f714716-4ace-da96-0841-4337567eaf88-f3213168 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d05338b2-913e-f1f8-1997-23c91c3a18fd-1c3a18fa, #w-node-d05338b2-913e-f1f8-1997-23c91c3a18ff-1c3a18fa, #w-node-d05338b2-913e-f1f8-1997-23c91c3a1906-1c3a18fa, #w-node-d05338b2-913e-f1f8-1997-23c91c3a1911-1c3a18fa, #w-node-d05338b2-913e-f1f8-1997-23c91c3a191b-1c3a18fa, #w-node-d05338b2-913e-f1f8-1997-23c91c3a191e-1c3a18fa, #w-node-_27e740a5-95fc-bbcf-492d-d8f17e0f6946-f321316b, #w-node-_27e740a5-95fc-bbcf-492d-d8f17e0f6949-f321316b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ef20b5c-3f99-f450-0e59-7171e218e71b-f321316b, #w-node-_1cf5e3c2-bfb4-6900-be04-f25cf75afdd7-f321316b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-de352d31-dfa9-7304-a77e-9a7676095330-f3213168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-fa4d7fd9-2701-6166-5d3a-291bdcc007da-f3213168, #w-node-f47ad642-a89e-f0f6-383a-6a973d7f78a4-f3213168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3df8012-e74b-40cd-c344-e1aa39c912fb-f3213168, #w-node-_5f714716-4ace-da96-0841-4337567eaf88-f3213168 {
    justify-self: center;
  }

  #w-node-d05338b2-913e-f1f8-1997-23c91c3a18fd-1c3a18fa {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-d05338b2-913e-f1f8-1997-23c91c3a18ff-1c3a18fa {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-d05338b2-913e-f1f8-1997-23c91c3a1906-1c3a18fa {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start;
  }

  #w-node-d05338b2-913e-f1f8-1997-23c91c3a1911-1c3a18fa {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start end;
  }

  #w-node-d05338b2-913e-f1f8-1997-23c91c3a191b-1c3a18fa {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end start;
  }

  #w-node-d05338b2-913e-f1f8-1997-23c91c3a191e-1c3a18fa {
    grid-area: 3 / 2 / 4 / 3;
    place-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-f47ad642-a89e-f0f6-383a-6a973d7f78a4-f3213168, #w-node-b3df8012-e74b-40cd-c344-e1aa39c912fb-f3213168 {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-df52d420-0d53-23a4-d255-f7598f271e07-f3213168, #w-node-_32ebf76a-c8b5-e064-f8c4-6e2a63a924c5-f3213168, #w-node-_13ac8e98-5657-8347-da32-f4ccdf5b20b9-f3213168, #w-node-_14761e7d-99be-a46d-aa70-2924a9fb4c89-f3213168, #w-node-_475dff7b-913e-285d-9f53-cefbac585908-f3213168, #w-node-_5a20b93c-75f2-9109-41ca-7e6b6f460771-f3213168, #w-node-c1bd79c6-b497-2c30-c7b3-76809c04c6a8-f3213168, #w-node-_71c6ed92-d7ed-29c9-cacb-fb5108fd6fc6-f3213168, #w-node-_32b69ba7-41c2-56e6-1f80-f2a4e2b2a3fd-f3213168, #w-node-d05338b2-913e-f1f8-1997-23c91c3a1911-1c3a18fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-de352d31-dfa9-7304-a77e-9a7676095330-f3213168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_1eeb613b-1571-e63d-e943-5ec2e05d9452-f3213168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_43c7eb50-b6d7-b7e1-b04b-35e4b4c321ad-f3213168, #w-node-_8cb81ca7-2b1e-d2e4-b582-8cdfb282fa3a-f3213168 {
    justify-self: center;
  }

  #w-node-fa4d7fd9-2701-6166-5d3a-291bdcc007da-f3213168, #w-node-_1a4ac2ed-e32e-14d2-88c6-a6c4e4001f93-f3213168, #w-node-e512377b-2842-443c-5ef9-661e4872f388-f3213168, #w-node-df52d420-0d53-23a4-d255-f7598f271e07-f3213168 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27e740a5-95fc-bbcf-492d-d8f17e0f6946-f321316b, #w-node-_27e740a5-95fc-bbcf-492d-d8f17e0f6949-f321316b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1eeb613b-1571-e63d-e943-5ec2e05d9452-f3213168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de352d31-dfa9-7304-a77e-9a7676095330-f3213168 {
    place-self: auto;
  }

  #w-node-_1eeb613b-1571-e63d-e943-5ec2e05d9452-f3213168 {
    justify-self: start;
  }

  #w-node-_43c7eb50-b6d7-b7e1-b04b-35e4b4c321ad-f3213168, #w-node-_8cb81ca7-2b1e-d2e4-b582-8cdfb282fa3a-f3213168, #w-node-_27e740a5-95fc-bbcf-492d-d8f17e0f6946-f321316b, #w-node-_27e740a5-95fc-bbcf-492d-d8f17e0f6949-f321316b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ef20b5c-3f99-f450-0e59-7171e218e71b-f321316b {
    justify-self: auto;
  }
}


