.dropdown-wrapper {
  outline: none;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  position: relative;
  /* Enable absolute positionning for children and pseudo elements */
}
.dropdown-wrapper svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 8px;
}
.dropdown-wrapper .dropdown__title {
  text-align: right;
  margin-right: 30px !important;
  font-size: 14px !important;
}

.dropdown-wrapper .dropdown {
  list-style: none;
  font-weight: normal;
  pointer-events: none;
  /* display: none; */
  opacity: 0;
  position: absolute;
  max-height: 87px;
  overflow-y: auto;
  z-index: 20;
}
.dropdown-wrapper .dropdown li .option {
  display: block;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1em;
  padding: 6px;
}

/* Active state */
.dropdown-wrapper.active .dropdown {
  opacity: 1;
  padding: 7px !important;
  /* display: block; */
  pointer-events: auto;
}

.l-dropdown {
  width: 150px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -80px;
}
.l-dropdown .dropdown {
  padding: 0px;
  top: calc(100% - 70px);
  left: 0;
  right: 0;
}

.section-navy .dropdown-wrapper svg {
  fill: #80909B;
}
.section-navy .dropdown-wrapper .dropdown--modal {
  border: 1px solid #80909B;
}
.section-navy .dropdown-wrapper .dropdown--modal.filled {
  color: #80909B;
}
.section-navy .dropdown-wrapper .dropdown__title {
  color: #80909B;
}
.section-navy .dropdown-wrapper .dropdown__title span {
  color: #80909B;
}
.section-navy .dropdown-wrapper .dropdown {
  background: #fff;
  border: 1px solid #80909B;
}
.section-navy .dropdown-wrapper .dropdown li .option {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #80909B;
  opacity: 1;
}
.section-navy .dropdown-wrapper .dropdown li .option:hover {
  color: #fff;
  background: #002237;
  opacity: 1;
}

.u-no-select, .dropdown-wrapper .dropdown__title, .dropdown-wrapper .dropdown li .option {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.u-no-select *, .dropdown-wrapper .dropdown__title *, .dropdown-wrapper .dropdown li .option * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.u-relative {
  position: relative !important;
}

.u-block {
  display: block !important;
}

.u-py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.about-main {
  /*     .dots-block-item-inner-figure span{

          font-size: 50px;
          @media (min-width: 736px) {
              font-size: 40px;
          }
          @media (min-width: 1068px) {
              font-size: 50px;
          }
      } */
}
.about-main .dots-block-item-inner-figure p span {
  line-height: 1em;
}

.header-banner-inner-title {
  max-width: 400px;
  padding: 0;
}

.tech-areas-item-inner-text span {
  line-height: 1.3em;
  /* 
     font-size: 20px;
  @media(min-width: 570px){
      font-size: 27px;
  }

  @media(min-width: 736px){
      font-size: 15px;
  }

  @media(min-width: 1068px){
      font-size: 20px;
  }

  @media(min-width: 1268px){
      font-size: 27px;
  }
   */
}

.tech-use-cases-icon {
  margin-right: 0 !important;
}
@media (min-width: 1068px) {
  .tech-use-cases-icon {
    width: 33%;
  }
}
.tech-use-cases-icon figcaption {
  font-size: 14px;
}
@media (min-width: 500px) {
  .tech-use-cases-icon figcaption {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .tech-use-cases-icon figcaption {
    font-size: 17px;
  }
}

.header-banner-inner {
  max-width: 420px;
}

.banner__image {
  height: 570px;
}
.banner__image .home-header-image {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.product-sections article:nth-child(odd) {
  background-color: transparent;
}

.product-sections > article:nth-child(odd) {
  background-color: #fafafb;
}

.hs-form .f24-fb-container {
  background-color: transparent !important;
}

.get-in-touch-form {
  padding-bottom: 47px !important;
}
@media screen and (min-width: 736px) {
  .get-in-touch-form {
    padding-bottom: 60px !important;
  }
}