:root {
  --forge-red: #ca4741;
  --forge-gray: #7b868d;
  --light-grey: #b8b8b8;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.bg-gradient {
  z-index: -3;
  background-color: #dbe2e6;
  background-image: linear-gradient(#dbe2e6, #c7cbcc);
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.section-hero {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  object-fit: fill;
  width: 200px;
  max-width: none;
  margin-right: 0;
}

.nav-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.bg-grid {
  z-index: -1;
  opacity: .1;
  margin-top: 100px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.bg-grid.about-grid {
  z-index: -1;
  opacity: .2;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  top: 0%;
}

.bg-grid.hero {
  opacity: .07;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  inset: 0%;
}

.bg-grid.about {
  margin-top: 100px;
  margin-bottom: 0;
}

.bg-grid.focus {
  z-index: 1;
  opacity: .2;
  inset: -129% 0% 0%;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.hero-wrapper {
  z-index: 2;
  object-fit: fill;
  background-color: #dbe2e6c2;
  width: 100%;
  margin-top: 90px;
  margin-left: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.hero-content {
  width: 100%;
}

.h1 {
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 900;
  line-height: 105%;
}

.h1.focus {
  background-color: var(--forge-red);
}

.paragraph {
  width: 100%;
}

.paragraph.card {
  color: #333;
  font-size: 20px;
  line-height: 125%;
}

.subheading-hero {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.button {
  background-color: var(--forge-red);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 50px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
  transition: box-shadow .25s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  box-shadow: inset 0 0 0 10px var(--forge-red);
  pointer-events: auto;
  color: #333;
  background-color: #ca474100;
  border-style: solid;
}

.button.submit-button {
  letter-spacing: .75px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.button.hero {
  border: 7px solid var(--forge-red);
  margin-right: 20px;
}

.button.ghost {
  border: 7px solid var(--forge-red);
  color: #313131;
  background-color: #ca474100;
}

.button.ghost.dark {
  color: #ebebeb;
  border-color: #696969;
}

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

.button.footer {
  margin-top: 0;
}

.button.footer:hover {
  color: #ececec;
}

.button.dark {
  background-color: #525252;
}

.button.small {
  padding: 10px 15px;
  font-size: 16px;
}

.section-facts {
  justify-content: center;
  margin-top: 200px;
  padding: 0;
  display: block;
  position: relative;
}

.container-facts {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 70px 50px;
  display: grid;
}

.fact-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: block;
}

.text-block-5 {
  color: #464646;
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.section-about {
  background-color: var(--forge-gray);
  flex-flow: row;
  justify-content: center;
  margin-top: 100px;
}

.about-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-content {
  text-align: center;
  width: 50%;
  max-width: 700px;
  padding: 50px;
}

.paragraph-2 {
  color: #ebebeb;
  width: auto;
  font-size: 20px;
  line-height: 130%;
}

.paragraph-2.black {
  color: #333;
  text-align: center;
  width: 600px;
}

.paragraph-2.black.left {
  text-align: left;
  width: 450px;
}

.image-1 {
  object-fit: contain;
  width: 45%;
  max-width: 700px;
  margin-right: 0;
  padding-left: 0;
}

.perks-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.perks-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.perks-title {
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  font-size: 20px;
  font-weight: 900;
}

.perks-text {
  color: #464646;
  text-align: center;
  width: 14rem;
  font-size: 20px;
}

.image-6 {
  box-shadow: none;
  filter: saturate(0%);
  border-style: solid;
  border-color: #333;
  width: 100px;
  margin-bottom: 5px;
}

.section-work {
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: clip;
}

.container-work {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.work-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.work-gallery-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: none;
}

.gallery-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #7b868d00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 450px;
  text-decoration: none;
  display: flex;
}

.gallery-card-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 15px;
  text-decoration: none;
  display: flex;
}

.card-title {
  color: #333;
  text-align: center;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
}

.card-text {
  color: #333;
  text-align: center;
  width: auto;
  max-width: 260px;
  font-size: 16px;
  text-decoration: none;
}

.image-7 {
  opacity: 1;
  object-fit: cover;
  width: 400px;
  height: 275px;
  margin-bottom: 10px;
}

.g-content-text {
  text-decoration: none;
}

.section-service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-top: 200px;
  margin-bottom: 200px;
}

.container-service {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-tabs {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: none;
}

.dropdown-wrapper {
  width: 100%;
  position: relative;
}

.dropdown-trigger {
  border: 1px none var(--light-grey);
  cursor: pointer;
  background-color: #e2e2e200;
  border-top-right-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 30px;
  display: flex;
  box-shadow: 0 -1px #b8b8b8;
}

.dropdown-content {
  background-color: #fafafa00;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-10 {
  object-fit: contain;
  width: 35px;
  height: 35px;
}

.tab-title-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  display: none;
}

.text-block-7 {
  flex-flow: column;
  font-size: 22px;
  font-weight: 900;
  display: block;
}

.section-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--forge-gray);
  justify-content: center;
  margin-top: 200px;
}

.container-contact {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  width: 40%;
  max-width: 500px;
}

.paragraph-4 {
  color: #fff;
  width: 350px;
  font-size: 20px;
  line-height: 125%;
}

.image-13 {
  object-fit: contain;
  width: 150px;
  position: static;
  transform: rotate(90deg);
}

.form {
  width: 100%;
}

.text-field {
  color: #333;
  background-color: #fffffff2;
  height: 40px;
  box-shadow: inset 0 -1px #ffffffa1;
}

.text-field.message-field {
  height: auto;
  padding-bottom: 125px;
}

.section-footer {
  background-color: #252525;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bn-sub {
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: 900;
}

.image-14 {
  width: 100%;
  max-width: 500px;
  display: none;
}

.image-15 {
  object-fit: contain;
  width: 200px;
  max-width: none;
}

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

.lottie-animation-2 {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.image-20 {
  width: 30px;
  height: 30px;
  padding: 5px;
}

.phone-link {
  color: #333;
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.lottie-animation-3 {
  display: none;
}

.image-21 {
  object-fit: contain;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  padding: 5px;
  transform: rotate(-90deg);
}

.text-wrapper-2 {
  margin-top: 1em;
  margin-bottom: 3em;
}

.slider_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.arrow {
  width: 2rem;
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div_1 {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide-2 {
  height: 100%;
  padding-right: 2rem;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 3.7em;
  display: flex;
}

.box._1, .box._2 {
  z-index: 1;
  background-color: #ababab;
  border-radius: 0;
  position: relative;
}

.box._3 {
  z-index: 1;
  color: #f3f3f3;
  background-color: #ababab;
  border-radius: 0;
  position: relative;
}

.slide68_arrow {
  background-color: var(--forge-red);
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 6rem;
}

.div_1-2 {
  border-bottom: 10px solid var(--forge-gray);
  background-color: #fafafae6;
  order: -1;
  height: 100%;
  margin-right: 22px;
  padding: 10px 20px;
  font-weight: 700;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  height: 1.7rem;
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider_component {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
}

.image-slider {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h2-small {
  text-align: center;
  font-size: 24px;
}

.bg-video-container {
  z-index: 1;
  width: 100vw;
  height: 700px;
  display: none;
  position: absolute;
  inset: 10% 0% 0%;
}

.background-video {
  opacity: .2;
  filter: blur(2px);
  transform-style: preserve-3d;
  height: 700px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.bold-text {
  font-weight: 900;
}

.tint {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 105%;
}

.h2.white {
  color: #ebebeb;
}

.icon-3 {
  width: 30px;
}

.fact-sb-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.text-span {
  background-color: var(--forge-red);
  margin-right: 200px;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
}

.section-hero-about {
  z-index: 2;
  position: static;
}

.container-hero-about {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-focus-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.hero-about-text {
  text-align: center;
  width: 60%;
  margin-top: 150px;
}

.section-about-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: none;
  padding: 70px 50px;
  display: block;
  position: relative;
}

.about-title-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-margin {
  z-index: 2;
  width: 98%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: clip;
}

.service-page-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.service-content-box {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
  position: static;
}

.service-page-text {
  z-index: -1;
  text-align: left;
  background-color: #ebebeb;
  flex-flow: row;
  width: 100%;
  margin-top: 150px;
  padding: 50px 50px 100px;
  display: flex;
  position: relative;
}

.bg-color {
  background-color: var(--forge-gray);
  width: 100vw;
  height: 500px;
  position: absolute;
  inset: 11% 0% 0%;
}

.paragraph-margin {
  margin-top: 20px;
  font-size: 20px;
  line-height: 130%;
}

.service-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.service-section-2 {
  margin-top: 150px;
}

.service-2-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

.service-2-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-right: 10px solid var(--forge-red);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px 10px 10px;
  display: grid;
}

.service-paragraph {
  color: #505050;
  width: 100%;
  font-size: 20px;
  line-height: 130%;
}

.image-24 {
  object-fit: cover;
  width: 30%;
}

.service-section-3 {
  background-color: var(--forge-gray);
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.service-3-container {
  display: flex;
}

.service-3-container.space {
  height: 75px;
}

.service-3-card {
  color: #ebebeb;
  border-bottom: 5px solid #677279;
  border-right: 5px solid #677279;
  width: 30%;
  padding: 50px;
}

.service-3-card.ui {
  width: 50%;
}

.service-3-text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 130%;
}

.heading-6 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 110%;
  display: flex;
}

.footer-content-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-wrapper_2 {
  justify-content: space-between;
  width: 98%;
  max-width: 1400px;
  padding: 20px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: baseline;
  display: flex;
}

.footer-branding {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #e7e5e5;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-nav-link {
  color: #9c9c9c;
  font-size: 18px;
  line-height: 110%;
  text-decoration: none;
}

.icon.ic--type-1 {
  filter: brightness(0%);
  width: 15px;
  height: 15px;
}

.footer-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-column-title {
  color: #ebebeb;
  font-size: 22px;
}

.footer-contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ebebeb;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.footer-contact-text {
  color: #9c9c9c;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-contact-text.white {
  color: #ebebeb;
}

.copyright {
  color: #8d8d8d;
  background-color: #3b3b3b;
  width: 100%;
  font-size: 16px;
}

.copyright-margin {
  width: 98%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.nav-dropdown-list {
  background-color: silver;
}

.nav-dropdown-list.w--open {
  background-color: #ebebeb;
  padding-right: 0;
}

.nav-dropdown-link {
  border-left: 8px solid var(--forge-red);
  color: #7c7c7c;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-dropdown-link:hover {
  background-color: #7b868d33;
}

.nav-dropdown-link.w--current {
  color: var(--forge-red);
}

.margin-1400px {
  width: 98%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.bg-image {
  z-index: -1;
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 19% 0% 0%;
}

.section-hero-focus {
  z-index: 2;
  position: static;
}

.container-hero-focus {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-focus-text {
  color: #ebebeb;
  text-align: center;
  width: 60%;
  margin-top: 150px;
}

.paragraph-focus {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--forge-gray);
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.subheading-focus {
  background-color: var(--forge-red);
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-centred {
  z-index: 2;
  color: #eee;
  text-align: center;
  align-items: center;
  width: 30%;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  position: relative;
}

.c-about-2 {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 70px 50px;
  display: grid;
}

.image-25 {
  width: 30%;
}

.div-block {
  position: relative;
}

.image-26 {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-27 {
  z-index: 2;
  position: relative;
}

.section-about-intro {
  flex-flow: row;
  justify-content: center;
  margin-top: 100px;
}

.text-link {
  color: #585858;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

.text-link:hover {
  color: var(--forge-red);
}

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

.container-about-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  display: flex;
}

.image-28 {
  object-fit: cover;
  width: 50%;
}

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

.dropdown {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  border-top: 1px solid #b8b8b8;
  flex-flow: column;
  padding: 30px 10px;
  display: flex;
}

.dropdown-toggle {
  color: #333;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.lottie-animation {
  width: 35px;
  height: 35px;
}

.dropdown-text {
  color: #585858;
  width: 50%;
  line-height: 150%;
  overflow: hidden;
}

.droptdown-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-29 {
  object-fit: contain;
  width: 50%;
}

.grey-block {
  background-color: var(--forge-gray);
  height: 30px;
}

@media screen and (max-width: 991px) {
  .image {
    width: 150px;
  }

  .nav-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-link {
    font-size: 16px;
  }

  .bg-grid {
    margin-top: 100px;
  }

  .bg-grid.hero {
    display: flex;
  }

  .hero-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 50px;
    line-height: 100%;
  }

  .paragraph {
    font-size: 17px;
  }

  .subheading-hero {
    font-size: 25px;
  }

  .button.submit-button {
    padding: 15px 30px;
    font-size: 15px;
  }

  .button.hero, .button.ghost {
    padding: 15px;
    font-size: 15px;
  }

  .button.footer {
    padding: 12px 15px;
    font-size: 15px;
  }

  .button.footer:hover {
    color: var(--forge-red);
  }

  .container-facts {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 140%;
  }

  .section-about {
    margin-top: 150px;
  }

  .about-wrapper {
    flex-flow: column;
    padding: 20px 20px 70px;
  }

  .about-content {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

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

  .image-1 {
    width: 80%;
    display: none;
  }

  .perks-title {
    font-size: 19px;
  }

  .perks-text {
    width: 9.7rem;
    font-size: 17px;
  }

  .image-6 {
    width: 80px;
  }

  .section-work {
    margin-top: 50px;
  }

  .dropdown-content {
    font-size: 16px;
    line-height: 110%;
  }

  .section-contact {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 150px;
  }

  .container-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .image-13 {
    width: 100px;
  }

  .bn-sub {
    font-size: 17px;
  }

  .image-15 {
    width: 150px;
  }

  .image-20 {
    width: 40px;
    height: 40px;
  }

  .slider_mask {
    width: 50%;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2em;
  }

  .slider_component {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    font-size: 45px;
  }

  .text-span {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-focus-content {
    margin-top: 0;
  }

  .hero-about-text {
    margin-top: 100px;
  }

  .section-about-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-content-box {
    margin-top: 0;
  }

  .service-page-text {
    flex-flow: column;
    margin-top: 125px;
  }

  .service-2-container {
    flex-flow: column;
  }

  .service-2-content {
    border-bottom: 10px solid var(--forge-red);
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-24 {
    width: 100%;
    height: 250px;
  }

  .service-3-container {
    flex-flow: column;
    align-items: center;
  }

  .service-3-card, .service-3-card.ui {
    width: 100%;
  }

  .heading-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon.ic--type-1 {
    width: 13px;
    height: 13px;
  }

  .footer-contact-text {
    font-size: 17px;
  }

  .nav-dropdown-toggle {
    font-size: 16px;
  }

  .paragraph-focus {
    flex-flow: column;
    align-items: center;
  }

  .subheading-focus {
    font-size: 22px;
  }

  .paragraph-centred {
    width: 70%;
  }

  .c-about-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    display: flex;
  }

  .section-about-intro {
    margin-top: 150px;
  }

  .container-about-2 {
    flex-flow: column;
  }

  .image-28 {
    width: 100%;
    height: 300px;
  }

  .text-block-8 {
    display: none;
  }

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

  .text-block-10 {
    display: none;
  }

  .dropdown-text {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    z-index: 0;
    position: static;
  }

  .nav-links-wrapper {
    z-index: 3;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #2c2c2c;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-left: 50px;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% 0% -100%;
    overflow: hidden;
  }

  .nav-link {
    color: #d6d6d6;
    font-size: 25px;
    font-weight: 900;
  }

  .nav-link.w--current {
    color: #d6d6d6;
    font-weight: 900;
  }

  .hero-wrapper {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .hero-content {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph {
    text-align: center;
    width: 400px;
  }

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

  .section-facts {
    margin-top: 100px;
  }

  .container-facts {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: column;
    display: flex;
  }

  .fact-block {
    width: 100%;
  }

  .text-block-5 {
    max-width: none;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-content {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .paragraph-2.black {
    width: 350px;
  }

  .paragraph-2.black.left {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-1 {
    width: 75%;
  }

  .perks-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: inline-grid;
  }

  .perks-content {
    width: 200px;
    margin: 0;
  }

  .perks-text {
    width: 9.7rem;
  }

  .work-gallery-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .service-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .service-content {
    text-align: center;
  }

  .service-tabs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .dropdown-trigger {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 150px;
  }

  .dropdown-content {
    text-align: center;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-10 {
    width: 30px;
    height: 30px;
  }

  .tab-title-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 110%;
  }

  .container-contact {
    flex-flow: column;
    align-items: center;
  }

  .contact-wrapper {
    width: 80%;
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .form-wrapper {
    width: 80%;
  }

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

  .image-13 {
    transform: rotate(0);
  }

  .bn-sub {
    text-align: center;
  }

  .gallery-link {
    width: 100%;
  }

  .image-20 {
    width: 40px;
    height: 40px;
  }

  .lottie-animation-3 {
    z-index: 5;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .image-21 {
    width: 30px;
    height: 30px;
  }

  .slider_mask {
    width: 80%;
  }

  .slide-2 {
    padding-right: 1.5rem;
  }

  .box {
    padding: 2em;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .div_1-2 {
    display: none;
  }

  .slider_component {
    padding-bottom: 6rem;
  }

  .background-video {
    display: none;
  }

  .icon-3 {
    width: 23px;
  }

  .fact-sb-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-about-text {
    flex-flow: column;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .section-about-2 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: column;
  }

  .about-title-block {
    width: 100%;
  }

  .service-page-text {
    flex-flow: column;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .footer-wrapper_2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-nav-link {
    font-size: 17px;
  }

  .icon.ic--type-1 {
    filter: invert(86%);
    width: 20px;
    height: 20px;
  }

  .footer-column-title {
    font-size: 20px;
  }

  .footer-contact-text {
    text-align: center;
  }

  .footer-contact-text.white {
    width: auto;
  }

  .nav-dropdown {
    margin-left: 0;
  }

  .nav-dropdown-toggle {
    color: #d6d6d6;
  }

  .nav-dropdown-toggle.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-dropdown-list.w--open {
    background-color: #ebebeb00;
    flex-flow: wrap;
    position: sticky;
  }

  .nav-dropdown-link {
    color: #ececec;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
  }

  .bg-image {
    top: 30%;
  }

  .hero-focus-text {
    flex-flow: column;
    align-items: center;
    width: 500px;
    margin-top: 50px;
    display: flex;
  }

  .subheading-focus {
    text-align: center;
  }

  .c-about-2 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: column;
  }

  .text-block-9 {
    text-transform: none;
    font-size: 25px;
    font-weight: 900;
  }

  .dropdown-text {
    width: 100%;
  }

  .image-29 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-links-wrapper {
    background-image: linear-gradient(#1d1d1d, #424242);
  }

  .nav-link {
    font-size: 25px;
  }

  .hero-wrapper {
    margin-left: 0;
  }

  .hero-content {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .h1 {
    text-align: left;
    font-size: 35px;
  }

  .h1.focus, .h1.centered {
    text-align: center;
  }

  .paragraph {
    width: 300px;
  }

  .button.hero {
    margin-right: 0;
    padding: 8px 10px;
  }

  .button.ghost {
    margin-top: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.footer {
    color: var(--forge-red);
    text-transform: none;
    background-color: #ca474100;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    transition-property: none;
  }

  .button.footer:hover {
    box-shadow: none;
  }

  .container-facts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

  .fact-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-content {
    width: 100%;
  }

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

  .paragraph-2.black {
    width: 250px;
  }

  .perks-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .perks-content {
    width: 110px;
  }

  .perks-text {
    width: 8.6rem;
  }

  .section-work {
    margin-top: 0;
  }

  .dropdown-content {
    width: 275px;
  }

  .section-contact {
    margin-top: 50px;
  }

  .contact-wrapper {
    width: 300px;
  }

  .form-wrapper {
    width: 90%;
  }

  .paragraph-4 {
    width: 300px;
  }

  .bn-sub {
    text-align: left;
  }

  .image-21 {
    width: 26px;
    height: 26px;
  }

  .slider_mask {
    width: 90%;
  }

  .box {
    padding: 1.5em;
  }

  .h2 {
    font-size: 30px;
  }

  .hero-about-text {
    width: 100%;
  }

  .section-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-page-text {
    width: 100%;
  }

  .service-2-content {
    padding: 10px;
  }

  .footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .icon.ic--type-1 {
    width: 15px;
    height: 15px;
  }

  .footer-column {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-focus-text {
    width: 100%;
  }

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

  .paragraph-centred {
    width: 100%;
  }

  .c-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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


