html, body, div, span, img, input, select, textarea, footer, header, main, a {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: auto;
  border: none;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px #ffffff;
}

html {
  min-height: 100%;
  height: 100%;
}

span {
  float: initial;
}

html, body, main {
  font-family: "roboto-light";
  font-size: 24px;
  color: #333;
  width: 100%;
}

.hidden {
  display: none;
}

.mobile-show {
  display: none;
}

.w-auto {
  width: auto;
  min-width: auto;
}

.w100 {
  display: inline;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.w50 {
  width: 50%;
}

.w33 {
  width: 33.33%;
}

.w66 {
  width: 66.66%;
}

.w25 {
  width: 25%;
}

.w75 {
  width: 75%;
}

.h100 {
  min-height: 100%;
  height: 100%;
}

.h-100-header {
  height: calc(100% - 140px);
}

.float-none {
  float: initial !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.mt01 {
  margin-top: 0.1rem;
}

.mt02 {
  margin-top: 0.2rem;
}

.mt03 {
  margin-top: 0.3rem;
}

.mt05 {
  margin-top: 0.5rem;
}

.mt07 {
  margin-top: 0.7rem;
}

.mt08 {
  margin-top: 0.8rem;
}

.mt09 {
  margin-top: 0.9rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt7 {
  margin-top: 7rem;
}

.mt-02 {
  margin-top: -0.2rem;
}

.mt-05 {
  margin-top: -0.5rem;
}

.mt-1 {
  margin-top: -1rem;
}

.mt-15 {
  margin-top: -1.5rem;
}

.mt-2 {
  margin-top: -2rem;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mr02 {
  margin-right: 0.2rem;
}

.mr03 {
  margin-right: 0.3rem;
}

.mr05 {
  margin-right: 0.5rem;
}

.mr1 {
  margin-right: 1rem;
}

.ml1 {
  margin-left: 1rem;
}

.plr05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.plr1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p02 {
  padding: 0.2rem;
}

.p03 {
  padding: 0.3rem;
}

.p04 {
  padding: 0.4rem;
}

.p05 {
  padding: 0.5rem;
}

.p1 {
  padding: 1rem;
}

.pt01 {
  padding-top: 0.1rem;
}

.pt02 {
  padding-top: 0.2rem;
}

.pt05 {
  padding-top: 0.5rem;
}

.pt03 {
  padding-top: 0.3rem;
}

.pt05 {
  padding-top: 0.5rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt15 {
  padding-top: 1.5rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}

.pt7 {
  padding-top: 7rem;
}

.pt8 {
  padding-top: 8rem;
}

.pt9 {
  padding-top: 9rem;
}

.pt10 {
  padding-top: 10rem;
}

.pt20vw {
  padding-top: 8vw;
}

.pt20p {
  padding-top: 20%;
}

.pt25p {
  padding-top: 25%;
}

.pt30p {
  padding-top: 30%;
}

.pt35p {
  padding-top: 35%;
}

.pt40p {
  padding-top: 40%;
}

.pt50p {
  padding-top: 50%;
}

.pt58 {
  padding-top: 8rem;
}

.pl05 {
  padding-left: 0.5rem !important;
}

.pl1 {
  padding-left: 1rem;
}

.pl15 {
  padding-left: 1.5rem;
}

.pl2 {
  padding-left: 2rem;
}

.pl3 {
  padding-left: 3rem;
}

.pr1 {
  padding-right: 1rem;
}

.pr15 {
  padding-right: 1.5rem;
}

.pr2 {
  padding-right: 2rem;
}

.pr05 {
  padding-right: 0.5rem;
}

.pr1 {
  padding-right: 1rem;
}

.pr15 {
  padding-right: 1.5rem;
}

.pr2 {
  padding-right: 2rem;
}

.pr3 {
  padding-right: 3rem;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb02 {
  padding-bottom: 0.2rem;
}

.pb05 {
  padding-bottom: 0.5rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb8 {
  padding-bottom: 8rem;
}

.pl03 {
  padding-left: 0.3rem;
}

.float-none {
  float: initial !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-normal {
  font-style: normal;
}

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

.text-smaller {
  font-size: 90%;
}

.text-smallest {
  font-size: 70%;
}

.text-large {
  font-size: 180%;
}

.text-xlarge {
  font-size: 5vw;
}

.font-roboto-bold {
  font-family: "roboto-xbold";
}

.text-red {
  color: #970000;
}

.text-blue {
  color: #227EBF;
}

.text-green {
  color: #79AA41 !important;
}

.text-darkgreen {
  color: #223012;
}

.text-italic {
  font-style: italic;
}

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

.text-title {
  font-size: 200%;
}

.text-subtitle {
  font-size: 120%;
}

.text-thin {
  font-family: "roboto-thin";
}

.text-light {
  font-family: "roboto-light";
}

.text-medium {
  font-family: "roboto-medium";
}

.text-fat {
  font-family: "roboto-bold";
}

.text-uppercase {
  text-transform: uppercase;
}

.text-highlight {
  font-weight: 700;
  color: #444;
}

.text-disclaimer {
  font-size: 70%;
  color: #777;
}

.text-superscript {
  font-size: 30%;
  top: -0.8rem;
  margin-left: 0;
}

.text-embossed {
  background-color: #333;
  background-clip: text;
  -webkit-background-clip: text;
  color: #333;
  text-shadow: 1px 1px 1px #f1f1f1;
}

.hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:hover {
  color: #227EBF;
}

.z-index {
  z-index: 9999;
}

.fixed {
  position: fixed;
}

.at-bottom {
  position: absolute;
  bottom: 0;
}

.center-horizontally {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  min-width: auto;
  max-width: none;
}

.center-vertically {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inline {
  padding-left: 2%;
  padding-right: 2%;
}

.debug {
  background: red;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-default {
  cursor: default;
}

@font-face {
  font-family: "roboto-light";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Light.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "roboto-thin";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Thin.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Regular.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "roboto-xbold";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Bold.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "roboto-medium";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Medium.ttf"); /* IE9 Compat Modes */
}
@font-face {
  font-family: "roboto-bold";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Bold.ttf"); /* IE9 Compat Modes */
}
/* width */
::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar:horizontal {
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9f9f9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bg.bg-maintenance {
  background-image: url("../img/terravalue/images/bg-maintenance.avif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-network {
  background-image: url("../img/terravalue/images/bg-network.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-skyline {
  background-image: url("../img/terravalue/images/bg-skyline.webp");
  background-size: 100vh auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-hero {
  background-image: url("../img/terravalue/images/bg-hero.webp");
  background-size: 100vh auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-buildings {
  background-image: url("../img/terravalue/images/bg-buildings.png");
  background-size: 100vh auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-grid {
  background-image: url("../img/terravalue/images/bg-grid.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg.bg-wave-1 {
  background-image: url("../img/terravalue/images/bg-wave.webp");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg.bg-wave-2 {
  background-image: url("../img/terravalue/images/bg-wave-2.webp");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg.bg-wave-3 {
  background-image: url("../img/terravalue/images/bg-wave-3.webp");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-disclaimer {
  background-image: url("../img/terravalue/images/bg-disclaimer.png");
  background-size: 60%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.bg.bg-footer {
  background-image: url("../img/terravalue/images/bg-footer.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg.bg-bottom {
  background-position: bottom center;
}

.btn {
  border-radius: 7px;
  padding: 0.3rem 1rem;
  text-shadow: none;
  border: 0.5px solid #555;
}
.btn.btn-cancel {
  background: #e1e1e1;
}
.btn.btn-accept {
  background: #79AA41;
  color: #f9f9f9;
}
.btn.btn-email {
  font-size: 70%;
}
.btn.btn-email:hover {
  border: 1px solid transparent;
  background: #E0AFAF;
  color: #000;
}

.logo {
  width: auto;
  height: 80px;
}

.nav.nav-item {
  width: auto;
  margin-left: 0.5rem;
  font-size: 60%;
}
.nav.nav-block-first {
  margin-left: 5%;
}
.nav.nav-button {
  border-radius: 7px;
  padding: 0.25rem 1rem;
}
.nav.nav-button.btn-login {
  background: #d5d5d5;
  text-shadow: none;
}
.nav.nav-button.btn-register {
  background: #79AA41;
  color: #f9f9f9;
  text-shadow: none;
}
.nav.nav-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  text-shadow: none;
}
.nav.nav-mobile div, .nav.nav-mobile i, .nav.nav-mobile a {
  text-shadow: none;
}
.nav.nav-mobile .nav-mobile-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-top: 1px solid #ccc;
}

.icon {
  background-repeat: no-repeat;
}
.icon.icon-small {
  margin-top: 2.2%;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  width: 20px;
  height: 20px;
}
.icon.icon-dot {
  width: 20px;
  height: 20px;
  background-image: url("../img/terravalue/icons/icon-dot.png");
  background-size: 8%;
  background-position: center center;
}
.icon.icon-nav {
  width: 32px;
  height: 32px;
}

.panel {
  padding: 0.5rem;
}
.panel.panel-glass-morph {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.panel.panel-glass-morph.panel-green {
  background: rgba(94, 166, 89, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(94, 166, 89, 0.3);
}
.panel .panel-bullet {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-top: 3px solid #227EBF;
  border-left: 3px solid #227EBF;
}
.panel .panel-number {
  width: 40px;
  font-family: "roboto-bold";
  font-size: 200%;
  color: #227EBF;
}
.panel .panel-dot {
  width: 40px;
  font-family: "roboto-bold";
  font-size: 200%;
  color: #227EBF;
  margin-top: -0.4rem;
}
.panel .panel-number-text,
.panel .panel-dot-text {
  width: calc(100% - 40px);
}
.panel.panel-no-padding {
  padding: 0;
}
.panel.panel-no-padding .panel-dot {
  width: 15px;
  font-size: 80%;
  margin-top: 0;
  padding-left: 0.2rem;
}
.panel.panel-no-padding .panel-dot-text {
  width: calc(100% - 15px);
}

.header {
  position: fixed;
  height: 80px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  z-index: 99999;
}

.footer {
  background: #f4f3ee;
  font-size: 80%;
}
.footer div, .footer a {
  text-shadow: none;
  color: #c1c1c1;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-copyright {
  font-size: 70%;
}
.footer .logo {
  height: 70px;
  width: auto;
}
.footer .disclaimer {
  font-size: 60%;
  color: #bbb;
}
.footer input.subscribe {
  border: 0;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.2rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ccc;
}
.footer input.subscribe:focus {
  border: 0;
  outline: none;
}
.footer .field-group .input-icon input {
  width: calc(100% - 40px);
  height: 40px;
}
.footer .field-group .input-icon .icon {
  width: 40px;
  height: 40px;
  background: #227EBF;
  color: #ccc;
  border: 0;
}

.modals {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999999;
  background: rgba(26, 26, 26, 0.73);
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.9px);
  -webkit-backdrop-filter: blur(7.9px);
  border: 1px solid rgba(26, 26, 26, 0.3);
}
.modals .modal {
  position: absolute;
  width: 90%;
  height: 80%;
  background: #f5f5f5;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.modals .modal .header {
  position: relative;
  height: 20px;
  background: linear-gradient(90deg, rgb(34, 126, 191) 0%, rgb(121, 170, 65) 100%);
}
.modals .modal .content {
  position: relative;
  height: calc(100% - 40px);
  line-height: 1.1;
  font-size: 70%;
  overflow-x: auto;
}
.modals .modal .content .title {
  font-size: 320%;
  line-height: 1.1;
}
.modals .modal .footer {
  position: relative;
  height: 20px;
  background: linear-gradient(90deg, rgb(34, 126, 191) 0%, rgb(121, 170, 65) 100%);
}

.page.page-hero {
  height: 100%;
}
.page .page-logo {
  width: auto;
  float: left;
  height: 160px;
}
.page .page-hero-text {
  padding-top: 55vh;
}
.page .page-default {
  min-height: 50%;
}
.page .page-title {
  font-size: 240%;
}
.page .page-subtitle {
  font-size: 140%;
  margin-top: -0.3rem;
}

.maintenance .text-small {
  font-size: 70%;
}
.maintenance .text-smaller {
  font-size: 80%;
}
.maintenance .text-larger {
  font-size: 120%;
}
.maintenance .border-top {
  border-top: 1px solid #999;
}
.maintenance .border-bottom {
  border-bottom: 1px solid #999;
}
.maintenance .page.page-logo {
  width: auto;
  float: none !important;
  height: 240px;
}

@media screen and (max-device-width: 1200px) {
  html, body, main {
    font-size: 18px;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-p05 {
    padding: 0.5rem;
  }
  .mobile-mt1 {
    margin-top: 1rem !important;
  }
  .mobile-text-normal {
    font-weight: normal;
  }
  .mobile-pt0 {
    padding-top: 0 !important;
  }
  .mobile-float-right {
    float: right !important;
  }
  .mobile-w100 {
    width: 100% !important;
  }
  .w33 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    margin-top: 0.5rem;
  }
  .w66 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    margin-top: 0.5rem;
  }
  .text-title {
    font-size: 140%;
  }
  .bg.bg-skyline {
    background-image: url("../img/terravalue/images/mobile-bg-skyline.webp");
  }
  .bg.bg-hero {
    background-image: url("../img/terravalue/images/mobile-bg-hero.webp");
  }
  .table .row .cell {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0.5rem;
  }
  .page.page-logo {
    height: 180px !important;
  }
  .page .page-title {
    font-size: 180%;
  }
  .page .page-subtitle {
    font-size: 130%;
  }
  .btn {
    padding: 0.8rem 1rem;
  }
}