<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
</style>

html, body, h1, h2, h3, h4, p, ul, ol, li, table, tr, th, td, form, fieldset, legend, label, input, select, textarea, button, iframe {
    margin: 0;
    padding:0
}

header, nav, main, section, article, aside, footer {
    display:block
}

html {
    font-family: "Roboto", sans-serif;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

html.inside-modal {
    overflow-y:auto
}

body {
    background: fff;
    color: #0a0a0c;
    font-weight: 600;
    font-family:Nunito, sans-serif
}

a {
    outline: 0;
    background-color: transparent;
    color: #005502;
    text-decoration: none;
    -webkit-text-decoration-skip:objects
}

img {
    border: 0;
    vertical-align:middle
}

ul, ol {
    list-style-type:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

fieldset {
    min-width: 0;
    border:0
}

label {
    cursor:pointer
}

input, select, textarea, button {
    border-radius: 0;
    outline: 0;
    font-size: 100%;
    line-height: inherit;
    font-family:inherit
}

input {
    overflow:visible
}

input[type=search] {
    appearance:textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    appearance:none
}

textarea {
    overflow: auto;
    resize:vertical
}

button, input[type=button], input[type=reset], input[type=submit] {
    appearance: button;
    overflow: visible;
    border: 0;
    cursor:pointer
}

button::-moz-focus-inner {
    padding: 0;
    border:0
}

b, strong {
    font-weight:800
}

.no-js .only-js {
    display:none
}

.js .only-no-js {
    display:none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    clip-path:inset(50%)
}

::-webkit-input-placeholder {
    color: inherit;
    opacity:.8
}

:-moz-placeholder {
    opacity:.8
}

::-moz-placeholder {
    opacity:.8
}

:-ms-input-placeholder {
    opacity:.8
}

.clearfix::before, .clearfix::after {
    display: table;
    content: "";
    line-height:0
}

.clearfix::after {
    clear:both
}


.site-header {
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    pointer-events:none;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 219, 219);
    box-shadow: 0px 11px 85px 0px rgba(0,0,0,0.15);
}

.site-header-center {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    pointer-events: auto;
    transition:padding-top 300ms ease
}

.site-header-logo {
    flex: none;
    transition:filter 300ms ease;
    background-color:#fff;
}

/* SITE NAV */

.site-nav {
    text-align:center
}

.site-nav-item {
    display: inline-block;
    z-index: 1;
    position: relative;
    margin: 0 12px;
    vertical-align:middle
}

.site-nav-link {
    display: block;
    z-index: 1;
    position: relative;
    padding: 5px 0 3px;
    border-bottom: 2px solid transparent;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    text-transform: lowercase;
    white-space: nowrap;
    transition:border-color 300ms ease;
}


.site-nav-link:hover, .site-nav-link:focus {
    border-color:#fff
}

.site-nav-link.is-active {
    border-color: transparent;
    font-weight:700
}

.site-nav-link.is-active::before {
    display:block
}

.site-nav-item:hover {
    z-index:2
}

.site-nav-item:hover .site-nav-level2 {
    visibility: visible;
    opacity:1
}

.site-nav-item:focus-within .site-nav-level2 {
    visibility: visible;
    opacity:1
}
/* END - SITE - NAV */

h1 {
  font-size: 28px;
  padding: 20px 0px;
  font-weight: 900;
  font-style: italic;
}

.block-center {
  text-align:center;
  font-weight: 300;
  font-size: 28px;
  min-width: 1000px;
  margin: auto;
  width: 50%;
}

.block-center img {
  margin-bottom:20px;
}

.address {
  color: gray;
  line-height: 24px;
  font-size: 16px;
  margin-top:40px;
}

.hero-image {
  border-radius:20px;
}


.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.partners img {
    margin: 20px 40px;
}


@media only screen and (max-width: 767px) {

  .site-header-logo-img {
    height: 80px;
    padding: 20px;
  }

  .site-nav-item {
    margin: 0px;
  }

 .home {
   padding: 0px;
 }

  h1 {
    font-size: 18px;
    padding: 0px 20px 0px 20px;
  }
  .block-center {
    min-width: 100%;
  }

  .hero-image {
    width:90% !important;
    padding:10px;
  }

  .partners img {
      height:35px !important;
      margin: 10px 10px;
  }

  .partners .netropolis-logo {
      height:20px !important;
  }

  .welcome-link {
    display: none;
  }
}