#logo, h1, p, ul {
  margin-top: 0
}

.navbar, .row {
  display: -webkit-box;
  display: -ms-flexbox
}

.hst-text, button {
  text-transform: none
}

.dropdown-item, .dropdown-toggle {
  white-space: nowrap
}

.is, .m1 img, .navbar-toggler-icon, img, svg {
  vertical-align: middle
}

.sm h1, p, ul {
  margin-bottom: 1rem
}

.m1 p > a, a {
  text-decoration: none;
  color: #ffdc24
}

.gb .t, svg {
  overflow: hidden
}

.gb .ma, .gb .t {
  text-align: center
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffdc24;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

header {
  display: block
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left
}

.sm h1, b, h1 {
  font-weight: 600
}

ul {
  padding-left: 0
}

a {
  background-color: transparent
}

img {
  border-style: none
}

button {
  border-radius: 0
}

button, input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible
}

.sm h1, body, h1 {
  font-family: LatoLatinWebLight, Arial, sans-serif
}

[type=button], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.navbar-nav .nav-link, .no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col, .col-12, .col-6, .col-lg-4, .col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.collapse:not(.show), .hst-loader, .js-header-search-toggle, .mobile-search-reset {
  display: none
}

.dropdown {
  position: relative
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0
}

.nav-link, .navbar {
  padding: .5rem 1rem
}

.bd-navbar .dropdown-item, .gb .ma > span, .gb a, .hst-text, .m1 {
  color: #f5feff
}

.nav-link {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: 50%/100% 100% no-repeat
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.gb {
  border-radius: .25rem !important
}

.d-none {
  display: none !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column, .flex-row {
  -webkit-box-direction: normal !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.position-relative {
  position: relative !important
}

.w-100 {
  width: 100% !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2, .py-2 {
  padding-top: .5rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.py-2 {
  padding-bottom: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.mr-auto {
  margin-right: auto !important
}

.ml-auto {
  margin-left: auto !important
}

@font-face {
  font-family: CanisMinor;
  font-display: swap;
  src: url(/f/canis-minor.eot);
  src: url(/f/canis-minor.eot?#iefix) format("embedded-opentype"), url(/f/canis-minor.woff2) format("woff2"), url(/f/canis-minor.woff) format("woff"), url(/f/canis-minor.ttf) format("truetype"), url(/f/canis-minor.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

.header-search-hidden {
  background-image: none !important
}

.hst {
  left: 0;
  width: auto;
  z-index: 991
}

.hst-text {
  display: none;
  font-size: 14px;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
  -webkit-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, .37), 0 0 5px 2px rgba(0, 0, 0, .37);
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, .37), 0 0 5px 2px rgba(0, 0, 0, .37)
}

.bd-navbar, .gb .ma > span {
  text-transform: uppercase
}

.hst-container {
  height: 35px;
  background: #f5feff;
  border-radius: 2px;
  padding: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 400px;
  max-width: 500px;
  opacity: .98
}

.hst-container .hst-input {
  -webkit-appearance: none;
  width: 85%;
  background: 0 0;
  font-size: 14px;
  color: #f5feff;
  margin-left: 0;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px 0 0 2px;
  border: 0 solid transparent;
  line-height: 20px
}

.hst-container .hst-btn {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ff9046;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTIzLjIyIDIxLjg0N0wxNy41MSAxNS45YzEuNDY4LTEuNzQ1IDIuMjcyLTMuOTQgMi4yNzItNi4yMjZBOS43IDkuNyAwIDAgMCAxMC4wOTkgMCA5LjcgOS43IDAgMCAwIC40MTQgOS42ODRhOS43IDkuNyAwIDAgMCA5LjY4NCA5LjY4NCA5LjU4IDkuNTggMCAwIDAgNS41NDgtMS43NTJsNS43NTIgNS45ODJjLjI0LjI1LjU2NC4zODcuOS4zODcuMzI4IDAgLjY0LS4xMjUuODc1LS4zNTIuNTAyLS40ODMuNTE4LTEuMjg0LjAzNS0xLjc4NnpNMTAuMSAyLjUyNmE3LjE3IDcuMTcgMCAwIDEgNy4xNTggNy4xNTggNy4xNyA3LjE3IDAgMCAxLTcuMTU4IDcuMTU4IDcuMTcgNy4xNyAwIDAgMS03LjE1OC03LjE1OCA3LjE3IDcuMTcgMCAwIDEgNy4xNTgtNy4xNTh6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 50%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  border: 0;
  display: block
}

.hst-items-container {
  position: absolute;
  z-index: 1002;
  width: 400px;
  background: #f5feff;
  border-radius: 0 0 3px 3px;
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, .3);
  box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, .3);
  opacity: .98
}

.gb .t, .lw1, .m1 p > a {
  position: relative
}

.gb .ma > span, .pl {
  background-repeat: no-repeat;
  background-position: 50%
}

.hst-error, .hst-no-results {
  padding: 10px
}

.hst .hst-loader-gif {
  width: 220px;
  height: 19px;
  margin: 10px 0 15px 10px
}

.hst-items {
  padding: 10px 10px 0
}

.m1 ul {
  padding-left: 20px
}

input[type=search i]::-webkit-search-cancel-button {
  display: none
}

@font-face {
  font-family: LatoLatinWebLight;
  font-display: swap;
  src: url(/f/LatoLatin-Light.eot);
  src: url(/f/LatoLatin-Light.eot?#iefix) format("embedded-opentype"), url(/f/LatoLatin-Light.woff2) format("woff2"), url(/f/LatoLatin-Light.woff) format("woff"), url(/f/LatoLatin-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

html {
  font-size: 12px;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden
}

body, html {
  margin: 0;
  padding: 0
}

body {
  color: #0c3235;
  background-image: url(/img/back-140-50-1026.jpg);
  background-size: 75% auto;
  background-position-y: -20px;
  background-color: #020202
}

.container-fluid {
  padding: 0 5px
}

.is {
  fill: #f5feff;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: -4px
}

.svg-l {
  display: none
}

.gb .ic, .pl {
  display: block
}

.d {
  float: right;
  max-width: 110px;
  width: auto;
  height: auto;
  margin-top: -3.2rem;
  max-height: 4.3rem;
  margin-bottom: .1rem
}

.gb .ma, .lw1, .lwi {
  width: 100%
}

#logo img {
  height: 22px
}

.lw1 {
  height: 0;
  padding-bottom: 65.63%
}

.gb .ma > span, .lwi, .pl {
  position: absolute
}

.lwi {
  height: auto
}

@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden
  }
}

.pl {
  background-size: 100%;
  -webkit-animation-name: ww;
  -o-animation-name: ww;
  animation-name: ww;
  -webkit-animation-duration: 25s;
  -o-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  z-index: -1
}

h1 {
  margin-bottom: .5rem;
  line-height: 1.2;
  font-size: 1.4rem
}

.sm h1 {
  font-size: 1.2rem
}

.gb .ma > span {
  display: inline-block;
  margin: 0 auto;
  top: 18%;
  left: 0;
  padding: 1.4em 0 1.2em;
  width: 100%;
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 0 0 6px hsla(0, 0%, 100%, .9);
  -webkit-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
  background-size: auto 100%
}

.m1 p > a {
  border-bottom: 1px solid #ffdc24
}

@-webkit-keyframes ww {
  50% {
    -webkit-transform: scaleY(.92) scaleX(.97) translateY(8px) translateX(3px) translateZ(0) rotateY(20deg) rotateX(5deg);
    transform: scaleY(.92) scaleX(.97) translateY(8px) translateX(3px) translateZ(0) rotateY(20deg) rotateX(5deg)
  }
}

@-o-keyframes ww {
  50% {
    transform: scaleY(.92) scaleX(.97) translateY(8px) translateX(3px) translateZ(0) rotateY(20deg) rotateX(5deg)
  }
}

@keyframes ww {
  50% {
    -webkit-transform: scaleY(.92) scaleX(.97) translateY(8px) translateX(3px) translateZ(0) rotateY(20deg) rotateX(5deg);
    transform: scaleY(.92) scaleX(.97) translateY(8px) translateX(3px) translateZ(0) rotateY(20deg) rotateX(5deg)
  }
}

.m1 {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  background-color: rgba(4, 17, 18, .62)
}

.gb {
  -webkit-box-shadow: 0 0 1px 1px rgba(245, 254, 255, .53);
  box-shadow: 0 0 1px 1px rgba(245, 254, 255, .53);
  padding: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #092426), to(#0f3e42));
  background: -webkit-linear-gradient(top, #092426, #0f3e42);
  background: -o-linear-gradient(top, #092426 0, #0f3e42 100%);
  background: linear-gradient(180deg, #092426, #0f3e42)
}

.gb .ic {
  height: 20px;
  padding: 1px 0 4px;
  background: 0 0;
  margin: 0 auto
}

.gb .t {
  font-weight: 700;
  font-size: 1rem;
  height: 1.5rem;
  margin: .25rem 0 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #f5feff), to(transparent));
  background-image: -webkit-linear-gradient(left, #f5feff 80%, transparent);
  background-image: -o-linear-gradient(left, #f5feff 80%, transparent);
  background-image: linear-gradient(90deg, #f5feff 80%, transparent)
}

.gb .ma {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0
}

.m1 p > a:not(.ms):before {
  width: 0;
  position: absolute;
  content: " ";
  height: 100%;
  top: 1px;
  border-bottom: 1px solid #ff7819
}

#i-astronaut {
  background-image: url(/app/themes/99/dist/i/astronaut_3361ae41.svg);
  width: 110px;
  height: 110px;
  top: 170px;
  left: 0
}

#i-shuttle {
  background-image: url(/app/themes/99/dist/i/shuttle_8ff02174.svg);
  top: 105px;
  right: 19%;
  width: 70px;
  height: 90px
}

#i-sun {
  top: 136px;
  right: 55%;
  width: 76px;
  height: 76px
}

#i-earth {
  background-image: url(/app/themes/99/dist/i/earth_9a47f042.svg);
  top: 235px;
  right: 10%;
  width: 149px;
  height: 149px
}

#i-saturn {
  background-image: url(/app/themes/99/dist/i/saturn_73fcc8c0.svg);
  top: 600px;
  left: 0;
  width: 229px;
  height: 229px
}

#i-ufo {
  background-image: url(/app/themes/99/dist/i/ufo_00ed9fc5.svg);
  top: 800px;
  right: 0;
  width: 179px;
  height: 179px
}

#i-meteor {
  background-image: url(/app/themes/99/dist/i/meteor_ae46d59a.svg);
  top: 63px;
  right: 1.5%;
  width: 45px;
  height: 60px;
  -webkit-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0s;
  -o-animation-duration: 0s;
  animation-duration: 0s
}

@supports (-ms-ime-align:auto) {
  .m1 {
    border-image-source: none !important;
    border-image-slice: 100% !important;
    border-image-repeat: initial !important;
    border-image-width: 1 !important;
    border: none !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 239, 189, .35) !important;
    box-shadow: 0 0 5px 1px rgba(255, 239, 189, .35) !important
  }
}

@media (max-width: 767px) {
  .pl {
    display: none
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .m1 {
    border: 24px solid #0f3e42;
    border-image-source: url(/img/dots.png);
    border-image-slice: 27;
    border-image-repeat: round;
    border-image-width: 18px;
    border-radius: 30px;
    background-color: rgba(4, 17, 18, .85)
  }

  .sm h1 {
    font-size: 1.5rem
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }

  .mx-md-2 {
    margin-left: .5rem !important
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  html {
    font-size: 13px
  }

  body {
    background-image: url(/img/back-140-60-1600.jpg);
    background-size: 100% auto
  }

  .container-fluid {
    padding: 0 15px
  }

  .container-fluid .row {
    margin: 0 -15px
  }

  .m1 {
    border-image-source: url(/img/dots.png);
    border-image-slice: 27;
    border-image-repeat: round;
    border-image-width: 27px;
    border-radius: 36px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 239, 189, .35);
    box-shadow: 0 0 10px 0 rgba(255, 239, 189, .35)
  }

  .sm h1, h1 {
    font-size: 1.5rem
  }

  .gb .ic {
    height: 25px;
    padding: 1px 0 6px
  }

  .gb {
    -webkit-box-shadow: 0 0 2px 1px rgba(245, 254, 255, .53);
    box-shadow: 0 0 2px 1px rgba(245, 254, 255, .53);
    padding: 5px
  }

  .gb .ma {
    display: block
  }

  .pl {
    display: none
  }

  .gb .t {
    font-size: 1rem;
    height: 1.5rem;
    margin: .5rem 0 0
  }
}

.breadcrumbs, ul.breadcrumbs {
  padding-left: 0
}

@media (max-width: 991px) {
  .js-header-search-toggle {
    margin: 0 10px;
    display: block !important
  }

  #hst-form {
    width: 100%
  }

  .hst-container {
    border-radius: 0;
    background: 0 0;
    width: calc(100% - 10px);
    min-width: 0;
    max-width: none
  }

  .hst-input {
    width: calc(100% - 70px)
  }

  .hst {
    -webkit-transform: translateX(calc(100% - 45px));
    -o-transform: translateX(calc(100% - 45px));
    transform: translateX(calc(100% - 45px));
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 99
  }

  .hst, .mobile-search-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .mobile-search-reset {
    margin-right: 10px;
    width: 30px;
    height: 31px
  }

  .hst-container .hst-btn {
    display: none
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .d-lg-block {
    display: block !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  html {
    font-size: 15px
  }

  body {
    background-image: url(/img/back-140-40-3000.jpg);
    background-size: 100% auto
  }

  .sm h1 {
    font-size: 1.4rem
  }

  .d {
    max-width: 110px;
    max-height: 4.3rem
  }

  .gb .ma > span {
    top: 18%
  }

  #logo img {
    height: 47px
  }

  .hst-text {
    display: block
  }

  .hst-container .hst-input {
    color: #0c3235
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .d {
    max-width: 200px;
    max-height: 5rem
  }

  p {
    margin: .625em 0
  }

  .gb .t {
    font-size: 1rem;
    height: 1.5rem
  }

  .gb .ma > span {
    top: 14%
  }

  .pl {
    display: block
  }

  .is {
    width: 20px;
    height: 20px
  }

  #logo img {
    height: 56px
  }
}

@media (min-width: 1400px) {
  .gb .ma > span {
    top: 16%
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .m1 {
    border-radius: 28px
  }
}

.navbar-dark .navbar-toggler {
  color: #f5feff;
  border-color: rgba(245, 254, 255, .18)
}

.breadcrumbs > li {
  padding: 0 .25rem 0 0
}

.breadcrumbs {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0 0 .25rem;
  font-size: .8rem
}

.bd-navbar {
  font-family: LatoLatinWebLight, sans-serif;
  font-size: 14px;
  padding: .2rem .25rem 0
}

.bd-navbar .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #f5feff;
  -webkit-box-shadow: inset 0 0 0 20px rgba(0, 0, 0, .37), 0 0 9px 4px rgba(0, 0, 0, .37);
  box-shadow: inset 0 0 0 20px rgba(0, 0, 0, .37), 0 0 9px 4px rgba(0, 0, 0, .37);
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;
  font-weight: 600;
  font-size: 13px;
  font-family: CanisMinor
}

.bd-navbar .dropdown-menu {
  font-size: 1rem;
  background-color: #0f3e42;
  color: #f5feff
}

@media (min-width: 992px) {
  .bd-navbar {
    font-size: 16px
  }
}

@media (min-width: 1200px) {
  .bd-navbar .navbar-nav .nav-link {
    padding: .3rem 1rem .4rem;
    font-size: 14px
  }

  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 1600px) {
  .d {
    max-width: 260px;
    max-height: 5.5rem
  }

  .gb .ma > span {
    top: 22%
  }

  .gb .t {
    font-size: 1.1rem;
    height: 1.6rem
  }

  .is {
    width: 24px;
    height: 24px
  }

  #logo img {
    height: 52px
  }

  .bd-navbar .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
    font-size: 16px
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .breadcrumbs {
    display: none
  }
}