@media (min-width: 1480px) {
  .n-subscribe-form-title {
    margin-bottom: 32px; } }

.n-subscribe-form input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 22.5px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000; }
  @media (min-width: 768px) {
    .n-subscribe-form input[type="email"] {
      height: 57px;
      border-radius: 28.5px; } }
  @media (min-width: 1480px) {
    .n-subscribe-form input[type="email"] {
      height: 70px;
      margin-bottom: 30px;
      padding: 10px 30px;
      border-radius: 35px; } }
  .n-subscribe-form input[type="email"]::-webkit-input-placeholder {
    color: #787878; }
  .n-subscribe-form input[type="email"]:-ms-input-placeholder {
    color: #787878; }
  .n-subscribe-form input[type="email"]::placeholder {
    color: #787878; }

input[type="search"].n-search-form-control {
  width: 100%;
  height: 56px;
  padding: 0 15px 0 55px;
  font-size: 18px;
  font-weight: 300;
  line-height: 54px;
  border: 1px solid #B7B7B7;
  border-radius: 54px;
  background: #fff url("../images/update/n-search.png") 15px 50% no-repeat;
  background-size: 37px;
  box-sizing: border-box; }

input[type="search"].n-search-form-control-2 {
  font-size: 16px;
  width: 100%;
  height: 66px;
  padding: 0 15px 0 55px;
  font-weight: 300;
  background: #fff url("../images/update/n-search.png") 15px 50% no-repeat;
  background-size: 37px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }
  @media screen and (min-width: 360px) {
    input[type="search"].n-search-form-control-2 {
      font-size: calc(16px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    input[type="search"].n-search-form-control-2 {
      font-size: 18px; } }
  input[type="search"].n-search-form-control-2:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.wpcf7 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }
  .wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }
  .wpcf7 input[type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 34px;
    cursor: pointer; }
    .wpcf7 input[type="checkbox"] + .wpcf7-list-item-label:before, .wpcf7 input[type="checkbox"] + .wpcf7-list-item-label:after {
      position: absolute;
      content: ''; }
    .wpcf7 input[type="checkbox"] + .wpcf7-list-item-label:before {
      top: 0.1em;
      left: 0;
      height: 24px;
      width: 24px;
      border: 1px solid #d7d7d7;
      border-radius: 3px; }
    .wpcf7 input[type="checkbox"] + .wpcf7-list-item-label:after {
      top: calc(0.1em + 6px);
      left: 7px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 11px;
      height: 7px;
      border: 1px solid #000;
      border-width: 0 0 1px 1px;
      opacity: 0; }

.n-checkbox {
  position: relative; }
  .n-checkbox input[type="checkbox"]:checked + .n-checkbox-label:after {
    opacity: 1; }
  .n-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  .n-checkbox-label {
    display: block;
    padding-left: 34px;
    cursor: pointer; }
    .n-checkbox-label:before, .n-checkbox-label:after {
      position: absolute;
      content: ''; }
    .n-checkbox-label:before {
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      border: 1px solid #d7d7d7;
      border-radius: 3px; }
    .n-checkbox-label:after {
      top: 6px;
      left: 7px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 11px;
      height: 7px;
      border: 1px solid #000;
      border-width: 0 0 1px 1px;
      opacity: 0; }
    .n-checkbox-label-with-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .n-checkbox-label-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 10px; }
    .n-checkbox-label-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }

label.n-checkbox {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 400; }
  @media screen and (min-width: 360px) {
    label.n-checkbox {
      font-size: calc(14px + 2 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    label.n-checkbox {
      font-size: 16px; } }
  @media (min-width: 1480px) {
    label.n-checkbox {
      margin-bottom: 25px; } }
  label.n-checkbox-sm {
    font-size: 14px;
    font-weight: 500; }

.n-application-form-text {
  margin-bottom: 44px; }

@media (min-width: 768px) {
  .n-application-form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1480px) {
  .n-application-form-body {
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 768px) {
  .n-application-form-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1480px) {
  .n-application-form-col {
    padding-left: 30px;
    padding-right: 30px; } }

.n-application-form-banner {
  display: none;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(45deg, rgba(159, 221, 228, 0.36) 0%, rgba(255, 225, 68, 0) 100%);
  background-image: linear-gradient(45deg, rgba(159, 221, 228, 0.36) 0%, rgba(255, 225, 68, 0) 100%);
  border-radius: 8px; }
  @media (min-width: 768px) {
    .n-application-form-banner {
      display: block; } }
  @media (min-width: 1480px) {
    .n-application-form-banner {
      margin-bottom: 50px; } }
  .n-application-form-banner-content {
    padding: 30px 20px; }
    @media (min-width: 1480px) {
      .n-application-form-banner-content {
        padding: 55px 59px; } }
  .n-application-form-banner-title {
    margin-bottom: 15px;
    line-height: 1.2;
    background-image: -webkit-linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    background-image: linear-gradient(45deg, #b0409b 0%, #2dc7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (min-width: 1480px) {
      .n-application-form-banner-title {
        margin-bottom: 33px; } }
  .n-application-form-banner-text {
    margin-bottom: 15px; }
    @media (min-width: 1480px) {
      .n-application-form-banner-text {
        margin-bottom: 45px; } }
  @media (min-width: 1480px) {
    .n-application-form-banner-list li {
      margin-bottom: 28px; } }
  .n-application-form-banner-img {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 25px; }
    @media (min-width: 1480px) {
      .n-application-form-banner-img {
        margin-top: 64px; } }
    .n-application-form-banner-img img {
      vertical-align: top; }

.n-application-form-note {
  font-size: 12px;
  margin-bottom: 24px; }
  @media screen and (min-width: 360px) {
    .n-application-form-note {
      font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .n-application-form-note {
      font-size: 16px; } }

.n-application-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  @media (min-width: 1480px) {
    .n-application-form-row {
      margin-left: -15px;
      margin-right: -15px; } }
  .n-application-form-row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 1480px) {
      .n-application-form-row > * {
        padding-left: 15px;
        padding-right: 15px; } }

.n-application-form .jcf-select {
  height: 50px;
  border: 1px solid #b7b7b7;
  border-radius: 5px; }
  @media (min-width: 1480px) {
    .n-application-form .jcf-select {
      height: 70px; } }
  .n-application-form .jcf-select .jcf-select-text {
    font-size: 14px;
    margin-top: 14px;
    margin-left: 15px; }
    @media screen and (min-width: 360px) {
      .n-application-form .jcf-select .jcf-select-text {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-application-form .jcf-select .jcf-select-text {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .n-application-form .jcf-select .jcf-select-text {
        margin-top: 10px; } }
    @media (min-width: 1480px) {
      .n-application-form .jcf-select .jcf-select-text {
        margin-top: 20px;
        margin-left: 22px; } }
  .n-application-form .jcf-select .jcf-select-opener:after {
    color: #444444; }
    @media (min-width: 768px) {
      .n-application-form .jcf-select .jcf-select-opener:after {
        font-size: 18px; } }
    @media (min-width: 1480px) {
      .n-application-form .jcf-select .jcf-select-opener:after {
        font-size: 25px; } }
  @media (min-width: 768px) {
    .n-application-form .jcf-select .jcf-select-opener {
      top: 13px;
      right: 10px; } }
  @media (min-width: 1480px) {
    .n-application-form .jcf-select .jcf-select-opener {
      top: 25px;
      right: 23px; } }

@media (min-width: 768px) {
  .n-application-form-footer {
    width: calc(50% - 15px); } }

@media (min-width: 1480px) {
  .n-application-form-footer {
    width: calc(50% - 30px); } }

.n-application-form-footer .wpcf7-form-control {
  border: 0 !important;
  white-space: normal;
  padding: 0 !important; }
  .n-application-form-footer .wpcf7-form-control .wpcf7-list-item {
    margin: 0; }

.n-application-form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px; }
  @media (min-width: 1480px) {
    .n-application-form-btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 45px; } }
  .n-application-form-btns > * {
    margin-bottom: 16px; }
    @media (min-width: 1480px) {
      .n-application-form-btns > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 30px);
                flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }

.issue-form label,
.issue-form legend,
.n-application-form label,
.n-application-form legend {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5; }
  @media screen and (min-width: 360px) {
    .issue-form label,
    .issue-form legend,
    .n-application-form label,
    .n-application-form legend {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .issue-form label,
    .issue-form legend,
    .n-application-form label,
    .n-application-form legend {
      font-size: 20px; } }

.issue-form input[type='text'],
.issue-form input[type='tel'],
.issue-form input[type='email'],
.issue-form input[type='search'],
.issue-form input[type='password'],
.issue-form textarea,
.issue-form select,
.n-application-form input[type='text'],
.n-application-form input[type='tel'],
.n-application-form input[type='email'],
.n-application-form input[type='search'],
.n-application-form input[type='password'],
.n-application-form textarea,
.n-application-form select {
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding: 10px 15px !important;
  line-height: 1.5;
  color: #444444;
  border-radius: 5px !important;
  border: 1px solid #b7b7b7; }
  @media screen and (min-width: 360px) {
    .issue-form input[type='text'],
    .issue-form input[type='tel'],
    .issue-form input[type='email'],
    .issue-form input[type='search'],
    .issue-form input[type='password'],
    .issue-form textarea,
    .issue-form select,
    .n-application-form input[type='text'],
    .n-application-form input[type='tel'],
    .n-application-form input[type='email'],
    .n-application-form input[type='search'],
    .n-application-form input[type='password'],
    .n-application-form textarea,
    .n-application-form select {
      font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .issue-form input[type='text'],
    .issue-form input[type='tel'],
    .issue-form input[type='email'],
    .issue-form input[type='search'],
    .issue-form input[type='password'],
    .issue-form textarea,
    .issue-form select,
    .n-application-form input[type='text'],
    .n-application-form input[type='tel'],
    .n-application-form input[type='email'],
    .n-application-form input[type='search'],
    .n-application-form input[type='password'],
    .n-application-form textarea,
    .n-application-form select {
      font-size: 18px; } }
  @media (min-width: 1480px) {
    .issue-form input[type='text'],
    .issue-form input[type='tel'],
    .issue-form input[type='email'],
    .issue-form input[type='search'],
    .issue-form input[type='password'],
    .issue-form textarea,
    .issue-form select,
    .n-application-form input[type='text'],
    .n-application-form input[type='tel'],
    .n-application-form input[type='email'],
    .n-application-form input[type='search'],
    .n-application-form input[type='password'],
    .n-application-form textarea,
    .n-application-form select {
      height: 72px;
      padding-left: 22px;
      padding-right: 22px; } }
  .issue-form input[type='text']::-webkit-input-placeholder,
  .issue-form input[type='tel']::-webkit-input-placeholder,
  .issue-form input[type='email']::-webkit-input-placeholder,
  .issue-form input[type='search']::-webkit-input-placeholder,
  .issue-form input[type='password']::-webkit-input-placeholder,
  .issue-form textarea::-webkit-input-placeholder,
  .issue-form select::-webkit-input-placeholder,
  .n-application-form input[type='text']::-webkit-input-placeholder,
  .n-application-form input[type='tel']::-webkit-input-placeholder,
  .n-application-form input[type='email']::-webkit-input-placeholder,
  .n-application-form input[type='search']::-webkit-input-placeholder,
  .n-application-form input[type='password']::-webkit-input-placeholder,
  .n-application-form textarea::-webkit-input-placeholder,
  .n-application-form select::-webkit-input-placeholder {
    color: #787878; }
  .issue-form input[type='text']:-ms-input-placeholder,
  .issue-form input[type='tel']:-ms-input-placeholder,
  .issue-form input[type='email']:-ms-input-placeholder,
  .issue-form input[type='search']:-ms-input-placeholder,
  .issue-form input[type='password']:-ms-input-placeholder,
  .issue-form textarea:-ms-input-placeholder,
  .issue-form select:-ms-input-placeholder,
  .n-application-form input[type='text']:-ms-input-placeholder,
  .n-application-form input[type='tel']:-ms-input-placeholder,
  .n-application-form input[type='email']:-ms-input-placeholder,
  .n-application-form input[type='search']:-ms-input-placeholder,
  .n-application-form input[type='password']:-ms-input-placeholder,
  .n-application-form textarea:-ms-input-placeholder,
  .n-application-form select:-ms-input-placeholder {
    color: #787878; }
  .issue-form input[type='text']::placeholder,
  .issue-form input[type='tel']::placeholder,
  .issue-form input[type='email']::placeholder,
  .issue-form input[type='search']::placeholder,
  .issue-form input[type='password']::placeholder,
  .issue-form textarea::placeholder,
  .issue-form select::placeholder,
  .n-application-form input[type='text']::placeholder,
  .n-application-form input[type='tel']::placeholder,
  .n-application-form input[type='email']::placeholder,
  .n-application-form input[type='search']::placeholder,
  .n-application-form input[type='password']::placeholder,
  .n-application-form textarea::placeholder,
  .n-application-form select::placeholder {
    color: #787878; }
  .issue-form input[type='text'].n-input-with-icon,
  .issue-form input[type='tel'].n-input-with-icon,
  .issue-form input[type='email'].n-input-with-icon,
  .issue-form input[type='search'].n-input-with-icon,
  .issue-form input[type='password'].n-input-with-icon,
  .issue-form textarea.n-input-with-icon,
  .issue-form select.n-input-with-icon,
  .n-application-form input[type='text'].n-input-with-icon,
  .n-application-form input[type='tel'].n-input-with-icon,
  .n-application-form input[type='email'].n-input-with-icon,
  .n-application-form input[type='search'].n-input-with-icon,
  .n-application-form input[type='password'].n-input-with-icon,
  .n-application-form textarea.n-input-with-icon,
  .n-application-form select.n-input-with-icon {
    padding-left: 46px !important;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 24px auto; }
    @media (min-width: 1480px) {
      .issue-form input[type='text'].n-input-with-icon,
      .issue-form input[type='tel'].n-input-with-icon,
      .issue-form input[type='email'].n-input-with-icon,
      .issue-form input[type='search'].n-input-with-icon,
      .issue-form input[type='password'].n-input-with-icon,
      .issue-form textarea.n-input-with-icon,
      .issue-form select.n-input-with-icon,
      .n-application-form input[type='text'].n-input-with-icon,
      .n-application-form input[type='tel'].n-input-with-icon,
      .n-application-form input[type='email'].n-input-with-icon,
      .n-application-form input[type='search'].n-input-with-icon,
      .n-application-form input[type='password'].n-input-with-icon,
      .n-application-form textarea.n-input-with-icon,
      .n-application-form select.n-input-with-icon {
        padding-left: 68px !important;
        background-position: 20px 50%;
        background-size: 33px auto; } }

.issue-form select,
.n-application-form select {
  -webkit-appearance: none;
  background-image: url("../images/update/n-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%; }

.issue-form textarea,
.n-application-form textarea {
  height: 150px; }
  @media (min-width: 1480px) {
    .issue-form textarea,
    .n-application-form textarea {
      height: 200px; } }

.issue-form .n-input-skype,
.n-application-form .n-input-skype {
  background-image: url("../images/update/skype.png"); }

.issue-form .n-input-linkedin,
.n-application-form .n-input-linkedin {
  background-image: url("../images/update/linkedin.png"); }

.issue-form .n-input-xing,
.n-application-form .n-input-xing {
  background-image: url("../images/update/xing-square.png"); }

.issue-form .wpcf7-form-control,
.n-application-form .wpcf7-form-control {
  margin: 0; }

.issue-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .issue-form label {
    margin-top: 20px; }
  .issue-form textarea {
    height: 100px !important; }
  .issue-form .n-btn {
    width: 100%;
    margin-top: 20px; }

.n-form-group {
  margin-bottom: 20px; }
  @media (min-width: 1480px) {
    .n-form-group {
      margin-bottom: 46px; } }

.drop-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 313px;
  margin-bottom: 24px;
  padding: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1480px) {
    .drop-zone {
      margin-bottom: 58px;
      padding: 53px; } }
  .drop-zone--over {
    border-style: solid; }
  .drop-zone--active .drop-zone__thumb {
    display: block; }
  .drop-zone--active .drop-zone__prompt {
    display: none; }
  .drop-zone__input {
    display: none; }
  .drop-zone__thumb {
    display: none;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative; }
    .drop-zone__thumb:after {
      content: attr(data-label);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 5px 0;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.75);
      font-size: 14px;
      text-align: center; }
  .drop-zone__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 83px;
    height: 83px;
    margin-bottom: 33px;
    background-color: #e6f9fc;
    border-radius: 50%; }
  .drop-zone__title {
    display: block;
    margin-bottom: 7px;
    font-weight: 600; }
  .drop-zone__text {
    font-size: 14px; }
    @media screen and (min-width: 360px) {
      .drop-zone__text {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .drop-zone__text {
        font-size: 18px; } }

.datepicker {
  background: url("../images/update/calendar-alt.png") 97% 50% no-repeat;
  background-size: 24px auto; }
  @media (min-width: 1480px) {
    .datepicker {
      background-size: 34px auto; } }

.n-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

.n-mb-0 {
  margin-bottom: 0 !important; }

.n-pt-0 {
  padding-top: 0 !important; }

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

.n-text-primary {
  color: #34aeb1; }

.n-text-secondary {
  color: #34aeb1; }

.n-text-success {
  color: #93cd70; }

.n-text-purple {
  color: #7a306c; }

.n-bg-gray {
  background-color: #fafafa; }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none; } }

.text-size-lg {
  line-height: 1.25; }

body {
  font-size: 16px;
  color: #444444;
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400; }
  @media screen and (min-width: 360px) {
    body {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    body {
      font-size: 20px; } }

/*
    Basic styles for links
  */
a {
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #34aeb1;
  text-decoration: none; }
  a:hover {
    color: #2e9b9d;
    text-decoration: none; }

ul,
ol,
dl,
p {
  margin: 0 0 1.5em; }

/*
    Basic styles for typography, generate classes for sizes provided into sass-map $font-sizes
    Using fluid type behavior
  */
.text-size-lg {
  font-size: 20px; }
  @media screen and (min-width: 360px) {
    .text-size-lg {
      font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .text-size-lg {
      font-size: 24px; } }

.text-size-base {
  font-size: 16px; }
  @media screen and (min-width: 360px) {
    .text-size-base {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .text-size-base {
      font-size: 20px; } }

.text-size-sm {
  font-size: 12px; }
  @media screen and (min-width: 360px) {
    .text-size-sm {
      font-size: calc(12px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    .text-size-sm {
      font-size: 16px; } }

/*
    Basic styles for headings, generate classes for sizes provided into sass-map $font-sizes
    Using fluid type behavior
  */
h1,
.h1 {
  font-size: 40px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h1,
    .h1 {
      font-size: calc(40px + 20 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h1,
    .h1 {
      font-size: 60px; } }

h2,
.h2 {
  font-size: 30px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h2,
    .h2 {
      font-size: calc(30px + 18 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h2,
    .h2 {
      font-size: 48px; } }

h3,
.h3 {
  font-size: 25px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h3,
    .h3 {
      font-size: calc(25px + 15 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h3,
    .h3 {
      font-size: 40px; } }

h4,
.h4 {
  font-size: 22px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h4,
    .h4 {
      font-size: calc(22px + 8 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h4,
    .h4 {
      font-size: 30px; } }

h5,
.h5 {
  font-size: 20px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h5,
    .h5 {
      font-size: calc(20px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h5,
    .h5 {
      font-size: 24px; } }

h6,
.h6 {
  font-size: 16px;
  margin: 0 0 0.5em;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.05;
  color: #000; }
  @media screen and (min-width: 360px) {
    h6,
    .h6 {
      font-size: calc(16px + 4 * ((100vw - 360px) / 1120)); } }
  @media screen and (min-width: 1480px) {
    h6,
    .h6 {
      font-size: 20px; } }

.n-how-it-works {
  background-color: #FAFAFA;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .n-how-it-works {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .n-how-it-works.with-custom-bg .description-column .n-subtitle {
    color: #7A316C; }
  .n-how-it-works.with-custom-bg .n-how-it-works-slider::before {
    content: '';
    position: absolute;
    bottom: calc(50% + 38px);
    left: -9999px;
    right: -9999px;
    top: -9999px;
    background-color: #FCEFB6; }
  .n-how-it-works.with-bg-image {
    color: #fff; }
    .n-how-it-works.with-bg-image .n-how-it-works-slider .n-slick-arrow {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff; }
      .n-how-it-works.with-bg-image .n-how-it-works-slider .n-slick-arrow:hover {
        color: #000;
        background-color: #fff; }
  .n-how-it-works .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .n-how-it-works .bg-image:empty {
      display: none; }
    .n-how-it-works .bg-image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0) 100%); }
    .n-how-it-works .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .n-how-it-works .container {
    position: relative;
    z-index: 2; }
  .n-how-it-works .description-holder {
    margin-bottom: 50px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .n-how-it-works .description-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px;
        margin-bottom: 64px; } }
  @media (min-width: 768px) {
    .n-how-it-works .description-column {
      width: 50%;
      min-width: 50%;
      padding: 0 12px; } }
  @media (max-width: 767px) {
    .n-how-it-works .description-column > *:last-child {
      margin-bottom: 24px; } }
  .n-how-it-works .description-column .n-subtitle {
    margin-bottom: 16px; }
  .n-how-it-works .description-column h2 {
    color: inherit;
    margin-bottom: 24px; }
  .n-how-it-works .description-column h4 {
    margin-bottom: 24px;
    position: relative;
    z-index: 2; }
  .n-how-it-works .description-column h5 {
    margin-bottom: 24px; }
  .n-how-it-works h2, .n-how-it-works h4, .n-how-it-works h5 {
    position: relative;
    z-index: 2; }
  .n-how-it-works .image-holder {
    overflow: hidden;
    border-radius: 28px; }
    .n-how-it-works .image-holder img {
      vertical-align: middle;
      width: 100%; }
  .n-how-it-works .tags-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: auto 0 0;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1; }
    @media screen and (min-width: 360px) {
      .n-how-it-works .tags-items {
        font-size: calc(12px + 2 * ((100vw - 360px) / 1120)); } }
    @media screen and (min-width: 1480px) {
      .n-how-it-works .tags-items {
        font-size: 14px; } }
    .n-how-it-works .tags-items li {
      margin: 0 8px 8px 0; }
    .n-how-it-works .tags-items a, .n-how-it-works .tags-items span {
      background-color: #FFE9FB;
      color: #7A316C !important;
      border-radius: 16px;
      padding: 5px 10px;
      display: block; }
      .n-how-it-works .tags-items a:hover, .n-how-it-works .tags-items span:hover {
        background-color: #7A316C;
        color: #FFE9FB !important; }
    .n-how-it-works .tags-items span:hover {
      background-color: #FFE9FB;
      color: #7A316C !important; }

.n-how-it-works-slider {
  padding-bottom: 76px;
  margin: 0 -12px; }
  .n-how-it-works-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .n-how-it-works-slider .slick-list {
    overflow: inherit; }
  .n-how-it-works-slider .slick-slide {
    padding: 0 12px 20px;
    float: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .n-how-it-works-slider .n-slick-arrow {
    position: absolute;
    bottom: 0;
    left: 12px;
    background-color: #fff;
    border: 2px solid #34aeb1;
    color: #000;
    width: 56px;
    height: 56px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .n-how-it-works-slider .n-slick-arrow:hover {
      color: #fff;
      background-color: #34aeb1; }
    .n-how-it-works-slider .n-slick-arrow.slick-next {
      left: 84px; }
  .n-how-it-works-slider .inner {
    background-color: #fff;
    box-shadow: 0px 12px 16px 0px #10182814;
    border-radius: 28px;
    padding: 32px 24px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .n-how-it-works-slider .image {
    padding-top: 58%;
    margin: -32px -24px 32px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 28px 28px 0 0;
    background-color: #fafafa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .n-how-it-works-slider .image:hover {
      opacity: 0.75; }
  .n-how-it-works-slider h5 {
    margin-bottom: 16px; }
    .n-how-it-works-slider h5 a {
      color: #000; }
      .n-how-it-works-slider h5 a:hover {
        color: #7A316C; }
  .n-how-it-works-slider .n-btn {
    margin-top: 16px;
    margin: auto 0 0 0; }
  .n-how-it-works-slider .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px; }
  .n-how-it-works-slider .status {
    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;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 15px 16px;
    -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    background-color: transparent;
    position: relative;
    border: 2px solid transparent;
    z-index: 1;
    border-radius: 50px; }
    .n-how-it-works-slider .status .dot {
      display: block;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #93cd70;
      margin-right: 8px; }
    .n-how-it-works-slider .status:before, .n-how-it-works-slider .status:after {
      position: absolute;
      z-index: -1;
      border-radius: inherit;
      content: ''; }
    .n-how-it-works-slider .status:before {
      top: -2px;
      left: -2px;
      bottom: -2px;
      right: -2px;
      background-color: #34aeb1;
      opacity: 0.3; }
    .n-how-it-works-slider .status:after {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #fff; }
    .n-how-it-works-slider .status.n-text-inactive {
      color: #000; }
      .n-how-it-works-slider .status.n-text-inactive .dot {
        background-color: transparent;
        border: 1px solid #000; }
    .n-how-it-works-slider .status.n-text-complete {
      color: #4d9391; }
      .n-how-it-works-slider .status.n-text-complete .dot {
        background-color: transparent;
        border: 1px solid #4d9391; }
  .n-how-it-works-slider .n-icons-list-link {
    width: 48px;
    height: 48px; }
  .n-how-it-works-slider .n-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 15px; }
  .n-how-it-works-slider .n-icons-list-item {
    margin-bottom: 6px; }

@media (min-width: 768px) {
  .n-combo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px; } }

@media (min-width: 768px) {
  .n-combo-box .n-combo-box-column {
    width: 50%;
    min-width: 50%;
    padding: 0 12px; } }

.n-combo-box .n-combo-box-column:nth-child(1) .n-combo-box-card {
  height: 100%; }
  @media (min-width: 768px) {
    .n-combo-box .n-combo-box-column:nth-child(1) .n-combo-box-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .n-combo-box .n-combo-box-column:nth-child(1) .n-combo-box-card .n-combo-box-text {
      width: 100%;
      min-width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    .n-combo-box .n-combo-box-column:nth-child(1) .n-combo-box-card .n-combo-box-image {
      width: 100%;
      min-width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; } }

@media (min-width: 768px) {
  .n-combo-box .n-combo-box-card + .n-combo-box-card {
    margin-top: 24px; } }

.n-combo-box .n-combo-box-card {
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0px 12px 16px 0px #10182814;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .n-combo-box .n-combo-box-card {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .n-combo-box .n-combo-box-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-bottom: 0; } }

.n-combo-box .n-combo-box-text {
  padding: 32px 24px; }
  @media (min-width: 1024px) {
    .n-combo-box .n-combo-box-text {
      width: 50%;
      min-width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .n-combo-box .n-combo-box-text a {
    color: #000; }
    .n-combo-box .n-combo-box-text a:hover {
      color: #7A316C; }

.n-combo-box .n-combo-box-image {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 58%; }
  @media (min-width: 768px) {
    .n-combo-box .n-combo-box-image {
      padding-top: 50%; } }
  @media (min-width: 1024px) {
    .n-combo-box .n-combo-box-image {
      width: 50%;
      min-width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 0; } }

.n-our-impact {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .n-our-impact {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .n-our-impact .n-our-impact-holder {
    border-radius: 28px;
    overflow: hidden;
    background: -webkit-linear-gradient(16.14deg, #A3DFE3 13.6%, #F7FCD6 85.73%);
    background: linear-gradient(73.86deg, #A3DFE3 13.6%, #F7FCD6 85.73%); }
    @media (min-width: 768px) {
      .n-our-impact .n-our-impact-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .n-our-impact .n-subtitle {
    color: #7A316C; }
  .n-our-impact .text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .n-our-impact .text {
        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-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .n-our-impact .map {
    height: auto; }
    @media (min-width: 768px) {
      .n-our-impact .map {
        width: 40%;
        min-width: 40%; } }
    @media (min-width: 1024px) {
      .n-our-impact .map {
        width: 444px;
        min-width: 444px; } }
    .n-our-impact .map img {
      width: 100%;
      vertical-align: middle;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

.n-who-we-are {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .n-who-we-are {
      padding-top: 80px;
      padding-bottom: 60px; } }
  .n-who-we-are::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: 0.4; }
  .n-who-we-are .container {
    position: relative;
    z-index: 2; }
  .n-who-we-are .n-subtitle {
    margin-bottom: 16px; }
  .n-who-we-are h2 {
    color: inherit;
    margin-bottom: 24px; }
  .n-who-we-are p {
    max-width: 765px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.n-who-we-are-list {
  padding: 0;
  margin: 0 -12px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .n-who-we-are-list li {
    width: calc(50% - 24px);
    margin: 0 12px;
    border: 1px solid #fff;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 20px 15px;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (min-width: 768px) {
      .n-who-we-are-list li {
        width: calc(33.333% - 24px);
        padding: 32px 24px; } }
    @media (min-width: 1024px) {
      .n-who-we-are-list li {
        width: calc(20% - 24px); } }
    .n-who-we-are-list li:hover {
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-backdrop-filter: blur(40px);
              backdrop-filter: blur(40px); }
  .n-who-we-are-list a {
    color: #fff; }
  .n-who-we-are-list h3 {
    color: inherit;
    margin-bottom: 0; }
  .n-who-we-are-list span {
    display: block; }
  .n-who-we-are-list .icon {
    width: 80px;
    height: 80px;
    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;
    margin: 0 auto 24px;
    background-color: currentColor;
    border-radius: 50%; }
    .n-who-we-are-list .icon img {
      filter: brightness(0) invert(1); }

.n-info-block.n-info-block-with-numbers.n-info-block-justify-center {
  padding-bottom: 20px; }
  @media (min-width: 1480px) {
    .n-info-block.n-info-block-with-numbers.n-info-block-justify-center {
      padding-bottom: 40px; } }
  .n-info-block.n-info-block-with-numbers.n-info-block-justify-center .n-info-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
  .n-info-block.n-info-block-with-numbers.n-info-block-justify-center .n-info-block-media {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: inherit;
    width: 100%; }
  .n-info-block.n-info-block-with-numbers.n-info-block-justify-center .n-info-block-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 20px; }
  .n-info-block.n-info-block-with-numbers.n-info-block-justify-center .n-numbers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .n-info-block.n-info-block-with-numbers.n-info-block-justify-center .n-numbers-2-cols > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%; }

.n-info-block.n-info-block-alt .n-info-block-stage {
  border-radius: 30px; }
