* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
  }
  *:first-child {
    margin-top: 0;
  }
  *:last-child {
    margin-bottom: 0;
  }
  header,
  nav,
  menu,
  main,
  section,
  article,
  aside,
  footer {
    display: block;
  }
  video,
  audio {
    display: inline-block;
  }
  body {
    font: 400 16px/1.6em Roboto, Arial, Helvetica, sans-serif;
    color: #0d3764;
  }
  h1,
  h2 {
    margin: 1em 0;
    line-height: 1.3em;
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e4a227;
  }
  h3 {
    margin: 1em 0;
    line-height: 1.3em;
    font-size: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e4a227;
  }
  h4,
  h5,
  h6 {
    margin: 1em 0;
    line-height: 1.3em;
    font-size: 1.2em;
    font-weight: 700;
    color: #e4a227;
  }
  strong,
  b {
    font-weight: 700;
  }
  p {
    margin-bottom: 1em;
  }
  a {
    color: #0d3764;
  }
  a:hover {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto !important;
  }
  ul {
    margin: 0 0 1em;
    padding-left: 1.2em;
  }
  li {
    padding-left: 0.6em;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  td {
    margin: 0;
    padding: 0.5em 0;
    vertical-align: top;
    line-height: 1.6em;
    font: inherit;
  }
  hr {
    margin: 2em 0;
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid #ddd;
    clear: both;
  }
  input,
  select,
  textarea {
    margin-bottom: 1em;
    padding: 0.7em 1em;
    width: 100%;
    height: 3.5em;
    font: inherit;
    line-height: 1.6em;
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  textarea {
    height: auto;
  }
  input[type="radio"],
  input[type="checkbox"] {
    width: auto;
    height: auto;
  }
  input[type="submit"],
  .button {
    margin-top: 1em;
    padding: 0.7em 2em;
    width: auto;
    height: auto;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background: #e4a227;
    color: #fff;
    border: none;
    border-radius: 1.5em;
    -webkit-appearance: none;
  }
  input[type="submit"]:hover,
  .button:hover {
    color: #0d3764;
    cursor: pointer;
  }
  input.error,
  textarea.error,
  select.error,
  input.error + span::before {
    border-color: #706657;
    background: #ffbcbc;
  }
  input.error + span::before {
    outline-color: #706657;
    border-color: #ffbcbc;
    background: #ffbcbc;
  }
  input.checkform {
    display: none;
  }
  .mobile {
    display: none;
  }
  .inner {
    padding: 3em 5%;
  }
  .size08 {
    line-height: 1.6em;
    font-size: 0.8em;
  }
  .size12 {
    line-height: 1.4em;
    font-size: 1.2em;
  }
  #background {
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
    background: #0d3764 url(/assets/images/background.webp);
  }
  #logo {
    margin: 0 auto;
    display: block;
    color: #e4a227;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3em;
  }
  #logo img {
    margin: 0 auto 1em;
    width: 3.2em;
    display: block;
  }
  #navigation {
    padding: 0 5%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #e4a227;
  }
  .scroll #navigation {
    position: fixed;
    top: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
  }
  .menu {
    margin: 0;
    padding: 0.7em 0;
  }
  .menu li {
    margin: 0 0.5em;
    padding: 0;
    display: inline-block;
    list-style: none;
  }
  .menu a {
    padding: 0;
    line-height: 1.6em;
    display: block;
    text-decoration: none;
  }
  .menu a:hover,
  .menu .active a {
    color: #0d3764;
  }
  #main {
    padding-top: 3em;
  }
  #tinymce {
    margin: 0;
    padding: 2em 0;
  }
  #tinymce > div {
    margin: 0 !important;
  }
  .slideshow {
    background: #fff;
    border-bottom: 2px solid #e4a227;
  }
  .slideshow .slides {
    line-height: 0;
  }
  .slideshow .slide {
    height: 67vw;
    max-height: 50vh;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    background-size: cover;
    display: inline-block;
  }
  .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2em;
    align-content: flex-start;
    background: #fff;
  }
  .content a:hover img {
    opacity: 0.6;
  }
  .content > * {
    width: 100%;
  }
  .content > div {
    margin: 0 0 1em;
  }
  .content > div:last-child {
    margin: 0;
  }
  .content .white {
    margin-top: 1em;
    padding: 1.5em;
    background: #fff;
  }
  .grey .content {
    background: #f0f0f0;
  }
  .gold .content {
    background: #e4a227;
    color: #fff;
  }
  .gold a,
  .gold h1,
  .gold h2,
  .gold h3,
  .gold h4,
  .dolg h5 {
    color: #fff;
  }
  .blue .content {
    background: transparent;
    color: #fff;
  }
  .blue a {
    color: #fff;
  }
  .gallery {
    margin: 1em 0 2em !important;
  }
  #footer {
    color: #fff;
  }
  #footer a {
    color: #fff;
    text-decoration: none;
  }
  @media (min-width: 1000px) {
    .col12 {
      width: calc(50% - 1em);
    }
    .col13 {
      width: calc(33.33% - 1.333em);
    }
    .content > div,
    .content > div:last-child {
      margin: 1em 0;
    }
  }
  @media (min-width: 1173px) {
    .inner {
      padding: 4em calc(50% - 33em);
    }
    #header {
      padding-top: 3em;
      padding-bottom: 3em;
    }
  }
  @media (min-width: 1333px) {
    body {
      font-size: 1.2vw;
    }
  }
  @media (min-width: 1500px) {
    body {
      font-size: 18px;
    }
  }
  @media (max-width: 1000px) {
    #navigationCtrl {
      margin: 0 auto;
      padding: calc(1.5em - 15px) 10px;
      width: 50px;
      display: block;
    }
    #navigationCtrl span {
      margin: 6px 0;
      display: block;
      border-top: 2px solid #fff;
    }
    #navigationCtrl:hover span {
      border-color: #eee;
    }
    .menu {
      padding: 0.5em 0 1.5em;
      display: none;
      clear: both;
      text-align: center;
    }
    .menu li {
      margin: 0;
      display: block;
    }
    .menu a {
      line-height: 2.6em;
    }
  }
  @media (max-width: 600px) {
    #logo {
      font-size: 1.2em;
    }
    .content .white {
      padding: 1.5em 5%;
    }
  }