@charset "UTF-8";
/*
		CTA Popup
 */
.cta-popup {
  margin-left: -41px;
  margin-right: -41px;
  width: 95%;
  display: none; }

.cta-popup--full {
  width: 100%;
  display: block; }

.fancybox-container .cta-popup {
  padding: 0;
  padding-bottom: 50px; }

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

.cta-popup__wrapper {
  background: url("../../images/home/contact-us-bg.svg") no-repeat center right/contain;
  background-size: cover;
  width: 60%;
  padding-left: calc(50vw - 656px);
  border-bottom: 64px solid #fff;
  position: relative; }
  .cta-popup__wrapper:after {
    content: '';
    width: 65%;
    left: 6%;
    position: absolute;
    height: 300px;
    bottom: 0;
    background: url("../../images/home/mobidev-logo.svg") no-repeat center bottom/contain; }

@media screen and (min-width: 1201px) {
  .cta-popup__box {
    width: 70%; } }

@media screen and (max-width: 1510px) {
  .cta-popup__inner {
    position: relative;
    width: 100%;
    max-width: none; } }

@media screen and (max-width: 1446px) and (min-width: 1200px) {
  .cta-popup__wrapper {
    padding-left: calc(50vw - 580px); } }

@media screen and (max-width: 1700px) and (min-width: 992px) {
  .cta-popup__wrapper:after {
    width: 42%;
    left: 15%; } }

@media screen and (max-width: 1446px) and (min-width: 992px) {
  .cta-popup__wrapper {
    padding-left: 68px; }
  .cta-popup__inner {
    position: relative;
    width: 100%; }
  .cta-popup__wrapper:after {
    width: 41%;
    left: 8%; } }

.cta-popup--subscribe .fancybox-content {
  overflow: hidden; }

.cta-popup--subscribe .cta-popup__inner {
  position: relative;
  max-width: none;
  width: auto; }

.cta-popup--subscribe .cta-popup__wrapper {
  padding-left: 10%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  border-bottom: 0; }
  .cta-popup--subscribe .cta-popup__wrapper:after {
    content: none; }
  .cta-popup--subscribe .cta-popup__wrapper .cta-popup__title {
    position: relative; }
    .cta-popup--subscribe .cta-popup__wrapper .cta-popup__title:after {
      content: '';
      left: -50%;
      top: -35%;
      position: absolute;
      background: url("../../images/home/slash.svg") no-repeat center center/contain;
      width: 100%;
      height: 120%; }

.cta-popup--subscribe .form-group {
  margin-bottom: 23px; }

.cta-popup--subscribe .cta-popup__form form {
  max-width: 60%;
  margin-left: 11%;
  margin-right: auto; }
  .cta-popup--subscribe .cta-popup__form form .subscribe-tags {
    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; }
  .cta-popup--subscribe .cta-popup__form form .small-text {
    width: 187%;
    margin-left: -57%;
    margin-top: 20px; }
  .cta-popup--subscribe .cta-popup__form form input[type=submit] {
    margin-top: 40px; }

.cta-popup--subscribe .cta-popup__content {
  max-width: 325px; }

#subscribe_1 input[type="checkbox"].error ~ label:before {
  border-color: #00c853; }

#contact_1 .dropzone .dz-default, #event_1 .dropzone .dz-default {
  position: relative;
  font-size: 16px;
  color: #2A466E; }
  #contact_1 .dropzone .dz-default .dropzone-text, #event_1 .dropzone .dz-default .dropzone-text {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 40px;
    margin-left: auto; }
    #contact_1 .dropzone .dz-default .dropzone-text:after, #event_1 .dropzone .dz-default .dropzone-text:after {
      content: '';
      position: absolute;
      left: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 48px;
      width: 48px;
      background: url("../../images/home/upload--green.svg") no-repeat center center/cover; }
  #contact_1 .dropzone .dz-default strong, #event_1 .dropzone .dz-default strong {
    font-weight: 700;
    letter-spacing: .4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #2A466E;
    font-size: 16px; }

#contact_1 .dropzone-text, #event_1 .dropzone-text {
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s; }

#contact_1 .dz-button, #event_1 .dz-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact_1 .dz-button .dropzone-info, #event_1 .dz-button .dropzone-info {
    width: 0;
    height: 70px;
    overflow: hidden;
    opacity: 1;
    color: #979DA6;
    -webkit-transition: width .25s ease, opacity 1s ease, height .25s ease;
    transition: width .25s ease, opacity 1s ease, height .25s ease; }
    #contact_1 .dz-button .dropzone-info span, #event_1 .dz-button .dropzone-info span {
      color: #979DA6;
      font-weight: 600; }

#contact_1 .dropzone, #event_1 .dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #contact_1 .dropzone:hover, #contact_1 .dropzone.dz-started, #event_1 .dropzone:hover, #event_1 .dropzone.dz-started {
    background-color: #F3FAFE; }
    #contact_1 .dropzone:hover .dropzone-text, #contact_1 .dropzone.dz-started .dropzone-text, #event_1 .dropzone:hover .dropzone-text, #event_1 .dropzone.dz-started .dropzone-text {
      margin-left: auto; }
      #contact_1 .dropzone:hover .dropzone-text:after, #contact_1 .dropzone.dz-started .dropzone-text:after, #event_1 .dropzone:hover .dropzone-text:after, #event_1 .dropzone.dz-started .dropzone-text:after {
        background: url("../../images/home/upload--green.svg") no-repeat center center/cover; }
    #contact_1 .dropzone:hover .dropzone-info, #contact_1 .dropzone.dz-started .dropzone-info, #event_1 .dropzone:hover .dropzone-info, #event_1 .dropzone.dz-started .dropzone-info {
      width: 46%;
      color: #979DA6;
      opacity: 1;
      margin-right: 20px; }
      #contact_1 .dropzone:hover .dropzone-info p, #contact_1 .dropzone.dz-started .dropzone-info p, #event_1 .dropzone:hover .dropzone-info p, #event_1 .dropzone.dz-started .dropzone-info p {
        max-width: 220px;
        margin-left: auto; }
      #contact_1 .dropzone:hover .dropzone-info span, #contact_1 .dropzone.dz-started .dropzone-info span, #event_1 .dropzone:hover .dropzone-info span, #event_1 .dropzone.dz-started .dropzone-info span {
        color: #979DA6;
        font-weight: 600; }
  #contact_1 .dropzone.dz-started .dropzone-info, #event_1 .dropzone.dz-started .dropzone-info {
    margin: 0;
    width: 0;
    -webkit-transition: 0s;
    transition: 0s; }
  #contact_1 .dropzone.dz-started .dz-default, #contact_1 .dropzone.dz-started .dz-preview, #event_1 .dropzone.dz-started .dz-default, #event_1 .dropzone.dz-started .dz-preview {
    width: 50%; }
  #contact_1 .dropzone.dz-started .dz-preview, #event_1 .dropzone.dz-started .dz-preview {
    margin-left: auto;
    -webkit-transform: translateY(-190%);
        -ms-transform: translateY(-190%);
            transform: translateY(-190%);
    margin-bottom: -10px;
    padding-left: 10px; }
    #contact_1 .dropzone.dz-started .dz-preview:last-of-type, #event_1 .dropzone.dz-started .dz-preview:last-of-type {
      margin-bottom: -60px; }
    #contact_1 .dropzone.dz-started .dz-preview span, #event_1 .dropzone.dz-started .dz-preview span {
      border: 0; }
    #contact_1 .dropzone.dz-started .dz-preview .dz-details, #event_1 .dropzone.dz-started .dz-preview .dz-details {
      padding: 10px 10px 10px 30px; }
      #contact_1 .dropzone.dz-started .dz-preview .dz-details:before, #event_1 .dropzone.dz-started .dz-preview .dz-details:before {
        content: '• ';
        font-size: 18px;
        display: inline;
        -webkit-box-ordinal-group: -1;
            -ms-flex-order: -2;
                order: -2; }
    #contact_1 .dropzone.dz-started .dz-preview .dz-remove, #event_1 .dropzone.dz-started .dz-preview .dz-remove {
      width: 24px;
      height: 24px; }
      #contact_1 .dropzone.dz-started .dz-preview .dz-remove:after, #event_1 .dropzone.dz-started .dz-preview .dz-remove:after {
        content: '';
        background: url("../../images/home/dz-close.svg") no-repeat center center/contain;
        width: 24px;
        height: 24px; }

#contact_1 .dz-preview, #event_1 .dz-preview {
  min-height: unset; }

#contact_1 .dz-preview .dz-details, #event_1 .dz-preview .dz-details {
  opacity: 1; }

#contact_1 .dropzone .dz-preview.dz-image-preview, #event_1 .dropzone .dz-preview.dz-image-preview {
  background: transparent; }

#contact_1 .dz-preview .dz-image, #event_1 .dz-preview .dz-image {
  display: none; }

#contact_1 .dropzone .dz-preview .dz-details, #event_1 .dropzone .dz-preview .dz-details {
  position: relative;
  left: auto;
  top: auto; }

#contact_1 .dz-details, #event_1 .dz-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#contact_1 .dz-filename, #event_1 .dz-filename {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #2A466E;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 46%;
  text-align: left;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent; }

#contact_1 .dz-size, #event_1 .dz-size {
  color: #58CB60;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 21%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent; }
  #contact_1 .dz-size span, #event_1 .dz-size span {
    background-color: transparent; }

#contact_1 .dropzone .dz-preview .dz-details .dz-filename:hover span, #event_1 .dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: 0; }

@media screen and (min-width: 1200px) {
  #contact_1 .dropzone .dz-default .dz-button, #event_1 .dropzone .dz-default .dz-button {
    padding-left: 10px; } }

@media screen and (max-width: 1650px) and (min-width: 1200px) {
  #contact_1 .dropzone, #event_1 .dropzone {
    padding: 20px 5px; }
  #contact_1 .dz-size, #event_1 .dz-size {
    right: 12%; }
  #contact_1 .dz-remove, #event_1 .dz-remove {
    right: -1px; }
  #contact_1 .dropzone-info, #event_1 .dropzone-info {
    font-size: 15px;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  #contact_1 .dz-filename, #event_1 .dz-filename {
    width: 55%; }
  #contact_1 .dropzone .dz-default .dropzone-text, #event_1 .dropzone .dz-default .dropzone-text {
    padding-left: 20px; }
    #contact_1 .dropzone .dz-default .dropzone-text:after, #event_1 .dropzone .dz-default .dropzone-text:after {
      width: 40px;
      height: 40px;
      left: -18px; }
  #contact_1 .dropzone .dz-preview, #event_1 .dropzone .dz-preview {
    padding-left: 10px; }
  #contact_1 .dropzone.dz-started .dz-preview, #event_1 .dropzone.dz-started .dz-preview {
    -webkit-transform: translateY(-190%);
        -ms-transform: translateY(-190%);
            transform: translateY(-190%); } }

@media screen and (max-width: 1200px) {
  #contact_1 .dropzone, #event_1 .dropzone {
    border: none;
    background-color: #F3FAFE;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%232A466EFF' stroke-width='2' stroke-dasharray='7%2c 7' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); }
    #contact_1 .dropzone .dz-message .dz-button span, #contact_1 .dropzone .dropzone-info, #event_1 .dropzone .dz-message .dz-button span, #event_1 .dropzone .dropzone-info {
      color: #979DA6; }
    #contact_1 .dropzone .dz-default .dz-button, #event_1 .dropzone .dz-default .dz-button {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #contact_1 .dropzone .dz-default .dz-button:after, #event_1 .dropzone .dz-default .dz-button:after {
        left: 0;
        background: url("../../images/home/upload--green.svg") no-repeat center center/cover; }
  #contact_1 .dz-button .dropzone-info {
    width: 46%;
    margin-right: 20px; } }

@media screen and (max-width: 730px) {
  #contact_1 .dz-button .dropzone-info,
  #event_1 .dz-button .dropzone-info {
    font-size: 14px; } }

@media screen and (max-width: 640px) {
  #contact_1 .dz-button .dropzone-info, #event_1 .dz-button .dropzone-info {
    font-size: 12px; }
  #contact_1 .dz-size, #event_1 .dz-size {
    right: 19%; } }

@media screen and (max-width: 575px) {
  #contact_1 .dropzone .dz-default .dz-button > br, #event_1 .dropzone .dz-default .dz-button > br {
    display: none; }
  #contact_1 .dropzone .dz-default strong, #event_1 .dropzone .dz-default strong {
    font-size: 15px; }
  #contact_1 .dz-button, #event_1 .dz-button {
    padding-left: 15px; }
  #contact_1 .dz-size, #event_1 .dz-size {
    right: 60px; }
  .dropzone .dz-preview .dz-remove {
    right: 15px; }
  #contact_1 .dropzone.dz-started .dropzone-info,
  #event_1 .dropzone.dz-started .dropzone-info {
    display: none; } }

@media screen and (max-width: 575px) {
  #contact_1 .dz-button .dropzone-info, #event_1 .dz-button .dropzone-info {
    height: 0; }
  #contact_1 .dropzone:not(.dz-started), #event_1 .dropzone:not(.dz-started) {
    margin-bottom: 78px;
    padding: 30px; }
  #contact_1 .dropzone .dz-default .dz-button, #event_1 .dropzone .dz-default .dz-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0; }
  #contact_1 .dropzone .dz-default .dropzone-info, #contact_1 .dropzone.dz-started .dropzone-info, #event_1 .dropzone .dz-default .dropzone-info, #event_1 .dropzone.dz-started .dropzone-info {
    height: auto;
    width: 115%;
    margin-top: 10px;
    opacity: 1;
    color: #979DA6;
    position: absolute;
    bottom: -92px;
    left: -7.5%;
    text-align: center; }
  #contact_1 .dropzone.dz-started .dz-default, #contact_1 .dropzone.dz-started .dz-preview, #event_1 .dropzone.dz-started .dz-default, #event_1 .dropzone.dz-started .dz-preview {
    width: 100%; }
  #contact_1 .dropzone.dz-started .dz-preview, #event_1 .dropzone.dz-started .dz-preview {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 5px;
    margin-bottom: 5px; }
    #contact_1 .dropzone.dz-started .dz-preview:last-of-type, #event_1 .dropzone.dz-started .dz-preview:last-of-type {
      margin-bottom: 0; }
  #contact_1 .dropzone:hover .dropzone-info p {
    max-width: none; } }

@media (min-width: 520px) and (max-width: 640px) {
  .cta-popup--subscribe .cta-popup__form form .subscribe-tags {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

.fancybox-container .cta-popup--subscribe {
  padding-bottom: 0;
  max-width: 1235px;
  overflow: hidden;
  width: 85%; }

.cta-popup__form {
  width: 48%;
  max-width: 727px; }
  .cta-popup__form form {
    margin-top: 105px;
    max-width: 95%; }
    .cta-popup__form form label {
      color: #2a466e;
      font-size: 18px;
      font-family: Open Sans, Arial, sans-serif; }
  .cta-popup__form .small-text {
    font-size: 14px;
    color: #979da6; }
    .cta-popup__form .small-text--opacity {
      opacity: .45;
      -webkit-transition: .3s opacity ease;
      transition: .3s opacity ease; }
      .cta-popup__form .small-text--opacity a {
        color: #979da6; }
      .cta-popup__form .small-text--opacity:hover {
        opacity: 1; }
        .cta-popup__form .small-text--opacity:hover a {
          color: #00C6FF;
          text-decoration: underline !important; }
          .cta-popup__form .small-text--opacity:hover a:hover {
            color: #00C6FF;
            opacity: .8; }
  .cta-popup__form .form-info p {
    position: relative;
    width: 100%;
    margin-left: 0; }

.cta-popup__title {
  margin-top: 100px;
  line-height: 1.2;
  max-width: 460px;
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff; }

.cta-popup--subscribe .cta-popup__title {
  position: relative; }
  .cta-popup--subscribe .cta-popup__title span {
    display: block;
    padding-left: 15%; }

.cta-popup__content {
  font-size: 17px;
  max-width: 440px;
  color: #2a466e; }

.cta-popup__career-related-text p {
  font-size: 18px;
  max-width: 460px;
  color: #2a466e; }

.cta-popup__career-related-text p a {
  color: #fff; }

.cta-popup__career-related-text a:hover {
  color: #303b4e; }

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .cta-popup--contact .cta-popup__title {
    max-width: 85%; }
  .fancybox-container .cta-popup--subscribe {
    width: 95%; }
  .cta-popup--subscribe .cta-popup__wrapper {
    padding-left: 8%; }
  .cta-popup--subscribe .cta-popup__wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%); }
  .dropzone.dz-clickable {
    margin-bottom: 45px; } }

@media screen and (max-width: 1200px) {
  .cta-popup--subscribe .cta-popup__wrapper .cta-popup__title:after {
    content: none; }
  .cta-popup__form .small-text--opacity {
    opacity: 1; }
  .cta-popup {
    position: relative;
    width: 98%; }
    .cta-popup--full {
      width: 100%;
      margin: auto; }
  .fancybox-container .cta-popup--subscribe {
    padding-top: 30px;
    padding-bottom: 30px; }
    .fancybox-container .cta-popup--subscribe form .col-md-6 .form-group {
      margin-bottom: 5px; }
  .cta-popup__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta-popup__content {
    max-width: 530px;
    margin: auto; }
  .cta-popup__career-related-text p {
    margin: 20px 0;
    max-width: 100%;
    text-align: center; }
  .cta-popup__career-related-text p a {
    color: #0091ea; }
  .cta-popup__form form {
    max-width: 85%;
    margin-left: 7.5%; }
  .cta-popup__form form {
    margin-top: 50px; }
    .cta-popup__form form .btn--full {
      width: auto;
      margin: auto;
      min-width: 320px; }
  .cta-popup__wrapper {
    width: 100%;
    background: none;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-clip-path: none;
            clip-path: none;
    border-bottom: 0;
    padding-bottom: 20px; }
    .cta-popup__wrapper:after {
      content: none; }
  #mobi-form-contact .cta-popup__wrapper {
    background: #F3FAFE; }
  .cta-popup__title {
    color: #2a466e;
    font-weight: 700;
    font-size: 34px;
    width: 100%;
    padding: 0;
    max-width: none;
    margin: 4vh auto 30px;
    text-align: center; }
  .cta-popup__form {
    width: 100%; }
  .cta-popup__form .form-info p {
    width: 87%;
    margin-left: 0; }
  .cta-popup--subscribe .cta-popup__wrapper {
    width: 106%;
    max-width: none;
    margin-left: -3%; }
    .cta-popup--subscribe .cta-popup__wrapper .cta-popup__title {
      max-width: none;
      width: 100%; }
      .cta-popup--subscribe .cta-popup__wrapper .cta-popup__title span {
        display: inline;
        padding-left: 0; }
    .cta-popup--subscribe .cta-popup__wrapper .cta-popup__content {
      text-align: left;
      max-width: 850px;
      margin-left: auto;
      margin-right: auto; }
  .fancybox-container .cta-popup--subscribe {
    width: 92%; }
  .cta-popup--subscribe .cta-popup__wrapper:after {
    content: none; }
  .cta-popup--subscribe .cta-popup__wrapper {
    -webkit-clip-path: none;
            clip-path: none; }
  .cta-popup--subscribe .cta-popup__content {
    max-width: none; }
  .cta-popup--subscribe .cta-popup__form form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh; }
  .cta-popup--subscribe .cta-popup__grid {
    position: relative; }
    .cta-popup--subscribe .cta-popup__grid:after {
      content: '';
      width: 39%;
      height: 41%;
      background: url("../../images/home/subscribe--border.svg") no-repeat center top/cover;
      position: absolute;
      right: 0%;
      z-index: 0;
      bottom: 0; }
  .cta-popup--subscribe .subscribe input:not([type="checkbox"]) {
    z-index: 15;
    position: relative; }
  .cta-popup--subscribe form .row {
    margin-bottom: 25px; }
  .cta-popup--subscribe form .btn--full {
    width: 100%;
    margin: auto;
    min-width: unset; }
  .cta-popup--subscribe .cta-popup__form form .small-text {
    margin-top: 55px;
    max-width: 113%;
    margin-left: -15.5%; }
  .cta-popup--subscribe .form-group {
    margin-bottom: 15px; }
  .cta-popup__form .small-text--opacity a {
    color: #00C6FF;
    text-decoration: underline; }
  #contact_1 .dropzone:hover .dropzone-info p, #contact_1 .dropzone .dropzone-info p {
    max-width: 210px;
    margin-left: auto; } }

@media screen and (max-width: 575px) {
  .cta-popup:after {
    width: 25%;
    height: 200px; }
  .cta-popup__form {
    z-index: 2; }
  .contact_form .btn-new__wrapper {
    max-width: none; }
  .cta-popup__form form .btn--full {
    min-width: 100%; }
  .cta-popup__form .form-info {
    margin-top: 50px; }
    .cta-popup__form .form-info p {
      width: 100%; }
    .cta-popup__form .form-info p.small-text--opacity {
      text-align: center;
      width: 100%;
      max-width: 70%;
      margin: 34px auto 39px; }
  .cta-popup__wrapper {
    padding-left: 18px;
    padding-right: 18px; }
  .cta-popup__form form {
    max-width: 92%;
    margin-left: 4%;
    margin-top: 30px; }
  .fancybox-container .cta-popup--subscribe {
    padding-top: 0; }
    .fancybox-container .cta-popup--subscribe .cta-popup__wrapper {
      padding-left: 3%;
      margin-left: 0;
      width: 100%;
      max-width: 96%; }
    .fancybox-container .cta-popup--subscribe .cta-popup__content {
      max-width: 95%;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 0; }
    .fancybox-container .cta-popup--subscribe .subscribe-tags {
      margin-bottom: 15px; }
  .cta-popup--subscribe .cta-popup__form form {
    max-width: 89%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  .cta-popup--subscribe .cta-popup__form form {
    margin-top: .5vh; }
  .cta-popup--subscribe form label {
    font-size: 18px; }
  .cta-popup--subscribe label[for=email] {
    margin-top: 15px; }
  .fancybox-container .cta-popup--subscribe {
    width: 99%;
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px); }
  .cta-popup--meet-us h3.cta-popup__title {
    font-size: 28px; }
  .cta-popup__title {
    font-size: 28px;
    padding: 0;
    max-width: 300px; }
  .cta-popup__content {
    max-width: 100%;
    text-align: left; }
  .cta-popup__career-related-text p {
    margin: 20px auto;
    text-align: left;
    max-width: 100%; }
  .cta-popup--subscribe .cta-popup__wrapper .cta-popup__title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 7%;
    max-width: 400px; }
  .cta-popup--subscribe:before {
    width: 24%; }
  .cta-popup--subscribe .cta-popup__form form .small-text {
    width: 85%;
    margin-left: 0;
    margin-top: 30px; }
  #contact_1 .dropzone:hover .dropzone-info p, #contact_1 .dropzone .dropzone-info p {
    max-width: none;
    margin-left: auto; } }

@media screen and (max-width: 400px) {
  .cta-popup__title {
    padding: 0 5px; } }

/*
	CTA Meet us
 */
.cta-popup--meet-us .cta-popup__title {
  max-width: 300px;
  font-weight: 800; }

.cta-popup--meet-us .cta-popup__content {
  position: relative;
  max-width: 300px;
  font-size: 18px;
  font-weight: 600; }

.cta-popup--meet-us .form-holder {
  margin-top: 2vh; }

@media screen and (min-width: 1201px) {
  .cta-popup--meet-us .cta-popup__form form {
    margin-top: 0;
    margin-left: 0;
    max-width: none; } }

@media screen and (min-width: 1700px) {
  .cta-popup--meet-us .cta-popup__wrapper, .cta-popup__wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0%, 64% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 64% 100%, 0% 100%); }
    .cta-popup--meet-us .cta-popup__wrapper:after, .cta-popup__wrapper:after {
      height: 300px; } }

@media screen and (max-width: 1200px) {
  .cta-popup--meet-us:before, .cta-popup--meet-us:after {
    background: linear-gradient(100deg, #00c9ff 10%, #92fe9d 100%);
    width: 100%;
    height: 306px;
    -webkit-clip-path: none;
            clip-path: none;
    content: '';
    position: absolute; }
  .cta-popup--meet-us {
    padding-bottom: 20px; }
  .cta-popup--meet-us:after {
    height: 39px;
    botom: 0; }
  .cta-popup--meet-us .cta-popup__title {
    color: #fff;
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: none;
    font-size: 41px; }
  .cta-popup--meet-us .cta-popup__content {
    max-width: 460px;
    font-size: 20px;
    text-align: left;
    font-weight: 400; }
  .cta-popup--meet-us .cta-popup__form {
    max-width: none; }
  .cta-popup--meet-us .form-holder {
    margin-left: 32px;
    max-width: calc(100% - 64px); }
  .cta-popup--meet-us .cta-popup__box {
    padding: 40px 40px;
    position: relative;
    z-index: 1; }
    .cta-popup--meet-us .cta-popup__box:after {
      content: '';
      left: 25px;
      top: 0;
      position: absolute;
      height: 53px;
      width: 80px;
      -webkit-mask-image: url("../../images/home/tabs-lines--tab.svg");
              mask-image: url("../../images/home/tabs-lines--tab.svg");
      -webkit-mask-position: center;
              mask-position: center;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #fff; }
    .cta-popup--meet-us .cta-popup__box:before {
      content: '';
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 0;
      background-color: rgba(243, 250, 254, 0.84);
      position: absolute;
      -webkit-backdrop-filter: blur(46px);
              backdrop-filter: blur(46px); }
  .cta-popup--meet-us .small-text--opacity {
    opacity: .45; }
    .cta-popup--meet-us .small-text--opacity:hover, .cta-popup--meet-us .small-text--opacity:focus {
      opacity: 1; } }

@media screen and (max-width: 640px) {
  .cta-popup--meet-us .form-holder {
    max-width: none;
    margin-left: auto;
    margin-right: auto; }
  .cta-popup--meet-us .cta-popup__box {
    padding: 40px 18px; }
    .cta-popup--meet-us .cta-popup__box:after {
      -webkit-mask-image: url("../../images/home/tabs-lines--tab.svg");
              mask-image: url("../../images/home/tabs-lines--tab.svg"); }
  .cta-popup--meet-us .cta-popup__title {
    margin-top: 60px;
    margin-bottom: 40px; }
  .cta-popup--meet-us .cta-popup__content {
    font-size: 18px; }
  .cta-popup--meet-us .small-text--opacity {
    max-width: 282px;
    margin: 5px auto 0;
    font-size: 12px;
    text-align: center; } }

.event-info {
  margin-top: 50px;
  position: relative;
  border-left: 1px solid #fff;
  padding: 15px 0 5px 25px; }
  .event-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px; }
    .event-info__item h3 {
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 600;
      color: #fff;
      margin-bottom: 0;
      margin-top: 1px;
      margin-right: 25px;
      min-width: 55px;
      line-height: 1.4; }
    .event-info__item h2, .event-info__item p, .event-info__item time {
      font-size: 18px;
      font-weight: 600;
      text-transform: none;
      margin-bottom: 0;
      line-height: 1.4;
      color: #2A466E; }

@media screen and (max-width: 1200px) {
  .event-info {
    margin: 10px auto 0;
    border-left: 2px solid #00C9FF;
    padding-left: 30px;
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
    max-width: 470px; }
  .event-info__item h3 {
    font-weight: 400;
    color: #2A466E; } }

@media screen and (max-width: 640px) {
  .event-info {
    border: none;
    padding-left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.event-recruiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 0 30px;
  margin-left: -3px;
  margin-bottom: 34px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .event-recruiter:before {
    z-index: -1;
    height: 100%;
    width: 80vw;
    background-color: #F3FAFE;
    content: '';
    position: absolute;
    left: -10vw;
    top: 0; }

.event-recruiter__image {
  position: relative;
  width: 116px;
  height: 116px;
  min-width: 116px;
  overflow: hidden;
  border-radius: 58px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px #00000033;
          box-shadow: 0px 0px 3px #00000033; }
  .event-recruiter__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: 3;
    top: 3px;
    left: 3px;
    border-radius: 55px; }

.event-recruiter__content {
  margin-left: 15px; }

.event-recruiter__content a.event-recruiter__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  color: #58CB60; }

.event-recruiter__position {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4; }

.event-recruiter__content a.event-recruiter__link {
  font-size: 18px;
  font-weight: 600;
  color: #43B7FF;
  text-decoration: underline;
  margin-bottom: 0;
  line-height: 1.4; }
  .event-recruiter__content a.event-recruiter__link:hover {
    color: #0073B9; }

@media screen and (max-width: 1200px) {
  .event-recruiter {
    margin-left: auto;
    padding: 21px 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5; }
    .event-recruiter:before {
      width: 110vw;
      left: -12vw; }
  .event-recruiter__content {
    max-width: 400px; } }

@media screen and (max-width: 640px) {
  .event-recruiter__image {
    margin-left: 15px; }
  .event-recruiter__position {
    font-size: 16px; }
  .event-recruiter__content a.event-recruiter__title {
    font-size: 18px; } }

/*
		Mobi CTA
 */
.mobi-cta {
  padding: 75px 75px;
  background: #1fa2ff;
  background: linear-gradient(286deg, rgba(0, 201, 255, 0.7) 0%, rgba(146, 254, 157, 0.7) 80%);
  position: relative;
  overflow: hidden; }
  .mobi-cta::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 3%;
    background-position-x: right;
    background-image: url("../../images/line-popup.svg");
    z-index: 0; }

.mobi-cta__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobi-cta .mobi-cta__container {
  background-color: rgba(248, 253, 255, 0.81);
  padding: 80px 5%;
  max-width: none;
  -webkit-box-shadow: 0 0 20px rgba(42, 70, 110, 0.1);
          box-shadow: 0 0 20px rgba(42, 70, 110, 0.1); }

.mobi-cta__title {
  z-index: 1; }
  .mobi-cta__title h2 {
    font-weight: 800;
    color: #2a466e;
    margin-left: auto;
    line-height: 1.2;
    font-size: 48px;
    margin-bottom: 20px; }
    .mobi-cta__title h2 span {
      display: block; }

.mobi-cta__text {
  font-weight: 400;
  color: #2a466e;
  line-height: 1.4;
  font-size: 25px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1; }

.mobi-cta__lines .lines {
  display: none;
  position: absolute;
  content: '';
  height: 73vh;
  min-height: 500px;
  width: 150%;
  top: 0;
  -webkit-transform: translateY(-39%);
      -ms-transform: translateY(-39%);
          transform: translateY(-39%);
  left: -35%;
  background: url("../../images/home/left-diagonals.svg") no-repeat center center/contain; }

.mobi-cta__inner {
  display: contents; }
  .mobi-cta__inner .btn--full {
    max-width: 390px;
    margin-top: 10px;
    line-height: 55px; }
    .mobi-cta__inner .btn--full:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }

.mobi-cta--right {
  background: linear-gradient(77deg, rgba(31, 162, 255, 0.8) 0%, rgba(146, 254, 157, 0.75) 65%); }
  .mobi-cta--right .mobi-cta__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .mobi-cta--right .mobi-cta__title h2 {
      padding-right: 5%; }
  .mobi-cta--right .mobi-cta__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .mobi-cta--right .mobi-cta__lines {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .mobi-cta--right .mobi-cta__lines .lines {
    left: -13%;
    height: 70vh;
    min-height: 500px;
    width: 140%;
    background: url("../../images/home/right-diagonals.svg") no-repeat center center/contain;
    -webkit-transform: translateY(-33%);
        -ms-transform: translateY(-33%);
            transform: translateY(-33%); }

@media (min-width: 992px) and (max-width: 1446px) {
  .mobi-cta .mobi-cta__container {
    max-width: none; } }

@media (min-width: 992px) and (max-width: 1350px) {
  .mobi-cta__text {
    font-size: 26px; } }

@media (min-width: 992px) and (max-width: 1280px) {
  .mobi-cta__text {
    font-size: 24px; } }

@media screen and (max-width: 1200px) {
  .mobi-cta--right .mobi-cta__lines .lines {
    left: -2%;
    height: 90vh;
    width: 160%; }
  .mobi-cta {
    padding: 50px; }
    .mobi-cta .mobi-cta__container {
      padding: 75px 3.7%; }
  .mobi-cta__text {
    font-size: 23px; }
  .mobi-cta__inner .btn--full {
    max-width: 360px; } }

@media screen and (max-width: 1100px) {
  .mobi-cta__text {
    font-size: 21px; }
  .mobi-cta .mobi-cta__container {
    padding: 75px 3.6%; }
  .mobi-cta__title h2 {
    font-size: 44px; }
  .mobi-cta__inner .btn--full {
    line-height: 49px;
    font-size: 20px; } }

@media screen and (max-width: 991px) {
  .mobi-cta .mobi-cta__container {
    max-width: none; }
  .mobi-cta__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .mobi-cta__lines .lines {
    display: none; }
  .mobi-cta__title {
    padding-right: 0; }
    .mobi-cta__title h2 {
      font-weight: 700;
      text-align: center;
      font-size: 48px; }
      .mobi-cta__title h2 span {
        display: inline; }
  .mobi-cta .mobi-cta__container {
    padding: 170px 5%; }
  .mobi-cta__text {
    font-size: 29px;
    margin-bottom: 15px; }
  .mobi-cta {
    background: linear-gradient(286deg, #1fa2ff 0%, rgba(146, 254, 157, 0.75) 100%);
    position: relative;
    padding: 40px 40px; }
    .mobi-cta:before {
      position: absolute;
      content: '';
      height: calc(100% + 2px);
      width: 100%;
      top: -1px;
      left: 20px;
      background: url("../../images/home/diagonals-tabl.svg") no-repeat center left/contain; }
  .dropzone.dz-clickable {
    margin-bottom: 45px; } }

@media screen and (max-width: 640px) {
  .mobi-cta {
    background: linear-gradient(314deg, #1fa2ff 0%, rgba(146, 254, 157, 0.75) 100%);
    padding: 45px 20px; }
    .mobi-cta:before {
      left: 0;
      background: url("../../images/home/diagonals-mob.svg") no-repeat center center/cover; }
  .mobi-cta__title h2 {
    font-weight: 800;
    font-size: 28px; }
  .mobi-cta__text {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: initial; }
  .mobi-cta .mobi-cta__container {
    padding: 90px 7%; }
  .mobi-cta__inner .btn--full {
    max-width: 90%;
    line-height: 50px; }
    .mobi-cta__inner .btn--full:after {
      display: none; }
  .event-recruiter__content {
    padding-right: 20px; }
  .event-recruiter:before {
    width: 100%;
    left: 0; } }

@media screen and (max-width: 370px) {
  .event-recruiter__position {
    font-size: 16px;
    margin: 8px 0; } }

.block-number {
  padding-left: 30px;
  position: relative; }

.block-number-title {
  text-transform: none;
  color: #FFFFFF;
  font-size: 27px;
  margin-bottom: 15px;
  margin-top: 35px; }

.block-number:before {
  content: "";
  height: 110%;
  width: 2px;
  top: -3%;
  position: absolute;
  background: #FFFFFF;
  border-radius: 40px 40px;
  left: 0; }

.md_contact-info.form-contact a, .block-number .phone-region {
  color: #2a466e;
  font-weight: 600; }

.md_contact-info.form-contact {
  margin-bottom: 15px; }
  .md_contact-info.form-contact p {
    margin-bottom: 0;
    font-size: 19px; }

.block-number__link-career {
  color: #2a466e; }
  .block-number__link-career nobr {
    color: #FFFFFF; }
  .block-number__link-career a {
    color: #2a466e;
    text-decoration: underline;
    font-weight: 600; }
    .block-number__link-career a:hover {
      color: #2a466e; }

.block-number-title__mobile {
  display: none; }

@media screen and (max-width: 1340px) {
  .block-number {
    padding-left: 20px; }
  .block-number-title {
    font-size: 26px; }
  .md_contact-info.form-contact p {
    font-size: 17px; } }

@media screen and (max-width: 1200px) {
  .block-number {
    padding-left: 0;
    max-width: 530px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .block-number:before {
      display: none; }
  .block-number-title {
    display: none; }
  .block-number__link-career {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .block-number-title__mobile {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-transform: none;
    color: #2a466e;
    font-size: 17px;
    margin-bottom: 0; }
  .md_contact-info.form-contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .md_contact-info.form-contact a, .block-number .phone-region {
    font-weight: 500; }
  .block-number__link-career {
    margin: 20px 0;
    font-size: 17px; }
    .block-number__link-career nobr {
      color: #2a466e; }
    .block-number__link-career a {
      color: #43B7FF;
      font-weight: 600; } }

@media screen and (max-width: 645px) {
  .cta-popup__title {
    font-size: 30px; } }

@media screen and (max-width: 575px) {
  .block-number__link-career {
    display: none; }
  .block-number {
    margin-top: 25px; }
  .block-number-title__mobile {
    max-width: 270px; }
  .cta-popup__title {
    margin-top: 50px;
    margin-bottom: 15px; }
  .cta-popup__title,
  .cta-popup__content,
  .md_contact-info.form-contact {
    line-height: 1.5; }
  .block-number-title__mobile {
    line-height: 1.5; } }

@media screen and (min-width: 1921px) {
  .cta-popup__title {
    margin-top: 10vh; }
  .cta-popup__form form {
    margin-top: calc(10vh - 5px); }
  .cta-popup--meet-us .cta-popup__wrapper, .cta-popup__wrapper {
    -webkit-clip-path: none;
            clip-path: none; }
  .cta-popup__wrapper:after {
    left: calc(48vw - 656px);
    width: 520px; }
  .cta-popup__title {
    line-height: 1.3;
    margin-bottom: 20px; }
  .cta-popup__wrapper:after {
    height: 270px; } }

@media screen and (min-width: 2000px) {
  .cta-popup__form form, #mobi-form-meet_us .cta-popup__form {
    margin-left: -2%; } }

@media screen and (min-width: 2400px) {
  .cta-popup__form form {
    margin-left: -8%; } }

@media screen and (min-width: 3000px) {
  .cta-popup__form form {
    margin-left: -17%; }
  #mobi-form-meet_us .cta-popup__form {
    margin-left: -4%; } }

/*# sourceMappingURL=cta-popup.css.map */
