/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300italic.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500italic.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700italic.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/michroma-v16-latin-regular.eot");
  src: local(''), url("../fonts/michroma-v16-latin-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/michroma-v16-latin-regular.woff") format('woff'), url("../fonts/michroma-v16-latin-regular.ttf") format('truetype'), url("../fonts/michroma-v16-latin-regular.svg#Michroma") format('svg');
}
body {
  background: #f4f4f4;
}
body,
body * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ag {
  width: 100%;
  max-width: 780px;
  margin: min(20px, max(0px, calc(50vw - 390px))) auto;
  text-align: left;
  background: #fff;
  border: none;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-print-color-adjust: exact !important;
          color-adjust: exact !important;
  font-family: 'Roboto', Sans-Serif;
  font-weight: 300;
  color: #1c2432;
  font-size: 14px;
  line-height: 1.4em;
}
#ag h1,
#ag h2,
#ag h3,
#ag h4,
#ag h5,
#ag h6,
#ag p,
#ag ul,
#ag ol {
  font-family: 'Roboto', Sans-Serif;
  font-weight: 300;
  color: #1c2432;
  font-size: 14px;
  line-height: 1.4em;
  margin: 15px 0;
}
#ag h1,
#ag h2 {
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  line-height: 1.3em;
}
#ag h1 {
  color: #1c2432;
  font-weight: 400;
  font-size: 28px;
  margin: 15px 0 30px 0;
}
#ag h1 + h2 {
  margin-top: -15px;
}
#ag h2 {
  font-family: 'Roboto', Sans-Serif;
  color: #1c2432;
  font-size: 19px;
  margin-bottom: 30px;
}
#ag h3,
#ag p[role="heading"][aria-level="3"] {
  font-weight: 500;
  margin-bottom: 0;
}
#ag h3 + p,
#ag p[role="heading"][aria-level="3"] + p,
#ag h3 + ul,
#ag p[role="heading"][aria-level="3"] + ul {
  margin-top: 0;
}
#ag a {
  color: #1c2432;
  text-decoration: none;
}
#ag b,
#ag strong {
  font-weight: 500;
}
#ag ul {
  padding: 0 15px;
  list-style: square;
}
#ag ul li {
  padding-left: 4px;
  padding-top: 2px;
}
#ag ul li ul {
  margin: 0;
}
#ag hr {
  border: none;
  border-top: 1px solid #999;
  margin: 25px 0;
}
#ag br.space {
  display: block;
  content: '';
  height: 15px;
}
#ag span.nbsp {
  display: inline-block;
  width: 0.3em;
}
#ag .apply-wrap {
  margin: 20px 0 25px 0;
}
#ag a.apply {
  display: inline-block;
  background: #1c2432;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 39px;
}
#ag a.apply:hover {
  background: #293085;
  color: #fff;
}
#ag header {
  position: relative;
}
#ag header .hero {
  display: block;
  width: 100%;
}
#ag header .claim {
  position: absolute;
  max-width: 50%;
  right: min(30px, 3.9vw);
  bottom: min(30px, 3.9vw);
  background: rgba(33,38,52,0.6);
  padding: 3px 25px;
}
#ag header .claim p {
  color: #fff;
  margin: 0.4em 0 0.6em 0;
}
#ag header .claim p.statement {
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  font-weight: 400;
  font-size: 24px;
}
#ag header .claim p.people {
  font-size: 13px;
}
#ag main {
  padding: 15px min(65px, 8.3vw);
}
#ag main [itemprop="responsibilities"],
#ag main [itemprop="qualifications"],
#ag main [itemprop="incentives"] {
  margin: 15px 0;
}
#ag main .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 20px 0;
}
#ag main .contact img.contact-foto {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ag main .contact p.contact-info {
  margin: 0;
}
#ag main .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px 70px;
  padding-bottom: min(20px, 2.5vw);
}
#ag main .footer p:first-child {
  margin-top: 0;
}
#ag main .footer p:last-child {
  margin-bottom: 0;
}
#ag main .footer .logo {
  max-width: 165px;
}
#ag .ldad {
  display: none !important;
}
@media all and (max-width: 699px) {
  #ag {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  #ag h1,
  #ag h2,
  #ag h3 {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
  #ag h1 {
    font-size: 24px;
  }
  #ag h2 {
    font-size: 16px;
  }
  #ag ul {
    padding-right: 0;
  }
  #ag header .claim {
    max-width: 70%;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
  #ag header .claim p.statement {
    font-size: 20px;
  }
  #ag header .claim p.people {
    font-size: 12px;
  }
}
@media all and (max-width: 499px) {
  #ag header .claim {
    max-width: calc(100% - min(60px, 7.8vw));
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
  #ag header .claim p.statement {
    font-size: 17px;
  }
  #ag header .claim p.people {
    font-size: 11px;
  }
  #ag main .contact {
    gap: 15px;
  }
  #ag main .contact img.contact-foto {
    width: 70px;
    height: 70px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px) {
  #ag {
    font-size: 13px;
  }
  #ag h1,
  #ag h2,
  #ag h3,
  #ag h4,
  #ag h5,
  #ag h6,
  #ag p,
  #ag ul,
  #ag ol {
    font-size: 13px;
  }
  #ag h1 {
    font-size: 19px;
  }
  #ag h2 {
    font-size: 12px;
  }
}
@media print {
  body {
    background: none;
  }
  #ag {
    margin: 0;
    max-width: 100%;
    border-width: 0;
  }
  header,
  [itemprop] {
    page-break-inside: avoid;
  }
}
