@import url("https://fonts.cdnfonts.com/css/roboto");
#app:not(.loaded) {
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
b {
  font-weight: normal;
}

html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  height: 100%;
}
html button,
body button {
  font-family: "Roboto", sans-serif;
}

.d-none {
  display: none !important;
}

main {
  padding-top: 64px;
  min-height: calc(100% - 64px - 263px);
}

header .wrap,
footer .wrap {
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  padding: 0 30px;
  margin-right: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
header .logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 25px;
}
header .logo-bar .logo {
  width: 257px;
  height: 48px;
  background: url("https://img04.en25.com/EloquaImages/clients/MotorolaSolutionsInc/%7B6ab6145b-44eb-4f0c-a42b-7451eb497405%7D_11_colors-1-b_w.png") left no-repeat;
  background-size: contain;
  display: block;
}
@media (max-width: 374px) {
  header .logo-bar .logo {
    background-size: contain;
    width: 70px;
  }
}
header .logo-bar .custom-btn {
  margin-top: 0;
}

footer {
  background-color: #232323;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #808080;
  font-size: 12px;
}
footer .footer-social__icons a {
  text-decoration: none;
}
footer .footer-social__icons a svg path {
  fill: grey;
}
@media (max-width: 374px) {
  footer footer .logo {
    max-width: 100%;
    background-size: contain;
  }
  footer footer .logo a {
    max-width: 100%;
    display: block;
  }
  footer footer .logo a img {
    max-width: 100%;
  }
  footer footer .logo .custom-btn {
    display: none;
  }
}
footer .part-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
footer .social-links {
  display: flex;
  align-items: center;
  font-size: 13px;
}
footer .social-links p {
  margin-right: 15px !important;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
footer .legal-links {
  display: flex;
  justify-content: center;
}
footer .legal-links a {
  display: flex;
  justify-content: center;
  color: #808080;
  text-decoration: none;
  font-size: 12px;
  margin: 0 12px;
}
footer .legal-links a:hover {
  color: #fff;
}
footer .legal-links .seperator {
  background-color: #808080;
  height: 10px;
  width: 1px;
  margin-top: 2px;
}
footer .footer-social__icons {
  display: flex;
  align-items: center;
}
footer .footer-social__icons a {
  margin: 6px;
  display: flex;
}
footer .footer-social__icons a .hover-img {
  display: none;
}
footer .footer-social__icons a:hover img:not(.hover-img) {
  display: none;
}
footer .footer-social__icons a:hover img.hover-img {
  display: block;
}
footer .legal-text p {
  margin: 0;
  text-align: center;
  margin-bottom: 16px;
}
footer .legal-text p.copyright {
  margin-top: 12px;
  margin-bottom: 36px;
}
footer .legal-text .seperator {
  background-color: #808080;
  height: 10px;
  width: 1px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
  footer .part-1,
  footer .social-links {
    flex-direction: column;
  }
  footer .social-links {
    width: 100%;
    max-width: 350px;
  }
  footer .social-links p {
    padding: 15px 0;
    margin-right: 0 !important;
  }
  footer .footer-social__icons {
    width: 100%;
    justify-content: space-between;
  }
  footer .legal-links {
    flex-direction: column;
  }
  footer .legal-links a {
    padding-bottom: 15px;
  }
  footer .legal-links:last-child {
    padding-bottom: 0;
  }
  footer .legal-links .seperator {
    display: none;
  }
}

.radio label {
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative;
}
.radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #004281;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin: 0 0 0 -40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 2px;
  transition: all 0.3s ease;
  width: 22px;
}
.radio label input:after {
  background: #fff;
  content: "";
  transition: all 0.5s ease;
}
.radio label input:checked {
  background-color: #fff;
}
.radio label input:checked:before {
  background: #004281;
  border-radius: 100px;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}
.radio label input:hover {
  background-color: #fff;
}
.radio label input:hover:after {
  background: #004281;
  border-radius: 100px;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}

#menu-toggle {
  display: none;
}

.logo-container a {
  display: block;
  position: relative;
  z-index: 11;
}

body.overflow-hidden {
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  header .menu-options {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: calc(100% - 50px);
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: flex;
    background-color: #fff;
    margin-top: 64px;
    opacity: 0;
    z-index: -1;
    height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0 25px 10px 25px;
  }
  .menu-button-container {
    display: flex;
  }
  .closeHeader {
    display: none;
  }
  #menu-toggle:checked + .menu-options {
    opacity: 1;
    z-index: 10;
    height: 46px;
  }
  #menu-toggle:checked ~ .menu-button-container .closeHeader {
    display: block;
  }
  #menu-toggle:checked ~ .menu-button-container .openHeader {
    display: none;
  }
}
.textWhite {
  color: #fff;
}

.textLightBlue {
  color: #00a3e0;
}

.textBlue {
  color: #00a3e0;
}

.textDarkBlue {
  color: #024486;
}

.textGrey {
  color: #b3b3b3;
}

.textCenter {
  text-align: center;
}

.textUppercase {
  text-transform: uppercase;
}

.fullwidth {
  max-width: 100% !important;
}

.wrap {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
.wrap.noMaxWidth {
  max-width: 100%;
  padding: 0;
}
.wrap.large {
  max-width: 1440px;
  padding: 0;
}

.halfWrap {
  max-width: 555px;
}
.halfWrap.left {
  margin-left: auto;
}
.halfWrap.right {
  margin-right: auto;
}

.centerElements {
  display: flex;
  justify-content: center;
}

img {
  display: block;
  max-width: 100%;
}

p {
  margin: 0;
}

.cursorPointer {
  cursor: pointer;
}

.custom-btn {
  padding: 13px 43px;
  max-width: 100%;
  border-radius: 25px;
  background-color: #00a3e0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.custom-btn img {
  width: 15px;
  margin-left: 10px;
}
.custom-btn span {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.custom-btn.disabled {
  opacity: 30%;
  cursor: default;
  pointer-events: none;
}
.custom-btn.blue {
  background-color: #005EB8;
  color: #fff;
}
.custom-btn.white {
  background-color: #fff;
  color: #000;
}
.custom-btn.white:hover {
  background-color: #000;
  color: #fff;
}
.custom-btn.black {
  background-color: #000;
  color: #fff;
}
.custom-btn.black:hover {
  background-color: rgba(66, 66, 66, 0.9607843137);
  color: rgba(255, 255, 255, 0.9607843137);
}
.custom-btn.light-blue {
  background-color: #00a3e0;
  color: #fff;
}
.custom-btn.light-blue:hover {
  background-color: #fff;
  color: #00a3e0;
}
.custom-btn.outline {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.custom-btn.outline:hover {
  background-color: #000;
  color: #fff;
}
.custom-btn.whiteOutline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.custom-btn.whiteOutline:hover {
  background-color: #fff;
  color: #000;
}
.custom-btn.blueBlack {
  background-color: #221f1f;
  color: #00a3e0;
}
.custom-btn.blueBlack:hover {
  background-color: rgba(66, 66, 66, 0.9607843137);
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  color: #fff;
  padding: 140px 0 160px 0;
}
.hero h2.subtitle {
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 40px;
  max-width: 479px;
}
.hero p.description {
  line-height: 30px;
}/*# sourceMappingURL=common.css.map */