.bg_white {
  background-color: #ffffff; }

.bg_orange {
  background-color: #F8A47E !important; }

.custom {
  color: #8D438B; }

.grey {
  color: #6a6a6a; }

.white {
  color: white; }

a.custom {
  color: #8D438B; }
  a.custom:hover {
    color: #C73C85; }

a.grey {
  color: #6a6a6a; }
  a.grey:hover {
    color: #C73C85; }

@font-face {
  font-family: 'New order';
  src: url("../fonts/New Order Medium.otf") format("opentype"); }

@font-face {
  font-family: 'Chillax';
  font-style: normal;
  src: url("../fonts/chillax/Chillax-Regular.ttf") format("truetype"), url("../fonts/chillax/Chillax-Regular.woff") format("woff"), url("../fonts/chillax/Chillax-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'ChillaxBold';
  font-style: normal;
  src: url("../fonts/chillax/Chillax-Semibold.ttf") format("truetype"), url("../fonts/chillax/Chillax-Semibold.woff") format("woff"), url("../fonts/chillax/Chillax-Semibold.woff2") format("woff2"); }

@font-face {
  font-family: 'ChillaxLight';
  font-style: normal;
  src: url("../fonts/chillax/Chillax-Light.ttf") format("truetype"), url("../fonts/chillax/Chillax-Light.woff") format("woff"), url("../fonts/chillax/Chillax-Light.woff2") format("woff2"); }

.helpborder {
  border: 1px solid red; }

.grecaptcha-badge {
  visibility: hidden; }

.hidden {
  visibility: hidden; }

html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth; }

html.noscroll {
  overflow: hidden !important; }

body {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  background-color: #8D438B;
  font-size: 18px;
  line-height: 24px; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p {
  margin: 0 0 24px !important;
  display: block !important;
  color: #323232;
  font-family: "Chillax", sans-serif; }
  @media (min-width: 992px) {
    p {
      font-size: 19px;
      line-height: 26px; } }
  @media (min-width: 1140px) {
    p {
      font-size: 20px;
      line-height: 28px; } }
  p.lead {
    font-weight: 500; }
    @media (min-width: 992px) {
      p.lead {
        font-size: 20px !important;
        line-height: 29px !important; } }
    @media (min-width: 1140px) {
      p.lead {
        font-size: 21px !important;
        line-height: 31px !important; } }

a {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

section, header, footer, menu {
  position: relative;
  margin: 0;
  padding: 0; }

section li {
  font-family: "Chillax", sans-serif !important;
  font-size: 17px;
  line-height: 24px; }
  section li::marker {
    color: #8D438B; }

.right {
  float: right; }

.left {
  float: left; }

.align_right {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 720px) {
    .align_right_md {
      text-align: right;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.align_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 719px) {
    .align_center_mob {
      text-align: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.align_left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align_middle {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pm0, .mp0 {
  margin: 0 !important;
  padding: 0 !important; }

@media (min-width: 720px) {
  .mobile {
    display: none !important; } }

@media (max-width: 719px) {
  .no_mobile {
    display: none !important; } }

.relative {
  position: relative; }

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

.disable {
  display: none !important; }

.no-float {
  float: none !important; }

.container-max {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 719px) {
    .container-max {
      max-width: 100%; } }
  @media (min-width: 720px) {
    .container-max {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container-max {
      max-width: 100%; } }
  @media (min-width: 1140px) {
    .container-max {
      max-width: 1470px; } }
  .container-max .row {
    padding-left: 15px;
    padding-right: 15px; }

.container-max-half {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 719px) {
    .container-max-half {
      max-width: 100%; } }
  @media (min-width: 720px) {
    .container-max-half {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container-max-half {
      max-width: 100%; } }
  @media (min-width: 1140px) {
    .container-max-half {
      max-width: 720px;
      padding-right: 80px; } }

.container-waist {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 719px) {
    .container-waist {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 720px) {
    .container-waist {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container-waist {
      max-width: 100%; } }
  @media (min-width: 1140px) {
    .container-waist {
      max-width: 1170px; } }
  .container-waist p {
    font-size: 18px;
    line-height: 26px; }

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

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (max-width: 719px) {
    header {
      padding-top: 15px;
      height: 80px; } }
  @media (min-width: 720px) {
    header {
      padding-top: 20px;
      height: 100px; } }
  @media (min-width: 1470px) {
    header {
      padding-top: 30px;
      height: 100px; } }
  header .logo_color {
    display: none; }
  header.fromtop {
    background-color: white;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 719px) {
      header.fromtop {
        padding-top: 10px;
        height: 60px; } }
    @media (min-width: 720px) {
      header.fromtop {
        padding-top: 5px;
        height: 80px; } }
    header.fromtop .logo_color {
      display: block; }
    header.fromtop .logo {
      display: none; }
    @media (max-width: 719px) {
      header.fromtop .logo, header.fromtop .logo_color {
        height: 40px; } }
    @media (min-width: 720px) {
      header.fromtop .logo, header.fromtop .logo_color {
        height: 50px;
        margin-top: 10px; } }
    @media (min-width: 720px) {
      header.fromtop menu a {
        color: #28285c !important; } }
    header.fromtop menu a.active::after {
      background-color: #28285c; }
    header.fromtop .button {
      color: white !important; }
      header.fromtop .button.active {
        color: #28285c !important;
        border: 1px solid #8D438B; }

.fromtop.menuicon {
  top: 20px !important; }

.fromtop .bar1, .fromtop .bar2, .fromtop .bar3 {
  border-color: #28285c !important; }

.logo, .logo_color {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 9999; }
  @media (max-width: 719px) {
    .logo, .logo_color {
      height: 50px; } }
  @media (min-width: 720px) {
    .logo, .logo_color {
      height: 60px;
      margin-top: 5px; } }
  @media (min-width: 1470px) {
    .logo, .logo_color {
      height: 70px;
      margin-top: 0px; } }

.turnBlue.menuicon {
  top: 22px !important; }

.turnBlue .logo_color {
  display: block !important;
  height: 40px; }

.turnBlue .logo {
  display: none !important; }

.turnBlue .bar1, .turnBlue .bar2, .turnBlue .bar3 {
  border-color: #28285c !important; }

footer {
  background-color: #071F3C;
  color: #8c8c8c;
  font-family: "ChillaxLight", sans-serif;
  line-height: 25px; }
  @media (max-width: 719px) {
    footer {
      font-size: 20px;
      text-align: center; } }
  @media (min-width: 720px) {
    footer {
      font-size: 18px; } }
  @media (min-width: 992px) {
    footer {
      font-size: 20px; } }
  @media (min-width: 1140px) {
    footer {
      font-size: 22px; } }
  @media (min-width: 1470px) {
    footer {
      font-size: 24px; } }
  footer a {
    color: #C73C85; }
    footer a:hover {
      color: #ffffff; }

@media (max-width: 719px) {
  .footer .logo_footer {
    width: 80%; } }

@media (max-width: 719px) {
  .footer .element {
    display: block;
    line-height: 30px; } }

@media (min-width: 720px) {
  .footer .element {
    display: block;
    line-height: 30px; } }

@media (min-width: 1140px) {
  .footer .element {
    display: inline-block;
    margin: 0 8px; } }

@media (min-width: 1470px) {
  .footer .element {
    display: inline-block;
    margin: 0 15px; } }

@media (max-width: 719px) {
  .footer .line {
    display: none; } }

@media (min-width: 720px) {
  .footer .line {
    display: none; } }

@media (min-width: 1140px) {
  .footer .line {
    display: inline-block; } }

@media (max-width: 719px) {
  .mobile_spacing {
    padding: 30px 15px 0; } }

.copyrights {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #05182F;
  font-family: "ChillaxLight", sans-serif;
  color: #ffffff; }
  @media (max-width: 719px) {
    .copyrights {
      font-size: 14px;
      text-align: center; } }
  @media (min-width: 720px) {
    .copyrights {
      font-size: 16px;
      text-align: left; } }
  .copyrights a {
    color: #ffffff; }
    .copyrights a:hover {
      color: #C73C85; }
  @media (max-width: 719px) {
    .copyrights .line {
      display: none; } }
  @media (min-width: 720px) {
    .copyrights .line {
      display: inline-block; } }
  @media (max-width: 719px) {
    .copyrights .element {
      display: block;
      line-height: 30px; } }
  @media (min-width: 720px) {
    .copyrights .element {
      display: inline-block;
      margin: 0 12px; } }

.floating_container {
  background-image: -webkit-gradient(linear, left top, right top, from(#C73C85), to(#72468E));
  background-image: linear-gradient(to right, #C73C85, #72468E);
  color: #ffffff !important; }
  @media (max-width: 719px) {
    .floating_container {
      padding: 45px 30px;
      margin: 0 -15px; } }
  @media (min-width: 720px) {
    .floating_container {
      display: block;
      position: relative;
      top: -180px;
      min-height: 300px;
      right: 0;
      margin: 0;
      margin-bottom: -150px;
      padding: 0 40px 60px;
      border-radius: 75px 0 0 75px; } }
  @media (min-width: 1470px) {
    .floating_container {
      top: -200px;
      margin-bottom: -200px;
      padding: 0 80px 80px;
      border-radius: 100px 0 0 100px; } }
  .floating_container .floating_container_title {
    position: relative;
    display: block;
    font-family: "ChillaxBold", sans-serif; }
    @media (max-width: 719px) {
      .floating_container .floating_container_title {
        font-size: 42px;
        padding-bottom: 30px;
        line-height: 56px; } }
    @media (min-width: 720px) {
      .floating_container .floating_container_title {
        font-size: 54px;
        line-height: 70px;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (min-width: 1470px) {
      .floating_container .floating_container_title {
        font-size: 64px;
        line-height: 80px;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 719px) {
      .floating_container .floating_container_title h1 {
        font-size: 42px; } }
    @media (min-width: 720px) {
      .floating_container .floating_container_title h1 {
        font-size: 34px !important; } }
    @media (min-width: 992px) {
      .floating_container .floating_container_title h1 {
        font-size: 34px !important; } }
    @media (min-width: 1470px) {
      .floating_container .floating_container_title h1 {
        font-size: 44px !important; } }

.custom_container_rounded {
  position: relative;
  color: #ffffff !important; }
  .custom_container_rounded::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#C73C85), to(#72468E));
    background-image: linear-gradient(to right, #C73C85, #72468E);
    border-radius: 100px 0 0 100px; }
    @media (max-width: 719px) {
      .custom_container_rounded::before {
        border-radius: 15px 15px 40px 40px;
        width: 100%;
        height: calc(100% - 50vw); } }
    @media (min-width: 720px) {
      .custom_container_rounded::before {
        width: 75%;
        height: 100%; } }
    @media (min-width: 1140px) {
      .custom_container_rounded::before {
        width: calc(50% + (1170px / 3)); } }
  .custom_container_rounded p {
    font-family: "Chillax", sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff !important; }
  .custom_container_rounded h1, .custom_container_rounded h2, .custom_container_rounded h3 {
    color: #ffffff !important; }
  .custom_container_rounded .img_rounded {
    border-radius: 200px;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    border: 10px solid white;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    @media (max-width: 719px) {
      .custom_container_rounded .img_rounded {
        width: 75vw;
        height: 75vw; } }
    @media (min-width: 720px) {
      .custom_container_rounded .img_rounded {
        width: calc(100vw / 4);
        height: calc(100vw / 4); } }
    @media (min-width: 1140px) {
      .custom_container_rounded .img_rounded {
        width: 320px;
        height: 320px; } }

.container_left {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.border_bottom::after {
  content: '';
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  bottom: 0;
  max-width: 1440px; }

.border_bottom_half::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  bottom: 0;
  right: 95px;
  max-width: calc(705px - 80px); }

.webcontent_shorts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 719px) {
    .webcontent_shorts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 720px) {
    .webcontent_shorts {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 719px) {
    .webcontent_shorts .content_col {
      width: 100%;
      padding: 30px 15px; } }
  @media (min-width: 720px) {
    .webcontent_shorts .content_col {
      width: calc(33% - 15px);
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1140px) {
    .webcontent_shorts .content_col {
      width: calc(33% - 50px);
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1470px) {
    .webcontent_shorts .content_col {
      padding-left: 30px;
      padding-right: 30px; } }
  .webcontent_shorts .col_text {
    font-family: "Chillax", sans-serif; }
    @media (max-width: 719px) {
      .webcontent_shorts .col_text {
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 720px) {
      .webcontent_shorts .col_text {
        font-size: 17px;
        line-height: 25px; } }
    @media (min-width: 1470px) {
      .webcontent_shorts .col_text {
        font-size: 20px;
        line-height: 28px; } }

@media (max-width: 719px) {
  .section_margins {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (min-width: 720px) {
  .section_margins {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .section_margins {
    padding-top: 90px;
    padding-bottom: 80px; } }

@media (min-width: 1140px) {
  .section_margins {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 719px) {
  .section_margins_top {
    padding-top: 40px; } }

@media (min-width: 720px) {
  .section_margins_top {
    padding-top: 80px; } }

@media (min-width: 992px) {
  .section_margins_top {
    padding-top: 90px; } }

@media (min-width: 1140px) {
  .section_margins_top {
    padding-top: 100px; } }

.white_topmargin {
  background-color: white;
  display: block;
  position: relative; }
  @media (max-width: 719px) {
    .white_topmargin {
      padding-top: 40px; } }
  @media (min-width: 720px) {
    .white_topmargin {
      padding-top: 60px; } }
  @media (min-width: 992px) {
    .white_topmargin {
      padding-top: 70px; } }
  @media (min-width: 1140px) {
    .white_topmargin {
      padding-top: 80px; } }

.centerYX {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 720px) {
  .text_col-l {
    padding-right: 50px; }
  .text_col-r {
    padding-left: 50px; } }

.CTA {
  background-color: #EDEDED;
  font-family: "Chillax", sans-serif;
  text-align: center; }
  @media (max-width: 719px) {
    .CTA {
      font-size: 32px;
      line-height: 42px; } }
  @media (min-width: 720px) {
    .CTA {
      font-size: 34px;
      line-height: 44px; } }
  @media (min-width: 992px) {
    .CTA {
      font-size: 36px;
      line-height: 46px; } }
  @media (min-width: 1140px) {
    .CTA {
      font-size: 38px;
      line-height: 48px; } }
  .CTA a {
    color: #323232; }
  .CTA b {
    font-family: "ChillaxBold", sans-serif; }

.jobdetails {
  color: #ffffff; }
  .jobdetails span {
    display: inline-block;
    margin: 0 10px; }

.wallpaper {
  background-image: url("../img/header_innexum.jpg");
  background-size: cover; }
  @media (max-width: 719px) {
    .wallpaper {
      background-position: 80%  center; } }
  @media (min-width: 720px) {
    .wallpaper {
      background-position: center center; } }

.jobs .jobrow {
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #ffffff;
  padding: 0 15px; }
  @media (max-width: 719px) {
    .jobs .jobrow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 15px; } }
  @media (min-width: 720px) {
    .jobs .jobrow {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 120px; } }
  .jobs .jobrow:hover {
    background-color: rgba(141, 67, 139, 0.1); }

.jobs .job_title {
  font-family: "ChillaxBold", sans-serif;
  color: #8D438B;
  font-size: 28px; }
  @media (max-width: 719px) {
    .jobs .job_title {
      width: 100%; } }
  @media (min-width: 720px) {
    .jobs .job_title {
      width: calc(5 * (100% / 12)); } }
  .jobs .job_title .fas {
    font-size: 20px;
    font-weight: bold; }
    @media (max-width: 719px) {
      .jobs .job_title .fas {
        display: none; } }

.jobs .job_hours {
  font-family: "Chillax", sans-serif;
  font-size: 16px;
  color: #6a6a6a;
  position: relative;
  display: block;
  width: 100%; }
  @media (max-width: 719px) {
    .jobs .job_hours {
      width: 100%;
      padding: 15px 0; } }
  @media (min-width: 720px) {
    .jobs .job_hours {
      width: calc(5 * (100% / 12)); } }
  @media (max-width: 719px) {
    .jobs .job_hours span:nth-of-type(1) {
      width: 47%; }
    .jobs .job_hours span:nth-of-type(2) {
      width: 20%; }
    .jobs .job_hours span:nth-of-type(3) {
      width: 28%; } }
  .jobs .job_hours span {
    position: relative;
    display: inline-block; }
    @media (min-width: 720px) {
      .jobs .job_hours span {
        width: 25%; } }

@media (max-width: 719px) {
  .jobs .job_action {
    width: 100%;
    text-align: left; } }

@media (min-width: 720px) {
  .jobs .job_action {
    width: calc(100% / 6);
    text-align: right; } }

.animated {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes Appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes Appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@media (max-width: 719px) {
  .fadeInUp {
    -webkit-animation-name: Appear;
            animation-name: Appear; } }

@media (min-width: 720px) {
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp; } }

.Appear {
  -webkit-animation-name: Appear;
          animation-name: Appear; }

@media (max-width: 719px) {
  .d1 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d1 {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s; } }

@media (max-width: 719px) {
  .d2 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d2 {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s; } }

@media (max-width: 719px) {
  .d3 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d3 {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s; } }

@media (max-width: 719px) {
  .d4 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d4 {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s; } }

@media (max-width: 719px) {
  .d5 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d5 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; } }

@media (max-width: 719px) {
  .d6 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d6 {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s; } }

@media (max-width: 719px) {
  .d7 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d7 {
    -webkit-animation-delay: 0.56s;
            animation-delay: 0.56s; } }

@media (max-width: 719px) {
  .d8 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d8 {
    -webkit-animation-delay: 0.64s;
            animation-delay: 0.64s; } }

@media (max-width: 719px) {
  .d9 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d9 {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s; } }

@media (max-width: 719px) {
  .d10 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d10 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; } }

@media (max-width: 719px) {
  .d11 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d11 {
    -webkit-animation-delay: 0.88s;
            animation-delay: 0.88s; } }

@media (max-width: 719px) {
  .d12 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d12 {
    -webkit-animation-delay: 0.96s;
            animation-delay: 0.96s; } }

@media (max-width: 719px) {
  .d13 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d13 {
    -webkit-animation-delay: 1.04s;
            animation-delay: 1.04s; } }

@media (max-width: 719px) {
  .d14 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d14 {
    -webkit-animation-delay: 1.12s;
            animation-delay: 1.12s; } }

@media (max-width: 719px) {
  .d15 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d15 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; } }

@media (max-width: 719px) {
  .d16 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d16 {
    -webkit-animation-delay: 1.28s;
            animation-delay: 1.28s; } }

@media (max-width: 719px) {
  .d17 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d17 {
    -webkit-animation-delay: 1.36s;
            animation-delay: 1.36s; } }

@media (max-width: 719px) {
  .d18 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d18 {
    -webkit-animation-delay: 1.44s;
            animation-delay: 1.44s; } }

@media (max-width: 719px) {
  .d19 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d19 {
    -webkit-animation-delay: 1.52s;
            animation-delay: 1.52s; } }

@media (max-width: 719px) {
  .d20 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d20 {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; } }

@media (max-width: 719px) {
  .d21 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d21 {
    -webkit-animation-delay: 1.68s;
            animation-delay: 1.68s; } }

@media (max-width: 719px) {
  .d22 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d22 {
    -webkit-animation-delay: 1.76s;
            animation-delay: 1.76s; } }

@media (max-width: 719px) {
  .d23 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d23 {
    -webkit-animation-delay: 1.84s;
            animation-delay: 1.84s; } }

@media (max-width: 719px) {
  .d24 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d24 {
    -webkit-animation-delay: 1.92s;
            animation-delay: 1.92s; } }

@media (max-width: 719px) {
  .d25 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d25 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; } }

@media (max-width: 719px) {
  .d26 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d26 {
    -webkit-animation-delay: 2.08s;
            animation-delay: 2.08s; } }

@media (max-width: 719px) {
  .d27 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d27 {
    -webkit-animation-delay: 2.16s;
            animation-delay: 2.16s; } }

@media (max-width: 719px) {
  .d28 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d28 {
    -webkit-animation-delay: 2.24s;
            animation-delay: 2.24s; } }

@media (max-width: 719px) {
  .d29 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d29 {
    -webkit-animation-delay: 2.32s;
            animation-delay: 2.32s; } }

@media (max-width: 719px) {
  .d30 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d30 {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; } }

@media (max-width: 719px) {
  .d31 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d31 {
    -webkit-animation-delay: 2.48s;
            animation-delay: 2.48s; } }

@media (max-width: 719px) {
  .d32 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d32 {
    -webkit-animation-delay: 2.56s;
            animation-delay: 2.56s; } }

@media (max-width: 719px) {
  .d33 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d33 {
    -webkit-animation-delay: 2.64s;
            animation-delay: 2.64s; } }

@media (max-width: 719px) {
  .d34 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d34 {
    -webkit-animation-delay: 2.72s;
            animation-delay: 2.72s; } }

@media (max-width: 719px) {
  .d35 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d35 {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s; } }

@media (max-width: 719px) {
  .d36 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d36 {
    -webkit-animation-delay: 2.88s;
            animation-delay: 2.88s; } }

@media (max-width: 719px) {
  .d37 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d37 {
    -webkit-animation-delay: 2.96s;
            animation-delay: 2.96s; } }

@media (max-width: 719px) {
  .d38 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d38 {
    -webkit-animation-delay: 3.04s;
            animation-delay: 3.04s; } }

@media (max-width: 719px) {
  .d39 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d39 {
    -webkit-animation-delay: 3.12s;
            animation-delay: 3.12s; } }

@media (max-width: 719px) {
  .d40 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d40 {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s; } }

@media (max-width: 719px) {
  .d41 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d41 {
    -webkit-animation-delay: 3.28s;
            animation-delay: 3.28s; } }

@media (max-width: 719px) {
  .d42 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d42 {
    -webkit-animation-delay: 3.36s;
            animation-delay: 3.36s; } }

@media (max-width: 719px) {
  .d43 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d43 {
    -webkit-animation-delay: 3.44s;
            animation-delay: 3.44s; } }

@media (max-width: 719px) {
  .d44 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d44 {
    -webkit-animation-delay: 3.52s;
            animation-delay: 3.52s; } }

@media (max-width: 719px) {
  .d45 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d45 {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s; } }

@media (max-width: 719px) {
  .d46 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d46 {
    -webkit-animation-delay: 3.68s;
            animation-delay: 3.68s; } }

@media (max-width: 719px) {
  .d47 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d47 {
    -webkit-animation-delay: 3.76s;
            animation-delay: 3.76s; } }

@media (max-width: 719px) {
  .d48 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d48 {
    -webkit-animation-delay: 3.84s;
            animation-delay: 3.84s; } }

@media (max-width: 719px) {
  .d49 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d49 {
    -webkit-animation-delay: 3.92s;
            animation-delay: 3.92s; } }

@media (max-width: 719px) {
  .d50 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; } }

@media (min-width: 720px) {
  .d50 {
    -webkit-animation-delay: 4s;
            animation-delay: 4s; } }

.button {
  display: inline-block;
  color: #ffffff;
  height: 45px;
  line-height: 44px;
  outline: none;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.2px;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  cursor: pointer; }
  @media (max-width: 719px) {
    .button {
      font-size: 16px;
      padding: 0 18px; } }
  @media (min-width: 720px) {
    .button {
      font-size: 17px;
      padding: 0 25px; } }
  @media (min-width: 992px) {
    .button {
      font-size: 18px;
      padding: 0 30px; } }
  .button:hover {
    text-decoration: none;
    color: #ffffff;
    -webkit-filter: brightness(115%);
            filter: brightness(115%); }
  .button:focus {
    outline: none !important; }
  .button.active {
    background-image: none;
    background-color: white !important;
    color: #8D438B; }
    @media (min-width: 720px) {
      .button.active::after {
        height: 0px !important; } }

.button_filled {
  background-image: -webkit-gradient(linear, left top, right top, from(#C73C85), to(#72468E));
  background-image: linear-gradient(to right, #C73C85, #72468E); }

.button_open {
  border: 1px solid white; }

.button_orange {
  background-color: #F8A47E; }

.button_filter {
  height: 35px;
  line-height: 34px; }
  @media (max-width: 719px) {
    .button_filter {
      font-size: 15px;
      padding: 0 20px; } }
  @media (min-width: 720px) {
    .button_filter {
      font-size: 15px;
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .button_filter {
      font-size: 16px;
      padding: 0 20px; } }

.canvas {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0); }
  .canvas .homepage_container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: left;
    top: calc(50vh - 100px);
    height: 200px;
    color: #ffffff; }
    @media (max-width: 719px) {
      .canvas .homepage_container {
        width: 100%; } }
    @media (min-width: 720px) {
      .canvas .homepage_container {
        width: 70%; } }
    @media (min-width: 1140px) {
      .canvas .homepage_container {
        width: 50%; } }
    .canvas .homepage_container .slogan {
      font-family: "Chillax", sans-serif;
      margin: 0 0 24px !important; }
      @media (max-width: 719px) {
        .canvas .homepage_container .slogan {
          font-size: 40px;
          line-height: 45px; } }
      @media (min-width: 720px) {
        .canvas .homepage_container .slogan {
          font-size: 64px;
          line-height: 67px; } }
      @media (min-width: 1140px) {
        .canvas .homepage_container .slogan {
          font-size: 68px;
          line-height: 71px; } }
      @media (min-width: 1470px) {
        .canvas .homepage_container .slogan {
          font-size: 72px;
          line-height: 75px; } }
    .canvas .homepage_container .index {
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 36px !important; }

.canvas_half {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  width: 100vw;
  height: 50vh;
  min-height: 420px;
  padding-left: 30px;
  padding-right: 30px; }
  .canvas_half .landingpage_container {
    position: relative;
    width: 100%;
    padding-top: 200px;
    text-align: center; }

.wallpaper_texas {
  background-image: url("../img/starbase_factory_header.jpg");
  background-size: 144%; }
  @media (max-width: 719px) {
    .wallpaper_texas {
      background-position: 80% center; } }
  @media (min-width: 720px) {
    .wallpaper_texas {
      background-position: 100% 65%; } }

.parallax {
  position: fixed;
  margin-top: 0px;
  z-index: 0; }

.cookie_box {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  z-index: 999999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #1c1c1c;
  border-radius: 8px;
  font-family: 'Campton', sans-serif; }
  @media (max-width: 719px) {
    .cookie_box {
      width: calc(100vw - 30px);
      margin: 10px !important;
      right: 110vw;
      bottom: 0px;
      line-height: 20px;
      padding: 25px;
      font-size: 13px; }
      .cookie_box .right {
        float: none !important;
        margin-top: 15px; } }
  @media (min-width: 720px) {
    .cookie_box {
      font-size: 15px;
      letter-spacing: 0.25px;
      width: 450px;
      padding: 25px;
      margin: 30px;
      bottom: 0px;
      right: 110vw;
      min-height: 60px;
      line-height: 25px;
      -webkit-box-shadow: 0 0 50px #1c1c1c;
              box-shadow: 0 0 50px #1c1c1c;
      -webkit-transition: 0.4s;
      transition: 0.4s; } }
  .cookie_box a {
    color: #8D438B; }
  .cookie_box .box_row {
    display: block; }
  .cookie_box .close_button {
    -webkit-box-shadow: 0 0 50px #1c1c1c;
            box-shadow: 0 0 50px #1c1c1c;
    position: absolute;
    left: calc(100% - 20px);
    bottom: calc(100% - 20px);
    display: block;
    width: 35px;
    height: 35px;
    border: 0;
    text-align: center;
    padding-top: 5px;
    font-size: 26px;
    background-color: #1c1c1c;
    color: #ffffff;
    border-radius: 25px;
    cursor: pointer; }
    .cookie_box .close_button:hover {
      -webkit-filter: brightness(120%);
              filter: brightness(120%); }

@media (max-width: 719px) {
  .show_cookie {
    right: 8px !important; } }

@media (min-width: 720px) {
  .show_cookie {
    right: calc(100vw - 530px) !important; } }

.button_cookie {
  font-family: 'CamptonSemiBold', sans-serif;
  border-radius: 3px;
  padding: 0px 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 42px;
  font-size: 15px;
  display: inline-block;
  margin: 0px 6px;
  height: 42px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }
  .button_cookie_black {
    background-color: #8D438B !important; }
    .button_cookie_black:hover {
      -webkit-filter: brightness(120%);
              filter: brightness(120%); }
  .button_cookie_open {
    color: #8D438B;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #1c1c1c; }
    .button_cookie_open:hover {
      color: #ffffff;
      background-color: #6a6a6a !important;
      border: 1px solid #6a6a6a; }

.contact_form .field {
  width: 450px;
  max-width: 100%;
  display: block;
  padding: 8px 20px;
  border-radius: 20px;
  line-height: 28px;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 28px; }
  .contact_form .field:focus {
    outline: 1px solid #8D438B; }

.contacts {
  font-size: 20px !important;
  color: #8D438B; }
  .contacts a {
    color: #8D438B;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .contacts a:hover {
      text-decoration: none;
      color: #C73C85; }
  .contacts .icon {
    position: relative;
    display: inline-block;
    margin-right: 8px !important; }

.jobboard .searchfield {
  position: relative;
  width: 100%;
  display: block;
  padding: 8px 20px;
  border-radius: 20px;
  line-height: 28px;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 28px; }
  .jobboard .searchfield:focus {
    border: 1px solid #8D438B; }

.jobboard .search_button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 44px;
  height: 100%;
  text-align: center;
  padding-top: 9px;
  background-color: #8D438B;
  color: #ffffff;
  border-radius: 0 22px 22px 0; }

h1 {
  font-family: "ChillaxLight", sans-serif;
  position: relative; }
  @media (max-width: 719px) {
    h1 {
      font-size: 38px;
      line-height: 50px; } }
  @media (min-width: 720px) {
    h1 {
      font-size: 45px;
      line-height: 64px; } }
  @media (min-width: 1140px) {
    h1 {
      font-size: 50px;
      line-height: 64px; } }
  h1 strong {
    font-family: "ChillaxBold", sans-serif; }
  h1 b {
    font-family: "Chillax", sans-serif; }

h2 {
  position: relative;
  color: #8D438B;
  font-family: "ChillaxBold", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px; }

h3 {
  position: relative;
  font-family: "ChillaxBold", sans-serif;
  font-size: 20px;
  line-height: 34px;
  margin: 0; }

.uppercase {
  text-transform: uppercase; }

.small_txt {
  font-size: 15px;
  line-height: 24px; }
  .small_txt i {
    font-size: 14px; }

@media (max-width: 719px) {
  .quote {
    position: relative;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.jobcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

@media (max-width: 719px) {
  .filterbox {
    max-height: 100vh;
    width: 40vw;
    text-align: center;
    max-height: 50px;
    overflow: hidden;
    background-color: #8D438B;
    background-image: -webkit-gradient(linear, left top, right top, from(#C73C85), to(#72468E));
    background-image: linear-gradient(to right, #C73C85, #72468E);
    z-index: 99;
    padding: 10px 0;
    border-radius: 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s; } }

.openfilter {
  position: absolute;
  max-height: 1000vh;
  width: 100vw;
  left: -15px;
  -webkit-box-shadow: 0 0 0 1000vh rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1000vh rgba(0, 0, 0, 0.15); }

.filterclose {
  position: absolute;
  left: calc(100% - 35px);
  bottom: 20px;
  color: #ffffff;
  font-size: 35px;
  z-index: 999; }

.filterbutton {
  color: #ffffff;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 10px; }

@media (max-width: 719px) {
  .filtercontent {
    padding: 30px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 25px; } }

.jobboard {
  color: #323232;
  font-family: "Chillax", sans-serif;
  line-height: 27px; }
  .jobboard .filter {
    display: block;
    position: relative;
    line-height: 30px;
    width: 100%; }
    .jobboard .filter input[type="checkbox"] {
      accent-color: #8D438B; }
  .jobboard .jobcard {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 719px) {
      .jobboard .jobcard {
        margin: 15px 0; } }
    @media (min-width: 720px) {
      .jobboard .jobcard {
        max-width: 46%;
        margin: 15px; } }
    .jobboard .jobcard .job_hours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      font-size: 16px;
      margin: 8px 0 24px;
      color: #6a6a6a;
      width: 100%; }
    .jobboard .jobcard p {
      font-size: 16px; }
    .jobboard .jobcard:hover {
      border: 1px solid rgba(0, 0, 0, 0.2); }

.job_contact {
  position: absolute;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  right: 0; }
  @media (max-width: 719px) {
    .job_contact {
      padding: 5px 5px 5px 3px;
      width: 100%;
      color: grey;
      bottom: 0;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
      background-color: white;
      padding: 0 30px 30px;
      overflow: hidden; } }
  @media (min-width: 720px) {
    .job_contact {
      height: auto;
      top: 100px;
      width: 30vw;
      padding: 30px; } }
  @media (min-width: 1140px) {
    .job_contact {
      padding: 50px;
      padding-right: calc(50vw - (1470px / 2) + 15px);
      width: calc((50vw - (1170px / 2)) + (1170px / 4)); } }
  .job_contact::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 720px) {
      .job_contact::before {
        background-image: -webkit-gradient(linear, left top, right top, from(#C73C85), to(#72468E));
        background-image: linear-gradient(to right, #C73C85, #72468E);
        width: 30vw;
        height: 100%;
        border-radius: 30px 0 0 30px; } }
    @media (min-width: 1140px) {
      .job_contact::before {
        width: 100%;
        border-radius: 50px 0 0 50px; } }
  .job_contact p {
    font-family: "Chillax", sans-serif;
    position: relative; }
    @media (max-width: 719px) {
      .job_contact p {
        color: #28285c !important;
        font-size: 14px;
        line-height: 20px;
        margin: 0; } }
    @media (min-width: 720px) {
      .job_contact p {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff !important; } }
  @media (max-width: 719px) {
    .job_contact h1, .job_contact h2, .job_contact h3 {
      color: #28285c !important;
      font-size: 16px !important;
      margin: 0; } }
  @media (min-width: 720px) {
    .job_contact h1, .job_contact h2, .job_contact h3 {
      color: #ffffff !important; } }
  .job_contact .mobile {
    position: relative; }

@media (max-width: 719px) {
  .job_contact_details {
    max-height: 0vh;
    overflow: hidden; } }

.job_contact_details_open {
  max-height: 100vh; }

.noshade {
  -webkit-box-shadow: none;
          box-shadow: none; }

menu {
  position: absolute;
  font-family: "New Order", sans-serif;
  font-weight: 100;
  padding-right: 15px !important; }
  @media (max-width: 719px) {
    menu {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      color: #ffffff;
      width: 100vw;
      right: -15px;
      height: 0;
      top: 51px;
      padding-top: 0px;
      background-color: #071F3C;
      overflow: hidden; }
      menu .logo_menu {
        -webkit-filter: grayscale(50%) opacity(0.2);
                filter: grayscale(50%) opacity(0.2);
        width: 60%;
        margin-left: 20%;
        position: absolute;
        bottom: 10%; } }
  @media (min-width: 720px) {
    menu {
      padding: 0;
      margin: 0;
      right: 0;
      height: 70px;
      line-height: 70px;
      color: #ffffff; }
      menu .logo_menu {
        display: none; } }
  menu ul, menu li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0; }
  @media (max-width: 719px) {
    menu li {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center; } }
  @media (min-width: 720px) {
    menu li {
      display: inline-block; } }
  menu li a {
    color: #ffffff; }
    @media (max-width: 719px) {
      menu li a {
        font-size: 18px; } }
    @media (min-width: 720px) {
      menu li a {
        font-size: 16px !important;
        padding: 0 8px; } }
    @media (min-width: 992px) {
      menu li a {
        font-size: 17px !important;
        padding: 0 10px; } }
    @media (min-width: 1140px) {
      menu li a {
        font-size: 18px;
        padding: 0 15px; } }
    @media (min-width: 720px) {
      menu li a {
        position: relative;
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        menu li a:hover {
          color: #C73C85;
          text-decoration: none; } }
    @media (max-width: 719px) {
      menu li a.active {
        color: #8D438B; } }
    @media (min-width: 720px) {
      menu li a.active::after {
        left: 8px;
        width: calc(100% - 16px); } }
    @media (min-width: 992px) {
      menu li a.active::after {
        left: 10px;
        width: calc(100% - 18px); } }
    @media (min-width: 1140px) {
      menu li a.active::after {
        left: 15px;
        width: calc(100% - 28px); } }
    @media (min-width: 720px) {
      menu li a.active::after {
        content: '';
        position: absolute;
        height: 3px;
        bottom: 15px;
        background-color: white; } }
  @media (max-width: 719px) {
    menu li .button_filled {
      color: #ffffff;
      font-size: 18px;
      background: none !important; } }
  menu.showMenu {
    padding-top: 50px;
    height: 100vh !important;
    max-height: calc(100vh - 51px) !important;
    overflow: visible; }
    menu.showMenu::before {
      content: '';
      position: absolute;
      bottom: 100%;
      height: 80px;
      width: 100vw;
      left: 0;
      background-color: white; }

@media (min-width: 720px) {
  .menuicon {
    display: none; } }

@media (max-width: 719px) {
  .menuicon {
    display: block;
    top: 30px;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    right: 15px;
    width: 35px;
    height: 50px; } }

.menuicon .bar1, .menuicon .bar2, .menuicon .bar3 {
  position: absolute;
  display: block;
  width: 35px;
  height: 4px;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0; }

.menuicon .bar1 {
  border-width: 4px 0 0 0;
  border-radius: 0 6px 0 0; }

.menuicon .bar2 {
  border-width: 4px 0 0 0;
  border-radius: 0;
  top: 10px; }

.menuicon .bar3 {
  border-width: 0 0 4px;
  border-radius: 0 0 0 6px;
  top: 20px; }

.openMenu {
  height: 24px; }
  .openMenu .bar1 {
    top: 1px;
    left: 0px;
    width: 21px;
    height: 21px;
    border-width: 5px 5px 0 0;
    border-radius: 0;
    -webkit-transform: rotate(35deg) skewY(20deg);
            transform: rotate(35deg) skewY(20deg); }
  .openMenu .bar2 {
    top: 9px;
    left: 17px;
    width: 9px;
    border-radius: 0; }
  .openMenu .bar3 {
    top: 2px;
    left: 22px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border-width: 0 0 5px 5px;
    -webkit-transform: rotate(35deg) skewY(20deg);
            transform: rotate(35deg) skewY(20deg); }

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