:root {
  --deep-sky-blue: #01a8dd;
  --dim-grey: #4b4b4b;
  --midnight-blue: #001149;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: var(--dim-grey);
  justify-content: center;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

a:hover {
  color: var(--deep-sky-blue);
}

li {
  color: var(--dim-grey);
  font-family: Worksans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

label {
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.navbar {
  background-color: #fff;
  background-image: url('../images/Ruler.webp'), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  background-position: 0 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 1969px 60px, auto;
  width: 100%;
  height: 60px;
  position: fixed;
  box-shadow: 1px 1px 3px #000;
}

.div-block {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
}

.div-block-2 {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  width: 250px;
  height: 70px;
  position: absolute;
  transform: skew(-33deg);
}

.div-block-3 {
  z-index: 5;
  background-color: var(--midnight-blue);
  width: 10%;
  height: 70px;
  position: absolute;
}

.div-block-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70px;
  display: none;
  position: absolute;
}

.right-flap {
  background-color: var(--midnight-blue);
  width: 250px;
  height: 70px;
  position: absolute;
  transform: skew(33deg);
}

.section {
  background-image: url('../images/sparks-2.webp');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.brand {
  margin-top: 10px;
  margin-left: 20px;
  position: absolute;
}

.image {
  border: 1px #fff;
  border-radius: 0;
}

.div-block-92 {
  background-color: var(--deep-sky-blue);
  width: 33%;
}

.div-block-93 {
  background-color: #4c0063;
  width: 33%;
}

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

.link {
  color: var(--dim-grey);
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

.tag-holder {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px #0000;
}

.tag-holder:hover {
  box-shadow: 0 0 75px #00000012;
}

.div-block-91 {
  background-color: var(--midnight-blue);
  width: 33%;
}

.caption {
  color: #fff;
  text-transform: none;
  background-color: #264a96;
  border-left: 7px solid #0b8e36;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.heading-4 {
  letter-spacing: 1px;
}

.tags-section {
  background-color: #fff;
  border-radius: 4px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 75px #0000000d;
}

.standard-button {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 5px #1f4e79;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  box-shadow: 0 -1px 6px #e9e9e9d6, 11px 11px 9px -15px #000000e6;
}

.standard-button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-color: #137d78;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -1px -4px 9px #e9e9e9d6, 13px 13px 16px -12px #000000b8;
}

.standard-button.banner {
  width: 350px;
  margin-right: 0;
}

.standard-button.white {
  color: var(--deep-sky-blue);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.standard-button.white.blue-background {
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 0 -2px 6px 1px #5f5f5f69, 11px 11px 9px -15px #000000e6;
}

.standard-button.white.blue-background:hover {
  box-shadow: 0 -2px 10px 1px #5f5f5f69, 11px 11px 12px -8px #0000009e;
}

.div-block-90 {
  background-color: var(--dim-grey);
  width: 33%;
}

.rtf-center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

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

.color-swatches {
  justify-content: center;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
}

.nav-link {
  color: #88e2fd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
}

.div-block-94 {
  position: absolute;
  inset: auto 0% 0%;
}

.truck {
  z-index: 7;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.section-2 {
  background-color: #fff;
  background-image: url('../images/City---blue-sm.webp'), url('../images/City---sm.webp');
  background-position: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  height: auto;
  min-height: 110vh;
}

.section-3 {
  background-color: #fff;
  height: auto;
  padding-bottom: 100px;
  position: relative;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 60vh;
  min-height: auto;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  object-fit: fill;
  object-position: 50% 100%;
  display: block;
}

.image-4 {
  position: absolute;
}

.div-block-95 {
  z-index: 1;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-5 {
  z-index: 1;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000007d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 30px;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-96 {
  z-index: 2;
  background-color: var(--deep-sky-blue);
  width: 15px;
  height: 50vh;
  margin-left: 185px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-heading {
  z-index: 2;
  border-style: none none none solid;
  border-width: 10px 8px;
  border-color: black var(--deep-sky-blue);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25vh;
  margin-left: 185px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.section-4 {
  border-style: solid none none;
  border-width: 10px 1px 1px;
  border-color: var(--deep-sky-blue) black black;
  background-color: #0a0a0a;
  background-image: linear-gradient(#0a0a0ae0, #0a0a0ae0), url('../images/footer-tools.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  padding-top: 140px;
  display: flex;
}

.div-block-98 {
  background-color: #181818;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px 10px;
  display: flex;
}

.div-block-99 {
  background-image: url('../images/building.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
  position: relative;
  top: 0;
}

.slide-nav {
  color: var(--deep-sky-blue);
  -webkit-text-fill-color: inherit;
  background-color: #01a8dd00;
  background-clip: border-box;
  justify-content: flex-end;
  padding-right: 10px;
  display: none;
}

.div-block-25 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-13 {
  color: #cacaca;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.adress-icon {
  background-image: url('../images/address-ping.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.landline-icon {
  background-image: url('../images/phone.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.email-icon {
  background-image: url('../images/email.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-100 {
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: var(--deep-sky-blue);
  padding-top: 0;
}

.heading-7 {
  color: var(--deep-sky-blue);
}

.heading-8 {
  font-family: Lemonmilk, sans-serif;
}

.block-quote {
  border-left-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  font-family: Worksans, sans-serif;
}

.standard-button-mk2 {
  background-color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  inset: 0% 0% auto auto;
}

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

.standard-button-mk2.white-background {
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: var(--deep-sky-blue);
  padding-bottom: 5px;
}

.heading-9 {
  color: #a7a7a7;
  letter-spacing: 4px;
  font-family: PT Serif, serif;
}

.div-block-101 {
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block {
  color: #818181;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-family: Worksans, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.bold-text {
  color: #818181;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.bold-text:hover {
  color: var(--deep-sky-blue);
}

.link-2 {
  margin-left: 5px;
  text-decoration: none;
}

.about-heading-title {
  z-index: 1;
  border-style: solid solid solid none;
  border-width: 7px;
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Lemonmilk, sans-serif;
  position: relative;
}

.banner-heading {
  z-index: 3;
  border-style: none none none solid;
  border-width: 10px 10px 10px 8px;
  border-color: black black black var(--deep-sky-blue);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: 23vh;
  margin-left: 185px;
  margin-right: 185px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.what-we-do-heading {
  z-index: 2;
  border-style: none solid none none;
  border-width: 10px 8px;
  border-color: black #fff black var(--deep-sky-blue);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 200px;
  margin-left: 0;
  margin-right: 185px;
  display: flex;
  position: relative;
}

.what-we-do-heading-title {
  z-index: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 7px solid #fff;
  border-right-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Lemonmilk, sans-serif;
  position: relative;
}

.contact {
  height: auto;
  min-height: 100vh;
  padding-bottom: 100px;
}

.paragraph-14 {
  color: var(--deep-sky-blue);
  background-color: #ffffff7a;
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 20px;
}

.container {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-102 {
  justify-content: space-around;
  width: 80%;
  margin-bottom: 100px;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 60px;
  display: grid;
}

.div-block-103 {
  background-color: var(--deep-sky-blue);
  border: 10px solid #fff;
  border-radius: 40px;
  flex-direction: column;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
}

.div-block-104 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.image-5 {
  width: 50px;
  height: 50px;
}

.services-text {
  color: #fff;
  margin-left: 10px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.services-text.blue {
  color: var(--deep-sky-blue);
}

.image-6, .image-7, .image-8, .image-9 {
  width: 50px;
}

.engineering-icon {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 500px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -59px;
}

.engineering-icon.blue {
  border-color: var(--deep-sky-blue);
}

.div-block-105 {
  width: 100%;
  position: relative;
  top: -29px;
}

.constuction-icon {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 500px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -59px;
}

.constuction-icon.blue {
  border-color: var(--deep-sky-blue);
}

.form {
  margin-top: 20px;
}

.div-block-106 {
  margin-bottom: 10px;
  display: flex;
}

.field-label {
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Worksans, sans-serif;
  font-size: 20px;
}

.div-block-107 {
  width: 50%;
  margin-left: 5px;
}

.div-block-108 {
  width: 50%;
  margin-right: 5px;
}

.text-field {
  border: 1px solid var(--deep-sky-blue);
  margin-bottom: 20px;
}

.text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

.form-block {
  margin-top: 40px;
}

.recaptcha {
  margin: 40px auto;
}

.form-input {
  border: 1px solid var(--deep-sky-blue);
  color: var(--dim-grey);
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.form-input:hover {
  background-color: var(--deep-sky-blue);
}

.form-input:focus {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.form-input::placeholder {
  background-color: var(--deep-sky-blue);
}

.image-10 {
  color: #000;
  width: 50px;
  height: 50px;
}

.image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  width: 50px;
}

.engineering-services-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.section-5 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-17 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-11 {
  border: 7px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  text-align: right;
  background-color: #ffffffba;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  line-height: 50px;
  position: relative;
}

.mv {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-right: 0;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.standard-box-heading-white {
  color: #fff;
  text-align: center;
  border: 7px solid #fff;
  margin-top: 0;
  padding: 20px 30px;
}

.heading-13 {
  color: #fff;
}

.div-block-110, .div-block-111 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-112 {
  background-color: #fff;
  width: 7px;
  height: 200px;
}

.paragraph-15 {
  color: #fff;
}

.standard-paragraph-white {
  color: #fff;
  width: 70%;
}

.services-banner {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.service-list {
  background-color: var(--deep-sky-blue);
  align-items: center;
  height: 100vh;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 0 40px 100px;
  display: flex;
}

.heading-14 {
  border: 7px solid var(--deep-sky-blue);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}

.blue-line {
  background-color: var(--deep-sky-blue);
  width: 7px;
  height: 150px;
}

.div-block-113 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-18 {
  object-fit: cover;
  border: 5px solid #0000;
  border-radius: 20px;
  width: 350px;
  height: 150px;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955);
}

.image-18:hover {
  border: 5px solid var(--deep-sky-blue);
}

.batching-plant {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  height: 650px;
  display: grid;
}

.container-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.body {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

.body-2 {
  display: flex;
}

.image-19 {
  object-fit: contain;
  height: 200px;
}

.paragraph-16 {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-bottom: 60px;
}

.paragraph-17 {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}

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

.div-block-115 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 100px;
  display: flex;
}

.div-block-116 {
  width: 40vw;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.mv-line {
  background-color: #fff;
  width: 7px;
  height: 150px;
}

.services-block {
  border: 10px solid var(--deep-sky-blue);
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading---services {
  color: var(--deep-sky-blue);
  text-align: center;
}

.services {
  background-color: var(--deep-sky-blue);
  height: auto;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
}

.right-arrow, .left-arrow {
  display: none;
}

.text-block---mob {
  color: #818181;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-family: Worksans, sans-serif;
  font-size: 14px;
  display: none;
  position: relative;
}

.image-21, .field-label-2 {
  display: none;
}

.div-block-120, .div-block-121 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.paragraph-18 {
  color: var(--deep-sky-blue);
  text-align: center;
}

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

.success-message-2 {
  background-color: #ddd0;
}

.div-block-122 {
  background-color: #fff;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.error-message, .error-message-2 {
  background-color: #9b0000;
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.truck-r {
  z-index: 7;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.mobile-phone-icon {
  background-image: url('../images/mobile.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.div-block-124 {
  width: 50%;
}

.map-block {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.maps {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-block-125, .html-embed, .map {
  height: 400px;
}

.div-block-126 {
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact-heading {
  z-index: 1;
  border-style: solid solid solid none;
  border-width: 7px;
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Lemonmilk, sans-serif;
  position: relative;
}

.div-block-127 {
  clear: none;
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.blue-box-heading {
  border: 7px solid var(--deep-sky-blue);
  text-align: center;
  margin: 0 0 0 auto;
  padding: 20px 30px;
}

.div-block-128 {
  border: 1px none var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  width: 300px;
  height: 7px;
}

.div-block-129 {
  justify-content: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-17 {
  margin-bottom: 0;
}

.text-block-4 {
  color: #575757;
  margin-bottom: 20px;
  font-family: Worksans, sans-serif;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-lightbox-4 {
  object-fit: cover;
  border: 5px solid #0000;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955);
  position: static;
}

.photo-lightbox-4:hover {
  border: 5px solid var(--deep-sky-blue);
}

.photo-lightbox-4.lined {
  box-shadow: 0 0 0 2px var(--deep-sky-blue);
  border-style: none;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), border-color .2s cubic-bezier(.455, .03, .515, .955);
}

.photo-lightbox-4.lined:hover {
  box-shadow: 0 0 0 5px var(--deep-sky-blue);
}

.lightbox-link-2, .lightbox-link-4 {
  width: 100%;
  height: 100%;
}

.lightbox-link-4.lined {
  border: 2px solid #01a8dda3;
  border-radius: 25px;
}

.ultramega-extension-block, .ultramega-multi-sales-block, .batching-plant-design, .earthworks-design-block {
  margin-bottom: 100px;
}

.earthworks-design {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  height: 450px;
  margin-top: 20px;
  display: grid;
}

.button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #66696b00;
  border-bottom: 5px dashed #0000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: border-color;
  transition-timing-function: linear;
}

.button:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-slide-round {
  border: 7px solid var(--deep-sky-blue);
  object-fit: cover;
  border-radius: 50%;
  width: 600px;
  height: 600px;
}

.div-block-131 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.mask {
  border: 7px solid var(--deep-sky-blue);
  border-radius: 50%;
  width: 500px;
  height: 500px;
}

.slide {
  background-image: url('../images/P7.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/227909210_803200073728946_4712891184549283644_n.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/P10.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/JCEH-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/JCEH-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/JCEH-3.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-132 {
  flex-direction: column;
  display: flex;
}

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

.buguias-lgu-cold-storage {
  margin-bottom: 100px;
}

.buguias-benguet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  height: 650px;
  display: block;
}

.two-storey-residential-with-basement {
  margin-bottom: 100px;
}

.two-storey-residential {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  height: 650px;
  display: grid;
}

.gmac-cold-storage {
  margin-bottom: 100px;
}

.gmac-cold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  height: 650px;
  display: grid;
}

.glacier-south-cold-storage-phase-5 {
  margin-bottom: 100px;
}

.glacier-south {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  height: 650px;
  display: grid;
}

.hiring_section {
  padding: 0 3rem 10rem;
}

.container-large {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hiring_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hiring_heading {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-line-blue {
  background-color: var(--deep-sky-blue);
  width: 7px;
  height: 150px;
}

.h1-blue {
  border: 7px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 0;
  padding: 20px 30px;
}

.text-size-medium {
  font-family: Worksans, sans-serif;
  font-size: 1.3rem;
}

.text-size-medium.bold {
  font-weight: 500;
}

.text-size-medium.bold.center {
  text-align: center;
}

.rtb-standard {
  width: 100%;
}

.rtb-standard h2 {
  font-size: 2rem;
}

.rtb-standard a {
  display: inline-block;
}

.image-23 {
  border: 1px #fff;
  border-radius: 0;
}

.hiring_section-2 {
  padding: 0 3rem 10rem;
}

.div-block-134 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-135 {
  background-color: #181818;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px 10px;
  display: flex;
}

.section-8 {
  background-color: #0a0a0a;
  background-image: linear-gradient(#0a0a0ae0, #0a0a0ae0), url('../images/footer-tools.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 1px #000;
  border-top: 10px solid #01a8dd;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  padding-top: 140px;
  display: flex;
}

.paragraph-19 {
  color: #cacaca;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-137 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.link-4 {
  margin-left: 5px;
  text-decoration: none;
}

.bold-text-3 {
  color: #818181;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.bold-text-3:hover {
  color: #01a8dd;
}

.heading-18 {
  color: #a7a7a7;
  letter-spacing: 4px;
  font-family: PT Serif, serif;
}

.navbar-2 {
  background-color: #fff;
  background-image: url('../images/Ruler.webp'), linear-gradient(#01a8dd, #01a8dd);
  background-position: 0 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 1969px 60px, auto;
  width: 100%;
  height: 60px;
  position: fixed;
  box-shadow: 1px 1px 3px #000;
}

.h1-blue-2 {
  color: #01a8dd;
  text-align: center;
  border: 7px solid #01a8dd;
  margin-top: 0;
  padding: 20px 30px;
}

.heading-line-blue-2 {
  background-color: #01a8dd;
  width: 7px;
  height: 150px;
}

.image-24 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-image: url('../images/Ruler.webp'), linear-gradient(to bottom, null, null);
    background-size: 1969px, auto;
  }

  .brand {
    z-index: 1;
  }

  .brand.w--current {
    z-index: 2;
  }

  .nav-link, .nav-link.w--current {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .truck {
    display: block;
  }

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

  .slider {
    height: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-4 {
    height: auto;
    min-height: 100vh;
  }

  .about-heading {
    margin-left: 0;
  }

  .banner-heading {
    height: 25vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .what-we-do-heading {
    height: 150px;
    margin-right: 20px;
  }

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

  .div-block-109 {
    align-items: flex-start;
  }

  .div-block-110 {
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-111 {
    margin-left: 20px;
    margin-right: 0;
  }

  .standard-paragraph-white {
    width: auto;
  }

  .div-block-116 {
    width: 90vw;
  }

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

  .nav-menu {
    background-color: var(--deep-sky-blue);
    align-items: stretch;
    min-height: 100vh;
    max-height: 400vh;
    display: flex;
  }

  .image-21 {
    width: 50vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    background-color: #fff0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

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

  .icon, .icon-2 {
    color: #fff;
    font-size: 40px;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-right: 10px;
  }

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

  .div-block-118 {
    flex-direction: column;
    justify-content: space-around;
    min-height: 80vh;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--deep-sky-blue);
    min-height: 100vh;
  }

  .div-block-119 {
    flex-direction: column;
    justify-content: space-between;
    min-height: 80vh;
    display: flex;
  }

  .truck-r {
    display: block;
  }

  .mobile-phone-icon {
    background-image: url('../images/mobile.webp');
    background-size: cover;
  }

  .div-block-132 {
    padding-top: 100px;
  }

  .hiring_heading {
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-136 {
    flex-direction: column;
    justify-content: space-between;
    min-height: 80vh;
    display: flex;
  }

  .nav-menu-3 {
    background-color: #01a8dd;
    min-height: 100vh;
  }

  .navbar-2 {
    background-image: url('../images/Ruler.webp'), linear-gradient(to bottom, null, null);
    background-size: 1969px, auto;
  }

  .image-24 {
    width: 50vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-image: url('../images/Ruler---mob.webp');
    background-position: 0 100%;
    background-size: contain;
  }

  .brand {
    margin-left: 0;
  }

  .brand.w--current {
    width: 110px;
    margin-left: 0;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .about-heading {
    margin-left: 20px;
  }

  .section-4 {
    padding-top: 40px;
  }

  .div-block-98 {
    flex-direction: column;
    height: auto;
  }

  .div-block-25 {
    flex-direction: column-reverse;
    justify-content: center;
  }

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

  .adress-icon, .landline-icon, .email-icon {
    width: 50px;
    height: 50px;
  }

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

  .text-block {
    display: none;
  }

  .banner-heading {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-2 {
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .batching-plant {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-115 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block---mob {
    align-items: center;
    display: flex;
  }

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

  .truck-r {
    display: block;
  }

  .mobile-phone-icon {
    width: 50px;
    height: 50px;
  }

  .link-3 {
    font-size: 14px;
    text-decoration: none;
  }

  .bold-text-2 {
    margin-left: 5px;
    text-decoration: none;
  }

  .div-block-123 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-block {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-127 {
    width: auto;
  }

  .div-block-128 {
    width: 150px;
  }

  .original-works {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .earthworks-design {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .buguias-benguet, .two-storey-residential, .gmac-cold, .glacier-south {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-135 {
    flex-direction: column;
    height: auto;
  }

  .section-8 {
    padding-top: 40px;
  }

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

  .div-block-137 {
    flex-direction: column-reverse;
    justify-content: center;
  }

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

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

  .navbar-2 {
    background-image: url('../images/Ruler---mob.webp');
    background-position: 0 100%;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-image: url('../images/Ruler---mob.webp');
    background-position: 0 100%;
    background-size: cover;
    height: auto;
  }

  .standard-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link, .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image-4 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .heading-5 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
    line-height: 35px;
  }

  .about-heading {
    height: 25vh;
    margin-left: 0;
  }

  .section-4 {
    height: auto;
    padding-top: 100px;
  }

  .about-heading-title {
    padding: 10px;
    font-size: 25px;
  }

  .banner-heading {
    height: 30vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .what-we-do-heading {
    height: 15vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .what-we-do-heading-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .contact {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-102 {
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    height: 150px;
    margin-bottom: 100px;
  }

  .container-2 {
    margin-top: 100px;
  }

  .div-block-103 {
    padding-right: 10px;
  }

  .div-block-106 {
    flex-direction: column;
  }

  .div-block-107 {
    width: 100%;
    margin-left: 0;
  }

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

  .image-17 {
    object-position: 0% 50%;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-109 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-110 {
    width: auto;
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-111 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .standard-paragraph-white {
    text-align: center;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .batching-plant {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-116 {
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
  }

  .mv-line {
    display: block;
  }

  .mv-line.vision {
    display: none;
  }

  .services-block {
    padding-right: 10px;
  }

  .nav-menu {
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: flex-end;
    padding-top: 40px;
  }

  .image-21 {
    width: 75vw;
  }

  .div-block-118 {
    flex-direction: column;
    justify-content: space-around;
    min-height: 80vh;
    display: flex;
  }

  .div-block-119 {
    padding-top: 40px;
  }

  .contact-heading {
    padding: 10px;
    font-size: 25px;
  }

  .blue-box-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .div-block-128 {
    width: 40px;
  }

  .div-block-129 {
    justify-content: flex-end;
  }

  .original-works {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .earthworks-design {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .mask {
    width: 300px;
    height: 300px;
  }

  .buguias-benguet, .two-storey-residential, .gmac-cold, .glacier-south {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .hiring_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hiring_heading {
    width: auto;
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-line-blue {
    display: block;
  }

  .heading-line-blue.vision {
    display: none;
  }

  .rtb-standard h2 {
    font-size: 1.5rem;
  }

  .hiring_section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-136 {
    padding-top: 40px;
  }

  .section-8 {
    height: auto;
    padding-top: 100px;
  }

  .navbar-2 {
    background-image: url('../images/Ruler---mob.webp');
    background-position: 0 100%;
    background-size: cover;
    height: auto;
  }

  .heading-line-blue-2 {
    display: block;
  }

  .image-24 {
    width: 75vw;
  }
}

#w-node-_6df73cf1-f64d-ba83-d877-917faf4fad1b-c7d51d17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9aa5ea-8bdb-0778-4c20-4ed5c674f316-c7d51d17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89425b96-6eab-01c0-12fb-03e03b4178d7-16fbe818 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89425b96-6eab-01c0-12fb-03e03b4178f0-16fbe818 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f461c1e2-89b4-b05b-9e5a-1f01e16f5b2d-282f4992, #w-node-f461c1e2-89b4-b05b-9e5a-1f01e16f5b2f-282f4992, #w-node-f461c1e2-89b4-b05b-9e5a-1f01e16f5b31-282f4992, #w-node-f461c1e2-89b4-b05b-9e5a-1f01e16f5b33-282f4992, #w-node-e6c6fd65-4b37-5ada-0805-ee73f240d147-282f4992, #w-node-e6c6fd65-4b37-5ada-0805-ee73f240d149-282f4992, #w-node-e6c6fd65-4b37-5ada-0805-ee73f240d14b-282f4992, #w-node-e6c6fd65-4b37-5ada-0805-ee73f240d14d-282f4992, #w-node-_288d277e-9159-24c9-c038-907be00d958d-282f4992, #w-node-_288d277e-9159-24c9-c038-907be00d958f-282f4992, #w-node-_288d277e-9159-24c9-c038-907be00d9591-282f4992, #w-node-_288d277e-9159-24c9-c038-907be00d9593-282f4992, #w-node-_7fee2c39-c79b-c436-7549-1775301d36a0-282f4992, #w-node-_87fea809-1bae-8eb1-6dbc-d6f5c60aa010-282f4992, #w-node-_87fea809-1bae-8eb1-6dbc-d6f5c60aa012-282f4992, #w-node-_87fea809-1bae-8eb1-6dbc-d6f5c60aa014-282f4992, #w-node-_87fea809-1bae-8eb1-6dbc-d6f5c60aa016-282f4992, #w-node-_5c02ba3f-172a-ad16-9b52-771d057bf255-282f4992, #w-node-_5c02ba3f-172a-ad16-9b52-771d057bf257-282f4992, #w-node-_5c02ba3f-172a-ad16-9b52-771d057bf259-282f4992, #w-node-_5c02ba3f-172a-ad16-9b52-771d057bf25b-282f4992, #w-node-e103e654-acd9-df83-3f87-5fe9965d51e3-282f4992, #w-node-e103e654-acd9-df83-3f87-5fe9965d51e5-282f4992, #w-node-e103e654-acd9-df83-3f87-5fe9965d51e7-282f4992, #w-node-e103e654-acd9-df83-3f87-5fe9965d51e9-282f4992, #w-node-_33b008bf-9162-b1be-5ce4-95406d6c0b69-282f4992, #w-node-f69a59c5-6d29-0b03-dca7-64cb1eed7024-282f4992, #w-node-_2c23511c-1878-e6fb-bcc0-88cfd26b8abd-282f4992, #w-node-_085009f2-2327-34d9-83dc-4214c0e1e876-282f4992, #w-node-_13a32058-bb52-95e4-2e78-405e3e768a50-282f4992, #w-node-_29e6c943-25cc-00b2-5a53-094b59b44f65-282f4992, #w-node-_3e4694e0-757d-8bc4-3c89-d989cfcbd2dd-282f4992, #w-node-_2ad41447-bcf3-d328-4f5d-ac77578d030b-282f4992, #w-node-_6ad21ace-0ab8-7106-97d2-33c66a61aea0-282f4992, #w-node-d04e834f-57dc-a07e-ac51-43c1759b7db2-282f4992, #w-node-bba70a6b-e362-051a-148d-5a5c66ac168f-282f4992, #w-node-d8fb0a0d-a319-8422-74ab-effe5fe2d9b1-282f4992, #w-node-c7504e3f-7e52-ef5c-d88b-d25ecf67726b-282f4992, #w-node-_63ae3955-a7fc-6471-4167-b5f49a649571-282f4992, #w-node-b97aba27-fcb6-da55-e867-98819ba8f29d-282f4992, #w-node-f1766173-15ba-0bbc-874e-4865ba6a48f7-282f4992, #w-node-f1139dcf-9145-df0f-3041-cb091039ffb1-282f4992 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_8a9aa5ea-8bdb-0778-4c20-4ed5c674f316-c7d51d17, #w-node-_89425b96-6eab-01c0-12fb-03e03b4178f0-16fbe818 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LemonMilk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typographica';
  src: url('../fonts/TypoGraphica.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.otf') format('opentype'), url('../fonts/WorkSans-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans hairline';
  src: url('../fonts/WorkSans-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}