h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.container {
  display: block;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.body {
  background-color: #f6edd9;
  font-family: korolev, sans-serif;
  color: #001400;
}

.navlink {
  -webkit-transition: color 125ms ease;
  transition: color 125ms ease;
  font-family: bebas-neue, sans-serif;
  color: #3c4a3e;
}

.navlink:hover {
  color: #107036;
}

.navlink:active {
  color: #001400;
}

.navlink.w--current {
  color: #3c4a3e;
}

.navlink.w--current:hover {
  color: #107036;
}

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

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

.hero-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 30px;
  font-family: bebas-neue-pro, sans-serif;
  color: #001400;
}

.hero-left-div {
  width: 50%;
  max-width: 50%;
}

.hero-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-container {
  margin-top: 60px;
}

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

.contact-container {
  margin-top: 60px;
}

.experience-left-div {
  display: -ms-grid;
  display: grid;
  width: 60%;
  max-width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.experience-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.experience-header {
  padding-right: 0px;
  padding-left: 50px;
  font-family: bebas-neue-pro, sans-serif;
  text-align: left;
}

.slider {
  background-color: #f6edd9;
}

.icon-2 {
  opacity: 0.6;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-3 {
  opacity: 0.6;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slide-nav {
  opacity: 0.6;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slider-heading {
  width: 70%;
  max-width: 70%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: bebas-neue-pro, sans-serif;
  text-align: center;
}

.slider-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-highlight {
  color: #007e75;
  font-weight: 600;
}

.text-span-2 {
  font-family: bebas-neue-pro, sans-serif;
  color: #007e75;
  font-weight: 600;
}

.slider-heading-2 {
  width: 70%;
  max-width: 70%;
  font-family: bebas-neue-pro, sans-serif;
  text-align: center;
}

.slider-heading-3 {
  width: 70%;
  max-width: 70%;
  font-family: bebas-neue-pro, sans-serif;
  text-align: center;
}

.services-header {
  margin-bottom: 20px;
  font-family: bebas-neue-pro, sans-serif;
  color: #001400;
}

.services-intro {
  margin-bottom: 0px;
  padding: 10px 20px 0px;
  font-family: korolev, sans-serif;
  color: #001400;
  font-size: 16px;
}

.text-span-3 {
  color: #007e75;
}

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

.about-div-left {
  width: 20%;
  max-width: 20%;
  margin-top: auto;
}

.about-div-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-header {
  margin-bottom: 20px;
  font-family: bebas-neue-pro, sans-serif;
}

.about-image {
  padding: 10px;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.linkedin-link-block {
  max-width: 50px;
  margin-top: auto;
  padding: 10px;
  cursor: pointer;
}

.paragraph-4 {
  margin-top: auto;
  padding: 10px;
}

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

.cta-button {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  border-radius: 9px;
  background-color: #007e75;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: bebas-neue, sans-serif;
  font-size: 25px;
  text-align: center;
  cursor: auto;
}

.cta-button:hover {
  background-color: #107036;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.specialty-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.specialty-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.specialty-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.specialty-header {
  font-family: bebas-neue-pro, sans-serif;
  text-align: center;
}

.text-span-4 {
  color: #007e75;
}

.text-span-5 {
  color: #007e75;
}

.specialty-image {
  display: inline-block;
  width: 50%;
  max-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.specialty-container-1 {
  margin-top: 60px;
}

.specialty-category {
  font-family: bebas-neue-pro, sans-serif;
}

.specialty-paragraph {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: right;
  }

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

@media screen and (max-width: 767px) {
  .experience-container {
    display: block;
  }

  .experience-left-div {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .experience-right-div {
    width: 100%;
    max-width: 100%;
  }

  .experience-header {
    padding-right: 50px;
  }

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

  .about-container {
    display: block;
  }

  .about-div-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-div-right {
    width: 100%;
    max-width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #f6edd9;
  }

  .hero-container {
    display: block;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-left-div {
    width: 100%;
    max-width: 100%;
  }

  .hero-right-div {
    width: 100%;
    max-width: 100%;
  }

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

  .experience-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-nav {
    padding-top: 20px;
  }

  .slider-heading {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 25px;
    text-align: center;
  }

  .slider-heading-2 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 25px;
    text-align: center;
  }

  .slider-heading-3 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 25px;
    text-align: center;
  }

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

  .contact-header {
    padding-left: 10px;
  }

  .cta-button {
    margin-top: 40px;
  }

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

  .specialty-left-div {
    width: 100%;
    max-width: 100%;
  }

  .specialty-right-div {
    width: 100%;
    max-width: 100%;
  }

  .specialty-paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-c54e82a4-7b89-26ba-d8c4-5d66ced37278-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d0bcf7a-6aa8-7b3c-a99e-448b8748fc7a-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_963527c1-997e-b09d-687f-f451ebee8767-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c493b8bf-0024-a7c7-e994-f33b1d0fbd3d-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_61253c3c-3073-1576-7ecd-7eed1a0df5e6-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_907b2b38-3494-cbe0-5f5d-25579dc6a910-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_27beb3e3-4f4d-ab89-199a-18255437d320-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ccdfc259-1b20-6487-dee5-5d9dd85b43f3-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94182c15-d920-ad2d-7a0e-340fdd7a575e-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecac9f86-781d-5919-e143-f85c7fb7c4fe-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ada647e-8f89-54a8-a2c6-6521b0f9e0c7-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0c640d1-6eb3-09f8-f574-639c139b2777-1162b070 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

