body {
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Barlow, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  font-weight: 500;
  text-decoration: none;
}

ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.viewport {
  height: 100vh;
}

.viewport.blured {
  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-filter: blur(10px);
  filter: blur(10px);
}

.geo-map {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #f7f7f7;
}

.sidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 420px;
  max-width: 700px;
  min-width: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-right: 4px solid #eee6e6;
  background-color: #fff;
}

.sidebar.search-on {
  width: 85%;
  max-width: none;
}

.sidebar.open {
  width: 700px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
}

.image {
  height: 70%;
}

.sidebar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-content {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  max-height: 100vh;
  max-width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
  border-style: solid;
  border-width: 0.5px 1px;
  border-color: #4c6ceb;
  background-color: #5977f1;
  cursor: pointer;
}

.navigation-item:hover {
  background-color: #4c6ceb;
}

.navigation-item.current-page {
  background-color: #4c6ceb;
}

.navigation-item.user-icon {
  background-image: url('../images/bxs-user-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.navigation-item.map-icon {
  background-image: url('../images/bxs-map-alt.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.navigation-item.map-icon.w--current {
  background-color: #4c6ceb;
}

.navigation-opener {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  cursor: pointer;
}

.navigation-opener:hover {
  background-color: #f8f8f8;
}

.content-header {
  min-width: 300px;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eee6e6;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dropdown {
  height: auto;
  min-height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.native-icon {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.native-icon.sidebar-trigger-disable {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #5977f1;
}

.native-icon.sidebar-trigger-enable {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #5977f1;
}

.sidebar-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 300px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  font-weight: 600;
  cursor: pointer;
}

.sidebar-title.gray {
  background-color: #f8f8f8;
}

.sidebar-title.gray.two-lines {
  height: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.sidebar-item.two-lines {
  height: auto;
  max-width: 320px;
  min-width: 320px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.sidebar-item.two-lines.responsive {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-container.responsive-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.accordion-container.tree {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 20px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ccd5fa;
  cursor: pointer;
}

.toggle.toggle-enabled {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.toggle.toggle-disabled {
  background-color: #eeeaea;
}

.tap-trigger {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #5977f1;
}

.content-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 300px;
  margin-top: 10px;
  margin-bottom: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-search.table-search {
  padding-right: 20px;
}

.form-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #eee6e6;
  border-radius: 5px;
}

.form-inner-block.map-form {
  height: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-color: #eeeaea;
  background-color: #fff;
  box-shadow: 0 6px 7px 1px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-inner-block.map-form:hover {
  box-shadow: 0 11px 7px 1px rgba(0, 0, 0, 0.1);
}

.form-block {
  margin-bottom: 0px;
}

.form-block.map-search {
  position: relative;
}

.main-search {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px none #000;
}

.submit-button {
  display: none;
}

.icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 45px;
  padding-top: 4px;
  -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;
  border-right: 1px solid #eeeaea;
  background-color: #f8f8f8;
}

.icon-area.large {
  min-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(51, 51, 51, 0.19);
  font-size: 20px;
}

.search-area {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 120px;
  padding-right: 160px;
  padding-left: 160px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-area.map-search-area {
  position: static;
  width: auto;
  height: auto;
  min-width: 20vw;
  padding-top: 20px;
  padding-right: 9%;
  padding-left: 9%;
}

.gray-area {
  width: 200px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #eeeaea;
  background-color: #f8f8f8;
}

.map-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.tools-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  padding: 4px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #eeeaea;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tools-container:hover {
  box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.15);
}

.tool-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(238, 230, 230, 0.59);
  background-color: #fff;
  background-image: url('../images/icon-info.svg');
  background-position: 50% 50%;
  background-size: contain;
  font-family: Materialicons, sans-serif;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}

.tool-button:hover {
  background-color: #f7f7f7;
}

.tool-button:active {
  background-color: #eee6e6;
}

.tool-button.click {
  background-image: url('../images/icon-click.svg');
}

.tool-button.erase {
  background-image: url('../images/icon-erase.svg');
}

.tool-button.target {
  background-image: url('../images/icon-target.svg');
}

.tool-button.zoom-area {
  background-image: url('../images/icon-zoom-area.svg');
}

.tool-button.zoom-in {
  background-image: url('../images/icon-zoom-in.svg');
}

.tool-button.zoom-out {
  background-image: url('../images/icon-zoom-out.svg');
}

.tool-button.backward {
  background-image: url('../images/icon-backward.svg');
}

.tool-button.forward {
  background-image: url('../images/icon-forward.svg');
}

.tool-button.line {
  background-image: url('../images/icon-line.svg');
}

.tool-button.shape {
  background-image: url('../images/icon-polygon.svg');
}

.tool-button.globe {
  background-image: url('../images/icon-globe.svg');
}

.tool-button.info {
  background-image: url('../images/icon-info.svg');
}

.tool-button.pic {
  background-image: url('../images/icon-picture.svg');
}

.tool-button.print {
  background-image: url('../images/icon-print.svg');
}

.tool-button.pin {
  background-image: url('../images/icon-pin.svg');
}

.tool-button.layer {
  background-image: url('../images/icon-layer.svg');
}

.mainpanel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.map-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mapareacontrol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.status-bar {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-width: 110px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.item-status {
  margin-right: 10px;
}

.status-item-title {
  font-weight: 600;
}

.map {
  height: 100vh;
}

.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;
}

.dropdown-link {
  background-color: #fff;
}

.dropdown-link:hover {
  background-color: #f8f8f8;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.gray-icon {
  opacity: 0.31;
  font-family: Materialicons, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.gray-icon.large {
  opacity: 0.13;
  font-size: 26px;
}

.icon {
  font-family: Materialicons, sans-serif;
  color: #eee6e6;
  font-size: 20px;
  font-style: normal;
}

.navigation-item-content {
  position: absolute;
  left: 38px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 7px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #5977f1;
  background-color: #5977f1;
}

.navigation-item-content.nav-item-closed {
  display: none;
}

.nav-child {
  width: 100%;
  margin-left: 1px;
  padding: 10px 20px;
  background-color: #4c6ceb;
}

.nav-child:hover {
  background-color: #5977f1;
}

.sidebar-body {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-body.responsive {
  display: block;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sidebar-body.responsive.result-preview.result2 {
  display: none;
}

.sidebar-body.responsive.result-preview.result2-copy {
  display: none;
}

.sidebar-body.responsive.result-preview.result3 {
  display: none;
}

.sidebar-body.responsive.result-preview.result2-copy {
  display: none;
}

.sidebar-body.responsive.result-preview.result4 {
  display: none;
}

.sidebar-body.responsive.result-preview.result5 {
  display: none;
}

.sidebar-body.search-result {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-results {
  position: absolute;
  left: 0%;
  top: 65px;
  right: 0%;
  bottom: 0%;
  height: auto;
  border-radius: 5px;
}

.regular-button {
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #5977f1;
}

.regular-button.right-space {
  margin-right: 20px;
}

.regular-button.small {
  margin-right: 6px;
  padding: 5px 18px;
  border-radius: 3px;
  font-weight: 500;
}

.regular-button.small.gray {
  background-color: #eee6e6;
  color: #333;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.text-block-3 {
  padding-right: 20px;
}

.home-body {
  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;
}

.section {
  position: relative;
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/interface.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.form-inner-block-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 460px;
  min-width: 460px;
  padding: 40px 40px 20px;
  -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;
  background-color: #fff;
}

.login-form {
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
  -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;
  border-radius: 5px;
  box-shadow: 7px 7px 19px 0 rgba(66, 87, 160, 0.28);
}

.form-inner-block-spaced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #eee6e6;
  border-radius: 5px;
}

.form-inner-block-spaced-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  margin-bottom: 20px;
  -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;
}

.home-logo {
  max-width: 220px;
  margin-bottom: 40px;
}

.light-h5 {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -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;
  background-color: #f8f8f8;
}

.link {
  text-decoration: none;
}

.top-navbar {
  background-color: #f8f8f8;
}

.base-navbar {
  background-color: #fff;
}

.blog-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4c6ceb;
  color: #fff;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call-to-action {
  color: #fff;
}

.blog-intro-content {
  width: 1200px;
  max-width: 1200px;
}

.intro-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
}

.image-2 {
  max-width: 400px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 10px 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.nav-logo-link {
  display: block;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.blog-content-container {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cards-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-color: #eee6e6;
}

.paragraph {
  margin-bottom: 29px;
  text-align: left;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.brand {
  height: 60px;
}

.image-3 {
  height: 100%;
}

.blog-body {
  font-size: 15px;
  line-height: 25px;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 150px;
  margin-bottom: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/interface_intro.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/interface_intro.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.geopixel-logo {
  width: 230px;
  height: 70px;
}

.geopixel-logo.glue {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 40px;
  width: 170px;
  height: 32px;
  padding: 7px 15px 7px 7px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  background-image: url('../images/geocidades_logo.gif');
  background-position: 2px 1px;
  background-size: 150px;
}

.list {
  max-height: 450px;
  margin-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 5px;
}

.item-title {
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.regular-content-item {
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.regular-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 39px;
  padding-left: 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  font-weight: 600;
}

.item-actions {
  padding-top: 10px;
}

.action-icon {
  margin-right: 5px;
}

.dragroot {
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
}

.tree-item {
  padding-left: 20px;
  border-left: 1px solid #eee6e6;
}

.tree-item.master-layer-list {
  margin-left: 0px;
  padding-left: 6px;
  border-left-style: none;
}

.tree-item.regular {
  padding-left: 0px;
  border: 1px none #000;
}

.node-facility {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.node-facility.parent-layer {
  margin-left: -7px;
  padding-left: 30px;
  background-image: url('../images/bx-layer.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.node-facility.parent-layer.toggle-trigger {
  font-weight: 500;
}

.node-cpe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.node-cpe.parent {
  margin-left: -7px;
  padding-left: 28px;
  background-image: url('../images/bx-folder-open.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.text-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-bookmark-list {
  display: none;
  min-width: 300px;
  padding-right: 30px;
  padding-left: 40px;
  -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;
  background-color: transparent;
  font-weight: 400;
  cursor: pointer;
}

.sidebar-bookmark-list.two-lines {
  height: auto;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item.master-layer-list {
  margin-left: 0px;
  padding-left: 0px;
  border-left-style: none;
}

.list-parent {
  padding-left: 20px;
  border-left: 1px solid #eee6e6;
}

.list-parent.master-layer-list {
  margin-left: 0px;
  padding-left: 0px;
  border-left-style: none;
}

.tiny-button {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  border-radius: 3px;
  background-color: #eee6e6;
  opacity: 0.19;
  font-size: 20px;
  text-align: center;
}

.tiny-button:hover {
  opacity: 0.7;
}

.tiny-button.bookmark {
  opacity: 0.8;
}

.tiny-button.bookmark:hover {
  background-color: #4c6ceb;
}

.tiny-button.delete {
  opacity: 0.8;
}

.tiny-button.delete:hover {
  background-color: #f1665c;
  opacity: 1;
}

.list-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.tree-list {
  display: none;
  min-width: 300px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 400;
  cursor: pointer;
}

.tree-list.two-lines {
  height: auto;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.tree-search {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px none #000;
}

.select-item {
  padding: 10px;
  cursor: pointer;
}

.select-item:hover {
  background-color: #f8f8f8;
}

.select-list {
  position: absolute;
  left: 0%;
  top: 36px;
  right: 0%;
  bottom: auto;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.12);
  list-style-type: none;
}

.selector-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.html-embed {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 26px;
}

.blog-heading {
  font-weight: 600;
  text-transform: none;
}

.button {
  width: 70px;
  height: 70px;
  border-radius: 40px;
}

.video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(89, 119, 241, 0.66);
  opacity: 0.7;
}

.video-container:hover {
  background-color: rgba(82, 116, 255, 0.66);
  opacity: 1;
}

.video-play {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background-color: #fff;
  background-image: url('../images/bx-play.svg');
  background-position: 58% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 1;
}

.nav-items {
  margin-bottom: 10px;
  list-style-type: square;
}

.blog-sidebar {
  padding-top: 17px;
  padding-right: 30px;
}

.sidebar-list {
  padding-left: 21px;
  font-weight: 400;
  list-style-type: square;
}

.sublist {
  padding-top: 7px;
  padding-left: 21px;
  list-style-type: square;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.success-message {
  min-width: 460px;
}

.error-message {
  margin-top: 0px;
}

.center-text {
  text-align: center;
}

.image-4 {
  width: 100%;
}

.image-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/image_preview.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loading-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: flex;
  -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;
  background-color: #5977f1;
  opacity: 0.63;
}

.white-text {
  color: #fff;
}

.loading-spinner {
  width: 60px;
  height: 60px;
}

.data-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.data-table-result {
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 10px solid #fff;
  background-color: #f8f8f8;
}

.result-table {
  padding-right: 1px;
  padding-left: 30px;
}

.result-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.result-row:hover {
  background-color: #fff;
}

.result-row.selected-row {
  position: relative;
  background-color: #fff;
  font-weight: 600;
}

.column {
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee6e6;
  cursor: pointer;
}

.column.list-title.gray-cell {
  background-color: #eee6e6;
}

.selected-preview {
  position: absolute;
  left: auto;
  top: auto;
  right: -6px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #eee6e6;
  border-bottom: 1px solid #eee6e6;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.search-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  max-width: 700px;
  min-width: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-right: 4px solid #eee6e6;
  background-color: #fff;
}

.search-trigger.search-on {
  width: 85%;
  max-width: none;
}

.table-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.bold-text {
  font-family: Materialicons, sans-serif;
}

.material-icon {
  margin-right: 6px;
  font-family: Materialicons, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-style: normal;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-icon {
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.sidebar-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.sidebar-image-container.two-lines {
  height: auto;
  max-width: 320px;
  min-width: 320px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.sidebar-image-container.two-lines.responsive {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-container {
  overflow: hidden;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-right: 10px;
  border-radius: 25px;
}

.link-error {
  color: #fa3e3e;
}

.text-block-5 {
  margin-bottom: 7px;
  color: #fff;
  font-weight: 400;
}

.geopixel-cidades {
  width: 230px;
  height: 70px;
}

.geopixel-cidades.glue {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 40px;
  width: 170px;
  height: 32px;
  padding: 7px 15px 7px 7px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  background-image: url('../images/geocidades_logo.gif');
  background-position: 2px 1px;
  background-size: 150px;
  background-repeat: no-repeat;
}

.sidebar-link {
  display: block;
  margin-bottom: 2px;
}

.sidebar-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.sidebar-item-2.two-lines {
  height: auto;
  max-width: 320px;
  min-width: 320px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .main-content {
    padding: 40px 20px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer-2 {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-logo-link {
    height: 60px;
  }
}

#w-node-aaf450738c8d-6bcf88b9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-aaf450738c8d-6bcf88b9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-5c328cc9a0d4-6bcf88b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-372f1bcfd49a-6bcf88b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-875ee3ed82e3-6bcf88b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-39dfa355d524-6bcf88b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-c792d54849a4-6bcf88b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-d115b9129958-6bcf88b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Boxicons';
  src: url('../fonts/boxicons.woff2') format('woff2'), url('../fonts/boxicons.woff') format('woff'), url('../fonts/boxicons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}