.col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem .5rem 0 .5rem; }

.col--no-gutters {
  padding: 0; }

.grid {
  box-sizing: border-box;
  padding: 0 .5rem; }

.grid--container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }

.grid--no-gutters {
  padding: 0; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -1rem -.5rem 1rem -.5rem;
  padding: 0; }

.row:last-child {
  margin-bottom: 0; }

.row--no-gutters {
  margin: 0; }

.text--left {
  text-align: left; }

.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.row--xs-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.row--xs-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.row--xs-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.col--xs-align-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col--xs-align-center {
  -ms-flex-item-align: center;
  align-self: center; }

.col--xs-align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.col--xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col--xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.col--xs-reset {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.row--xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col--xs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text--xs-right {
  text-align: right; }

.text--xs-left {
  text-align: left; }

.text--xs-center {
  text-align: center; }

.col--xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem .5rem 0 .5rem; }

.col--xs-1 {
  width: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-2 {
  width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-4 {
  width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-5 {
  width: 41.66667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-7 {
  width: 58.33333%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-8 {
  width: 66.66667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-9 {
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-10 {
  width: 83.33333%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-11 {
  width: 91.66667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-offset-1 {
  margin-left: 8.33333%; }

.col--xs-offset-2 {
  margin-left: 16.66667%; }

.col--xs-offset-3 {
  margin-left: 25%; }

.col--xs-offset-4 {
  margin-left: 33.33333%; }

.col--xs-offset-5 {
  margin-left: 41.66667%; }

.col--xs-offset-6 {
  margin-left: 50%; }

.col--xs-offset-7 {
  margin-left: 58.33333%; }

.col--xs-offset-8 {
  margin-left: 66.66667%; }

.col--xs-offset-9 {
  margin-left: 75%; }

.col--xs-offset-10 {
  margin-left: 83.33333%; }

.col--xs-offset-11 {
  margin-left: 91.66667%; }

.col--xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .row--sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--sm-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--sm-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--sm-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .col--sm-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .row--sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--sm-right {
    text-align: right; }
  .text--sm-left {
    text-align: left; }
  .text--sm-center {
    text-align: center; }
  .col--sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem .5rem 0 .5rem; }
  .col--sm-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .row--md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--md-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--md-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--md-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .col--md-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .row--md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--md-right {
    text-align: right; }
  .text--md-left {
    text-align: left; }
  .text--md-center {
    text-align: center; }
  .col--md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem .5rem 0 .5rem; }
  .col--md-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .row--lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--lg-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--lg-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--lg-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .col--lg-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .row--lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--lg-right {
    text-align: right; }
  .text--lg-left {
    text-align: left; }
  .text--lg-center {
    text-align: center; }
  .col--lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem .5rem 0 .5rem; }
  .col--lg-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .row--xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--xl-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--xl-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--xl-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .col--xl-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .row--xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--xl-right {
    text-align: right; }
  .text--xl-left {
    text-align: left; }
  .text--xl-center {
    text-align: center; }
  .col--xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem .5rem 0 .5rem; }
  .col--xl-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-offset-1 {
    margin-left: 8.33333%; }
  .col--xl-offset-2 {
    margin-left: 16.66667%; }
  .col--xl-offset-3 {
    margin-left: 25%; }
  .col--xl-offset-4 {
    margin-left: 33.33333%; }
  .col--xl-offset-5 {
    margin-left: 41.66667%; }
  .col--xl-offset-6 {
    margin-left: 50%; }
  .col--xl-offset-7 {
    margin-left: 58.33333%; }
  .col--xl-offset-8 {
    margin-left: 66.66667%; }
  .col--xl-offset-9 {
    margin-left: 75%; }
  .col--xl-offset-10 {
    margin-left: 83.33333%; }
  .col--xl-offset-11 {
    margin-left: 91.66667%; }
  .col--xl-offset-12 {
    margin-left: 100%; } }

/*# sourceMappingURL=flexbox-grid.css.map */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

p {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: .03em; }

a {
  cursor: pointer;
  letter-spacing: 1.2; }

button {
  font-size: 100%;
  font-weight: 700; }

.margin-x-auto {
  margin-left: auto;
  margin-right: auto; }

.margin-y-auto {
  margin-top: auto;
  margin-bottom: auto; }

.full-screen-cover {
  height: 100vh; }

.half-screen-cover {
  height: 51vh; }

.three-quarters-screen-cover {
  height: 77vh; }

.divider {
  width: 80%;
  max-width: 300px;
  height: 2px;
  background: #CECECE;
  margin: 48px auto;
  border-radius: 2px; }
  .divider--positions {
    margin-top: 3%; }
    @media (max-width: 994px) {
      .divider--positions {
        margin-top: 15%; } }

.position--fixed {
  position: fixed; }

.position--absolute {
  position: absolute; }

.bg--white {
  background-color: #fff; }

.bg--gray {
  background-color: #ededed; }

.text--gray {
  color: #5e5e5e; }

.bold {
  font-weight: 600; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0; }

a {
  outline: none;
  text-decoration: none; }

ul {
  list-style: none; }

.job {
  list-style-type: circle; }

button {
  margin: 0;
  outline: none; }

.padding-x-zero {
  padding-left: 0px;
  padding-right: 0px; }

.padding-y-zero {
  padding-top: 0px;
  padding-bottom: 0px; }

.bold {
  font-weight: 600; }

.title-bold {
  font-weight: 600;
  font-family: 'Quicksand'; }

p {
  font-size: 18px;
  font-size: 1.125rem; }

.text-underline {
  text-decoration: underline; }

.no-bold {
  font-weight: normal;
  font-size: 24px; }
  @media (max-width: 554px) {
    .no-bold {
      font-size: 12px; } }

.apply-to {
  font-size: 18px;
  font-family: 'Quicksand';
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

h1 {
  font-family: 'Quicksand'; }

.open-position {
  max-width: 900px;
  font-size: 24px;
  color: #5e5e5e;
  text-align: center;
  font-weight: 400;
  margin-left: 30%; }
  @media (max-width: 1000px) {
    .open-position {
      margin-left: auto; } }

h2 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif; }

.title-career {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.814815px; }

.subtitle-career {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  color: #323232; }

.paragraph-career {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  font-size: 16px;
  align-items: center;
  font-style: normal;
  font-weight: lighter;
  color: #3232329c; }
  .paragraph-career--lh {
    line-height: 44px; }

.career-top-margin {
  margin-top: 80px; }
  @media (max-width: 554px) {
    .career-top-margin {
      margin-top: 30px; } }

.align-left {
  text-align: left; }

.box-section {
  text-align: center; }
  .box-section .col {
    padding: 0; }
  .box-section--big {
    padding: 50px 1rem; }
    .box-section--big .work-img {
      width: 100%;
      max-width: 500px;
      text-align: center; }
    .box-section--big .booster-logo {
      width: 200px; }
    .box-section--big .frazzle-logo {
      width: 130px; }
    .box-section--big .loan-app-logo {
      width: 200px;
      margin-left: -17px;
      margin-bottom: -40px; }
      @media (max-width: 800px) {
        .box-section--big .loan-app-logo {
          margin-left: 0px;
          margin-top: -22px; } }
    .box-section--big .neon-logo {
      padding-top: 20px;
      padding-bottom: 10px;
      width: 130px; }
    .box-section--big .logo-link {
      cursor: pointer; }
    .box-section--big .work-description {
      color: #5e5e5e; }
      .box-section--big .work-description p {
        margin-left: auto;
        margin-right: auto; }
      .box-section--big .work-description .visit-website {
        padding-top: 10px;
        padding-right: 4vw;
        text-align: center; }
        .box-section--big .work-description .visit-website a {
          color: #5e5e5e;
          font-size: 18px;
          margin-top: 2px;
          text-transform: uppercase; }
    .box-section--big .work-title-careclock {
      font-size: 30px;
      font-weight: 400;
      color: #2a459e; }
  .box-section--small {
    padding: 64px 1rem; }
    .box-section--small .on-mobile-bottom-margin {
      margin-bottom: 64px; }
    .box-section--small .testimonial {
      margin: 0; }
      .box-section--small .testimonial-avatar {
        border-radius: 50%;
        float: unset;
        height: 100px;
        text-align: right;
        width: auto; }
        .box-section--small .testimonial-avatar__col {
          text-align: center; }
      .box-section--small .testimonial-text {
        color: #5e5e5e;
        font-size: 18px;
        font-style: italic; }
      .box-section--small .testimonial__name {
        margin-top: 8px;
        margin-bottom: 6px;
        font-size: 18px;
        font-style: italic;
        color: #5e5e5e; }

.btn {
  background: none;
  text-transform: uppercase;
  padding: 12px 48px;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none; }
  .btn--border-light {
    border: 1px solid #fff; }
  .btn--border-dark {
    border: 1px solid #a0a0a0; }
  .btn--borderless {
    border: none;
    padding: 0;
    font-weight: 400; }
  .btn--text-dark {
    color: #5e5e5e; }
  .btn--home {
    position: absolute;
    top: 30px;
    right: 144px;
    color: white; }
    @media (max-width: 554px) {
      .btn--home {
        top: 18px;
        right: 98px;
        font-size: 85%; } }
  .btn--home-alone {
    position: absolute;
    top: 30px;
    right: 48px;
    color: white; }
    @media (max-width: 554px) {
      .btn--home-alone {
        top: 18px;
        font-size: 85%; } }
  .btn--career {
    position: absolute;
    top: 30px;
    right: 48px;
    color: white; }
    @media (max-width: 554px) {
      .btn--career {
        top: 18px;
        right: 18px;
        font-size: 85%; } }
  .btn--apply {
    margin-right: 30%; }
    @media (max-width: 1000px) {
      .btn--apply {
        margin-right: auto; } }
  .btn--text-light {
    color: #fff; }
  .btn--width {
    padding: 12px 96px; }
  @media (max-width: 480px) {
    .btn--width {
      padding: 12px 48px; } }
  @media (max-width: 380px) {
    .btn--width {
      padding: 12px 28px;
      font-size: 13px; }
    .btn--light-weight {
      font-weight: 500; } }

.btn--light:hover {
  background-color: #fff;
  color: #01665e !important;
  transition: all 300ms ease-in-out; }

.btn--dark:hover {
  color: #fff;
  background-color: #01665e !important;
  transition: all 300ms ease-in-out; }

.cover-img__row {
  position: relative;
  background: #FFFFFF url("../images/bg2.jpg") no-repeat center top;
  background-position: top;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat; }

.cover-img__row-j {
  position: relative;
  background: #FFFFFF url("../images/slika2.jpg") no-repeat top;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat; }

.cover-img__row-career {
  position: relative;
  background: #FFFFFF url("../images/career_new3.jpg") no-repeat top;
  background-size: cover;
  background-repeat: no-repeat; }

.cover-img__col {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  height: 100%;
  text-align: center;
  justify-content: center; }
  .cover-img__col .main-logo {
    opacity: 0.4;
    width: 225px; }
    @media (max-width: 554px) {
      .cover-img__col .main-logo {
        width: 150px; } }
    @media (max-width: 325px) {
      .cover-img__col .main-logo {
        margin-top: 50px; } }
    .cover-img__col .main-logo--jobs {
      margin-top: 1em; }
      @media (max-width: 554px) {
        .cover-img__col .main-logo--jobs {
          margin-top: 25%; } }
  .cover-img__col .title {
    margin-top: 30px;
    max-width: 900px;
    font-weight: 300;
    letter-spacing: .03em;
    font-size: 36px;
    margin-bottom: 0px; }
    @media (max-width: 554px) {
      .cover-img__col .title {
        font-size: 30px; } }
    @media (max-width: 554px) {
      .cover-img__col .title--main {
        font-size: 36px !important; } }
    @media (max-width: 425px) {
      .cover-img__col .title--main {
        font-size: 30px !important; } }
    .cover-img__col .title--jobs {
      font-size: 55px; }
      @media (max-width: 554px) {
        .cover-img__col .title--jobs {
          font-size: 36px !important; } }
      @media (max-width: 425px) {
        .cover-img__col .title--jobs {
          font-size: 30px !important; } }
  .cover-img__col .subtitle {
    max-width: 760px;
    margin-bottom: 1.8em;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .07em; }
    .cover-img__col .subtitle--team-width {
      max-width: 500px; }
  .cover-img__col .intro-subtitle {
    max-width: 760px;
    margin-bottom: 1.8em;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: .07em; }
    @media (max-width: 554px) {
      .cover-img__col .intro-subtitle {
        font-size: 18px;
        padding-bottom: 1em;
        margin-bottom: 1.4em; } }
    @media (max-width: 450px) {
      .cover-img__col .intro-subtitle {
        padding-bottom: 12px;
        margin-bottom: 1em; } }
    @media (max-width: 375px) {
      .cover-img__col .intro-subtitle {
        margin-bottom: 0; } }
    .cover-img__col .intro-subtitle--jobs {
      margin-bottom: 1em;
      max-width: 1000px; }
      @media (max-width: 554px) {
        .cover-img__col .intro-subtitle--jobs {
          font-size: 18px;
          margin-left: 10%;
          margin-right: 10%; } }
  .cover-img__col .team-title {
    margin-top: 30px;
    font-weight: 300;
    letter-spacing: .03em;
    font-size: 36px;
    margin-bottom: 0px;
    max-width: 400px; }
    @media (max-width: 554px) {
      .cover-img__col .team-title {
        margin-top: 0px;
        font-size: 30px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; } }

.team-cover-0 {
  background: url("../images/services-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px; }
  @media (max-width: 554px) {
    .team-cover-0 {
      height: 350px; } }

.team-cover-1 {
  background: url("../images/team-building.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
  min-width: auto; }

.team-cover-2 {
  background-image: url("../images/team-brainstorming.jpg");
  background-position: 75% center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
  min-width: auto; }

.team-cover-3 {
  background-image: url("../images/team-office.jpg");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
  min-width: auto; }

.team-cover-4 {
  background-image: url("../images/team-webcamp.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
  min-width: auto; }

.team-cover-5 {
  background-image: url("../images/team-careers.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
  min-width: auto; }

@media (min-width: 1400px) {
  .team-cover {
    min-height: 370px; }
  .team-cover-0 {
    min-height: 740px; } }

@media (min-width: 768px) {
  .subtitle {
    font-size: 20px !important; } }

.jobs-logo {
  opacity: 0.4;
  width: 225px; }
  @media (max-width: 554px) {
    .jobs-logo {
      width: 150px;
      margin-top: 79px; } }

.footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer-logo {
    fill: #fff;
    opacity: 0.4;
    max-width: 225px;
    width: 100px; }
  .footer-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }

.nav {
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 2; }
  .nav__container {
    padding: 0 15px;
    display: flex; }
  .nav__title {
    display: flex;
    margin: auto 0 auto auto;
    flex-direction: column;
    width: 100px; }
  .nav__title-link {
    display: flex;
    align-items: center;
    padding-left: 0;
    height: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px; }
    .nav__title-link:hover {
      color: #fff; }
  .nav__list-desktop {
    padding: 0;
    height: 100vh;
    list-style: none;
    overflow: hidden;
    transition: opacity 300ms ease-out, height 0ms linear 300ms; }
  .nav__link {
    display: flex;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: auto;
    letter-spacing: 1px;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
  .nav__burger {
    display: flex;
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: 50px; }
    .nav__burger:before {
      top: 22px; }
    .nav__burger:after {
      top: 34px; }
  .nav__section {
    z-index: 1;
    right: 0;
    top: 60px;
    width: 100vw;
    position: fixed;
    transition: right -200px ease-in;
    background-color: #02504b; }
  .nav .container {
    display: inline-block;
    cursor: pointer; }
  .nav .bar-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
  .nav .bar1, .nav .bar2, .nav .bar3 {
    text-align: center;
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 4px auto;
    transition: 0.4s; }
  .nav .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 9px);
    transform: rotate(-45deg) translate(-9px, 9px); }
  .nav .change .bar2 {
    opacity: 0; }
  .nav .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }
  .nav-width--zero {
    width: 0; }
  .nav-width--max {
    width: 100vw; }

.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #00867b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  .sidenav__wrapper {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%); }
  .sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s; }
  .sidenav a:hover {
    color: #f1f1f1; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

.en-btn {
  position: absolute;
  top: 15px;
  right: 50px; }

.de-btn {
  position: absolute;
  top: 15px;
  right: 25px; }

.services {
  padding: 40px 1rem;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../images/services-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  .services .col {
    padding: 0; }
  .services-title {
    font-weight: 400;
    font-size: 32px;
    font-family: 'Quicksand';
    text-align: center; }
  .services-digihey {
    max-width: 320px;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 20px auto; }
  .services-svg {
    background-image: url("../images/handshake.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 105px;
    margin: auto;
    height: 68px; }
  .services-list {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1.3; }
    .services-list p {
      text-align: center; }
  .services-list > li {
    list-style-type: none;
    position: relative;
    line-height: 1.3;
    padding-bottom: 8px; }
    .services-list > li:before {
      position: absolute;
      background-image: url("../images/arrow-pointing-to-right.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      top: 6px;
      right: 105%; }
  .services-btn {
    text-align: center; }

.contact {
  max-width: 500px; }
  .contact__form input, .contact__form textarea, .contact__form button {
    border: 1px solid #9E9E9E;
    font-size: 16px;
    padding-left: 16px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 7px;
    color: #5a5959;
    margin-bottom: 9px;
    margin-top: 4px;
    -webkit-appearance: none; }
  .contact__form label {
    font-size: 16px;
    padding-left: 15px !important;
    margin-bottom: 4px; }
  .contact__form input:focus, .contact__form textarea:focus, .contact__form button:focus {
    outline: none; }
  .contact__form ::placeholder {
    color: #c4c4c4;
    opacity: 10;
    font-weight: 200 !important;
    padding-left: 2px !important; }
  .contact__form button[type=submit]:hover {
    cursor: pointer;
    border-color: #00867b;
    background-color: #00867b;
    color: #fff;
    transition: all 300ms ease-in-out; }
  .contact__form button {
    padding-left: 0px !important;
    text-transform: uppercase;
    font-weight: 400; }
  .contact__info {
    font-size: 18px;
    line-height: 1.6em;
    color: #5e5e5e;
    font-weight: 400; }

.map-frame {
  position: absolute;
  width: 100%;
  height: 55%;
  border: none; }

.map-style {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

.top-spacing-on-mobile {
  padding-top: 0;
  margin-top: -15px; }

.blog-placeholder {
  min-height: 450px;
  max-width: 400px;
  background-image: url("http://via.placeholder.com/200x450");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.services-placeholder {
  min-height: 400px;
  min-width: auto;
  max-width: 1200px;
  background-image: url("http://via.placeholder.com/1200x350");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 700px) {
  .footer {
    margin-top: 140px !important; }
  .services-title {
    margin-bottom: 0px !important; } }

@media (max-width: 800px) {
  .services-digihey {
    margin-right: 10px; } }

@media (max-width: 500px) {
  .services-digihey {
    margin-right: auto; } }

@media (min-width: 900px) {
  .services-btn {
    margin-top: 60px !important; }
  .services-list {
    margin-top: 0px; }
  .services-title {
    margin-bottom: 50px !important; } }

.work__container {
  width: 100%;
  height: 100%;
  margin-top: 30px; }
  .work__container--green {
    background-color: #00867b; }
  .work__container--gray {
    background-color: #383838; }
  .work__container--left {
    padding-left: 5%;
    margin-right: 8%; }
  .work__container--right {
    padding-right: 5%; }

.work__image {
  min-width: 300px;
  max-width: 50%;
  top: 30px; }
  .work__image--left {
    left: 0; }
  .work__image--right {
    right: 0; }

.tech__title {
  max-width: 900px;
  padding-top: 80px;
  padding-bottom: 30px;
  font-size: 36px;
  color: #5e5e5e;
  text-align: center;
  font-weight: 400; }
  @media (max-width: 554px) {
    .tech__title {
      font-size: 30px;
      padding-left: 24px; } }
  @media (max-width: 554px) {
    .tech__title--no-top-padding {
      padding-top: 0; } }
  @media (max-width: 554px) {
    .tech__title--no-padding {
      padding: 0; } }

.tech__list-title {
  text-indent: 0;
  margin-bottom: 0;
  font-size: 20px; }
  @media (max-width: 554px) {
    .tech__list-title {
      font-size: 18px; } }

.tech__list {
  line-height: 1.6em;
  font-size: 20px;
  color: #5e5e5e;
  text-align: left;
  font-weight: 400;
  max-width: 439px; }
  @media (max-width: 768px) {
    .tech__list {
      text-indent: 4vw;
      margin-left: 36%; } }
  @media (max-width: 554px) {
    .tech__list {
      text-indent: 0vw;
      margin-left: 22%;
      font-size: 18px; } }
  @media (max-width: 380px) {
    .tech__list {
      margin-left: 18%; } }
  @media (max-width: 330px) {
    .tech__list {
      margin-left: 15%; } }
  @media (min-width: 800px) {
    .tech__list {
      text-indent: 3vw; } }
  @media (min-width: 992px) {
    .tech__list {
      text-indent: 1vw;
      margin-left: 26%; } }
  @media (min-width: 1440px) {
    .tech__list {
      margin-left: 34%; } }

.tech__digihey {
  font-size: 20px;
  color: #5e5e5e;
  text-align: center;
  font-weight: 400;
  max-width: 325px; }
  @media (max-width: 554px) {
    .tech__digihey {
      font-size: 18px; } }

.tech__img--bot-padding {
  padding-bottom: 30px; }

@media (max-width: 768px) {
  .tech__img--spacing {
    margin-bottom: 40px; }
  .tech__img--logo-spacing {
    max-width: 80vw;
    margin: 0 auto; } }

@media (max-width: 380px) {
  .tech__img--logo-spacing {
    max-width: 90vw;
    margin: 0 auto; } }

.tech__twitter--top-margin {
  margin-top: 150px; }

@media (max-width: 760px) {
  .tech__twitter--top-margin {
    margin-top: 25px; } }

.tech__logo {
  width: 130px; }
  @media (max-width: 554px) {
    .tech__logo {
      width: 100px; } }
  @media (max-width: 380px) {
    .tech__logo {
      width: 90px; } }

.tech__open-positions {
  padding-top: 40px; }

.tech__we-use {
  padding-top: 0px;
  margin-top: 0px; }

.tech__developer {
  padding-top: 40px;
  font-family: 'Quicksand Regular';
  font-size: 80px;
  color: white; }
  @media (max-width: 554px) {
    .tech__developer {
      padding-top: 0;
      font-size: 28px;
      padding-bottom: 0; } }

.tech__question-titles {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 36px;
  line-height: 1.39;
  text-align: left;
  text-indent: 0; }
  @media (max-width: 554px) {
    .tech__question-titles {
      font-size: 24px; } }
  .tech__question-titles--first {
    padding-top: 40px; }
    @media (max-width: 554px) {
      .tech__question-titles--first {
        padding-top: 0px; } }

ul {
  list-style: none;
  padding-inline-start: 0px;
  margin-inline-start: -20px; }
  @media (max-width: 554px) {
    ul {
      margin-inline-start: 0px; } }

.jobs ul li {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 44px;
  color: #3232329c; }
  @media (max-width: 554px) {
    .jobs ul li {
      font-size: 16px; } }

.jobs ul li:before {
  content: "\2022";
  color: #3232329c;
  display: inline-block;
  padding-right: 5px; }

li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left; }

li:before {
  content: "> ";
  padding-left: 10px; }
  @media (max-width: 554px) {
    li:before {
      padding-left: 24px; } }

@media (max-width: 554px) {
  .element {
    margin-left: 0;
    margin-right: 5%;
    max-width: 90%; } }

.element--apply {
  margin-bottom: 50px; }
  @media (max-width: 554px) {
    .element--apply {
      margin-left: 5%;
      margin-right: 5%; } }

.description {
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  margin-top: 100px;
  max-width: 1000px; }
  @media (max-width: 554px) {
    .description {
      margin-top: 50px;
      font-size: 16px; } }

.section-container {
  width: 684px; }
  @media (max-width: 724px) {
    .section-container {
      width: 100%; } }

.padding-x-12 {
  padding-left: 12px;
  padding-right: 12px; }

.intro-text-padding {
  padding: 12px; }
  @media (max-width: 554px) {
    .intro-text-padding {
      padding-left: 24px;
      padding-right: 24px; } }

.intro-logo-container {
  height: 33%; }

.intro-title-container {
  height: 66%; }

.home-page-logo-container {
  height: 25.5%; }

.home-page-text-container {
  height: 74%; }

.flex-y-center {
  display: flex;
  align-items: center; }

.flex-x-center {
  display: flex;
  justify-content: center; }

.flex-x-job {
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 554px) {
    .flex-x-job {
      justify-content: center; } }

.flex-y-start {
  display: flex;
  align-items: flex-start; }

.top-m-0 {
  margin-top: 0; }

.right-m-auto {
  margin-right: auto; }

.position-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.0061em;
  text-transform: uppercase;
  color: #323232; }
  @media (max-width: 554px) {
    .position-text {
      text-align: center; } }

.subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  text-align: center; }

.dot {
  width: 10px;
  height: 10px;
  background-color: #3232329c;
  border-radius: 5px; }

.apply-button {
  background: none;
  text-transform: uppercase;
  padding: 12px 48px;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none; }

.bullets-container {
  max-width: 684px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 924px) {
    .bullets-container {
      margin-left: auto;
      margin-right: auto; } }

.job-application-nav {
  max-width: 684px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 964px) {
    .job-application-nav {
      margin-left: 5%; } }
  @media (max-width: 724px) {
    .job-application-nav {
      margin-left: auto;
      margin-right: auto; } }

.job-position-row {
  margin-bottom: 20px; }
  @media (max-width: 554px) {
    .job-position-row {
      margin-bottom: 10px; } }

.bullet-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.0061em;
  text-transform: uppercase;
  color: #3232329c; }

.bullet-paragraph {
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: 0.0061em;
  color: #3232329c;
  padding-left: 22px;
  margin-bottom: 40px; }

.divider-career-y-margin {
  margin-top: 60px;
  margin-bottom: 60px; }

.perks {
  max-width: 770px;
  padding-bottom: 18px; }

.perk-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.perks-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.0061em;
  text-transform: uppercase;
  color: #3232329c; }

.perks-paragraph {
  margin-top: 0;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.0061em;
  color: #949494; }

.perks-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  .perks-icon--hammer {
    background: url("../images/hammer.png") no-repeat center;
    background-size: contain; }
  .perks-icon--rule {
    background: url("../images/rule.png") no-repeat center;
    background-size: contain; }
  .perks-icon--location {
    background: url("../images/location.png") no-repeat center;
    background-size: contain; }
  .perks-icon--deal {
    background: url("../images/deal.png") no-repeat center;
    background-size: contain; }
  .perks-icon--settings {
    background: url("../images/settings.png") no-repeat center;
    background-size: contain; }
  .perks-icon--helmet {
    background: url("../images/helmet.png") no-repeat center;
    background-size: contain; }
  @media (max-width: 554px) {
    .perks-icon {
      margin-top: 30px; } }

ul {
  list-style: none; }

@media (max-width: 554px) {
  .bullet-list-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto; } }

.career ul li {
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal; }
  @media (max-width: 554px) {
    .career ul li {
      font-size: 16px; } }

.career ul li:before {
  content: "\2022";
  padding-right: 5px; }

li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left; }

li:before {
  content: "> ";
  padding-left: 10px; }
  @media (max-width: 554px) {
    li:before {
      padding-left: 24px; } }

.margin-top-0 {
  margin-top: 0; }

.margin-top-12 {
  margin-top: 12px; }

@media (max-width: 544px) {
  .nav__burger {
    margin-left: 5px; } }

@media (max-width: 991px) {
  .nav__item {
    margin-top: 15px;
    margin-bottom: 15px; }
  .nav .bar1, .nav .bar2, .nav .bar3 {
    width: 30px;
    height: 3px;
    margin: 3px auto; }
  .nav .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 4px);
    transform: rotate(-45deg) translate(-9px, 4px); }
  .nav .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px);
    transform: rotate(45deg) translate(-8px, -4px); }
  .box-section--big .work-description .visit-website {
    padding-top: 10px;
    padding-right: 0px;
    text-align: center; } }

@media (min-width: 544px) {
  .main-logo {
    transform: scale(0.8);
    padding-left: 15px; }
  .cover-img__col .title {
    font-size: 55px; }
  .cover-img__col .team-title {
    font-size: 30px; }
  .box-section--small .grid {
    padding-top: 40px; }
  .box-section--small .row {
    padding: 0 15px; }
  .box-section--small .testimonial-text {
    text-align: left; }
  .services-digihey {
    font-size: 18px; }
  .services-list {
    font-size: 18px; } }

@media (min-width: 768px) {
  .services {
    padding-top: 100px; }
    .services div {
      margin-top: auto;
      margin-bottom: auto; }
    .services-title {
      font-size: 43px;
      margin-bottom: 50px; }
    .services footer {
      margin-top: 100px; }
  .cover-img__col .team-title {
    font-size: 36px; } }

@media (min-width: 992px) {
  .box-section--small div {
    text-align: left; }
  .work-description {
    text-align: left; }
    .work-description .visit-website {
      float: right;
      padding-right: 20%; } }
