@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
  button:focus, button:active,
  input:focus,
  input:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

html {
  scroll-behavior: smooth; }

button {
  font-family: "Mulish", sans-serif; }

body {
  font-family: "Mulish", sans-serif;
  color: #003341;
  background-color: #fff;
  padding-top: 119px; }
  @media screen and (max-width: 779px) {
    body {
      padding-top: 104px; } }
  @media screen and (max-width: 599px) {
    body {
      padding-top: 78px; } }

p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px; }
  @media screen and (max-width: 779px) {
    p {
      line-height: 18px; } }

ul, ol {
  padding-left: 20px; }
  ul li, ol li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 0 0 1rem;
  font-style: normal; }

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 700; }

h1, .h1 {
  font-size: 56px;
  line-height: 67px;
  font-weight: 900; }
  @media screen and (max-width: 959px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 45px; } }
  @media screen and (max-width: 599px) {
    h1, .h1 {
      font-size: 34px;
      line-height: 43px; } }

h2, .h2 {
  font-size: 43px;
  line-height: 45px; }
  @media screen and (max-width: 959px) {
    h2, .h2 {
      font-size: 42px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 33px; }
  @media screen and (max-width: 959px) {
    h3, .h3 {
      line-height: 31px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400; }

@font-face {
  font-family: 'Mulish';
  font-display: swap;
  src: local("Mulish"), url("../fonts/Mulish-Light.woff") format("woff"), url("../fonts/Mulish-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Mulish';
  font-display: swap;
  src: local("Mulish"), url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Mulish';
  font-display: swap;
  src: local("Mulish"), url("../fonts/Mulish-SemiBold.woff") format("woff"), url("../fonts/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Mulish';
  font-display: swap;
  src: local("Mulish"), url("../fonts/Mulish-Bold.woff") format("woff"), url("../fonts/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Mulish';
  font-display: swap;
  src: local("Mulish"), url("../fonts/Mulish-Black.woff") format("woff"), url("../fonts/Mulish-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

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

.hidden {
  display: none; }

.mastheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  min-height: 78px;
  background: #fff; }
  @media screen and (max-width: 779px) {
    .mastheader.is-opened {
      background: #fff; }
      .mastheader.is-opened .mastheader__menu {
        display: block; } }
  @media screen and (min-width: 1030px) {
    .mastheader .container {
      max-width: 1302px; } }
  .mastheader__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 30px 0; }
    @media screen and (max-width: 599px) {
      .mastheader__wrapper {
        padding: 15px 0 21px; } }
  @media screen and (max-width: 1199px) {
    .mastheader__logo {
      width: 200px; } }
  @media screen and (max-width: 959px) {
    .mastheader__logo {
      width: 150px; } }
  .mastheader__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    @media screen and (max-width: 959px) {
      .mastheader__menu {
        background: #fff;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        padding: 0 0 20px; } }
    .mastheader__menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 959px) {
        .mastheader__menu ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
                  flex-direction: column; } }
      .mastheader__menu ul li {
        margin-left: 25px; }
        @media screen and (max-width: 1199px) {
          .mastheader__menu ul li {
            margin-left: 5px; } }
        @media screen and (max-width: 959px) {
          .mastheader__menu ul li {
            margin-left: 0;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
               -moz-box-ordinal-group: 3;
                    order: 2; } }
        @media screen and (max-width: 959px) {
          .mastheader__menu ul li.menu-item-home {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
               -moz-box-ordinal-group: 2;
                    order: 1; } }
        .mastheader__menu ul li a {
          display: block;
          padding: 16px 25px;
          color: #003341;
          font-size: 18px;
          line-height: 23px;
          font-weight: 300;
          -webkit-transition: color .2s;
          -moz-transition: color .2s;
          transition: color .2s; }
          @media screen and (max-width: 959px) {
            .mastheader__menu ul li a {
              padding: 12px 15px;
              font-size: 16px;
              text-align: center; } }
          .mastheader__menu ul li a:hover {
            color: #FF5500; }
  .mastheader__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-left: 22px; }
    @media screen and (max-width: 959px) {
      .mastheader__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        margin-left: 0;
        padding: 10px 23px; } }
    @media screen and (max-width: 599px) {
      .mastheader__btns {
        width: 100%;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .mastheader__btns > a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center; }
    .mastheader__btns .btn {
      font-size: 18px;
      line-height: 30px; }
      .mastheader__btns .btn.btn--primary {
        min-width: 225px; }
      .mastheader__btns .btn.btn--chat {
        margin-left: 10px; }
        @media screen and (max-width: 959px) {
          .mastheader__btns .btn.btn--chat {
            margin-left: 0;
            margin-top: 20px; } }
  .mastheader__toggle {
    display: none; }
    @media screen and (max-width: 959px) {
      .mastheader__toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: relative;
        padding: 0; } }
    .mastheader__toggle span {
      width: 100%;
      position: absolute;
      left: 0;
      height: 4px;
      border-radius: 9px;
      background: #FF5500;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      -moz-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), -moz-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), -moz-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      z-index: 9; }
      .mastheader__toggle span:nth-child(1) {
        top: 15px; }
      .mastheader__toggle span:nth-child(2) {
        background: #64848c;
        top: 22px; }
    .mastheader__toggle.active span:nth-child(1) {
      -webkit-transform: rotate(45deg) translate(-2px, -1px);
         -moz-transform: rotate(45deg) translate(-2px, -1px);
          -ms-transform: rotate(45deg) translate(-2px, -1px);
              transform: rotate(45deg) translate(-2px, -1px);
      -webkit-transform: translateY(4px) rotate(45deg);
         -moz-transform: translateY(4px) rotate(45deg);
          -ms-transform: translateY(4px) rotate(45deg);
              transform: translateY(4px) rotate(45deg); }
    .mastheader__toggle.active span:nth-child(2) {
      -webkit-transform: rotate(-45deg) translate(0, -1px);
         -moz-transform: rotate(-45deg) translate(0, -1px);
          -ms-transform: rotate(-45deg) translate(0, -1px);
              transform: rotate(-45deg) translate(0, -1px);
      -webkit-transform: translateY(-4px) rotate(-45deg);
         -moz-transform: translateY(-4px) rotate(-45deg);
          -ms-transform: translateY(-4px) rotate(-45deg);
              transform: translateY(-4px) rotate(-45deg); }

.mastfooter {
  padding: 108px 0 130px;
  background: #003341;
  color: #fff; }
  @media screen and (max-width: 779px) {
    .mastfooter {
      padding: 56px 0 62px; } }
  .mastfooter__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-column-gap: 124px;
       -moz-column-gap: 124px;
            column-gap: 124px;
    row-gap: 70px; }
    @media screen and (max-width: 1199px) {
      .mastfooter__inner {
        -webkit-column-gap: 100px;
           -moz-column-gap: 100px;
                column-gap: 100px; } }
    @media screen and (max-width: 959px) {
      .mastfooter__inner {
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px; } }
    @media screen and (max-width: 779px) {
      .mastfooter__inner {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .mastfooter__subscribe {
    width: 390px; }
    @media screen and (max-width: 1199px) {
      .mastfooter__subscribe {
        width: 330px; } }
    @media screen and (max-width: 959px) {
      .mastfooter__subscribe {
        width: 270px; } }
    @media screen and (max-width: 779px) {
      .mastfooter__subscribe {
        width: 100%; } }
    @media screen and (max-width: 599px) {
      .mastfooter__subscribe h1, .mastfooter__subscribe h2, .mastfooter__subscribe h3, .mastfooter__subscribe h4, .mastfooter__subscribe h5, .mastfooter__subscribe h6, .mastfooter__subscribe p {
        text-align: center; } }
    .mastfooter__subscribe h1, .mastfooter__subscribe h2, .mastfooter__subscribe h3 {
      font-size: 36px;
      line-height: 45px; }
      @media screen and (max-width: 959px) {
        .mastfooter__subscribe h1, .mastfooter__subscribe h2, .mastfooter__subscribe h3 {
          font-size: 32px; } }
    .mastfooter__subscribe h2, .mastfooter__subscribe h3, .mastfooter__subscribe h4 {
      margin-bottom: 24px;
      color: #fff; }
    .mastfooter__subscribe p {
      color: #fff; }
    .mastfooter__subscribe form {
      font-family: "Mulish", sans-serif;
      padding-top: 22px !important; }
      @media screen and (max-width: 599px) {
        .mastfooter__subscribe form {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
                  align-items: center; } }
      .mastfooter__subscribe form input[type="email"] {
        font-family: "Mulish", sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: normal;
        height: 51px;
        padding: 0 34px;
        border: 1px solid #eee;
        background: transparent;
        margin-bottom: 24px;
        display: block;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: -webkit-calc(100% - 9px);
        width: -moz-calc(100% - 9px);
        width: calc(100% - 9px);
        max-width: 100%;
        -webkit-transition: border .3s;
        -moz-transition: border .3s;
        transition: border .3s; }
        .mastfooter__subscribe form input[type="email"]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 16px;
          font-weight: 300;
          color: #fff; }
        .mastfooter__subscribe form input[type="email"]::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 16px;
          font-weight: 300;
          color: #fff; }
        .mastfooter__subscribe form input[type="email"]:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 16px;
          font-weight: 300;
          color: #fff; }
        .mastfooter__subscribe form input[type="email"]:-moz-placeholder {
          /* Firefox 18- */
          font-size: 16px;
          font-weight: 300;
          color: #fff; }
        .mastfooter__subscribe form input[type="email"]:focus {
          border-color: #FF5500; }
      .mastfooter__subscribe form input[type="submit"] {
        border-radius: 5px;
        background: #FF5500;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 33px;
        text-align: center;
        padding: 12px 20px;
        min-width: 219px;
        max-width: 245px; }
        @media screen and (max-width: 599px) {
          .mastfooter__subscribe form input[type="submit"] {
            margin: 0 auto; } }
  .mastfooter__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-column-gap: 124px;
       -moz-column-gap: 124px;
            column-gap: 124px;
    row-gap: 70px;
    width: -webkit-calc(100% - 535px);
    width: -moz-calc(100% - 535px);
    width: calc(100% - 535px); }
    @media screen and (max-width: 1199px) {
      .mastfooter__right {
        width: -webkit-calc(100% - 430px);
        width: -moz-calc(100% - 430px);
        width: calc(100% - 430px);
        -webkit-column-gap: 100px;
           -moz-column-gap: 100px;
                column-gap: 100px; } }
    @media screen and (max-width: 959px) {
      .mastfooter__right {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px; } }
    @media screen and (max-width: 779px) {
      .mastfooter__right {
        width: 100%; } }
    @media screen and (max-width: 599px) {
      .mastfooter__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center; } }
    @media screen and (max-width: 599px) {
      .mastfooter__right .top, .mastfooter__right .bottom {
        text-align: center; } }
    .mastfooter__right .top {
      margin-bottom: 71px; }
      @media screen and (max-width: 599px) {
        .mastfooter__right .top {
          margin-bottom: 38px; } }
    .mastfooter__right-menu h4 {
      color: #fff;
      margin-bottom: 16px; }
      @media screen and (max-width: 599px) {
        .mastfooter__right-menu h4 {
          text-align: center; } }
    .mastfooter__right-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .mastfooter__right-menu ul li {
        margin-bottom: 9px; }
        .mastfooter__right-menu ul li a {
          font-size: 16px;
          line-height: 23px;
          font-weight: 300;
          color: #fff;
          display: block; }
          @media screen and (max-width: 599px) {
            .mastfooter__right-menu ul li a {
              text-align: center; } }
          .mastfooter__right-menu ul li a:hover {
            text-decoration: underline; }
    .mastfooter__right-last .top h4 {
      margin-bottom: 24px; }
    .mastfooter__right-last .top ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center; }
      @media screen and (max-width: 599px) {
        .mastfooter__right-last .top ul {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
                  justify-content: center; } }
      @media screen and (max-width: 599px) {
        .mastfooter__right-last .top ul li {
          margin: 0 7px; } }
      .mastfooter__right-last .top ul li + li {
        margin-left: 14.5px; }
        @media screen and (max-width: 599px) {
          .mastfooter__right-last .top ul li + li {
            margin-left: 7px; } }
      .mastfooter__right-last .top ul li.tiktok {
        background: #FF5500;
        border-radius: 50%; }
    .mastfooter__right-last .bottom a {
      display: block;
      margin-bottom: 16px; }
    .mastfooter__right-last .bottom p {
      font-weight: 300px;
      color: #fff; }

.floating-icon-wp {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 15px;
  background-color: #25d366;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  z-index: 999; }
  @media only screen and (max-width: 375px) {
    .floating-icon-wp {
      width: 50px;
      height: 50px; } }

.blog-cat {
  padding: 180px 0 0; }
  @media screen and (max-width: 959px) {
    .blog-cat {
      padding-top: 130px; } }
  .blog-cat h1 {
    color: #003341;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    max-width: 844px;
    margin: 0 auto 84px; }
    @media screen and (max-width: 959px) {
      .blog-cat h1 {
        margin: 0 auto 30px; } }
  .blog-cat .articles-listing__list {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (max-width: 1199px) {
      .blog-cat .articles-listing__list {
        gap: 45px 30px; } }
    @media screen and (max-width: 959px) {
      .blog-cat .articles-listing__list {
        grid-template-columns: 1fr 1fr; } }

.blog-single {
  padding: 111px 0 0;
  position: relative; }
  @media screen and (max-width: 959px) {
    .blog-single {
      padding-top: 94px; } }
  @media screen and (max-width: 779px) {
    .blog-single__top-intro {
      position: relative;
      margin-bottom: 219px; } }
  .blog-single__top {
    margin-bottom: 65px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 779px) {
      .blog-single__top {
        margin-bottom: 45px;
        position: relative; } }
    .blog-single__top h1 {
      width: 100%;
      max-width: 567px;
      margin-bottom: 22px;
      padding-right: 30px;
      position: relative; }
      @media screen and (max-width: 779px) {
        .blog-single__top h1 {
          position: static;
          max-width: 340px;
          margin-bottom: 17px; } }
      .blog-single__top h1:after {
        content: '';
        position: absolute;
        top: 20px;
        left: -webkit-calc(100% - 30px);
        left: -moz-calc(100% - 30px);
        left: calc(100% - 30px);
        background: url(../img/svg/progress-shape-orange.svg);
        -webkit-background-size: 211px 144px;
                background-size: 211px 144px;
        width: 211px;
        height: 144px;
        display: block; }
        @media screen and (max-width: 779px) {
          .blog-single__top h1:after {
            top: -webkit-calc(100% + 32px);
            top: -moz-calc(100% + 32px);
            top: calc(100% + 32px);
            left: 0; } }
    .blog-single__top .date {
      font-family: "Mulish", sans-serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 45px;
      color: #64848C;
      margin-bottom: 7px; }
      @media screen and (max-width: 779px) {
        .blog-single__top .date {
          font-size: 24px;
          line-height: 33px;
          margin-bottom: 6px; } }
    .blog-single__top .time-to-read {
      color: #003341;
      font-size: 16px;
      font-weight: 300;
      line-height: 23px; }
    .blog-single__top .thumbnail {
      margin-top: 57px; }
      @media screen and (max-width: 599px) {
        .blog-single__top .thumbnail {
          display: none; } }

.page-template-page__join-company .mastheader .mastheader__btns_comp {
  display: none; }

.page-template-page__join-dev .mastheader .mastheader__btns_dev {
  display: none; }

body.no-scroll {
  overflow: hidden; }

.join-shortcode {
  position: relative;
  padding: 51px 0 173px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(rgba(255, 85, 0, 0.07)));
  background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%);
  background: -moz-linear-gradient(top, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%); }
  @media screen and (max-width: 599px) {
    .join-shortcode {
      display: none;
      padding: 20px 0 25px;
      max-height: 100vh;
      overflow: auto; } }
  @media screen and (min-width: 959px) {
    .join-shortcode .selectric-scroll::-webkit-scrollbar, .join-shortcode .form-autocomplete-suggestions::-webkit-scrollbar {
      width: 4px;
      border-radius: 1px; }
    .join-shortcode .selectric-scroll::-webkit-scrollbar-track, .join-shortcode .form-autocomplete-suggestions::-webkit-scrollbar-track {
      background: #324A50;
      border-radius: 1px; }
    .join-shortcode .selectric-scroll::-webkit-scrollbar-thumb, .join-shortcode .form-autocomplete-suggestions::-webkit-scrollbar-thumb {
      background: #FF5500;
      border-radius: 1px; }
    .join-shortcode .selectric-scroll::-webkit-scrollbar-thumb:hover, .join-shortcode .form-autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
      background: #FF5500; } }
  @media screen and (max-width: 599px) {
    .join-shortcode.form-fixed {
      position: fixed;
      z-index: 999999;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background: #fff; } }
  @media screen and (max-width: 599px) {
    .join-shortcode section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between;
      min-height: -webkit-calc(100vh - 144px);
      min-height: -moz-calc(100vh - 144px);
      min-height: calc(100vh - 144px); } }
  .join-shortcode section[hidden] {
    display: block; }
    @media screen and (max-width: 599px) {
      .join-shortcode section[hidden] {
        display: none; } }
  .join-shortcode .flatpickr-calendar {
    background: #003341;
    -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px; }
    .join-shortcode .flatpickr-calendar.arrowTop:before, .join-shortcode .flatpickr-calendar.arrowTop:after {
      content: none; }
    .join-shortcode .flatpickr-calendar span.flatpickr-weekday {
      font-family: "Mulish", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #eee; }
    .join-shortcode .flatpickr-calendar .flatpickr-day {
      color: #eee;
      border-radius: 6px;
      font-size: 14px;
      line-height: 37px;
      height: 37px; }
      .join-shortcode .flatpickr-calendar .flatpickr-day:hover {
        color: #eee;
        background: transparent; }
      .join-shortcode .flatpickr-calendar .flatpickr-day.nextMonthDay {
        color: rgba(238, 238, 238, 0.5); }
      .join-shortcode .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
        color: rgba(0, 0, 0, 0.25); }
    .join-shortcode .flatpickr-calendar .flatpickr-current-month {
      font-family: "Mulish", sans-serif;
      padding-bottom: 9px;
      height: 40px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 600; }
      .join-shortcode .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
        margin-right: 10px; }
      .join-shortcode .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
        font-weight: 600; }
      .join-shortcode .flatpickr-calendar .flatpickr-current-month input.cur-year {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600; }
    .join-shortcode .flatpickr-calendar .flatpickr-weekdays {
      padding-top: 8px;
      height: 40px; }
  .join-shortcode .flatpickr-months .flatpickr-month {
    color: #eee;
    padding-bottom: 10px;
    height: 40px; }
  .join-shortcode .wpcf7 {
    position: relative;
    z-index: 3; }
    .join-shortcode .wpcf7 input {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0; }
    .join-shortcode .wpcf7 .wpcf7-not-valid-tip {
      font-size: 14px !important;
      color: #dc3232 !important;
      padding: 5px 0 0; }
    .join-shortcode .wpcf7 .wpcf7-form.invalid .join-form section {
      min-height: initial; }
      .join-shortcode .wpcf7 .wpcf7-form.invalid .join-form section:last-child {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
                justify-content: flex-end; }
  .join-shortcode__form {
    width: 100%;
    max-width: 468px;
    margin: 0 auto; }
    .join-shortcode__form.video-is-playing .wpcf7 {
      opacity: 0;
      visibility: hidden; }
    .join-shortcode__form.video-is-playing .join-shortcode__video {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center; }
  .join-shortcode__video {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #fff;
    display: none; }
    .join-shortcode__video video {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin: 0 auto; }
  @media screen and (max-width: 779px) {
    .join-shortcode__video-desktop {
      display: none; } }
  .join-shortcode__video-mobile {
    display: none; }
    @media screen and (max-width: 779px) {
      .join-shortcode__video-mobile {
        display: block; } }

.join-form__back {
  position: relative;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #003341;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 15px;
  display: none; }
  @media screen and (max-width: 599px) {
    .join-form__back {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; } }
  .join-form__back:before {
    content: '';
    display: block;
    width: 21px;
    height: 12px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 10px; }

.join-form__tabs {
  display: none;
  margin-bottom: 32px; }
  @media screen and (max-width: 599px) {
    .join-form__tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      gap: 5px; } }
  .join-form__tabs-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding-bottom: 11px;
    position: relative; }
    .join-form__tabs-item:after {
      content: '';
      width: 100%;
      position: absolute;
      height: 4px;
      left: 0;
      bottom: 0;
      background: rgba(100, 132, 140, 0.3);
      border-radius: 4px; }
    .join-form__tabs-item[data-complete="true"]:after {
      background: #003341; }
    .join-form__tabs-item[data-complete="true"] span {
      visibility: visible;
      opacity: 1; }
    .join-form__tabs-item[aria-selected="true"]:after {
      background: rgba(100, 132, 140, 0.65); }
    .join-form__tabs-item[aria-selected="true"] span {
      visibility: visible;
      opacity: 1; }
    .join-form__tabs-item span {
      font-family: "Mulish", sans-serif;
      font-size: 16px;
      line-height: 23px;
      font-weight: 400;
      opacity: 0;
      visibility: hidden; }

.join-form--dev .join-form__back:before {
  background: url(../img/svg/select-dropdown.svg) center no-repeat;
  -webkit-background-size: 21px 12px;
          background-size: 21px 12px; }

.join-form--dev .form-search-autocomplete:after {
  background: url(../img/svg/select-dropdown.svg) center no-repeat; }

.join-form--dev .form-select-industry .label:after {
  background: url(../img/svg/select-dropdown.svg) center no-repeat; }

.join-form--dev .form-select-industry .select-tags > span button {
  background: url(../img/svg/orange-x.svg) center no-repeat; }

.join-form--dev .form-search-autocomplete .form-autocomplete-suggestions li:before, .join-form--dev .form-search-skills .form-autocomplete-suggestions li:before {
  border-bottom: 1px solid #003341; }

.join-form--dev .form-search-autocomplete .form-autocomplete-suggestions li label:before, .join-form--dev .form-search-skills .form-autocomplete-suggestions li label:before {
  border: 1px solid #003341; }

.join-form--dev .form-search-autocomplete .form-autocomplete-suggestions li label:after, .join-form--dev .form-search-skills .form-autocomplete-suggestions li label:after {
  background: url(../img/svg/orange-x.svg) center no-repeat; }

.join-form--dev .join-form__tabs-item[data-complete="true"]:after {
  background: #003341; }

.join-form--dev .join-form__tabs-item span {
  color: #003341; }

.join-form--dev .mandatory {
  color: #FF5500; }

.join-form--dev input[type="range"]::-moz-range-track, .join-form--dev input[type="range"]::-moz-range-thumb, .join-form--dev input[type="range"]::-ms-track {
  background: #003341; }

.join-form--dev input[type="range"]::-moz-range-track {
  background: #003341; }

.join-form--dev input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  background: #FF5500;
  border-radius: 50%;
  margin-top: -10px;
  cursor: pointer; }

.join-form--dev input[type="range"]::-ms-thumb {
  border: 1px solid #003341; }

.join-form--dev .custom-upload input[type="button"] {
  background: url(../img/svg/upload-company.svg) center no-repeat;
  -webkit-background-size: 26px 25px;
          background-size: 26px 25px; }

.join-form--dev .custom-upload .mfcf7-zl-multifile-name {
  color: #003341; }

.join-form--dev button.next {
  background: #003341;
  border: 1px solid #003341; }
  .join-form--dev button.next:hover {
    background: transparent; }

.join-form--dev .flatpickr-calendar .flatpickr-day.today {
  border-color: #FF5500; }

.join-form--dev .flatpickr-months .flatpickr-prev-month, .join-form--dev .flatpickr-months .flatpickr-next-month {
  fill: #FF5500; }

.join-form--dev .flatpickr-months .flatpickr-month {
  border-bottom: 1px solid #003341; }

.join-form--dev .flatpickr-calendar .flatpickr-day.selected {
  background: #FF5500;
  border-color: #FF5500; }

.join-form--dev .flatpickr-calendar .flatpickr-day:hover {
  border-color: #FF5500; }

.join-form--dev .form-search-skills .select-tags-skills > span .remove {
  background: url(../img/svg/orange-x.svg) center no-repeat; }

.join-form--dev .form-search-skills .select-tags-skills .exp button.decrement-button {
  background: url(../img/svg/icon-decrement-orange.svg) center no-repeat;
  -webkit-background-size: 8px 2px;
          background-size: 8px 2px; }

.join-form--dev .form-search-skills .select-tags-skills .exp button.increment-button {
  background: url(../img/svg/icon-increment-orange.svg) center no-repeat;
  -webkit-background-size: 8px 8px;
          background-size: 8px 8px; }

@media screen and (max-width: 599px) {
  .join-form--dev .form-select .label, .join-form--dev .form-select-language .label, .join-form--dev .form-date .label, .join-form--dev .form-search-autocomplete .label, .join-form--dev .form-search-skills .label {
    padding-right: 26px; } }

.join-form--dev .form-select .label:after, .join-form--dev .form-select-language .label:after, .join-form--dev .form-date .label:after, .join-form--dev .form-search-autocomplete .label:after, .join-form--dev .form-search-skills .label:after {
  background: url(../img/svg/select-dropdown.svg) center no-repeat; }

.join-form--dev .form-select .select-tags > span button, .join-form--dev .form-select .select-tags-languages > span button, .join-form--dev .form-select-language .select-tags > span button, .join-form--dev .form-select-language .select-tags-languages > span button, .join-form--dev .form-date .select-tags > span button, .join-form--dev .form-date .select-tags-languages > span button, .join-form--dev .form-search-autocomplete .select-tags > span button, .join-form--dev .form-search-autocomplete .select-tags-languages > span button, .join-form--dev .form-search-skills .select-tags > span button, .join-form--dev .form-search-skills .select-tags-languages > span button {
  background: url(../img/svg/orange-x.svg) center no-repeat; }

.join-form--dev .form-select-language .profeciency-level input + .check {
  border: 1px solid #003341; }
  .join-form--dev .form-select-language .profeciency-level input + .check:after {
    background: url(../img/svg/orange-x.svg) center no-repeat; }

.join-form--dev .selectric-items li:before {
  border: 1px solid #003341; }

.join-form--dev .selectric-items li:after {
  background: url(../img/svg/orange-x.svg) center no-repeat; }

.join-form--dev .selectric-items:hover {
  color: #003341; }

.join-form #skillsFinal, .join-form #countriesFinal {
  display: none !important; }

.join-form .form-floating {
  position: relative; }
  .join-form .form-floating.label-up > label {
    font-size: 16px;
    line-height: 18px;
    top: -14px; }
    @media screen and (max-width: 959px) {
      .join-form .form-floating.label-up > label {
        top: -18px; } }
  .join-form .form-floating label {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    transition: ease .2s; }

.join-form .label {
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  color: #003341;
  display: block; }
  .join-form .label .label-extra {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 6px;
    color: #eee; }

.join-form .label-upload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-right: 35px;
  min-height: 44px; }
  .join-form .label-upload > span {
    width: 55%; }

.join-form .custom-upload #mfcf7_zl_multifilecontainer {
  margin: 0; }
  .join-form .custom-upload #mfcf7_zl_multifilecontainer p {
    margin: 0; }

.join-form .custom-upload p {
  font-size: 0;
  line-height: 0;
  margin: 0; }
  .join-form .custom-upload p span {
    font-size: 14px;
    line-height: 20px;
    color: #fff; }
  .join-form .custom-upload p label span.wpcf7-not-valid-tip {
    display: none !important; }

.join-form .custom-upload .wpcf7-form-control-wrap {
  position: static; }

.join-form .custom-upload input[type="button"] {
  position: absolute;
  top: 10px;
  right: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-background-size: 26px 25px;
          background-size: 26px 25px;
  padding: 0;
  width: 26px;
  height: 25px;
  cursor: pointer; }

.join-form .custom-upload .delete-file {
  font-size: 10px;
  padding-left: 5px; }

.join-form .mandatory {
  font-size: 24px; }

.join-form .optional {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #64848C; }

.join-form .form__field {
  margin-bottom: 26px;
  position: relative; }
  .join-form .form__field span.wpcf7-not-valid-tip.custom-tip {
    padding-top: 10px; }
  .join-form .form__field.error .label, .join-form .form__field.error input[type="text"], .join-form .form__field.error input[type="number"], .join-form .form__field.error input[type="email"] {
    border-bottom-color: #dc3232; }
  .join-form .form__field.error .mandatory, .join-form .form__field.error .label-upload {
    color: #dc3232; }

.join-form .side-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 33px;
  font-weight: 700;
  color: #fff; }
  .join-form .side-fields .side {
    width: -webkit-calc(50% - 31px);
    width: -moz-calc(50% - 31px);
    width: calc(50% - 31px);
    position: relative; }
    .join-form .side-fields .side:after {
      content: '€';
      font-family: "Mulish", sans-serif;
      font-size: 14px;
      color: #003341;
      line-height: 33px;
      font-weight: 700;
      position: absolute;
      right: 0;
      top: 0; }
  .join-form .side-fields input[type="number"] {
    height: 33px;
    color: #003341;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding-right: 15px;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .join-form .side-fields input[type="number"]::-webkit-inner-spin-button, .join-form .side-fields input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .join-form .side-fields input[type="number"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #003341;
      font-size: 14px; }
    .join-form .side-fields input[type="number"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #003341;
      font-size: 14px; }
    .join-form .side-fields input[type="number"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #003341;
      font-size: 14px; }
    .join-form .side-fields input[type="number"]:-moz-placeholder {
      /* Firefox 18- */
      color: #003341;
      font-size: 14px; }

.join-form button.next {
  padding: 12px 50px;
  font-size: 20px;
  font-weight: 800;
  line-height: 33px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: none; }
  @media screen and (max-width: 599px) {
    .join-form button.next {
      display: inline-block; } }

.join-form input[type="text"], .join-form input[type="email"] {
  font-family: "Mulish", sans-serif;
  height: 45px;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #003341;
  border-bottom: 1px solid #C4C4C4; }
  .join-form input[type="text"]::-webkit-input-placeholder, .join-form input[type="email"]::-webkit-input-placeholder {
    color: #003341;
    font-size: 14px; }
  .join-form input[type="text"]::-moz-placeholder, .join-form input[type="email"]::-moz-placeholder {
    color: #003341;
    font-size: 14px; }
  .join-form input[type="text"]:-ms-input-placeholder, .join-form input[type="email"]:-ms-input-placeholder {
    color: #003341;
    font-size: 14px; }
  .join-form input[type="text"]:-moz-placeholder, .join-form input[type="email"]:-moz-placeholder {
    color: #003341;
    font-size: 14px; }

.join-form .form-range {
  position: relative; }
  .join-form .form-range .label {
    margin-bottom: 51px; }
  .join-form .form-range .range-side-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    color: #003341; }

.join-form .floating-range-label {
  position: absolute;
  width: 150px;
  bottom: 47px;
  left: -27.6667px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  color: #003341; }

.join-form input[type="range"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  /* IE */ }
  .join-form input[type="range"]::-webkit-slider-runnable-track {
    background: #D9D9D9;
    border-radius: 4px;
    width: 100%;
    height: 3px;
    cursor: pointer; }
  .join-form input[type="range"]::-moz-range-track {
    border-radius: 4px;
    width: 100%;
    height: 3px;
    cursor: pointer; }
  .join-form input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    margin-top: -7px;
    cursor: pointer; }
  .join-form input[type="range"]::-ms-track {
    border-radius: 4px;
    width: 100%;
    height: 14px;
    cursor: pointer; }
  .join-form input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid purple;
    margin-top: -7px;
    cursor: pointer; }

.join-form input[type="submit"] {
  display: block;
  width: 245px;
  margin: 74px auto 0;
  border-radius: 5px;
  cursor: pointer; }

.join-form .form-select .label, .join-form .form-select-language .label, .join-form .form-search-autocomplete .label {
  position: relative;
  padding-bottom: 11px;
  border-bottom: 1px solid #C4C4C4;
  cursor: pointer; }
  .join-form .form-select .label:after, .join-form .form-select-language .label:after, .join-form .form-search-autocomplete .label:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-background-size: 21px 12px;
            background-size: 21px 12px;
    width: 21px;
    height: 12px; }
  .join-form .form-select .label.is-active:after, .join-form .form-select-language .label.is-active:after, .join-form .form-search-autocomplete .label.is-active:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.join-form .form-select-industry.is-active .label {
  border-bottom: 0;
  padding-bottom: 0; }
  .join-form .form-select-industry.is-active .label:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.join-form .form-select-industry.is-active .wpcf7-form-control-wrap {
  display: block; }
  .join-form .form-select-industry.is-active .wpcf7-form-control-wrap + .wpcf7-form-control-wrap .selectric-wrapper {
    display: block; }

.join-form .form-select-industry .wpcf7-form-control-wrap {
  display: none; }
  .join-form .form-select-industry .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    display: block; }
    .join-form .form-select-industry .wpcf7-form-control-wrap + .wpcf7-form-control-wrap .selectric-wrapper {
      display: none; }

.join-form .form-select-industry .selectric-items {
  display: block !important;
  width: 100%; }
  .join-form .form-select-industry .selectric-items .selectric-scroll {
    max-height: 164px;
    height: auto; }

.join-form .form-select-industry .label {
  padding-bottom: 11px;
  border-bottom: 1px solid #C4C4C4; }
  .join-form .form-select-industry .label:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-background-size: 21px 12px;
            background-size: 21px 12px;
    width: 21px;
    height: 12px; }

.join-form .form-select-industry .selectric-wrapper {
  width: 100%; }

.join-form .form-select-industry .select-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .join-form .form-select-industry .select-tags > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    padding: 5px 8px 5px 12px;
    border-radius: 30px;
    background: rgba(100, 132, 140, 0.65);
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 16px; }
    .join-form .form-select-industry .select-tags > span button {
      margin-top: -2px;
      margin-left: 7px;
      width: 16px;
      height: 16px;
      -webkit-background-size: 16px 16px;
              background-size: 16px 16px;
      cursor: pointer; }

.join-form .form-select select, .join-form .form-select-language select, .join-form .form-search-autocomplete select, .join-form .form-search-skills select {
  width: 172px; }

.join-form .form-select .select-tags, .join-form .form-select .select-tags-languages, .join-form .form-select-language .select-tags, .join-form .form-select-language .select-tags-languages, .join-form .form-search-autocomplete .select-tags, .join-form .form-search-autocomplete .select-tags-languages, .join-form .form-search-skills .select-tags, .join-form .form-search-skills .select-tags-languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .join-form .form-select .select-tags > span, .join-form .form-select .select-tags-languages > span, .join-form .form-select-language .select-tags > span, .join-form .form-select-language .select-tags-languages > span, .join-form .form-search-autocomplete .select-tags > span, .join-form .form-search-autocomplete .select-tags-languages > span, .join-form .form-search-skills .select-tags > span, .join-form .form-search-skills .select-tags-languages > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    padding: 5px 8px 5px 12px;
    border-radius: 30px;
    background: rgba(100, 132, 140, 0.65);
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 16px; }
    .join-form .form-select .select-tags > span button, .join-form .form-select .select-tags-languages > span button, .join-form .form-select-language .select-tags > span button, .join-form .form-select-language .select-tags-languages > span button, .join-form .form-search-autocomplete .select-tags > span button, .join-form .form-search-autocomplete .select-tags-languages > span button, .join-form .form-search-skills .select-tags > span button, .join-form .form-search-skills .select-tags-languages > span button {
      margin-top: -2px;
      margin-left: 7px;
      width: 16px;
      height: 16px;
      -webkit-background-size: 16px 16px;
              background-size: 16px 16px;
      cursor: pointer; }

.join-form .form-search-skills.is-active .label {
  border-bottom: 0;
  padding-bottom: 0; }
  .join-form .form-search-skills.is-active .label:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.join-form .form-search-skills.is-active > .wpcf7-form-control-wrap {
  display: block; }

.join-form .form-search-skills.is-active > .wpcf7-form-control-wrap[data-name="skills-final"] .selectric-wrapper {
  display: block; }

.join-form .form-search-skills > .wpcf7-form-control-wrap {
  display: none; }

.join-form .form-search-skills > .wpcf7-form-control-wrap[data-name="skills-final"] {
  display: block; }
  .join-form .form-search-skills > .wpcf7-form-control-wrap[data-name="skills-final"] .selectric-wrapper {
    display: none; }

.join-form .form-search-skills .selectric-items {
  display: block !important;
  width: 100%; }
  .join-form .form-search-skills .selectric-items .selectric-scroll {
    max-height: 164px;
    height: auto; }
  .join-form .form-search-skills .selectric-items li {
    padding-right: 15px; }

.join-form .form-search-skills .label {
  padding-bottom: 11px;
  border-bottom: 1px solid #C4C4C4; }
  .join-form .form-search-skills .label:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-background-size: 21px 12px;
            background-size: 21px 12px;
    width: 21px;
    height: 12px; }
  .join-form .form-search-skills .label.is-active:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.join-form .form-search-skills .selectric-wrapper {
  width: 100%; }

.join-form .form-search-skills .select-tags-skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .join-form .form-search-skills .select-tags-skills > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    padding: 6px 8px 8px 12px;
    border-radius: 10px;
    background: rgba(100, 132, 140, 0.65);
    margin-right: 16px;
    margin-top: 16px; }
    .join-form .form-search-skills .select-tags-skills > span > span:nth-child(1) {
      width: 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between; }
    .join-form .form-search-skills .select-tags-skills > span .remove {
      margin-top: -2px;
      margin-left: 7px;
      display: block;
      width: 16px;
      height: 16px;
      -webkit-background-size: 16px 16px;
              background-size: 16px 16px;
      cursor: pointer; }
  .join-form .form-search-skills .select-tags-skills .exp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding-top: 4px; }
    .join-form .form-search-skills .select-tags-skills .exp span:nth-child(1) {
      font-family: "Mulish", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 23px;
      margin-right: 8px;
      color: #fff; }
    .join-form .form-search-skills .select-tags-skills .exp span:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between; }
    .join-form .form-search-skills .select-tags-skills .exp button {
      font-family: "Mulish", sans-serif;
      font-size: 20px;
      line-height: 23px;
      padding: 0;
      width: 20px;
      height: 23px;
      color: #fff;
      cursor: pointer; }
    .join-form .form-search-skills .select-tags-skills .exp input[type=number] {
      width: 14px;
      padding: 0;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      color: #fff;
      -moz-appearance: textfield; }
      .join-form .form-search-skills .select-tags-skills .exp input[type=number]::-webkit-outer-spin-button, .join-form .form-search-skills .select-tags-skills .exp input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .join-form .form-search-skills .select-tags-skills .exp input[type=number] + button {
        font-size: 16px; }

.join-form .form-search-autocomplete #countryRegion, .join-form .form-search-autocomplete .form-autocomplete-suggestions {
  display: none; }

.join-form .form-search-autocomplete .form-autocomplete-suggestions li:before {
  display: inline-block;
  content: attr(data-type);
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #003341;
  margin-top: 8px;
  margin-bottom: 12.5px; }

.join-form .form-search-autocomplete .form-autocomplete-suggestions li.continent-suggestion + .continent-suggestion:before {
  content: none; }

.join-form .form-search-autocomplete .form-autocomplete-suggestions li.region-suggestion + .region-suggestion:before {
  content: none; }

.join-form .form-search-autocomplete .form-autocomplete-suggestions li.country-suggestion + .country-suggestion:before {
  content: none; }

.join-form .form-search-autocomplete.is-active-parent .label {
  border-bottom: 0;
  padding-bottom: 0; }

.join-form .form-search-autocomplete.is-active-parent .form-autocomplete-suggestions {
  margin-top: 20px; }

.join-form .form-search-autocomplete.is-active-parent #countryRegion, .join-form .form-search-autocomplete.is-active-parent .form-autocomplete-suggestions {
  display: block; }

.join-form .form-select.form-select-timezones .selectric-wrapper {
  width: 285px; }

.join-form .form-search-autocomplete .form-autocomplete-suggestions, .join-form .form-search-skills .form-autocomplete-suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 164px;
  overflow: auto; }
  .join-form .form-search-autocomplete .form-autocomplete-suggestions li, .join-form .form-search-skills .form-autocomplete-suggestions li {
    margin-bottom: 1px; }
    .join-form .form-search-autocomplete .form-autocomplete-suggestions li input[type="checkbox"], .join-form .form-search-skills .form-autocomplete-suggestions li input[type="checkbox"] {
      display: none; }
      .join-form .form-search-autocomplete .form-autocomplete-suggestions li input[type="checkbox"]:checked + label:after, .join-form .form-search-skills .form-autocomplete-suggestions li input[type="checkbox"]:checked + label:after {
        opacity: 1;
        visibility: visible; }
    .join-form .form-search-autocomplete .form-autocomplete-suggestions li label, .join-form .form-search-skills .form-autocomplete-suggestions li label {
      font-family: "Mulish", sans-serif;
      font-size: 16px;
      color: #003341;
      font-weight: 300;
      line-height: 23px;
      position: relative;
      padding: 0 0 1px 19px;
      display: block;
      cursor: pointer; }
      .join-form .form-search-autocomplete .form-autocomplete-suggestions li label:after, .join-form .form-search-autocomplete .form-autocomplete-suggestions li label:before, .join-form .form-search-skills .form-autocomplete-suggestions li label:after, .join-form .form-search-skills .form-autocomplete-suggestions li label:before {
        content: '';
        position: absolute;
        display: block; }
      .join-form .form-search-autocomplete .form-autocomplete-suggestions li label:before, .join-form .form-search-skills .form-autocomplete-suggestions li label:before {
        top: 3px;
        left: 0;
        width: 12px;
        height: 12px;
        border-radius: 3px; }
      .join-form .form-search-autocomplete .form-autocomplete-suggestions li label:after, .join-form .form-search-skills .form-autocomplete-suggestions li label:after {
        left: 1px;
        top: 4px;
        width: 12px;
        height: 12px;
        -webkit-background-size: 12px 12px;
                background-size: 12px 12px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s; }

.join-form .form-search-autocomplete .select-tags, .join-form .form-search-skills .select-tags {
  margin: 0; }
  .join-form .form-search-autocomplete .select-tags > span, .join-form .form-search-skills .select-tags > span {
    margin-bottom: 0;
    margin-top: 16px; }

.join-form .form-date {
  cursor: pointer; }
  .join-form .form-date .label {
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #C4C4C4; }
    .join-form .form-date .label:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 15px;
      -webkit-background-size: 21px 12px;
              background-size: 21px 12px;
      width: 21px;
      height: 12px; }
    .join-form .form-date .label.is-active:after {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .join-form .form-date .label.is-active + .wpcf7-form-control-wrap .flatpickr-calendar {
      display: block; }
    .join-form .form-date .label.is-active + .wpcf7-form-control-wrap input[type="text"] {
      display: block; }
      .join-form .form-date .label.is-active + .wpcf7-form-control-wrap input[type="text"].make-visible {
        margin-bottom: 10px; }
  .join-form .form-date .wpcf7-form-control-wrap .flatpickr-calendar {
    display: none; }
  .join-form .form-date input[type="text"] {
    font-size: 14px;
    color: #003341;
    height: auto;
    line-height: 14px;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: none; }
    .join-form .form-date input[type="text"].make-visible {
      margin-top: 16px;
      display: block; }

.join-form .form-select-language .profeciency-level {
  width: 100%; }
  .join-form .form-select-language .profeciency-level .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    color: #003341;
    margin-bottom: 9px; }
  .join-form .form-select-language .profeciency-level label {
    margin-right: 6px; }
  .join-form .form-select-language .profeciency-level input {
    display: none; }
    .join-form .form-select-language .profeciency-level input:checked + .check:after {
      opacity: 1;
      visibility: visible; }
    .join-form .form-select-language .profeciency-level input + .check {
      width: 12px;
      min-width: 12px;
      height: 12px;
      min-height: 12px;
      border-radius: 3px;
      display: inline-block;
      margin-right: 2px;
      position: relative; }
      .join-form .form-select-language .profeciency-level input + .check:after {
        content: '';
        position: absolute;
        display: block;
        left: -1px;
        top: -1px;
        width: 12px;
        height: 12px;
        -webkit-background-size: 12px 12px;
                background-size: 12px 12px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s; }

.join-form .selectric-wrapper {
  width: 177px; }

.join-form .selectric {
  height: 0;
  background: transparent;
  border: 0; }

.join-form .selectric-items {
  width: 172px;
  background: transparent;
  position: static;
  border: 0;
  padding-top: 24px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .join-form .selectric-items li {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #003341;
    padding: 0 0 1px 19px;
    position: relative; }
    .join-form .selectric-items li:before, .join-form .selectric-items li:after {
      content: '';
      position: absolute;
      display: block; }
    .join-form .selectric-items li:before {
      top: 3px;
      left: 0;
      width: 12px;
      height: 12px;
      border-radius: 3px; }
    .join-form .selectric-items li:after {
      left: 1px;
      top: 4px;
      width: 12px;
      height: 12px;
      -webkit-background-size: 12px 12px;
              background-size: 12px 12px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
    .join-form .selectric-items li:hover {
      background: transparent; }
    .join-form .selectric-items li.selected {
      background: transparent; }
      .join-form .selectric-items li.selected:after {
        opacity: 1;
        visibility: visible; }

.btn {
  font-family: "Mulish", sans-serif;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 33px;
  border-radius: 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }
  .btn.btn--primary {
    background-color: #FF5500;
    border: 1px solid #FF5500;
    min-width: 245px; }
    .btn.btn--primary:hover {
      color: #FF5500;
      background-color: transparent; }
  .btn.btn--secondary {
    padding: 11px 20px;
    min-width: 245px;
    background: transparent;
    color: #003341;
    border: 1px solid #003341; }
    .btn.btn--secondary:hover {
      background: #003341;
      color: #fff; }
  .btn.btn--chat {
    padding: 11px 20px;
    min-width: 185px;
    background: transparent;
    color: #128C7E;
    border: 1px solid #128C7E; }
    .btn.btn--chat:hover {
      background: #128C7E;
      color: #fff; }

.form-control {
  display: block;
  width: 100%;
  padding: 15px 17px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  background-clip: padding-box; }

.form-group {
  margin-bottom: 45px;
  position: relative; }
  @media screen and (max-width: 959px) {
    .form-group {
      margin-bottom: 30px; } }

input:disabled:not([type="submit"]) {
  pointer-events: none;
  cursor: not-allowed; }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #003341 !important; }

body.newsletter .mastcontent {
  text-align: center; }

.container {
  position: relative;
  width: 100%;
  padding-right: 23px;
  padding-left: 23px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1030px) {
    .container {
      max-width: 1196px; } }

.hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .hero__video video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media screen and (min-width: 599px) {
        .hero__video video.show-mobile {
          display: none; } }
      @media screen and (max-width: 599px) {
        .hero__video video.show-desktop {
          display: none; } }
  .hero--rv .hero__video {
    position: static; }
    .hero--rv .hero__video video {
      position: static;
      height: auto;
      max-height: -webkit-calc(100vh - 119px);
      max-height: -moz-calc(100vh - 119px);
      max-height: calc(100vh - 119px);
      -o-object-position: bottom;
         object-position: bottom; }
      @media screen and (max-width: 779px) {
        .hero--rv .hero__video video {
          max-height: -webkit-calc(100vh - 104px);
          max-height: -moz-calc(100vh - 104px);
          max-height: calc(100vh - 104px); } }
      @media screen and (max-width: 599px) {
        .hero--rv .hero__video video {
          max-height: -webkit-calc(100vh - 78px);
          max-height: -moz-calc(100vh - 78px);
          max-height: calc(100vh - 78px); } }
      @media screen and (min-height: 1000px) and (min-width: 1500px) {
        .hero--rv .hero__video video {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: bottom;
             object-position: bottom;
          max-height: 100vh; } }
  .hero .container {
    z-index: 2; }
    @media screen and (max-width: 779px) {
      .hero .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .hero__content {
    min-height: 735px;
    padding: 92px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 959px) {
      .hero__content {
        padding: 80px 0;
        min-height: -webkit-calc(100vh - 78px);
        min-height: -moz-calc(100vh - 78px);
        min-height: calc(100vh - 78px); } }
    .hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content p {
      color: #fff;
      margin-bottom: 12px; }
    .hero__content a:hover {
      text-decoration: underline; }

.join-teaser {
  position: relative;
  margin-bottom: 157px; }
  @media screen and (max-width: 779px) {
    .join-teaser {
      margin-bottom: 122px; } }
  .join-teaser__headings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
  .join-teaser__wrapper {
    padding: 32px 0 0;
    position: relative; }
    .join-teaser__wrapper h2 {
      margin-bottom: 96px;
      text-align: center; }
  .join-teaser__cards {
    list-style: none;
    margin: 0 0 102px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 46px; }
    @media screen and (max-width: 959px) {
      .join-teaser__cards {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 599px) {
      .join-teaser__cards {
        justify-items: center;
        grid-template-columns: 1fr;
        margin-bottom: 68px; } }
  .join-teaser__card {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative; }
    @media screen and (max-width: 599px) {
      .join-teaser__card {
        max-width: 237px; } }
    .join-teaser__card img {
      margin-bottom: 20px; }
    .join-teaser__card p {
      margin: 0; }
      .join-teaser__card p + p {
        margin-top: 20px; }
      .join-teaser__card p strong {
        font-weight: 600; }
  .join-teaser__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }

.process {
  margin-bottom: 139px;
  position: relative; }
  @media screen and (max-width: 779px) {
    .process {
      padding-top: 107px;
      margin-bottom: 88px; }
      .process:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -70px;
        background: url(../img/svg/process-shape.svg) center no-repeat;
        -webkit-background-size: 140px 96px;
                background-size: 140px 96px;
        width: 140px;
        height: 96px; } }
  @media screen and (max-width: 599px) {
    .process__cards {
      display: none; } }
  .process__cards-mobile {
    display: none; }
    @media screen and (max-width: 599px) {
      .process__cards-mobile {
        display: block;
        position: relative;
        left: -11px;
        width: -webkit-calc(100% + 22px);
        width: -moz-calc(100% + 22px);
        width: calc(100% + 22px); } }
    .process__cards-mobile .slick-slide > div {
      margin: 0 11px; }
  .process__top {
    margin-bottom: 86px; }
    @media screen and (max-width: 779px) {
      .process__top {
        margin-bottom: 61px; } }
    .process__top h1, .process__top h2 {
      margin-bottom: 12px; }
    .process__top h3 {
      color: #64848C; }
  .process__cards-group {
    display: grid;
    grid-template-columns: 373px 373px;
    gap: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-bottom: 41px;
    position: relative; }
    @media screen and (max-width: 959px) {
      .process__cards-group {
        padding: 0 54px;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 779px) {
      .process__cards-group {
        display: block;
        margin: 0;
        padding: 0; } }
    .process__cards-group:before, .process__cards-group:after {
      content: '';
      position: absolute;
      display: block;
      z-index: 1; }
      @media screen and (max-width: 779px) {
        .process__cards-group:before, .process__cards-group:after {
          content: none; } }
    .process__cards-group:before {
      height: 27px;
      width: 100%;
      top: 50%;
      margin-top: -13.5px;
      background: -webkit-gradient(linear, right top, left top, color-stop(34.98%, rgba(206, 225, 230, 0.42)), color-stop(100.23%, #FF5500));
      background: -webkit-linear-gradient(right, rgba(206, 225, 230, 0.42) 34.98%, #FF5500 100.23%);
      background: -moz-linear-gradient(right, rgba(206, 225, 230, 0.42) 34.98%, #FF5500 100.23%);
      background: linear-gradient(270deg, rgba(206, 225, 230, 0.42) 34.98%, #FF5500 100.23%); }
    .process__cards-group:after {
      top: -webkit-calc(50% - 124px);
      top: -moz-calc(50% - 124px);
      top: calc(50% - 124px);
      left: 0;
      background: url(../img/svg/process-shape.svg) center no-repeat;
      -webkit-background-size: 140px 96px;
              background-size: 140px 96px;
      width: 140px;
      height: 96px; }
    .process__cards-group:nth-child(even):before {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .process__cards-group:nth-child(even):after {
      left: auto;
      right: 0;
      -webkit-transform: rotate(-180deg);
         -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .process__card {
    border-radius: 14px;
    height: 100%;
    background-color: #003341;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 779px) {
      .process__card {
        margin-bottom: 44px; } }
    .process__card img {
      width: 100%;
      border-top-left-radius: 14px;
      border-top-right-radius: 14px; }
  .process__card-content {
    position: relative;
    background-color: #003341;
    color: #fff;
    top: -22px;
    padding: 22px 31px 27px 43px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px; }
    .process__card-content h3 {
      margin-bottom: 17px; }
      @media screen and (max-width: 779px) {
        .process__card-content h3 {
          font-size: 24px;
          line-height: 31px;
          margin-bottom: 16px; } }
    .process__card-content p {
      margin: 0; }

.testimonials {
  padding-top: 73px;
  margin-bottom: 109px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 85, 0, 0.07)), to(rgba(217, 217, 217, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 85, 0, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 85, 0, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 85, 0, 0.07) 0%, rgba(217, 217, 217, 0) 100%); }
  @media screen and (max-width: 779px) {
    .testimonials {
      margin-bottom: 58px; } }
  .testimonials .container {
    z-index: 5; }
  .testimonials__top h1, .testimonials__top h2 {
    margin-bottom: 12px; }
  .testimonials__top h3 {
    color: #64848C; }
  .testimonials__slides {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 766px;
    margin: 0 auto; }
  .testimonials__slide {
    padding: 5px; }
    .testimonials__slide-inner {
      border-radius: 25px;
      -webkit-box-shadow: 0px 4px 4px 0px #0C4D5F33;
              box-shadow: 0px 4px 4px 0px #0C4D5F33;
      background: #FCFCFC;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      padding: 48px 48px 47px;
      position: relative;
      margin-top: 151px; }
      @media screen and (max-width: 779px) {
        .testimonials__slide-inner {
          margin-top: 63px; } }
      .testimonials__slide-inner:before {
        content: '';
        position: absolute;
        top: -89px;
        left: 56px;
        background: url(../img/testimonials-quote.png) center no-repeat;
        -webkit-background-size: 162.5px 130.5px;
        background-size: 162.5px 130.5px;
        width: 162.5px;
        height: 130.5px; }
        @media screen and (max-width: 779px) {
          .testimonials__slide-inner:before {
            top: -53px;
            left: 25px;
            -webkit-background-size: 116px 93px;
                    background-size: 116px 93px;
            width: 116px;
            height: 93px; } }
    .testimonials__slide img {
      margin-bottom: 19px; }
    .testimonials__slide p {
      color: #1B1B1B;
      text-align: center;
      font-weight: 300;
      color: #003341;
      width: 100%;
      max-width: 528px;
      margin: 0 auto; }
      .testimonials__slide p.cite {
        font-weight: 900;
        margin-top: 16px; }

.text-content {
  padding: 159px 0 100px; }
  @media screen and (max-width: 779px) {
    .text-content {
      padding: 71px 0 41px; } }
  .text-content h1, .text-content h2, .text-content h3, .text-content h4 {
    color: #003341;
    margin-bottom: 12px; }
  .text-content h1 + h2 {
    color: #64848C;
    margin-bottom: 10px; }
  .text-content h2 + h3 {
    color: #64848C;
    margin-bottom: 10px; }
  .text-content h3 + h4 {
    color: #64848C;
    margin-bottom: 10px; }
  .text-content p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300; }
  .text-content__inner {
    width: 100%;
    max-width: 715px;
    margin: 0 auto; }
  .text-content__button {
    text-align: center; }
  .text-content__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-top: 38px; }
  .text-content__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 0 26px;
    margin-bottom: 42px; }
  .text-content--advanced {
    padding-top: 100px;
    padding-bottom: 126px; }
    @media screen and (max-width: 779px) {
      .text-content--advanced {
        padding: 56px 0 72px; } }
    .text-content--advanced h1, .text-content--advanced h2, .text-content--advanced h3, .text-content--advanced h4 {
      margin-bottom: 15px; }
    .text-content--advanced .text-content__inner {
      max-width: 455px; }

.section-contact {
  padding-top: 116px;
  margin-bottom: 98px; }
  @media screen and (max-width: 959px) {
    .section-contact {
      margin-bottom: 38px; } }
  @media screen and (max-width: 779px) {
    .section-contact {
      padding-top: 78px; } }
  .section-contact__top {
    margin-bottom: 105px;
    color: #003341; }
    .section-contact__top h1, .section-contact__top h2, .section-contact__top h3, .section-contact__top h4 {
      margin-bottom: 15px; }
    .section-contact__top h3 {
      color: #64848C; }
  .section-contact__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .section-contact__row {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .section-contact__image {
    width: 100%;
    max-width: -webkit-calc(100% - 471px);
    max-width: -moz-calc(100% - 471px);
    max-width: calc(100% - 471px);
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 1199px) {
      .section-contact__image {
        max-width: 334px;
        padding-right: 0; } }
    @media screen and (max-width: 959px) {
      .section-contact__image {
        margin-top: 60px;
        max-width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2; } }
    @media screen and (max-width: 959px) {
      .section-contact__image img {
        width: 300px;
        height: auto;
        margin: 0 auto; } }
  .section-contact__form {
    width: 100%;
    max-width: 471px; }
    @media screen and (max-width: 959px) {
      .section-contact__form {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
                order: 1;
        max-width: 100%; } }
    .section-contact__form .wpcf7-form {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      font-family: "Mulish", sans-serif; }
      .section-contact__form .wpcf7-form p {
        margin: 0; }
      .section-contact__form .wpcf7-form .wpcf7-response-output {
        font-size: 16px;
        line-height: 25px; }
    .section-contact__form .title {
      font-size: 20px;
      font-weight: 700;
      line-height: 33px;
      color: #003341;
      margin-bottom: 20px; }
    .section-contact__form .form-group {
      display: block;
      width: 100%; }
      .section-contact__form .form-group.label-up label {
        font-size: 16px;
        line-height: 23px;
        top: -23px; }
        @media screen and (max-width: 959px) {
          .section-contact__form .form-group.label-up label {
            top: -18px; } }
      .section-contact__form .form-group.form-group--regular label {
        position: static; }
      .section-contact__form .form-group .wpcf7-not-valid-tip {
        font-size: 13px;
        line-height: 20px;
        padding-top: 5px; }
      .section-contact__form .form-group p {
        margin: 0; }
      .section-contact__form .form-group label {
        font-family: "Mulish", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px;
        color: #003341;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        -webkit-transition: ease .2s;
        -moz-transition: ease .2s;
        transition: ease .2s; }
      .section-contact__form .form-group input[type="text"], .section-contact__form .form-group input[type="tel"], .section-contact__form .form-group input[type="email"] {
        font-family: "Mulish", sans-serif;
        font-size: 14px;
        border: none;
        height: 45px;
        color: #003341;
        border-bottom: 1px solid #C4C4C4;
        display: block;
        width: 100%;
        position: relative;
        z-index: 2; }
        .section-contact__form .form-group input[type="text"]:focus, .section-contact__form .form-group input[type="tel"]:focus, .section-contact__form .form-group input[type="email"]:focus {
          border-bottom-color: #003341; }
      .section-contact__form .form-group .wpcf7-form-control-wrap {
        display: block; }
    .section-contact__form textarea {
      font-family: "Mulish", sans-serif;
      font-size: 14px;
      display: block;
      width: 100%;
      height: 80px;
      resize: none;
      border-bottom: 2px solid #C4C4C4; }
      .section-contact__form textarea:focus {
        border-bottom-color: #003341; }
    .section-contact__form .form-group-radio {
      padding-bottom: 66px;
      border-bottom: 2.5px solid #c4c4c4;
      margin-bottom: 31px; }
      @media screen and (max-width: 779px) {
        .section-contact__form .form-group-radio {
          padding-bottom: 46px; } }
      .section-contact__form .form-group-radio .title p {
        font-family: "Mulish", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 33px;
        margin-bottom: 15px; }
      .section-contact__form .form-group-radio .wpcf7-radio {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between;
        width: 100%; }
        @media screen and (max-width: 779px) {
          .section-contact__form .form-group-radio .wpcf7-radio {
            -webkit-flex-wrap: wrap;
                    flex-wrap: wrap; } }
        .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item-label {
          font-family: "Mulish", sans-serif;
          font-size: 16px;
          font-weight: 300;
          line-height: 23px;
          color: #324A50;
          padding-left: 23px;
          position: relative; }
          @media screen and (max-width: 599px) {
            .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item-label {
              font-size: 14px; } }
          .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item-label:before, .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item-label:after {
            position: absolute;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box; }
          .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item-label:before {
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            border: 1px solid #003341;
            display: block; }
          .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item-label:after {
            top: 2px;
            left: 2px;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #FF5500;
            opacity: 0;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            transition: .3s; }
        .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item {
          margin: 0; }
          @media screen and (max-width: 779px) {
            .section-contact__form .form-group-radio .wpcf7-radio .wpcf7-list-item {
              width: 100%;
              margin-bottom: 20px; } }
        .section-contact__form .form-group-radio .wpcf7-radio label input[type="radio"] {
          display: none; }
          .section-contact__form .form-group-radio .wpcf7-radio label input[type="radio"]:checked + .wpcf7-list-item-label:after {
            opacity: 1; }
    .section-contact__form .form-group-checkbox .wpcf7-list-item {
      margin-left: 0; }
    .section-contact__form .form-group-checkbox input[type="checkbox"] {
      display: none; }
      .section-contact__form .form-group-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label .custom-check:before {
        opacity: 1; }
    .section-contact__form .form-group-checkbox .wpcf7-list-item-label {
      font-family: "Mulish", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 23px;
      color: #324A50;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
              align-items: flex-start;
      margin-bottom: 16px; }
      @media screen and (max-width: 599px) {
        .section-contact__form .form-group-checkbox .wpcf7-list-item-label {
          font-size: 14px; } }
      .section-contact__form .form-group-checkbox .wpcf7-list-item-label .custom-check {
        width: 18px;
        min-width: 18px;
        height: 18px;
        min-height: 18px;
        margin-top: 2px;
        margin-right: 22px;
        border-radius: 4px;
        border: 1px solid #003341;
        position: relative; }
        .section-contact__form .form-group-checkbox .wpcf7-list-item-label .custom-check:before {
          content: '';
          width: 12px;
          height: 12px;
          position: absolute;
          background: #003341;
          border-radius: 2px;
          top: 2px;
          left: 2px;
          opacity: 0; }
    .section-contact__form .form-group-submit {
      padding-top: 29px; }
      .section-contact__form .form-group-submit input[type="submit"] {
        cursor: pointer; }
        .section-contact__form .form-group-submit input[type="submit"]:disabled {
          opacity: .7; }
        .section-contact__form .form-group-submit input[type="submit"]:not(:disabled):hover {
          background: transparent; }

.hero-blog {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 779px) {
    .hero-blog {
      margin-bottom: 0; } }
  .hero-blog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(44.6deg, rgba(0, 51, 65, 0.581) 12.79%, rgba(100, 132, 140, 0.273) 45.61%);
    background: -moz-linear-gradient(44.6deg, rgba(0, 51, 65, 0.581) 12.79%, rgba(100, 132, 140, 0.273) 45.61%);
    background: linear-gradient(45.4deg, rgba(0, 51, 65, 0.581) 12.79%, rgba(100, 132, 140, 0.273) 45.61%);
    z-index: 1; }
  .hero-blog__inner {
    padding: 82px 0 134px;
    min-height: 677px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 959px) {
      .hero-blog__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        padding: 80px 0;
        min-height: -webkit-calc(100vh - 78px);
        min-height: -moz-calc(100vh - 78px);
        min-height: calc(100vh - 78px); } }
  .hero-blog__content {
    position: relative;
    z-index: 2;
    color: #fff; }
    .hero-blog__content h1, .hero-blog__content h2, .hero-blog__content h3, .hero-blog__content h4, .hero-blog__content p {
      margin: 0 0 12px; }
    .hero-blog__content a {
      font-size: inherit;
      color: inherit;
      line-height: inherit;
      text-decoration: underline; }
      .hero-blog__content a:hover {
        text-decoration: none; }

.featured-article {
  padding: 100px 0 51px; }
  @media screen and (max-width: 779px) {
    .featured-article {
      padding: 59px 0 49px; } }
  .featured-article__categories {
    width: 100%;
    max-width: 865px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px 20px;
    margin-bottom: 152px; }
    @media screen and (max-width: 959px) {
      .featured-article__categories {
        grid-template-columns: 1fr 1fr;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center; } }
    @media screen and (max-width: 599px) {
      .featured-article__categories {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .featured-article__categories .featured-article__cat {
      padding: 20px 65px;
      color: #fff;
      font-size: 24px;
      line-height: 33px;
      font-weight: 700;
      border-radius: 5px;
      background: #003341;
      text-align: center; }
      .featured-article__categories .featured-article__cat:nth-child(even) {
        color: #FF5500; }
  .featured-article__articles {
    width: 100%;
    max-width: 998px;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      .featured-article__articles {
        margin-top: 193px; } }
    @media screen and (max-width: 779px) {
      .featured-article__articles {
        margin-top: 103px; } }
    .featured-article__articles a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      position: relative; }
      @media screen and (max-width: 779px) {
        .featured-article__articles a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
                  flex-direction: column; } }
      .featured-article__articles a:before {
        content: '';
        position: absolute;
        top: -44px;
        left: -37px;
        background: url(../img/svg/process-shape.svg) center no-repeat;
        -webkit-background-size: 211px 144px;
                background-size: 211px 144px;
        width: 211px;
        height: 144px; }
        @media screen and (max-width: 779px) {
          .featured-article__articles a:before {
            top: -54px;
            left: 27px; } }
      .featured-article__articles a .article-image {
        padding-top: 15px;
        width: -webkit-calc(100% - 431px);
        width: -moz-calc(100% - 431px);
        width: calc(100% - 431px); }
        @media screen and (max-width: 779px) {
          .featured-article__articles a .article-image {
            padding-top: 0;
            width: 100%;
            margin-bottom: 18px; } }
        .featured-article__articles a .article-image img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .featured-article__articles a .article-content {
        padding-left: 41px;
        width: 431px; }
        @media screen and (max-width: 779px) {
          .featured-article__articles a .article-content {
            padding: 0;
            width: 100%; } }
        .featured-article__articles a .article-content h2, .featured-article__articles a .article-content p {
          color: #003341; }
        .featured-article__articles a .article-content h2 {
          margin-bottom: 20px;
          font-size: 36px;
          line-height: 45px; }
        .featured-article__articles a .article-content p {
          font-weight: 300;
          font-size: 18px;
          line-height: 25px;
          margin-bottom: 14px; }
      .featured-article__articles a .article-ghost-btn {
        display: block;
        cursor: pointer;
        margin-top: 51px;
        margin: 51px 0 0; }
        @media screen and (max-width: 779px) {
          .featured-article__articles a .article-ghost-btn {
            margin-left: auto;
            margin-right: auto; } }
        .featured-article__articles a .article-ghost-btn:hover {
          background: #003341; }

.articles-listing {
  padding: 50px 0 184px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(rgba(255, 85, 0, 0.07)));
  background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%);
  background: -moz-linear-gradient(top, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%); }
  @media screen and (max-width: 599px) {
    .articles-listing {
      padding-bottom: 71px; } }
  .articles-listing h2 {
    margin-bottom: 12px; }
  .articles-listing h3 {
    color: #64848C; }
  .articles-listing .container {
    z-index: 2; }
  .articles-listing__content {
    margin-bottom: 101px; }
    @media screen and (max-width: 779px) {
      .articles-listing__content {
        margin-bottom: 47px; } }
  .articles-listing__list {
    width: 100%;
    max-width: 819px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 77px; }
    @media screen and (max-width: 779px) {
      .articles-listing__list {
        gap: 30px; } }
    @media screen and (max-width: 599px) {
      .articles-listing__list {
        display: block;
        position: relative;
        left: -11px;
        width: -webkit-calc(100% + 22px);
        width: -moz-calc(100% + 22px);
        width: calc(100% + 22px); } }
    @media screen and (max-width: 599px) {
      .articles-listing__list .slick-slide > div {
        margin: 0 11px; } }
    @media screen and (max-width: 599px) {
      .articles-listing__list a {
        margin-bottom: 51px; } }
    .articles-listing__list a .article-thumbnail {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      height: 278px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 14px;
      margin-bottom: 23px; }
    .articles-listing__list a h3, .articles-listing__list a p {
      color: #003341; }
    .articles-listing__list a h3 {
      font-size: 36px;
      line-height: 45px;
      margin-bottom: 20px; }
    .articles-listing__list a p {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 14px; }
  .articles-listing .article-ghost-btn {
    margin-top: 57px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    @media screen and (max-width: 779px) {
      .articles-listing .article-ghost-btn {
        margin-top: 20px; } }

.slick-initialized .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: -19px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  z-index: 5; }
  .slick-initialized .slick-dots button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(255, 85, 0, 0.6);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 0 5.5px; }
  .slick-initialized .slick-dots .slick-active button {
    background: #FF5500; }

.advanced-content {
  position: relative;
  padding-bottom: 190px; }
  @media screen and (max-width: 779px) {
    .advanced-content {
      padding-bottom: 85px; } }
  .advanced-content .container {
    z-index: 5; }
  .advanced-content__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 1028px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(rgba(255, 85, 0, 0.07)));
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%);
    background: -moz-linear-gradient(top, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(255, 85, 0, 0.07) 100%); }
  .advanced-content__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .advanced-content__left {
    width: -webkit-calc(100% - 379px);
    width: -moz-calc(100% - 379px);
    width: calc(100% - 379px);
    padding-right: 80px; }
    @media screen and (max-width: 959px) {
      .advanced-content__left {
        padding-right: 40px;
        width: -webkit-calc(100% - 310px);
        width: -moz-calc(100% - 310px);
        width: calc(100% - 310px); } }
    @media screen and (max-width: 779px) {
      .advanced-content__left {
        width: 100%;
        padding-right: 0; } }
    .advanced-content__left h1, .advanced-content__left h2, .advanced-content__left h3, .advanced-content__left h4 {
      margin: 36px 0 20px; }
    .advanced-content__left p {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 14px; }
    .advanced-content__left img {
      margin: 32px 0 0; }
  .advanced-content__related {
    width: 379px; }
    @media screen and (max-width: 959px) {
      .advanced-content__related {
        width: 310px; } }
    @media screen and (max-width: 779px) {
      .advanced-content__related {
        display: none; } }
    .advanced-content__related h3 {
      color: #64848C;
      margin-bottom: 25px; }
    .advanced-content__related a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      margin-bottom: 24px; }
    .advanced-content__related .article-image {
      width: 174px;
      height: 131px;
      border-radius: 9px; }
      @media screen and (max-width: 959px) {
        .advanced-content__related .article-image {
          width: 135px; } }
      .advanced-content__related .article-image img {
        width: 177px;
        height: 133px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        border-radius: 9px; }
    .advanced-content__related .article-content {
      width: -webkit-calc(100% - 196px);
      width: -moz-calc(100% - 196px);
      width: calc(100% - 196px);
      padding-left: 19px; }
      @media screen and (max-width: 959px) {
        .advanced-content__related .article-content {
          width: -webkit-calc(100% - 135px);
          width: -moz-calc(100% - 135px);
          width: calc(100% - 135px); } }
      .advanced-content__related .article-content h3 {
        color: #003341;
        margin: 0 0 9px; }
      .advanced-content__related .article-content .article-ghost-btn {
        color: #FF5500;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px;
        cursor: pointer; }
        .advanced-content__related .article-content .article-ghost-btn:hover {
          text-decoration: underline; }

.form-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 599px) {
    .form-hero {
      margin-bottom: 0; } }
  .form-hero:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(44.6deg, rgba(0, 51, 65, 0.581) 12.79%, rgba(100, 132, 140, 0.273) 45.61%);
    background: -moz-linear-gradient(44.6deg, rgba(0, 51, 65, 0.581) 12.79%, rgba(100, 132, 140, 0.273) 45.61%);
    background: linear-gradient(45.4deg, rgba(0, 51, 65, 0.581) 12.79%, rgba(100, 132, 140, 0.273) 45.61%); }
  .form-hero .container {
    position: relative;
    z-index: 2; }
  .form-hero__join-button {
    display: none; }
    @media screen and (max-width: 599px) {
      .form-hero__join-button {
        display: block;
        text-align: center;
        margin-top: 36px; } }
    .form-hero__join-button .btn {
      margin: 0 auto; }
      .form-hero__join-button .btn:hover {
        color: #fff; }
  .form-hero__inner {
    min-height: 609px;
    padding: 85px 0 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 599px) {
      .form-hero__inner {
        padding: 81px 0;
        min-height: -webkit-calc(100vh - 78px);
        min-height: -moz-calc(100vh - 78px);
        min-height: calc(100vh - 78px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
                justify-content: flex-end; } }
    @media screen and (max-width: 390px) {
      .form-hero__inner {
        padding: 128px 0 65px; } }
    .form-hero__inner h1, .form-hero__inner h2, .form-hero__inner h3 {
      color: #fff;
      margin-bottom: 12px; }
  .form-hero__content {
    width: 100%; }

.faqs {
  padding: 143px 0;
  background-color: #003341; }
  @media screen and (max-width: 779px) {
    .faqs {
      padding: 95px 0; } }
  .faqs .faqs__inner {
    background-color: #fff;
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    padding: 76px 72px;
    border-radius: 20px; }
    @media screen and (max-width: 779px) {
      .faqs .faqs__inner {
        padding: 40px 47px; } }
  .faqs .faqs__top {
    margin-bottom: 38px; }
    @media screen and (max-width: 779px) {
      .faqs .faqs__top {
        margin-bottom: 35px; } }
    .faqs .faqs__top h1, .faqs .faqs__top h2, .faqs .faqs__top h3 {
      color: #003341;
      margin-bottom: 12px; }
  .faqs .faqs__list-item .faqs__list-item-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4.5px;
    width: 15px;
    height: 9px;
    background: url(../img/svg/dropdown-arrow.svg) center no-repeat;
    -webkit-background-size: 15px 9px;
            background-size: 15px 9px; }
  .faqs .faqs__list-item-question {
    padding: 15px 25px 16px 0;
    margin: 0;
    border-bottom: 1px solid #003341;
    cursor: pointer;
    position: relative;
    -webkit-transition: border .2s ease-in;
    -moz-transition: border .2s ease-in;
    transition: border .2s ease-in; }
    @media screen and (max-width: 779px) {
      .faqs .faqs__list-item-question {
        padding: 15px 25px 10px 0; } }
    .faqs .faqs__list-item-question.is-active {
      border-bottom-color: transparent; }
      .faqs .faqs__list-item-question.is-active .faqs__list-item-toggle {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  @media screen and (max-width: 779px) {
    .faqs .faqs__list-item-answer {
      padding-top: 25px;
      padding-right: 5px; } }
  .faqs .faqs__list-item-answer p, .faqs .faqs__list-item-answer li {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    color: #003341; }
