.white-theme .menu__link {
  color: #ff7800; }

.white-theme .nav__logo--blue {
  display: block; }

.white-theme .nav__logo--white {
  display: none; }

body {
  font-size: 15px;
  color: #6b7578;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

@font-face {
  font-family: 'Anemone';
  src: url("/source/fonts/Anemone-Regular.eot?#iefix") format("embedded-opentype"), url("/source/fonts/Anemone-Regular.otf") format("opentype"), url("/source/fonts/Anemone-Regular.woff") format("woff"), url("/source/fonts/Anemone-Regular.ttf") format("truetype"), url("/source/fonts/Anemone-Regular.svg#Anemone-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-title {
  width: 100%;
  clear: both;
  float: left;
  color: #00abef;
  font-family: Anemone;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  margin: 0;
  margin-bottom: 63px; }
  @media (max-width: 639.98px) {
    .page-title {
      font-size: 70px;
      font-weight: 400;
      line-height: 55px;
      margin-top: 50px;
      margin-bottom: 40px; } }

.section-title {
  font-family: 'Anemone';
  color: #00abef;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  width: 100%;
  text-align: left;
  margin-bottom: 50px; }
  @media (max-width: 1079.98px) {
    .section-title {
      text-align: center; } }
  @media (max-width: 639.98px) {
    .section-title {
      font-size: 90px;
      line-height: 65px;
      margin-bottom: 35px; } }

.section-round-title {
  color: #ffffff;
  font-family: Anemone;
  font-size: 160px;
  font-weight: 400;
  line-height: 100px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 639.98px) {
    .section-round-title {
      font-size: 120px;
      font-weight: 400;
      line-height: 100px; } }

.page_title_yellow {
  color: #ffde47;
  font-family: Anemone;
  font-size: 160px;
  font-weight: 400;
  line-height: 100px;
  margin: 0; }
  @media (min-width: 640px) and (max-width: 1079.98px) {
    .page_title_yellow {
      font-size: 130px; } }
  @media (max-width: 639.98px) {
    .page_title_yellow {
      font-size: 96px;
      font-weight: 400;
      line-height: 64px; } }

body, html {
  font-size: 18px;
  overflow-x: hidden;
  height: 100%; }

html {
  overflow-y: scroll; }

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto !important;
  font-family: 'Source Sans Pro', sans-serif; }

main {
  flex-grow: 1; }

.wrapper {
  width: 100%; }

header {
  z-index: 50;
  position: relative; }

p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px; }

.container {
  align-content: inherit;
  justify-content: inherit;
  align-items: inherit;
  justify-items: inherit; }

.disableselection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.wrapper-center {
  display: flex;
  flex-direction: column;
  align-items: center; }

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  margin: 15px 0; }

.page-without-header main {
  margin-top: 135px; }

.footer__wrapper {
  display: flex;
  justify-content: center; }
  .footer__wrapper .social-group:first-child {
    margin-right: 55px; }
    @media (max-width: 639.98px) {
      .footer__wrapper .social-group:first-child {
        margin-right: 40px; } }

.footer__cp {
  color: #00abef;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  text-align: center;
  clear: both;
  float: left;
  margin-top: 25px;
  margin-bottom: 40px; }

.footer__links {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  color: #00abef;
  font-size: 16px; }

.footer__link {
  padding: 0 10px;
  font-weight: 400;
  line-height: 28px;
  color: #00abef;
  font-size: 16px; }
  .footer__link:hover {
    color: #ff7800;
    text-decoration: none; }

.social-group {
  float: left; }
  .social-group__label {
    color: #bcbcbc;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px; }
  .social-group__icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .social-group__icon:hover {
      opacity: 0.8; }
    .social-group__icon:last-child {
      margin-right: 0; }
    .social-group__icon--fb {
      background-image: url("/source/images/svg/social-facebook.svg"); }
    .social-group__icon--tw {
      background-image: url("/source/images/svg/social-twitter.svg"); }
    .social-group__icon--li {
      background-image: url("/source/images/svg/social-linkedin.svg"); }
    .social-group__icon--apple {
      background-image: url("/source/images/svg/social-apple-store.svg"); }
    .social-group__icon--google-play {
      background-image: url("/source/images/svg/social-google-play.svg"); }

.game-bar {
  margin-top: 25px;
  z-index: 1; }
  .game-bar__image {
    max-width: 190px; }
  .game-bar__label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px; }
  .game-bar__artwork {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
    .game-bar__artwork--left {
      left: 0; }
    .game-bar__artwork--right {
      right: 0; }
    .game-bar__artwork--archer {
      background-image: url("/source/images/archer.png");
      width: 343px;
      background-size: contain;
      height: 407px;
      top: -170px; }
      @media (min-width: 640px) and (max-width: 1079.98px) {
        .game-bar__artwork--archer {
          top: 80px;
          left: calc( 50% - 315px); } }
      @media (max-width: 639.98px) {
        .game-bar__artwork--archer {
          width: 208px;
          height: 247px;
          top: 110px;
          left: calc( 50% - 160px); } }
    .game-bar__artwork--wizard {
      background-image: url("/source/images/wizard.png");
      width: 441px;
      height: 441px;
      background-size: contain;
      top: -87px;
      right: -20px; }
      @media (min-width: 640px) and (max-width: 1079.98px) {
        .game-bar__artwork--wizard {
          top: 60px;
          left: calc( 50% - 120px); } }
      @media (max-width: 639.98px) {
        .game-bar__artwork--wizard {
          width: 288px;
          height: 288px;
          top: 80px;
          left: calc( 50% - 100px); } }

.game-count {
  background-color: #00abef;
  border-radius: 240px;
  width: 240px;
  height: 240px;
  position: absolute;
  right: 0;
  top: -90px; }
  @media (min-width: 640px) and (max-width: 1079.98px) {
    .game-count {
      top: 110px;
      right: calc( 50% - 340px); } }
  @media (max-width: 639.98px) {
    .game-count {
      top: 415px;
      right: calc( 50% - 125px); } }
  .game-count__wrapper {
    /*
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .game-count__item {
    opacity: 0;
    z-index: 0;
    transition: opacity 0.8s; }
  .game-count__item.active {
    z-index: 1;
    opacity: 1;
    transition: opacity 0.8s;
    transition-delay: 0.5s; }
  .game-count__number {
    color: #ffffff;
    font-size: 100px;
    font-weight: 900;
    line-height: 100px;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 55px;
    letter-spacing: -4px;
    left: 50%;
    transform: translateX(-50%); }
    .game-count__number--upper {
      color: #ffffff;
      font-size: 40px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      top: -42px;
      margin-left: 5px; }
  .game-count__text {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    width: 140px;
    text-align: center;
    position: absolute;
    top: 155px;
    font-style: italic;
    left: 50%;
    transform: translateX(-50%); }
  .game-count .dots--white-landing-one {
    left: -70px;
    bottom: 45px; }
    @media (min-width: 640px) and (max-width: 1079.98px) {
      .game-count .dots--white-landing-one {
        right: 35px;
        top: -75px;
        left: inherit;
        bottom: inherit; } }
    @media (max-width: 639.98px) {
      .game-count .dots--white-landing-one {
        bottom: inherit;
        left: inherit;
        top: -290px;
        right: -25px; } }
  .game-count .dots--blue-landing-one {
    left: -80px;
    bottom: -120px; }
    @media (max-width: 639.98px) {
      .game-count .dots--blue-landing-one {
        bottom: inherit;
        left: inherit;
        top: -135px;
        right: -30px; } }

.dots {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute; }
  .dots--white-landing-one {
    background-image: url("/source/images/svg/dots-white1.svg");
    width: 51px;
    height: 63px; }
  .dots--blue-landing-one {
    background-image: url("/source/images/svg/dots-blue1.svg");
    width: 191px;
    height: 122px; }
  .dots--blue-benefits-one {
    background-image: url("/source/images/svg/dots-blue2.svg");
    width: 88px;
    height: 121px; }
  .dots--white-job-landing-one {
    background-image: url("/source/images/svg/dots-white2.svg");
    width: 104px;
    height: 66px; }
  .dots--blue-job-landing-one {
    background-image: url("/source/images/svg/dots-blue4.svg");
    width: 143px;
    height: 103px; }
  .dots--blue-email-form-one {
    background-image: url("/source/images/svg/dots-blue5.svg");
    width: 144px;
    height: 220px; }

.menu {
  /*max-width: 1110px;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
*/
  margin-top: 35px; }
  @media (max-width: 639.98px) {
    .menu {
      margin-top: 20px; } }
  .menu__items {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 40px; }
    @media (max-width: 639.98px) {
      .menu__items {
        margin-right: 0px;
        position: relative;
        right: 50%;
        transform: translateX(50%); } }
  .menu__item {
    display: inline-block;
    margin-left: 40px; }
    @media (max-width: 639.98px) {
      .menu__item {
        margin-left: 20px; }
        .menu__item:first-child {
          margin-left: 0; } }
  .menu__link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: color 0.2s; }
    @media (max-width: 639.98px) {
      .menu__link {
        font-size: 15px; } }
    .menu__link:hover {
      transition: color 0.2s;
      color: #00abef;
      text-decoration: none; }

.nav {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%; }
  .nav__wrapper {
    max-width: 1110px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 639.98px) {
      .nav__wrapper {
        align-items: center;
        flex-direction: column-reverse; } }
  .nav__logo {
    width: 140px;
    margin: 40px 0 0 40px; }
    @media (max-width: 639.98px) {
      .nav__logo {
        margin: 35px 0 0 0; } }
    .nav__logo--blue {
      display: none; }

.jobs {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0; }
  .jobs__item {
    margin: 0;
    border-bottom: 1px solid #d5e0e4;
    position: relative;
    transition: background-color 0.2s;
    list-style: none;
    margin-top: -1px;
    padding: 0; }
    @media (max-width: 639.98px) {
      .jobs__item {
        padding-right: 25px; } }
    .jobs__item:last-child {
      border: 1px solid transparent; }
    .jobs__item:hover {
      transition: background-color 0.2s;
      background-color: #eaf1f3;
      border-bottom: 1px solid transparent; }
    .jobs__item::after {
      content: "";
      background-image: url("/source/images/svg/arrow-right.svg");
      width: 13px;
      height: 22px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 639.98px) {
        .jobs__item::after {
          right: 10px; } }
  .jobs__title {
    color: #ff7800;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    text-align: left; }
  .jobs__description {
    color: #003e56;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: left;
    margin-top: 6px; }
  .jobs__anchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 15px 55px 15px 15px;
    min-height: 86px; }
    .jobs__anchor:hover {
      text-decoration: none; }

@media (min-width: 640px) and (max-width: 1079.98px) {
  .section--jobs .jobs, .section--jobs .section-title {
    max-width: 600px; } }

.benefits {
  width: 920px;
  height: 920px;
  background-image: url("/source/images/benefits-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 920px;
  margin-top: 70px;
  justify-content: center;
  position: relative;
  margin-bottom: 45px; }
  @media (max-width: 639.98px) {
    .benefits {
      background-image: url("/source/images/benefits-mobile-bg.jpg");
      background-position: center top;
      height: 1750px;
      margin-top: 130px; } }
  .benefits .section-round-title {
    margin-top: 70px; }
    @media (max-width: 639.98px) {
      .benefits .section-round-title {
        margin-top: 55px; } }
  .benefits .benefits__body {
    width: 100%;
    max-width: 670px; }
  .benefits .benefits__item {
    float: left;
    width: 33.333%;
    color: #f0f0f0;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 90px;
    position: relative;
    text-align: center;
    margin-bottom: 35px; }
    @media (max-width: 639.98px) {
      .benefits .benefits__item br {
        display: none; } }
    .benefits .benefits__item:nth-child(3n+1) {
      clear: both; }
    @media (min-width: 640px) {
      .benefits .benefits__item:nth-child(2), .benefits .benefits__item:nth-child(5), .benefits .benefits__item:nth-child(8) {
        position: relative;
        top: 50px; } }
    @media (max-width: 639.98px) {
      .benefits .benefits__item {
        width: 100%;
        margin-bottom: 45px; } }
    .benefits .benefits__item::before {
      content: "";
      height: 75px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/source/images/svg/benefits/refer_&_earn.svg"); }
    .benefits .benefits__item--earn::before {
      background-image: url("/source/images/svg/benefits/refer_&_earn.svg"); }
    .benefits .benefits__item--attend::before {
      background-image: url("/source/images/svg/benefits/Attend_conferences.svg"); }
    .benefits .benefits__item--vocation::before {
      background-image: url("/source/images/svg/benefits/Vacation_&_Sick_Days.svg"); }
    .benefits .benefits__item--home_office::before {
      background-image: url("/source/images/svg/benefits/Home_office.svg"); }
    .benefits .benefits__item--coffee::before {
      background-image: url("/source/images/svg/benefits/Heavenly_coffee.svg"); }
    .benefits .benefits__item--party::before {
      background-image: url("/source/images/svg/benefits/Team_Parties_&_Sports_Events.svg"); }
    .benefits .benefits__item--veg::before {
      background-image: url("/source/images/svg/benefits/Free_fruit_and_veg.svg"); }
    .benefits .benefits__item--health::before {
      background-image: url("/source/images/svg/benefits/Health_Insurance_Provided.svg"); }
    .benefits .benefits__item--library::before {
      background-image: url("/source/images/svg/benefits/Office_Library.svg"); }
  .benefits .dots--blue-benefits-one {
    position: absolute;
    top: -50px;
    left: calc( 50% - 315px); }
    @media (max-width: 639.98px) {
      .benefits .dots--blue-benefits-one {
        top: -110px;
        left: 10px; } }

.section--benefits {
  display: flex;
  justify-content: center; }

.city {
  z-index: 0; }
  .city__image {
    float: left;
    margin-top: -70px; }
    @media (max-width: 639.98px) {
      .city__image {
        margin-top: 0;
        max-width: 300px; } }
    @media (min-width: 640px) and (max-width: 1079.98px) {
      .city__image {
        margin-top: 0;
        max-width: 400px; } }
  .city .section-title {
    z-index: 2;
    text-align: center; }

.working-info {
  background-image: url("/source/images/working-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 920px;
  width: 920px;
  height: 920px;
  position: relative;
  margin-bottom: 90px; }
  @media (max-width: 639.98px) {
    .working-info {
      /*background-image: url("/source/images/working-mobile-bg.jpg");
		height: 940px;
		background-size: 920px;*/
      margin-top: 20px;
      margin-bottom: 160px; } }
  .working-info__title {
    margin-top: 100px; }
    @media (max-width: 639.98px) {
      .working-info__title {
        margin-top: 45px;
        line-height: 80px;
        font-size: 115px; } }
  .working-info__body {
    width: 100%;
    max-width: 540px;
    margin-top: -10px; }
    @media (max-width: 639.98px) {
      .working-info__body {
        max-width: 400px; } }
  .working-info__text {
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; }
  @media (max-width: 639.98px) {
    .working-info__cta {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 10px !important; } }
  .working-info .dots--blue-working-info-one {
    background-image: url("/source/images/svg/dots-blue3.svg");
    width: 131px;
    height: 164px;
    left: calc( 50% - 295px);
    bottom: -105px; }
    @media (max-width: 639.98px) {
      .working-info .dots--blue-working-info-one {
        left: 20px;
        bottom: -160px; } }

.section--working-info {
  display: flex;
  justify-content: center; }

.references {
  margin-bottom: 60px;
  margin-top: 25px; }
  @media (max-width: 639.98px) {
    .references {
      margin-bottom: 40px;
      margin-top: 0; } }
  .references__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .references__item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 540px; }
    @media (max-width: 639.98px) {
      .references__item-wrapper {
        width: 90%; } }
  .references__image {
    max-width: 100%; }
  .references #references_slider {
    float: left;
    width: 100%;
    height: 500px;
    margin-top: 15px;
    overflow: hidden; }
    @media (min-width: 640px) {
      .references #references_slider::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100px;
        z-index: 100;
        background-image: url("/source/images/slider_border.png");
        background-position: left top;
        background-repeat: repeat-y; }
      .references #references_slider::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100px;
        z-index: 100;
        background-image: url("/source/images/slider_border_right.png");
        background-position: right top;
        background-repeat: repeat-y; } }
  .references__text {
    color: #003e56;
    font-size: 24px;
    line-height: 36px;
    margin: 40px 0 0 0;
    width: 100%;
    text-align: left;
    font-style: italic; }
    @media (max-width: 639.98px) {
      .references__text {
        margin-top: 30px;
        font-size: 22px;
        line-height: 32px; } }
  .references__name {
    color: #003e56;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left; }
  .references__dots {
    margin-top: 25px; }
    @media (max-width: 639.98px) {
      .references__dots {
        margin-top: 15px; } }
  .references__dot {
    width: 20px;
    height: 20px;
    background-color: #ff7800;
    margin: 8px;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    float: left; }
    .references__dot::after {
      content: "";
      width: 0px;
      height: 0px;
      background-color: #ffffff;
      border-radius: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      transition: width 0.2s, height 0.2s;
      cursor: pointer; }
    .references__dot--active {
      background-color: #567f8e; }
      .references__dot--active::after {
        width: 8px;
        height: 8px;
        transition: width 0.2s, height 0.2s; }
    .references__dot:hover {
      background-color: #00abef; }
  .references .section-title {
    text-align: center; }

.landing {
  background-image: url("/source/images/main-bg.jpg");
  background-position: center bottom;
  background-size: 1200px;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  margin-bottom: 100px;
  padding-top: 115px; }
  @media (min-width: 640px) and (max-width: 1079.98px) {
    .landing {
      margin-bottom: 355px; } }
  @media (max-width: 639.98px) {
    .landing {
      padding-bottom: 165px;
      margin-bottom: 415px;
      padding-top: 195px; } }
  .landing__logo {
    width: 270px;
    height: 140px;
    background-size: contain; }
    @media (max-width: 639.98px) {
      .landing__logo {
        width: 170px;
        height: 88px; } }
  .landing__title {
    color: #f0f0f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 24px;
    width: 100%;
    text-align: center; }
  .landing__description {
    color: #f0f0f0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
    max-width: 550px; }
    @media (min-width: 1080px) {
      .landing__description {
        padding-left: 50px;
        padding-right: 50px; } }

.tos {
 text-align: justify;
 color: #333;
}

.tos p {
 display: block;
 margin-block-start: 1em;
 margin-block-end: 1em;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
 font-size: 14px;
} 

.tos h1 {
 display: block;
 margin-block-start: 0.67em;
 margin-block-end: 0.67em;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
 font-size: 20px;
 font-weight: bold;
}

.tos strong {
 font-weight: bold;
}

.tos li {
 font-size: 14px;
}

.article {
  text-align: left; }
  .article h2 {
    width: 100%;
    clear: both;
    float: left;
    color: #00abef;
    font-family: Anemone;
    font-size: 120px;
    font-weight: 400;
    line-height: 80px;
    margin: 0;
    margin-bottom: 63px; }
    @media (max-width: 639.98px) {
      .article h2 {
        font-size: 96px;
        font-weight: 400;
        line-height: 80px; } }
  .article h3 {
    width: 100%;
    clear: both;
    float: left;
    color: #003e56;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 0; }
  .article p {
    width: 100%;
    clear: both;
    float: left;
    color: #003e56;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0; }
  .article strong, .article i, .article ul, .article ol {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  .article a {
    color: #ff7800;
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    font-weight: 400; }
  .article ul, .article ol {
    width: 100%;
    clear: both;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 19px; }
    .article ul li, .article ol li {
      width: 100%;
      clear: both;
      float: left;
      color: #003e56;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin: 4px 0; }
  .article__placeholder-image {
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 1080px) {
      .article__placeholder-image {
        margin-left: 5px;
        margin-right: 5px; } }
    @media (max-width: 639.98px) {
      .article__placeholder-image {
        max-width: 300px; } }
  .article .text2 {
    margin-top: 60px; }
  .article__date {
    margin-bottom: 30px !important; }
  .article__main-image {
    float: left;
    width: 100%;
    margin-bottom: 30px; }

.email-form {
  margin-top: 75px;
  padding-bottom: 220px; }
  .email-form__text {
    color: #003e56;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 10px; }
  .email-form .dots--blue-email-form-one {
    left: 60px;
    bottom: -195px; }

.input {
  font-size: 24px;
  font-weight: 400;
  color: #ff6e00;
  font-style: italic;
  text-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 2px dashed #ff6e00;
  line-height: 24px;
  border-radius: 0;
  padding: 0;
  text-align: left; }
  .input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff6e00;
    opacity: 1;
    /* Firefox */ }
  .input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ff6e00; }
  .input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ff6e00; }

.input-label {
  width: 100%;
  display: flex;
  color: #003e56;
  font-size: 24px; }
  @media (max-width: 639.98px) {
    .input-label {
      display: block;
      font-size: 21px; } }
  .input-label__star {
    color: #ff7800;
    font-size: 24px; }
  .input-label .input {
    flex: 1;
    margin-left: 25px; }
    @media (max-width: 639.98px) {
      .input-label .input {
        width: 100%;
        margin-left: 0; } }

input.auto-resize {
  width: 210px !important; }

.fileInput {
  font-size: 24px;
  font-weight: 400;
  color: #ff6e00;
  font-style: italic;
  border-bottom: 2px dashed #ff6e00;
  line-height: 24px; }
  .fileInput input[type=file] {
    opacity: 0;
    width: 1px;
    height: 1px; }

.form {
  width: 100%; }

.button-circle {
  width: 120px;
  height: 120px;
  background-color: #ff7800;
  border-radius: 120px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  text-align: center;
  padding: 0 15px;
  margin-top: 25px;
  justify-content: center;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer; }
  .button-circle:hover {
    background-color: #00abef;
    text-decoration: none;
    color: white; }
  .button-circle:focus {
    outline: 0; }
  .button-circle--medium-size {
    width: 104px;
    height: 104px; }

.homepage .nav__wrapper {
  justify-content: flex-end; }
  @media (max-width: 639.98px) {
    .homepage .nav__wrapper {
      justify-content: center; } }

.homepage .nav__logo {
  display: none; }

.homepage .landing {
  padding-top: 80px; }
  @media (max-width: 639.98px) {
    .homepage .landing {
      padding-top: 80px; } }

.job .landing {
  padding-bottom: 180px;
  margin-bottom: 20px; }
  @media (min-width: 640px) and (max-width: 1079.98px) {
    .job .landing {
      padding-bottom: 260px;
      margin-bottom: 160px; } }
  @media (max-width: 639.98px) {
    .job .landing {
      margin-bottom: 110px; } }
  .job .landing .page_title_yellow {
    margin-top: 15px;
    text-align: center; }
  .job .landing .landing__title {
    margin-bottom: 0;
    max-width: 600px; }
    @media (max-width: 639.98px) {
      .job .landing .landing__title {
        margin-top: 20px; } }
  .job .landing .dots--white-job-landing-one {
    left: 215px;
    bottom: -60px; }
    @media (min-width: 640px) and (max-width: 1079.98px) {
      .job .landing .dots--white-job-landing-one {
        left: calc( 50% - 225px);
        bottom: -208px; } }
    @media (max-width: 639.98px) {
      .job .landing .dots--white-job-landing-one {
        left: calc( 50% - 155px);
        bottom: -85px; } }
  .job .landing .dots--blue-job-landing-one {
    left: 70px;
    bottom: -165px; }
    @media (max-width: 1079.98px) {
      .job .landing .dots--blue-job-landing-one {
        left: calc( 50% - 365px);
        bottom: -310px; } }
    @media (max-width: 639.98px) {
      .job .landing .dots--blue-job-landing-one {
        display: none; } }

.contact-page .page-title {
  text-align: center; }

.contact-page .form {
  margin-top: 20px;
  margin-bottom: 150px;
  position: relative; }

.contact-page .dots--blue-email-form-one {
  left: 60px;
  bottom: -125px; }

.contact-page .submit-wrapper {
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 639.98px) {
    .contact-page .submit-wrapper {
      display: block; } }
  .contact-page .submit-wrapper .submit {
    float: left;
    flex-shrink: 0;
    z-index: 10; }

.contact-page .input-label {
  margin-bottom: 30px; }

.contact-page .terms {
  color: #bcbcbc;
  font-size: 12px;
  float: left;
  margin-left: 85px;
  margin-top: 40px;
  line-height: 18px; }
  @media (max-width: 639.98px) {
    .contact-page .terms {
      margin-left: 0;
      margin-top: 0;
      width: 100%; } }

.contact-page .landing {
  margin-bottom: 50px; }
  @media (max-width: 639.98px) {
    .contact-page .landing {
      margin-bottom: 0px;
      padding-bottom: 65px; } }

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