/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden; }

html {
  position: relative;
  height: 100%; }

strong {
  font-weight: 700; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

em {
  font-style: italic; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  outline: none; }

button {
  -webkit-appearance: none; }

main {
  transition: all .4s ease-out;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 100%; }

* {
  outline: 0;
  box-sizing: border-box; }

/* cores */
html {
  scroll-behavior: smooth; }

.noscroll {
  height: 100%;
  overflow: hidden; }

.cookieStuff {
  position: fixed;
  z-index: 40000;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  padding: 20px; }
  .cookieStuff h3 {
    margin-bottom: 10px;
    font-size: 18px; }
  .cookieStuff p {
    font-size: 15px;
    line-height: normal; }
  .cookieStuff .checks button {
    border: none;
    border-radius: 4px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 10px;
    margin: 10px;
    background-color: #dadada;
    min-width: 100px;
    cursor: pointer; }

section {
  padding: 100px 0; }
  @media (min-width: 1367px) and (max-width: 1440px) {
    section {
      padding: 100px 0; } }
  @media (min-width: 1201px) and (max-width: 1366px) {
    section {
      padding: 100px 0; } }
  @media (min-width: 951px) and (max-width: 1200px) {
    section {
      padding: 100px 0; } }
  @media (min-width: 801px) and (max-width: 950px) {
    section {
      padding: 100px 50px 75px 50px; } }
  @media (min-width: 427px) and (max-width: 801px) {
    section {
      padding: 100px 50px 75px 50px; } }
  @media (min-width: 377px) and (max-width: 426px) {
    section {
      padding: 75px 30px 50px 30px; } }
  @media (min-width: 321px) and (max-width: 376px) {
    section {
      padding: 60px 20px 40px 20px; } }
  @media (min-width: 0) and (max-width: 320px) {
    section {
      padding: 20px; } }
  @media (min-width: 0) and (max-width: 1024px) {
    section {
      height: auto !important; } }

.wrapper {
  max-width: 810px;
  margin: 0 auto;
  display: block; }

p, ul {
  padding-bottom: 20px;
  line-height: 1.3rem; }

/* fontes */
h1 {
  font-family: myriad-pro,sans-serif;
  font-weight: 300;
  font-size: 97px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  display: block; }
  h1 span {
    font-size: 43px;
    display: block;
    max-width: 400px; }

h2 {
  font-family: myriad-pro,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  color: #00B0F0;
  padding-bottom: 20px; }

.white_text {
  color: #ffffff; }

h3 {
  font-family: myriad-pro,sans-serif;
  color: #007CB7;
  font-weight: 400;
  text-align: center;
  font-size: 20px; }

body {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #404040; }

img {
  max-width: 100%; }
  img.rounded {
    border-radius: 14px; }
  img.shadow {
    box-shadow: 0px 3px 4px 4px rgba(64, 64, 64, 0.3); }

/* other */
.noTextSelection, .hero .wrapper nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.textShadow {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }

.hidden {
  display: none; }

.debugging {
  background-color: rgba(255, 0, 255, 0.2);
  border: dashed 3px fuchsia; }

.mostraMenu {
  display: block !important;
  transition: all 0.2s 0s ease; }

a {
  color: #00B0F0; }

.hero {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  position: relative; }
  .hero .positionMountain {
    /*height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;*/
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    will-change: scroll-position; }
    .hero .positionMountain .layers {
      width: 100%; }
    @media (min-width: 0) and (max-width: 929px) {
      .hero .positionMountain {
        height: 110%;
        width: 110%; } }
    @media (min-width: 0) and (max-width: 580px) {
      .hero .positionMountain {
        display: none; } }
  .hero.other {
    height: 420px;
    min-height: auto; }
  .hero.short {
    height: 300px;
    min-height: auto;
    background-color: #007CB7; }
  .hero .mountainMobile {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover; }
  @media (min-width: 0) and (max-width: 580px) {
    .hero .mountainMobile {
      display: block; } }
  @media (min-width: 0) and (max-width: 929px) {
    .hero {
      position: relative; } }
  @media (min-width: 0) and (max-width: 860px) {
    .hero {
      min-height: auto;
      height: 420px; } }
  .hero .mobile-burger {
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 1003;
    cursor: pointer;
    display: none; }
    .hero .mobile-burger img {
      width: 24px; }
    @media (min-width: 0) and (max-width: 950px) {
      .hero .mobile-burger {
        display: block; } }
  .hero .wrapper {
    height: 100%; }
    .hero .wrapper nav {
      vertical-align: middle;
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      margin-top: 30px;
      position: fixed;
      z-index: 1000;
      left: 0;
      right: 0;
      transition: all 0.2s 0s ease; }
      @media (min-width: 0) and (max-width: 950px) {
        .hero .wrapper nav {
          margin-top: 0;
          height: 46px;
          transition: all 0.2s 0s ease; } }
      .hero .wrapper nav.scrolled {
        background-color: #ffffff;
        margin-top: 0;
        padding-top: 5px;
        transition: all 0.2s 0s ease; }
      .hero .wrapper nav .logo {
        vertical-align: middle;
        display: inline-block;
        height: 40px; }
        .hero .wrapper nav .logo img {
          width: 140px;
          max-width: 140px; }
        @media (min-width: 0) and (max-width: 950px) {
          .hero .wrapper nav .logo {
            position: fixed;
            left: 20px;
            top: 5px;
            z-index: 1003; } }
      .hero .wrapper nav .mobMenu {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 0; }
        @media (min-width: 0) and (max-width: 950px) {
          .hero .wrapper nav .mobMenu {
            vertical-align: top;
            background-color: #fff;
            width: 100%;
            margin: 0;
            padding-top: 46px;
            display: none;
            height: 100vh; } }
        .hero .wrapper nav .mobMenu li {
          display: inline-block;
          margin-right: 50px;
          cursor: pointer;
          text-align: center; }
          @media (min-width: 0) and (max-width: 950px) {
            .hero .wrapper nav .mobMenu li {
              display: block;
              width: 100%;
              margin-right: 0;
              margin: 50px 0;
              text-align: center; } }
          .hero .wrapper nav .mobMenu li:nth-last-child(2) {
            margin-right: 0; }
          .hero .wrapper nav .mobMenu li:last-child {
            display: none;
            margin-right: 0; }
            @media (min-width: 0) and (max-width: 950px) {
              .hero .wrapper nav .mobMenu li:last-child {
                display: block;
                margin-right: 0; } }
          .hero .wrapper nav .mobMenu li a {
            display: inline-block;
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            color: #ffffff;
            text-align: center; }
            @media (min-width: 0) and (max-width: 950px) {
              .hero .wrapper nav .mobMenu li a {
                display: block;
                width: 100%; } }
            .hero .wrapper nav .mobMenu li a:hover {
              color: #00B0F0; }
            @media (min-width: 0) and (max-width: 950px) {
              .hero .wrapper nav .mobMenu li a {
                color: #00B0F0; }
                .hero .wrapper nav .mobMenu li a:hover {
                  color: #007CB7; } }
            .hero .wrapper nav .mobMenu li a.positive {
              color: #00B0F0; }
              .hero .wrapper nav .mobMenu li a.positive:hover {
                color: #007CB7; }
    .hero .wrapper article {
      display: flex;
      align-items: center;
      height: 100%; }
      @media (min-width: 0) and (max-width: 929px) {
        .hero .wrapper article {
          position: relative; } }
      @media (min-width: 0) and (max-width: 860px) {
        .hero .wrapper article {
          display: block; } }
      .hero .wrapper article .mainTitle {
        width: 50%; }
        .hero .wrapper article .mainTitle h1 {
          padding-bottom: 30px; }
        .hero .wrapper article .mainTitle.secundary {
          width: 100%;
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          .hero .wrapper article .mainTitle.secundary h1 {
            text-align: center;
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: 700; }
          .hero .wrapper article .mainTitle.secundary h2 {
            max-width: 100%;
            text-align: center;
            font-weight: 700;
            font-size: 16px;
            color: #ffffff; }
        @media (min-width: 861px) and (max-width: 929px) {
          .hero .wrapper article .mainTitle {
            vertical-align: top; } }
        @media (min-width: 735px) and (max-width: 860px) {
          .hero .wrapper article .mainTitle {
            display: block;
            width: 100%; }
            .hero .wrapper article .mainTitle span {
              max-width: 100%; } }
        @media (min-width: 321px) and (max-width: 734px) {
          .hero .wrapper article .mainTitle {
            text-align: center !important;
            max-width: 100%;
            display: block;
            width: 100%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            text-align: center; }
            .hero .wrapper article .mainTitle h1 {
              text-align: center;
              font-size: 60px; }
            .hero .wrapper article .mainTitle span {
              max-width: 100%;
              text-align: center;
              font-size: 35px; } }
        @media (min-width: 0) and (max-width: 320px) {
          .hero .wrapper article .mainTitle {
            text-align: center !important;
            max-width: 100%;
            display: block;
            width: 100%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            text-align: center; }
            .hero .wrapper article .mainTitle h1 {
              text-align: center;
              font-size: 60px; }
            .hero .wrapper article .mainTitle span {
              max-width: 100%;
              text-align: center;
              font-size: 30px; } }
      .hero .wrapper article .introText {
        width: 50%;
        color: #ffffff;
        text-align: right; }
        @media (min-width: 861px) and (max-width: 929px) {
          .hero .wrapper article .introText {
            vertical-align: top; } }
        @media (min-width: 0) and (max-width: 860px) {
          .hero .wrapper article .introText {
            display: none; } }
        .hero .wrapper article .introText a {
          color: #ffffff; }

.slider {
  text-align: center;
  position: relative;
  background-color: white; }
  @media (min-width: 0) and (max-width: 640px) {
    .slider {
      display: none; } }
  .slider .wrapper {
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-60%);
    position: absolute; }
    @media (min-width: 1367px) and (max-width: 1440px) {
      .slider .wrapper {
        padding: 100px 0; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      .slider .wrapper {
        padding: 100px 0; } }
    @media (min-width: 951px) and (max-width: 1200px) {
      .slider .wrapper {
        padding: 100px 0; } }
    @media (min-width: 801px) and (max-width: 950px) {
      .slider .wrapper {
        padding: 75px 50px; } }
    @media (min-width: 427px) and (max-width: 801px) {
      .slider .wrapper {
        padding: 75px 50px; } }
    @media (min-width: 377px) and (max-width: 426px) {
      .slider .wrapper {
        padding: 50px 30px; } }
    @media (min-width: 321px) and (max-width: 376px) {
      .slider .wrapper {
        padding: 40px 20px; } }
    @media (min-width: 0) and (max-width: 320px) {
      .slider .wrapper {
        padding: 20px; } }

.benefits {
  background-color: #ffffff; }
  .benefits .wrapper {
    padding-top: 50px; }
    .benefits .wrapper article {
      text-align: center; }
      .benefits .wrapper article .threefold_tabs {
        display: flex;
        align-items: center;
        transition: all 0.3s 0s ease; }
        @media (min-width: 0) and (max-width: 860px) {
          .benefits .wrapper article .threefold_tabs {
            display: none; } }
        .benefits .wrapper article .threefold_tabs li {
          flex: 1 1 0;
          text-decoration: none;
          text-align: center;
          padding: 15px 0;
          vertical-align: middle;
          transition: all 0.3s 0s ease; }
          .benefits .wrapper article .threefold_tabs li:hover {
            background-color: rgba(0, 176, 240, 0.1);
            border-bottom: solid 5px #007CB7;
            cursor: pointer;
            transition: all 0.3s 0s ease; }
          .benefits .wrapper article .threefold_tabs li.selected {
            border-bottom: solid 5px #007CB7; }
    @media (min-width: 0) and (max-width: 860px) {
      .benefits .wrapper .tab-content img {
        display: none; } }
    .benefits .wrapper .tab-content h3 {
      text-align: left;
      padding-bottom: 20px; }
    .benefits .wrapper .tab-content p {
      text-align: left; }
    .benefits .wrapper .tab-content ul {
      list-style-image: url("../images/bullet.png");
      text-align: left; }
    .benefits .wrapper .tab-content li {
      margin-left: 1rem; }

.about {
  background-image: url("../images/about_us_bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  text-align: center; }
  @media (min-width: 0) and (max-width: 1200px) {
    .about {
      height: auto; } }
  .about .wrapper {
    height: 100%; }
    .about .wrapper .white_text {
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 0) and (max-width: 1200px) {
        .about .wrapper .white_text {
          position: static;
          transform: none;
          margin: 0 auto; } }

.circular {
  height: 100vh;
  text-align: center; }
  @media (min-width: 0) and (max-width: 1200px) {
    .circular {
      height: auto; } }
  .circular .wrapper {
    height: 100%; }
    .circular .wrapper article {
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 0) and (max-width: 1200px) {
        .circular .wrapper article {
          position: static;
          transform: none;
          margin: 0 auto; } }

.visual {
  background-image: url("../images/abstract_bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  min-height: 800px; }
  @media (min-width: 951px) and (max-width: 1200px) {
    .visual {
      height: auto; } }
  @media (min-width: 0) and (max-width: 950px) {
    .visual {
      display: none; } }
  .visual .warehouse {
    position: absolute;
    top: 55%;
    left: 45%;
    transform: translate(-50%, -50%); }
  .visual .epr_dashboard {
    position: absolute;
    top: 22%;
    left: 34%;
    transform: translate(-50%, -50%); }
  .visual .logistic {
    position: absolute;
    top: 53%;
    left: 23%;
    transform: translate(-50%, -50%); }
  .visual .state_machine {
    position: absolute;
    top: 75%;
    left: 33%;
    transform: translate(-50%, -50%); }
  .visual .building {
    position: absolute;
    top: 80%;
    left: 58%;
    transform: translate(-50%, -50%); }
  .visual .mobile_app {
    position: absolute;
    top: 48%;
    left: 66%;
    transform: translate(-50%, -50%); }
  .visual .packaging {
    position: absolute;
    top: 71%;
    left: 80%;
    transform: translate(-50%, -50%); }
  .visual .trucker {
    position: absolute;
    top: 26%;
    left: 78%;
    transform: translate(-50%, -50%); }

.careers {
  background-image: url("../images/career_bg.png");
  background-size: cover;
  background-position: center center;
  text-align: center; }
  @media (min-width: 0) and (max-width: 1200px) {
    .careers {
      position: static;
      transform: none;
      margin: 0 auto; } }
  .careers .wrapper {
    height: 100%; }
    .careers .wrapper article {
      text-align: center; }
    .careers .wrapper .joblist {
      width: 100%;
      text-align: left;
      display: inline-block; }
      .careers .wrapper .joblist .items {
        width: 49%;
        display: inline-block;
        text-align: left;
        vertical-align: top; }
        .careers .wrapper .joblist .items:last-child {
          padding-left: 80px; }
          @media (min-width: 0) and (max-width: 860px) {
            .careers .wrapper .joblist .items:last-child {
              padding-left: 0; } }
        @media (min-width: 0) and (max-width: 860px) {
          .careers .wrapper .joblist .items {
            width: 100%;
            display: block; } }
        .careers .wrapper .joblist .items h3 {
          font-weight: bold;
          font-size: 20px;
          color: #ffffff;
          margin-bottom: 20px;
          text-align: left; }
        .careers .wrapper .joblist .items ul li h4 a {
          font-size: 18px;
          color: #00B0F0;
          text-decoration: none; }
        .careers .wrapper .joblist .items ul li p {
          color: #dadada; }
        .careers .wrapper .joblist .items ul li .icon {
          display: inline-block;
          width: 30px;
          height: 30px; }
          .careers .wrapper .joblist .items ul li .icon img {
            max-width: 30px; }
        .careers .wrapper .joblist .items ul li .labelText {
          display: inline-block;
          color: #ffffff;
          vertical-align: top;
          margin-top: 5px;
          padding-left: 10px;
          font-size: 18px;
          font-weight: 700; }
          .careers .wrapper .joblist .items ul li .labelText.hybrid {
            background: #00B0EF;
            background: -webkit-linear-gradient(to top left, #00B0EF 0%, #34B4C4 100%);
            background: -moz-linear-gradient(to top left, #00B0EF 0%, #34B4C4 100%);
            background: linear-gradient(to top left, #00B0EF 0%, #34B4C4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .careers .wrapper .joblist .items ul li .labelText.getaway {
            background: #60B8A1;
            background: -webkit-linear-gradient(to top left, #60B8A1 0%, #99bd71 100%);
            background: -moz-linear-gradient(to top left, #60B8A1 0%, #99bd71 100%);
            background: linear-gradient(to top left, #60B8A1 0%, #99bd71 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .careers .wrapper .joblist .items ul li .labelText.training {
            background: #C3C04D;
            background: -webkit-linear-gradient(to top left, #C3C04D 0%, #e1b23c 100%);
            background: -moz-linear-gradient(to top left, #C3C04D 0%, #e1b23c 100%);
            background: linear-gradient(to top left, #C3C04D 0%, #e1b23c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .careers .wrapper .joblist .items ul li .labelText.benefits {
            background: #E39045;
            background: -webkit-linear-gradient(to top left, #E39045 0%, #e56f4e 100%);
            background: -moz-linear-gradient(to top left, #E39045 0%, #e56f4e 100%);
            background: linear-gradient(to top left, #E39045 0%, #e56f4e 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .careers .wrapper .joblist .items ul li .labelText.coffee {
            background: #E94A59;
            background: -webkit-linear-gradient(to top left, #E94A59 0%, #ec1f65 100%);
            background: -moz-linear-gradient(to top left, #E94A59 0%, #ec1f65 100%);
            background: linear-gradient(to top left, #E94A59 0%, #ec1f65 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }

.papers .wrapper {
  text-align: center; }
  .papers .wrapper article {
    text-align: center; }
    @media (min-width: 951px) and (max-width: 1200px) {
      .papers .wrapper article {
        position: static;
        transform: none;
        margin: 0 auto; } }
    @media (min-width: 860px) and (max-width: 950px) {
      .papers .wrapper article {
        position: static;
        transform: none;
        margin: 0 auto; } }
    @media (min-width: 0) and (max-width: 859px) {
      .papers .wrapper article {
        position: static;
        transform: none;
        margin: 0 auto; } }
    .papers .wrapper article ul li {
      margin-bottom: 40px; }
      .papers .wrapper article ul li .thumb {
        vertical-align: top;
        display: inline-block;
        width: 30%;
        margin-right: 26px; }
        @media (min-width: 0) and (max-width: 860px) {
          .papers .wrapper article ul li .thumb {
            display: block;
            width: 100%;
            height: auto;
            padding-bottom: 20px;
            margin-right: 0; } }
        .papers .wrapper article ul li .thumb img {
          width: 100%;
          border-radius: 14px;
          -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16); }
      .papers .wrapper article ul li .summary {
        vertical-align: top;
        display: inline-block;
        width: 66%;
        text-align: left; }
        @media (min-width: 0) and (max-width: 860px) {
          .papers .wrapper article ul li .summary {
            display: block;
            width: 100%;
            text-align: center; } }
        .papers .wrapper article ul li .summary h3 {
          font-weight: bold;
          font-size: 20px;
          color: #007CB7;
          text-align: left; }
        .papers .wrapper article ul li .summary p {
          text-align: left; }
        .papers .wrapper article ul li .summary a {
          font-size: 16px;
          color: #00B0F0;
          text-align: left;
          width: 100%;
          display: block; }
      .papers .wrapper article ul li.more {
        margin-bottom: 0; }
        .papers .wrapper article ul li.more a {
          color: #00B0F0;
          font-weight: 700; }

footer {
  background-color: #2D2D2D;
  padding-top: 20px; }
  footer .wrapper {
    font-size: 0; }
    footer .wrapper .contacts {
      width: 50%;
      display: inline-block; }
      @media (min-width: 0) and (max-width: 860px) {
        footer .wrapper .contacts {
          display: block;
          width: 100%;
          padding: 0 30px 30px 30px; } }
      footer .wrapper .contacts p {
        font-size: 14px;
        color: #dadada; }
        footer .wrapper .contacts p span {
          font-weight: 700; }
        footer .wrapper .contacts p a {
          color: #dadada; }
    footer .wrapper .aboutSum {
      width: 50%;
      display: inline-block; }
      @media (min-width: 0) and (max-width: 860px) {
        footer .wrapper .aboutSum {
          display: block;
          width: 100%;
          padding: 0 30px 20px 30px; } }
      footer .wrapper .aboutSum p {
        font-size: 14px;
        color: #dadada;
        text-align: justify; }
  footer .legal {
    background-color: #242424;
    font-size: 0;
    padding: 10px 0; }
    footer .legal .centerLegal {
      font-size: 0;
      max-width: 810px;
      margin: 0 auto; }
      footer .legal .centerLegal .copyright {
        width: 50%;
        display: inline-block; }
        @media (min-width: 0) and (max-width: 860px) {
          footer .legal .centerLegal .copyright {
            display: block;
            width: 100%;
            padding: 0 30px 30px 30px;
            text-align: center; } }
        footer .legal .centerLegal .copyright p {
          font-size: 14px;
          color: #8b8b8b;
          padding-bottom: 0; }
          footer .legal .centerLegal .copyright p span {
            font-weight: 700; }
      footer .legal .centerLegal .links {
        width: 50%;
        display: inline-block;
        text-align: right; }
        @media (min-width: 0) and (max-width: 860px) {
          footer .legal .centerLegal .links {
            display: block;
            width: 100%;
            padding: 0 30px 0 30px;
            text-align: center; } }
        footer .legal .centerLegal .links ul {
          padding-bottom: 0; }
          footer .legal .centerLegal .links ul li {
            display: inline-block;
            margin-left: 40px; }
            footer .legal .centerLegal .links ul li:first-child {
              margin-left: 0; }
            footer .legal .centerLegal .links ul li a {
              font-size: 14px;
              color: #8b8b8b;
              text-decoration: none; }

.jobPostBody .legalTable {
  border: solid 1px #dadada;
  width: 100%;
  margin-bottom: 30px; }
  .jobPostBody .legalTable h4 {
    font-weight: 700; }
  .jobPostBody .legalTable tr:first-child {
    background-color: #dadada; }
  .jobPostBody .legalTable td, .jobPostBody .legalTable tr {
    padding: 10px; }

.jobPostBody .wrapper article p a {
  color: #00B0F0; }

@media (min-width: 0) and (max-width: 860px) {
  .jobPostBody .wrapper article .content img {
    display: none; } }

.jobPostBody .wrapper article .content h3 {
  text-align: left;
  padding-bottom: 20px; }

.jobPostBody .wrapper article .content p {
  text-align: left; }

.jobPostBody .wrapper article .content .jobOffer {
  color: #8b8b8b; }
  .jobPostBody .wrapper article .content .jobOffer:before {
    content: "";
    background-image: url("../images/file-pdf-box.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 30px; }

.jobPostBody .wrapper article .content ul {
  list-style-image: url("../images/bullet.png");
  text-align: left; }

.jobPostBody .wrapper article .content li {
  margin-left: 1rem; }

.jobPostBody .wrapper article .note {
  color: #8b8b8b;
  font-size: 14px;
  line-height: normal; }
