@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22); }

.sticky + #content {
  padding-top: 64px; }

::placeholder {
  color: #0c3058 !important;
  opacity: .7 !important;
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-decoration-none:hover, .text-decoration-none:visited, .text-decoration-none:active, .text-decoration-none:link {
  text-decoration: none; }

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

input[type=search] {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  background-color: white;
  outline: 0; }

.small-txt-search {
  font: normal normal normal 14px/15px 'Roboto',sans-serif;
  color: rgba(12, 48, 88, 0.7); }
  @media (min-width: 992px) {
    .small-txt-search {
      font: normal normal normal 16px/17px 'Roboto',sans-serif;
      font-size: 16px; } }

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

#select_lang-button {
  width: auto !important;
  display: flex;
  align-items: center;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0; }
  @media (min-width: 992px) {
    #select_lang-button {
      margin: 0 0.5rem; } }

.flex-2 {
  flex: 2 0 0%; }

@media (min-width: 220px) {
  .container-gov {
    padding-right: 10px !important;
    padding-left: 10px !important;
    max-width: 100% !important; } }

@media (min-width: 992px) {
  .container-gov {
    padding-right: 20px !important;
    padding-left: 20px !important; } }

@media (min-width: 1400px) {
  .container-gov {
    max-width: 1400px !important;
    width: 1400px !important; } }

.icon {
  margin-right: 5px;
  margin-left: 10px; }
  .icon:before {
    position: relative;
    top: 2px; }

.icon-globe::before {
  content: url("../img/globe.svg");
  margin-right: 5px; }

.icon-phone::before {
  content: url("../img/phone.svg");
  margin-right: 5px; }

.icon-user {
  margin: 0; }
  .icon-user::before {
    content: url("../img/user.svg");
    margin-right: 0; }

.accent-header {
  font-weight: bold;
  font-size: 20px; }
  @media (min-width: 992px) {
    .accent-header {
      font-size: 42px; } }

header.header {
  color: #fff; }

header .blue-strip {
  padding-left: 1rem;
  height: 64px;
  background: transparent linear-gradient(93deg, #025fdb 0%, #025fdb 35%, #0b3668 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08); }
  header .blue-strip .logo > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    header .blue-strip .logo > a > span {
      margin: 0 0.5rem;
      font-size: 1.5rem; }
      @media (max-width: 490px) {
        header .blue-strip .logo > a > span {
          font-size: 1rem; } }
  header .blue-strip nav.menu > ul > li {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    cursor: pointer; }
    header .blue-strip nav.menu > ul > li:hover > a {
      height: 40px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 6px;
      outline: 0;
      color: #fff; }
    header .blue-strip nav.menu > ul > li > a {
      padding: 0 0.5rem;
      white-space: nowrap;
      text-decoration: none !important; }
    @media (min-width: 992px) {
      header .blue-strip nav.menu > ul > li {
        padding: 0 0.25rem; } }
    @media (min-width: 1200px) {
      header .blue-strip nav.menu > ul > li {
        padding: 0 0.5rem; } }
  @media (max-width: 991px) {
    header .blue-strip {
      height: 64px; }
      header .blue-strip:not(:last-child) {
        border-bottom-width: 0; } }

header .white-strip .gh-tooltip {
  display: none; }

header .white-strip .languages {
  height: 40px; }
  header .white-strip .languages #select_lang-button {
    margin: 0 !important; }
  header .white-strip .languages:hover {
    justify-content: center;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px;
    margin: 0; }
  header .white-strip .languages .ui-selectmenu-button > span.ui-selectmenu-text {
    font: normal normal normal 16px/19px 'Roboto',sans-serif;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center; }

header .white-strip .support-line {
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  position: relative;
  display: flex;
  margin-left: 0.5rem;
  margin-right: 1rem;
  width: 100%; }
  header .white-strip .support-line:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  header .white-strip .support-line_text {
    font-size: 16px; }

header .white-strip .private-zone {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 8px;
  min-height: 40px;
  justify-content: center;
  color: #fff; }
  header .white-strip .private-zone_text {
    font: normal normal normal 16px/19px 'Roboto',sans-serif; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .white-strip .private-zone_text {
        font-size: 0; } }

@media (min-width: 992px) {
  header .white-strip .vl {
    border-left: 0.5px solid #fff;
    height: 21px; } }

header .dark-strip {
  background-color: #fdfdff;
  color: #0c3058 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); }
  header .dark-strip a {
    color: #0c3058 !important;
    text-decoration: none; }
    header .dark-strip a:hover {
      color: #0c3058 !important;
      text-decoration: none; }
  header .dark-strip .container {
    min-height: 100px;
    height: auto; }
    @media (max-width: 991px) {
      header .dark-strip .container {
        height: auto;
        padding: 0 !important; } }

header a {
  color: #fff; }
  header a:hover {
    color: #fff;
    text-decoration: none; }

header .search-box {
  background: #fff 0 0 no-repeat padding-box;
  align-self: center;
  height: 32px;
  z-index: 1;
  border: 1px solid rgba(12, 48, 88, 0.3);
  border-radius: 30px;
  transition: max-width 600ms ease-in-out;
  max-width: 144px; }
  header .search-box form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center; }
    header .search-box form input[type="search"] {
      border: 0;
      height: calc(100% - 2px);
      width: 100%;
      border-radius: 7px;
      padding: 0 10px; }
      header .search-box form input[type="search"]::placeholder {
        opacity: 1 !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .search-box form:not(#divSearchPageSearchBox) input {
        width: 0 !important;
        padding: 0 !important; } }
    header .search-box form #search-btn {
      color: #595959;
      background: transparent;
      border: 0; }
      header .search-box form #search-btn i {
        width: 14px;
        height: 24px;
        background-image: url(data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%2C11%20C5%2C7.691%207.691%2C5%2011%2C5%20C14.309%2C5%2017%2C7.691%2017%2C11%20C17%2C14.309%2014.309%2C17%2011%2C17%20C7.691%2C17%205%2C14.309%205%2C11%20M20.707%2C19.293%20L17.312%2C15.897%20C18.365%2C14.543%2019%2C12.846%2019%2C11%20C19%2C6.589%2015.411%2C3%2011%2C3%20C6.589%2C3%203%2C6.589%203%2C11%20C3%2C15.411%206.589%2C19%2011%2C19%20C12.846%2C19%2014.543%2C18.365%2015.897%2C17.312%20L19.293%2C20.707%20C19.488%2C20.902%2019.744%2C21%2020%2C21%20C20.256%2C21%2020.512%2C20.902%2020.707%2C20.707%20C21.098%2C20.316%2021.098%2C19.684%2020.707%2C19.293%22%20id%3D%22path-1%22%3E%3C/path%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22search%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%20%20%20%20%3C/mask%3E%0A%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22%uD83C%uDFA8-Icon-%u0421olor%22%20fill%3D%22%230D1C2E%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C/use%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
        background-position: 50% 50%;
        background-repeat: no-repeat; }
        @media (min-width: 992px) {
          header .search-box form #search-btn i {
            background-size: 18px 18px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        header .search-box form #search-btn.search-button {
          height: 30px;
          width: 30px;
          margin-right: 4px;
          padding: 6px; } }
  @media (min-width: 992px) {
    header .search-box {
      max-width: 80%;
      height: 40px; } }
  @media (min-width: 1400px) {
    header .search-box {
      max-width: 90%; } }
  @media (max-width: 991px) {
    header .search-box {
      display: flex;
      margin-left: auto;
      max-width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    header .search-box {
      max-width: 40px !important;
      transition: max-width 600ms ease-in-out; } }

.logo-link {
  text-decoration: none; }
  .logo-link img {
    pointer-events: none; }

@media (min-width: 992px) {
  .nav-wrapper {
    opacity: 1;
    width: auto;
    transition: all 1600ms ease-in-out; } }

article {
  padding: 0 0.5rem; }

.article-header .article-info {
  font-size: 1.25rem;
  font-weight: 400;
  color: #595959; }
  @media (max-width: 490px) {
    .article-header .article-info {
      font-size: 0.8rem; } }

.article-header .article-title {
  font-size: 2.688rem;
  font-weight: 400;
  color: #285c7e; }
  @media (max-width: 991px) {
    .article-header .article-title {
      font-size: 2.188rem; } }
  @media (max-width: 490px) {
    .article-header .article-title {
      font-size: 1.375rem;
      line-height: 1.3; } }

.article-pubdate {
  color: #595959;
  font-size: 0.875rem;
  font-weight: 400; }

.article-img {
  width: 100%;
  max-width: 600px; }

.article-subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.3rem; }

.article-change-date {
  font-size: 0.875rem;
  color: #595959;
  font-weight: 400; }

.article-body img.info {
  width: 100%;
  max-width: 200px;
  float: right; }
  @media all and (max-width: 767px) {
    .article-body img.info {
      margin: 0 auto 1rem auto;
      display: block;
      float: none;
      max-width: 150px; } }

.article-body p {
  line-height: 1.5; }

footer {
  margin: 1rem;
  font-size: 14px; }
  footer a {
    text-decoration: none; }

.form {
  max-width: 600px;
  border: 2px solid #285c7e;
  padding: 1rem; }
  .form .form-control, .form .form-select {
    border-radius: 0;
    outline: 0; }
  .form .form-select {
    color: #0c3058;
    opacity: 0.7; }
  .form .form-title {
    color: #285c7e;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.125rem; }
    .form .form-title strong {
      display: block;
      font-size: 1.375rem; }
    @media (max-width: 490px) {
      .form .form-title {
        font-size: 0.813rem; }
        .form .form-title strong {
          font-size: 1.25rem; } }
  .form .btn {
    border-radius: 0; }

.de-requirement {
  display: none;
  visibility: hidden; }

body.lang-hu .private_zone_text {
  font-size: 0.875rem; }

@media (max-width: 375px) {
  body.lang-hu .form .form-title strong {
    font-size: 1.2rem; } }

body.lang-ar {
  direction: rtl;
  text-align: right; }
  body.lang-ar header .blue-strip {
    padding-right: 1rem;
    padding-left: inherit; }
  body.lang-ar .form .input-group-text {
    order: 1;
    direction: ltr; }
  body.lang-ar .form .form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem; }
  body.lang-ar .form .form-control.is-invalid, body.lang-ar .form .was-validated .form-control:invalid {
    background-position: left calc(0.375em + 0.1875rem) center;
    padding-left: calc(1.5em + 0.75rem);
    padding-right: inherit; }
  body.lang-ar .form .form-select.is-invalid:not([multiple]):not([size]), body.lang-ar .form .form-select.is-invalid:not([multiple])[size="1"], body.lang-ar .form .was-validated .form-select:invalid:not([multiple]):not([size]), body.lang-ar .form .was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-position: left 0.75rem center,center left 2.25rem;
    padding-left: calc(1.5em + 0.75rem);
    padding-right: inherit; }
  body.lang-ar .form .form-check .form-check-input {
    float: right; }
  body.lang-ar .form .form-check label {
    padding-right: 1.5em; }

@media (max-width: 490px) {
  body.lang-de .form .form-title strong {
    font-size: 1.115rem; } }

body.lang-de .de-requirement {
  border-radius: 1rem;
  background-color: #025fdb;
  color: #fff;
  padding: .3rem 0.875rem;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 1rem;
  visibility: visible; }

body.lang-gr .private_zone_text {
  font-size: 0.875rem; }

@media (max-width: 390px) {
  body.lang-it .form .form-title strong {
    font-size: 1.2rem; } }

@media (max-width: 375px) {
  body.lang-it .form .form-title strong {
    font-size: 1.1rem; } }

body.lang-es .private_zone_text {
  font-size: 12px; }

@media (max-width: 490px) {
  body.lang-es .form .form-title strong {
    font-size: 1.1rem; } }

@media (max-width: 390px) {
  body.lang-es .form .form-title strong {
    font-size: 1rem; } }
