@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria.woff2") format("woff2"), url("fonts/Cambria.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  font-display: swap;
  font-family: 'Cambria', sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  opacity: 1;
  background: url("../images/manager-min.jpg") no-repeat center center transparent;
  background-attachment: fixed;
  color: #FFF;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    body {
      font-size: 14px; } }

a,
a:visited {
  color: #FFF;
  text-decoration: none; }

header {
  padding: 50px;
  text-align: right; }

h1 {
  font-weight: 900;
  font-size: 30px; }

ul {
  padding: 50px !important;
  max-width: 617px; }

.list {
  position: absolute;
  bottom: 0px; }

ul,
li {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul img,
  li img {
    max-width: 100%;
    height: auto; }
  ul a,
  ul a:visited,
  li a,
  li a:visited {
    background-color: #0146aded;
    color: #FFF;
    width: 159px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    ul a img,
    ul a:visited img,
    li a img,
    li a:visited img {
      width: 31px;
      height: auto; }
    ul a:hover,
    ul a:visited:hover,
    li a:hover,
    li a:visited:hover {
      text-decoration: underline;
      color: #b8eeff; }

@media only screen and (min-width: 1px) and (max-width: 767px) {
  ul {
    width: 100%; }

  ul li {
    width: 100%; }
    ul li a {
      width: 100%; }

  .list {
    position: relative; } }

/*# sourceMappingURL=style.css.map */