.background-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92vh;
  display: flex;
}

.spacer {
  height: 40px;
}

.text-block {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.navbar {
  background-color: #000;
}

.navlink {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 10px;
}

.center-content-div {
  background-color: #aa2a0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 200px;
  display: flex;
}

.about-us {
  background-image: linear-gradient(#000 62%, #dd4300);
}

.main-title {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.main-title.orange {
  color: #dd4300;
}

.main-title.black {
  color: #000;
}

.main-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Varela, sans-serif;
}

.main-text.left {
  text-align: left;
}

.contact-us {
  background-color: #000;
}

.small-spacer {
  width: 20px;
  height: 20px;
}

.code-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.standards {
  background-color: #dd4300;
  width: 100%;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

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

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

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

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

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

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

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
}

.list-item {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image {
  vertical-align: bottom;
  width: 101%;
  max-width: 101%;
  height: auto;
  margin-right: 0;
  padding-right: 4px;
  display: inline-block;
}

.equipment {
  background-color: #000;
}

.equipment-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  padding-left: 0;
}

.list-2 {
  padding-left: 20px;
}

.gallery {
  background-image: linear-gradient(#000 92%, #dd4300);
}

.gallery-scroll {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #dd4300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #c7c7c7cc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-2.shadow-two {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.div-block-2 {
  background-color: #aa2a0000;
}

.services {
  background-color: #dd4300;
  padding-top: 100px;
  padding-bottom: 100px;
}

.spacer-40 {
  padding-bottom: 40px;
}

.text-block-3 {
  text-align: center;
}

.bold-text {
  color: #000;
}

@media screen and (max-width: 991px) {
  .center-content-div {
    padding: 50px 100px;
  }

  .icon {
    color: #fff;
  }

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

  .menu-button {
    background-color: #797272;
  }

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

  .container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .services {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .center-content-div {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-overview, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .spacer.mini {
    height: 40px;
  }

  .center-content-div {
    padding: 10px 10px 100px;
  }

  .icon {
    color: #fff;
  }

  .about-us {
    background-color: #000;
    background-image: url('../images/mainDarkBackground.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .main-title {
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    display: flex;
  }

  .main-title.orange {
    color: #dd4300;
  }

  .link {
    color: #dd4300;
    text-align: left;
    text-decoration: none;
  }

  .main-text {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, Geneva, sans-serif;
    display: flex;
  }

  .main-text.left {
    text-align: left;
  }

  .contact-us {
    background-image: url('../images/mainDarkBackground.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .small-spacer {
    height: 20px;
  }

  .menu-button {
    background-color: #000;
  }

  .container {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-2 {
    max-width: none;
  }

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

#w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aa4-ac3a8b96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aa5-ac3a8b96, #w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aa6-ac3a8b96, #access-dash.w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aa9-ac3a8b96, #w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aaa-ac3a8b96, #lead-retrieval.w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aad-ac3a8b96, #w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aae-ac3a8b96, #lead-scoring.w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03ab1-ac3a8b96, #w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03ab2-ac3a8b96, #sponsored-sections.w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03ab5-ac3a8b96, #w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03ab6-ac3a8b96, #w-node-_8ad82473-b2a4-b24d-578e-e9d5dcc4ec4c-ac3a8b96, #w-node-_81716b0a-f496-3844-b66f-e67d9a04e639-ac3a8b96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-dc0e2a7f-51a8-b1b3-21af-3940c5d03aa4-ac3a8b96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
