/** COLORS **/
/** RESPONSIVE BREAKPOINTS **/
:root {
  --spacer: 20px;
  --spacer2x: 40px;
  --spacer4x: 80px;
  --spacer8x: 160px;
}

@media (max-width: 992px) {
  :root {
    --spacer: 10px;
    --spacer2x: 20px;
    --spacer4x: 80px;
    --spacer8x: 80px;
  }
}
/** BREAKPOINTS MEDIA **/
.me-button {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .me-button {
    flex-direction: column;
  }
}
.me-button__link {
  font-size: 1rem;
  border: solid 2px;
  letter-spacing: 0.11em;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 700;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  max-width: 320px;
}
.me-button__btn1 {
  background-color: #44BE78;
  color: #FFFFFF;
  border-color: #44BE78;
}
.me-button__btn1:hover {
  color: #44BE78;
  background-color: #262626;
  border-color: #262626;
}
.me-button__btn2 {
  background-color: transparent;
  border-color: transparent;
  color: #44BE78;
  position: relative;
  text-decoration: underline;
}
.me-button__btn2:hover {
  color: #262626;
}
.me-button__btn2:hover:after {
  background-color: #262626;
}

.me-container {
  width: 94%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-family: "basic-sans", sans-serif;
  font-weight: normal;
  color: #262626;
  margin: 0;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "basic-sans", sans-serif;
}

p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1em;
  color: #262626;
  line-height: 1.5em;
}

h1 {
  font-size: 3rem;
  color: #000;
  font-weight: 400;
  line-height: 1.2em;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1644px;
}
@media (min-width: 992px) {
  .container {
    padding-right: 22px;
    padding-left: 22px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 22px;
    padding-left: 22px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .row {
    margin-right: -22px;
    margin-left: -22px;
  }
}
.row--small-gutters {
  margin-right: -10px;
  margin-left: -10px;
}
.row--small-gutters > .col, .row--small-gutters > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.flex-column {
  flex-direction: column;
}
.flex-column--reverse {
  flex-direction: column-reverse;
}

.justify-content-between {
  justify-content: space-between;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-2-5, .col-md-3, .col-md-4, .col-md-4-5, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-4-5, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-2-5, .col-md-3, .col-md-4, .col-md-4-5, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-4-5, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 22px;
    padding-left: 22px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.333333%;
  }
  .offset-xs-5 {
    margin-left: 41.666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.333333%;
  }
  .offset-xs-8 {
    margin-left: 66.666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.333333%;
  }
  .offset-xs-11 {
    margin-left: 91.666667%;
  }
  .flex-xs-row {
    flex-direction: row;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xs-wrap {
    flex-wrap: wrap;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xs-start {
    justify-content: flex-start;
  }
  .justify-content-xs-end {
    justify-content: flex-end;
  }
  .justify-content-xs-center {
    justify-content: center;
  }
  .justify-content-xs-between {
    justify-content: space-between;
  }
  .justify-content-xs-around {
    justify-content: space-around;
  }
  .align-items-xs-start {
    align-items: flex-start;
  }
  .align-items-xs-end {
    align-items: flex-end;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .align-items-xs-baseline {
    align-items: baseline;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-2-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}
.flex-row--reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap--reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.position-static {
  position: static;
}

.relative {
  position: relative;
}

.position-static {
  position: static;
}

.hidden-lg-down {
  display: none;
}

.hidden-lg-up {
  display: none;
}

.hidden-sm-down {
  display: none;
}

.hidden-md-down {
  display: none;
}

@media (min-width: 576px) {
  .hidden-sm-down {
    display: block;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-down {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-down {
    display: block !important;
  }
}
.mt-0 {
  margin-top: 0;
}

:root {
  color-scheme: light only !important;
}

html {
  font-family: "basic-sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  transition: all 0.2s;
}
a:hover {
  color: #44BE78;
}

.grecaptcha-badge {
  visibility: hidden;
}

.hero {
  position: relative;
  color: #262626;
}
.hero__bgimage {
  background-image: url("../media/hero-image.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.1px;
  display: flex;
  align-items: center;
  padding-bottom: 365px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .hero__bgimage {
    padding-bottom: 0;
    justify-content: space-between;
    background-size: auto 100%;
    background-position: center top;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  .hero__bgimage {
    background-position: 67% 0;
    background-size: contain;
  }
}
.hero__container {
  margin-top: 185px;
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .hero__container {
    margin-top: 140px;
    margin-bottom: 80px;
  }
}
.hero__title {
  font-size: 3.375rem;
  font-weight: 300;
  width: 94%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero__title > span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hero__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 767.98px) {
  .hero__title {
    font-size: 2rem;
    width: 92%;
  }
}
@media (max-width: 575.98px) {
  .hero__title {
    font-size: 2.3rem;
    width: 92%;
  }
}
.hero__title--swiper {
  font-size: 3.375rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 0 auto 50px;
}
.hero__title--swiper > span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hero__title--swiper {
    font-size: 2.75rem;
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .hero__title--swiper {
    font-size: 2rem;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .hero__title--swiper {
    font-size: 2.3rem;
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .hero {
    height: unset;
  }
}

.why-grid {
  background-color: #44BE78;
  color: #FFFFFF;
  border-top-right-radius: 200px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 0 50px;
  padding: 60px 120px 60px 60px;
  width: calc(100% - 75px);
  left: 0;
}
.why-grid__item {
  flex-basis: 25%;
}
@media (max-width: 1199.98px) {
  .why-grid__item {
    flex-basis: calc(33.33% - 50px);
  }
}
@media (max-width: 991.98px) {
  .why-grid__item {
    flex-basis: 100%;
    display: flex;
    gap: 0px;
  }
}
@media (max-width: 767.98px) {
  .why-grid__item {
    padding-right: unset;
  }
}
@media (max-width: 767.98px) {
  .why-grid__item {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .why-grid__ico {
    width: 100px;
    text-align: center;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .why-grid__ico {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.why-grid__ico img {
  min-height: 55px;
  width: auto;
}
.why-grid__item:first-child {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .why-grid__item:first-child {
    flex-basis: 100%;
    margin-bottom: var(--spacer2x);
  }
}
.why-grid__question {
  font-size: 3rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .why-grid__question {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .why-grid__question {
    font-size: 2.2rem;
  }
}
@media (min-width: 1500px) {
  .why-grid__question {
    font-size: 2.8rem;
  }
}
@media (min-width: 1720px) {
  .why-grid__question {
    font-size: 3.375rem;
  }
}
.why-grid__title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .why-grid__title {
    flex-basis: 30%;
  }
}
@media (max-width: 767.98px) {
  .why-grid__title {
    flex-basis: 100%;
    text-align: center;
  }
}
.why-grid__description {
  font-size: 1rem;
  line-height: 1.375em;
  color: #fff;
}
@media (max-width: 991.98px) {
  .why-grid__description {
    flex-basis: calc(70% - 100px);
  }
}
@media (max-width: 767.98px) {
  .why-grid__description {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .why-grid {
    flex-wrap: wrap;
    padding: 60px;
  }
}
@media (max-width: 991.98px) {
  .why-grid {
    width: 100%;
    position: relative;
    flex-direction: column;
    margin-top: var(--spacer4x);
    gap: 0;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .why-grid {
    border-top-right-radius: 0;
    gap: 50px;
  }
}

.intro {
  height: 33vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__title {
  font-size: 3.375rem;
  font-weight: 300;
  width: 94%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.intro__title > span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .intro__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .intro__title {
    font-size: 2rem;
  }
}

.blog-list {
  padding-bottom: 1rem;
  background-image: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.blog-list__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px 50px;
  margin-bottom: 140px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .blog-list__container ul {
    margin-bottom: 35px;
  }
}
.blog-list__item {
  width: 30%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px 40px 20px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 991.98px) {
  .blog-list__item {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
.blog-list__item > a {
  color: inherit;
}
.blog-list__item:hover {
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
}
.blog-list__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  aspect-ratio: 7/5;
  margin-right: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  position: relative;
}
.blog-list__logo {
  background-color: #6e9b26;
  position: absolute;
  bottom: -20px;
  right: 20px;
  padding: 10px 20px;
}
.blog-list__logo > img {
  width: 100px;
}
@media (max-width: 575.98px) {
  .blog-list__logo {
    max-width: 120px;
  }
}
.blog-list__title {
  max-width: 360px;
}
@media (max-width: 575.98px) {
  .blog-list__title {
    margin-top: var(--spacer2x);
  }
}
.blog-list__title h3 {
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: var(--spacer);
}
.blog-list__description p {
  font-size: 1rem;
  line-height: 1.375em;
  font-weight: 400;
  color: #A1A1A1;
}
.blog-list__read-more {
  font-size: 1rem;
  color: #44BE78;
  text-transform: uppercase;
}
.blog-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .blog-list__header {
    justify-content: center;
  }
}
.blog-list__header--blog {
  justify-content: center;
  margin-bottom: 50px;
}
.blog-list__header--blog h2 {
  margin-bottom: 0 !important;
}
.blog-list__header h2 {
  font-weight: 300;
  font-size: 3.375rem;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .blog-list__header h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .blog-list__header h2 {
    font-size: 2rem;
  }
}
.blog-list__see-more {
  color: inherit;
  text-transform: uppercase;
  color: #44BE78;
  position: relative;
  font-weight: 700;
}
.blog-list__see-more:after {
  content: "";
  background-color: #44BE78;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
}
.blog-list__see-more:hover {
  color: #262626;
}
.blog-list__see-more:hover:after {
  background-color: #262626;
}
@media (max-width: 991.98px) {
  .blog-list__see-more--top {
    display: none;
  }
}
.blog-list__see-more-wrapper {
  display: none;
}
@media (max-width: 991.98px) {
  .blog-list__see-more-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.blog-list__page-category {
  text-align: center;
  display: block;
  margin: var(--spacer4x) 0;
}

.single .meritoros {
  font-size: 1.375rem;
  line-height: 1.45em;
}
.single__header-image {
  width: 94%;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18.3%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 160px;
  margin-bottom: var(--spacer2x);
}
@media (max-width: 767.98px) {
  .single__header-image {
    padding-top: 40%;
  }
}
@media (max-width: 575.98px) {
  .single__header-image {
    padding-top: 60%;
  }
}
@media (max-width: 991.98px) {
  .single__header-image {
    padding-top: 30%;
  }
}
.single__container {
  width: 94%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--spacer2x);
}
.single__container > ul {
  padding-left: 0.8em;
  list-style: disc;
}
.single__container > .wp-block-image {
  margin: var(--spacer2x) 0;
  position: relative;
  overflow: hidden;
}
.single__container > .wp-block-image.is-style-rounded img {
  border-radius: 0;
  position: relative;
}
.single__author {
  margin-bottom: var(--spacer);
}
.single__sources > p:first-child {
  font-size: 1.25rem;
}
.single__sources > p {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5em;
}
.single__title h1 {
  font-size: 3.375rem;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  margin-top: var(--spacer);
}
@media (max-width: 991.98px) {
  .single__title h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .single__title h1 {
    font-size: 2rem;
  }
}
.single__back {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  background-color: #44BE78;
}

.benefits {
  background-image: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
}
.benefits__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-bottom: var(--spacer4x);
}
@media (max-width: 1499.98px) {
  .benefits__wrapper {
    flex-wrap: wrap;
  }
}
.benefits__item {
  width: 16.66%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 220px;
}
.benefits__item > img {
  height: 46px;
  width: auto;
}
.benefits__item > p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375em;
}
.benefits__title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 60px;
}
.benefits__title > h2 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: var(--spacer2x);
}

.meritoros-video {
  margin-bottom: 98px;
}
@media (max-width: 991.98px) {
  .meritoros-video {
    margin-bottom: 55px;
  }
}
.meritoros-video__wrapper {
  display: flex;
  width: 94%;
  max-width: 1776px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
}
@media (max-width: 991.98px) {
  .meritoros-video__wrapper {
    width: 100%;
    gap: 10px;
  }
}
.meritoros-video__item {
  flex-basis: calc(50% - 21px);
  aspect-ratio: 16/9;
  height: auto;
}
@media (max-width: 991.98px) {
  .meritoros-video__item {
    flex-basis: 100%;
  }
}

.job-offerts {
  position: relative;
  background-color: #fff;
  padding-bottom: var(--spacer4x);
}
.job-offerts .page-meritoros__background {
  background-color: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 250px;
  top: 0;
}
.job-offerts__wrapper {
  position: relative;
  z-index: 1;
}
.job-offerts__wrapper > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1499.98px) {
  .job-offerts__wrapper > ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .job-offerts__wrapper > ul {
    flex-direction: column;
  }
}
.job-offerts__wrapper > ul li {
  width: calc(25% - 50px);
  color: #fff;
  min-width: 280px;
  min-height: 322px;
  display: flex;
  background-color: #44BE78;
  border-bottom-right-radius: 100px;
  box-sizing: border-box;
  padding: 40px;
}
.job-offerts__wrapper > ul li h3 {
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .job-offerts__wrapper > ul li {
    width: calc(33.33% - 50px);
  }
}
@media (max-width: 991.98px) {
  .job-offerts__wrapper > ul li {
    width: calc(50% - 50px);
  }
}
@media (max-width: 767.98px) {
  .job-offerts__wrapper > ul li {
    width: 100%;
    gap: 0;
    -moz-column-gap: var(--spacer);
    column-gap: var(--spacer);
  }
}
.job-offerts__wrapper > ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: inherit;
}
.job-offerts__wrapper > ul li:hover {
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.3333333333));
}
.job-offerts__read-more {
  margin-bottom: 0;
}
.job-offerts__location {
  font-size: 1.25rem;
  color: white;
}
.job-offerts__read-more {
  flex: 3;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.meritoros-newsletter {
  background-color: #fff;
  padding-bottom: var(--spacer2x);
  padding-top: var(--spacer2x);
}
.meritoros-newsletter__label {
  order: 1;
}
.meritoros-newsletter__label label[for=mce-EMAIL] {
  display: none;
}
.meritoros-newsletter .benefits__title {
  max-width: 540px;
  margin: auto;
  width: 94%;
}
.meritoros-newsletter__txt {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 94%;
}
.meritoros-newsletter .wpcf7-form {
  text-align: center;
}
.meritoros-newsletter__label .wpcf7-text {
  padding: 10px 30px;
  border-radius: 30px;
  border: solid 1px #262626;
  width: 424px;
  margin-right: 10px;
  margin-left: 0px;
}
@media (max-width: 575.98px) {
  .meritoros-newsletter__label .wpcf7-text {
    width: 320px;
    margin-right: 0px;
  }
}
.meritoros-newsletter__label .wpcf7-text:focus-visible {
  border: solid 1px #44BE78 !important;
  outline-color: red;
  outline: none;
}
.meritoros-newsletter__send {
  background-color: #44BE78;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  width: 160px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .meritoros-newsletter__send {
    margin-top: var(--spacer);
  }
}
.meritoros-newsletter__send:hover {
  background-color: #2E8553;
}
.meritoros-newsletter__send:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.meritoros-newsletter__input-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.meritoros-newsletter__input-group .optionalParent {
  order: 2;
}
@media (max-width: 767.98px) {
  .meritoros-newsletter__input-group .optionalParent {
    width: 100%;
    text-align: center;
  }
}
.meritoros-newsletter__checkbox-group {
  width: 100%;
  order: 3;
}
.meritoros-newsletter__response-wrapper {
  width: 100%;
  order: 4;
}
.meritoros-newsletter__response-wrapper .response {
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #44BE78;
  color: #fff;
}
.meritoros-newsletter__checkbox-container {
  width: 94%;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--spacer);
  margin-bottom: var(--spacer2x);
}
.meritoros-newsletter__checkbox-container > strong {
  display: none;
}
.meritoros-newsletter__checkbox-container > ul {
  padding-left: 0;
}
.meritoros-newsletter__checkbox-container > ul li {
  margin-bottom: 8px;
}
.meritoros-newsletter__checkbox-container > ul li label {
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .meritoros-newsletter__checkbox-container > ul li {
    text-indent: -18px;
    margin-left: 18px;
  }
}

.indicates-required {
  text-align: left;
  margin-bottom: 10px;
  color: #ccc;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}

.meritoros-newsletter #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
  color: #cc0000;
  font-weight: 400;
}

.meritoros-newsletter #mc_embed_signup input.mce_inline_error {
  border-color: #cc0000;
}

.page-meritoros__container {
  max-width: 1770px;
  margin: auto;
  width: 94%;
}

pre {
  font-size: 16px;
}

.tmp {
  border: solid 1px #00FF00;
  box-sizing: border-box !important;
}

.btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  transition: all 0.2s;
}
.btn:hover {
  cursor: pointer;
}
.btn--primary {
  color: #f5f5f5;
  background-color: #44BE78;
  border: 1px solid #44BE78;
}
.btn--primary:hover {
  color: #f5f5f5;
  background-color: #2E8553;
  border: 1px solid #2E8553;
}
.btn--primary:disabled {
  color: #44BE78;
  background-color: #D3F9E3;
  border: 1px solid #D3F9E3;
}
.btn--secondary {
  color: #44BE78;
  background-color: #fff;
  border: 1px solid #44BE78;
}
.btn--secondary:hover {
  color: #fff;
  background-color: #44BE78;
  border: 1px solid #44BE78;
}
.btn--secondary:disabled {
  color: #D3F9E3;
  border: 1px solid #D3F9E3;
}
.btn--tertiary {
  max-height: 54px;
  padding: 12px 24px;
  border-radius: 27px;
  color: #f5f5f5;
  background-color: #44BE78;
  border: 1px solid #fff;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 1200px) {
  .btn--tertiary {
    padding: 12px 44px;
  }
}
.btn--tertiary:hover {
  color: #44BE78;
  background-color: #fff;
  border: 1px solid #44BE78;
}
@media (min-width: 1200px) {
  .btn--site-header {
    padding: 15px;
    font-size: 0.8rem;
  }
}
@media (min-width: 1500px) {
  .btn--site-header {
    padding: 15px 30px;
    font-size: 1rem;
  }
}
.btn--article {
  margin-top: 30px;
}
.btn--blog {
  padding: 10px 30px;
  border: 1px solid #fff;
  text-align: center;
}
.btn--services {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.btn--phone {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.btn--footer {
  text-align: center;
}

.site-header {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
body.logged-in.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.logged-in.admin-bar .site-header {
    top: 32px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    height: 120px;
  }
}
.site-header__wrapper {
  width: 94%;
  max-width: 1770px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.site-header__logo-wrapper {
  padding-left: 0;
}
.site-header__home-link {
  display: inline-block;
}
@media (min-width: 1200px) {
  .site-header__home-link {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.site-header__logo {
  position: relative;
  z-index: 101;
  width: 118px;
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 180px;
  }
}
.site-header__hamburger {
  display: none;
}
@media (min-width: 1200px) {
  .site-header__hamburger-wrapper {
    display: none;
  }
}
.site-header__hamburger-label {
  position: relative;
  margin: 0 0 0 auto;
  z-index: 101;
  display: block;
  width: 25px;
  height: 16px;
}
.site-header__hamburger-label:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .site-header__hamburger-label {
    display: none;
  }
}
.site-header__hamburger-bar {
  width: 100%;
  height: 2px;
  background-color: #262626;
  transition: all 0.3s ease-in-out;
}
.site-header__hamburger-bar--center {
  margin: 6px auto;
}
.site-header__hamburger:checked ~ .site-header__hamburger-wrapper .site-header__hamburger-bar--top {
  transform: rotate(-45deg) translateY(11px);
}
.site-header__hamburger:checked ~ .site-header__hamburger-wrapper .site-header__hamburger-bar--center {
  transform: rotate(45deg) translate(6px, -6px);
}
.site-header__hamburger:checked ~ .site-header__hamburger-wrapper .site-header__hamburger-bar--bottom {
  opacity: 0;
  transform: rotate(45deg);
}
.site-header__menu {
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 99;
  width: 100%;
  height: calc(100vh - 70px);
  overflow-y: auto;
  opacity: 0;
  background-color: #fff;
  text-align: center;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .site-header__menu {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    z-index: 101;
    height: auto;
    overflow-y: visible;
    padding-right: 0;
    opacity: 1;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: transparent;
  }
}
.site-header__hamburger:checked ~ .site-header__menu {
  top: 70px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .site-header__hamburger:checked ~ .site-header__menu {
    top: 0;
  }
}
body.logged-in.admin-bar .site-header__hamburger:checked ~ .site-header__menu {
  max-height: calc(100vh - 116px);
}
@media screen and (min-width: 783px) {
  body.logged-in.admin-bar .site-header__hamburger:checked ~ .site-header__menu {
    max-height: calc(100vh - 102px);
  }
}
.site-header__btns {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .site-header__btns {
    margin: 0;
    min-width: 210px;
  }
}
.site-header__btn {
  display: block;
  margin: 25px auto;
}
@media (min-width: 1200px) {
  .site-header__btn {
    margin: 0;
  }
}

.site-footer {
  padding: 30px 25px;
  background-color: #262626;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .site-footer {
    padding: 50px 25px 40px;
    text-align: left;
  }
}
@media (min-width: 1500px) {
  .site-footer {
    padding: 50px 65px 40px;
  }
}
.site-footer__top {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .site-footer__logo-wrapper {
    padding-left: 0;
  }
}
.site-footer__home-link {
  display: block;
  margin: 0 auto 20px;
}
.site-footer__social {
  display: flex;
  margin: 20px auto 55px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .site-footer__social {
    justify-content: flex-start;
  }
}
.site-footer__social-icon {
  width: 28px;
  height: 28px;
}
.site-footer__title {
  margin: 35px auto 15px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .site-footer__title {
    margin-top: 14px;
  }
}
.site-footer__title--big {
  margin: 50px auto 25px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.6875rem;
}
@media (min-width: 1200px) {
  .site-footer__title--big {
    margin-top: 14px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 1500px) {
  .site-footer__title--big {
    font-size: 2.125rem;
  }
}
.site-footer__menu {
  padding: 0;
}
.site-footer__link {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media (min-width: 1200px) {
  .site-footer__action {
    padding-right: 0;
  }
}
.site-footer__bottom {
  margin: 55px auto 0;
}
@media (min-width: 1200px) {
  .site-footer__bottom {
    max-width: 1920px;
    margin-top: 120px;
  }
}
.site-footer__copyright {
  margin: 55px auto 25px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .site-footer__copyright {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 0.75rem;
  }
}
.site-footer__justidea {
  margin: 25px auto 34px;
}
@media (min-width: 1200px) {
  .site-footer__justidea {
    display: flex;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    text-align: right;
  }
}
.site-footer__justidea-text {
  display: block;
  margin: 10px auto;
  font-size: 0.5rem;
}
@media (min-width: 1200px) {
  .site-footer__justidea-text {
    display: inline-block;
    margin: 0;
  }
}
.site-footer__justidea-logo {
  display: block;
  width: 67px;
  height: 37px;
  margin: 10px auto;
}
@media (min-width: 1200px) {
  .site-footer__justidea-logo {
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  body.page-template {
    background-repeat: no-repeat;
  }
  body.page-template-contact {
    background-image: url("../img/bg-circle-left-2.svg"), url("../img/bg-circle-right.svg");
    background-position: left 358px, right 555px;
  }
  body.page-template-job-offer {
    background-image: url("../img/bg-circle-right.svg");
    background-position: right 1342px;
  }
  body.page-template-about {
    background-image: url("../img/bg-circle-left-2.svg");
    background-position: left 372px;
  }
  body.page-template-buy-office {
    background-image: url("../img/bg-circle-right.svg");
    background-position: right 473px;
  }
  body.page-template-investors {
    background-image: url("../img/bg-circle-left.svg");
    background-position: left 960px;
  }
  body.single-post {
    background-image: url("../img/bg-circle-left-2.svg"), url("../img/bg-circle-right.svg");
    background-position: left 618px, right 1266px;
    background-repeat: no-repeat;
  }
  body.single-post .meritoros-newsletter {
    background-color: transparent;
  }
}

.about-background {
  display: none;
}
@media (min-width: 1200px) {
  .about-background {
    display: block;
    position: absolute;
    right: 0;
    top: 2388px;
  }
}

.site-menu {
  position: relative;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .site-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .site-menu {
    font-size: 1.125rem;
  }
}
.site-menu .menu-item {
  position: relative;
  margin: 25px auto;
}
@media (min-width: 1200px) {
  .site-menu .menu-item {
    margin: 0;
  }
}
.site-menu .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  transform: scaleX(0);
  background-color: #44BE78;
  text-align: center;
  transition: all 0.5s;
}
.site-menu .menu-item.current_page_item::before, .site-menu .menu-item.current-menu-parent::before {
  transform: scaleX(100%);
}
@media (min-width: 1200px) {
  .site-menu .menu-item:hover::before {
    transform: scaleX(100%);
  }
}
.site-menu .menu-item a {
  display: block;
  padding: 15px 25px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .site-menu .menu-item a {
    padding: 15px 15px;
  }
}
@media (min-width: 1500px) {
  .site-menu .menu-item a {
    padding: 15px 25px;
  }
}
.site-menu .menu-item-has-children {
  position: relative;
  z-index: 101;
  display: flex;
  padding-right: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.site-menu .menu-item-has-children a {
  padding-right: 0;
}
.site-menu .menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../img/icons/polygon.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
.site-menu .menu-item-has-children.clicked::after {
  transform: rotate(-60deg);
}
@media (min-width: 1200px) {
  .site-menu .menu-item-has-children.clicked::after {
    transform: rotate(0deg);
  }
}
.site-menu .menu-item-has-children .sub-menu {
  position: relative;
  z-index: 100;
  order: 2;
  margin-left: 25px;
  width: 100%;
  flex-direction: column;
  padding: 0;
  max-height: 0;
  transform: scaleY(0);
  opacity: 0;
  transition: max-height 0.5s, opacity 0.8s;
}
@media (min-width: 1200px) {
  .site-menu .menu-item-has-children .sub-menu {
    display: flex;
    position: absolute;
    top: -34px;
    left: 0;
    width: auto;
    margin: 0;
    padding: 7px 0 12px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.05);
    text-align: left;
  }
}
.site-menu .menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.site-menu .menu-item-has-children .sub-menu .menu-item a {
  padding: 8px 20px;
}
.site-menu .menu-item-has-children.clicked .sub-menu {
  max-height: 300px;
  transform: scaleY(100%);
  opacity: 1;
}
@media (min-width: 1200px) {
  .site-menu .menu-item-has-children.clicked .sub-menu {
    max-height: 0;
    transform: scaleY(0);
    opacity: 0;
    top: 0;
  }
  .site-menu .menu-item-has-children:hover .sub-menu {
    max-height: 300px;
    transform: scaleY(100%);
    opacity: 1;
    top: 50px;
  }
}

.article__section {
  margin-top: 50px;
  margin-bottom: 85px;
}
@media (min-width: 1200px) {
  .article__section {
    display: flex;
    max-width: 1920px;
    margin: 82px auto 100px;
    gap: 42px;
  }
}
.article__section--header {
  max-width: 811px;
  margin: 45px auto 50px;
  text-align: center;
}
@media (min-width: 1200px) {
  .article__section--header {
    display: block;
    margin: 64px auto 82px;
  }
}
@media (min-width: 1200px) {
  .article__section--header-bpo {
    display: flex;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .article__section--reverse {
    flex-direction: row-reverse;
  }
}
.article__section--values {
  background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .article__section--values {
    display: block;
    padding-top: 100px;
    background: url("../img/bg-circle-left.svg"), linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
    background-position: 0 138px, 0 0;
    background-repeat: no-repeat;
    max-width: 100%;
  }
}
.article__section--values-bpo {
  margin-top: 0;
}
.article__section--contact-form {
  margin-bottom: 0;
  padding: 0 25px;
  grid-area: form;
}
@media (min-width: 1200px) {
  .article__section--contact-form {
    margin: 0;
    padding: 0;
    justify-content: center;
  }
}
.article__section--departments {
  max-width: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  .article__section--departments {
    overflow: hidden;
    width: 100%;
  }
}
.article__section--about-01 {
  margin-top: 25px;
  margin-bottom: 60px;
}
.article__section--about-before-01 {
  margin-bottom: 50px;
}
.article__section--no-image {
  justify-items: center;
}
.article__section--no-image .article__text {
  max-width: 94% !important;
  margin: 0 auto;
  flex-basis: 76%;
}
.article__section--no-image .article__title {
  text-align: center;
}
.article__section--office {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .article__section--office {
    width: auto;
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.article__section--office p {
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .article__section--office p {
    padding: 0;
  }
}
.article__section--office-form {
  display: block;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1200px) {
  .article__section--office-form {
    margin-top: 0;
    margin-bottom: 80px;
    margin-left: calc(8.333333% - 42px);
    padding-left: 32px;
    border-left: 10px solid #44BE78;
  }
}
.article__section--job-offer-list {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.article__section--job-offer-form {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 1200px) {
  .article__section--job-offer-form {
    position: sticky;
    top: 120px;
    margin-left: calc(8.333333% - 42px);
    padding-left: 42px;
    box-shadow: -10px 0 0 0 #44BE78;
  }
}
.article__section--job-offer-form:has(form[data-status=sent]) .article__title {
  display: none;
}
.article__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .article__title {
    margin-top: 0;
    font-size: 2.25rem;
  }
}
.article__title--main {
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 2.25rem;
}
@media (min-width: 1200px) {
  .article__title--main {
    margin-top: 64px;
    margin-bottom: 33px;
    font-size: 3.375rem;
  }
}
.article__title--values {
  margin: 0 auto 46px;
  padding: 0;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1200px) {
  .article__title--values {
    margin: 0 auto 59px;
    padding-left: 0;
    padding-right: inherit;
    font-size: 3.375rem;
  }
}
.article__title--job-offer-form {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .article__title--job-offer-form {
    margin-top: 50px;
  }
}
.article__text {
  margin: 30px 0 85px;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .article__text {
    flex-basis: 50%;
    align-self: center;
  }
}
@media (min-width: 1500px) {
  .article__text {
    margin: 0 30px;
  }
}
@media (min-width: 1720px) {
  .article__text {
    max-width: 696px;
    margin: 0 0 0 58px;
  }
}
.article__text--abstract {
  margin: 25px 0 50px;
}
@media (min-width: 1200px) {
  .article__text--abstract {
    margin: 33px auto 82px;
  }
}
.article__text--abstract-bpo {
  text-align: left;
  max-width: 100% !important;
}
@media (min-width: 1500px) {
  .article__text--reverse {
    margin-right: 0;
  }
}
@media (min-width: 1720px) {
  .article__text--reverse {
    max-width: 685px;
    margin: 0 28px 0 0;
  }
}
.article__text--about-01 {
  margin-bottom: 60px;
}
.article__text--values {
  max-width: unset;
  padding-top: 0;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 1500px) {
  .article__text--values {
    margin-left: 75px;
    margin-right: 75px;
    justify-content: center;
    text-align: left;
  }
}
.article__text p {
  margin: 1.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  .article__text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.article__image-wrapper {
  overflow: hidden;
}
.article__image-wrapper--right {
  border-bottom-left-radius: 120px;
}
.article__image-wrapper--left {
  border-bottom-right-radius: 120px;
}
.article__image-wrapper--border {
  position: relative;
  right: 0;
  left: -90px;
  width: calc(100% + 90px);
  border: 10px solid #f5f5f5;
}
@media (min-width: 1200px) {
  .article__image-wrapper--border {
    left: auto;
    right: auto;
    width: 100%;
    border: 20px solid #f5f5f5;
    flex-basis: calc(50% - 21px);
    width: calc(50% - 21px);
  }
}
.article__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .article__image {
    flex-basis: calc(50% - 21px);
    width: calc(50% - 21px);
  }
  .article__image-wrapper .article__image {
    width: 100%;
  }
}
.article__image--right {
  border-bottom-left-radius: 120px;
}
.article__image--left {
  border-bottom-right-radius: 120px;
}
.article__image--about {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.article__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 70px;
  max-height: 400px;
}
@media (min-width: 1720px) {
  .article__images {
    width: 50%;
  }
}
.article__banner {
  width: 100%;
  max-width: 1014px;
  padding: 20px 50px 16px;
  background-color: #44BE78;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .article__banner {
    display: flex;
    padding: 40px 75px;
    align-items: center;
  }
}
.article__banner--bpo {
  text-align: center;
}
.article__banner p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .article__banner p {
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 2.6rem;
  }
}
.article__wrapper--contact-form {
  display: grid;
  grid-template-areas: "cta" "form" "company";
}
@media (min-width: 1200px) {
  .article__wrapper--contact-form {
    grid-template-areas: "form cta" "form company";
    justify-content: center;
    align-items: flex-start;
    gap: 0 109px;
  }
}
.article__wrapper--contact-form-no-cta {
  grid-template-areas: "form" "company";
}
@media (min-width: 1200px) {
  .article__wrapper--contact-form-no-cta {
    grid-template-areas: "form company";
  }
}

body.page-template-services .article__section {
  scroll-margin-top: 50px;
}
@media (min-width: 1200px) {
  body.page-template-services .article__section {
    scroll-margin-top: 180px;
  }
}

.values-wrapper {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .values-wrapper {
    gap: 50px 60px;
    justify-content: center;
  }
}

.value {
  text-align: center;
}
.value__name {
  margin: 15px 0;
  font-size: 1.75rem;
  font-weight: 400;
}
.value__description {
  max-width: 370px;
  margin: 15px auto 35px !important;
}
@media (min-width: 1200px) {
  .value__description {
    margin: 15px auto 0 !important;
  }
}
.value__icon {
  display: block;
  margin: 0 auto 15px;
}

.company-info {
  margin-left: 25px;
  margin-right: 25px;
}
.company-info__wrapper {
  margin-left: 0;
  margin-right: 0;
}
.company-info--contact {
  grid-area: company;
  min-height: 500px;
  margin-top: 0;
  padding: 6px 40px 60px;
  border-bottom-right-radius: 150px;
  background-color: #44BE78;
  color: #fff;
}
@media (min-width: 576px) {
  .company-info--contact {
    background-image: url("../img/logo-owl.svg");
    background-position: calc(100% - 96px) 59px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .company-info--contact {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .company-info--contact {
    display: block;
    width: 100%;
    max-width: 562px;
    margin: 34px 0 100px;
  }
}
.company-info--contact p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}
.company-info--contact a:hover {
  color: #fff;
  text-decoration: underline;
}
.company-info--contact .company-info__name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .company-info--contact .company-info__name {
    margin-top: 30px;
    font-size: 2.25rem;
  }
}
.company-info--contact .company-info__wrapper--address {
  margin-top: 10px;
  margin-bottom: 46px;
}
.company-info--contact .company-info__wrapper--numbers {
  margin-top: 46px;
  margin-bottom: 20px;
}
.company-info--contact .company-info__wrapper--krs {
  margin-top: 20px;
}
.company-info--investors {
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 125px;
}
@media (min-width: 1200px) {
  .company-info--investors {
    margin-bottom: 134px;
    text-align: left;
  }
}
.company-info--investors p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .company-info--investors p {
    font-size: 0.85rem;
  }
}
@media (min-width: 1500px) {
  .company-info--investors p {
    font-size: 1rem;
  }
}
@media (min-width: 1720px) {
  .company-info--investors p {
    font-size: 1.125rem;
  }
}
.company-info--investors .company-info__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .company-info--investors .company-info__title {
    margin-bottom: 0;
    text-align: left;
    font-size: 2rem;
  }
}
.company-info--investors .company-info__name {
  margin: 0;
  color: #44BE78;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
.company-info--investors .company-info__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .company-info--investors .company-info__wrapper {
    margin: 0;
  }
}
.company-info--investors .company-info__wrapper--address {
  margin-top: 0;
}

.departments {
  background-color: #44BE78;
  color: #fff;
}
@media (min-width: 1200px) {
  .departments {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 75px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.departments__text {
  padding: 25px 25px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
}
@media (min-width: 1200px) {
  .departments__text {
    padding: 0 0 0 50px;
    justify-content: flex-start;
    gap: 40px 60px;
  }
}
.departments__title {
  flex-basis: 100%;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .departments__title {
    margin: 50px 0 12px;
    font-size: 2.25rem;
    text-align: left;
  }
}
.departments__map {
  position: relative;
  margin: 50px auto 25px;
}
@media (min-width: 1200px) {
  .departments__map {
    margin: 65px 0 75px;
  }
}
.departments__map-wrapper {
  position: relative;
  max-width: 560px;
  max-height: 560px;
  width: calc(100% - 50px);
  height: 100%;
  aspect-ratio: 1;
  margin: 0 25px;
}
@media (min-width: 576px) {
  .departments__map-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.departments__map-image {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.departments__map-pin {
  display: block;
  position: absolute;
  width: 28px;
  height: 36px;
  margin: 11px 0 0 14px;
  transition: 0.5s;
}
@media (min-width: 576px) {
  .departments__map-pin {
    width: 51px;
    height: 65px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .departments__map-pin {
    width: 40px;
    height: 54px;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .departments__map-pin {
    width: 51px;
    height: 65px;
  }
}
.departments p {
  color: #fff;
}

@media (min-width: 1500px) {
  .department {
    flex-basis: 25%;
  }
}
.department__wrapper {
  display: flex;
  flex-direction: column;
  width: 218px;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 576px) {
  .department__wrapper {
    align-items: flex-start;
  }
}
.department__name {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 400;
}
.department__address p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.department__address a:hover {
  color: #fff;
  text-decoration: underline;
}

.wpcf7 {
  min-width: 300px;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.wpcf7-list-item-label {
  max-width: calc(100% - 2rem);
  font-size: 0.75rem;
}
.wpcf7-checkbox p {
  line-height: 0 !important;
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item label {
  justify-content: flex-start;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  padding-top: 2px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  margin-top: 5px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap[data-name=application-file] {
  max-height: 0;
}
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.wpcf7-response-output {
  max-width: 411px;
  margin: 0 auto;
  padding: 0.5rem;
  text-align: center;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -22px;
  right: 20px;
  font-size: 0.875rem;
}
.wpcf7 p {
  margin-bottom: 20px;
}
.wpcf7 br {
  display: none;
}

.contact-form__wrapper {
  margin: 20px auto;
  max-width: 700px;
}
@media (min-width: 1200px) {
  .contact-form__wrapper {
    max-width: 520px;
  }
}
.contact-form__label {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 400;
}
.contact-form__label--small {
  margin-top: 7px;
  font-size: 0.75rem;
}
.contact-form__input {
  display: block;
  width: 100%;
  height: 49px;
  padding: 15px 20px;
  border: 1px solid #262626;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1rem;
}
.contact-form__input--textarea {
  min-height: 165px;
}
@media screen and (max-height: 800px) {
  .contact-form__input--textarea {
    min-height: 100px;
  }
}
.contact-form__input--file {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
.contact-form__input--file:hover {
  cursor: pointer;
}
.contact-form__upload {
  display: block;
  font-size: 0.875rem;
  padding: 15px 20px;
}
.contact-form__upload--names {
  width: 100%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.contact-form__upload--button {
  min-width: 116px;
  border-radius: 25px;
  background-color: #f4f4f4;
  transition: 0.2s;
}
.contact-form__input--file:hover .contact-form__upload--button {
  background-color: #44BE78;
  color: #fff;
}
.contact-form__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #262626;
  border-radius: 3px;
}
.contact-form__checkbox:checked {
  border-color: #44BE78;
  background-color: #44BE78;
  background-image: url("../img/icons/check.svg");
  background-size: 90% 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form__checkbox--newsletter {
  border: 0;
}
.contact-form__file {
  transform: scaleY(0);
}
.contact-form__file + .wpcf7-not-valid-tip {
  position: absolute;
  top: -16px;
  left: 52px;
}
.contact-form__submit {
  display: flex;
  width: 128px;
  height: 49px;
  margin: 20px auto;
  padding: 2px 0 0;
  justify-content: center;
  align-items: center;
}
.contact-form__submit--newsletter {
  min-width: 155px;
  margin: 20px auto;
}
@media (min-width: 1200px) {
  .contact-form__submit--newsletter {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .contact-form__submit--mobile {
    display: none;
  }
}
.contact-form__submit--desktop, .contact-form__submit--desktop ~ .wpcf7-spinner {
  display: none;
}
@media (min-width: 1200px) {
  .contact-form__submit--desktop, .contact-form__submit--desktop ~ .wpcf7-spinner {
    display: block;
    margin: 0;
  }
}
.contact-form__success {
  display: none;
}
.contact-form__success-text {
  display: none;
}

.article__section--contact-form form[data-status=sent] *,
.article__section--job-offer-form form[data-status=sent] *,
.article__section--office-form form[data-status=sent] * {
  display: none;
}
.article__section--contact-form form[data-status=sent] .contact-form__success,
.article__section--job-offer-form form[data-status=sent] .contact-form__success,
.article__section--office-form form[data-status=sent] .contact-form__success {
  display: block;
  position: relative;
  margin: 70px auto;
  background-color: #44BE78;
  border-bottom-right-radius: 120px;
}
.article__section--contact-form form[data-status=sent] .contact-form__success-text,
.article__section--job-offer-form form[data-status=sent] .contact-form__success-text,
.article__section--office-form form[data-status=sent] .contact-form__success-text {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 3rem 2rem 4rem 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.article__section--contact-form form[data-status=sent] .contact-form__success-text::before,
.article__section--job-offer-form form[data-status=sent] .contact-form__success-text::before,
.article__section--office-form form[data-status=sent] .contact-form__success-text::before {
  content: "";
  display: block;
  width: 163px;
  height: 163px;
  margin: 0 auto 30px;
  background-image: url("../img/send-success.svg");
  background-size: cover;
}

.article__section--contact-form form[data-status=sent] .contact-form__success {
  max-width: 700px;
}

.job-offer__header {
  width: 94%;
  max-width: 1770px;
  min-height: 325px;
  margin: 0 auto 30px;
  padding: 65px 25px 47px;
  border-bottom-right-radius: 100px;
  background-color: #44BE78;
  text-align: left;
}
@media (min-width: 1200px) {
  .job-offer__header {
    margin-bottom: 65px;
  }
}
.job-offer__header-item {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
.job-offer__header-item--back {
  margin-top: 28px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 700;
}
.job-offer__title {
  margin-top: 0;
  margin-bottom: 47px;
  color: #fff;
  font-size: 2.25rem;
}
@media (min-width: 1200px) {
  .job-offer__title {
    font-size: 2.6875rem;
  }
}
.job-offer__wrapper {
  width: 94%;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .job-offer__wrapper {
    margin-top: 65px;
    margin-bottom: 130px;
  }
}
.job-offer__list-title {
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 700;
}
.job-offer__list {
  margin-left: -0.5rem;
  margin-bottom: 30px;
  list-style: disc;
}
@media (min-width: 1200px) {
  .job-offer__list {
    margin-bottom: 55px;
  }
}
.job-offer__list:last-of-type {
  margin-bottom: 0;
}
.job-offer__list-title {
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .job-offer__list-title {
    font-size: 1.375rem;
  }
}
.job-offer__list-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .job-offer__list-item {
    font-size: 1.375rem;
    line-height: 2;
  }
}
.job-offer__newsletter-wrapper {
  max-width: 581px;
  margin-left: auto;
  margin-right: auto;
}
.job-offer__newsletter {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.job-offer__newsletter .meritoros-newsletter__txt {
  font-size: 1rem;
}

.investors__header {
  margin-top: 110px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .investors__header {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.investors__abstract, .investors__abstract p {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .investors__abstract, .investors__abstract p {
    font-size: 1.3rem;
  }
}
.investors__wrapper {
  align-items: flex-start;
}
@media only screen and (min-width: 1921px) {
  .investors__wrapper {
    max-width: 1970px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .investors__wrapper .article__section:last-child:not(.company-info) {
    margin-bottom: 100px;
  }
}
.investors__nav {
  position: fixed;
  top: 38px;
  left: 0;
  z-index: 10;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 30px 40px 30px 30px;
  border-bottom-right-radius: 30px;
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .investors__nav {
    position: sticky;
    top: 133px;
    max-width: unset;
    margin-top: 0;
    padding: 40px;
    border-bottom-right-radius: 100px;
  }
}
body.logged-in.admin-bar .investors__nav {
  top: 84px;
}
@media (min-width: 1200px) {
  body.logged-in.admin-bar .investors__nav {
    top: 165px;
  }
}
.investors__nav-list {
  max-height: 0;
  padding: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: max-height 0.2s, transform 0.2s, opacity 0.5s, margin 0.5s;
}
@media (min-width: 1200px) {
  .investors__nav-list {
    max-height: none;
    margin-top: 0;
    padding: 0 10px 10px;
    opacity: 1;
    transform: scaleY(100%);
  }
}
@media (max-width: 1199.98px) {
  .investors__nav-list.clicked {
    max-height: 999px;
    margin-top: 32px;
    opacity: 1;
    transform: scaleY(100%);
  }
}
.investors__nav-item {
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
@media (min-width: 1720px) {
  .investors__nav-item {
    margin: 20px 0;
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .clicked .investors__nav-item {
    margin: 0;
  }
}
.investors__nav-link {
  display: block;
  width: 100%;
  padding: 10px;
  transition: 0.5s;
}
.investors__nav-link.active--first {
  font-weight: 600;
}
.investors__section {
  display: block;
  margin: 55px 0;
}
@media (min-width: 1200px) {
  .investors__section {
    margin: 30px 0 85px;
  }
}
.investors__title {
  margin-left: 0;
  margin-right: 25px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .investors__title {
    margin-right: 5px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 2rem;
  }
}
.investors__title--subtitle {
  margin: 30px 25px 20px;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .investors__title--subtitle {
    margin: 0;
  }
}
.investors__title--nav {
  display: flex;
  margin: 0;
  justify-content: space-between;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .investors__title--nav {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
}
.investors__title--nav:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .investors__title--nav:hover {
    cursor: default;
  }
}
@media (max-width: 1199.98px) {
  .investors__title--nav::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/polygon.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s;
  }
  .investors__title--nav.clicked::after {
    transform: rotate(-60deg);
  }
}
.investors__desc {
  margin: 0 auto;
  width: 94%;
}
@media (min-width: 1200px) {
  .investors__desc {
    margin: 0;
    width: 100%;
  }
}
.investors__desc p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .investors__desc p {
    font-size: 1.4rem;
  }
}
.investors__desc ul,
.investors__desc ol {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .investors__desc ul,
  .investors__desc ol {
    font-size: 1.4rem;
  }
}
.investors__desc ul {
  list-style: disc;
}
.investors__desc ol {
  list-style: decimal;
}
.investors__table-wrapper {
  margin: 20px 6px;
  overflow-x: auto;
}
.investors__table {
  min-width: 100%;
  border-collapse: collapse;
}
.investors__table--big tbody .investors__table-row:first-child {
  background-color: #fff;
}
.investors__table--big, .investors__table--big .investors__table-item {
  min-width: unset;
  font-size: 0.8em;
  padding: 0 8px;
}
.investors__table--big .investors__table-item:first-child {
  min-width: 150px;
}
.investors__table-row {
  height: 50px;
  border-bottom: 1px solid #D1D1D1;
}
.investors__table-row:first-child {
  background-color: #f5f5f5;
}
.investors__table-item {
  min-width: 120px;
  padding: 0 20px;
  vertical-align: middle;
}
.investors__files-wrapper {
  margin: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}
@media (min-width: 1200px) {
  .investors__files-wrapper {
    display: flex;
    margin: 25px 5px;
    justify-content: space-between;
  }
}
.investors__download-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.investors__download {
  color: #44BE78;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.investors__download:hover {
  text-decoration: underline;
}

.investors-photos--about {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .investors-photos--about {
    max-width: 55.33333%;
  }
}
.investors-photos--about:last-of-type .investors-photos__wrapper {
  padding-bottom: 0;
  border: none;
}
.investors-photos__wrapper {
  margin-bottom: 25px;
  padding-bottom: 52px;
  border-bottom: 1px solid #d1d1d1;
}
section:last-of-type .investors-photos__wrapper {
  border-bottom: none;
}
@media (min-width: 992px) {
  .investors-photos__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    gap: 40px 5%;
  }
}
@media (min-width: 1200px) {
  .investors-photos__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.investors-photos__item {
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  .investors-photos__item {
    flex-basis: 30%;
    margin: 0;
  }
}
.investors-photos__item:last-child {
  margin-bottom: 0;
}
.investors-photos__img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 35px;
  border-bottom-right-radius: 143px;
}
.investors-photos__name, .investors-photos__name strong {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}
.investors-photos__job {
  margin-bottom: 23px;
}
.investors-photos__job small {
  font-size: 20px;
  line-height: 28px;
}
.investors-photos__desc, .investors-photos__desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #a1a1a1;
}

.map-wrapper {
  margin-bottom: -5px;
}
.map-wrapper iframe {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.wpml-ls-legacy-dropdown {
  display: none;
}
@media (min-width: 1200px) {
  .wpml-ls-legacy-dropdown {
    display: block;
    width: 7rem;
    text-transform: uppercase;
    font-size: 1rem;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover a {
  background-color: transparent;
}
.wpml-ls-legacy-dropdown a {
  border: none;
  text-align: left;
  color: #000;
}
.wpml-ls-legacy-dropdown a:hover {
  color: #44BE78;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  border: 0.25em solid transparent;
  border-top: 0.45em solid;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  padding: 7px 0;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.05);
}

.wpml-ls-statics-footer {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .wpml-ls-statics-footer {
    display: none;
  }
}
.wpml-ls-statics-footer .wpml-ls-item:hover a {
  background-color: transparent;
}
.wpml-ls-statics-footer a {
  border: none;
  text-align: left;
  color: #000;
}
.wpml-ls-statics-footer a:hover {
  color: #44BE78;
}

.site-footer ~ .wpml-ls-statics-footer {
  display: none;
}

.categories {
  display: flex;
  margin-top: 50px;
  margin-bottom: 90px;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.categories .cat-item,
.categories .cat-item-all {
  font-size: 20px;
  font-weight: 700;
}
.categories:not(:has(.current-cat)) .cat-item-all {
  color: #44BE78;
}
.categories .current-cat {
  font-size: 20px;
  font-weight: 700;
  color: #44BE78;
}

.blog-list__categories {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #44BE78;
}

.single__categories {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #44BE78;
}
.single__categories a:hover {
  text-decoration: underline;
}

.contact {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .contact {
    flex-direction: row;
  }
}
.contact__cta {
  padding: 20px;
}

@media (min-width: 1200px) {
  .phone-cta {
    flex-basis: 20%;
  }
}
.phone-cta--contact-page {
  grid-area: cta;
}
.phone-cta__wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: #44BE78;
  border-radius: 8px;
  text-align: center;
}
.phone-cta__text {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: 600;
}
.phone-cta__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.phone-cta__label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/phone.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn--phone:hover .phone-cta__label::before {
  filter: grayscale(1) saturate(100%) brightness(300%);
}
/*# sourceMappingURL=main.css.map */
