/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .message__author-details > *,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

html {
  font-size: 10px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  color: #303458;
  background: #ffffff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

.main {
  background: #f5f5f7;
}
.main--transparent {
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 .font-bold {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

p {
  color: #787b93;
  font-size: 1.4rem;
}
p:not(:last-child) {
  margin-bottom: 3rem;
}
p:not(:last-child).normal-bottom-margin {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  p {
    text-align: left;
  }
}

ul {
  color: #787b93;
  font-size: 1.4rem;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}

a {
  color: #4955ff;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: underline;
  outline: 0;
}

.element {
  margin-bottom: 3rem;
}

.is-invalid {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ff3f1a !important;
  outline: 0;
}

.shadowed {
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
}

.hover-shadowed:hover {
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
}

.counter {
  color: #787b93;
  font-weight: 400;
  padding-left: 0.5rem;
}

a.link--external::after {
  content: " ";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent no-repeat;
  background-image: url("../images/icons-spritetify/external-link-small.svg");
  background-size: contain;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

img[data-src] {
  visibility: hidden;
}
img[src] {
  visibility: visible;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
h1,
.h1 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 130%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}

h2,
.h2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 130%;
  font-size: 3.4rem;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.6rem;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}

h3,
.h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 130%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
}

h4,
.h4 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: -0.02em;
  }
}

h5,
.h5,
h6,
.h6 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: -0.02em;
  }
}

h1 [class*=fa-],
h2 [class*=fa-],
h3 [class*=fa-],
h4 [class*=fa-],
h5 [class*=fa-],
h6 [class*=fa-],
.h1 [class*=fa-],
.h2 [class*=fa-],
.h3 [class*=fa-],
.h4 [class*=fa-],
.h5 [class*=fa-],
.h6 [class*=fa-] {
  margin-right: 1rem;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  font-size: 35%;
  color: #8e8ea2;
  margin-left: 1rem;
  font-weight: 400;
}

.heading {
  margin: 3rem 0;
}
.heading--higher {
  margin: 6rem 0 3rem 0;
}
.heading--higher-irregular {
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .heading--higher-irregular {
    margin-bottom: 3rem;
  }
}
.heading__subheading {
  display: inline-block;
  font-size: 0.75em;
  margin-left: 1rem;
}
.heading--small {
  margin: 0.8rem 0;
}
.heading--line {
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .heading--line h1 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
.heading--line h1 + span {
  margin-bottom: 0.8rem;
  margin-left: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .heading--line h1 + span {
    margin-bottom: 0.1rem;
  }
}

.sub-heading {
  font-weight: 700;
  font-size: 1.3rem;
}
.sub-heading--primary {
  color: #4955ff;
}

p br {
  display: none;
}
@media screen and (min-width: 576px) {
  p br {
    display: initial;
  }
}

.text-reset {
  all: reset !important;
  color: currentColor !important;
  font-weight: normal !important;
}

.text-abstract {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 170%;
}
@media screen and (min-width: 992px) {
  .text-abstract {
    font-size: 1.8rem;
    line-height: 180%;
  }
}

.paragraph {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 190%;
}
@media screen and (min-width: 992px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 190%;
  }
}

.w-prose {
  width: 100%;
  max-width: 64ch;
}

.text-underline {
  text-decoration: underline;
}

.c-inherit {
  color: inherit;
}

.form__element {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.form__element--inline {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.form__element--inline .form__label, .form__element--inline .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .form__element--inline .portfolio__form__delete-button, .form__element--inline .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .form__element--inline .resume__form__delete-button {
  margin-bottom: 0;
}
.form__element--bordered {
  border-bottom: 1px solid #eceeff;
  border-top: 1px solid #eceeff;
  padding-top: 3rem;
}
.form__element--light input,
.form__element--light textarea {
  background: #ffffff;
}
.form__element-append {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-60%) translateX(-50%);
}
.form__element:has(+ .no-top-margin) {
  margin-bottom: 0;
}
.form__label, .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_resume .resume__form__delete-button {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #353b64;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.form__label--optional {
  font-weight: 400;
  color: #82869f;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.optional-hidden .form__label .form__label--optional, .optional-hidden .profile__section.edit_portfolio .portfolio__form__delete-button .form__label--optional, .profile__section.edit_portfolio .optional-hidden .portfolio__form__delete-button .form__label--optional, .optional-hidden .profile__section.edit_resume .resume__form__delete-button .form__label--optional, .profile__section.edit_resume .optional-hidden .resume__form__delete-button .form__label--optional {
  display: none;
}
.form--modern .form__label, .form--modern .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .form--modern .portfolio__form__delete-button, .form--modern .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .form--modern .resume__form__delete-button {
  color: #18181b;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.form__input, .tags-input__input,
.combined-tags-input__input, .form__textarea {
  width: 100%;
  min-height: 5.2rem;
  background: #ffffff;
  border: 1px solid #a5a8c6;
  box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.3), inset 10px 10px 10px rgba(103, 114, 229, 0.04);
  border-radius: 1rem;
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.6rem;
  transition: 0.15s ease;
  color: #303458;
  outline: none;
}
.form__input::-moz-placeholder, .tags-input__input::-moz-placeholder, .combined-tags-input__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #c9cce2;
}
.form__input::placeholder, .tags-input__input::placeholder,
.combined-tags-input__input::placeholder, .form__textarea::placeholder {
  color: #c9cce2;
}
.form__input:not(:last-child), .tags-input__input:not(:last-child),
.combined-tags-input__input:not(:last-child), .form__textarea:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form__input[maxlength], [maxlength].tags-input__input,
[maxlength].combined-tags-input__input, .form__textarea[maxlength] {
  margin-bottom: 0;
}
.form__input:focus, .tags-input__input:focus,
.combined-tags-input__input:focus, .form__input:active, .tags-input__input:active,
.combined-tags-input__input:active, .form__textarea:focus, .form__textarea:active {
  border-color: #4955ff;
  outline-color: none;
}
.form__input ~ .max_length_counter, .tags-input__input ~ .max_length_counter,
.combined-tags-input__input ~ .max_length_counter, .form__textarea ~ .max_length_counter {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
  margin: 1rem 0 -1.4rem 0 !important;
  text-align: right;
}
.form__input--monospace, .form__textarea--monospace {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-size: 1.6rem;
}
.form--modern .form__input, .form--modern .tags-input__input,
.form--modern .combined-tags-input__input, .form--modern .form__textarea {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.8rem 1.2rem 0.8rem 1.6rem;
  box-shadow: none;
}
.form--modern .form__input:active, .form--modern .tags-input__input:active,
.form--modern .combined-tags-input__input:active, .form--modern .form__input:focus, .form--modern .tags-input__input:focus,
.form--modern .combined-tags-input__input:focus, .form--modern .form__textarea:active, .form--modern .form__textarea:focus {
  border: 1px solid #050505;
}
.form__input:disabled:-moz-read-only, .tags-input__input:disabled:-moz-read-only, .combined-tags-input__input:disabled:-moz-read-only, .form__textarea:disabled:-moz-read-only {
  opacity: 0.6;
}
.form__input:disabled:read-only, .tags-input__input:disabled:read-only,
.combined-tags-input__input:disabled:read-only, .form__textarea:disabled:read-only {
  opacity: 0.6;
}
.form__input, .tags-input__input,
.combined-tags-input__input, .form__textarea {
  position: relative;
  display: flex;
  padding: 0 2rem;
  line-height: 2.4rem;
}
.form__input input, .tags-input__input input,
.combined-tags-input__input input, .form__textarea input {
  flex-grow: 1;
  background: transparent;
  border: none;
}
.form__input-suplement {
  font-weight: 700;
  font-size: 1.8rem;
}
.form__input--valid:focus, .form__input--valid:active {
  border: 1px solid #00d56d;
  outline: none;
}
@media screen and (min-width: 992px) {
  .form__input.form__input--payment, .form__input--payment.tags-input__input,
  .form__input--payment.combined-tags-input__input, .form__input--payment.form__textarea {
    max-width: 18ch;
    text-align: right;
  }
}
.form__input.form__input--slim, .form__input--slim.tags-input__input,
.form__input--slim.combined-tags-input__input, .form__input--slim.form__textarea {
  max-width: 24ch;
}
.form__textarea {
  padding: 2rem;
  min-height: 10rem;
  transition-property: border, color, background, box-shadow, outline;
}
.form__textarea--hidden {
  display: none;
}
.form__checkbox, .profile__section.edit_portfolio .portfolio__form__delete input[type=checkbox], .profile__section.edit_resume .resume__form__delete input[type=checkbox], ul.checkboxselectmultiple.form__input input[type=checkbox], ul.checkboxselectmultiple.tags-input__input input[type=checkbox],
ul.checkboxselectmultiple.combined-tags-input__input input[type=checkbox], ul.checkboxselectmultiple.form__textarea input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #dbdbe9;
  border-radius: 4px;
  background: transparent;
  outline: none;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 1.5rem;
}
.form__checkbox--radio {
  border-radius: 400px;
}
.form__checkbox:checked, .profile__section.edit_portfolio .portfolio__form__delete input[type=checkbox]:checked, .profile__section.edit_resume .resume__form__delete input[type=checkbox]:checked, ul.checkboxselectmultiple.form__input input[type=checkbox]:checked, ul.checkboxselectmultiple.tags-input__input input[type=checkbox]:checked,
ul.checkboxselectmultiple.combined-tags-input__input input[type=checkbox]:checked, ul.checkboxselectmultiple.form__textarea input[type=checkbox]:checked {
  background: #4955ff;
  border-color: #4955ff;
  position: relative;
}
.form__checkbox--green:checked {
  background: #00d56d;
  border-color: #00d56d;
}
.form__radio-wrapper {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: relative;
}
.form__radio-wrapper .form__label, .form__radio-wrapper .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .form__radio-wrapper .portfolio__form__delete-button, .form__radio-wrapper .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .form__radio-wrapper .resume__form__delete-button {
  margin-bottom: 0;
}
.form__radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.form__radio-input-element {
  flex-shrink: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  background: #ffffff;
  border: 1px solid #dbdbe9;
  border-radius: 50%;
  position: relative;
}
.form__radio:checked + .form__radio-input-element, .form__radio:checked + div .form__radio-input-element {
  background: #4955ff;
  border-color: #4955ff;
}
.form__radio:checked + .form__radio-input-element:after, .form__radio:checked + div .form__radio-input-element:after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #ffffff;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  border-radius: 50%;
}
.form__radio:focus ~ .form__radio-input-element {
  border: 1px solid #414ce5;
}
.form__radio:checked + div {
  border-color: #4955ff;
}
.form__radio-group--scrollable {
  overflow-x: scroll;
}
.form__radio-group--scrollable .form__radio-wrapper {
  max-width: 60%;
}
.form__radio-group--boxed {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.form__radio-group--boxed .form__radio {
  flex: 1;
}
.form__radio-group--boxed .form__radio-wrapper {
  padding: 0;
  margin: 0;
}
.form__radio-group--boxed .form__radio-input-element {
  background: #f5f5f7;
  border: 1px solid #f5f5f7;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5rem;
  height: 100%;
  padding: 1rem 2rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 90px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
  color: #4a518a;
  cursor: pointer;
  background: #f7f7ff;
  border: 1px solid #edeeff;
  border-radius: 1rem;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .form__radio-group--boxed .form__radio-input-element {
    min-width: 160px;
    max-width: 60%;
    min-height: 90px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form__radio-group--boxed .form__radio-input-element > i {
  width: 2.4rem;
  height: 2.4rem;
}
.form__radio-group--boxed .form__radio-input-element > span {
  width: 100%;
  flex-basis: 100%;
  line-height: 1.4;
  display: block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form__radio-group--boxed .form__radio:checked + .form__radio-input-element {
  background: rgba(73, 85, 255, 0.1);
  border-color: #4955ff;
}
.form__radio-group--boxed .form__radio:checked + .form__radio-input-element:after {
  display: none;
  content: none;
}
.form__select {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
.form__select--hidden {
  display: none;
}
.form__checkbox-wraper, ul.checkboxselectmultiple.form__input label, ul.checkboxselectmultiple.tags-input__input label,
ul.checkboxselectmultiple.combined-tags-input__input label, ul.checkboxselectmultiple.form__textarea label {
  display: flex;
  flex-direction: center;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
.form__checkbox-wraper .form__label, .form__checkbox-wraper .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .form__checkbox-wraper .portfolio__form__delete-button, .form__checkbox-wraper .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .form__checkbox-wraper .resume__form__delete-button, ul.checkboxselectmultiple.form__input label .form__label, ul.checkboxselectmultiple.tags-input__input label .form__label,
ul.checkboxselectmultiple.combined-tags-input__input label .form__label, ul.checkboxselectmultiple.form__input label .profile__section.edit_portfolio .portfolio__form__delete-button, ul.checkboxselectmultiple.tags-input__input label .profile__section.edit_portfolio .portfolio__form__delete-button,
ul.checkboxselectmultiple.combined-tags-input__input label .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio ul.checkboxselectmultiple.form__input label .portfolio__form__delete-button, .profile__section.edit_portfolio ul.checkboxselectmultiple.tags-input__input label .portfolio__form__delete-button,
.profile__section.edit_portfolio ul.checkboxselectmultiple.combined-tags-input__input label .portfolio__form__delete-button, ul.checkboxselectmultiple.form__input label .profile__section.edit_resume .resume__form__delete-button, ul.checkboxselectmultiple.tags-input__input label .profile__section.edit_resume .resume__form__delete-button,
ul.checkboxselectmultiple.combined-tags-input__input label .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume ul.checkboxselectmultiple.form__input label .resume__form__delete-button, .profile__section.edit_resume ul.checkboxselectmultiple.tags-input__input label .resume__form__delete-button,
.profile__section.edit_resume ul.checkboxselectmultiple.combined-tags-input__input label .resume__form__delete-button, ul.checkboxselectmultiple.form__textarea label .form__label, ul.checkboxselectmultiple.form__textarea label .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio ul.checkboxselectmultiple.form__textarea label .portfolio__form__delete-button, ul.checkboxselectmultiple.form__textarea label .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume ul.checkboxselectmultiple.form__textarea label .resume__form__delete-button {
  margin-bottom: 0;
}
.form__checkbox-wraper--no-margin {
  margin-bottom: 0;
}
.form__checkbox-wraper--top-margin {
  margin-top: 1.5rem;
}
.form__text {
  color: #787b93;
}
.form-group__input__button {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .form-group__input__button {
    flex-direction: column;
  }
}
.form-group__input__button input {
  display: inline-flex;
  flex: 3;
  padding: 0 2rem;
  margin-bottom: 0;
  min-height: 5rem;
  min-width: 18rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 991px) {
  .form-group__input__button input {
    flex: none;
    border-radius: 1.2rem;
    margin-bottom: 1rem;
  }
}
.form-group__input__button button.button {
  display: inline-flex;
  flex: 4;
  padding: 0 2rem;
  font-size: 1.4rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 991px) {
  .form-group__input__button button.button {
    flex: none;
    border-radius: 1.2rem;
  }
}
.form__error {
  color: #ff3f1a !important;
  background: none;
  padding: 0.5rem 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.form__error a {
  font: inherit !important;
  color: currentColor !important;
  text-decoration: underline;
}
.form__error b,
.form__error strong {
  font-weight: 700;
}
.form__warning {
  margin-top: 1rem;
  color: #ff8d18 !important;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left;
  background: none;
  padding: 0.5rem 0;
  display: block;
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.form__warning b,
.form__warning strong {
  font-weight: 700;
}
.form__warning a {
  color: #ff8d18 !important;
  text-decoration: underline;
}
.form__divider {
  display: block;
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  background: #a7b0d1;
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}
.form__subtext {
  color: #050505;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form__days-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8rem;
  padding: 1.6rem 0;
}
.form__days-input {
  max-width: 10ch;
  text-align: right;
  margin: 0 !important;
}
.form__spacer {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 0;
  padding: 0;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

/*Styles for default django form errors*/
.is-invalid {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ff3f1a !important;
}

.invalid-feedback {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #ff3f1a !important;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left;
}
.invalid-feedback a {
  color: currentColor !important;
  text-decoration: underline;
}
.form--modern .invalid-feedback {
  margin-top: 0.8rem;
  padding: 0;
}

ul.checkboxselectmultiple.form__input, ul.checkboxselectmultiple.tags-input__input,
ul.checkboxselectmultiple.combined-tags-input__input, ul.checkboxselectmultiple.form__textarea {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: transparent;
  border: transparent !important;
  color: #303458;
  gap: 2rem;
  line-height: 1.416;
}
ul.checkboxselectmultiple.form__input li, ul.checkboxselectmultiple.tags-input__input li,
ul.checkboxselectmultiple.combined-tags-input__input li, ul.checkboxselectmultiple.form__textarea li {
  flex-basis: 100%;
  padding: 0;
  margin: 0;
}
ul.checkboxselectmultiple.form__input label, ul.checkboxselectmultiple.tags-input__input label,
ul.checkboxselectmultiple.combined-tags-input__input label, ul.checkboxselectmultiple.form__textarea label {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  line-height: 1.416;
}
ul.checkboxselectmultiple.form__input input[type=checkbox], ul.checkboxselectmultiple.tags-input__input input[type=checkbox],
ul.checkboxselectmultiple.combined-tags-input__input input[type=checkbox], ul.checkboxselectmultiple.form__textarea input[type=checkbox] {
  margin-right: 0;
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  padding: 1rem 0;
}
.radio-group__wrapper,
.checkbox-group__wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.radio-group .radio,
.radio-group .checkbox, .radio-group__item,
.checkbox-group .radio,
.checkbox-group .checkbox,
.checkbox-group__item {
  flex-basis: 100%;
}

.form-dense-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 3.2rem;
}
.form-dense-group .form__element {
  margin: unset;
}
.form-dense-group .invalid-feedback {
  margin-top: 0;
}

.reset-form-element-margin .form__element {
  margin: unset;
}
.reset-form-element-margin .invalid-feedback {
  margin-top: 0;
}

.text-editor * {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
}
.text-editor p {
  margin-bottom: 1rem;
}
.text-editor p br {
  display: inherit;
}
.text-editor a {
  color: #4955ff;
}
.text-editor a:hover {
  color: #0047ff;
}
.text-editor strong {
  font-weight: 700;
}
.text-editor ol,
.text-editor ul {
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}

.avatar__input {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
}
.avatar__input .form__label, .avatar__input .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .avatar__input .portfolio__form__delete-button, .avatar__input .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .avatar__input .resume__form__delete-button {
  margin: 0 !important;
}
.avatar__input .change_photo {
  color: #1953ff;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.avatar__input-photo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  background: #e9efff;
  color: #193380;
  border-radius: 9999999999rem;
}
.avatar__input-photo-container > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 9999999999rem;
}
.avatar__input-controls-container {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
.avatar__input-controls {
  display: flex;
  gap: 1.6rem;
  flex-direction: row;
}

.text-highlight {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #4955ff;
  font-weight: 700;
  font-size: 100%;
}
.text-highlight--big {
  font-size: 2.4rem;
  display: block;
}
.text-highlight--primary {
  font-size: 100%;
  color: #4955ff !important;
}
.text-highlight--green {
  font-size: 100%;
  color: #00d56d !important;
}
.text-highlight--danger {
  font-size: 100%;
  color: #ff3f1a !important;
}
.text-highlight--dimmed {
  font-size: 100%;
  color: #3a4372 !important;
}
.text-highlight--yellow {
  font-size: 100%;
  color: #ffc866 !important;
}
.text-highlight--dark-blue {
  font-size: 100%;
  color: #4a518a;
}

.anim-opacity {
  animation: anim-opacity 1s;
}

@keyframes anim-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slides-x {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fade-slide-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-slide-in-from-right {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.pulse-animation--none {
  box-shadow: 0 0 0 0 transparent;
  animation: none infinite linear;
}

.pulse-animation--gray, .form__checkbox--green-pulse {
  box-shadow: 0 0 0 0 rgba(152, 153, 172, 0);
  animation-name: pulse--gray;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
@keyframes pulse--gray {
  0% {
    box-shadow: 0 0 0 0 rgba(152, 153, 172, 0);
  }
  75% {
    box-shadow: 0 0 0 4px rgba(152, 153, 172, 0.1);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(152, 153, 172, 0);
  }
}

.pulse-animation--green, .form__checkbox--green-pulse:checked {
  box-shadow: 0 0 0 0 rgba(0, 213, 109, 0);
  animation-name: pulse--green;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
@keyframes pulse--green {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 213, 109, 0);
  }
  75% {
    box-shadow: 0 0 0 4px rgba(0, 213, 109, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(0, 213, 109, 0);
  }
}

.pulse-animation--primary {
  box-shadow: 0 0 0 0 rgba(73, 85, 255, 0);
  animation-name: pulse--primary;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
@keyframes pulse--primary {
  0% {
    box-shadow: 0 0 0 0 rgba(73, 85, 255, 0);
  }
  75% {
    box-shadow: 0 0 0 4px rgba(73, 85, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(73, 85, 255, 0);
  }
}

.transition--fast {
  transition: 0.15s ease;
}

.transition--moderate {
  transition: 0.2s ease;
}

.transition--gentle {
  transition: 0.25s ease;
}

.transition--slow {
  transition: 0.3s ease;
}

.opacity-visible {
  opacity: 1;
}
.opacity-hidden {
  opacity: 0;
}

@keyframes show-svg-icon {
  100% {
    opacity: 1;
    width: auto;
    height: auto;
  }
}
.flag {
  display: inline-flex;
  background-color: transparent;
  background-image: url("../images/flags/WW.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2.8rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.flag.flag--circle {
  background-size: cover;
  border-radius: 2251px;
}
.flag.flag--rounded {
  border-radius: 3px;
}
.flag.flag--middle {
  vertical-align: middle;
}
.flag.flag--baseline {
  vertical-align: baseline;
}
.flag.flag--text {
  width: 1.4em;
  height: 1.4em;
}
.flag.flag--small {
  width: 1.4rem;
  height: 1.4rem;
}
.flag.flag--medium {
  width: 2.8rem;
  height: 2.8rem;
}
.flag.flag--large {
  width: 2.8rem;
  height: 2.8rem;
}
.flag.flag--AD {
  background-image: url("../images/flags/AD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AE {
  background-image: url("../images/flags/AE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AF {
  background-image: url("../images/flags/AF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AG {
  background-image: url("../images/flags/AG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AI {
  background-image: url("../images/flags/AI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AL {
  background-image: url("../images/flags/AL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AM {
  background-image: url("../images/flags/AM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AN {
  background-image: url("../images/flags/AN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AO {
  background-image: url("../images/flags/AO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AR {
  background-image: url("../images/flags/AR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AS {
  background-image: url("../images/flags/AS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AT {
  background-image: url("../images/flags/AT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AU {
  background-image: url("../images/flags/AU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AW {
  background-image: url("../images/flags/AW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AX {
  background-image: url("../images/flags/AX.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AZ {
  background-image: url("../images/flags/AZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BA {
  background-image: url("../images/flags/BA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BB {
  background-image: url("../images/flags/BB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BD {
  background-image: url("../images/flags/BD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BE {
  background-image: url("../images/flags/BE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BF {
  background-image: url("../images/flags/BF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BG {
  background-image: url("../images/flags/BG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BH {
  background-image: url("../images/flags/BH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BI {
  background-image: url("../images/flags/BI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BJ {
  background-image: url("../images/flags/BJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BM {
  background-image: url("../images/flags/BM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BN {
  background-image: url("../images/flags/BN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BO {
  background-image: url("../images/flags/BO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BR {
  background-image: url("../images/flags/BR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BS {
  background-image: url("../images/flags/BS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BT {
  background-image: url("../images/flags/BT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BV {
  background-image: url("../images/flags/BV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BW {
  background-image: url("../images/flags/BW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BY {
  background-image: url("../images/flags/BY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BZ {
  background-image: url("../images/flags/BZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CA {
  background-image: url("../images/flags/CA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CC {
  background-image: url("../images/flags/CC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CD {
  background-image: url("../images/flags/CD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CF {
  background-image: url("../images/flags/CF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CG {
  background-image: url("../images/flags/CG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CH {
  background-image: url("../images/flags/CH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CI {
  background-image: url("../images/flags/CI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CK {
  background-image: url("../images/flags/CK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CL {
  background-image: url("../images/flags/CL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CM {
  background-image: url("../images/flags/CM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CN {
  background-image: url("../images/flags/CN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CO {
  background-image: url("../images/flags/CO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CR {
  background-image: url("../images/flags/CR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CU {
  background-image: url("../images/flags/CU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CV {
  background-image: url("../images/flags/CV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CX {
  background-image: url("../images/flags/CX.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CY {
  background-image: url("../images/flags/CY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CZ {
  background-image: url("../images/flags/CZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DE {
  background-image: url("../images/flags/DE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DJ {
  background-image: url("../images/flags/DJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DK {
  background-image: url("../images/flags/DK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DM {
  background-image: url("../images/flags/DM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DO {
  background-image: url("../images/flags/DO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DZ {
  background-image: url("../images/flags/DZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EC {
  background-image: url("../images/flags/EC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EE {
  background-image: url("../images/flags/EE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EG {
  background-image: url("../images/flags/EG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EH {
  background-image: url("../images/flags/EH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EN {
  background-image: url("../images/flags/EN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ER {
  background-image: url("../images/flags/ER.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ES {
  background-image: url("../images/flags/ES.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ET {
  background-image: url("../images/flags/ET.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EU {
  background-image: url("../images/flags/EU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FI {
  background-image: url("../images/flags/FI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FJ {
  background-image: url("../images/flags/FJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FK {
  background-image: url("../images/flags/FK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FM {
  background-image: url("../images/flags/FM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FO {
  background-image: url("../images/flags/FO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FR {
  background-image: url("../images/flags/FR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GA {
  background-image: url("../images/flags/GA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GB {
  background-image: url("../images/flags/GB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GD {
  background-image: url("../images/flags/GD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GE {
  background-image: url("../images/flags/GE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GF {
  background-image: url("../images/flags/GF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GH {
  background-image: url("../images/flags/GH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GI {
  background-image: url("../images/flags/GI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GL {
  background-image: url("../images/flags/GL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GM {
  background-image: url("../images/flags/GM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GN {
  background-image: url("../images/flags/GN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GP {
  background-image: url("../images/flags/GP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GQ {
  background-image: url("../images/flags/GQ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GR {
  background-image: url("../images/flags/GR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GS {
  background-image: url("../images/flags/GS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GT {
  background-image: url("../images/flags/GT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GU {
  background-image: url("../images/flags/GU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GW {
  background-image: url("../images/flags/GW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GY {
  background-image: url("../images/flags/GY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HK {
  background-image: url("../images/flags/HK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HM {
  background-image: url("../images/flags/HM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HN {
  background-image: url("../images/flags/HN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HR {
  background-image: url("../images/flags/HR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HT {
  background-image: url("../images/flags/HT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HU {
  background-image: url("../images/flags/HU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ID {
  background-image: url("../images/flags/ID.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IE {
  background-image: url("../images/flags/IE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IL {
  background-image: url("../images/flags/IL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IN {
  background-image: url("../images/flags/IN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IO {
  background-image: url("../images/flags/IO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IQ {
  background-image: url("../images/flags/IQ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IR {
  background-image: url("../images/flags/IR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IS {
  background-image: url("../images/flags/IS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IT {
  background-image: url("../images/flags/IT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JM {
  background-image: url("../images/flags/JM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JO {
  background-image: url("../images/flags/JO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JP {
  background-image: url("../images/flags/JP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KE {
  background-image: url("../images/flags/KE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KG {
  background-image: url("../images/flags/KG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KH {
  background-image: url("../images/flags/KH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KI {
  background-image: url("../images/flags/KI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KM {
  background-image: url("../images/flags/KM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KN {
  background-image: url("../images/flags/KN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KP {
  background-image: url("../images/flags/KP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KR {
  background-image: url("../images/flags/KR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KW {
  background-image: url("../images/flags/KW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KY {
  background-image: url("../images/flags/KY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KZ {
  background-image: url("../images/flags/KZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LA {
  background-image: url("../images/flags/LA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LB {
  background-image: url("../images/flags/LB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LC {
  background-image: url("../images/flags/LC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LI {
  background-image: url("../images/flags/LI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LK {
  background-image: url("../images/flags/LK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LR {
  background-image: url("../images/flags/LR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LS {
  background-image: url("../images/flags/LS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LT {
  background-image: url("../images/flags/LT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LU {
  background-image: url("../images/flags/LU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LV {
  background-image: url("../images/flags/LV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LY {
  background-image: url("../images/flags/LY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MA {
  background-image: url("../images/flags/MA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MC {
  background-image: url("../images/flags/MC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MD {
  background-image: url("../images/flags/MD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ME {
  background-image: url("../images/flags/ME.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MG {
  background-image: url("../images/flags/MG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MH {
  background-image: url("../images/flags/MH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MK {
  background-image: url("../images/flags/MK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ML {
  background-image: url("../images/flags/ML.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MM {
  background-image: url("../images/flags/MM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MN {
  background-image: url("../images/flags/MN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MO {
  background-image: url("../images/flags/MO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MP {
  background-image: url("../images/flags/MP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MQ {
  background-image: url("../images/flags/MQ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MR {
  background-image: url("../images/flags/MR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MS {
  background-image: url("../images/flags/MS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MT {
  background-image: url("../images/flags/MT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MU {
  background-image: url("../images/flags/MU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MV {
  background-image: url("../images/flags/MV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MW {
  background-image: url("../images/flags/MW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MX {
  background-image: url("../images/flags/MX.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MY {
  background-image: url("../images/flags/MY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MZ {
  background-image: url("../images/flags/MZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NA {
  background-image: url("../images/flags/NA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NC {
  background-image: url("../images/flags/NC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NE {
  background-image: url("../images/flags/NE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NF {
  background-image: url("../images/flags/NF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NG {
  background-image: url("../images/flags/NG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NI {
  background-image: url("../images/flags/NI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NL {
  background-image: url("../images/flags/NL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NO {
  background-image: url("../images/flags/NO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NP {
  background-image: url("../images/flags/NP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NR {
  background-image: url("../images/flags/NR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NU {
  background-image: url("../images/flags/NU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NZ {
  background-image: url("../images/flags/NZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--OM {
  background-image: url("../images/flags/OM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PA {
  background-image: url("../images/flags/PA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PE {
  background-image: url("../images/flags/PE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PF {
  background-image: url("../images/flags/PF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PG {
  background-image: url("../images/flags/PG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PH {
  background-image: url("../images/flags/PH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PK {
  background-image: url("../images/flags/PK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PM {
  background-image: url("../images/flags/PM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PL {
  background-image: url("../images/flags/PL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PN {
  background-image: url("../images/flags/PN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PR {
  background-image: url("../images/flags/PR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PS {
  background-image: url("../images/flags/PS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PT {
  background-image: url("../images/flags/PT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PW {
  background-image: url("../images/flags/PW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PY {
  background-image: url("../images/flags/PY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--QA {
  background-image: url("../images/flags/QA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RE {
  background-image: url("../images/flags/RE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RO {
  background-image: url("../images/flags/RO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RS {
  background-image: url("../images/flags/RS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RU {
  background-image: url("../images/flags/RU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RW {
  background-image: url("../images/flags/RW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SA {
  background-image: url("../images/flags/SA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SB {
  background-image: url("../images/flags/SB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SC {
  background-image: url("../images/flags/SC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SD {
  background-image: url("../images/flags/SD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SE {
  background-image: url("../images/flags/SE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SG {
  background-image: url("../images/flags/SG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SH {
  background-image: url("../images/flags/SH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SI {
  background-image: url("../images/flags/SI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SJ {
  background-image: url("../images/flags/SJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SK {
  background-image: url("../images/flags/SK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SL {
  background-image: url("../images/flags/SL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SM {
  background-image: url("../images/flags/SM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SN {
  background-image: url("../images/flags/SN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SO {
  background-image: url("../images/flags/SO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SR {
  background-image: url("../images/flags/SR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ST {
  background-image: url("../images/flags/ST.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SV {
  background-image: url("../images/flags/SV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SY {
  background-image: url("../images/flags/SY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SZ {
  background-image: url("../images/flags/SZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TC {
  background-image: url("../images/flags/TC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TD {
  background-image: url("../images/flags/TD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TF {
  background-image: url("../images/flags/TF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TG {
  background-image: url("../images/flags/TG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TH {
  background-image: url("../images/flags/TH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TJ {
  background-image: url("../images/flags/TJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TK {
  background-image: url("../images/flags/TK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TL {
  background-image: url("../images/flags/TL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TM {
  background-image: url("../images/flags/TM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TN {
  background-image: url("../images/flags/TN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TO {
  background-image: url("../images/flags/TO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TR {
  background-image: url("../images/flags/TR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TT {
  background-image: url("../images/flags/TT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TV {
  background-image: url("../images/flags/TV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TW {
  background-image: url("../images/flags/TW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TZ {
  background-image: url("../images/flags/TZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UA {
  background-image: url("../images/flags/UA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UG {
  background-image: url("../images/flags/UG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UM {
  background-image: url("../images/flags/UM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--US {
  background-image: url("../images/flags/US.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UY {
  background-image: url("../images/flags/UY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UZ {
  background-image: url("../images/flags/UZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VA {
  background-image: url("../images/flags/VA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VC {
  background-image: url("../images/flags/VC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VE {
  background-image: url("../images/flags/VE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VG {
  background-image: url("../images/flags/VG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VI {
  background-image: url("../images/flags/VI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VN {
  background-image: url("../images/flags/VN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VU {
  background-image: url("../images/flags/VU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--WF {
  background-image: url("../images/flags/WF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--WS {
  background-image: url("../images/flags/WS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--YE {
  background-image: url("../images/flags/YE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--YT {
  background-image: url("../images/flags/YT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ZA {
  background-image: url("../images/flags/ZA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ZM {
  background-image: url("../images/flags/ZM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ZW {
  background-image: url("../images/flags/ZW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--XK {
  background-image: url("../images/flags/XK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IM {
  background-image: url("../images/flags/IM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JE {
  background-image: url("../images/flags/JE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GG {
  background-image: url("../images/flags/GG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AED {
  background-image: url("../images/flags/AE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AFN {
  background-image: url("../images/flags/AF.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ALL {
  background-image: url("../images/flags/AL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AMD {
  background-image: url("../images/flags/AM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AOA {
  background-image: url("../images/flags/AO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ARS {
  background-image: url("../images/flags/AR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AUD {
  background-image: url("../images/flags/AU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AWG {
  background-image: url("../images/flags/AW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--AZN {
  background-image: url("../images/flags/AZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BAM {
  background-image: url("../images/flags/BA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BBD {
  background-image: url("../images/flags/BB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BDT {
  background-image: url("../images/flags/BD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BGN {
  background-image: url("../images/flags/BG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BHD {
  background-image: url("../images/flags/BH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BIF {
  background-image: url("../images/flags/BI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BMD {
  background-image: url("../images/flags/BM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BND {
  background-image: url("../images/flags/BN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BOB {
  background-image: url("../images/flags/BO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BRL {
  background-image: url("../images/flags/BR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BSD {
  background-image: url("../images/flags/BS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BWP {
  background-image: url("../images/flags/BW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BYN {
  background-image: url("../images/flags/BY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--BZD {
  background-image: url("../images/flags/BZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CAD {
  background-image: url("../images/flags/CA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CDF {
  background-image: url("../images/flags/CD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CHF {
  background-image: url("../images/flags/CH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CLP {
  background-image: url("../images/flags/CL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CNY {
  background-image: url("../images/flags/CN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--COP {
  background-image: url("../images/flags/CO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CRC {
  background-image: url("../images/flags/CR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CUP {
  background-image: url("../images/flags/CU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CVE {
  background-image: url("../images/flags/CV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--CZK {
  background-image: url("../images/flags/CZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DJF {
  background-image: url("../images/flags/DJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DKK {
  background-image: url("../images/flags/DK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DOP {
  background-image: url("../images/flags/DO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--DZD {
  background-image: url("../images/flags/DZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EGP {
  background-image: url("../images/flags/EG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ERN {
  background-image: url("../images/flags/ER.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ETB {
  background-image: url("../images/flags/ET.svg"), url("../images/flags/WW.svg");
}
.flag.flag--EUR {
  background-image: url("../images/flags/EU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--FJD {
  background-image: url("../images/flags/FJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GBP {
  background-image: url("../images/flags/GB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GEL {
  background-image: url("../images/flags/GE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GHS {
  background-image: url("../images/flags/GH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GIP {
  background-image: url("../images/flags/GI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GMD {
  background-image: url("../images/flags/GM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GNF {
  background-image: url("../images/flags/GN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GTQ {
  background-image: url("../images/flags/GT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--GYD {
  background-image: url("../images/flags/GY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HKD {
  background-image: url("../images/flags/HK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HNL {
  background-image: url("../images/flags/HN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HRK {
  background-image: url("../images/flags/HR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HTG {
  background-image: url("../images/flags/HT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--HUF {
  background-image: url("../images/flags/HU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IDR {
  background-image: url("../images/flags/ID.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ILS {
  background-image: url("../images/flags/IL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--INR {
  background-image: url("../images/flags/IN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IQD {
  background-image: url("../images/flags/IQ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--IRR {
  background-image: url("../images/flags/IR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ISK {
  background-image: url("../images/flags/IS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JMD {
  background-image: url("../images/flags/JM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JOD {
  background-image: url("../images/flags/JO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--JPY {
  background-image: url("../images/flags/JP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KES {
  background-image: url("../images/flags/KE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KGS {
  background-image: url("../images/flags/KG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KHR {
  background-image: url("../images/flags/KH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KMF {
  background-image: url("../images/flags/KM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KPW {
  background-image: url("../images/flags/KP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KRW {
  background-image: url("../images/flags/KR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KWD {
  background-image: url("../images/flags/KW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KYD {
  background-image: url("../images/flags/KY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--KZT {
  background-image: url("../images/flags/KZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LAK {
  background-image: url("../images/flags/LA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LBP {
  background-image: url("../images/flags/LB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LKR {
  background-image: url("../images/flags/LK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LRD {
  background-image: url("../images/flags/LR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LSL {
  background-image: url("../images/flags/LS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--LYD {
  background-image: url("../images/flags/LY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MAD {
  background-image: url("../images/flags/MA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MDL {
  background-image: url("../images/flags/MD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MGA {
  background-image: url("../images/flags/MG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MKD {
  background-image: url("../images/flags/MK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MMK {
  background-image: url("../images/flags/MM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MNT {
  background-image: url("../images/flags/MN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MOP {
  background-image: url("../images/flags/MO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MRU {
  background-image: url("../images/flags/MR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MUR {
  background-image: url("../images/flags/MU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MVR {
  background-image: url("../images/flags/MV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MWK {
  background-image: url("../images/flags/MW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MXN {
  background-image: url("../images/flags/MX.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MYR {
  background-image: url("../images/flags/MY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--MZN {
  background-image: url("../images/flags/MZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NAD {
  background-image: url("../images/flags/NA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NGN {
  background-image: url("../images/flags/NG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NIO {
  background-image: url("../images/flags/NI.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NOK {
  background-image: url("../images/flags/NO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NPR {
  background-image: url("../images/flags/NP.svg"), url("../images/flags/WW.svg");
}
.flag.flag--NZD {
  background-image: url("../images/flags/NZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--OMR {
  background-image: url("../images/flags/OM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PAB {
  background-image: url("../images/flags/PA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PEN {
  background-image: url("../images/flags/PE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PGK {
  background-image: url("../images/flags/PG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PHP {
  background-image: url("../images/flags/PH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PKR {
  background-image: url("../images/flags/PK.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PLN {
  background-image: url("../images/flags/PL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--PYG {
  background-image: url("../images/flags/PY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--QAR {
  background-image: url("../images/flags/QA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RON {
  background-image: url("../images/flags/RO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RSD {
  background-image: url("../images/flags/RS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RUB {
  background-image: url("../images/flags/RU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--RWF {
  background-image: url("../images/flags/RW.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SAR {
  background-image: url("../images/flags/SA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SBD {
  background-image: url("../images/flags/SB.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SCR {
  background-image: url("../images/flags/SC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SDG {
  background-image: url("../images/flags/SD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SEK {
  background-image: url("../images/flags/SE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SGD {
  background-image: url("../images/flags/SG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SHP {
  background-image: url("../images/flags/SH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SLL {
  background-image: url("../images/flags/SL.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SOS {
  background-image: url("../images/flags/SO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SRD {
  background-image: url("../images/flags/SR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--STN {
  background-image: url("../images/flags/ST.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SVC {
  background-image: url("../images/flags/SV.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SYP {
  background-image: url("../images/flags/SY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--SZL {
  background-image: url("../images/flags/SZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--THB {
  background-image: url("../images/flags/TH.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TJS {
  background-image: url("../images/flags/TJ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TMT {
  background-image: url("../images/flags/TM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TND {
  background-image: url("../images/flags/TN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TOP {
  background-image: url("../images/flags/TO.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TRY {
  background-image: url("../images/flags/TR.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TTD {
  background-image: url("../images/flags/TT.svg"), url("../images/flags/WW.svg");
}
.flag.flag--TZS {
  background-image: url("../images/flags/TZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UAH {
  background-image: url("../images/flags/UA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UGX {
  background-image: url("../images/flags/UG.svg"), url("../images/flags/WW.svg");
}
.flag.flag--USD {
  background-image: url("../images/flags/US.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UYU {
  background-image: url("../images/flags/UY.svg"), url("../images/flags/WW.svg");
}
.flag.flag--UZS {
  background-image: url("../images/flags/UZ.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VES {
  background-image: url("../images/flags/VE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VND {
  background-image: url("../images/flags/VN.svg"), url("../images/flags/WW.svg");
}
.flag.flag--VUV {
  background-image: url("../images/flags/VU.svg"), url("../images/flags/WW.svg");
}
.flag.flag--WST {
  background-image: url("../images/flags/WS.svg"), url("../images/flags/WW.svg");
}
.flag.flag--XAF {
  background-image: url("../images/flags/TD.svg"), url("../images/flags/WW.svg");
}
.flag.flag--XCD {
  background-image: url("../images/flags/DM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--XOF {
  background-image: url("../images/flags/NE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--XPF {
  background-image: url("../images/flags/NC.svg"), url("../images/flags/WW.svg");
}
.flag.flag--YER {
  background-image: url("../images/flags/YE.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ZAR {
  background-image: url("../images/flags/ZA.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ZMW {
  background-image: url("../images/flags/ZM.svg"), url("../images/flags/WW.svg");
}
.flag.flag--ZWL {
  background-image: url("../images/flags/ZW.svg"), url("../images/flags/WW.svg");
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4955ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0011fc !important;
}

.text-secondary {
  color: #00d56d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #008946 !important;
}

.text-employer {
  color: #4955ff !important;
}

a.text-employer:hover, a.text-employer:focus {
  color: #0011fc !important;
}

.text-contractor {
  color: #00d56d !important;
}

a.text-contractor:hover, a.text-contractor:focus {
  color: #008946 !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-counter-gray {
  color: #f7f7ff !important;
}

a.text-counter-gray:hover, a.text-counter-gray:focus {
  color: #ababff !important;
}

.text-font {
  color: #303458 !important;
}

a.text-font:hover, a.text-font:focus {
  color: #151727 !important;
}

.text-font-new {
  color: #4a518a !important;
}

a.text-font-new:hover, a.text-font-new:focus {
  color: #2f3458 !important;
}

.text-bright {
  color: #f5f5f7 !important;
}

a.text-bright:hover, a.text-bright:focus {
  color: #cbcbd5 !important;
}

.text-gray {
  color: #a5a8c6 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #767ba8 !important;
}

.text-error {
  color: #ff3f1a !important;
}

a.text-error:hover, a.text-error:focus {
  color: #cd2100 !important;
}

.text-muted {
  color: #787b93 !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: #55576a !important;
}

.text-title {
  color: #193380 !important;
}

a.text-title:hover, a.text-title:focus {
  color: #0d1a40 !important;
}

.text-subtext {
  color: #405080 !important;
}

a.text-subtext:hover, a.text-subtext:focus {
  color: #27304d !important;
}

.text-paragraph {
  color: #6f7380 !important;
}

a.text-paragraph:hover, a.text-paragraph:focus {
  color: #4b4e57 !important;
}

.text-main-blue {
  color: #1953ff !important;
}

a.text-main-blue:hover, a.text-main-blue:focus {
  color: #0033cc !important;
}

.text-dark {
  color: #050505 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-subheading {
  color: #3d3c3c !important;
}

a.text-subheading:hover, a.text-subheading:focus {
  color: #161616 !important;
}

.text-light-grey {
  color: #9899ac !important;
}

a.text-light-grey:hover, a.text-light-grey:focus {
  color: #6e7089 !important;
}

.text-transparent {
  color: transparent !important;
}

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #787b93 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.c-primary {
  color: #4955ff !important;
}
.c-primary.text-muted {
  color: rgba(73, 85, 255, 0.4) !important;
}

.bg-primary {
  background-color: #4955ff !important;
}

.c-secondary {
  color: #00d56d !important;
}
.c-secondary.text-muted {
  color: rgba(0, 213, 109, 0.4) !important;
}

.bg-secondary {
  background-color: #00d56d !important;
}

.c-employer {
  color: #4955ff !important;
}
.c-employer.text-muted {
  color: rgba(73, 85, 255, 0.4) !important;
}

.bg-employer {
  background-color: #4955ff !important;
}

.c-contractor {
  color: #00d56d !important;
}
.c-contractor.text-muted {
  color: rgba(0, 213, 109, 0.4) !important;
}

.bg-contractor {
  background-color: #00d56d !important;
}

.c-white {
  color: #ffffff !important;
}
.c-white.text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.c-counter-gray {
  color: #f7f7ff !important;
}
.c-counter-gray.text-muted {
  color: rgba(247, 247, 255, 0.4) !important;
}

.bg-counter-gray {
  background-color: #f7f7ff !important;
}

.c-font {
  color: #303458 !important;
}
.c-font.text-muted {
  color: rgba(48, 52, 88, 0.4) !important;
}

.bg-font {
  background-color: #303458 !important;
}

.c-font-new {
  color: #4a518a !important;
}
.c-font-new.text-muted {
  color: rgba(74, 81, 138, 0.4) !important;
}

.bg-font-new {
  background-color: #4a518a !important;
}

.c-bright {
  color: #f5f5f7 !important;
}
.c-bright.text-muted {
  color: rgba(245, 245, 247, 0.4) !important;
}

.bg-bright {
  background-color: #f5f5f7 !important;
}

.c-gray {
  color: #a5a8c6 !important;
}
.c-gray.text-muted {
  color: rgba(165, 168, 198, 0.4) !important;
}

.bg-gray {
  background-color: #a5a8c6 !important;
}

.c-error {
  color: #ff3f1a !important;
}
.c-error.text-muted {
  color: rgba(255, 63, 26, 0.4) !important;
}

.bg-error {
  background-color: #ff3f1a !important;
}

.c-muted {
  color: #787b93 !important;
}
.c-muted.text-muted {
  color: rgba(120, 123, 147, 0.4) !important;
}

.bg-muted {
  background-color: #787b93 !important;
}

.c-title {
  color: #193380 !important;
}
.c-title.text-muted {
  color: rgba(25, 51, 128, 0.4) !important;
}

.bg-title {
  background-color: #193380 !important;
}

.c-subtext {
  color: #405080 !important;
}
.c-subtext.text-muted {
  color: rgba(64, 80, 128, 0.4) !important;
}

.bg-subtext {
  background-color: #405080 !important;
}

.c-paragraph {
  color: #6f7380 !important;
}
.c-paragraph.text-muted {
  color: rgba(111, 115, 128, 0.4) !important;
}

.bg-paragraph {
  background-color: #6f7380 !important;
}

.c-main-blue {
  color: #1953ff !important;
}
.c-main-blue.text-muted {
  color: rgba(25, 83, 255, 0.4) !important;
}

.bg-main-blue {
  background-color: #1953ff !important;
}

.c-dark {
  color: #050505 !important;
}
.c-dark.text-muted {
  color: rgba(5, 5, 5, 0.4) !important;
}

.bg-dark {
  background-color: #050505 !important;
}

.c-subheading {
  color: #3d3c3c !important;
}
.c-subheading.text-muted {
  color: rgba(61, 60, 60, 0.4) !important;
}

.bg-subheading {
  background-color: #3d3c3c !important;
}

.c-light-grey {
  color: #9899ac !important;
}
.c-light-grey.text-muted {
  color: rgba(152, 153, 172, 0.4) !important;
}

.bg-light-grey {
  background-color: #9899ac !important;
}

.c-transparent {
  color: transparent !important;
}
.c-transparent.text-muted {
  color: rgba(0, 0, 0, 0.4) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

@media screen and (min-width: 576px) {
  .c-sm-primary {
    color: #4955ff !important;
  }
  .c-sm-primary.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-sm-primary {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-secondary {
    color: #00d56d !important;
  }
  .c-sm-secondary.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-sm-secondary {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-employer {
    color: #4955ff !important;
  }
  .c-sm-employer.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-sm-employer {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-contractor {
    color: #00d56d !important;
  }
  .c-sm-contractor.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-sm-contractor {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-white {
    color: #ffffff !important;
  }
  .c-sm-white.text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .bg-sm-white {
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-counter-gray {
    color: #f7f7ff !important;
  }
  .c-sm-counter-gray.text-muted {
    color: rgba(247, 247, 255, 0.4) !important;
  }
  .bg-sm-counter-gray {
    background-color: #f7f7ff !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-font {
    color: #303458 !important;
  }
  .c-sm-font.text-muted {
    color: rgba(48, 52, 88, 0.4) !important;
  }
  .bg-sm-font {
    background-color: #303458 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-font-new {
    color: #4a518a !important;
  }
  .c-sm-font-new.text-muted {
    color: rgba(74, 81, 138, 0.4) !important;
  }
  .bg-sm-font-new {
    background-color: #4a518a !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-bright {
    color: #f5f5f7 !important;
  }
  .c-sm-bright.text-muted {
    color: rgba(245, 245, 247, 0.4) !important;
  }
  .bg-sm-bright {
    background-color: #f5f5f7 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-gray {
    color: #a5a8c6 !important;
  }
  .c-sm-gray.text-muted {
    color: rgba(165, 168, 198, 0.4) !important;
  }
  .bg-sm-gray {
    background-color: #a5a8c6 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-error {
    color: #ff3f1a !important;
  }
  .c-sm-error.text-muted {
    color: rgba(255, 63, 26, 0.4) !important;
  }
  .bg-sm-error {
    background-color: #ff3f1a !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-muted {
    color: #787b93 !important;
  }
  .c-sm-muted.text-muted {
    color: rgba(120, 123, 147, 0.4) !important;
  }
  .bg-sm-muted {
    background-color: #787b93 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-title {
    color: #193380 !important;
  }
  .c-sm-title.text-muted {
    color: rgba(25, 51, 128, 0.4) !important;
  }
  .bg-sm-title {
    background-color: #193380 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-subtext {
    color: #405080 !important;
  }
  .c-sm-subtext.text-muted {
    color: rgba(64, 80, 128, 0.4) !important;
  }
  .bg-sm-subtext {
    background-color: #405080 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-paragraph {
    color: #6f7380 !important;
  }
  .c-sm-paragraph.text-muted {
    color: rgba(111, 115, 128, 0.4) !important;
  }
  .bg-sm-paragraph {
    background-color: #6f7380 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-main-blue {
    color: #1953ff !important;
  }
  .c-sm-main-blue.text-muted {
    color: rgba(25, 83, 255, 0.4) !important;
  }
  .bg-sm-main-blue {
    background-color: #1953ff !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-dark {
    color: #050505 !important;
  }
  .c-sm-dark.text-muted {
    color: rgba(5, 5, 5, 0.4) !important;
  }
  .bg-sm-dark {
    background-color: #050505 !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-subheading {
    color: #3d3c3c !important;
  }
  .c-sm-subheading.text-muted {
    color: rgba(61, 60, 60, 0.4) !important;
  }
  .bg-sm-subheading {
    background-color: #3d3c3c !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-light-grey {
    color: #9899ac !important;
  }
  .c-sm-light-grey.text-muted {
    color: rgba(152, 153, 172, 0.4) !important;
  }
  .bg-sm-light-grey {
    background-color: #9899ac !important;
  }
}
@media screen and (min-width: 576px) {
  .c-sm-transparent {
    color: transparent !important;
  }
  .c-sm-transparent.text-muted {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  .bg-sm-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-primary {
    color: #4955ff !important;
  }
  .c-md-primary.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-md-primary {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-secondary {
    color: #00d56d !important;
  }
  .c-md-secondary.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-md-secondary {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-employer {
    color: #4955ff !important;
  }
  .c-md-employer.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-md-employer {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-contractor {
    color: #00d56d !important;
  }
  .c-md-contractor.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-md-contractor {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-white {
    color: #ffffff !important;
  }
  .c-md-white.text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .bg-md-white {
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-counter-gray {
    color: #f7f7ff !important;
  }
  .c-md-counter-gray.text-muted {
    color: rgba(247, 247, 255, 0.4) !important;
  }
  .bg-md-counter-gray {
    background-color: #f7f7ff !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-font {
    color: #303458 !important;
  }
  .c-md-font.text-muted {
    color: rgba(48, 52, 88, 0.4) !important;
  }
  .bg-md-font {
    background-color: #303458 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-font-new {
    color: #4a518a !important;
  }
  .c-md-font-new.text-muted {
    color: rgba(74, 81, 138, 0.4) !important;
  }
  .bg-md-font-new {
    background-color: #4a518a !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-bright {
    color: #f5f5f7 !important;
  }
  .c-md-bright.text-muted {
    color: rgba(245, 245, 247, 0.4) !important;
  }
  .bg-md-bright {
    background-color: #f5f5f7 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-gray {
    color: #a5a8c6 !important;
  }
  .c-md-gray.text-muted {
    color: rgba(165, 168, 198, 0.4) !important;
  }
  .bg-md-gray {
    background-color: #a5a8c6 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-error {
    color: #ff3f1a !important;
  }
  .c-md-error.text-muted {
    color: rgba(255, 63, 26, 0.4) !important;
  }
  .bg-md-error {
    background-color: #ff3f1a !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-muted {
    color: #787b93 !important;
  }
  .c-md-muted.text-muted {
    color: rgba(120, 123, 147, 0.4) !important;
  }
  .bg-md-muted {
    background-color: #787b93 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-title {
    color: #193380 !important;
  }
  .c-md-title.text-muted {
    color: rgba(25, 51, 128, 0.4) !important;
  }
  .bg-md-title {
    background-color: #193380 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-subtext {
    color: #405080 !important;
  }
  .c-md-subtext.text-muted {
    color: rgba(64, 80, 128, 0.4) !important;
  }
  .bg-md-subtext {
    background-color: #405080 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-paragraph {
    color: #6f7380 !important;
  }
  .c-md-paragraph.text-muted {
    color: rgba(111, 115, 128, 0.4) !important;
  }
  .bg-md-paragraph {
    background-color: #6f7380 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-main-blue {
    color: #1953ff !important;
  }
  .c-md-main-blue.text-muted {
    color: rgba(25, 83, 255, 0.4) !important;
  }
  .bg-md-main-blue {
    background-color: #1953ff !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-dark {
    color: #050505 !important;
  }
  .c-md-dark.text-muted {
    color: rgba(5, 5, 5, 0.4) !important;
  }
  .bg-md-dark {
    background-color: #050505 !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-subheading {
    color: #3d3c3c !important;
  }
  .c-md-subheading.text-muted {
    color: rgba(61, 60, 60, 0.4) !important;
  }
  .bg-md-subheading {
    background-color: #3d3c3c !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-light-grey {
    color: #9899ac !important;
  }
  .c-md-light-grey.text-muted {
    color: rgba(152, 153, 172, 0.4) !important;
  }
  .bg-md-light-grey {
    background-color: #9899ac !important;
  }
}
@media screen and (min-width: 768px) {
  .c-md-transparent {
    color: transparent !important;
  }
  .c-md-transparent.text-muted {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  .bg-md-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-primary {
    color: #4955ff !important;
  }
  .c-lg-primary.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-lg-primary {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-secondary {
    color: #00d56d !important;
  }
  .c-lg-secondary.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-lg-secondary {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-employer {
    color: #4955ff !important;
  }
  .c-lg-employer.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-lg-employer {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-contractor {
    color: #00d56d !important;
  }
  .c-lg-contractor.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-lg-contractor {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-white {
    color: #ffffff !important;
  }
  .c-lg-white.text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .bg-lg-white {
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-counter-gray {
    color: #f7f7ff !important;
  }
  .c-lg-counter-gray.text-muted {
    color: rgba(247, 247, 255, 0.4) !important;
  }
  .bg-lg-counter-gray {
    background-color: #f7f7ff !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-font {
    color: #303458 !important;
  }
  .c-lg-font.text-muted {
    color: rgba(48, 52, 88, 0.4) !important;
  }
  .bg-lg-font {
    background-color: #303458 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-font-new {
    color: #4a518a !important;
  }
  .c-lg-font-new.text-muted {
    color: rgba(74, 81, 138, 0.4) !important;
  }
  .bg-lg-font-new {
    background-color: #4a518a !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-bright {
    color: #f5f5f7 !important;
  }
  .c-lg-bright.text-muted {
    color: rgba(245, 245, 247, 0.4) !important;
  }
  .bg-lg-bright {
    background-color: #f5f5f7 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-gray {
    color: #a5a8c6 !important;
  }
  .c-lg-gray.text-muted {
    color: rgba(165, 168, 198, 0.4) !important;
  }
  .bg-lg-gray {
    background-color: #a5a8c6 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-error {
    color: #ff3f1a !important;
  }
  .c-lg-error.text-muted {
    color: rgba(255, 63, 26, 0.4) !important;
  }
  .bg-lg-error {
    background-color: #ff3f1a !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-muted {
    color: #787b93 !important;
  }
  .c-lg-muted.text-muted {
    color: rgba(120, 123, 147, 0.4) !important;
  }
  .bg-lg-muted {
    background-color: #787b93 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-title {
    color: #193380 !important;
  }
  .c-lg-title.text-muted {
    color: rgba(25, 51, 128, 0.4) !important;
  }
  .bg-lg-title {
    background-color: #193380 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-subtext {
    color: #405080 !important;
  }
  .c-lg-subtext.text-muted {
    color: rgba(64, 80, 128, 0.4) !important;
  }
  .bg-lg-subtext {
    background-color: #405080 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-paragraph {
    color: #6f7380 !important;
  }
  .c-lg-paragraph.text-muted {
    color: rgba(111, 115, 128, 0.4) !important;
  }
  .bg-lg-paragraph {
    background-color: #6f7380 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-main-blue {
    color: #1953ff !important;
  }
  .c-lg-main-blue.text-muted {
    color: rgba(25, 83, 255, 0.4) !important;
  }
  .bg-lg-main-blue {
    background-color: #1953ff !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-dark {
    color: #050505 !important;
  }
  .c-lg-dark.text-muted {
    color: rgba(5, 5, 5, 0.4) !important;
  }
  .bg-lg-dark {
    background-color: #050505 !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-subheading {
    color: #3d3c3c !important;
  }
  .c-lg-subheading.text-muted {
    color: rgba(61, 60, 60, 0.4) !important;
  }
  .bg-lg-subheading {
    background-color: #3d3c3c !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-light-grey {
    color: #9899ac !important;
  }
  .c-lg-light-grey.text-muted {
    color: rgba(152, 153, 172, 0.4) !important;
  }
  .bg-lg-light-grey {
    background-color: #9899ac !important;
  }
}
@media screen and (min-width: 992px) {
  .c-lg-transparent {
    color: transparent !important;
  }
  .c-lg-transparent.text-muted {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  .bg-lg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-primary {
    color: #4955ff !important;
  }
  .c-xl-primary.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-xl-primary {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-secondary {
    color: #00d56d !important;
  }
  .c-xl-secondary.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-xl-secondary {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-employer {
    color: #4955ff !important;
  }
  .c-xl-employer.text-muted {
    color: rgba(73, 85, 255, 0.4) !important;
  }
  .bg-xl-employer {
    background-color: #4955ff !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-contractor {
    color: #00d56d !important;
  }
  .c-xl-contractor.text-muted {
    color: rgba(0, 213, 109, 0.4) !important;
  }
  .bg-xl-contractor {
    background-color: #00d56d !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-white {
    color: #ffffff !important;
  }
  .c-xl-white.text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .bg-xl-white {
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-counter-gray {
    color: #f7f7ff !important;
  }
  .c-xl-counter-gray.text-muted {
    color: rgba(247, 247, 255, 0.4) !important;
  }
  .bg-xl-counter-gray {
    background-color: #f7f7ff !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-font {
    color: #303458 !important;
  }
  .c-xl-font.text-muted {
    color: rgba(48, 52, 88, 0.4) !important;
  }
  .bg-xl-font {
    background-color: #303458 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-font-new {
    color: #4a518a !important;
  }
  .c-xl-font-new.text-muted {
    color: rgba(74, 81, 138, 0.4) !important;
  }
  .bg-xl-font-new {
    background-color: #4a518a !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-bright {
    color: #f5f5f7 !important;
  }
  .c-xl-bright.text-muted {
    color: rgba(245, 245, 247, 0.4) !important;
  }
  .bg-xl-bright {
    background-color: #f5f5f7 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-gray {
    color: #a5a8c6 !important;
  }
  .c-xl-gray.text-muted {
    color: rgba(165, 168, 198, 0.4) !important;
  }
  .bg-xl-gray {
    background-color: #a5a8c6 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-error {
    color: #ff3f1a !important;
  }
  .c-xl-error.text-muted {
    color: rgba(255, 63, 26, 0.4) !important;
  }
  .bg-xl-error {
    background-color: #ff3f1a !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-muted {
    color: #787b93 !important;
  }
  .c-xl-muted.text-muted {
    color: rgba(120, 123, 147, 0.4) !important;
  }
  .bg-xl-muted {
    background-color: #787b93 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-title {
    color: #193380 !important;
  }
  .c-xl-title.text-muted {
    color: rgba(25, 51, 128, 0.4) !important;
  }
  .bg-xl-title {
    background-color: #193380 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-subtext {
    color: #405080 !important;
  }
  .c-xl-subtext.text-muted {
    color: rgba(64, 80, 128, 0.4) !important;
  }
  .bg-xl-subtext {
    background-color: #405080 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-paragraph {
    color: #6f7380 !important;
  }
  .c-xl-paragraph.text-muted {
    color: rgba(111, 115, 128, 0.4) !important;
  }
  .bg-xl-paragraph {
    background-color: #6f7380 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-main-blue {
    color: #1953ff !important;
  }
  .c-xl-main-blue.text-muted {
    color: rgba(25, 83, 255, 0.4) !important;
  }
  .bg-xl-main-blue {
    background-color: #1953ff !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-dark {
    color: #050505 !important;
  }
  .c-xl-dark.text-muted {
    color: rgba(5, 5, 5, 0.4) !important;
  }
  .bg-xl-dark {
    background-color: #050505 !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-subheading {
    color: #3d3c3c !important;
  }
  .c-xl-subheading.text-muted {
    color: rgba(61, 60, 60, 0.4) !important;
  }
  .bg-xl-subheading {
    background-color: #3d3c3c !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-light-grey {
    color: #9899ac !important;
  }
  .c-xl-light-grey.text-muted {
    color: rgba(152, 153, 172, 0.4) !important;
  }
  .bg-xl-light-grey {
    background-color: #9899ac !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-xl-transparent {
    color: transparent !important;
  }
  .c-xl-transparent.text-muted {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
.g-0 {
  gap: 0;
}

.gx-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.gy-0 {
  row-gap: 0;
}

.g-1 {
  gap: 0.25rem;
}

.gx-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gy-1 {
  row-gap: 0.25rem;
}

.g-2 {
  gap: 0.5rem;
}

.gx-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gy-2 {
  row-gap: 0.5rem;
}

.g-3 {
  gap: 1rem;
}

.gx-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gy-3 {
  row-gap: 1rem;
}

.g-4 {
  gap: 1.5rem;
}

.gx-4 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gy-4 {
  row-gap: 1.5rem;
}

.g-5 {
  gap: 3rem;
}

.gx-5 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gy-5 {
  row-gap: 3rem;
}

@media screen and (min-width: 576px) {
  .g-sm-0 {
    gap: 0;
  }
  .gx-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-sm-0 {
    row-gap: 0;
  }
}
@media screen and (min-width: 576px) {
  .g-sm-1 {
    gap: 0.25rem;
  }
  .gx-sm-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-sm-1 {
    row-gap: 0.25rem;
  }
}
@media screen and (min-width: 576px) {
  .g-sm-2 {
    gap: 0.5rem;
  }
  .gx-sm-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-sm-2 {
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 576px) {
  .g-sm-3 {
    gap: 1rem;
  }
  .gx-sm-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-sm-3 {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .g-sm-4 {
    gap: 1.5rem;
  }
  .gx-sm-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .gy-sm-4 {
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .g-sm-5 {
    gap: 3rem;
  }
  .gx-sm-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gy-sm-5 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .g-md-0 {
    gap: 0;
  }
  .gx-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-md-0 {
    row-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .g-md-1 {
    gap: 0.25rem;
  }
  .gx-md-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-md-1 {
    row-gap: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .g-md-2 {
    gap: 0.5rem;
  }
  .gx-md-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-md-2 {
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .g-md-3 {
    gap: 1rem;
  }
  .gx-md-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-md-3 {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .g-md-4 {
    gap: 1.5rem;
  }
  .gx-md-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .gy-md-4 {
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .g-md-5 {
    gap: 3rem;
  }
  .gx-md-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gy-md-5 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-0 {
    gap: 0;
  }
  .gx-lg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-lg-0 {
    row-gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-1 {
    gap: 0.25rem;
  }
  .gx-lg-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-lg-1 {
    row-gap: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-2 {
    gap: 0.5rem;
  }
  .gx-lg-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-lg-2 {
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-3 {
    gap: 1rem;
  }
  .gx-lg-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-lg-3 {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-4 {
    gap: 1.5rem;
  }
  .gx-lg-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .gy-lg-4 {
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-5 {
    gap: 3rem;
  }
  .gx-lg-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gy-lg-5 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-0 {
    gap: 0;
  }
  .gx-xl-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-xl-0 {
    row-gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-1 {
    gap: 0.25rem;
  }
  .gx-xl-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-xl-1 {
    row-gap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-2 {
    gap: 0.5rem;
  }
  .gx-xl-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-xl-2 {
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-3 {
    gap: 1rem;
  }
  .gx-xl-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-xl-3 {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-4 {
    gap: 1.5rem;
  }
  .gx-xl-4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .gy-xl-4 {
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-5 {
    gap: 3rem;
  }
  .gx-xl-5 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gy-xl-5 {
    row-gap: 3rem;
  }
}
.visually-hidden, .form__element:has(.hide-label) .form__label, .form__element:has(.hide-label) .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .form__element:has(.hide-label) .portfolio__form__delete-button, .form__element:has(.hide-label) .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .form__element:has(.hide-label) .resume__form__delete-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.text-small {
  font-size: 0.85em;
}

.text-smaller {
  font-size: 0.75em;
}

.font-inherit {
  font: inherit;
}

.font-primary {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.font-secondary {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-heavy {
  font-weight: 900 !important;
}

.prewrap,
pre,
code {
  word-wrap: break-word;
  white-space: pre-wrap;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

.top-0, .top-left, .top-right {
  top: 0;
}

.left-0, .bottom-left, .top-left {
  left: 0;
}

.right-0, .bottom-right, .top-right {
  right: 0;
}

.bottom-0, .bottom-left, .bottom-right {
  bottom: 0;
}

.top-right {
  transform: translateX(50%) translateY(-50%);
}

.top-left {
  transform: translateX(-50%) translateY(-50%);
}

.bottom-right {
  transform: translateX(50%) translateY(50%);
}

.bottom-left {
  transform: translateX(-50%) translateY(50%);
}

.link,
.text-link {
  all: unset;
  display: inline;
  color: #4955ff;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}
.link:hover, .link:focus,
.text-link:hover,
.text-link:focus {
  text-decoration: underline;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.flip-x {
  transform: scaleX(-1);
}

.rotate--horizontal {
  transform: rotateZ(180deg);
}
.rotate--right {
  transform: rotateZ(90deg);
}
.rotate--left {
  transform: rotateZ(-90deg);
}

.no-before::before {
  display: none !important;
}

.no-after::before {
  display: none !important;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: unset;
}

.user-select-none {
  -moz-user-select: none !important;
       user-select: none !important;
  -webkit-user-select: none !important;
}

.pointers-event-none {
  pointer-events: none !important;
}

.max-w-paragraph {
  max-width: 60ch;
}

.hr-spacer {
  width: 80%;
  max-width: 80%;
  height: 1px;
  position: relative;
  background: #c9cce2;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hr-spacer__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  background: #ffffff;
  color: #787b93;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hr-divider {
  max-width: 100%;
  height: 1px;
  background: #6374a6;
}

.radius-2xl {
  border-radius: 1.6rem;
}

.text-wrap-pretty {
  text-wrap: pretty;
}

.text-wrap-balance {
  text-wrap: balance;
}

.dashboard {
  background: #fafafa;
}
html:has(.dashboard), body:has(.dashboard) {
  min-height: 100vh;
  background-color: #fafafa;
}
@supports (height: 100dvh) {
  html:has(.dashboard), body:has(.dashboard) {
    min-height: 100dvh;
  }
}
.dashboard__header {
  display: none;
  margin-bottom: 5rem;
  padding-top: 3rem;
  background: #fafafb;
}
@media screen and (min-width: 768px) {
  .dashboard__header {
    display: block;
  }
}
.dashboard__heading {
  display: flex;
  align-items: center;
}
.dashboard__heading > *:not(:first-child) {
  margin-left: 2rem;
}
.dashboard__main-content {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .dashboard__main-content {
    margin: 3rem 0 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard__main-content {
    margin: 5rem 0;
  }
}
.dashboard__main-content .heading {
  margin-top: 0;
}

.app__header {
  display: none;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .app__header {
    display: block;
  }
}
.app__mobile-header {
  margin-bottom: 2rem;
}
.app__mobile-header-heading, .app__mobile-header-background {
  margin-bottom: 0;
}
.app__mobile-header-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app__mobile-header-details p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .app__mobile-header {
    display: none;
  }
}
.app__small-header {
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .app__small-header {
    display: none;
  }
}
.app__heading {
  display: flex;
  align-items: center;
}
.app__heading > *:not(:first-child):not(.app__heading-image) {
  margin-left: 2rem;
}
.app__heading h1,
.app__heading h2 {
  font-size: 3.4rem;
  margin-bottom: 0;
}
.app__heading-container-image {
  z-index: 1;
  width: auto;
}
.app__heading-container-image.app__heading-container-image--jobs {
  height: 210px;
  margin-bottom: -63px;
}
.app__heading-container-image.app__heading-container-image--contractors {
  height: 210px;
  margin-bottom: -10px;
}
.app__heading-container-image-container {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.app__nav-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.app__nav-image.aside-aligned {
  margin-top: 1rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .app__nav-image.aside-aligned {
    margin-top: 0;
    margin-bottom: -1rem;
  }
}
.app__nav-image--front-layer {
  transform: translateY(-2.8rem);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .app__nav-image--front-layer {
    transform: translateY(-3rem);
  }
}
.app__nav-image--mobile-front-layer {
  transform: translateY(1.5rem);
}
.app__nav-image img {
  align-self: flex-end;
  max-width: 100%;
  max-height: 240px;
}
.app__heading-image {
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
.app__heading-image--mobile {
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .app__heading-image--mobile {
    display: none;
  }
}
.app__heading-image--wrapper {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -10%;
  height: 100%;
  max-width: 220px;
}
.app__heading-image--wrapper img {
  height: 120%;
  width: auto;
}
.app__heading-image--wrapper img.img {
  height: 200px;
  width: auto;
  transform: translateY(var(--transform, 6rem));
  z-index: 1;
}
.app__heading-image--create-invoice {
  background-image: url("../images/createInvoice/header.png");
  background-size: 271px 208px;
  height: 20.8rem;
  margin-bottom: -4rem;
}
@media screen and (min-width: 768px) {
  .app__heading-image--create-invoice {
    margin-bottom: 0;
    height: auto;
  }
}
.app__heading-image--find-job {
  height: 15rem;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .app__heading-image--find-job {
    height: auto;
  }
}
.app__heading-image--find-job .app__heading-image--wrapper {
  position: absolute;
  top: initial;
  bottom: -6.2rem;
}
.app__heading-image--list-job {
  background-size: 215px 184px;
  height: 18.4rem;
}
@media screen and (min-width: 768px) {
  .app__heading-image--list-job {
    height: auto;
  }
}
.app__heading-image--find-freelancer {
  height: 22.2rem;
}
.app__heading-image--find-freelancer h1 {
  margin-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .app__heading-image--find-freelancer {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .app__heading-image--find-freelancer {
    height: auto;
  }
}
.app__main {
  padding: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .app__main {
    padding: 0 0 5rem;
  }
}
.dashboard .app__main {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .app__header + .app__main {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (min-height: 1024px) {
  .app__sidebar.app__sidebar--content-sticky > .app__sidebar-content {
    position: sticky;
    top: 130px;
    left: 0;
  }
}

.page {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.page p {
  line-height: 2;
}
.page--blog {
  background: #f5f5f7;
}

.create-invoice {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .create-invoice {
    padding-top: 5rem;
  }
}
.create-invoice__heading {
  margin-bottom: 3rem;
}
.create-invoice__cta {
  margin-top: auto;
}
.create-invoice__option {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .create-invoice__option {
    min-height: 33rem;
  }
}

.base-fluid {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.base-fluid--bg-main {
  background-color: #ffffff;
}
.base-fluid--medium-p {
  padding-top: 5rem;
}
.base-fluid--extra-p {
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
}
.base-fluid__container {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .base-fluid__container {
    flex-direction: row;
    padding: 1.2rem;
  }
}
.base-fluid__container--ac {
  align-items: center;
}
.base-fluid__container--jc {
  justify-content: center;
}
.base-fluid__container--je {
  justify-content: flex-end;
}
.base-fluid__container--four2two {
  flex-direction: row;
  flex-wrap: wrap;
}
.base-fluid__container--four2two > .base-fluid__box {
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  .base-fluid__container--four2two {
    flex-direction: row;
    padding: 1.2rem;
  }
}
.base-fluid__box {
  flex: 1;
  display: flex;
  padding: 1.2rem;
}
.base-fluid__box--half {
  flex: 0 0 50%;
}
.base-fluid__box--single {
  flex: 0 0 33.3333333333%;
}
.base-fluid__box--double {
  flex: 0 0 66.6666666667%;
}
.base-fluid__box--center {
  align-items: center;
  justify-content: center;
}
.base-fluid__box--ac {
  align-items: center;
}
.base-fluid__box--jc {
  justify-content: center;
}
.base-fluid__box--column {
  flex-direction: column;
}
.base-fluid__box--column > img,
.base-fluid__box--column > span,
.base-fluid__box--column > b {
  margin-bottom: 1.2rem;
}
.base-fluid__box--column > img:last-child,
.base-fluid__box--column > span:last-child,
.base-fluid__box--column > b:last-child {
  margin-bottom: 0;
}
.base-fluid__info-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .base-fluid__info-box {
    justify-content: flex-start;
  }
}
.base-fluid__info-box > span,
.base-fluid__info-box > b,
.base-fluid__info-box > img {
  margin-right: 2.4rem;
}
.base-fluid__info-box > span:last-child,
.base-fluid__info-box > b:last-child,
.base-fluid__info-box > img:last-child {
  margin-right: 0;
}
.base-fluid__text-l {
  text-align: left;
}
.base-fluid__text-c {
  text-align: center;
}
.base-fluid__text-cl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .base-fluid__text-cl {
    text-align: left;
  }
}
.base-fluid__text-lc {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .base-fluid__text-lc {
    text-align: center;
  }
}
.base-fluid__hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .base-fluid__hide-mobile {
    display: inherit;
  }
}
.base-fluid__hide-desktop {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .base-fluid__hide-desktop {
    display: none;
  }
}
.base-fluid h1,
.base-fluid h2,
.base-fluid h3,
.base-fluid h4,
.base-fluid h5,
.base-fluid p {
  color: #303458;
  margin-bottom: 2.4rem;
}
.base-fluid h1 {
  font-size: 4.4rem;
}
.base-fluid h2 {
  font-size: 3rem;
}
.base-fluid h3 {
  font-size: 2rem;
}
.base-fluid p,
.base-fluid span,
.base-fluid b {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: inherit;
}
.base-fluid a {
  color: #4955ff;
}

.edit_notifications .form__element {
  margin-bottom: 0rem;
}
.edit_notifications .form__label, .edit_notifications .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .edit_notifications .portfolio__form__delete-button, .edit_notifications .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .edit_notifications .resume__form__delete-button {
  font-weight: 400;
}
.edit_notifications h4 {
  margin: 1rem 0 2rem;
}
.edit_notifications .actions {
  margin-top: 1rem;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

.main-header {
  display: none;
  position: sticky;
  height: 90px;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 6000;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 1.2rem 0;
  align-items: center;
  transition: background 0.15s;
}
@media screen and (min-width: 992px) {
  .main-header {
    display: flex;
  }
}
.main-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor !important;
  width: 116px;
  max-height: 44px;
  margin-bottom: 0.85rem;
}
.main-header__container, .main-header__nav-container, .main-header__nav {
  display: flex;
  align-items: center;
}
.main-header__container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  justify-content: space-between;
  height: 90px;
  gap: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .main-header__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-header__container {
    gap: 3.3rem;
  }
}
.main-header__nav-container {
  flex: 1;
  justify-content: space-between;
  gap: 1rem;
}
.main-header__nav {
  justify-content: flex-end;
}
.main-header__nav--right {
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  .main-header__nav--right {
    gap: 2rem;
  }
}
.main-header__navlink, .main-header__user-button {
  border: 0;
  margin: 0;
  outline: 0;
  background: transparent;
}
.main-header__user-brief {
  color: currentColor !important;
  font-family: "Nexa", sans-serif;
}
.main-header__user-button {
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-header__user-button .user-brief__name {
  color: currentColor;
}
.main-header__user-button:hover .user-brief__name, .main-header__user-button:focus .user-brief__name {
  color: #696969;
}
.main-header--initial-light:not(.main-header--sticky) .main-header__user-button:hover .user-brief__name, .main-header--initial-light:not(.main-header--sticky) .main-header__user-button:focus .user-brief__name {
  color: #a899d9;
}
.main-header__logout {
  color: #1953ff !important;
}
.main-header__navlink {
  font-family: "Nexa", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: currentColor;
  padding: 0.8rem 0.9rem;
}
@media screen and (min-width: 1200px) {
  .main-header__navlink {
    padding: 1.8rem 1.7rem;
  }
}
.main-header__navlink:hover, .main-header__navlink:focus, .main-header__navlink:focus-within {
  text-decoration: none;
  color: #696969;
}
.main-header--initial-light:not(.main-header--sticky) .main-header__navlink:hover, .main-header--initial-light:not(.main-header--sticky) .main-header__navlink:focus, .main-header--initial-light:not(.main-header--sticky) .main-header__navlink:focus-within {
  color: #a899d9;
}
.main-header__navlink--mark {
  font-weight: 700;
  padding: 0.6rem !important;
  gap: 0.8rem;
}
.main-header__navlink .popover-menu__trigger-indicator {
  margin-left: 0.25rem;
}
.main-header--sticky {
  background: #ffffff;
}
.main-header--dark, .main-header--sticky {
  color: #050505;
}
.main-header--dark.main-header--initial-light:not(.main-header--sticky), .main-header--initial-light.main-header--sticky:not(.main-header--sticky) {
  color: #f8f8f8;
}
.main-header--light {
  color: #ffffff;
}

.simple-header {
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .simple-header {
    padding: 1.5rem 0.5rem;
  }
}
.simple-header--bg-white {
  background: #ffffff;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.mobile-header {
  display: block;
  z-index: 6000;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  /* Like important statement */
}
@media screen and (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header__bar {
  background: transparent;
  width: 100%;
  padding: 1rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  transition: background 0.15s;
}
.mobile-header__logo {
  cursor: pointer;
  width: 9.5rem;
  height: 3.2rem;
  color: currentColor !important;
}
.mobile-header div.mobile-header__user-brief {
  gap: 1.6rem;
}
.mobile-header div.mobile-header__user-brief span.user-brief__name {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.mobile-header div.mobile-header__user-brief span.user-brief__meta {
  font-size: 1.5rem;
}
.mobile-header__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
  border: 0;
  border-radius: 1.2rem;
  background: transparent;
  cursor: pointer;
  transition: 0.15s ease;
}
.mobile-header__trigger {
  padding: 0.6rem;
  color: #4a518a;
}
.mobile-header__trigger:hover, .mobile-header__trigger:focus {
  color: #5d669d;
}
.mobile-header--light .mobile-header__bar, .mobile-header--light .mobile-menu {
  color: #ffffff;
}
.mobile-header--dark .mobile-header__bar, .mobile-header--sticky .mobile-header__bar, .mobile-header--dark .mobile-menu, .mobile-header--sticky .mobile-menu {
  color: #050505;
}
.mobile-header--sticky .mobile-header__bar {
  background: #ffffff;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
  background: rgba(245, 245, 247, 0.6);
  align-items: flex-start;
  justify-content: flex-end;
}
.mobile-menu--opened {
  display: flex;
}
@media screen and (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__bar {
  width: 100%;
  padding: 1.6rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__logo {
  cursor: pointer;
  width: 12.8rem;
  height: 4.4rem;
  color: currentColor !important;
}
.mobile-menu__logo-container {
  padding: 1.6rem 0.8rem;
}
.mobile-menu__close {
  color: #405080;
}
.mobile-menu__close:hover, .mobile-menu__close:focus {
  color: #193380;
}
.mobile-menu__close-icon {
  font-size: 4rem !important;
}
.mobile-menu__container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0px 10px 20px 0px rgba(65, 55, 181, 0.1);
  background: #fcfdff;
  z-index: 10000;
}
.mobile-menu__content {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.mobile-menu__link {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
  color: #1953ff;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  color: #3064ff;
  text-decoration: none;
}
.mobile-menu__link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  padding: 1.6rem;
}
.mobile-menu__item {
  padding: 0.8rem 1.6rem;
}
.mobile-menu__popover-navigation {
  min-width: 180px !important;
  padding: 1.6rem 0;
}
.mobile-menu__popover-navigation .popover-navigation__separator {
  background: #e9efff;
  margin: 0 auto !important;
  min-width: 100%;
}
.mobile-menu__popover-navigation .popover-navigation__link,
.mobile-menu__popover-navigation .popover-navigation__item-double-separator {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #405080;
}
.mobile-menu__popover-navigation .popover-navigation__link {
  padding: 1.6rem;
}
.mobile-menu__popover-navigation .popover-navigation__link--active, .mobile-menu__popover-navigation .popover-navigation__link:hover, .mobile-menu__popover-navigation .popover-navigation__link:focus {
  background: #f2f5fa;
}
.mobile-menu__popover-navigation .popover-navigation__item-double {
  display: flex;
  align-items: center;
}
.mobile-menu__popover-navigation .popover-navigation__item-double .popover-navigation__link {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mobile-menu__popover-navigation .popover-navigation__item-double-separator {
  margin: 0 0.3rem;
}
.mobile-menu__popover-navigation .popover-navigation__list {
  gap: 0.8rem;
}
.mobile-menu .accordion__item {
  padding: 0;
}
.mobile-menu .accordion__item__popover-navigation {
  padding: 0;
}
.mobile-menu .accordion__item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
}
.mobile-menu .accordion__item-trigger::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icons/arrow-up-alt.svg") no-repeat center;
  transform: rotate(180deg);
}
.mobile-menu .accordion__item-panel {
  display: none;
}
.mobile-menu .accordion__item--active {
  background: rgba(242, 245, 250, 0.5) !important;
}
.mobile-menu .accordion__item--active .accordion__item-panel {
  display: block;
}
.mobile-menu .accordion__item--active .accordion__item-trigger {
  font-weight: 700;
  background: #f2f5fa;
}
.mobile-menu .accordion__item--active .accordion__item-trigger::after {
  transform: rotate(0deg);
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

.footer {
  background: #3d3c3c;
  position: relative;
  text-align: center;
  padding: 4rem 0;
}
.footer p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 8rem 0;
    text-align: left;
  }
  .footer p {
    text-align: left;
  }
}
.footer, .footer__text, .footer__link, .footer__nav-list-item a {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0 !important;
  color: #ffffff !important;
}
.footer__text-new-line {
  display: block !important;
}
.footer__text a, .footer__link a, .footer__nav-list-item a a {
  color: #ffffff !important;
}
.footer__link, .footer__nav-list-item a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.footer__link:hover, .footer__nav-list-item a:hover, .footer__link:focus, .footer__nav-list-item a:focus {
  opacity: 0.7;
  color: #ffffff;
}
.footer__container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .footer__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__logo {
  display: block;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo svg {
  width: 16rem;
  height: auto;
}
.footer__headtext {
  font-family: "Nexa", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7rem;
  letter-spacing: normal;
  margin-bottom: 3.2rem;
}
.footer__section {
  padding-bottom: 8rem;
  width: 100%;
  border-bottom: 1px solid #c9cce2;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 8rem;
}
@media screen and (min-width: 992px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.3rem;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
  font-size: 1.6rem;
}
.footer__nav--active .footer__nav-list {
  display: initial;
}
.footer__nav-list-item {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav-list-item {
    margin-bottom: 1.6rem;
  }
}
.footer__nav-list-item:last-child {
  margin-bottom: 0;
}
.footer__locations {
  padding-top: 4rem;
}
@media screen and (min-width: 992px) {
  .footer__locations {
    padding-top: 8rem;
  }
}
.footer__locations-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__locations-logo {
    display: block;
    position: relative;
    top: -2.6rem;
  }
}
.footer__locations-logo svg {
  width: 16rem;
  height: auto;
}
.footer__locations-address {
  padding-top: 2.6rem;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer__locations-address {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.footer__locations-address:last-child {
  padding-bottom: 0;
}
.footer__details {
  gap: 1rem;
  padding-top: 4rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .footer__details {
    padding-top: 1rem;
    gap: 3.3rem;
  }
}
.footer__details-copyright {
  padding-top: 0;
  line-height: 190%;
}
@media screen and (min-width: 992px) {
  .footer__details-copyright {
    padding-top: 3rem;
  }
}
.footer__details-version {
  line-height: 190%;
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__details-version {
    display: inline;
  }
}
.footer__details-social {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .footer__details-social {
    flex-wrap: nowrap;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
.footer__details-social a {
  transition: 0.15s ease;
}
.footer__details-social a:hover {
  opacity: 0.7;
}
.footer__details-social-text {
  flex-basis: 100%;
  text-align: center;
  margin-right: 0;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .footer__details-social-text {
    flex-basis: auto;
    margin-right: 0.4rem;
  }
}
.footer__version {
  display: block;
  margin-top: 2.8rem;
}
@media screen and (min-width: 992px) {
  .footer__version {
    display: none;
  }
}
.footer__operators {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4rem;
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
  row-gap: 2rem;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .footer__operators {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    justify-content: flex-end;
    padding-right: 1rem;
    margin-top: 0;
  }
}
.footer__operators-text {
  flex-basis: 100%;
  text-align: center;
  line-height: 2.1rem;
}
@media screen and (min-width: 992px) {
  .footer__operators-text {
    flex-basis: auto;
  }
}
.footer-dashboard {
  text-align: center;
  color: #9899ac;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  line-height: normal;
  justify-self: flex-end;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .footer-dashboard {
    line-height: 213.7%;
  }
}
.footer-dashboard a {
  color: #202020;
}
.footer-dashboard--alternate {
  background: #f9f9f9;
  color: #848996;
  min-height: 7.8rem;
}
.footer-dashboard--alternate a {
  color: #6f7380 !important;
}
.footer__registered-address {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.offers {
  margin-bottom: 3rem;
}

.jobs {
  margin-bottom: 3rem;
}
.jobs-page__title {
  color: #050505;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.333;
  letter-spacing: -0.048rem;
  text-wrap: pretty;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .jobs-page__title {
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: -0.064rem;
  }
}
.jobs-page__content {
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .jobs-page__content {
    gap: 0;
  }
}
.jobs-page__sidebar {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: stretch;
}
.jobs-page__sidebar-sticky {
  position: sticky;
  top: 0;
}
.jobs-finish {
  display: flex;
  max-width: 67.4rem;
  padding: 4rem 2.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 3.2rem;
  border-radius: 2rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .jobs-finish {
    gap: 4rem;
    padding: 4rem 3.2rem;
  }
}
.jobs-finish__title {
  color: #050505;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.416;
  text-wrap: pretty;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .jobs-finish__title {
    font-size: 3.2rem;
    line-height: 1.312;
  }
}
.jobs-finish__text {
  color: #3d3c3c;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
.jobs-finish__actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.jobs__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.jobs__difference {
  display: flex;
  padding: 1.2rem 1.6rem;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.8rem;
  background: rgba(255, 156, 0, 0.1);
}
.jobs__difference-icon {
  display: contents;
  color: #ff9c00;
  margin-top: 0.2rem;
}
.jobs__difference-text {
  color: #050505;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.714;
}
.jobs-summary {
  display: flex;
  padding: 3.2rem 2.4rem;
  flex-direction: column;
  border-radius: 0.8rem;
  background: #ffffff;
}
.jobs-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.jobs-summary__title {
  color: #050505;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.333;
  letter-spacing: -0.048rem;
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}
.jobs-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 8.8rem;
}
.jobs-summary__items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.jobs-summary__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.jobs-summary__item-label {
  margin: 0;
  padding: 0;
  color: #737270;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.571;
}
.jobs-summary__item-value {
  margin: 0;
  padding: 0;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.jobs-summary__item-value.jobs-summary__item-value--large {
  font-size: 2.4rem;
  font-style: normal;
}
.jobs-summary__item-text {
  color: #050505;
  font-size: 1.6rem;
  line-height: 1.625;
  overflow-wrap: break-word;
}
.jobs-summary__item-text p {
  font: inherit;
  color: inherit;
}
.jobs-summary__item-text p:last-child {
  margin-bottom: 0;
  padding: 0;
}
.jobs-summary__item-text.more p {
  margin-bottom: 0.8rem;
  padding-bottom: 0;
}
.jobs-summary__brief {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 8rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.jobs__category-button {
  display: flex;
  padding: 0.8rem 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #050505;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 0.8rem;
  border: 1px solid #bbbec9;
}

.job-form {
  padding: 3rem;
  background: #ffffff;
  border-radius: 2rem;
}
.job-form .mlang-main__title,
.job-form .form__label:not(.file-upload),
.job-form .profile__section.edit_portfolio .portfolio__form__delete-button:not(.file-upload),
.profile__section.edit_portfolio .job-form .portfolio__form__delete-button:not(.file-upload),
.job-form .profile__section.edit_resume .resume__form__delete-button:not(.file-upload),
.profile__section.edit_resume .job-form .resume__form__delete-button:not(.file-upload) {
  all: unset;
  color: #050505;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  padding: 0;
}
.job-form .mlang-main__controls {
  display: none;
}
.job-form .mlang-main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.job-form .mlang-main__hint {
  all: unset;
  color: #737270;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.job-form .form__input,
.job-form .tags-input__input,
.job-form .combined-tags-input__input,
.job-form .form__textarea {
  border-radius: 1.2rem;
  border: 1px solid #bbbec9;
  box-shadow: none;
}
.job-form .form__element {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0;
}
.job-form a:not(.button) {
  color: #050505 !important;
  text-decoration: underline;
}
.job-form .form-group#div_id_category {
  display: none;
}
.job-form .formset-form__item .form__element,
.job-form .formset-form__item .form-group {
  margin: 0;
  padding: 0;
}
.job-form .formset-form__item .form__element .next-form,
.job-form .formset-form__item .form-group .next-form {
  color: #050505;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.job-form .formset-form__item .file-upload,
.job-form .formset-form__item .file-upload.form__label,
.job-form .formset-form__item .profile__section.edit_portfolio .file-upload.portfolio__form__delete-button,
.profile__section.edit_portfolio .job-form .formset-form__item .file-upload.portfolio__form__delete-button,
.job-form .formset-form__item .profile__section.edit_resume .file-upload.resume__form__delete-button,
.profile__section.edit_resume .job-form .formset-form__item .file-upload.resume__form__delete-button {
  margin: 0;
}
.job-form .select .selectize-input,
.job-form .autocomplete__input .selectize-input {
  box-shadow: none;
}
.job-form .checkbox__input:checked,
.job-form .checkbox input[type=checkbox]:checked,
.job-form .radio__input:checked,
.job-form .radio input[type=checkbox]:checked,
.job-form .checkbox__input:focus:checked,
.job-form .checkbox input[type=checkbox]:focus:checked,
.job-form .radio__input:focus:checked,
.job-form .radio input[type=checkbox]:focus:checked {
  background-color: #ff9c00;
  border-color: #ff9c00;
  color: #ffffff;
}
.job-form .checkbox__input:checked::before,
.job-form .checkbox input[type=checkbox]:checked::before,
.job-form .radio__input:checked::before,
.job-form .radio input[type=checkbox]:checked::before,
.job-form .checkbox__input:focus:checked::before,
.job-form .checkbox input[type=checkbox]:focus:checked::before,
.job-form .radio__input:focus:checked::before,
.job-form .radio input[type=checkbox]:focus:checked::before {
  color: currentColor;
}
.job-form .checkbox__input:active,
.job-form .checkbox input[type=checkbox]:active,
.job-form .radio__input:active,
.job-form .radio input[type=checkbox]:active {
  border-color: #ff9c00;
}
.job-form .counter--count.counter--color {
  color: #737270;
  margin-top: 1.6rem;
  font-weight: 700;
  padding: 0;
}

.marketplace-offer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 3.2rem 2.4rem 3.2rem;
  width: 100%;
  background: #ffffff;
  color: #050505;
  border-radius: 0.8rem;
}
.marketplace-offer__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: space-between;
  align-items: center;
}
.marketplace-offer__time {
  text-align: right;
  color: #737270;
  font-size: 1.4rem;
  line-height: 1.85;
}

.register {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .register {
    flex-direction: row;
  }
}
.register .panel, .register .freelancer-offer, .register .job {
  overflow: initial;
  max-width: 992px;
}
.register .panel--narrow {
  max-width: 576px;
}
.register .panel--wide {
  flex-grow: 1;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .register .panel--wide {
    width: initial;
  }
}

.activate-form-text-info {
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

.section {
  padding: 5rem 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .section:not(:first-of-type) {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section:not(:first-of-type) {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-bottom: 10rem;
  }
}
.section__small-padding {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section__small-padding:not(:first-of-type) {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__small-padding:not(:first-of-type) {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__small-padding {
    padding-bottom: 4rem;
  }
}
.section__medium-padding {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .section__medium-padding:not(:first-of-type) {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__medium-padding:not(:first-of-type) {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__medium-padding {
    padding-bottom: 7rem;
  }
}
.section__profile-headline {
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .section__profile-headline {
    padding: 0;
  }
}
.section__image {
  width: 100%;
  height: auto;
}
.section__image--hero {
  margin-bottom: -4rem;
}
@media screen and (min-width: 768px) {
  .section__image--hero {
    margin-bottom: 0;
  }
}
.section .section__element + .section__element {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .section .section__element + .section__element {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section .section__element + .section__element {
    margin-top: 10rem;
  }
}
.section__heading {
  font-size: 2.4rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
  margin: 0 0 3rem;
}
.section__heading--primary {
  font-size: 3rem;
}
.section__subheading {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 3rem;
}
.section [class^=col] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--bg-gray {
  background: #f5f5f7;
}
.section--bg-transparent {
  background: transparent;
}
.section--bg-primary {
  background: #4955ff;
}
.section--bg-primary h2,
.section--bg-primary h3,
.section--bg-primary h4,
.section--bg-primary label {
  color: #ffffff;
}
.section--bg-primary p {
  color: rgba(255, 255, 255, 0.75);
}
.section--bg-dashboard-header-gray {
  background: #fafafb;
}
.section--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section--centered > * {
  text-align: center;
}
.section--no-padding {
  padding-top: 1rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section--no-padding {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--no-padding {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .section--no-padding:not(:first-of-type) {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section--no-padding:not(:first-of-type) {
    padding-top: 2rem;
  }
}
.section__list {
  padding-left: 2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .section__list {
    padding-left: 7rem;
  }
}
.section__list-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 1rem;
}
.section__list-header-image {
  display: inline-flex;
  background: #ffffff;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}
.section__list-header-title {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #4a518a;
}
.section__list > li {
  flex-basis: 100%;
  color: #787b93;
}
.section__list > li::before {
  content: "•";
  color: currentColor;
  display: inline-block;
  width: 2ch;
  margin-left: -2ch;
}
.section__list.section__list--freelancer > li::before {
  color: #00d56d;
}
.section__list.section__list--employer > li::before {
  color: #4955ff;
}
.section__cover-image {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .section__cover-image {
    justify-content: center;
  }
}
.section__cover-image--center {
  align-items: center;
  justify-content: center;
}
.section__grid__equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 100px;
}
@media screen and (max-width: 767px) {
  .section__grid__equal {
    display: flex;
    flex-direction: column;
  }
}
.section__grid__equal-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 100px;
}
@media screen and (max-width: 767px) {
  .section__grid__equal-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.notifys__header {
  font-size: 30px;
}
.notifys__content {
  margin: 40px 0;
}
.notifys__item {
  font-size: 15px;
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .notifys__item {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.notifys__item.notifys__item--urgent {
  background: #fffadf;
  border: 1px #ffc866 solid;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.notifys__notify-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .notifys__notify-content {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.notifys__nav {
  margin-top: 20px !important;
}
.notifys__notify-img img {
  height: 48px;
}
.notifys__notify-text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (max-width: 767px) {
  .notifys__notify-text {
    padding-bottom: 1.5rem;
  }
}
.notifys__notify-text--unread {
  font-weight: 700;
}
.notifys__notify-text--unread a {
  font-weight: 700;
}
.notifys__notify-date {
  color: #9899ac;
  font-size: 13px;
  padding: 0 5px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.notifys__pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.notifys__no-notifys {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.notifys__no-notifys--mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.notifys__no-notifys span {
  font-size: 16px;
  color: #a5a8c6;
  padding-top: 30px;
  text-align: center;
}

.seo-fields__container {
  background: #ffffff;
  color: #303458;
  padding: 2rem;
  border-radius: 1.2rem;
}

.popover {
  position: absolute;
  display: block;
  min-width: 240px;
  max-height: 100vh;
  z-index: 7000;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  visibility: hidden;
  font-size: 1.4rem;
}
.popover--initialized {
  transition: 0.15s;
}
.popover__content, .popover-menu__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  color: #303458;
  border-radius: 1.2rem;
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
  z-index: 7000;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.popover__indicator, .popover__indicator > svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  transition: 0.15s;
}
.popover__indicator > svg {
  transform: rotateX(0deg);
}
.popover--fit {
  width: -moz-min-content;
  width: min-content;
  min-width: 0;
}
.popover--wide {
  width: 420px;
  min-width: 240px;
}
.popover--wide .popover__content, .popover--wide .popover-menu__content {
  width: 100%;
  max-height: 600px;
}
.popover--with-arrow::before {
  content: " ";
  position: absolute;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  transform: translate(2rem, -25%) rotateZ(45deg);
  z-index: 6998;
  background: #ffffff;
}
.popover.popover--opened {
  opacity: 1;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  pointer-events: initial;
  visibility: visible;
}
.popover.popover--opened.popover::after {
  display: block;
}
.popover.popover--opened .popover__indicator > svg {
  transform: rotateZ(180deg);
}
.popover__trigger--opened .popover__indicator > svg {
  transform: rotateZ(180deg);
}

.popover__header, .popover__footer, .popover__tabs {
  display: flex;
  width: 100%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  padding: 2rem;
  flex-wrap: wrap;
}
.popover__body {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  width: 100%;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

.popover-menu {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.popover-menu__trigger-indicator, .popover-menu__trigger-indicator > svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  transition: 0.15s ease transform;
}
@-moz-document url-prefix() {
  .popover-menu__trigger-indicator.svg-icon {
    animate: none;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
.popover-menu__trigger-indicator > svg {
  display: inline;
  transform: rotateZ(0deg);
}
.popover-menu.opened .popover-menu__trigger-indicator > svg, .popover-menu:hover .popover-menu__trigger-indicator > svg, .popover-menu:focus-within .popover-menu__trigger-indicator > svg {
  transform: rotateZ(180deg);
}
.popover-menu__trigger--unstyle {
  border: 0;
  padding: 0;
  background: transparent;
}
.popover-menu__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #ffffff;
}
.popover-menu--bottom-to-right .popover-menu__content {
  top: 100%;
  left: initial;
  right: 0;
}
.popover-menu--bottom-to-center .popover-menu__content {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.popover-menu--top-to-center .popover-menu__content {
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.popover-menu__item {
  padding: 0.8rem 1.6rem;
}
.popover-menu.opened .popover-menu__content, .popover-menu:hover .popover-menu__content, .popover-menu:focus-within .popover-menu__content {
  display: flex;
  flex-wrap: wrap;
}
.popover-menu--flex-center {
  display: flex;
  align-items: center;
}

.popover-navigation {
  padding: 1rem 0;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popover-navigation {
    min-width: 180px;
  }
}
.popover-navigation--small {
  min-width: initial;
}
.popover-navigation--small .popover-navigation__link.popover-navigation__link {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #4955ff;
}
@media screen and (min-width: 768px) {
  .popover-navigation--small {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 14rem;
  }
}
.popover-navigation__list {
  flex-basis: 100%;
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 600px;
  overflow-x: 0;
  overflow-y: auto;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #303458;
}
.popover-navigation__link {
  display: block;
  padding: 1.2rem 2rem;
  width: 100%;
  font: inherit;
  transition: 0.15s;
  color: #303458;
  background: rgba(73, 85, 255, 0);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .popover-navigation__link {
    padding: 1rem 2rem;
  }
}
.popover-navigation--fit .popover-navigation__link {
  padding: 1.2rem 2rem;
}
@media screen and (min-width: 768px) {
  .popover-navigation--fit .popover-navigation__link {
    padding: 1rem 2rem;
  }
}

.popover-navigation--small .popover-navigation__link {
  padding: 1rem 2rem;
}
.popover-navigation__link.popover-navigation__link--active, .popover-navigation__link:hover, .popover-navigation__link:focus {
  color: #303458;
  text-decoration: none;
}
.popover-navigation__link:hover {
  background: #f2f5fa;
}
.popover-navigation__link:focus {
  background: #ebeff7;
}
.popover-navigation__link.popover-navigation__link--active {
  background: #ebeff7;
  pointer-events: none;
  cursor: default;
}
.popover-navigation__link.popover-navigation__link--thin {
  font-weight: 400;
}
.popover-navigation__link.popover-navigation__link--bold {
  font-weight: 700;
}
.popover-navigation__unread {
  line-height: 1;
  vertical-align: middle;
  transform: translate(0.5em, -0.15em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.popover-navigation__separator {
  display: block;
  background: #f5f5f7;
  width: 100%;
  height: 1px;
  max-width: calc(100% - 6rem);
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .popover-navigation__separator {
    max-width: calc(100% - 4rem);
    margin: 0.5rem auto;
  }
}
.popover-navigation__bonus-text {
  font-size: 1.1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.popover-navigation__bonus-text--yellow {
  color: #ff8d18;
}
.popover-navigation--fancy {
  padding: 0;
}
.popover-navigation--fancy .popover-navigation__content {
  box-shadow: 0px 10px 20px 0px rgba(65, 55, 181, 0.1);
}
.popover-navigation--fancy .popover-navigation__link {
  color: #193380;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
  padding: 1.6rem;
}
.popover-navigation--fancy .popover-navigation__link--active, .popover-navigation--fancy .popover-navigation__link:hover, .popover-navigation--fancy .popover-navigation__link:focus {
  font-weight: 700;
  color: #193380;
}
.popover-navigation--fancy .popover-navigation__separator {
  background: #e9efff;
  max-width: 100%;
  margin: 0;
}

.notification-popover {
  width: 380px;
  padding: 10px;
  border-radius: 20px;
  max-height: auto;
}
.notification-popover--freelancer {
  width: 480px;
}
.notification-popover__header {
  padding: 10px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #303458;
}
.notification-popover__content {
  padding: 0 10px;
  font-size: 10px;
  margin-top: -10px;
  display: block;
  width: 100%;
}
.notification-popover__footer {
  padding: 10px 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
}
.notification-popover__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.notification-popover__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
}
.notification-popover__item .notifys__notify-content {
  padding: 0;
}
.notification-popover__item .notifys__notify-text, .notification-popover__item .notifys__notify-date {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
.notification-popover__item .notifys__notify-text {
  color: #303458;
}
.notification-popover__item .notifys__notify-date {
  color: #a5a8c6;
}

.double-popover {
  padding: 3.2rem;
  align-items: flex-start;
  gap: 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid #e9efff;
  background: #fcfdff;
  box-shadow: 0px 10px 20px 0px rgba(65, 55, 181, 0.1);
  flex-wrap: nowrap !important;
  text-align: left;
  cursor: default;
}
.double-popover__panel {
  display: flex;
  flex-direction: column;
  min-width: 28.8rem;
  gap: 1.6rem;
}
.double-popover__nav {
  gap: 0.8rem;
}
.double-popover__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #050505;
  margin-bottom: 0 !important;
}
.double-popover__description {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
  color: #666c80;
  margin-bottom: 0 !important;
}
.double-popover__navitem {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.6rem;
  padding: 1.2rem 1.6rem;
  transition: 0.15s ease;
}
.double-popover__navitem:hover, .double-popover__navitem:focus {
  background: #f8f8f8;
  text-decoration: none;
}
.double-popover__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 1.6rem;
  border-radius: 0.6rem;
  gap: 1.4rem;
  background: #f7faff;
  text-decoration: none !important;
}
.double-popover__info-header {
  width: 100%;
  text-align: left;
}
.double-popover__info-image {
  width: 13.6rem;
  height: 13.6rem;
  margin: 0.4rem 0;
}
.double-popover__info-link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 1rem;
  color: #1953ff;
  font-size: 1.3rem;
  font-weight: 700;
}
.double-popover__info-link-container {
  width: 100%;
  text-align: right;
}
.double-popover__info-link-content {
  transition: 0.15s ease;
}
.double-popover__info-link-arrow {
  width: 1.4rem;
  height: 1.4rem;
  transition: 0.15s ease;
  opacity: 0;
  position: absolute;
  right: 1rem;
}
.double-popover__info:hover .double-popover__info-link {
  text-decoration: none;
  color: #3064ff;
}
.double-popover__info:hover .double-popover__info-link-content {
  transform: translateX(-2.5rem);
}
.double-popover__info:hover .double-popover__info-link-arrow {
  opacity: 1;
  right: 0;
}

.file-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 3rem;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .file-section {
    width: 100%;
  }
}
.file-section .form__element {
  margin-bottom: 0;
}
.file-section .form-group.form__element {
  width: 100%;
  margin-top: 2rem;
  order: 3;
}
.file-section .form__file-upload-wrapper {
  max-width: 30ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file-section .file-upload {
  margin-bottom: 0;
}
.file-section label {
  width: 100%;
}
.file-section .styled-file-name {
  font-size: 1.6rem;
  color: #00d56d;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.file-section .styled-file-name:hover {
  text-decoration: underline;
}
.file-section .delete-file {
  order: 2;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 2rem;
}
.file-section .delete-file:hover {
  text-decoration: underline;
}

.file-upload-add-new {
  margin-bottom: 3rem;
  display: block;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.button,
a.button {
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 1.2rem;
  transition: 0.15s ease;
  cursor: pointer;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
  height: 4.8rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .button,
  a.button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 15rem;
    padding: 0 3.5rem;
  }
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  text-decoration: none;
  outline: 0;
}
.button-unstyle,
a.button-unstyle {
  border: 0;
  padding: 0;
  background: transparent;
}
.button img + span,
.button svg + span span + span,
.button span + img,
.button span + svg,
a.button img + span,
a.button svg + span span + span,
a.button span + img,
a.button span + svg {
  display: inline-flex;
  margin-left: 1rem;
}
.button--disabled, .button:disabled,
a.button--disabled,
a.button:disabled {
  pointer-events: none;
}
.button--fixed-width,
a.button--fixed-width {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15rem;
  padding: 0 3.5rem;
}
.button--fixed-width-xlarge,
a.button--fixed-width-xlarge {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  height: 5.4rem;
  padding: 0.8rem 1.6rem;
}
@media screen and (min-width: 480px) {
  .button--fixed-width-xlarge,
  a.button--fixed-width-xlarge {
    min-width: 29rem;
  }
}
.button--small,
a.button--small {
  letter-spacing: -0.16px;
  font-weight: 400;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 2rem;
}
.button--medium,
a.button--medium {
  height: 4.8rem;
  padding: 0 2rem;
}
.button--big,
a.button--big {
  height: 4.8rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 218px !important;
  padding: 0 2.4rem;
}
.button--large,
a.button--large {
  height: 4.8rem;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .button--large,
  a.button--large {
    max-width: 256px;
  }
}
.button--xlarge,
a.button--xlarge {
  height: 5.4rem;
  max-width: 350px;
  width: 100%;
  padding: 0 2rem;
}
.button--w-auto,
a.button--w-auto {
  min-width: auto;
}
.button--fluid,
a.button--fluid {
  height: auto;
  padding: 1.4rem 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .button--fluid,
  a.button--fluid {
    padding: 1.4rem 3.5rem;
  }
}
.button--auto,
a.button--auto {
  width: auto;
  padding: 1.5rem 3rem;
  min-width: 0;
  max-width: 100%;
}
.button--auto.button, .button--auto a.button--small,
a.button--auto.button,
a.button--auto a.button--small {
  padding: 1rem 2rem;
  height: auto;
  border-radius: 0.6rem;
}
.button--primary,
a.button--primary {
  background: #4955ff;
  color: #ffffff;
}
.button--primary:hover, .button--primary:focus,
a.button--primary:hover,
a.button--primary:focus {
  color: #ffffff;
  background: #0047ff;
}
.button--primary.button--active, .button--primary.button--tab.active, .button--primary:active,
a.button--primary.button--active,
a.button--primary:active {
  color: #ffffff;
  background: #414ce5;
}
.button--primary.button--disabled, .button--primary:disabled,
a.button--primary.button--disabled,
a.button--primary:disabled {
  background: #b1c5f9;
}
.button--primary-opacity,
a.button--primary-opacity {
  background: rgba(73, 85, 255, 0.2);
  color: #4955ff;
}
.button--main-primary,
a.button--main-primary {
  background: #1953ff;
  color: #ffffff;
}
.button--main-primary:hover, .button--main-primary:focus,
a.button--main-primary:hover,
a.button--main-primary:focus {
  color: #ffffff;
  background: #3064ff;
}
.button--main-primary.button--active, .button--main-primary.button--tab.active, .button--main-primary:active,
a.button--main-primary.button--active,
a.button--main-primary:active {
  color: #ffffff;
  background: #3064ff;
}
.button--main-primary.button--disabled, .button--main-primary:disabled,
a.button--main-primary.button--disabled,
a.button--main-primary:disabled {
  opacity: 0.75;
}
.button--main-primary-alternate,
a.button--main-primary-alternate {
  background: #1953ff;
  color: #ffffff;
}
.button--main-primary-alternate:hover, .button--main-primary-alternate:focus,
a.button--main-primary-alternate:hover,
a.button--main-primary-alternate:focus {
  color: #ffffff;
  background: #3064ff;
}
.button--main-primary-alternate.button--active, .button--main-primary-alternate.button--tab.active, .button--main-primary-alternate:active,
a.button--main-primary-alternate.button--active,
a.button--main-primary-alternate:active {
  color: #ffffff;
  background: #3064ff;
}
.button--main-primary-alternate.button--disabled, .button--main-primary-alternate:disabled,
a.button--main-primary-alternate.button--disabled,
a.button--main-primary-alternate:disabled {
  background: #edf2f7;
}
.button--secondary,
a.button--secondary {
  background: #eceeff;
  color: #1953ff;
}
.button--secondary:hover, .button--secondary:focus,
a.button--secondary:hover,
a.button--secondary:focus {
  color: #1953ff;
  background: rgba(193, 214, 255, 0.2);
}
.button--secondary.button--active, .button--secondary.button--tab.active, .button--secondary:active,
a.button--secondary.button--active,
a.button--secondary:active {
  color: #1953ff;
  background: #ebecf9;
}
.button--secondary.button--disabled, .button--secondary:disabled,
a.button--secondary.button--disabled,
a.button--secondary:disabled {
  background: #b3b9ff;
}
.button--success,
a.button--success {
  background: #00d56d;
  color: #ffffff;
}
.button--success:hover, .button--success:focus,
a.button--success:hover,
a.button--success:focus {
  color: #ffffff;
  background: #00ea78;
}
.button--success.button--active, .button--success.button--tab.active, .button--success:active,
a.button--success.button--active,
a.button--success:active {
  color: #ffffff;
  background: #33c57d;
}
.button--success.button--disabled, .button--success:disabled,
a.button--success.button--disabled,
a.button--success:disabled {
  background: #a0eec8;
}
.button--success-alternate,
a.button--success-alternate {
  background: #e5fbf0;
  color: #00d56d;
}
.button--success-alternate:hover, .button--success-alternate:focus,
a.button--success-alternate:hover,
a.button--success-alternate:focus {
  color: #00d56d;
  background: rgba(0, 252, 129, 0.3);
}
.button--success-alternate.button--active, .button--success-alternate.button--tab.active, .button--success-alternate:active,
a.button--success-alternate.button--active,
a.button--success-alternate:active {
  color: #00d56d;
  background: rgba(0, 252, 129, 0.3);
}
.button--success-alternate.button--disabled, .button--success-alternate:disabled,
a.button--success-alternate.button--disabled,
a.button--success-alternate:disabled {
  opacity: 0.75;
}
.button--danger,
a.button--danger {
  background: #ff3f1a;
  color: #ffffff;
}
.button--danger:hover, .button--danger:focus,
a.button--danger:hover,
a.button--danger:focus {
  color: #ffffff;
  background: #ff3f1a;
}
.button--danger.button--active, .button--danger.button--tab.active, .button--danger:active,
a.button--danger.button--active,
a.button--danger:active {
  color: #ffffff;
  background: #ff3f1a;
}
.button--danger.button--disabled, .button--danger:disabled,
a.button--danger.button--disabled,
a.button--danger:disabled {
  opacity: 0.75;
}
.button--yellow,
a.button--yellow {
  background: #ffc866;
  color: #303458;
}
.button--yellow:hover, .button--yellow:focus,
a.button--yellow:hover,
a.button--yellow:focus {
  color: #303458;
  background: #ffd180;
}
.button--yellow.button--active, .button--yellow.button--tab.active, .button--yellow:active,
a.button--yellow.button--active,
a.button--yellow:active {
  color: #303458;
  background: #ffd180;
}
.button--yellow.button--disabled, .button--yellow:disabled,
a.button--yellow.button--disabled,
a.button--yellow:disabled {
  opacity: 0.75;
}
.button--clear,
a.button--clear {
  background: transparent;
  color: #353b64;
}
.button--clear:hover, .button--clear:focus,
a.button--clear:hover,
a.button--clear:focus {
  color: #353b64;
  background: rgba(53, 59, 100, 0.05);
}
.button--clear.button--active, .button--clear.button--tab.active, .button--clear:active,
a.button--clear.button--active,
a.button--clear:active {
  color: #353b64;
  background: rgba(53, 59, 100, 0.05);
}
.button--clear.button--disabled, .button--clear:disabled,
a.button--clear.button--disabled,
a.button--clear:disabled {
  opacity: 0.75;
}
.button--dark,
a.button--dark {
  background: #050505;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.4rem;
}
.button--dark:hover, .button--dark:focus,
a.button--dark:hover,
a.button--dark:focus {
  color: #ffffff;
  background: #696969;
}
.button--dark.button--active, .button--dark.button--tab.active, .button--dark:active,
a.button--dark.button--active,
a.button--dark:active {
  color: #ffffff;
  background: #696969;
}
.button--dark.button--disabled, .button--dark:disabled,
a.button--dark.button--disabled,
a.button--dark:disabled {
  opacity: 0.75;
}
.button--main-primary-outline,
a.button--main-primary-outline {
  background: transparent;
  border: 1px solid #1953ff;
  color: #1953ff;
}
.button--main-primary-outline:hover, .button--main-primary-outline:focus,
a.button--main-primary-outline:hover,
a.button--main-primary-outline:focus {
  border-color: #3064ff;
  color: #3064ff;
  background: rgba(48, 100, 255, 0.1);
}
.button--main-primary-outline.button--active, .button--main-primary-outline.button--tab.active, .button--main-primary-outline:active,
a.button--main-primary-outline.button--active,
a.button--main-primary-outline:active {
  border-color: #3064ff;
  color: #3064ff;
  background: rgba(48, 100, 255, 0.1);
}
.button--main-primary-outline.button--disabled, .button--main-primary-outline:disabled,
a.button--main-primary-outline.button--disabled,
a.button--main-primary-outline:disabled {
  opacity: 0.75;
}
.button--main-primary-outline svg path,
a.button--main-primary-outline svg path {
  fill: #1953ff;
}
.button--primary-outline,
a.button--primary-outline {
  background: transparent;
  border: 1px solid #4955ff;
  color: #4955ff;
}
.button--primary-outline:hover, .button--primary-outline:focus,
a.button--primary-outline:hover,
a.button--primary-outline:focus {
  border-color: #0047ff;
  color: #0047ff;
  background: rgba(0, 71, 255, 0.1);
}
.button--primary-outline.button--active, .button--primary-outline.button--tab.active, .button--primary-outline:active,
a.button--primary-outline.button--active,
a.button--primary-outline:active {
  border-color: #414ce5;
  color: #414ce5;
  background: rgba(65, 76, 229, 0.1);
}
.button--primary-outline.button--disabled, .button--primary-outline:disabled,
a.button--primary-outline.button--disabled,
a.button--primary-outline:disabled {
  border-color: #b1c5f9;
  color: #b1c5f9;
}
.button--primary-outline svg path,
a.button--primary-outline svg path {
  fill: #4955ff;
}
.button--success-outline,
a.button--success-outline {
  background: transparent;
  border: 1px solid #00d56d;
  color: #00d56d;
}
.button--success-outline:hover, .button--success-outline:focus,
a.button--success-outline:hover,
a.button--success-outline:focus {
  border-color: #00ea78;
  color: #00ea78;
}
.button--success-outline.button--active, .button--success-outline.button--tab.active, .button--success-outline:active,
a.button--success-outline.button--active,
a.button--success-outline:active {
  border-color: #33c57d;
  color: #33c57d;
}
.button--success-outline.button--disabled, .button--success-outline:disabled,
a.button--success-outline.button--disabled,
a.button--success-outline:disabled {
  border-color: #a0eec8;
  color: #a0eec8;
}
.button--success-outline svg path,
a.button--success-outline svg path {
  fill: #00d56d;
}
.button--danger-outline,
a.button--danger-outline {
  background: transparent;
  border: 1px solid #ff3f1a;
  color: #ff3f1a;
}
.button--danger-outline:hover, .button--danger-outline:focus,
a.button--danger-outline:hover,
a.button--danger-outline:focus {
  border-color: #ff3f1a;
  color: #ff3f1a;
}
.button--danger-outline.button--active, .button--danger-outline.button--tab.active, .button--danger-outline:active,
a.button--danger-outline.button--active,
a.button--danger-outline:active {
  border-color: #ff3f1a;
  color: #ff3f1a;
}
.button--danger-outline.button--disabled, .button--danger-outline:disabled,
a.button--danger-outline.button--disabled,
a.button--danger-outline:disabled {
  opacity: 0.75;
}
.button--danger-outline svg path,
a.button--danger-outline svg path {
  fill: #ff3f1a;
}
.button--link,
a.button--link {
  all: unset;
  line-height: 1;
  color: #4955ff;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
}
.button--link .svg__icon,
a.button--link .svg__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.button--link .svg__icon > svg,
a.button--link .svg__icon > svg {
  width: 1em;
  height: 1em;
}
.button--link:hover, .button--link:focus,
a.button--link:hover,
a.button--link:focus {
  color: #4955ff;
  text-decoration: underline;
}
.button--link .button, .button--link a.button--error,
a.button--link .button,
a.button--link a.button--error {
  color: #ff3f1a;
}
.button--link .button:hover, .button--link a.button--error:hover,
a.button--link .button:hover,
a.button--link a.button--error:hover {
  color: #e62500;
}
.button--link-only,
a.button--link-only {
  background: transparent;
  color: #2f42ed;
}
.button--link-only:hover, .button--link-only:focus,
a.button--link-only:hover,
a.button--link-only:focus {
  background: transparent;
  text-decoration: underline;
}
.button--link-only.button--disabled, .button--link-only:disabled,
a.button--link-only.button--disabled,
a.button--link-only:disabled {
  background: transparent;
  color: #b3b9ff;
}
.button--no-border,
a.button--no-border {
  border-color: transparent !important;
}
.button--rounded,
a.button--rounded {
  border-radius: 20000px;
}
.button--text-wrap,
a.button--text-wrap {
  white-space: wrap;
}
.button--dropdown,
a.button--dropdown {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding-left: 1rem;
  color: #4955ff;
  font-weight: 400;
}
.button--dropdown .span,
a.button--dropdown .span {
  margin-left: 0;
}
.button--dropdown .span svg,
a.button--dropdown .span svg {
  margin-left: 0.1rem;
}
.button--x-adapt,
a.button--x-adapt {
  min-width: auto !important;
}
.button--tab,
a.button--tab {
  height: 6rem !important;
}
.button--tab.active,
a.button--tab.active {
  font-weight: 600 !important;
  border-width: 2px 1px 2px 2px !important;
}
.button--tab.active:last-child,
a.button--tab.active:last-child {
  border-width: 2px 2px 2px 1px !important;
}
.button--landing-link,
a.button--landing-link {
  background: transparent;
  padding: 0;
  border: none;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  letter-spacing: normal;
  color: #1953ff;
}
.button--landing-link:hover,
a.button--landing-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.button--fast-gradient,
a.button--fast-gradient {
  box-shadow: 0px 20px 30px 0px rgba(204, 249, 255, 0.2) inset !important;
}
.button.w-full,
a.button.w-full {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.button.min-w-auto,
a.button.min-w-auto {
  min-width: auto;
}
.button.w-auto,
a.button.w-auto {
  min-width: auto;
}
.button[data-module=read-more],
a.button[data-module=read-more] {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.button[data-module=read-more] .icon,
a.button[data-module=read-more] .icon {
  transition: all 0.15s ease-in-out;
  transform: rotateZ(0deg);
}
.button[data-module=read-more][aria-expanded=true] .icon,
a.button[data-module=read-more][aria-expanded=true] .icon {
  transform: rotateZ(180deg) !important;
}
.button--yellow-solid,
a.button--yellow-solid {
  border-radius: 0.3rem;
  background: #ff9c00;
  color: #1e1e1e;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
}
.button--yellow-solid:hover, .button--yellow-solid:focus,
a.button--yellow-solid:hover,
a.button--yellow-solid:focus {
  background: #ffaf32;
  color: #1e1e1e;
}
.button--yellow-solid:active,
a.button--yellow-solid:active {
  background: #e58c00;
  color: #1e1e1e;
}
.button--yellow-solid.button--disabled, .button--yellow-solid:disabled,
a.button--yellow-solid.button--disabled,
a.button--yellow-solid:disabled {
  opacity: 0.75;
  background: #f2efed;
  color: #737270;
}
.button--yellow-outline, .button--light-outline,
a.button--light-outline,
a.button--yellow-outline,
a.button--light-outline {
  border-radius: 0.3rem;
  background: rgba(255, 156, 0, 0);
  color: #1e1e1e;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  border: 2px solid #ff9c00;
}
.button--yellow-outline:hover, .button--light-outline:hover,
a.button--light-outline:hover, .button--yellow-outline:focus, .button--light-outline:focus,
a.button--light-outline:focus,
a.button--yellow-outline:hover,
a.button--yellow-outline:focus {
  border-color: #ffaf32;
  color: #1e1e1e;
}
.button--yellow-outline:active, .button--light-outline:active,
a.button--light-outline:active,
a.button--yellow-outline:active {
  border-color: #e58c00;
  color: #1e1e1e;
}
.button--yellow-outline--on-dark,
a.button--yellow-outline--on-dark {
  color: #e58c00;
}
.button--yellow-outline--on-dark:hover, .button--yellow-outline--on-dark:focus,
a.button--yellow-outline--on-dark:hover,
a.button--yellow-outline--on-dark:focus {
  color: #e58c00;
}
.button--yellow-outline--on-dark:active,
a.button--yellow-outline--on-dark:active {
  color: #e58c00;
}
.button--yellow-outline.button--disabled, .button--disabled.button--light-outline,
a.button--disabled.button--light-outline, .button--yellow-outline:disabled, .button--light-outline:disabled,
a.button--light-outline:disabled,
a.button--yellow-outline.button--disabled,
a.button--yellow-outline:disabled {
  opacity: 0.75;
}
.button--yellow-outline.button--rounded, .button--rounded.button--light-outline,
a.button--rounded.button--light-outline,
a.button--yellow-outline.button--rounded {
  border-radius: 1000ch;
}
.button--yellow-outline.button--yellow-text, .button--yellow-text.button--light-outline,
a.button--yellow-text.button--light-outline,
a.button--yellow-outline.button--yellow-text {
  color: #ff9c00;
}
.button--animated-link,
a.button--animated-link {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #050505;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .button--animated-link,
  a.button--animated-link {
    padding: 1.12rem 2rem;
  }
}
.button--animated-link:hover, .button--animated-link:focus,
a.button--animated-link:hover,
a.button--animated-link:focus {
  color: #050505;
}
.button--animated-link .button__text,
a.button--animated-link .button__text {
  position: relative;
}
.button--animated-link .button__text::after,
a.button--animated-link .button__text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.5px;
  border-radius: 2px;
  background: #050505;
  transform: scaleY(1) scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.button--animated-link:hover .button__text::after, .button--animated-link:focus .button__text::after,
a.button--animated-link:hover .button__text::after,
a.button--animated-link:focus .button__text::after {
  transform: scaleY(1) scaleX(1);
}
.button--animated-link[disabled],
a.button--animated-link[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.button--uploader,
a.button--uploader {
  padding: 1.1rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 2rem;
  line-height: 2.3rem;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .button--uploader,
  a.button--uploader {
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 1.1rem 3rem;
  }
}
.button--uploader .svg-icon,
.button--uploader .svg-icon__svg,
a.button--uploader .svg-icon,
a.button--uploader .svg-icon__svg {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .button--uploader .svg-icon,
  .button--uploader .svg-icon__svg,
  a.button--uploader .svg-icon,
  a.button--uploader .svg-icon__svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.button--light-outline,
a.button--light-outline {
  color: #1b1b1b;
  border-color: #e4e4e7;
  background: #ffffff;
  border-radius: 0.6rem;
  min-width: auto;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
  height: 3.2rem;
}
.button--light-outline:hover, .button--light-outline:focus,
a.button--light-outline:hover,
a.button--light-outline:focus {
  border-color: #e4e4e7;
  color: rgba(27, 27, 27, 0.5);
}
.button--light-outline:active,
a.button--light-outline:active {
  border-color: #e4e4e7;
  color: #1b1b1b;
  background: rgba(230, 230, 230, 0.1);
}
.button--close,
a.button--close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 3.2rem;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 1000ch;
}
@media screen and (min-width: 768px) {
  .button--close,
  a.button--close {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 3.2rem;
    min-height: 2.4rem;
    padding: 0;
  }
}

.button-flex,
a.button-flex {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 2.4rem;
  color: #303458;
  box-sizing: border-box;
  border-radius: 1.2rem;
  border: 1px solid transparent;
  cursor: pointer;
  width: auto;
  height: auto;
  line-height: normal;
  min-width: 0;
  transition: all 0.25s ease-in-out;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.button-flex img,
.button-flex svg,
a.button-flex img,
a.button-flex svg {
  height: 1.6rem;
  transition: all 0.25s ease-in-out;
  margin-right: 1.2rem;
}
.button-flex:hover, .button-flex:focus,
a.button-flex:hover,
a.button-flex:focus {
  color: #2f42ed;
}
.button-flex:hover svg, .button-flex:focus svg,
a.button-flex:hover svg,
a.button-flex:focus svg {
  stroke: #2f42ed;
}
.button-flex:hover svg path, .button-flex:focus svg path,
a.button-flex:hover svg path,
a.button-flex:focus svg path {
  stroke: #2f42ed;
}
.button-flex--small,
a.button-flex--small {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}
.button-flex--small img,
.button-flex--small svg,
a.button-flex--small img,
a.button-flex--small svg {
  height: 1.2rem;
  margin-right: 0.6rem;
}
.button-flex--medium,
a.button-flex--medium {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
}
.button-flex--medium img,
.button-flex--medium svg,
a.button-flex--medium img,
a.button-flex--medium svg {
  height: 1.4rem;
  margin-right: 0.8rem;
}
.button-flex--large,
a.button-flex--large {
  padding: 1.6rem 3.2rem;
  font-size: 2rem;
}
.button-flex--large img,
.button-flex--large svg,
a.button-flex--large img,
a.button-flex--large svg {
  height: 2rem;
  margin-right: 1.6rem;
}
.button-flex--xlarge,
a.button-flex--xlarge {
  padding: 2rem 4rem;
  font-size: 2.4rem;
}
.button-flex--xlarge img,
.button-flex--xlarge svg,
a.button-flex--xlarge img,
a.button-flex--xlarge svg {
  height: 2.4rem;
  margin-right: 2rem;
}
.button-flex--full,
a.button-flex--full {
  display: flex;
  width: 100%;
  justify-content: center;
}
.button-flex--general,
a.button-flex--general {
  color: #4955ff;
  border-color: #eceeff;
  background-color: #eceeff;
}
.button-flex--general:hover, .button-flex--general:focus,
a.button-flex--general:hover,
a.button-flex--general:focus {
  color: #4955ff;
  background-color: #c9cce2;
}
.button-flex--general:hover svg, .button-flex--general:focus svg,
a.button-flex--general:hover svg,
a.button-flex--general:focus svg {
  stroke: #4955ff;
}
.button-flex--general:hover svg path, .button-flex--general:focus svg path,
a.button-flex--general:hover svg path,
a.button-flex--general:focus svg path {
  stroke: #4955ff;
}
.button-flex--danger,
a.button-flex--danger {
  color: #ff3f1a;
  border-color: #ff3f1a;
  background-color: #ffffff;
}
.button-flex--danger.button--clear,
a.button-flex--danger.button--clear {
  color: #ff3f1a;
  background-color: transparent;
}
.button-flex--danger:hover, .button-flex--danger:focus,
a.button-flex--danger:hover,
a.button-flex--danger:focus {
  color: #ffffff;
  background-color: #ff3f1a;
}
.button-flex--danger:hover.button--clear, .button-flex--danger:focus.button--clear,
a.button-flex--danger:hover.button--clear,
a.button-flex--danger:focus.button--clear {
  color: #ff3f1a;
  background-color: rgba(255, 63, 26, 0.05);
}
.button-flex--danger:hover svg, .button-flex--danger:focus svg,
a.button-flex--danger:hover svg,
a.button-flex--danger:focus svg {
  stroke: #ff3f1a;
}
.button-flex--danger:hover svg path, .button-flex--danger:focus svg path,
a.button-flex--danger:hover svg path,
a.button-flex--danger:focus svg path {
  stroke: #ff3f1a;
}
.button-flex--danger-opacity,
a.button-flex--danger-opacity {
  background: rgba(255, 63, 26, 0.1);
  color: #ff3f1a;
  border-color: #ff3f1a;
}
.button-flex--danger-opacity:hover, .button-flex--danger-opacity:focus,
a.button-flex--danger-opacity:hover,
a.button-flex--danger-opacity:focus {
  background: rgba(255, 63, 26, 0.2);
  color: #ff3f1a;
}
.button-flex--success,
a.button-flex--success {
  color: #00d56d;
  border-color: #00d56d;
  background-color: transparent;
}
.button-flex--success:hover, .button-flex--success:focus,
a.button-flex--success:hover,
a.button-flex--success:focus {
  color: #ffffff;
  background-color: #00d56d;
}
.button-flex--success:hover svg, .button-flex--success:focus svg,
a.button-flex--success:hover svg,
a.button-flex--success:focus svg {
  stroke: #00d56d;
}
.button-flex--success:hover svg path, .button-flex--success:focus svg path,
a.button-flex--success:hover svg path,
a.button-flex--success:focus svg path {
  stroke: #00d56d;
}
.button-flex--secondary,
a.button-flex--secondary {
  color: #2f42ed;
  border-color: #2f42ed;
  background-color: transparent;
}
.button-flex--secondary:hover, .button-flex--secondary:focus,
a.button-flex--secondary:hover,
a.button-flex--secondary:focus {
  color: #ffffff;
  background-color: #2f42ed;
}
.button-flex--secondary:hover svg, .button-flex--secondary:focus svg,
a.button-flex--secondary:hover svg,
a.button-flex--secondary:focus svg {
  stroke: #2f42ed;
}
.button-flex--secondary:hover svg path, .button-flex--secondary:focus svg path,
a.button-flex--secondary:hover svg path,
a.button-flex--secondary:focus svg path {
  stroke: #2f42ed;
}
.button-flex--success-solid,
a.button-flex--success-solid {
  color: #ffffff;
  border-color: #00d56d;
  background-color: #00d56d;
}
.button-flex--success-solid:hover, .button-flex--success-solid:focus,
a.button-flex--success-solid:hover,
a.button-flex--success-solid:focus {
  color: #00d56d;
  background-color: transparent;
}
.button-flex--success-solid:hover svg, .button-flex--success-solid:focus svg,
a.button-flex--success-solid:hover svg,
a.button-flex--success-solid:focus svg {
  stroke: #00d56d;
}
.button-flex--success-solid:hover svg path, .button-flex--success-solid:focus svg path,
a.button-flex--success-solid:hover svg path,
a.button-flex--success-solid:focus svg path {
  stroke: #00d56d;
}
.button-flex--secondary-solid,
a.button-flex--secondary-solid {
  background: #4955ff;
  color: #ffffff;
}
.button-flex--secondary-solid:hover, .button-flex--secondary-solid:focus,
a.button-flex--secondary-solid:hover,
a.button-flex--secondary-solid:focus {
  background: #0047ff;
  color: #ffffff;
}
.button-flex--secondary-solid:active,
a.button-flex--secondary-solid:active {
  background: #414ce5;
}
.button-flex--disabled, .button-flex:disabled,
a.button-flex--disabled,
a.button-flex:disabled {
  background: #f5f5f7;
  color: #a5a8c6;
}
.button-flex--disabled:hover, .button-flex--disabled:focus, .button-flex--disabled:active, .button-flex:disabled:hover, .button-flex:disabled:focus, .button-flex:disabled:active,
a.button-flex--disabled:hover,
a.button-flex--disabled:focus,
a.button-flex--disabled:active,
a.button-flex:disabled:hover,
a.button-flex:disabled:focus,
a.button-flex:disabled:active {
  background: #f5f5f7;
  color: #a5a8c6;
}

.buttons-group {
  display: inline-flex;
  gap: 0;
}
.buttons-group .button:not(:first-child) {
  border-left: none !important;
}
.buttons-group .button:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
.buttons-group .button:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}

.button-dropdown-basic {
  position: relative;
  overflow: visible;
  display: flex;
}
.button-dropdown-basic .dropdown-chevron {
  width: 1rem;
  transition: all 0.25s ease-in-out;
}
.button-dropdown-basic .dropdown-label {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.button-dropdown-basic .dropdown-label__text {
  margin-right: 2.8rem;
}
.button-dropdown-basic .dropdown-box {
  width: 100%;
  max-width: 30rem;
  position: absolute;
  display: none;
  top: 100%;
  border-radius: 1.2rem;
  right: 0;
  overflow: auto;
  background-color: #ffffff;
  height: auto;
  z-index: 5000;
}
.button-dropdown-basic .dropdown-box__link {
  display: inline-block;
  width: 100%;
  flex: 1;
  padding: 1.2rem 2.4rem;
  font-weight: 400;
  color: #193380;
  font-size: 1.6rem;
}
.button-dropdown-basic .dropdown-box__link:hover, .button-dropdown-basic .dropdown-box__link:focus, .button-dropdown-basic .dropdown-box__link.active {
  background: #f2f5fa;
  color: #193380;
  font-weight: 400;
}
.button-dropdown-basic:hover .dropdown-box, .button-dropdown-basic:focus-within .dropdown-box {
  display: block;
}
.button-dropdown-basic:hover .dropdown-chevron, .button-dropdown-basic:focus-within .dropdown-chevron {
  transform: rotate(-180deg);
}

.button-dropdown {
  display: flex;
  flex-direction: column;
  position: relative;
}
.button-dropdown__header {
  background: #ffffff;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-radius: 1.2rem;
  z-index: 5;
  height: 5rem;
}
.button-dropdown__header svg {
  color: #4955ff;
  transition: all 0.5s ease-in-out;
}
.button-dropdown__header--opened {
  z-index: 10000;
}
.button-dropdown__header--opened svg {
  transform: rotate(-180deg);
}
.button-dropdown__list {
  display: none;
  list-style: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 5rem 1.5rem 1.5rem;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
}
.button-dropdown__list--opened {
  z-index: 9000;
}
.button-dropdown__element {
  color: #303458;
}
.button-dropdown__element:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.button-dropdown__element a {
  color: #303458;
  font-weight: 400;
  width: 100%;
  display: flex;
}

.button-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.button-group--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .button-group:not(.button-group--vertical) {
    flex-direction: row;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .button-group--vertical {
    width: auto;
  }
}
.button-group--vertical > *.button {
  width: 100% !important;
  margin-bottom: 2rem;
}
.button-group > *.button:not(.button--link) {
  height: 5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .button-group > *.button:not(.button--link) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .button-group > *.button {
    height: 5rem;
    line-height: 5rem;
    margin-right: 3rem;
  }
  .button-group > *.button:not(.button--link) {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .button-group > *.button:last-child {
    margin-right: 0;
  }
}

.button-group--radius {
  display: flex;
}
.button-group--radius > .button, .button-group--radius > .button-flex {
  border-radius: 0 !important;
}
.button-group--radius .button:first-child, .button-group--radius .button-flex:first-child {
  border-radius: 1rem 0 0 1rem !important;
}
.button-group--radius .button:last-child, .button-group--radius .button-flex:last-child {
  border-radius: 0 1rem 1rem 0 !important;
}

.tick:before, .toggle__input:before, .form__checkbox:checked:before, .profile__section.edit_portfolio .portfolio__form__delete input[type=checkbox]:checked:before, .profile__section.edit_resume .resume__form__delete input[type=checkbox]:checked:before, ul.checkboxselectmultiple.form__input input[type=checkbox]:checked:before, ul.checkboxselectmultiple.tags-input__input input[type=checkbox]:checked:before,
ul.checkboxselectmultiple.combined-tags-input__input input[type=checkbox]:checked:before, ul.checkboxselectmultiple.form__textarea input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/tick.svg") center no-repeat;
  background-size: 1rem;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.panel, .freelancer-offer, .job {
  background: #ffffff;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.panel.d-flex, .d-flex.freelancer-offer, .d-flex.job {
  display: flex;
  justify-content: initial;
}
.panel.no-overflow, .no-overflow.freelancer-offer, .no-overflow.job {
  overflow: initial;
}
.panel + .panel.horizontal, .freelancer-offer + .panel.horizontal, .panel + .horizontal.freelancer-offer, .freelancer-offer + .horizontal.freelancer-offer, .job + .panel.horizontal, .job + .horizontal.freelancer-offer, .panel + .horizontal.job, .freelancer-offer + .horizontal.job, .job + .horizontal.job {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .panel + .panel.horizontal, .freelancer-offer + .panel.horizontal, .panel + .horizontal.freelancer-offer, .freelancer-offer + .horizontal.freelancer-offer, .job + .panel.horizontal, .job + .horizontal.freelancer-offer, .panel + .horizontal.job, .freelancer-offer + .horizontal.job, .job + .horizontal.job {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .panel + .panel.horizontal, .freelancer-offer + .panel.horizontal, .panel + .horizontal.freelancer-offer, .freelancer-offer + .horizontal.freelancer-offer, .job + .panel.horizontal, .job + .horizontal.freelancer-offer, .panel + .horizontal.job, .freelancer-offer + .horizontal.job, .job + .horizontal.job {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .panel, .freelancer-offer, .job {
    display: block;
    text-align: left;
  }
}
.panel--init {
  margin-top: 5rem;
}
.panel--overflow-visible {
  overflow: visible;
}
.panel + .panel, .freelancer-offer + .panel, .panel + .freelancer-offer, .freelancer-offer + .freelancer-offer, .job + .panel, .job + .freelancer-offer, .panel + .job, .freelancer-offer + .job, .job + .job {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .panel + .panel, .freelancer-offer + .panel, .panel + .freelancer-offer, .freelancer-offer + .freelancer-offer, .job + .panel, .job + .freelancer-offer, .panel + .job, .freelancer-offer + .job, .job + .job {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel + .panel, .freelancer-offer + .panel, .panel + .freelancer-offer, .freelancer-offer + .freelancer-offer, .job + .panel, .job + .freelancer-offer, .panel + .job, .freelancer-offer + .job, .job + .job {
    margin-top: 3rem;
  }
}
.panel__no-overflow {
  overflow: visible;
}
.panel__side-orange .colored {
  color: #ffc866 !important;
}
.panel__side-red .colored {
  color: #ff3f1a !important;
}
.panel__side-green .colored {
  color: #00d56d !important;
}
.panel__primary {
  background: #4955ff;
  color: #ffffff;
}
.panel__green {
  background: #00d56d;
  color: #ffffff;
}
.panel__transparent {
  background: transparent;
}
.panel__with-shadow {
  box-shadow: 0px 0px 30px 0px rgba(109, 96, 255, 0.13);
}
.panel__no-radius {
  border-radius: 0;
}
.panel__content, .freelancer-offer__wrapper, .job {
  position: relative;
  padding: 1rem 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content, .freelancer-offer__wrapper, .job {
    padding: 2rem;
  }
}
.panel__content--separator + .panel__content, .panel__content--separator + .freelancer-offer__wrapper, .panel__content--separator + .job {
  border-top: none !important;
}
.panel__content--no-padding {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .panel__content--no-padding {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--no-padding {
    padding: 0;
  }
}
.panel__content--small-padding {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content--small-padding {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--small-padding {
    padding: 2rem;
  }
}
.panel__content--xsmall-padding {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content--xsmall-padding {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--xsmall-padding {
    padding: 1rem 2rem;
  }
}
.panel__content--medium-padding {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content--medium-padding {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--medium-padding {
    padding: 3.8rem;
  }
}
.panel__content--large-padding {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content--large-padding {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--large-padding {
    padding: 5rem;
  }
}
.panel__content--xlarge-padding {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content--xlarge-padding {
    padding: 5rem 7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--xlarge-padding {
    padding: 7rem 9rem 5rem;
  }
}
.panel__content--xlarge-padding:not(:last-child) {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .panel__content--xlarge-padding ~ .panel__content--xlarge-padding {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel__content--xlarge-padding ~ .panel__content--xlarge-padding {
    padding-top: 3rem;
  }
}
.panel__content--no-padding {
  padding: 0;
}
.panel__content--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panel__content--top-image {
  padding-top: 0;
}
.panel__content--separator {
  display: block;
  position: relative;
  border-bottom: none;
  text-align: center;
  overflow: hidden;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #787b93;
}
.panel__content--separator:before, .panel__content--separator:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background: #f5f5f7;
}
.panel__content--separator:before {
  right: calc(50% + 50px);
}
.panel__content--separator:after {
  left: calc(50% + 50px);
}
.panel__content > *:first-child, .freelancer-offer__wrapper > *:first-child, .job > *:first-child {
  margin-top: 0 !important;
}
.panel__content > *:last-child, .freelancer-offer__wrapper > *:last-child, .job > *:last-child {
  margin-bottom: 0 !important;
}
.panel__heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .panel__heading {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.panel__files {
  padding-bottom: 2rem;
}
.panel__files:last-of-type {
  padding-bottom: 0;
}
.panel__files p {
  color: #787b93;
}
.panel__files img {
  margin-right: 1rem;
}
.panel__files__download {
  font-weight: 400;
  text-decoration: underline;
}
.panel__files a img {
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
}
.panel__info {
  border-radius: 2rem;
  border-color: #4955ff;
  border-style: solid;
  border-width: 1px;
  padding: 2rem;
  margin-top: 4.5rem;
  background-color: #edeeff;
}
.panel__info p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 0;
  color: #303458;
}
.panel__info p a {
  display: block;
}
.panel.panel--fresh .panel__heading, .panel--fresh.freelancer-offer .panel__heading, .panel--fresh.job .panel__heading {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.16px;
  font-weight: 700;
  color: #193380;
}
.panel.panel--fresh .panel__content, .panel.panel--fresh .freelancer-offer__wrapper, .panel--fresh.freelancer-offer .panel__content, .panel--fresh.freelancer-offer .freelancer-offer__wrapper, .panel.panel--fresh .job, .panel--fresh.freelancer-offer .job, .panel--fresh.job .panel__content, .panel--fresh.job .freelancer-offer__wrapper, .panel--fresh.job .job {
  padding: 3.2rem;
}
.panel.panel--fresh .panel__content p:not(p:last-child), .panel.panel--fresh .freelancer-offer__wrapper p:not(p:last-child), .panel--fresh.freelancer-offer .panel__content p:not(p:last-child), .panel--fresh.freelancer-offer .freelancer-offer__wrapper p:not(p:last-child), .panel.panel--fresh .job p:not(p:last-child), .panel--fresh.freelancer-offer .job p:not(p:last-child), .panel--fresh.job .panel__content p:not(p:last-child), .panel--fresh.job .freelancer-offer__wrapper p:not(p:last-child), .panel--fresh.job .job p:not(p:last-child) {
  margin-bottom: 2rem !important;
}
.panel.panel--fresh .panel__content, .panel.panel--fresh .freelancer-offer__wrapper, .panel--fresh.freelancer-offer .panel__content, .panel--fresh.freelancer-offer .freelancer-offer__wrapper, .panel.panel--fresh .job, .panel--fresh.freelancer-offer .job, .panel--fresh.job .panel__content, .panel--fresh.job .freelancer-offer__wrapper, .panel--fresh.job .job,
.panel.panel--fresh .panel__content p,
.panel.panel--fresh .freelancer-offer__wrapper p,
.panel--fresh.freelancer-offer .panel__content p,
.panel--fresh.freelancer-offer .freelancer-offer__wrapper p,
.panel.panel--fresh .job p,
.panel--fresh.freelancer-offer .job p,
.panel--fresh.job .panel__content p,
.panel--fresh.job .freelancer-offer__wrapper p,
.panel--fresh.job .job p,
.panel.panel--fresh .panel__content ul,
.panel.panel--fresh .freelancer-offer__wrapper ul,
.panel--fresh.freelancer-offer .panel__content ul,
.panel--fresh.freelancer-offer .freelancer-offer__wrapper ul,
.panel.panel--fresh .job ul,
.panel--fresh.freelancer-offer .job ul,
.panel--fresh.job .panel__content ul,
.panel--fresh.job .freelancer-offer__wrapper ul,
.panel--fresh.job .job ul {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  line-height: 150%;
  color: #405080;
}
.panel.panel--dashboard .panel__heading, .panel--dashboard.freelancer-offer .panel__heading, .panel--dashboard.job .panel__heading {
  color: #424a61;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem;
  text-align: left !important;
}
.panel.panel--dashboard .panel__text, .panel--dashboard.freelancer-offer .panel__text, .panel--dashboard.job .panel__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #424a61;
  line-height: 1.9rem;
}
.panel.panel--dashboard .panel__content, .panel.panel--dashboard .freelancer-offer__wrapper, .panel--dashboard.freelancer-offer .panel__content, .panel--dashboard.freelancer-offer .freelancer-offer__wrapper, .panel.panel--dashboard .job, .panel--dashboard.freelancer-offer .job, .panel--dashboard.job .panel__content, .panel--dashboard.job .freelancer-offer__wrapper, .panel--dashboard.job .job {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  border: 1px solid rgba(221, 223, 229, 0.4);
  border-radius: 1.6rem;
  background: #fdfdfd;
}
.panel.panel--dashboard .panel__content--elevated, .panel--dashboard.freelancer-offer .panel__content--elevated, .panel--dashboard.job .panel__content--elevated {
  border-radius: 1.2rem;
  border-color: rgba(221, 223, 229, 0.6);
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(65, 55, 181, 0.04);
}
.panel.panel--dashboard .panel__content--no-padding, .panel--dashboard.freelancer-offer .panel__content--no-padding, .panel--dashboard.job .panel__content--no-padding {
  padding: 0;
  border: none;
}
.panel.panel--dashboard .panel__content, .panel.panel--dashboard .freelancer-offer__wrapper, .panel--dashboard.freelancer-offer .panel__content, .panel--dashboard.freelancer-offer .freelancer-offer__wrapper, .panel.panel--dashboard .job, .panel--dashboard.freelancer-offer .job, .panel--dashboard.job .panel__content, .panel--dashboard.job .freelancer-offer__wrapper, .panel--dashboard.job .job,
.panel.panel--dashboard .panel__content p,
.panel.panel--dashboard .freelancer-offer__wrapper p,
.panel--dashboard.freelancer-offer .panel__content p,
.panel--dashboard.freelancer-offer .freelancer-offer__wrapper p,
.panel.panel--dashboard .job p,
.panel--dashboard.freelancer-offer .job p,
.panel--dashboard.job .panel__content p,
.panel--dashboard.job .freelancer-offer__wrapper p,
.panel--dashboard.job .job p,
.panel.panel--dashboard .panel__content ul,
.panel.panel--dashboard .freelancer-offer__wrapper ul,
.panel--dashboard.freelancer-offer .panel__content ul,
.panel--dashboard.freelancer-offer .freelancer-offer__wrapper ul,
.panel.panel--dashboard .job ul,
.panel--dashboard.freelancer-offer .job ul,
.panel--dashboard.job .panel__content ul,
.panel--dashboard.job .freelancer-offer__wrapper ul,
.panel--dashboard.job .job ul,
.panel.panel--dashboard .panel__content a:not([type=button]):not(.button),
.panel.panel--dashboard .freelancer-offer__wrapper a:not([type=button]):not(.button),
.panel--dashboard.freelancer-offer .panel__content a:not([type=button]):not(.button),
.panel--dashboard.freelancer-offer .freelancer-offer__wrapper a:not([type=button]):not(.button),
.panel.panel--dashboard .job a:not([type=button]):not(.button),
.panel--dashboard.freelancer-offer .job a:not([type=button]):not(.button),
.panel--dashboard.job .panel__content a:not([type=button]):not(.button),
.panel--dashboard.job .freelancer-offer__wrapper a:not([type=button]):not(.button),
.panel--dashboard.job .job a:not([type=button]):not(.button) {
  color: #6f7380;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.panel.panel--dashboard .panel__content a:not([type=button]):not(.button), .panel.panel--dashboard .freelancer-offer__wrapper a:not([type=button]):not(.button), .panel--dashboard.freelancer-offer .panel__content a:not([type=button]):not(.button), .panel--dashboard.freelancer-offer .freelancer-offer__wrapper a:not([type=button]):not(.button), .panel.panel--dashboard .job a:not([type=button]):not(.button), .panel--dashboard.freelancer-offer .job a:not([type=button]):not(.button), .panel--dashboard.job .panel__content a:not([type=button]):not(.button), .panel--dashboard.job .freelancer-offer__wrapper a:not([type=button]):not(.button), .panel--dashboard.job .job a:not([type=button]):not(.button) {
  color: #6f7380;
  font-weight: 700;
  text-decoration: underline;
}
.panel.panel--dashboard .panel__content a:not([type=button]):not(.button):hover, .panel.panel--dashboard .freelancer-offer__wrapper a:not([type=button]):not(.button):hover, .panel--dashboard.freelancer-offer .panel__content a:not([type=button]):not(.button):hover, .panel--dashboard.freelancer-offer .freelancer-offer__wrapper a:not([type=button]):not(.button):hover, .panel.panel--dashboard .job a:not([type=button]):not(.button):hover, .panel--dashboard.freelancer-offer .job a:not([type=button]):not(.button):hover, .panel--dashboard.job .panel__content a:not([type=button]):not(.button):hover, .panel--dashboard.job .freelancer-offer__wrapper a:not([type=button]):not(.button):hover, .panel--dashboard.job .job a:not([type=button]):not(.button):hover {
  color: #636772;
}
.panel-secpay-sidebar .panel, .panel-secpay-sidebar .freelancer-offer, .panel-secpay-sidebar .job {
  background: #fbfbff;
}

.panel-list .panel, .panel-list .freelancer-offer, .panel-list .job {
  margin-bottom: 1.5rem;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.badge {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 12px;
}
.badge--primary {
  background: rgba(73, 85, 255, 0.1);
  color: #4955ff;
}
.badge--danger {
  background-color: #ef153a;
  font-size: 8px;
  color: #ffffff;
  margin-left: 6px;
  padding: 2px 4px;
}
.badge--mini {
  padding: 2px 4px;
  font-size: 8px;
}
.badge--square {
  border-radius: 0;
}
.badge--important {
  background: #ff8d18;
  color: #ffffff;
}
.badge--bold {
  font-weight: 700;
}
.badge--small {
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
  font-size: 12px;
  padding: 3px 5px;
  vertical-align: baseline;
  margin: 0;
}
.badge--contained {
  display: inline-block;
  align-self: center;
  padding: 0.6rem 0.5rem;
  text-align: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055px;
  border-radius: 0.75em;
  vertical-align: middle;
}
.badge--green {
  background: #00d56d;
  color: #ffffff;
}
.badge--blue {
  background: #1953ff;
  color: #ffffff;
}
.badge--red {
  background: #ff3f1a;
  color: #ffffff;
}
.badge--small-rounded {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.055px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1.6rem;
  border-radius: 0.6rem;
}

.checkbox,
.radio {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  grid-template-areas: "indicator content";
  margin-bottom: 0;
  text-align: left;
}
.checkbox.checkbox, .checkbox .radio--standalone,
.radio.checkbox,
.radio .radio--standalone {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.checkbox__content,
.radio__content {
  grid-area: content;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  align-items: center;
}
.checkbox__inner,
.radio__inner {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: center;
}
.checkbox__label, .checkbox__description,
.radio__label,
.radio__description {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  font-weight: 400;
  color: #4a518a;
}
.checkbox__label,
.radio__label {
  font-size: 1.6rem;
  font-weight: 700;
}
.checkbox__label .checkbox, .radio--standalone .checkbox__label,
.radio__label .checkbox,
.radio--standalone .radio__label {
  font-weight: 400;
  font-size: 1.4rem;
}
.checkbox__label--regular,
.radio__label--regular {
  font-weight: 400;
}
.checkbox__label.checkbox__label, .checkbox__label .radio__label--normal,
.radio__label.checkbox__label,
.radio__label .radio__label--normal {
  font-weight: 400;
  font-size: 1.4rem;
}
.checkbox--standard .checkbox__label,
.checkbox--standard .radio__label {
  color: #303458;
}
.checkbox__label .text-small,
.radio__label .text-small {
  vertical-align: baseline;
  font-size: 0.7em;
  text-transform: uppercase;
}
.checkbox__description,
.radio__description {
  font-size: 1.4rem;
}
.checkbox__input,
.checkbox input[type=checkbox],
.radio__input,
.radio input[type=checkbox] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.1s ease-in-out;
  flex-shrink: 0;
  flex-grow: 0;
  background: #ffffff url("../images/tick.svg");
  border: 1px #dbdbe9 solid;
  color: rgba(255, 255, 255, 0);
  background-size: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.checkbox__input:hover,
.checkbox input[type=checkbox]:hover,
.radio__input:hover,
.radio input[type=checkbox]:hover {
  background-color: #ffffff;
  border-color: #dbdbe9;
  color: rgba(255, 255, 255, 0);
}
.checkbox__input:active,
.checkbox input[type=checkbox]:active,
.radio__input:active,
.radio input[type=checkbox]:active {
  transform: scale(1.1);
  background-color: #ffffff;
  border-color: #4955ff;
  color: rgba(219, 219, 233, 0);
}
.checkbox__input:active:disabled,
.checkbox input[type=checkbox]:active:disabled,
.radio__input:active:disabled,
.radio input[type=checkbox]:active:disabled {
  transform: scale(1);
}
.checkbox__input:focus,
.checkbox input[type=checkbox]:focus,
.radio__input:focus,
.radio input[type=checkbox]:focus {
  background-color: #ffffff;
  border-color: #bbbbd6;
  color: rgba(255, 255, 255, 0);
}
.checkbox__input:checked,
.checkbox input[type=checkbox]:checked,
.radio__input:checked,
.radio input[type=checkbox]:checked {
  background-color: #4955ff;
  border-color: #4955ff;
  color: #ffffff;
}
.checkbox__input:focus:checked,
.checkbox input[type=checkbox]:focus:checked,
.radio__input:focus:checked,
.radio input[type=checkbox]:focus:checked {
  background-color: #4955ff;
  border-color: #4955ff;
  color: #ffffff;
}
.checkbox__input:checked:active,
.checkbox input[type=checkbox]:checked:active,
.radio__input:checked:active,
.radio input[type=checkbox]:checked:active {
  transition: 0;
  box-shadow: 2px 4px 8px rgba(119, 126, 226, 0.4), 0 0 4px rgba(119, 126, 226, 0.4);
  background-color: #0047ff;
  border-color: #0047ff;
  color: rgba(255, 255, 255, 0.8);
}
.checkbox__input:disabled, .checkbox__input:disabled:active, .checkbox__input:active:disabled, .checkbox__input:disabled ~ .checkbox, .checkbox__input .radio__content, .checkbox__input:disabled:active ~ .checkbox, .checkbox__input .radio__content,
.checkbox__input .checkbox, .checkbox__input .radio__content--disabled .checkbox, .radio:active .checkbox__input:disabled,
.checkbox input[type=checkbox]:disabled,
.checkbox input[type=checkbox]:disabled:active,
.checkbox input[type=checkbox]:active:disabled,
.checkbox input[type=checkbox]:disabled ~ .checkbox,
.checkbox input[type=checkbox] .radio__content,
.checkbox input[type=checkbox]:disabled:active ~ .checkbox,
.checkbox input[type=checkbox] .radio__content,
.checkbox input[type=checkbox] .checkbox,
.checkbox input[type=checkbox] .radio__content--disabled .checkbox,
.radio:active .checkbox input[type=checkbox]:disabled,
.radio__input:disabled,
.radio__input:disabled:active,
.radio__input:active:disabled,
.radio__input:disabled ~ .checkbox,
.radio__input .radio__content,
.radio__input:disabled:active ~ .checkbox,
.radio__input .radio__content,
.radio__input .checkbox,
.radio__input .radio__content--disabled .checkbox,
.radio:active .radio__input:disabled,
.radio input[type=checkbox]:disabled,
.radio input[type=checkbox]:disabled:active,
.radio input[type=checkbox]:active:disabled,
.radio input[type=checkbox]:disabled ~ .checkbox,
.radio input[type=checkbox] .radio__content,
.radio input[type=checkbox]:disabled:active ~ .checkbox,
.radio input[type=checkbox] .radio__content,
.radio input[type=checkbox] .checkbox,
.radio input[type=checkbox] .radio__content--disabled .checkbox,
.radio:active .radio input[type=checkbox]:disabled {
  cursor: default;
  pointer-events: none;
}
.checkbox__input:disabled, .checkbox__input:disabled:active, .checkbox__input:active:disabled,
.checkbox__input .checkbox, .radio:active .checkbox__input:disabled,
.checkbox input[type=checkbox]:disabled,
.checkbox input[type=checkbox]:disabled:active,
.checkbox input[type=checkbox]:active:disabled,
.checkbox input[type=checkbox] .checkbox,
.radio:active .checkbox input[type=checkbox]:disabled,
.radio__input:disabled,
.radio__input:disabled:active,
.radio__input:active:disabled,
.radio__input .checkbox,
.radio:active .radio__input:disabled,
.radio input[type=checkbox]:disabled,
.radio input[type=checkbox]:disabled:active,
.radio input[type=checkbox]:active:disabled,
.radio input[type=checkbox] .checkbox,
.radio:active .radio input[type=checkbox]:disabled {
  background-color: #dbdbe9;
  border-color: #dbdbe9;
  color: #dbdbe9;
}
.checkbox__input:checked:disabled, .checkbox__input:checked:disabled:active, .checkbox__input:checked:active:disabled,
.checkbox__input .checkbox, .radio:active .checkbox__input:checked:disabled,
.checkbox input[type=checkbox]:checked:disabled,
.checkbox input[type=checkbox]:checked:disabled:active,
.checkbox input[type=checkbox]:checked:active:disabled,
.checkbox input[type=checkbox] .checkbox,
.radio:active .checkbox input[type=checkbox]:checked:disabled,
.radio__input:checked:disabled,
.radio__input:checked:disabled:active,
.radio__input:checked:active:disabled,
.radio__input .checkbox,
.radio:active .radio__input:checked:disabled,
.radio input[type=checkbox]:checked:disabled,
.radio input[type=checkbox]:checked:disabled:active,
.radio input[type=checkbox]:checked:active:disabled,
.radio input[type=checkbox] .checkbox,
.radio:active .radio input[type=checkbox]:checked:disabled {
  background-color: #b1c5f9;
  border-color: #b1c5f9;
  color: #dbdbe9;
}
.checkbox__input.form__input, .checkbox__input.tags-input__input,
.checkbox__input.combined-tags-input__input, .checkbox__input.form__textarea,
.checkbox input[type=checkbox].form__input,
.checkbox input[type=checkbox].tags-input__input,
.checkbox input[type=checkbox].combined-tags-input__input,
.checkbox input[type=checkbox].form__textarea,
.radio__input.form__input,
.radio__input.tags-input__input,
.radio__input.combined-tags-input__input,
.radio__input.form__textarea,
.radio input[type=checkbox].form__input,
.radio input[type=checkbox].tags-input__input,
.radio input[type=checkbox].combined-tags-input__input,
.radio input[type=checkbox].form__textarea {
  min-height: auto;
}
.checkbox__input--yellow:checked,
.radio__input--yellow:checked {
  background-color: #ff9c00 !important;
  border-color: #ff9c00 !important;
}
.checkbox__field,
.radio__field {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "indicator label" ". description";
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.checkbox__field--align-center,
.radio__field--align-center {
  grid-template-areas: "indicator label" "indicator description";
}
.checkbox__field .control__indicator-wrapper,
.radio__field .control__indicator-wrapper {
  grid-area: indicator;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-left: 0;
}
.checkbox__field .control__label,
.radio__field .control__label {
  grid-area: label;
  margin: 0;
  padding: 0;
}
.checkbox__field .control__label label.checkbox__field .control__label, .checkbox__field .control__label .radio__field .control__label,
.radio__field .control__label label.checkbox__field .control__label,
.radio__field .control__label .radio__field .control__label {
  margin: 0;
}
.checkbox__field .control__description,
.radio__field .control__description {
  grid-area: description;
  margin: 0;
  padding: 0;
}
.checkbox-group,
.radio-group {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
}
.checkbox--disabled .checkbox:disabled, .checkbox--disabled .checkbox:disabled:active, .checkbox--disabled .checkbox:active:disabled, .checkbox--disabled .checkbox:active .checkbox--disabled .checkbox:disabled, .checkbox--disabled .radio__input:disabled, .checkbox--disabled .radio__input:disabled:active, .checkbox--disabled .radio__input:active:disabled, .checkbox--disabled .checkbox:active .checkbox--disabled .radio__input:disabled,
.checkbox--disabled input[type=checkbox]:disabled,
.checkbox--disabled input[type=checkbox]:disabled:active,
.checkbox--disabled input[type=checkbox]:active:disabled,
.checkbox--disabled .checkbox:active .checkbox--disabled input[type=checkbox]:disabled,
.radio--disabled .checkbox:disabled,
.radio--disabled .checkbox:disabled:active,
.radio--disabled .checkbox:active:disabled,
.checkbox--disabled .checkbox:active .radio--disabled .checkbox:disabled,
.radio--disabled .radio__input:disabled,
.radio--disabled .radio__input:disabled:active,
.radio--disabled .radio__input:active:disabled,
.checkbox--disabled .checkbox:active .radio--disabled .radio__input:disabled,
.radio--disabled input[type=checkbox]:disabled,
.radio--disabled input[type=checkbox]:disabled:active,
.radio--disabled input[type=checkbox]:active:disabled,
.checkbox--disabled .checkbox:active .radio--disabled input[type=checkbox]:disabled, .checkbox--disabled .radio__input:active .checkbox--disabled .checkbox:disabled, .checkbox--disabled .radio__input:active .checkbox--disabled .radio__input:disabled,
.checkbox--disabled .radio__input:active .checkbox--disabled input[type=checkbox]:disabled,
.checkbox--disabled .radio__input:active .radio--disabled .checkbox:disabled,
.checkbox--disabled .radio__input:active .radio--disabled .radio__input:disabled,
.checkbox--disabled .radio__input:active .radio--disabled input[type=checkbox]:disabled,
.checkbox--disabled input[type=checkbox]:active .checkbox--disabled .checkbox:disabled,
.checkbox--disabled input[type=checkbox]:active .checkbox--disabled .radio__input:disabled,
.checkbox--disabled input[type=checkbox]:active .checkbox--disabled input[type=checkbox]:disabled,
.checkbox--disabled input[type=checkbox]:active .radio--disabled .checkbox:disabled,
.checkbox--disabled input[type=checkbox]:active .radio--disabled .radio__input:disabled,
.checkbox--disabled input[type=checkbox]:active .radio--disabled input[type=checkbox]:disabled,
.radio--disabled .checkbox:active .checkbox--disabled .checkbox:disabled,
.radio--disabled .checkbox:active .checkbox--disabled .radio__input:disabled,
.radio--disabled .checkbox:active .checkbox--disabled input[type=checkbox]:disabled,
.radio--disabled .checkbox:active .radio--disabled .checkbox:disabled,
.radio--disabled .checkbox:active .radio--disabled .radio__input:disabled,
.radio--disabled .checkbox:active .radio--disabled input[type=checkbox]:disabled,
.radio--disabled .radio__input:active .checkbox--disabled .checkbox:disabled,
.radio--disabled .radio__input:active .checkbox--disabled .radio__input:disabled,
.radio--disabled .radio__input:active .checkbox--disabled input[type=checkbox]:disabled,
.radio--disabled .radio__input:active .radio--disabled .checkbox:disabled,
.radio--disabled .radio__input:active .radio--disabled .radio__input:disabled,
.radio--disabled .radio__input:active .radio--disabled input[type=checkbox]:disabled,
.radio--disabled input[type=checkbox]:active .checkbox--disabled .checkbox:disabled,
.radio--disabled input[type=checkbox]:active .checkbox--disabled .radio__input:disabled,
.radio--disabled input[type=checkbox]:active .checkbox--disabled input[type=checkbox]:disabled,
.radio--disabled input[type=checkbox]:active .radio--disabled .checkbox:disabled,
.radio--disabled input[type=checkbox]:active .radio--disabled .radio__input:disabled,
.radio--disabled input[type=checkbox]:active .radio--disabled input[type=checkbox]:disabled {
  opacity: 0.6;
  background-color: #ffffff;
  border-color: #dbdbe9;
  color: rgba(255, 255, 255, 0);
}
.checkbox--disabled .checkbox, .checkbox--disabled .radio__label,
.radio--disabled .checkbox,
.radio--disabled .radio__label {
  color: #a5a8c6;
}
.checkbox--disabled .icon,
.radio--disabled .icon {
  opacity: 0.4;
}
.checkbox--disabled .checkbox, .checkbox--disabled .radio__disabled-text,
.radio--disabled .checkbox,
.radio--disabled .radio__disabled-text {
  color: #ff8d18;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio__input {
  border-radius: 100%;
  border-width: 1px;
  background-image: radial-gradient(closest-side, currentColor, currentColor 100%, transparent);
  background-size: 4px 4px;
}

.link-list {
  list-style: none;
  padding: 0;
  line-height: 1;
}
.link-list:not(:last-child) {
  margin-bottom: 4rem;
}
.link-list__item {
  margin-bottom: 2rem;
}
.link-list__link {
  font-weight: 700;
}
.link-list__box {
  background-color: rgba(247, 247, 255, 0.5);
  border-radius: 1.2rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .link-list__box {
    margin-top: 3rem;
  }
}

.link--secondary {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.2rem;
  color: #787b93;
  text-decoration: underline;
}

.box {
  width: -moz-fit-content;
  width: fit-content;
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  padding: 3rem;
  border: 2px solid #f5f5f7;
  border-radius: 12px;
}
.box--small-padding {
  padding: 2rem;
}

.tag {
  padding: 0 1.5rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e7e8ef;
  border-radius: 10px;
  margin-right: 2px;
  display: flex;
  align-items: center;
}
.tag--primary {
  color: #ffffff;
  background: #4955ff;
  border: none;
}
.tag--jobs {
  border: 1px solid #c9cce2;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 400;
  color: #787b93;
  background: #ffffff;
}

.tag-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tag-group .tag {
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.tag-group .tag:not(:last-child) {
  margin-right: 1rem;
}

.dropdown {
  position: relative;
}
.dropdown__toggle {
  border: none;
  background: transparent;
  padding: 0;
}
.dropdown__toggle-default {
  display: block;
  position: relative;
  height: 2.1rem;
  padding: 5px 1rem;
}
.dropdown__toggle-default:before, .dropdown__toggle-default:after {
  content: "";
  position: absolute;
}
.dropdown__toggle-default:before {
  top: 0;
}
.dropdown__toggle-default:after {
  bottom: 0;
}
.dropdown__toggle-default-element {
  margin: 3px 0;
}
.dropdown__toggle-default:before, .dropdown__toggle-default:after, .dropdown__toggle-default-element {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a5a8c6;
  transition: background 200ms ease 0ms;
}
.dropdown__toggle-default:hover:before, .dropdown__toggle-default:hover:after,
.dropdown__toggle-default:hover .dropdown__toggle-default-element {
  background: #4955ff;
}
.dropdown__content-wrapper {
  box-shadow: 0 0 30px 0 #e7e8ef;
  border: none;
  position: relative;
  min-width: 100%;
  padding: 0;
  border-radius: 12px;
}
.dropdown__content-wrapper:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI0cHgiIHZpZXdCb3g9IjAgMCAxMiA0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTguNjU0MzAxMTYsMS4wMzM5NjY1NSBMMTIsNCBMMCw0IEwzLjM0NjY3NTE2LDEuMDMzOTY2NTUgQzQuODYxMDc4NDEsLTAuMzA4ODcyMTgxIDcuMTM5ODk3OTIsLTAuMzA4ODcyMTgxIDguNjU0MzAxMTYsMS4wMzM5NjY1NSBaIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
}
.dropdown__content-wrapper[x-placement=bottom-end] {
  top: 8px !important;
  left: 4px !important;
}
.dropdown__content-wrapper[x-placement=bottom-end]:before {
  top: -4px;
  right: 1rem;
}
.dropdown__content-wrapper[x-placement=top-end] {
  top: -8px !important;
  left: 4px !important;
}
.dropdown__content-wrapper[x-placement=top-end]:before {
  bottom: -4px;
  right: 1rem;
  transform: rotate(180deg);
}
.dropdown__content-wrapper--menu {
  min-width: 15rem;
  padding: 1rem 0 0.5rem;
}
.dropdown__content-wrapper--big-padding .dropdown__list-item {
  padding: 1rem 3rem;
}
.dropdown__content-wrapper--big-padding .dropdown__content-element {
  padding: 2rem 3rem;
}
.dropdown__content {
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
  border-radius: 12px;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
}
.dropdown__list {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown__list-item {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #303458;
  padding: 1rem 2rem;
  width: 100%;
  text-align: left;
  display: block;
}
.dropdown__list-item:hover {
  color: #4955ff;
}
.dropdown__list-item a {
  color: inherit;
}
.dropdown__list-item .fa-fw {
  margin-right: 1rem;
}
.dropdown__list-item--separator {
  height: 1px;
  width: 100%;
  background: #f5f5f7;
  padding: 0;
  margin: 1rem 0;
}
.dropdown__list-item--disabled {
  color: #e7e8ef !important;
}
.dropdown__list-item--danger {
  color: #ff3f1a !important;
}
.dropdown__content-element {
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  padding: 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.dropdown__content-element:not(:first-child) {
  border-top: 1px solid #f5f5f7;
}
.dropdown__content-element--highlight {
  background: #eceeff;
}
.dropdown-menu {
  border: none;
  font-size: 1.5rem;
  padding: 1rem 0;
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
  border-radius: 1.2rem;
}
.dropdown-menu .dropdown-item {
  padding: 1rem 2rem;
  color: #303458;
}
.dropdown-menu .dropdown-item:hover {
  background: #f2f5fa;
}
.dropdown-menu .dropdown-item:focus {
  background: #ebeff7;
}
.dropdown-menu .dropdown-item:active {
  background: #ebeff7;
}
.dropdown.dropdown--dashboard .dropdown-menu {
  border-radius: 0.6rem;
  border: 1px solid #e4e4e7;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 0.4rem;
  z-index: 9999;
}
.dropdown.dropdown--dashboard .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  color: #050505;
  font-weight: 400;
  border-radius: 0.6rem;
}
.dropdown.dropdown--dashboard .dropdown-item:hover, .dropdown.dropdown--dashboard .dropdown-item:focus {
  background: #e4e4e7;
}
.dropdown.dropdown--filters .dropdown-menu {
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  min-width: 30rem;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .dropdown.dropdown--filters .dropdown-menu {
    width: 38rem;
  }
}
.dropdown.dropdown--filters .dropdown-menu .form-control {
  width: 100%;
  margin-bottom: 2.4rem;
}
.dropdown.dropdown--filters .dropdown-menu .form-control > label {
  color: #18181b;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-backdrop {
  background-color: #f5f5f7;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-dialog {
  max-width: 100%;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 85%;
    max-height: calc(100vh - 20rem);
    height: 100%;
    position: static;
    margin: 10rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 85rem;
  }
}
.modal-content {
  height: 100%;
  padding: 2.5rem 2rem 2rem;
  border-radius: 12px;
  border: none;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 5rem;
  }
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: none;
  background: transparent;
  padding: 1rem;
  display: block;
  line-height: 1.4rem;
}

.toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  background: rgba(245, 245, 247, 0.5);
}
.toggle + .toggle {
  margin-top: 0.5rem;
}
.toggle__input {
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  border-radius: 50%;
  background: #a5a8c6;
  position: relative;
  margin: 1rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .toggle__input {
    margin: 1.5rem;
    margin-right: 0;
  }
}
.toggle__input:before {
  background-size: 8px;
}
.toggle__input:checked {
  background: #00d56d;
  position: relative;
}
.toggle__label {
  flex-basis: 100%;
  margin-bottom: 0;
  padding: 1rem;
  line-height: 1;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .toggle__label {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}

.scrollable {
  overflow-y: scroll;
}

.tooltip {
  z-index: 7000;
}
.tooltip__content {
  min-width: 10rem;
  max-width: 25rem;
  padding: 1.5rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  border-radius: 1.2rem;
  background: #4955ff;
  color: #ffffff;
}
.tooltip__toggle {
  margin: 0 0.2em;
}
.tooltip--large .tooltip--header {
  display: block;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1.6rem;
}
.tooltip--large .tooltip__content {
  min-width: 350px;
  padding: 3rem;
  background: #ffffff;
  color: #4a518a;
  font-size: 1.4rem;
  line-height: 150%;
  box-shadow: 0px 30px 60px rgba(65, 55, 181, 0.13);
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .tooltip--large .tooltip__content {
    min-width: initial;
    padding: 2rem;
  }
}
.tooltip--fit .tooltip--header {
  display: block;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .tooltip--fit .tooltip--header {
    margin-bottom: 1.6rem;
  }
}
.tooltip--fit .tooltip__content {
  max-width: 48rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 2rem;
  background: #ffffff;
  color: #4a518a;
  font-size: 1.4rem;
  line-height: 150%;
  box-shadow: 0px 30px 60px rgba(65, 55, 181, 0.13);
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .tooltip--fit .tooltip__content {
    padding: 3rem;
  }
}

.select, .autocomplete__input {
  width: 100%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.select::-moz-placeholder, .autocomplete__input::-moz-placeholder {
  color: #8e8ea2;
}
.select::placeholder, .autocomplete__input::placeholder {
  color: #8e8ea2;
}
.select.selectize-control, .selectize-control.autocomplete__input {
  background: rgba(255, 255, 255, 0) !important;
  border: none !important;
  min-width: 100px;
  padding: 0;
  cursor: pointer;
}
.select.selectize-control:focus, .selectize-control.autocomplete__input:focus {
  border: 1px solid #4955ff !important;
}
.select .selectize-input, .autocomplete__input .selectize-input {
  display: flex !important;
  padding: 1rem !important;
  align-items: center;
  min-height: 5.2rem;
  line-height: 190%;
  background: #ffffff !important;
  color: #303458;
  border: 1px solid #a5a8c6 !important;
  border-radius: 1.2rem;
  box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.3), inset 10px 10px 10px rgba(103, 114, 229, 0.04);
  caret-color: transparent;
  font-size: 1.4rem;
}
.select .selectize-input:before, .autocomplete__input .selectize-input:before {
  display: none !important;
  content: none;
}
.select .selectize-input:after, .autocomplete__input .selectize-input:after {
  width: 1.4rem !important;
  height: 1rem !important;
  border: none !important;
  right: 1rem !important;
  background: url("../images/select-arrow.svg") center no-repeat;
  margin-top: -0.5rem !important;
}
.select .selectize-input .item, .autocomplete__input .selectize-input .item {
  padding-left: 1rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
}
.select .selectize-input .item.active, .autocomplete__input .selectize-input .item.active {
  background: #edeeff;
}
.select .selectize-input > input, .autocomplete__input .selectize-input > input {
  padding: 0 !important;
}
.select .selectize-input.dropdown-active, .autocomplete__input .selectize-input.dropdown-active {
  background: #ffffff !important;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  will-change: filter;
  filter: drop-shadow(0px 0px 10px rgba(73, 85, 255, 0.15));
}
.select .selectize-input:after, .autocomplete__input .selectize-input:after {
  transition: 0.15s;
}
.select .selectize-input.dropdown-active:after, .autocomplete__input .selectize-input.dropdown-active:after {
  transform: rotateZ(180deg);
}
.select .selectize-input.focus, .autocomplete__input .selectize-input.focus {
  box-shadow: none;
}
.select .selectize-input > div img, .autocomplete__input .selectize-input > div img {
  margin-right: 1rem;
}
.select .selectize-input .select-item, .autocomplete__input .selectize-input .select-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 1rem;
  color: #303458;
}
.select .selectize-dropdown, .autocomplete__input .selectize-dropdown {
  width: auto !important;
  top: calc(100% + 2px) !important;
  right: 0 !important;
  left: 0 !important;
  padding: 0;
  border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  background: #ffffff !important;
  overflow: hidden;
  will-change: filter;
  filter: drop-shadow(0px 2px 8px rgba(73, 85, 255, 0.15));
}
.select .selectize-dropdown .select-option, .autocomplete__input .selectize-dropdown .select-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  background: #edf2f7;
  color: #303458;
  cursor: not-allowed;
  opacity: 0.8;
}
.select .selectize-dropdown .select-option[data-selectable], .autocomplete__input .selectize-dropdown .select-option[data-selectable] {
  background: transparent;
  cursor: auto;
  opacity: 1;
}
.select .selectize-dropdown .select-option[data-selectable]:hover, .autocomplete__input .selectize-dropdown .select-option[data-selectable]:hover, .select .selectize-dropdown .select-option[data-selectable].active, .autocomplete__input .selectize-dropdown .select-option[data-selectable].active {
  cursor: pointer;
  background-color: #edeeff;
}
.select .selectize-dropdown .select-option img, .autocomplete__input .selectize-dropdown .select-option img {
  margin-right: 1rem;
}
.select .selectize-dropdown .select-option:last-child, .autocomplete__input .selectize-dropdown .select-option:last-child {
  margin-bottom: 0;
}
.select .selectize-dropdown .select-option .highlight, .autocomplete__input .selectize-dropdown .select-option .highlight {
  background: none;
  font-weight: 700;
}
.select.select--no-padding .selectize-input, .select--no-padding.autocomplete__input .selectize-input {
  padding: 0;
}
.select.select--no-padding .selectize-dropdown .item[data-selectable].active, .select--no-padding.autocomplete__input .selectize-dropdown .item[data-selectable].active {
  background-color: #edeeff;
}
.select.white .selectize-input, .white.autocomplete__input .selectize-input {
  background-color: transparent !important;
}
.select.white .selectize-input .item, .white.autocomplete__input .selectize-input .item {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
}
.select.white .selectize-input:after, .white.autocomplete__input .selectize-input:after {
  background: url("../images/select-arrow-white.svg") center no-repeat;
}
.select--no-background .selectize-input {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.select--no-background .selectize-dropdown .select-option {
  font-weight: 700;
}
.select--no-border .selectize-input {
  border: none !important;
}
.select--white-background .selectize-input {
  background: #ffffff !important;
}
.select--custom-icon.selectize-control.single .selectize-input:after, .selectize-control.single.autocomplete__input .selectize-input:after {
  display: none;
}
.select--custom-icon .selectize-dropdown, .autocomplete__input .selectize-dropdown {
  left: -1.5rem !important;
  right: -4.5rem !important;
}
.select__flag-name {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  color: #303458;
}
.select__flag {
  display: inline-block;
  height: 10px;
  width: 14px;
  margin-left: 0;
  margin-right: 5px;
  background-image: url("../images/flags/WW.svg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.select__flag--flag-PLN {
  background-image: url("../images/flags/PLN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GBP {
  background-image: url("../images/flags/GBP.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BGN {
  background-image: url("../images/flags/BGN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-USD {
  background-image: url("../images/flags/USD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EUR {
  background-image: url("../images/flags/EUR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AD {
  background-image: url("../images/flags/AD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AE {
  background-image: url("../images/flags/AE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AF {
  background-image: url("../images/flags/AF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AG {
  background-image: url("../images/flags/AG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AI {
  background-image: url("../images/flags/AI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AL {
  background-image: url("../images/flags/AL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AM {
  background-image: url("../images/flags/AM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AN {
  background-image: url("../images/flags/AN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AO {
  background-image: url("../images/flags/AO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AR {
  background-image: url("../images/flags/AR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AS {
  background-image: url("../images/flags/AS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AT {
  background-image: url("../images/flags/AT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AU {
  background-image: url("../images/flags/AU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AW {
  background-image: url("../images/flags/AW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AX {
  background-image: url("../images/flags/AX.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-AZ {
  background-image: url("../images/flags/AZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BA {
  background-image: url("../images/flags/BA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BB {
  background-image: url("../images/flags/BB.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BD {
  background-image: url("../images/flags/BD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BE {
  background-image: url("../images/flags/BE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BF {
  background-image: url("../images/flags/BF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BG {
  background-image: url("../images/flags/BG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BH {
  background-image: url("../images/flags/BH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BI {
  background-image: url("../images/flags/BI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BJ {
  background-image: url("../images/flags/BJ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BM {
  background-image: url("../images/flags/BM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BN {
  background-image: url("../images/flags/BN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BO {
  background-image: url("../images/flags/BO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BR {
  background-image: url("../images/flags/BR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BS {
  background-image: url("../images/flags/BS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BT {
  background-image: url("../images/flags/BT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BV {
  background-image: url("../images/flags/BV.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BW {
  background-image: url("../images/flags/BW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BY {
  background-image: url("../images/flags/BY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-BZ {
  background-image: url("../images/flags/BZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CA {
  background-image: url("../images/flags/CA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CC {
  background-image: url("../images/flags/CC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CD {
  background-image: url("../images/flags/CD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CF {
  background-image: url("../images/flags/CF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CG {
  background-image: url("../images/flags/CG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CH {
  background-image: url("../images/flags/CH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CI {
  background-image: url("../images/flags/CI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CK {
  background-image: url("../images/flags/CK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CL {
  background-image: url("../images/flags/CL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CM {
  background-image: url("../images/flags/CM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CN {
  background-image: url("../images/flags/CN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CO {
  background-image: url("../images/flags/CO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CR {
  background-image: url("../images/flags/CR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CU {
  background-image: url("../images/flags/CU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CV {
  background-image: url("../images/flags/CV.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CX {
  background-image: url("../images/flags/CX.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CY {
  background-image: url("../images/flags/CY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-CZ {
  background-image: url("../images/flags/CZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-DE {
  background-image: url("../images/flags/DE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-DJ {
  background-image: url("../images/flags/DJ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-DK {
  background-image: url("../images/flags/DK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-DM {
  background-image: url("../images/flags/DM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-DO {
  background-image: url("../images/flags/DO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-DZ {
  background-image: url("../images/flags/DZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EC {
  background-image: url("../images/flags/EC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EE {
  background-image: url("../images/flags/EE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EG {
  background-image: url("../images/flags/EG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EH {
  background-image: url("../images/flags/EH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EN {
  background-image: url("../images/flags/EN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ER {
  background-image: url("../images/flags/ER.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ES {
  background-image: url("../images/flags/ES.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ET {
  background-image: url("../images/flags/ET.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-EU {
  background-image: url("../images/flags/EU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-FI {
  background-image: url("../images/flags/FI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-FJ {
  background-image: url("../images/flags/FJ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-FK {
  background-image: url("../images/flags/FK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-FM {
  background-image: url("../images/flags/FM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-FO {
  background-image: url("../images/flags/FO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-FR {
  background-image: url("../images/flags/FR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GA {
  background-image: url("../images/flags/GA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GB {
  background-image: url("../images/flags/GB.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GD {
  background-image: url("../images/flags/GD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GE {
  background-image: url("../images/flags/GE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GF {
  background-image: url("../images/flags/GF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GH {
  background-image: url("../images/flags/GH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GI {
  background-image: url("../images/flags/GI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GL {
  background-image: url("../images/flags/GL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GM {
  background-image: url("../images/flags/GM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GN {
  background-image: url("../images/flags/GN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GP {
  background-image: url("../images/flags/GP.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GQ {
  background-image: url("../images/flags/GQ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GR {
  background-image: url("../images/flags/GR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GS {
  background-image: url("../images/flags/GS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GT {
  background-image: url("../images/flags/GT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GU {
  background-image: url("../images/flags/GU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GW {
  background-image: url("../images/flags/GW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GY {
  background-image: url("../images/flags/GY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-HK {
  background-image: url("../images/flags/HK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-HM {
  background-image: url("../images/flags/HM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-HN {
  background-image: url("../images/flags/HN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-HR {
  background-image: url("../images/flags/HR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-HT {
  background-image: url("../images/flags/HT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-HU {
  background-image: url("../images/flags/HU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ID {
  background-image: url("../images/flags/ID.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IE {
  background-image: url("../images/flags/IE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IL {
  background-image: url("../images/flags/IL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IN {
  background-image: url("../images/flags/IN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IO {
  background-image: url("../images/flags/IO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IQ {
  background-image: url("../images/flags/IQ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IR {
  background-image: url("../images/flags/IR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IS {
  background-image: url("../images/flags/IS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IT {
  background-image: url("../images/flags/IT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-JM {
  background-image: url("../images/flags/JM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-JO {
  background-image: url("../images/flags/JO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-JP {
  background-image: url("../images/flags/JP.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KE {
  background-image: url("../images/flags/KE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KG {
  background-image: url("../images/flags/KG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KH {
  background-image: url("../images/flags/KH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KI {
  background-image: url("../images/flags/KI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KM {
  background-image: url("../images/flags/KM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KN {
  background-image: url("../images/flags/KN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KP {
  background-image: url("../images/flags/KP.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KR {
  background-image: url("../images/flags/KR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KW {
  background-image: url("../images/flags/KW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KY {
  background-image: url("../images/flags/KY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-KZ {
  background-image: url("../images/flags/KZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LA {
  background-image: url("../images/flags/LA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LB {
  background-image: url("../images/flags/LB.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LC {
  background-image: url("../images/flags/LC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LI {
  background-image: url("../images/flags/LI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LK {
  background-image: url("../images/flags/LK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LR {
  background-image: url("../images/flags/LR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LS {
  background-image: url("../images/flags/LS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LT {
  background-image: url("../images/flags/LT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LU {
  background-image: url("../images/flags/LU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LV {
  background-image: url("../images/flags/LV.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-LY {
  background-image: url("../images/flags/LY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MA {
  background-image: url("../images/flags/MA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MC {
  background-image: url("../images/flags/MC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MD {
  background-image: url("../images/flags/MD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ME {
  background-image: url("../images/flags/ME.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MG {
  background-image: url("../images/flags/MG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MH {
  background-image: url("../images/flags/MH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MK {
  background-image: url("../images/flags/MK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ML {
  background-image: url("../images/flags/ML.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MM {
  background-image: url("../images/flags/MM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MN {
  background-image: url("../images/flags/MN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MO {
  background-image: url("../images/flags/MO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MP {
  background-image: url("../images/flags/MP.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MQ {
  background-image: url("../images/flags/MQ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MR {
  background-image: url("../images/flags/MR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MS {
  background-image: url("../images/flags/MS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MT {
  background-image: url("../images/flags/MT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MU {
  background-image: url("../images/flags/MU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MV {
  background-image: url("../images/flags/MV.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MW {
  background-image: url("../images/flags/MW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MX {
  background-image: url("../images/flags/MX.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MY {
  background-image: url("../images/flags/MY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-MZ {
  background-image: url("../images/flags/MZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NA {
  background-image: url("../images/flags/NA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NC {
  background-image: url("../images/flags/NC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NE {
  background-image: url("../images/flags/NE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NF {
  background-image: url("../images/flags/NF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NG {
  background-image: url("../images/flags/NG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NI {
  background-image: url("../images/flags/NI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NL {
  background-image: url("../images/flags/NL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NO {
  background-image: url("../images/flags/NO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NP {
  background-image: url("../images/flags/NP.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NR {
  background-image: url("../images/flags/NR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NU {
  background-image: url("../images/flags/NU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-NZ {
  background-image: url("../images/flags/NZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-OM {
  background-image: url("../images/flags/OM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PA {
  background-image: url("../images/flags/PA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PE {
  background-image: url("../images/flags/PE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PF {
  background-image: url("../images/flags/PF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PG {
  background-image: url("../images/flags/PG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PH {
  background-image: url("../images/flags/PH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PK {
  background-image: url("../images/flags/PK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PM {
  background-image: url("../images/flags/PM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PL {
  background-image: url("../images/flags/PL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PN {
  background-image: url("../images/flags/PN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PR {
  background-image: url("../images/flags/PR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PS {
  background-image: url("../images/flags/PS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PT {
  background-image: url("../images/flags/PT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PW {
  background-image: url("../images/flags/PW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-PY {
  background-image: url("../images/flags/PY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-QA {
  background-image: url("../images/flags/QA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-RE {
  background-image: url("../images/flags/RE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-RO {
  background-image: url("../images/flags/RO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-RS {
  background-image: url("../images/flags/RS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-RU {
  background-image: url("../images/flags/RU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-RW {
  background-image: url("../images/flags/RW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SA {
  background-image: url("../images/flags/SA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SB {
  background-image: url("../images/flags/SB.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SC {
  background-image: url("../images/flags/SC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SD {
  background-image: url("../images/flags/SD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SE {
  background-image: url("../images/flags/SE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SG {
  background-image: url("../images/flags/SG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SH {
  background-image: url("../images/flags/SH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SI {
  background-image: url("../images/flags/SI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SJ {
  background-image: url("../images/flags/SJ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SK {
  background-image: url("../images/flags/SK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SL {
  background-image: url("../images/flags/SL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SM {
  background-image: url("../images/flags/SM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SN {
  background-image: url("../images/flags/SN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SO {
  background-image: url("../images/flags/SO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SR {
  background-image: url("../images/flags/SR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ST {
  background-image: url("../images/flags/ST.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SV {
  background-image: url("../images/flags/SV.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SY {
  background-image: url("../images/flags/SY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-SZ {
  background-image: url("../images/flags/SZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TC {
  background-image: url("../images/flags/TC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TD {
  background-image: url("../images/flags/TD.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TF {
  background-image: url("../images/flags/TF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TG {
  background-image: url("../images/flags/TG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TH {
  background-image: url("../images/flags/TH.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TJ {
  background-image: url("../images/flags/TJ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TK {
  background-image: url("../images/flags/TK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TL {
  background-image: url("../images/flags/TL.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TM {
  background-image: url("../images/flags/TM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TN {
  background-image: url("../images/flags/TN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TO {
  background-image: url("../images/flags/TO.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TR {
  background-image: url("../images/flags/TR.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TT {
  background-image: url("../images/flags/TT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TV {
  background-image: url("../images/flags/TV.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TW {
  background-image: url("../images/flags/TW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-TZ {
  background-image: url("../images/flags/TZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-UA {
  background-image: url("../images/flags/UA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-UG {
  background-image: url("../images/flags/UG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-UM {
  background-image: url("../images/flags/UM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-US {
  background-image: url("../images/flags/US.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-UY {
  background-image: url("../images/flags/UY.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-UZ {
  background-image: url("../images/flags/UZ.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VA {
  background-image: url("../images/flags/VA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VC {
  background-image: url("../images/flags/VC.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VE {
  background-image: url("../images/flags/VE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VG {
  background-image: url("../images/flags/VG.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VI {
  background-image: url("../images/flags/VI.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VN {
  background-image: url("../images/flags/VN.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-VU {
  background-image: url("../images/flags/VU.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-WF {
  background-image: url("../images/flags/WF.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-WS {
  background-image: url("../images/flags/WS.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-YE {
  background-image: url("../images/flags/YE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-YT {
  background-image: url("../images/flags/YT.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ZA {
  background-image: url("../images/flags/ZA.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ZM {
  background-image: url("../images/flags/ZM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-ZW {
  background-image: url("../images/flags/ZW.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-XK {
  background-image: url("../images/flags/XK.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-IM {
  background-image: url("../images/flags/IM.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-JE {
  background-image: url("../images/flags/JE.svg"), url("../images/flags/WW.svg");
}
.select__flag--flag-GG {
  background-image: url("../images/flags/GG.svg"), url("../images/flags/WW.svg");
}
.select.select--country.selectize-control .selectize-input, .select--country.selectize-control.autocomplete__input .selectize-input {
  padding-left: 2rem;
}
.select.select--currency.selectize-control, .select--currency.selectize-control.autocomplete__input {
  width: 100%;
  min-width: 9ch;
  max-width: 10ch;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 700;
}
.select.select--currency.selectize-control .selectize-dropdown, .select--currency.selectize-control.autocomplete__input .selectize-dropdown {
  min-width: 100%;
  font-weight: 400;
}
.select.select--currency.selectize-control .selectize-input:after, .select--currency.selectize-control.autocomplete__input .selectize-input:after {
  /* this is very important */
  width: 1.4rem !important;
  height: 1rem !important;
  border: none !important;
  right: 0.5rem !important;
  background: url("../images/icons/select-arrow-down-font.svg") center no-repeat;
  background-size: contain;
  margin-top: -0.5rem !important;
}
.select .selectize-dropdown-content, .autocomplete__input .selectize-dropdown-content {
  max-height: 400px;
}
.select .selectize-dropdown-content .selectize-dropdown-emptyoptionlabel, .autocomplete__input .selectize-dropdown-content .selectize-dropdown-emptyoptionlabel {
  text-align: left;
}

.label-w-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.label-w-select .form__label, .label-w-select .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .label-w-select .portfolio__form__delete-button, .label-w-select .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .label-w-select .resume__form__delete-button {
  margin-bottom: 0.5rem;
}
.label-w-select label {
  width: 40%;
}
.label-w-select .selectize-control {
  width: 8rem;
  margin-top: -1rem;
  display: flex;
  align-items: center;
}
.label-w-select .selectize-control:before {
  content: url("../images/icons/languages.svg");
  position: absolute;
  left: -3rem;
  width: 1.7rem;
  height: 1.4rem;
}
.label-w-select .selectize-control .selectize-input {
  background: rgba(73, 85, 255, 0.1) !important;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.3rem;
  color: #4955ff;
  line-height: 2.7rem;
  max-height: 2.7rem;
  border-radius: 1.2rem;
  border: none !important;
}
.label-w-select .selectize-control .selectize-input:after {
  width: 0.9rem !important;
  height: 0.5rem !important;
  margin-top: -0.25rem !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.label-w-select .selectize-control .selectize-dropdown {
  border-radius: 1.2rem;
}
.label-w-select .selectize-control .option {
  padding: 1rem 2rem;
  color: #787b93;
}
.label-w-select .selectize-control .option:hover {
  background: none;
  color: #4955ff;
}

[data-field=multilang] .has_errors textarea,
[data-field=multilang] .has_errors input {
  border-color: #ff3f1a;
}
[data-field=multilang] textarea {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.optgroup + .optgroup {
  margin-top: 0.5rem;
}

.selectize-control .selectize-dropdown .optgroup-header {
  padding: 1rem 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 14px !important;
  line-height: 21px;
  color: #c9cce2;
}

.useme-fast .select .selectize-input, .useme-fast .autocomplete__input .selectize-input {
  display: flex !important;
  min-height: 64px;
  padding: 0 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f5f5f7 !important;
  color: #303458;
  border-color: transparent;
  border-radius: 1.2rem;
  box-shadow: none;
  overflow: unset;
  align-items: center;
}
.useme-fast .selectize-dropdown.form__input, .useme-fast .selectize-dropdown.tags-input__input,
.useme-fast .selectize-dropdown.combined-tags-input__input, .useme-fast .selectize-dropdown.form__textarea {
  height: auto !important;
}

.select--fast-select.selectize-control {
  background: rgba(255, 255, 255, 0) !important;
  border: none !important;
}
.select--fast-select.selectize-control > .selectize-input {
  background: #ffffff !important;
  border: 1px solid #a5a8c6 !important;
  box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.3), inset 10px 10px 10px rgba(103, 114, 229, 0.04);
  border-radius: 1.2rem;
}
.select--fast-select.selectize-control > .selectize-input > input[type=select-one] {
  line-height: 1.4 !important;
  font-size: 1.4rem;
  padding-left: 1.6rem !important;
}
.select--fast-select.selectize-control > .selectize-input > input[type=select-one]::-moz-placeholder {
  font-size: inherit;
  color: #a5a8c6;
  margin-top: auto;
  margin-bottom: auto;
}
.select--fast-select.selectize-control > .selectize-input > input[type=select-one]::placeholder {
  font-size: inherit;
  color: #a5a8c6;
  margin-top: auto;
  margin-bottom: auto;
}
.select--fast-select.selectize-control .selectize-input.focus {
  border: 1px solid #4955ff !important;
}

.useme-fast .selectize-control .selectize-input.focus.dropdown-active {
  border: 1px solid #4955ff !important;
}

.selectize-control > .selectize-input.locked:after {
  display: none !important;
  opacity: 0 !important;
}

.select--attached-to-body.selectize-dropdown {
  padding: 0;
  border: none !important;
  border-radius: 2px 2px 12px 12px !important;
  overflow: hidden;
  will-change: filter;
  filter: drop-shadow(0px 2px 8px rgba(109, 96, 255, 0.13));
  background: #ffffff;
}
.select--attached-to-body.selectize-dropdown.form__input, .select--attached-to-body.selectize-dropdown.tags-input__input,
.select--attached-to-body.selectize-dropdown.combined-tags-input__input, .select--attached-to-body.selectize-dropdown.form__textarea {
  padding: 0;
}
.select--attached-to-body.selectize-dropdown-content {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 2px 2px 12px 12px !important;
  scrollbar-color: #c1c1c1 transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.select--attached-to-body.selectize-dropdown-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.select--attached-to-body.selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 6px;
}
.select--attached-to-body.selectize-dropdown-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.select--attached-to-body.selectize-dropdown [data-selectable] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.2rem 2rem !important;
  color: inherit;
  background: transparent;
  color: #303458;
  min-height: 4.8rem;
  font-size: 1.6rem;
}
.select--attached-to-body.selectize-dropdown [data-selectable]:hover, .select--attached-to-body.selectize-dropdown [data-selectable].active {
  cursor: pointer;
  background-color: #edeeff;
}
.select--attached-to-body.selectize-dropdown [data-selectable] img {
  margin-right: 1rem;
}
.select--attached-to-body.selectize-dropdown [data-selectable]:last-child {
  margin-bottom: 0;
}
.select--attached-to-body.selectize-dropdown [data-selectable] .highlight {
  background: none;
  font-weight: 700;
}

.select--dropup .selectize-dropdown {
  bottom: 100% !important;
  top: auto !important;
  border-top-left-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select--dropup .selectize-input:after {
  transform: rotateZ(180deg) !important;
}
.select--dropup .dropdown-active {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important;
}
.select--dropup .dropdown-active.selectize-input:after {
  transform: rotateZ(0deg) !important;
}

.form--modern .selectize-input,
.select--modern .selectize-input {
  color: #050505;
  box-shadow: none;
  border-radius: 0.6rem;
  border-color: #e2e8f0 !important;
  padding: 0.8rem 1.2rem 0.8rem 1.6rem;
}
.form--modern .selectize-input::after,
.select--modern .selectize-input::after {
  filter: grayscale(1);
}
.form--modern .selectize-input.dropdown-active,
.select--modern .selectize-input.dropdown-active {
  filter: none;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.form--modern .selectize-input > [type=select-one]::-moz-placeholder, .select--modern .selectize-input > [type=select-one]::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #c9cce2;
}
.form--modern .selectize-input > [type=select-one]::placeholder,
.select--modern .selectize-input > [type=select-one]::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #c9cce2;
}

.autocomplete__icon {
  border: none;
  background: transparent;
  width: 3.2rem;
  height: 5rem;
  padding: 0;
}

.avatar {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}

.user_avatar {
  display: inline-flex;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  position: relative;
}
.user_avatar__selected {
  border-style: solid;
  border-width: 0.3rem;
  border-color: #00d56d;
}
.user_avatar__default-image {
  padding: 10px;
  background-color: #edeeff;
}
.user_avatar img, .user_avatar__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 100%;
  overflow: hidden;
}
.user_avatar__large {
  width: 75px;
  height: 75px;
}
.user_avatar__large.user_avatar__default-image {
  padding: 15px;
}
.user_avatar__small {
  width: 34px;
  height: 34px;
}
.user_avatar__small.user_avatar__default-image {
  padding: 5px;
}
.user_avatar__unread {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(25%, 25%);
}
.user_avatar.user_avatar--open {
  border: 2px solid #00d56d;
}
.user_avatar.user_avatar--unavailable {
  border: 2px solid #ff3f1a;
}

.tabs {
  width: 100%;
  border-radius: 1.2rem;
  background: #ffffff;
  display: flex;
  justify-content: space-around;
  align-content: center;
  height: 5rem;
  margin-bottom: 3rem;
}
.tabs__tab {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #303458;
  border: none;
  background: transparent;
  position: relative;
}
.tabs__tab.active {
  color: #4955ff !important;
}
.tabs__tab.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 0.8rem;
  background: #4955ff;
}
@media screen and (min-width: 1200px) {
  .tabs {
    background: transparent;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    justify-content: flex-start;
  }
  .tabs .tabs__tab {
    flex-grow: 0;
    padding: 0 3rem;
  }
}
.tabs__tab-content {
  display: none;
}
.tabs__tab-content.active {
  display: initial;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.nav-popover-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1rem;
  margin-top: 1.5rem;
}
.nav-popover-tabs__tab {
  display: inline-block;
  padding: 0.8rem 1rem;
  color: #303458;
  border-bottom: 2px transparent solid;
  transition: 0.15s ease;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-popover-tabs__tab .text--muted {
  color: #a5a8c6 !important;
  font-weight: 400 !important;
  margin-left: 0.5rem;
}
.nav-popover-tabs__tab:hover, .nav-popover-tabs__tab:focus {
  text-decoration: none;
}
.nav-popover-tabs__tab.active {
  font-weight: 700;
  text-decoration: none;
}
.nav-popover-tabs__tab.active .text--muted {
  color: #c9cce2 !important;
  font-weight: 400 !important;
}
.nav-popover-tabs__indicator {
  display: block;
  position: absolute;
  transition: left 0.3s, width 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  height: 2px;
  left: 0;
  bottom: 0px;
}
.nav-popover-tabs--primary .nav-popover-tabs__tab {
  color: #303458;
}
.nav-popover-tabs--primary .nav-popover-tabs__tab:hover, .nav-popover-tabs--primary .nav-popover-tabs__tab:focus {
  color: #303458;
  border-bottom-color: rgba(73, 85, 255, 0.2);
}
.nav-popover-tabs--primary .nav-popover-tabs__tab.active {
  color: #4955ff;
  border-bottom-color: #4955ff;
}
.nav-popover-tabs--primary .nav-popover-tabs__indicator {
  background: #1953ff;
}
.nav-popover-tabs--main-primary .nav-popover-tabs__tab {
  color: #6374a6;
}
.nav-popover-tabs--main-primary .nav-popover-tabs__tab:hover, .nav-popover-tabs--main-primary .nav-popover-tabs__tab:focus {
  color: #6374a6;
  border-bottom-color: rgba(25, 83, 255, 0.2);
}
.nav-popover-tabs--main-primary .nav-popover-tabs__tab.active {
  color: #1953ff;
  border-bottom-color: #1953ff;
}
.nav-popover-tabs--main-primary .nav-popover-tabs__indicator {
  background: #1953ff;
}
.nav-popover-tabs--contractor .nav-popover-tabs__tab {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.45px;
  color: #050505;
}
.nav-popover-tabs--contractor .nav-popover-tabs__tab:hover, .nav-popover-tabs--contractor .nav-popover-tabs__tab:focus {
  color: #050505;
  border-bottom-color: rgba(5, 5, 5, 0.2);
}
.nav-popover-tabs--contractor .nav-popover-tabs__tab.active {
  font-weight: 700;
}
.nav-popover-tabs--contractor .nav-popover-tabs__indicator {
  background: #ffa710;
}
.nav-popover-tabs--with-indicator .nav-popover-tabs__tab.active {
  border-bottom-color: transparent !important;
}
.nav-popover-tabs__panel {
  display: none;
}
.nav-popover-tabs__panel.active {
  display: block;
}
.nav-popover-tabs.nav-popover-tabs--job-market {
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  gap: 0 !important;
  margin: 0;
  margin-top: 1.5rem;
}
.nav-popover-tabs.nav-popover-tabs--job-market .nav-popover-tabs__item {
  flex: 1;
  text-align: center;
}
.nav-popover-tabs.nav-popover-tabs--job-market .nav-popover-tabs__tab {
  width: 100% !important;
  padding: 1.6rem !important;
  font-weight: 400;
  border-bottom-color: rgba(73, 85, 255, 0.1);
}
.nav-popover-tabs.nav-popover-tabs--job-market .nav-popover-tabs__tab:hover, .nav-popover-tabs.nav-popover-tabs--job-market .nav-popover-tabs__tab:focus {
  font-weight: 400;
  border-bottom-color: rgba(73, 85, 255, 0.2);
}
.nav-popover-tabs.nav-popover-tabs--job-market .nav-popover-tabs__tab.active {
  font-weight: 400;
  border-bottom-color: #4955ff;
}
.nav-popover-tabs.nav-popover-tabs--dashboard {
  margin-top: 0;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .nav-popover-tabs.nav-popover-tabs--dashboard {
    gap: 3.2rem;
  }
}
.nav-popover-tabs.nav-popover-tabs--dashboard .nav-popover-tabs__tab {
  color: #3d3c3c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: transparent 1px solid;
}
.nav-popover-tabs.nav-popover-tabs--dashboard .nav-popover-tabs__tab:hover {
  border-bottom: #ffaf32 1px solid;
}
.nav-popover-tabs.nav-popover-tabs--dashboard .nav-popover-tabs__tab .counter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #050505;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  padding: 1px 0 0 0;
}
@media screen and (min-width: 768px) {
  .nav-popover-tabs.nav-popover-tabs--dashboard .nav-popover-tabs__tab .counter {
    margin-left: 0.8rem;
  }
}
.nav-popover-tabs.nav-popover-tabs--dashboard .nav-popover-tabs__tab.active {
  color: #050505;
  border-bottom: #ff9c00 1px solid;
}

.switch input {
  display: none;
}
.switch input:checked ~ .switch-control {
  background-color: rgba(0, 0, 0, 0.2);
}
.switch input:checked ~ .switch-control:after {
  left: 2.5rem;
}
.switch input:checked ~ .switch-control.small:after {
  left: 0.7rem;
}
.switch .switch-control {
  display: block;
  width: 4.8rem;
  height: 2.2rem;
  overflow: visible;
  position: relative;
  border-radius: 2rem;
  background-color: #f5f5f7;
  border: 1px solid #787b93;
  cursor: pointer;
  transition: all 0.25s linear;
}
.switch .switch-control:after {
  display: block;
  position: absolute;
  top: -0.2rem;
  left: -0.1rem;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  transition: all 0.25s linear;
  background-color: #787b93;
}
.switch .switch-control.small {
  width: 2.1rem;
  height: 1.2rem;
  border-radius: 1rem;
}
.switch .switch-control.small:after {
  width: 1.4rem;
  height: 1.4rem;
}
.switch__orange input:checked ~ .switch-control {
  background-color: #ffffff;
  border-color: #f5f5f7;
}
.switch__orange input:checked ~ .switch-control:after {
  background-color: #ffc866;
}
.switch__blue input:checked ~ .switch-control {
  border-color: #f5f5f7;
}
.switch__blue input:checked ~ .switch-control:after {
  background-color: #4955ff;
}

.switch-container {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .switch-container--align-right {
    justify-content: flex-end;
  }
}

.useme-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  flex-grow: 0;
}
.useme-switch.useme-switch--align-start {
  align-items: flex-start;
}
.useme-switch__input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
  left: 0;
}
.useme-switch__label {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: #4955ff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 1rem;
}
.useme-switch--muted-text .useme-switch__label {
  color: #787b93;
}
.useme-switch__control {
  width: 26px;
  height: 14px;
  background: #f5f5f7;
  border: 1px solid #dbdbe9;
  color: #a5a8c6;
  border-radius: 14px;
  position: relative;
  transition: color 0.15s ease-in-out;
  flex-shrink: 0;
  flex-grow: 0;
}
.useme-switch.useme-switch--align-start .useme-switch__control {
  margin-top: 0.25em;
  margin-bottom: -0.25rem;
}
.useme-switch__control::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: currentColor;
  border-radius: 16px;
  position: absolute;
  top: -2px;
  left: 0%;
  transform: translateX(-1px);
  transition: transform 0.15s ease-in-out;
}
.useme-switch__input:checked ~ .useme-switch__control {
  background: rgba(73, 85, 255, 0.15);
  color: #00d56d;
}
.useme-switch__input:checked ~ .useme-switch__control::before {
  transform: translateX(9px);
}
.useme-switch--mobile-change-order {
  display: flex;
  width: 100%;
}
.useme-switch--mobile-change-order .useme-switch__control {
  order: 1;
}
.useme-switch--mobile-change-order .useme-switch__label {
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .useme-switch--mobile-change-order {
    display: inline-flex;
    width: auto;
  }
  .useme-switch--mobile-change-order .useme-switch__control {
    order: 0;
  }
  .useme-switch--mobile-change-order .useme-switch__label {
    margin-right: initial;
  }
}
.useme-switch--main-primary .useme-switch__control {
  color: #a5a8c6 !important;
}
.useme-switch--main-primary .useme-switch__input:checked ~ .useme-switch__control {
  color: #1953ff !important;
}

.score {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787b93;
  display: flex;
  align-items: center;
}
.score__star--active .score__star-element {
  fill: #ffc866;
}
.score__points {
  display: inline-block;
  margin-left: 1rem;
}

.message {
  padding: 2rem 1rem;
  border-radius: 12px;
  max-width: 40%;
  width: 100%;
  margin-bottom: 2rem;
}
.message__content {
  overflow-wrap: break-word;
  word-break: break-word;
}
.message--received {
  background: rgba(245, 245, 247, 0.5);
}
.message--received .message__author-avatar {
  margin-right: 1.5rem;
}
.message--received .message__content p {
  margin-left: 4.5rem;
}
.message--sent {
  align-self: flex-end;
  background: rgba(73, 85, 255, 0.05);
}
.message--sent .message__author {
  flex-direction: row-reverse;
}
.message--sent .message__author-avatar {
  margin-left: 1.5rem;
}
.message--sent .message__author-details p {
  text-align: right;
}
.message--sent .message__content p {
  margin-right: 4.5rem;
  text-align: right;
}
.message__author {
  display: flex;
  margin-bottom: 1rem;
}
.message__author-avatar {
  width: 3rem;
  height: 3rem;
}
.message__author-details > * {
  line-height: 1;
}
.message__actions {
  display: flex;
  margin: 1.5rem 0 -1rem;
}
.message__actions button {
  flex-grow: 1;
}

.widget {
  padding: 1.5rem 2rem;
  background: #ffffff;
  border-radius: 12px;
}
.widget--sent .widget__header {
  flex-direction: row-reverse;
}
.widget--sent .widget__icon {
  margin-left: 1.5rem;
}
.widget--sent .widget__details {
  align-items: flex-end;
  text-align: right;
}
.widget--sent .widget__title {
  text-align: right;
}
.widget--sent .widget__content {
  margin-right: 3.9rem;
  text-align: right;
}
.widget--received .widget__header {
  flex-direction: row;
}
.widget--received .widget__icon {
  margin-right: 1.5rem;
}
.widget--received .widget__details {
  align-items: flex-start;
  text-align: left;
}
.widget--received .widget__title {
  text-align: left;
}
.widget--received .widget__content {
  margin-left: 3.9rem;
  text-align: left;
}
.widget__header {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
}
.widget__icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #4955ff;
}
.widget__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget__title {
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.widget__meta {
  color: #787b93;
  line-height: 1;
}
.widget__content {
  margin-top: 2rem;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.alert {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 12px;
}
.alert--info {
  background: rgba(73, 85, 255, 0.1);
}
.alert--form-error {
  background: none;
  border: none;
  padding: 0;
}
.alert--form-error span {
  margin-left: 0;
  padding: 0;
  color: #ff3f1a;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 700;
}
.alert--form-error ul {
  margin: 0;
}
.alert--form-error ul li {
  color: #ff3f1a;
  text-align: left;
}
.alert--form-success {
  background: none;
  border: none;
  padding: 0;
}
.alert--form-success span {
  margin-left: 0;
  padding: 0;
  color: #00d56d;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 700;
}
.alert--success {
  background: rgba(0, 213, 109, 0.1);
}
.alert--danger {
  background: rgba(255, 63, 26, 0.1);
}
.alert__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(73, 85, 255, 0.3);
}
.alert__content {
  margin-left: 1.5rem;
  font-size: 1.1rem;
  color: #787b93;
}
.alert--warning {
  background-color: #fefaed;
}
.alert--warning .alert__icon {
  background-color: #faebbd;
}
.alert-danger {
  padding: 1.5rem 2rem;
  background: rgba(255, 63, 26, 0.8);
  color: #ffffff;
  margin-bottom: 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  border-radius: 6px;
}
.alert-danger ul {
  list-style-type: none;
  padding: 0;
}
.alert-danger ul li {
  color: #ffffff;
}
.alert--verify {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  line-height: 150%;
  display: flex;
  padding: 2rem;
  align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  background: rgba(242, 201, 76, 0.1019607843);
  color: #405080;
  margin-bottom: 3rem;
  margin-top: 1.6rem;
}
.alert--verify .alert__img {
  width: 2rem;
  height: 2rem;
}

.promo-alert {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  background: transparent;
  color: #303458;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .promo-alert {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.promo-alert__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .promo-alert__container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.promo-alert__content {
  padding: 1rem;
  align-self: center;
}
.promo-alert__image {
  height: 64px;
  max-height: 64px;
}
.promo-alert__image-secondary {
  display: none;
  height: 100%;
  max-height: 80px;
  margin-top: -2rem;
  align-self: flex-end;
  justify-self: flex-end;
}
@media screen and (min-width: 992px) {
  .promo-alert__image-secondary {
    display: inline-block;
  }
}
.promo-alert__full-width-wrapper {
  background: #ffffff;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .promo-alert__full-width-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.promo-alert .button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.promo-alert.promo-alert--club {
  background: #fffadf;
  color: #4a518a;
}
.promo-alert.promo-alert--club .promo-alert__container {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  text-align: left;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .promo-alert.promo-alert--club .promo-alert__container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}
.promo-alert.promo-alert--club .promo-alert__image {
  height: 50px;
  margin: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .promo-alert.promo-alert--club .promo-alert__image {
    height: 60px;
    margin: 1rem 2rem;
    margin-right: 0;
  }
}
.promo-alert.promo-alert--club .promo-alert__content {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .promo-alert.promo-alert--club .promo-alert__content {
    padding: 1rem;
  }
}
.promo-alert.promo-alert--bonus-points {
  background: #ffffff;
  color: #4a518a;
  border-radius: 10px;
}
.promo-alert.promo-alert--bonus-points .promo-alert__container {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  text-align: left;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .promo-alert.promo-alert--bonus-points .promo-alert__container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  @supports (justify-content: space-evenly) {
    .promo-alert.promo-alert--bonus-points .promo-alert__container {
      justify-content: space-evenly;
    }
  }
}
.promo-alert.promo-alert--bonus-points .promo-alert__image {
  height: 50px;
  margin: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .promo-alert.promo-alert--bonus-points .promo-alert__image {
    transform: scale(1.4);
    height: 60px;
    margin: 1rem 2rem;
    margin-right: 1rem;
  }
}
.promo-alert.promo-alert--bonus-points .promo-alert__content {
  padding: 2rem 1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .promo-alert.promo-alert--bonus-points .promo-alert__content {
    padding: 1rem;
  }
}
.promo-alert-landing {
  padding: 0;
  font-size: 1.6rem;
}
.promo-alert-landing.promo-alert-landing--club .promo-alert__content {
  text-align: center;
  padding: 1.6rem 1.9rem;
  margin: auto;
  color: #303458;
}
@media screen and (min-width: 992px) {
  .promo-alert-landing.promo-alert-landing--club .promo-alert__content {
    margin: 0;
    padding: 1.6rem 0;
  }
}
.promo-alert-landing.promo-alert-landing--club .promo-alert__content a {
  display: block;
}
@media screen and (min-width: 768px) {
  .promo-alert-landing.promo-alert-landing--club .promo-alert__content a {
    display: inline;
  }
}
.promo-alert-landing.promo-alert-landing--club .promo-alert__image {
  display: none;
}
@media screen and (min-width: 992px) {
  .promo-alert-landing.promo-alert-landing--club .promo-alert__image {
    display: block;
  }
}

.promo-payouts {
  position: relative;
  background: #fffadf;
  border: 1px solid #ffc866;
  border-radius: 10px;
  font-size: 18px;
  line-height: 190%;
  color: #303458;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px;
  min-height: 70px;
  gap: 10px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "image content" "button button";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .promo-payouts {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    grid-template-areas: "image content button";
  }
}
.promo-payouts.promo-payouts--closeable {
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "image content close" "button button button";
}
@media screen and (min-width: 768px) {
  .promo-payouts.promo-payouts--closeable {
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto;
    grid-template-areas: "image content button close";
  }
}
@media screen and (min-width: 768px) {
  .promo-payouts {
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.promo-payouts__full-width-wrapper {
  transition: 0.15s;
  background: #ffffff;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .promo-payouts__full-width-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.promo-payouts__container {
  grid-area: content;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .promo-payouts__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.promo-payouts__content {
  padding: 0;
  flex: 1;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 18px;
  line-height: 190%;
  color: #303458;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .promo-payouts__content {
    padding: 18px 0;
  }
}
.promo-payouts__actions {
  grid-area: button;
  padding: 0;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.promo-payouts__actions--soft {
  font-size: 16px;
}
.promo-payouts__actions .button {
  width: 100%;
  text-align: center;
}
.promo-payouts__actions .button--yellow {
  padding: 1.5rem 3rem !important;
}
@media screen and (min-width: 768px) {
  .promo-payouts__actions {
    padding: 10px;
    text-align: right;
  }
}
.promo-payouts__close {
  grid-area: close;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .promo-payouts__close {
    margin: 0;
    margin-right: 20px;
    align-self: center;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.promo-payouts__close .button {
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .promo-payouts__close .button {
    min-width: 2.4rem;
    height: 2.4rem;
  }
}
.promo-payouts strong, .promo-payouts b {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
.promo-payouts p, .promo-payouts span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}
.promo-payouts.promo-payouts--urgent {
  background: #fffadf;
  border-color: #ffc866;
}
.promo-payouts.promo-payouts--soft {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #f5f5f7;
}
.promo-payouts__cover {
  grid-area: image;
  content: "";
  display: inline-flex;
  width: 100px;
  height: auto;
  min-height: 70px;
  margin: 0;
  flex-shrink: 1;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .promo-payouts__cover {
    margin: auto 20px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
  }
}
.promo-payouts__cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .promo-payouts__cover-image {
    width: auto;
    height: 40px;
  }
}
.promo-payouts-landing {
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "button";
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .promo-payouts-landing {
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "content button";
  }
}
.promo-payouts-landing.promo-payouts-landing--closeable {
  max-width: 1140px;
  margin: auto;
  grid-template-columns: 1fr auto;
  grid-template-areas: "content close" "button button";
}
@media screen and (min-width: 768px) {
  .promo-payouts-landing.promo-payouts-landing--closeable {
    padding: 0 1.6rem;
    grid-template-columns: 3fr auto 1fr;
    grid-template-areas: "content button close";
  }
}
@media screen and (min-width: 992px) {
  .promo-payouts-landing.promo-payouts-landing--closeable {
    grid-template-columns: 2fr auto 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .promo-payouts-landing.promo-payouts-landing--closeable {
    padding: 0;
  }
}
.promo-payouts-landing.promo-payouts-landing--urgent {
  border: none;
}
.promo-payouts-landing.promo-payouts-landing--soft {
  border: none;
}
.promo-payouts-landing__full-width-wrapper {
  padding: 0;
}
.promo-payouts-landing__content {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .promo-payouts-landing__content {
    white-space: nowrap;
    text-align: right;
  }
}
.promo-payouts-landing__actions .button--link {
  line-height: 1.9rem;
}
@media screen and (min-width: 768px) {
  .promo-payouts-landing__actions {
    padding: 1rem 0;
  }
}
.promo-payouts-landing__close {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .promo-payouts-landing__close {
    margin-right: 0;
  }
}
.promo-payouts-landing__close .button {
  min-width: 3.2rem;
  padding: 1.4rem;
}
@media screen and (min-width: 768px) {
  .promo-payouts-landing__close .button {
    min-width: 2.4rem;
  }
}

.promo-fast {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  gap: 2rem;
  background: rgba(85, 221, 224, 0.2);
  border-radius: 1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #303458;
  margin: 0;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .promo-fast--sink {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.promo-fast--closeable {
  justify-content: space-between;
  margin-top: 0;
}
.promo-fast__badge {
  padding: 0 0.5rem;
  background: #00d56d;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.promo-fast__close-button {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 1.5rem;
}

.file-upload {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
  border-radius: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #ff9c00;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  line-height: 1.5;
}
.file-upload:hover, .file-upload:focus, .file-upload:focus-within, .file-upload:has(input[type=file]:focus) {
  background: rgba(255, 156, 0, 0.1);
}
.file-upload__icon {
  height: 2rem;
  width: 2rem;
}
.file-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}
.file-upload .user_avatar {
  margin: 0 0 0 2rem;
}
.file-upload .file-field {
  padding: 0 1.5rem;
  overflow-wrap: anywhere;
  flex-shrink: 1;
}
.file-upload .file-field .user-avatar img {
  border-radius: 50%;
}
.file-upload .input {
  font-size: 0;
  line-height: 0;
}
.file-upload .input *:not(input) {
  display: none;
}
.file-upload__name {
  display: flex;
  align-items: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  color: #1e1e1e;
  white-space: nowrap;
  gap: 0.6rem;
}
.file-upload__name--blue {
  color: #4955ff;
  font-weight: 700;
}
.file-upload__extra-content {
  display: flex;
  align-items: center;
}
.file-upload__extra-content .current-value:not(:empty) {
  margin-left: 2.4rem;
  color: #303458;
  margin-left: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .file-upload__extra-content .current-value:not(:empty) {
    max-width: 200px;
  }
}
.file-upload--full {
  display: flex;
  width: 100%;
}
.file-upload--blue {
  border: 0px;
}
.file-upload--blue.file-upload:hover, .file-upload--blue.file-upload:focus, .file-upload--blue.file-upload:focus-within, .file-upload--blue.file-upload:has(input[type=file]:focus) {
  background: rgba(73, 85, 255, 0.1);
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-backdrop {
  background-color: #f5f5f7;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-dialog {
  max-width: 100%;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 85%;
    max-height: calc(100vh - 20rem);
    height: 100%;
    position: static;
    margin: 10rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 85rem;
  }
}
.modal-content {
  height: 100%;
  padding: 2.5rem 2rem 2rem;
  border-radius: 12px;
  border: none;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 5rem;
  }
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: none;
  background: transparent;
  padding: 1rem;
  display: block;
  line-height: 1.4rem;
}

.language-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.language-radio__flag {
  width: 2.5rem;
  height: 1.6rem;
}
.language-radio__name {
  margin-left: 0.5em;
  line-height: 1.6rem;
}

.copyrights-radio__head {
  margin-bottom: 1.5rem;
}
.copyrights-radio__title {
  margin-bottom: 0;
}
.copyrights-radio__subtitle {
  text-transform: uppercase;
  color: #9899ac;
  font-weight: 400;
}
.status-deal {
  font-size: 1.3rem;
  font-weight: 400;
  display: flex;
}
.status-deal .svg-icon__svg {
  font-size: 1.6rem;
}
.status-deal__text {
  margin-left: 0.5rem;
}
.status-deal--waiting {
  color: #9899ac;
}
.status-deal--ongoing {
  color: #00d56d;
}
.status-deal--finished {
  color: #00d56d;
}
.status-deal--disputed {
  color: #ff8d18;
}
.status-deal--severed {
  color: #ff3f1a;
}
.status-deal--expired {
  color: #787b93;
}

.status {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  margin-right: 1rem;
  font-weight: 400;
}
.status__job {
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  color: #ffffff;
  text-transform: uppercase;
}
.status__job--new {
  background-color: #a0eec8;
}
.status__job--active {
  background-color: #00d56d;
}
.status__job--closed {
  background-color: #d7d9e9;
}
.status--active, .status--ongoing {
  color: #00d56d;
}
.status--acceptance, .status--preliminary, .status--paid_in, .status--paid_out, .status--paying_out {
  color: #00d56d;
}
.status--finished, .status--delivered, .status--accepted {
  color: #00d56d;
}
.status--disrupted, .status--not_paid, .status--fail_payment {
  color: #ffc866;
  font-weight: 700;
}
.status--disputed, .status--severed, .status--fail_delivery {
  color: #ff3f1a;
}
.status--closed, .status--severed_cust, .status--severed_cont, .status--expired, .status--waiting {
  color: #a5a8c6;
}

.clients-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.clients-list__item:nth-child(2), .clients-list__item:nth-child(4) {
  display: none;
}
@media screen and (min-width: 768px) {
  .clients-list__item:nth-child(2), .clients-list__item:nth-child(4) {
    display: initial;
  }
}

.prices-comparision__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.5rem;
}
.prices-comparision__row span {
  color: rgba(255, 255, 255, 0.7);
}
.prices-comparision__row--empty {
  height: 2.5rem;
}
.prices-comparision__summary {
  margin-top: 3rem;
}
.prices-comparision__summary-title {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.prices-comparision__summary-price {
  color: #ffffff;
  font-size: 3rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}

.target-option {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.target-option__wrapper {
  max-width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.target-option + .target-option {
  padding-top: 3rem;
  border-top: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  .target-option + .target-option {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #eeeeee;
  }
}
.target-option--light + .target-option--light {
  border-top-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .target-option--light + .target-option--light {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}
.target-option__image {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .target-option__image {
    margin-bottom: 3rem;
  }
}
.target-option .section__heading {
  margin-bottom: 1.5rem;
}
.target-option__description {
  text-align: center;
}
.target-option__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.target-option__buttons > *:not(:last-child) {
  margin-bottom: 3rem;
}

.category-tile {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 4rem 2rem 2rem;
  border-radius: 12px;
  border: 1px solid #f5f5f7;
  background: transparent;
}
.category-tile--bg-white {
  background: #ffffff;
}
.category-tile:hover {
  cursor: pointer;
}
.category-tile:hover .category-tile__icon:before {
  opacity: 1;
}
.category-tile:hover .category-tile__icon svg path {
  fill: #00d56d;
}
.category-tile__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  margin-right: 2rem;
  position: relative;
}
.category-tile__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  width: 0;
  height: 0;
  box-shadow: 0 0 40px 10px #00d56d;
  opacity: 0;
  transition: opacity 0.25s ease 0ms;
}
.category-tile__icon svg g,
.category-tile__icon svg path {
  fill: #4955ff;
  transition: fill 0.3s ease 0ms;
}
.category-tile__meta {
  text-align: left;
}
.category-tile__name {
  font-size: 1.5rem;
  font-weight: 700;
}
.category-tile__details {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787b93;
}
.category-tile--grid {
  width: 50%;
  margin-bottom: 1rem;
  border: none;
  flex-direction: column;
  padding: 2rem;
}
.category-tile--grid:not(:last-child) {
  padding-bottom: 1rem;
}
@media screen and (min-width: 480px) {
  .category-tile--grid {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .category-tile--grid {
    flex-direction: row;
    padding: 2rem 4rem 2rem 2rem;
    border: 2px solid #f5f5f7;
  }
}
@media screen and (min-width: 992px) {
  .category-tile--grid {
    width: 32%;
  }
}
.category-tile--grid .category-tile__meta {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .category-tile--grid .category-tile__meta {
    text-align: left;
  }
}
.category-tile--grid .category-tile__icon {
  margin-bottom: 1rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .category-tile--grid .category-tile__icon {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.category-tiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .category-tiles {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.category-tiles--grid {
  padding: 0;
}
.category-tiles--groupped {
  flex-direction: column;
  border: 2px solid #f5f5f7;
  border-radius: 12px;
}
.category-tiles--groupped .category-tile {
  padding: 2rem 6rem 2rem 2rem;
  border: none;
}
.category-tiles--home-grid {
  width: 100%;
}
.category-tiles--home-grid .category-tile {
  flex-basis: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .category-tiles--home-grid .category-tile {
    flex-basis: 30%;
  }
}

.mobile-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  height: 6rem;
  box-shadow: 0 0 10px 0 rgba(238, 238, 238, 0.5);
  z-index: 10000;
}
.mobile-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-nav__item {
  flex: 1 0 auto;
  color: #303458;
}
.mobile-nav__item--active {
  color: #4955ff;
}
.mobile-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  color: inherit;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  transition: color 0.15s ease;
}
.mobile-nav__icon {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.filters__item {
  flex: 1 0 auto;
  margin-right: 1.5rem;
}

.main-nav {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .main-nav {
    display: initial;
  }
}
.main-nav__list {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-nav__list-item {
  margin: 0 1rem;
}
.main-nav__link {
  font-weight: 400;
  color: #303458;
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo__symbol {
  display: block;
}
.logo__name {
  display: none;
}
@media screen and (min-width: 768px) {
  .logo__name {
    display: initial;
  }
}

.job {
  padding: 2rem;
  overflow: visible;
}
.job:not(:last-of-type) {
  margin-bottom: 2.6rem;
}
.job + .job {
  margin-top: 0;
}
.job--vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.job--vertical .job__meta {
  margin: 0 0 1rem;
}
.job--vertical .job__content {
  margin: 0 0 1rem;
}
.job--vertical .job__content,
.job--vertical .job__details {
  padding-left: 4.4rem;
  width: 100%;
}
.job__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.job__headline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 480px) {
  .job__headline {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.job__title {
  display: inline-flex;
  flex: 1;
  font-size: 2rem;
  margin: 0;
}
.job__title-link {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  color: #303458;
  overflow-wrap: anywhere;
  word-break: normal;
  transition: 0.15s;
  line-height: 1.4;
}
.job__title-link:visited, .job__title-link--submitted {
  color: #787b93;
}
.job__title-link:hover {
  color: #303458;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.job__title-link--closed {
  color: #c9cce2;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.job__title-link--closed:visited {
  color: #c9cce2;
}
.job__title-link--closed:hover, .job__title-link--closed:focus, .job__title-link--closed:active {
  color: #c9cce2;
  text-decoration: line-through underline;
  text-decoration-thickness: 1px;
}
.job__header-details-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .job__header-details-wrapper {
    margin: 0.7rem 0;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
.job__header-details {
  font-size: 1.4rem;
  color: #00d56d;
  font-weight: 400;
}
.job__header-details--closed {
  color: #9899ac;
}
.job__header-details--date .svg-icon .svg-icon__svg.svg-inline--fa {
  height: 1.8rem;
}
.job__header-details--offers {
  margin: 0 1rem;
}
.job__header-details--offers .svg-icon .svg-icon__svg.svg-inline--fa {
  height: 2rem;
}
.job__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-right: auto;
  text-align: left;
  margin: 1rem 0 1.5rem;
  font-size: 1.4rem;
}
.job__content p {
  font-weight: 400;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .job__content {
    font-size: 1.4rem;
    margin: 2rem 0;
    color: #8b90ac;
  }
}
@media screen and (min-width: 1200px) {
  .job__content {
    margin: 2rem 0;
  }
}
.job__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 480px) {
  .job__details {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "category skills budget";
    align-items: center;
    gap: 2rem;
  }
}
.job__budget {
  grid-area: budget;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  order: 2;
}
@media screen and (max-width: 767px) {
  .job__budget {
    order: 0;
    align-items: flex-start;
  }
}
.job__budget-value {
  color: #00d56d;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
.job__budget-value--closed {
  opacity: 0.3;
}
.job__category {
  grid-area: category;
  display: inline-flex;
  order: 0;
  margin-right: 2rem;
  line-height: 3.6rem;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job__category {
    order: 1;
  }
}
.job__category span {
  font-size: 1.5rem;
}
.job__category p {
  margin-bottom: 0;
  color: #303458;
}
.job__category p:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: 1px;
          text-decoration-skip-ink: 1px;
}
.job__skills {
  grid-area: skills;
  display: flex;
  flex: 1;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .job__skills {
    display: none !important;
  }
}
.job__skills .tag {
  word-break: keep-all;
  white-space: nowrap;
}
.job__skills[data-count-overflow]:not([data-count-overflow=""])::before {
  content: "+" attr(data-count-overflow);
  padding: 0 1.5rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e7e8ef;
  border-radius: 1rem;
  margin-right: 2px;
  display: flex;
  align-items: center;
  border: 1px solid #c9cce2;
  box-sizing: border-box;
  border-radius: 2rem;
  font-weight: 400;
  color: #787b93;
  background: #ffffff;
  z-index: 1;
  order: 100;
  position: sticky;
  top: 0;
  right: 0;
}
.job__skills[data-count-overflow]:not([data-count-overflow=""])::after {
  content: " ";
  display: block;
  width: 3rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.job__favourite {
  display: inline-flex;
}
.job__has-offer {
  position: absolute;
  display: flex;
  align-items: center;
  top: -1.3rem;
  left: -0.5rem;
  background-color: #00d56d;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
}
.job__has-offer .svg-icon {
  margin-right: 0.6rem;
}
.job__has-offer .svg-icon svg {
  font-size: 1.5rem;
}

.freelancer-offer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.freelancer-offer:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .freelancer-offer {
    flex-wrap: nowrap;
  }
}
.freelancer-offer__wrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  padding: 1.8rem;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .freelancer-offer__wrapper {
    padding: 3rem;
    border: none;
    flex-shrink: 1;
  }
}
.freelancer-offer__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.freelancer-offer__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.freelancer-offer__name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #4955ff;
  margin-bottom: 0;
}
.freelancer-offer__score {
  margin-left: 1rem;
  color: #82869f;
}
.freelancer-offer__experience {
  margin-left: 1rem;
  font-weight: 400;
}
.freelancer-offer__empty {
  flex-basis: 100%;
  color: #a1a8cb;
  font-size: 1.2rem;
}
.freelancer-offer__skills {
  flex-basis: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #a1a8cb;
  font-size: 1.2rem;
}
.freelancer-offer__skill {
  display: inline-block;
  margin-right: 1rem;
}
.freelancer-offer__skill:first-of-type {
  font-weight: 700;
}
.freelancer-offer__offer-details {
  flex-shrink: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1rem;
  margin-right: 1rem;
  color: #a5a8c6;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .freelancer-offer__offer-details {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}
.freelancer-offer__extended-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  gap: 0.8rem;
  transition: padding-left 0.15s ease;
}
@media screen and (min-width: 576px) {
  .freelancer-offer__extended-details {
    padding-left: 6.4rem;
  }
}
.freelancer-offer__description {
  flex: 1;
  margin: 0 !important;
  width: 100%;
  max-width: 60ch;
}
.freelancer-offer__showcase {
  display: none !important;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  max-height: 5.6rem;
  overflow-y: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 576px) {
  .freelancer-offer__showcase {
    gap: 1.6rem;
  }
}
.freelancer-offer__showcase:has(img) {
  display: flex !important;
}
.freelancer-offer__showcase img {
  display: inline-block;
  width: 7.3rem;
  height: 5.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.freelancer-offer__actions {
  flex-shrink: 0;
  padding: 1rem;
  margin-left: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .freelancer-offer__actions {
    padding: 3rem;
    border-left: 1px solid #e7e8ef;
  }
}
@media screen and (min-width: 1200px) {
  .freelancer-offer__actions {
    padding: 5rem 3rem;
  }
}
.freelancer-offer__avatar {
  margin-right: 10px;
}
.freelancer-offer__useme-club-position {
  position: absolute;
  right: 2.2rem;
  bottom: 0;
}

.employer {
  display: flex;
  align-items: center;
}
.employer--vertical .employer__details .employer__experience {
  margin-top: 0;
}
.employer--vertical .employer__avatar {
  width: 2.4rem !important;
  height: 2.4rem !important;
  margin-right: 2rem !important;
}
.employer__details {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.employer__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #787b93;
  word-break: break-word;
}
.employer__experience {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #787b93;
}
.employer__experience .experience {
  margin-left: 0.5rem;
  color: #787b93;
}
.employer__experience .svg-icon__svg {
  fill: transparent;
  stroke: currentColor;
}
@media screen and (max-width: 767px) {
  .employer__experience--mobile {
    display: none;
  }
}
.employer__role {
  display: flex;
  align-items: center;
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  color: #2f42ed;
  background-color: #edeeff;
  margin: 0 0.5rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__pages {
  display: flex;
  font-size: 1.4rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 1rem;
}
.pagination__pages-item {
  display: inline-flex;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .pagination__pages-item--hide-mobile {
    display: none;
  }
}
.pagination__pages-item--only-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagination__pages-item--only-mobile {
    display: inline-flex;
  }
}
.pagination__select .selectize-input {
  border: 1px solid #dbdbe9;
  background: #ffffff !important;
}
.pagination__select .selectize-dropdown-content {
  max-height: 200px !important;
}
.pagination__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #4955ff !important;
  min-width: 3.6rem;
  height: 3.6rem;
  background: #eceeff;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.15s ease;
  font-weight: 700;
}
.pagination__button:hover, .pagination__button:focus, .pagination__button:active {
  border-color: #4955ff;
}
.pagination__button:active {
  background: #c9cce2;
}
.pagination__page {
  padding: 1rem;
}
.pagination__page--active {
  color: #ffffff !important;
  background: #4955ff;
}
.pagination__dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 3.6rem;
  height: 3.6rem;
  color: #303458;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination--yellow .pagination__dots,
.pagination--yellow .pagination__pages {
  color: #1e1e1e !important;
}
.pagination--yellow .pagination__page,
.pagination--yellow .pagination__button {
  border: 1px solid #ece9e7;
  color: #1e1e1e !important;
  background: transparent;
}
.pagination--yellow .pagination__page:hover, .pagination--yellow .pagination__page:focus, .pagination--yellow .pagination__page:active,
.pagination--yellow .pagination__button:hover,
.pagination--yellow .pagination__button:focus,
.pagination--yellow .pagination__button:active {
  border: 1px solid #ece9e7;
  background: #f2efed;
}
.pagination--yellow .pagination__page--active,
.pagination--yellow .pagination__button--active {
  border: 1px solid #ff9c00 !important;
  color: #1e1e1e !important;
  background: transparent !important;
}

.submenu {
  margin: 3rem 0;
}
.submenu__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.submenu__item {
  display: inline-block;
  margin: 0 3rem;
}
.submenu__item:first-of-type {
  margin-left: 0;
}
.submenu__item:last-of-type {
  margin-right: 0;
}
.submenu__link {
  padding-bottom: 5px;
}
.submenu__link:hover {
  color: #4955ff;
  border-bottom: 2px solid #4955ff;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
}

.step {
  display: flex;
  align-items: center;
}
.step__icon {
  color: #3d3c3c;
  flex-shrink: 0;
}
.step__name {
  margin-left: 0.8rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  margin-top: 0.3rem;
  color: #3d3c3c;
}
.step--current .step__name {
  font-weight: 700;
}
.step--future .step__name {
  color: #8c8c8c;
}
.step--future .step__icon {
  color: #8c8c8c;
}

.simple-steps {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  align-items: center;
  justify-content: flex-start;
  gap: 4.1rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simple-steps::-webkit-scrollbar {
  display: none;
}

.payment-details {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787b93;
  padding: 2rem;
}
.payment-details__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #3a4372;
  margin-bottom: 1rem;
}
.payment-details__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-details__payout {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .payment-details__payout {
    width: 50%;
  }
}
.payment-details__payin {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .payment-details__payin {
    width: 50%;
  }
}
.payment-details__extra-messages {
  padding: 1rem 2rem;
  width: 100%;
}
.payment-details__extra-messages p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.payment-details__extra-messages p:last-of-type {
  margin-bottom: 0rem;
}
.payment-details__flag {
  width: 28px;
  height: 28px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  margin-right: 0;
}
.payment-details__flag.as-block {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
}
.payment-details__flag-wrapper {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.payment-details__flag-wrapper.as-block {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
}
.payment-details__flag-text {
  margin-bottom: 0 !important;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #303458;
}
.payment-details__not-set {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  color: #a5a8c6;
}

.payment-details-group {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #a5a8c6;
  border-radius: 1.2rem;
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .payment-details-group .payment-details:first-child {
    border-right: 1px solid #a5a8c6;
  }
}

.flow-confirmation-image {
  display: block;
  height: auto;
  max-width: 80%;
  margin: 1.5rem auto 3rem;
}
.flow-confirmation-image--top-image {
  margin-top: 0;
}

.user-meta, .job__skills {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.user-meta__item, .experience, .job__skill {
  flex-shrink: 0;
  position: relative;
  margin-left: 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787b93;
}
.user-meta__item:before, .experience:before, .job__skill:before {
  content: "";
  position: absolute;
  right: calc(100% + 1rem - 1px);
  top: calc(50% - 1px);
  width: 2px;
  height: 2px;
  background: #787b93;
  border-radius: 50%;
}

.user-details {
  display: flex;
  align-items: center;
}
.user-details__name {
  font-weight: 700;
}

.work-details__card {
  padding: 2rem;
  background: #f5f5f7;
  border-radius: 12px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .work-details__card {
    margin-bottom: 0;
    padding: 3rem 4.5rem;
  }
}
.work-details__card-item {
  margin-bottom: 2.5rem;
}
.work-details__card-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .work-details__card-item {
    margin-bottom: 0;
  }
}
.work-details__item {
  margin-bottom: 3rem;
}
.work-details__title {
  margin-bottom: 1.5rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .work-details__title--primary {
    font-size: 2rem;
  }
}
.work-details__title--inline {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .work-details__title--inline {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.work-details__value {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .work-details__description {
    padding: 5rem 4.5rem 0;
  }
}

.experience--hidden-separator {
  margin-left: 0;
}
.experience--hidden-separator:before {
  content: none;
  display: none;
}

#public_user_profile.add-margin {
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #public_user_profile.add-margin {
    padding-top: 0;
  }
}
#public_user_profile .container .profile-main__user-data__general .profile-stats p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #public_user_profile .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #public_user_profile .container .profile-main__panel {
    background: #f5f5f7;
  }
  #public_user_profile .container .profile-main__user-avatar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  #public_user_profile .container .profile-main__user-avatar label.user-avatar-photo {
    left: calc(50% + 2.1rem);
  }
  #public_user_profile .container .profile-main__user-data {
    margin-top: 3rem;
  }
  #public_user_profile .container .profile-main__user-data__general .profile-stats p {
    width: 100%;
  }
}

.profile-main {
  display: block;
  padding: 0;
  margin: auto;
  color: #303458;
}
.profile-main h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.profile-main h2 span {
  font-size: 75%;
}
.profile-main p {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .profile-main p {
    margin-bottom: 2.4rem;
  }
}
.profile-main__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 4.4rem;
  margin-bottom: 4.8rem;
}
.profile-main__title-secondary a {
  color: #303458;
}
.profile-main__panel {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .profile-main__panel {
    border-radius: 0;
  }
}
.profile-main__panel-top {
  --cover-photo-height: 260px;
  position: relative;
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem;
  padding-top: calc(var(--cover-photo-height) - 6.4rem);
}
@media screen and (max-width: 1199px) {
  .profile-main__panel-top {
    --cover-photo-height: 220px;
  }
}
@media screen and (max-width: 991px) {
  .profile-main__panel-top {
    --cover-photo-height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-main__panel-top {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.profile-main__panel-top img.cover-photo-img,
.profile-main__panel-top .cover-photo-img-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--cover-photo-height);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.profile-main__panel-top .cover-photo-img-placeholder {
  background: #edeeff;
}
.profile-main__panel-top label[for=id_user-cover_photo],
.profile-main__panel-top label[for=id_user-avatar] {
  z-index: 3;
  position: absolute;
  margin: 0;
  padding: 1.2rem;
  background: #2f42ed;
  border: none;
  border-radius: 50%;
}
.profile-main__panel-top label[for=id_user-cover_photo] img,
.profile-main__panel-top label[for=id_user-avatar] img {
  width: 1.8rem;
  height: 1.8rem;
}
.profile-main__panel-top label[for=id_user-cover_photo] {
  top: calc(var(--cover-photo-height) - 60px);
  right: 3rem;
}
.profile-main__panel-top label[for=id_user-avatar] {
  top: 9.7rem;
  left: 9.7rem;
}
.profile-main__user-info {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.profile-main__user-info .profile-main-group {
  position: relative;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .profile-main__user-info {
    flex-direction: row;
    align-items: flex-start;
  }
  .profile-main__user-info .profile-main-group {
    margin-top: 9.7rem;
  }
}
.profile-main__user-data-name {
  margin-top: 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 3.5rem;
}
.profile-main__user-avatar img.avatar {
  width: 12.8rem;
  height: 12.8rem;
  border: 0.4rem solid #ffffff;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}
.profile-main__user-data {
  width: 100%;
  margin: 6rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 9rem;
}
.profile-main__user-data > div {
  width: 30%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile-main__user-data > div {
    width: 32%;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.profile-main__user-data > div > img {
  width: 62px;
  height: 62px;
}
.profile-main__user-data > div .profile-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-self: stretch;
}
.profile-main__user-data > div .profile-stats h4 {
  width: 100%;
  display: flex;
  align-items: center;
}
.profile-main__user-data > div .profile-stats h4 .accent {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-left: 1rem;
}
.profile-main__user-data > div .profile-stats h4 .accent--grey {
  color: #787b93;
}
.profile-main__user-data > div .profile-stats h4 a {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.3rem;
  margin-left: 1rem;
}
.profile-main__user-data > div .profile-stats p {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.profile-main__user-data > div .profile-stats p .select__flag {
  margin: 0 0.5rem;
  width: 21px;
  height: 15px;
}
.profile-main__user-data > div .profile-stats p .accent {
  font-weight: 400;
  line-height: 1.2rem;
}
.profile-main__user-data > div .profile-stats p .accent--black {
  color: #303458;
}
.profile-main__user-data > div .profile-stats p .accent--green {
  color: #04bc04;
}
.profile-main__user-data > div .profile-stats p .accent--yellow {
  color: #ffc866;
}
.profile-main__user-data > div .profile-stats p .accent--red {
  color: #ff3f1a;
}
.profile-main__user-data > div .profile-stats p:first-of-type {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .profile-main__user-data {
    flex-direction: column;
    row-gap: 3rem;
  }
  .profile-main__user-data > div {
    width: 100%;
  }
}
.profile-main__user-links {
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .profile-main__user-links {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    margin-left: auto;
  }
}
.profile-main__user-links a {
  margin-bottom: 1.2rem;
}
.profile-main__deal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
@media screen and (min-width: 768px) {
  .profile-main__deal-list {
    flex-direction: column;
  }
}
.profile-main__deal-list div {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  .profile-main__deal-list div {
    padding-bottom: 1.2rem;
    flex: 0 0 100%;
  }
}
.profile-main__deal-list div img {
  display: inline-flex;
  width: 1.6rem;
  margin-right: 0.6rem;
}
@media screen and (min-width: 768px) {
  .profile-main__deal-list div img {
    display: none;
  }
}
.profile-main__deal-list div span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #787b93;
}
.profile-main__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  max-width: 768px;
}
.profile-main__about_me, .profile-main__categories {
  width: 100%;
  margin-bottom: 4rem;
}
.profile-main__about_me h4, .profile-main__categories h4 {
  margin-bottom: 2rem;
}
.profile-main__about_me p, .profile-main__categories p {
  word-break: break-word;
  font-size: 1.4rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 90%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .profile-main__about_me p, .profile-main__categories p {
    width: 100%;
  }
}
.profile-main__tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
  row-gap: 0.6rem;
}
.profile-main__tags h4 {
  width: 100%;
  margin-bottom: 2rem;
}
.profile-main__tags span,
.profile-main__tags .tag {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.6rem 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid #a5a8c6;
  background: #ffffff;
  color: #303458;
}
.profile-main__cat-tree {
  display: flex;
  align-items: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #787b93;
  margin-bottom: 2rem;
}
.profile-main__cat-tree:last-of-type {
  margin-bottom: 0;
}
.profile-main__cat-tree svg {
  height: 1.6rem;
  margin-right: 0.6rem;
  color: #4955ff;
}
.profile-main__cat-tree a {
  color: #303458;
}
.profile-main__cat-tree a:hover {
  text-decoration: underline;
}
.profile-main__cat-tree span {
  margin: 0 0.6rem;
  font-weight: 700;
}
.profile-main__career {
  width: 100%;
  margin-bottom: 4rem;
}
.profile-main__career h5,
.profile-main__career h4,
.profile-main__career p {
  margin: 0;
}
.profile-main__career__position {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #edeeff;
}
.profile-main__career__position:first-of-type {
  -o-border-image: linear-gradient(to bottom, transparent calc(50% + 1rem), #edeeff calc(50% + 1rem));
     border-image: linear-gradient(to bottom, transparent calc(50% + 1rem), #edeeff calc(50% + 1rem));
  border-image-slice: 1;
}
.profile-main__career__position:last-of-type {
  -o-border-image: linear-gradient(to bottom, #edeeff 4.8rem, transparent 4.8rem);
     border-image: linear-gradient(to bottom, #edeeff 4.8rem, transparent 4.8rem);
  border-image-slice: 1;
}
.profile-main__career__position:last-of-type:first-of-type {
  border: none;
}
.profile-main__career__position__left {
  width: 25%;
}
.profile-main__career__position__left p {
  color: #787b93;
}
.profile-main__career__position__right {
  width: 75%;
}
.profile-main__career__position h5 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.profile-main__career__position h5::before {
  position: absolute;
  content: url("../images/icons/bullet-point.svg");
  left: -2.5rem;
  width: 0.9rem;
  height: 0.9rem;
}
.profile-main__career__position p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #303458;
  word-break: break-word;
}
.profile-main__career__position p:first-of-type {
  color: #787b93;
}
@media screen and (max-width: 767px) {
  .profile-main__career__position {
    padding-top: 3rem;
  }
  .profile-main__career__position:first-of-type {
    -o-border-image: linear-gradient(to bottom, transparent 6.5rem, #edeeff 6.5rem);
       border-image: linear-gradient(to bottom, transparent 6.5rem, #edeeff 6.5rem);
    border-image-slice: 1;
  }
  .profile-main__career__position:last-of-type {
    -o-border-image: linear-gradient(to bottom, #edeeff 6.5rem, transparent 6.5rem);
       border-image: linear-gradient(to bottom, #edeeff 6.5rem, transparent 6.5rem);
    border-image-slice: 1;
  }
  .profile-main__career__position__left, .profile-main__career__position__right {
    width: 100%;
  }
}
.profile-main__portfolio {
  width: 100%;
  margin-bottom: 4rem;
}
.profile-main__portfolio h4 {
  margin-bottom: 2rem;
}
.profile-main__portfolio__item a,
.profile-main__portfolio__item h6 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.profile-main__portfolio__item p {
  margin-top: 1rem;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 767px) {
  .profile-main__portfolio__item p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.profile-main__portfolio__columns {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.profile-main__portfolio__columns__left, .profile-main__portfolio__columns__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.profile-main__portfolio__columns__left img, .profile-main__portfolio__columns__right img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  background-color: #edeeff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .profile-main__portfolio__columns {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .profile-main__portfolio__columns__left, .profile-main__portfolio__columns__right {
    row-gap: 2rem;
  }
}
.profile-main__opinions {
  width: 100%;
  margin-bottom: 4rem;
}
.profile-main__opinions .opinion-content-text {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.profile-main__abuse {
  margin-left: auto;
}
.profile-main__abuse img {
  margin: 0 1rem;
}
.profile-main__abuse a {
  color: #787b93;
  font-weight: 400;
}

#profile.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
#profile > div,
#profile .profile-edit {
  background: #f5f5f7;
  padding-bottom: 0;
}
#profile .profile__section {
  background: #ffffff;
  padding: 3rem 4rem 5rem 4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #profile .profile__section {
    padding: 2.5rem 2rem;
  }
}
#profile .profile__section h2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#profile .profile__section h2 a {
  color: #00d56d;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #profile .profile__section h2 a {
    display: block;
    margin-left: 0;
  }
}
#profile .profile__section h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}
#profile .profile__section p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
  color: #787b93;
}
#profile .profile__section p br {
  display: inline;
}
#profile .profile__section p a {
  font-size: 1.4rem;
  font-weight: 400;
}
#profile .profile__section .translated_field textarea,
#profile .profile__section .translated_field input {
  margin: 0;
}
#profile .profile__section .text-muted {
  color: #a5a8c6 !important;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
#profile .profile__section .text-muted a {
  font-size: 1.2rem;
}

.profile__section.edit_general form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.profile__section.edit_general #div_id_user-language,
.profile__section.edit_general #div_id_user-name {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_general #div_id_user-language,
  .profile__section.edit_general #div_id_user-name {
    width: 90%;
  }
}
.profile__section.edit_general .about_me {
  width: 100%;
  margin-bottom: 2rem;
}
.profile__section.edit_general .about_me .div_about_me_description {
  width: 100%;
  margin-bottom: 0;
}
.profile__section.edit_general .about_me .div_about_me_description textarea {
  margin: 0;
}
.profile__section.edit_general .about_me p {
  margin: 1.2rem 0 0;
}
.profile__section.edit_general .change-email,
.profile__section.edit_general .change-password,
.profile__section.edit_general .change-2fa {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_general .change-email,
  .profile__section.edit_general .change-password,
  .profile__section.edit_general .change-2fa {
    width: 90%;
  }
}
.profile__section.edit_general .element-info {
  width: 100%;
  margin-bottom: 2rem;
}
.profile__section.edit_employer form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.profile__section.edit_employer form .select__flag {
  margin-left: 0;
}
.profile__section.edit_employer form .actions {
  width: 100%;
}
.profile__section.edit_employer .form__element {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_employer .form__element {
    width: 90%;
  }
}
.profile__section.edit_employer .form__input-wrapper {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.profile__section.edit_resume .resume__form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
  border-bottom: 1px solid #e7e8ef;
  margin-bottom: 4rem;
}
.profile__section.edit_resume .resume__form__delete {
  display: flex;
  align-items: center;
  width: 100%;
}
.profile__section.edit_resume .resume__form__delete-button {
  margin: 0;
}
.profile__section.edit_resume [id^=div_id_resume_items-],
.profile__section.edit_resume .div_resume_position {
  width: 45%;
}
.profile__section.edit_resume [id^=div_id_resume_items-][id$=date_started], .profile__section.edit_resume [id^=div_id_resume_items-][id$=date_quit],
.profile__section.edit_resume .div_resume_position[id$=date_started],
.profile__section.edit_resume .div_resume_position[id$=date_quit] {
  width: 30%;
  margin-right: 15%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_resume [id^=div_id_resume_items-][id$=date_started], .profile__section.edit_resume [id^=div_id_resume_items-][id$=date_quit],
  .profile__section.edit_resume .div_resume_position[id$=date_started],
  .profile__section.edit_resume .div_resume_position[id$=date_quit] {
    width: 100%;
    margin-right: 0;
  }
}
.profile__section.edit_resume [id^=div_id_resume_items-][id$=date_started] input, .profile__section.edit_resume [id^=div_id_resume_items-][id$=date_quit] input,
.profile__section.edit_resume .div_resume_position[id$=date_started] input,
.profile__section.edit_resume .div_resume_position[id$=date_quit] input {
  width: 150px;
}
.profile__section.edit_resume [id^=div_id_resume_items-][id$=date_started]:after, .profile__section.edit_resume [id^=div_id_resume_items-][id$=date_quit]:after,
.profile__section.edit_resume .div_resume_position[id$=date_started]:after,
.profile__section.edit_resume .div_resume_position[id$=date_quit]:after {
  pointer-events: none;
  position: absolute;
  content: "";
  background: url("../images/icons/calendar-alt.svg");
  background-size: contain;
  top: 48px;
  left: 120px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_resume [id^=div_id_resume_items-],
  .profile__section.edit_resume .div_resume_position {
    width: 100%;
  }
}
.profile__section.edit_resume .div_resume_position .label-w-select {
  margin-top: 0;
}
.profile__section.edit_resume .div_resume_description {
  width: 100%;
  margin-bottom: 1rem;
}
.profile__section.edit_resume .toasts {
  width: 100%;
}
.profile__section.edit_resume #resume-item-add-new {
  display: block;
  margin-bottom: 3rem;
}
.profile__section.edit_bank_accounts form .element {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.profile__section.edit_bank_accounts form .element h3 {
  width: 100%;
}
.profile__section.edit_bank_accounts form .element > div {
  width: 100%;
}
.profile__section.edit_bank_accounts form .element > div label,
.profile__section.edit_bank_accounts form .element > div div {
  width: 100%;
}
.profile__section.edit_bank_accounts form .element > div:first-of-type {
  width: 60%;
}
.profile__section.edit_bank_accounts form .element > div:nth-of-type(2) {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_bank_accounts form .element > div:first-of-type {
    width: 100%;
  }
  .profile__section.edit_bank_accounts form .element > div:nth-of-type(2) {
    width: 100%;
  }
}
.profile__section.edit_portfolio p {
  margin-bottom: 1rem;
}
.profile__section.edit_portfolio p.portfolio-nav {
  margin-bottom: 2.2rem;
}
.profile__section.edit_portfolio p.portfolio-nav a {
  color: #00d56d;
  display: flex;
  align-items: center;
}
.profile__section.edit_portfolio p.portfolio-nav a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.9rem;
  content: url("../images/icons/arrow-right.svg");
}
.profile__section.edit_portfolio .portfolio-item {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.profile__section.edit_portfolio .portfolio-item h3 {
  width: 100%;
}
.profile__section.edit_portfolio .portfolio-item [id^=div_id_portfolio_items-][id*=-name],
.profile__section.edit_portfolio .portfolio-item [id^=div_id_portfolio_items-][id*=-url] {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_portfolio .portfolio-item [id^=div_id_portfolio_items-][id*=-name],
  .profile__section.edit_portfolio .portfolio-item [id^=div_id_portfolio_items-][id*=-url] {
    width: 100%;
  }
}
.profile__section.edit_portfolio .portfolio-item .div_portfolio_description {
  width: 100%;
  margin-bottom: 1rem;
}
.profile__section.edit_portfolio #portfolio-item-add-new {
  display: block;
  margin-bottom: 3rem;
}
.profile__section.edit_portfolio .portfolio__form {
  margin-bottom: 4rem;
}
.profile__section.edit_portfolio .portfolio__form__delete {
  display: flex;
  align-items: center;
  width: 100%;
}
.profile__section.edit_portfolio .portfolio__form__delete-button {
  margin: 0;
}
.profile__section.edit_portfolio_order p.portfolio-nav {
  margin-bottom: 2.2rem;
  margin-bottom: 3rem;
}
.profile__section.edit_portfolio_order p.portfolio-nav a {
  color: #00d56d;
  display: flex;
  align-items: center;
}
.profile__section.edit_portfolio_order p.portfolio-nav a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.9rem;
  content: url("../images/icons/arrow-right.svg");
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #f5f5f7;
  border-radius: 1.2rem;
  width: 60%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_portfolio_order form ul#portfolio_order_list {
    width: 100%;
  }
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list li {
  background-color: #ffffff;
  padding: 0.5rem 2rem;
  margin: 1rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  cursor: move;
  cursor: grab;
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list li img {
  width: 1.7rem;
  margin-right: 1rem;
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list li h5 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #353b64;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list li:active {
  cursor: grabbing;
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list li.sortable-chosen {
  opacity: 0.5;
}
.profile__section.edit_portfolio_order form ul#portfolio_order_list li.sortable-ghost {
  opacity: 1;
  background-color: #d9e8ff;
}
.profile__section.edit_portfolio_order form .actions {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_portfolio_order form .actions {
    flex-direction: column;
    row-gap: 3.5rem;
  }
}
.profile__section.edit_portfolio_order form .actions a {
  order: 1;
  color: #ff3f1a;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.profile__section.edit_portfolio_order form .actions a:hover {
  text-decoration: underline;
}
.profile__section.edit_portfolio_order form .actions button {
  order: 0;
}
.profile__section.edit_contractor #localprofile-form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.profile__section.edit_contractor #localprofile-form .form__element {
  width: 40%;
}
.profile__section.edit_contractor #localprofile-form .form__element .select__flag {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_contractor #localprofile-form .form__element {
    width: 90%;
  }
}
.profile__section.edit_contractor #localprofile-form .form__element:first-of-type {
  width: 40%;
}
.profile__section.edit_contractor #localprofile-form .form__element.localprofile_tax_identification {
  width: 100%;
}
.profile__section.edit_contractor #localprofile-form .form__element.localprofile_tax_identification .form-group {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .profile__section.edit_contractor #localprofile-form .form__element.localprofile_tax_identification .form-group {
    width: 90%;
  }
}
.profile__section.edit_contractor #localprofile-form .form__element[id$=pesel] {
  width: 40%;
}
.profile__section.edit_contractor #localprofile-form .form__element[id$=tax_office] {
  width: 90%;
}
.profile__section.edit_contractor #localprofile-form .form__element[id$=tax_office] .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile__section.edit_contractor #localprofile-form .actions {
  width: 100%;
}
.profile__section p.form__error {
  padding: 0;
}
.profile__section p.form__error strong {
  color: #ff3f1a;
  padding: 0;
}

.section .back_to_freelancer {
  margin-bottom: 1.6rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.7rem;
}
.section--profile-base {
  max-width: 960px;
  background: none;
  margin: auto;
}
.section--profile-base__inner {
  padding: 0;
  margin-top: 3rem;
}

.image-item__photo {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  max-width: 352px;
}
.image-item__photo > label {
  width: -moz-fit-content;
  width: fit-content;
}
.image-item__photo img {
  width: 100px;
  border-radius: 30%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.image-item__photo__controls {
  display: flex;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.image-item__photo__controls label {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0;
  cursor: pointer;
}
.image-item__photo__controls label:hover {
  text-decoration: underline;
}
.image-item__photo__controls label.change_photo {
  color: #4955ff;
}
.image-item__photo__controls label.remove_photo {
  color: #ff3f1a;
}
.image-item__photo .form__checkbox, .image-item__photo ul.checkboxselectmultiple.form__input input[type=checkbox], .image-item__photo ul.checkboxselectmultiple.tags-input__input input[type=checkbox],
.image-item__photo ul.checkboxselectmultiple.combined-tags-input__input input[type=checkbox], ul.checkboxselectmultiple.form__input .image-item__photo input[type=checkbox], ul.checkboxselectmultiple.tags-input__input .image-item__photo input[type=checkbox],
ul.checkboxselectmultiple.combined-tags-input__input .image-item__photo input[type=checkbox], .image-item__photo ul.checkboxselectmultiple.form__textarea input[type=checkbox], ul.checkboxselectmultiple.form__textarea .image-item__photo input[type=checkbox], .image-item__photo .profile__section.edit_resume .resume__form__delete input[type=checkbox], .profile__section.edit_resume .resume__form__delete .image-item__photo input[type=checkbox], .image-item__photo .profile__section.edit_portfolio .portfolio__form__delete input[type=checkbox], .profile__section.edit_portfolio .portfolio__form__delete .image-item__photo input[type=checkbox] {
  display: none;
}

.shufti-pro-verification {
  display: inline-flex;
  height: 2.2rem;
  padding: 0 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background: #424561;
  color: #ffffff;
}
.shufti-pro-verification--verified {
  background: #04a557;
}
.shufti-pro-verification__status {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.profile-2fa__form .form__input, .profile-2fa__form .tags-input__input,
.profile-2fa__form .combined-tags-input__input, .profile-2fa__form .form__textarea {
  min-height: 6.4rem !important;
}
.profile-2fa__label-init {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
}
.profile-2fa__label-code {
  color: #787893;
}
.profile-2fa__digit-code {
  color: #787b93;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.1rem;
}

.jquery-modal.blocker {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.jquery-modal.blocker .modal {
  max-width: 95%;
  max-height: 95%;
  min-width: 40%;
  border: none;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-min-content;
  width: min-content;
  height: auto;
}
.jquery-modal.blocker .modal a.close-modal {
  display: none;
  top: 1rem;
  right: 1rem;
  background-image: url("../images/icons/close.svg");
}
.jquery-modal.blocker .modal__text {
  width: 100%;
}
.jquery-modal.blocker .modal__text h4 {
  margin-bottom: 0;
  margin-top: 1rem;
}
.jquery-modal.blocker .modal__text p {
  margin-top: 0;
  margin-bottom: 0;
}
.jquery-modal.blocker .modal__image {
  border-radius: 1.2rem;
  width: 100%;
  text-align: center;
}
.jquery-modal.blocker .modal__image img {
  border-radius: 1.2rem;
  max-width: 70vw;
  max-height: 70vh;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.timeline {
  position: relative;
  overflow-y: hidden;
}
.timeline:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 3.5rem;
  left: 3px;
  bottom: 0;
  background: #d8d8d8;
  z-index: 1;
}
.timeline__item {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
}
.timeline__item:not(:last-child) {
  margin-bottom: 3rem;
}
.timeline__item-date, .timeline__item-description {
  color: #787b93;
}
.timeline__item-date {
  margin-bottom: 1rem;
}
.timeline__item-title {
  font-size: 1.4rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
  position: relative;
}
.timeline__item-title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 3rem - 8px);
  background: #4955ff;
  border-radius: 50%;
  z-index: 100;
}
.timeline__item-subtitle {
  margin-bottom: 1.5rem;
  color: #303458;
}

.category-selector {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .category-selector[data-state=initial] .categories-list {
    overflow: auto;
  }
  .category-selector[data-state=initial] .categories-list ul {
    overflow: initial;
  }
}
.category-selector[data-state=selected][data-module-type=select] .categories-list__category:not(.categories-list__category--active) {
  display: none;
}
.category-selector[data-state=selected][data-module-type=select] .categories-list__back-button {
  display: flex;
}
@media screen and (max-width: 767px) {
  .category-selector[data-state=selected][data-module-type=filter] .categories-list__category:not(.categories-list__category--active) {
    display: none;
  }
  .category-selector[data-state=selected][data-module-type=filter] .categories-list__back-button {
    display: flex;
  }
}
.category-selector .categories-list__subcategory-wrapper ul {
  padding: 0 3.5rem;
  overflow: initial;
}
@media screen and (max-width: 767px) {
  .category-selector {
    padding-top: 1rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .category-selector__header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .category-selector__header-mobile {
    display: none !important;
  }
}
.category-selector__header-mobile h5 {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border: none;
  background: none;
  padding: 0.5rem 1.5rem;
  border-radius: 12px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .category-selector__header-mobile {
    display: flex;
  }
}
.category-selector__mobile-header {
  display: none;
  border: 2px solid #f5f5f7;
  border-radius: 12px;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category-selector__mobile-header {
    display: flex;
  }
}
.category-selector__mobile-header__title {
  display: flex;
  flex: 1;
}
.category-selector__mobile-header__title div {
  margin: 0;
  line-height: 30px;
  color: #303458;
}
.category-selector__mobile-header__title p {
  margin: 0;
  line-height: 30px;
  color: #303458;
}
.category-selector__mobile-header__title .default {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.category-selector__mobile-header__title .default p {
  font-weight: 700;
  display: inline-flex;
  flex: 1;
}
.category-selector__mobile-header__title .default span {
  color: #4955ff;
  font-weight: 700;
}
.category-selector__mobile-header__title .selected {
  display: none;
  flex-direction: row;
  align-items: center;
}
.category-selector__mobile-header__title .remove {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4955ff;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.category-selector__mobile-header__title .remove img {
  width: 12px;
}

@media screen and (max-width: 767px) {
  .categories-list__mobile-background {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
  }
}

.categories-list {
  background: #f5f5f7;
  border-radius: 12px;
  padding: 3.5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .categories-list {
    display: block !important;
  }
}
.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .categories-list {
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    z-index: 1000000;
    padding: 1rem 2rem 1rem 3rem;
    background-color: #ffffff;
  }
  .categories-list .categories-list__back-button {
    top: 0.5rem;
    left: -2rem;
    background-color: #dbdbe9;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .categories-list .categories-list__close-button {
    display: block;
    top: 1.5rem;
    right: 1rem;
  }
  .categories-list .categories-list__selection-button.button {
    display: flex;
  }
  .categories-list .categories-list__selection-button.button p {
    margin: 0;
    color: #ffffff;
  }
  .categories-list .categories-list__selection-button.button .search-in-all-cats {
    display: flex;
  }
  .categories-list .categories-list__selection-button.button .search-in-cat {
    display: none;
  }
}
.categories-list__back-button {
  display: none;
  position: absolute;
  top: 4rem;
  left: 1rem;
  height: 40px;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
}
.categories-list__close-button {
  display: none;
  position: absolute;
  top: 4rem;
  right: 1rem;
  background: none;
  border: none;
}
.categories-list__selection-button.button {
  display: none;
}
.categories-list__selection-button.button span {
  display: inline-flex;
  margin-left: 5px;
  font-weight: 400;
  font-style: italic;
}
.categories-list__items {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .categories-list__items {
    overflow: auto;
  }
}
.categories-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border: none;
  background: none;
  padding: 0.5rem 1.5rem;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .categories-list__item {
    padding: 0.2rem 1.5rem;
  }
}
.categories-list__item:active, .categories-list__item:hover {
  background-color: rgba(73, 85, 255, 0.1);
}
.categories-list__subcategory-wrapper {
  display: none;
}
.categories-list__subcategory-wrapper .categories-list__subcategory-name {
  font-weight: 400;
}
.categories-list__category--active {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.categories-list__category--active .categories-list__subcategory-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .categories-list__category--active .categories-list__subcategory-wrapper {
    overflow: auto;
  }
}
.categories-list__category-icon {
  color: #4955ff;
  margin-right: 1.5rem;
  font-size: 2rem;
}
.categories-list__category-name {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: #303458;
  font-weight: 700;
  text-align: left;
}
.categories-list__category-name:first-letter {
  text-transform: uppercase;
}
.categories-list__subcategory input[type=radio] {
  display: none;
}
.categories-list__subcategory input[type=radio]:checked + label,
.categories-list__subcategory input[type=radio]:checked + a {
  background: #4955ff;
  color: #ffffff;
}
.categories-list__subcategory input[type=radio]:checked + label .categories-list__subcategory-icon,
.categories-list__subcategory input[type=radio]:checked + a .categories-list__subcategory-icon {
  color: inherit;
}
.categories-list__subcategory input[type=radio]:checked + label .categories-list__subcategory-name,
.categories-list__subcategory input[type=radio]:checked + a .categories-list__subcategory-name {
  color: inherit;
}
.categories-list__subcategory input[type=radio]:checked + label .categories-list__subcategory-clear-button,
.categories-list__subcategory input[type=radio]:checked + a .categories-list__subcategory-clear-button {
  display: initial;
}
.categories-list__subcategory-icon {
  color: #4955ff;
  margin-right: 1.5rem;
}
.categories-list__subcategory-name {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: #303458;
  text-align: left;
}
.categories-list__subcategory-name:first-letter {
  text-transform: uppercase;
}
.categories-list__subcategory-clear-button {
  position: relative;
  border: none;
  background: none;
  display: none;
  margin-left: 1rem;
  margin-right: -0.5rem;
}
.categories-list__subcategory-clear-button:after, .categories-list__subcategory-clear-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 2px;
  background: #ffffff;
  border-radius: 1rem;
}
.categories-list__subcategory-clear-button:before {
  transform: rotate(45deg);
}
.categories-list__subcategory-clear-button:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .threads__body .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.threads__body .dashboard__navigation {
  margin: 1rem 0;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .threads__body .dashboard__navigation {
    padding: 0;
    margin: 0;
  }
}
.threads__body .threads__page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.threads__body .threads__page .threads {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads.mobile-no-bg {
    background: transparent;
  }
}
.threads__body .threads__page .threads__content {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads__content {
    flex-direction: column-reverse;
  }
}
.threads__body .threads__page .threads__toasts {
  padding: 0 2rem;
}
.threads__body .threads__page .threads__list-header, .threads__body .threads__page .threads__single-header, .threads__body .threads__page .threads__mobile-header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .threads__body .threads__page .threads__list-header, .threads__body .threads__page .threads__single-header, .threads__body .threads__page .threads__mobile-header {
    gap: 3.4rem;
  }
}
.threads__body .threads__page .threads__list-header-title, .threads__body .threads__page .threads__single-header-title, .threads__body .threads__page .threads__mobile-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 1rem;
}
.threads__body .threads__page .threads__list-header-title > div, .threads__body .threads__page .threads__single-header-title > div, .threads__body .threads__page .threads__mobile-header-title > div {
  display: flex;
}
.threads__body .threads__page .threads__list-header-title .icon-wrapper, .threads__body .threads__page .threads__single-header-title .icon-wrapper, .threads__body .threads__page .threads__mobile-header-title .icon-wrapper {
  background-color: #f5f5f7;
  border-radius: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.threads__body .threads__page .threads__list-header-title .icon-wrapper.threads__body .threads__page .threads__list-header-title .icon-wrapper, .threads__body .threads__page .threads__list-header-title .icon-wrapper .threads__body .threads__page .threads__single-header-title .icon-wrapper, .threads__body .threads__page .threads__list-header-title .icon-wrapper .threads__body .threads__page .threads__mobile-header-title .icon-wrapper--end, .threads__body .threads__page .threads__single-header-title .icon-wrapper.threads__body .threads__page .threads__list-header-title .icon-wrapper, .threads__body .threads__page .threads__single-header-title .icon-wrapper .threads__body .threads__page .threads__single-header-title .icon-wrapper, .threads__body .threads__page .threads__single-header-title .icon-wrapper .threads__body .threads__page .threads__mobile-header-title .icon-wrapper--end, .threads__body .threads__page .threads__mobile-header-title .icon-wrapper.threads__body .threads__page .threads__list-header-title .icon-wrapper, .threads__body .threads__page .threads__mobile-header-title .icon-wrapper .threads__body .threads__page .threads__single-header-title .icon-wrapper, .threads__body .threads__page .threads__mobile-header-title .icon-wrapper .threads__body .threads__page .threads__mobile-header-title .icon-wrapper--end {
  justify-self: flex-end;
}
.threads__body .threads__page .threads__list-header-title p, .threads__body .threads__page .threads__single-header-title p, .threads__body .threads__page .threads__mobile-header-title p {
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: 700;
  color: #000000;
}
.threads__body .threads__page .threads__list-header-title p span, .threads__body .threads__page .threads__single-header-title p span, .threads__body .threads__page .threads__mobile-header-title p span {
  display: inline-block;
  margin-left: 1rem;
  color: #8e8ea2;
  font-weight: 400;
}
.threads__body .threads__page .threads__list-header-title .archived-unread, .threads__body .threads__page .threads__single-header-title .archived-unread, .threads__body .threads__page .threads__mobile-header-title .archived-unread {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #4955ff;
  border-radius: 5px;
  top: 23px;
  right: 5px;
  position: absolute;
}
.threads__body .threads__page .threads__list-header-button, .threads__body .threads__page .threads__single-header-button, .threads__body .threads__page .threads__mobile-header-button {
  padding: 0;
  margin: 0;
  min-width: 26rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .threads__body .threads__page .threads__list-header-button, .threads__body .threads__page .threads__single-header-button, .threads__body .threads__page .threads__mobile-header-button {
    width: 100%;
  }
}
.threads__body .threads__page .threads__list-header-button .button, .threads__body .threads__page .threads__single-header-button .button, .threads__body .threads__page .threads__mobile-header-button .button {
  background-color: #edeeff;
}
.threads__body .threads__page .threads__list-header-button a, .threads__body .threads__page .threads__single-header-button a, .threads__body .threads__page .threads__mobile-header-button a {
  width: 100%;
}
.threads__body .threads__page .threads__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  border-right: 1px solid #f5f5f7;
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .threads__body .threads__page .threads__list {
    padding: 2.4rem 2rem;
    width: 35%;
    min-width: 30rem;
  }
}
.threads__body .threads__page .threads__list-content {
  height: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads__list-content {
    padding: 0;
    overflow-y: auto;
  }
}
.threads__body .threads__page .threads__single {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.threads__body .threads__page .threads__single__back {
  display: flex;
  flex-direction: row;
  padding: 2rem 1rem;
  flex: 1;
  border-bottom: 1px solid #f5f5f7;
  display: none;
}
.threads__body .threads__page .threads__single__back a {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.threads__body .threads__page .threads__single__back-icon {
  display: flex;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
}
.threads__body .threads__page .threads__single__back-icon img {
  width: 15px;
  height: auto;
}
.threads__body .threads__page .threads__single__back-avatar {
  display: flex;
  flex: 0 0 44px;
}
.threads__body .threads__page .threads__single__back-description {
  display: flex;
  flex-direction: column;
  flex: 1;
  word-break: break-word;
}
.threads__body .threads__page .threads__single__back-description h4 {
  color: #303458;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.threads__body .threads__page .threads__single__back-description p {
  color: #303458;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.threads__body .threads__page .threads__single-placeholder {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
}
.threads__body .threads__page .threads__single-placeholder-no-messages {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.threads__body .threads__page .threads__single-placeholder-no-messages img {
  margin-bottom: 4rem;
  max-width: 19rem;
}
.threads__body .threads__page .threads__single-placeholder-no-messages h4 {
  color: #787b93;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.threads__body .threads__page .threads__single-placeholder-no-messages p {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads__single-placeholder {
    display: none;
  }
}
.threads__body .threads__page .threads__single-header {
  flex: 0 0 10rem;
}
.threads__body .threads__page .threads__messages {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  word-break: break-word;
}
.threads__body .threads__page .threads__messages__wrapper {
  display: contents;
}
.threads__body .threads__page .threads__refresh {
  display: inline-block;
  padding: 2rem;
  text-align: right;
  margin: 0;
  color: #8e8ea2;
  font-size: 1.3rem;
  line-height: 1.4;
}
.threads__body .threads__page .threads__refresh .refresh-button {
  margin-left: 0.8rem;
  line-height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: middle;
}
.threads__body .threads__page .threads__refresh .refresh-button .icon {
  margin-right: 0.3rem;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #4955ff;
}
.threads__body .threads__page .threads__refresh .refresh-button span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  color: #4955ff;
}
.threads__body .threads__page .threads__new-helper input {
  display: none;
}
.threads__body .threads__page .threads__new-helper p {
  color: #303458;
  display: none;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .threads__body .threads__page .threads__new-helper p {
    display: flex;
  }
}
.threads__body .threads__page .threads__new-helper label {
  cursor: pointer;
  text-decoration: underline;
  font-size: 1.4rem;
}
.threads__body .threads__page .threads__new-helper label img {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .threads__body .threads__page .threads__new-helper label {
    display: none;
  }
}
.threads__body .threads__page .threads__new-helper input[type=checkbox]:checked + p {
  display: flex;
}
.threads__body .threads__page .threads__new-message {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-bottom: 1px solid #f5f5f7;
}
.threads__body .threads__page .threads__new-message .toast__icon__hint {
  padding-left: 5rem;
}
.threads__body .threads__page .threads__new-message__contact-warning {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
}
.threads__body .threads__page .threads__new-message__header {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads__new-message__header {
    flex-direction: column;
  }
}
.threads__body .threads__page .threads__new-message__header h5 {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline;
  margin-right: 1.2rem;
  margin-bottom: 0;
  word-break: break-word;
}
.threads__body .threads__page .threads__new-message__header a {
  display: flex;
  align-items: center;
}
.threads__body .threads__page .threads__new-message__header a .svg-icon {
  margin-left: 0.4rem;
}
.threads__body .threads__page .threads__new-message p {
  font-size: 1.3rem;
}
.threads__body .threads__page .threads__new-message-buttons {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .threads__body .threads__page .threads__new-message-buttons {
    align-items: center;
  }
}
.threads__body .threads__page .threads__new-message-buttons .form__element {
  margin-bottom: 0;
}
.threads__body .threads__page .threads__new-message-buttons .form__element label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads__new-message-buttons {
    flex-direction: column;
  }
  .threads__body .threads__page .threads__new-message-buttons .form__element label {
    margin-bottom: 1.5rem;
  }
}
.threads__body .threads__page .threads__new-message-buttons .attach-file {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.threads__body .threads__page .threads__new-message-buttons .attach-file__button {
  display: flex;
  justify-content: center;
}
.threads__body .threads__page .threads__new-message-buttons .attach-file__button span {
  display: inline-flex;
  margin-left: 0.6rem;
  align-items: center;
  font-weight: 400;
  color: #4955ff;
}
.threads__body .threads__page .threads__new-message-buttons .actions {
  display: flex;
}
.threads__body .threads__page .threads__new-message-buttons .actions .button span {
  font-weight: 400;
  display: inline-block;
  margin-left: 1rem;
}
.threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread {
  background-color: red;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread {
    background-color: white;
    position: fixed;
    left: 0;
    bottom: 55px;
    width: 100%;
    padding: 1rem 1rem 0.5rem 1rem;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread form {
    display: flex;
    flex-direction: row;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .form__element {
    margin: 0;
    display: flex;
    flex: 1;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .attach-file {
    display: inline-flex;
    flex: 0;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .attach-file .form__element {
    margin: 0;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .attach-file .form__element .file-upload {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .attach-file__button {
    display: flex;
    justify-content: center;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .attach-file__button span {
    display: inline-flex;
    margin-left: 0.6rem;
    align-items: center;
    font-weight: 400;
    color: #4955ff;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .actions {
    display: inline-flex;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .actions .button {
    padding: 0 1rem;
    margin-top: 0.5rem;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .actions .button span {
    font-weight: 400;
    display: inline-block;
    margin-left: 1rem;
  }
  .threads__body .threads__page .threads__new-message .threads__body .threads__page .threads__new-message-thread .actions .button img + span {
    display: none;
  }
}
.threads__body .threads__page .threads__file-info {
  display: none;
  margin-top: 2rem;
}
.threads__body .threads__page .threads__job-offer-post {
  font-size: 1.4rem;
  background-color: #dee0ff;
  padding: 1.2rem;
  padding-left: 2.5rem;
  color: #193380;
  font-weight: 600;
  border-radius: 0.8rem;
  margin: 2.5rem 0;
  text-align: end;
}
.threads__body .threads__page .threads__job-offer-post a:hover {
  text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads {
    flex-direction: column;
  }
  .threads__body .threads__page .threads__list, .threads__body .threads__page .threads__single {
    width: 100%;
  }
  .threads__body .threads__page .threads__single__back {
    display: flex;
  }
  .threads__body .threads__page .threads__list.selected-conversation {
    display: none;
  }
}
.threads__body .threads__page .threads-list__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.threads__body .threads__page .threads-list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 1.2rem;
  padding: 2rem;
  gap: 1.6rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  background: #f5f5f7;
}
@media screen and (max-width: 767px) {
  .threads__body .threads__page .threads-list__item {
    background: #ffffff;
    padding: 1.4rem;
  }
}
.threads__body .threads__page .threads-list__item--active {
  border-color: #4955ff;
  border-width: 1px;
  border-style: solid;
  background-color: #edeeff;
}
.threads__body .threads__page .threads-list__item--unread {
  font-weight: 700;
}
.threads__body .threads__page .threads-list__item-header {
  display: flex;
}
.threads__body .threads__page .threads-list__item--has-new-messages {
  background: rgba(0, 0, 0, 0.05);
}
.threads__body .threads__page .threads-list__item-avatar {
  flex-shrink: 0;
  margin-right: 2rem;
}
.threads__body .threads__page .threads-list__item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  gap: 0.4rem;
  flex: 1;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  word-break: break-word;
}
.threads__body .threads__page .threads-list__item-details.threads__body .threads__page .threads-list__item-details--unread {
  font-weight: 700;
}
.threads__body .threads__page .threads-list__item-details > .text-truncate {
  max-width: 100%;
}
.threads__body .threads__page .threads-list__item-text {
  color: #8c8ca1;
}
.threads__body .threads__page .threads-list__last-message-time {
  margin-left: auto;
  color: #787b93;
}
.threads__body .threads__page .new-message__input-wrapper {
  display: flex;
  background: #f5f5f7;
  border: none;
  border-radius: 12px;
  padding: 1.5rem;
}
.threads__body .threads__page .new-message__input {
  flex: 1;
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-right: 2rem;
}
.threads__body .threads__page .new-message__input:focus {
  outline: none;
}
.threads__body .threads__page .new-message__button {
  min-width: 0 !important;
}
.threads__body .threads-msg {
  display: flex;
  background: rgba(245, 245, 247, 0.5);
  border-radius: 12px;
  padding: 1.6rem;
  margin-bottom: 2rem;
  max-width: 90%;
}
.threads__body .threads-msg--received {
  align-self: flex-start;
}
.threads__body .threads-msg--sent {
  background: #edeeff;
  align-self: flex-end;
}
.threads__body .threads-msg--sent .threads-msg__main-top {
  flex-direction: row-reverse;
}
.threads__body .threads-msg--sent .threads-msg__main-top-user {
  align-items: flex-end;
}
.threads__body .threads-msg--sent .threads-msg__main-urole {
  text-align: end;
}
.threads__body .threads-msg--sent .threads-msg__main-ibox {
  text-align: end;
}
.threads__body .threads-msg--sent .threads-msg__main-otitle {
  text-align: end;
}
.threads__body .threads-msg--sent .threads-msg__main-attachments {
  align-items: flex-end;
}
.threads__body .threads-msg--sent .threads-msg__main-attachments .files .file {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  width: 60px;
  height: 60px;
  margin-left: 1.2rem;
  margin-right: 0;
  background-color: rgba(73, 85, 255, 0.15);
}
.threads__body .threads-msg--sent .threads-msg__main-attachments .files .file img {
  max-width: 140%;
  max-height: 140%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.threads__body .threads-msg--sent .threads-msg__main-attachments .files .file img.other-file {
  min-width: 0;
  min-height: 0;
  width: 50%;
}
.threads__body .threads-msg__main {
  flex: 1 1 0;
}
.threads__body .threads-msg__main-top {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 2rem;
}
.threads__body .threads-msg__main-top-user {
  display: flex;
  flex-direction: column;
  margin: 0 2rem;
  gap: 0.2rem;
  flex: 1;
}
.threads__body .threads-msg__main-top-user a,
.threads__body .threads-msg__main-top-user p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000000;
  margin: 0;
}
.threads__body .threads-msg__main-top-user__role {
  margin: 0;
}
.threads__body .threads-msg__main-top-user__send-data {
  font-weight: 400;
  font-size: 1.2rem;
  color: #8e8ea2;
  line-height: 1.5;
  margin: 0;
}
.threads__body .threads-msg__main-top-user__offer-inquiry {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #31b62d;
  margin: 0;
}
.threads__body .threads-msg__main-urole {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #000000;
  line-height: 1.6rem;
  margin-top: 1rem;
}
.threads__body .threads-msg__main-info {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding: 0 0.6rem 0.6rem;
}
.threads__body .threads-msg__main-info p {
  color: #303458;
  font-size: 1.5rem;
  margin-bottom: 0px;
  line-height: 2.25rem;
}
.threads__body .threads-msg__main-ibox {
  margin-top: 2.2rem;
  background: #ffffff;
  border-radius: 7px;
  padding: 1rem 1.6rem;
  margin-top: 1rem;
}
.threads__body .threads-msg__main-otitle {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration-line: underline;
  color: #4955ff;
  margin-top: 1rem;
}
.threads__body .threads-msg__main-attachments {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.threads__body .threads-msg__main-attachments p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #8e8ea2;
  margin-bottom: 0.8rem;
}
.threads__body .threads-msg__main-attachments .files .file {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  width: 60px;
  height: 60px;
  margin-right: 1.2rem;
  margin-right: 0;
  background-color: rgba(73, 85, 255, 0.15);
}
.threads__body .threads-msg__main-attachments .files .file img {
  max-width: 140%;
  max-height: 140%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.threads__body .threads-msg__main-attachments .files .file img.other-file {
  min-width: 0;
  min-height: 0;
  width: 50%;
}

.secpay-summary__element {
  margin-bottom: 3rem;
}
.secpay-summary__stage {
  margin-left: 1rem;
}
.secpay-summary__item {
  margin-bottom: 2rem;
}
.secpay-summary__item--employer {
  margin-bottom: 0;
}
.secpay-summary__group-label {
  color: #787b93;
  margin-bottom: 1.5rem;
}
.secpay-summary__label {
  color: #787b93;
  margin-bottom: 0.4rem;
}
.secpay-summary__label--message {
  margin-bottom: 2rem;
}
.secpay-summary__value {
  margin-bottom: 0.4rem;
  overflow-wrap: break-word;
}
.secpay-summary__change-btn {
  margin-left: 1rem;
}

.employer-profile {
  color: #787b93;
}
.employer-profile__description {
  margin: 1rem 0 3rem 0;
}
.employer-profile__item {
  margin-bottom: 1rem;
}
.employer-profile__label {
  color: #787b93;
}
.employer-profile__value {
  font-weight: 700;
}

.error-page {
  padding: 5rem 1rem 10rem 1rem;
  text-align: center;
  background-color: #ffffff;
}
.error-page__content-img {
  margin: 1rem 0 3rem 0;
}
.error-page__img-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.error-page__img {
  max-width: 100%;
  height: auto;
}
.error-page__content {
  margin: 4rem 1rem 3rem 1rem;
  padding: 0 3rem;
}
.error-page__header {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.error-page__error {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4rem !important;
  color: #ff3f1a;
}
.error-page__text {
  margin: 0.5rem !important;
  text-align: center;
}
.error-page__btn {
  padding: 5rem 2rem;
}
.error-page__page-root body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #f7f7ff;
}
.error-page__page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.error-page__page-logo {
  width: 100%;
  max-width: 200px;
  max-height: 69px;
}
.error-page__page-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 5.7rem;
  color: #353b64;
  margin: 0;
  margin-bottom: 2.4rem;
  padding: 0;
}
.error-page__page-paragraph {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 190%;
  color: #787b93;
}
.error-page__page-link, .error-page__page-link:hover, .error-page__page-link:visited, .error-page__page-link:active, .error-page__page-link:focus {
  font: inherit;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.1px;
  text-underline-offset: 0.2em;
}

.job-details {
  display: block;
}
.job-details__container {
  margin-top: 1rem;
}
.job-details__status-btn-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .job-details__status-btn-block {
    flex-direction: column-reverse;
  }
}
.job-details__infobar.infobar {
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  padding-bottom: 3.2rem;
}
.job-details__link {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  text-decoration-line: underline;
  color: #303458;
}
.job-details__link:hover {
  text-decoration-line: underline;
}
.job-details__link--secondary {
  text-decoration-line: none;
}
.job-details__link--secondary:hover {
  text-decoration-line: none;
}
.job-details__top {
  padding: 2.4rem 0;
}
.job-details__top .button {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .job-details__top .button {
    margin: 0.5rem 0;
  }
}
.job-details__main {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .job-details__main {
    padding: 4.8rem;
  }
}
.job-details__main-top {
  padding-bottom: 2.4rem;
}
.job-details__main-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 3rem;
  color: #303458;
  margin: 0;
  word-break: break-word;
}
.job-details__main-title--closed {
  color: #787b93;
}
.job-details__main-status {
  margin: 1.2rem 0;
}
.job-details__main-overviews-wrapper {
  margin: 1.2rem auto;
}
@media screen and (min-width: 768px) {
  .job-details__main-overviews-wrapper {
    margin: 2.4rem auto;
  }
}
.job-details__main-desc {
  margin-top: 1.2rem;
  padding: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .job-details__main-desc {
    margin-top: 2.4rem;
    padding: 2.4rem;
  }
}
.job-details__main-desc .text {
  flex: 0 0 100%;
  padding: 0 1.2rem;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .job-details__main-desc .text {
    flex: 0 0 65%;
    padding: 0 2.4rem;
  }
}
.job-details__main-desc .text .title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 2rem;
  color: #303458;
  margin-bottom: 1.2rem;
}
.job-details__main-desc .text .more {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 2rem;
  color: #f5f5f7;
  margin-bottom: 0;
}
.job-details__main-desc .extra {
  flex: 0 0 100%;
  padding: 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .job-details__main-desc .extra {
    flex: 0 0 35%;
    padding: 0 2.4rem;
  }
}
.job-details__main-desc .extra .block {
  display: block;
}
.job-details__main-desc .extra .block:first-child {
  margin-bottom: 1.2rem;
}
.job-details__main-desc .extra .block .title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  color: #303458;
  margin-bottom: 0;
}
.job-details__main-desc .extra .block .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem -0.6rem;
}
.job-details__main-desc .extra .block .list .element {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  color: #787b93;
  margin: 0.6rem;
}
.job-details__offers {
  margin: 4.8rem auto;
  margin-bottom: 0;
}
.job-details__offers-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 2rem;
  color: #303458;
}
.job-details__offers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.job-details__offers-list .element {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 1.2rem;
  margin: 0 auto;
  padding: 1.2rem;
}
.job-details__offers-list .element .breaker {
  display: flex;
  flex: 0 0 100%;
  border-top: 1px solid #f5f5f7;
}
@media screen and (min-width: 768px) {
  .job-details__offers-list .element .breaker {
    display: none;
  }
}
.job-details__offers-list .element .offer-avatar {
  flex: 0 0 auto;
  padding: 2.4rem;
}
.job-details__offers-list .element .offer-avatar img {
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
}
.job-details__offers-list .element .offer-details {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.2rem 1.2rem 0;
}
.job-details__offers-list .element .offer-details:first-child {
  margin-left: 2.4rem;
}
.job-details__offers-list .element .offer-details--fit {
  flex: 0 0 auto;
}
.job-details__offers-list .element .offer-details .info {
  flex: 0 0 auto;
  padding: 1.2rem;
}
.job-details__offers-list .element .offer-details .info__text {
  font-size: 1.2rem;
  color: #787b93;
}
.job-details__offers-list .element .offer-details .info__text--budget {
  color: #00d56d;
  font-weight: 700;
}
.job-details__offers-list .element .offer-show {
  flex: 1;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .job-details__offers-list .element .offer-show {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .job-details__offers-list .element .offer-show {
    border-left: 1px solid #f5f5f7;
  }
}
.job-details__offers-list .element .offer-show a {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  text-decoration: none;
}
.job-details__offers-list .element .offer-show--job-invitation-reply a {
  text-decoration: none;
}
.job-details__offers-list .element .offer-show--no-offer {
  color: #c9cce2;
}
.job-details__btn-wrapper {
  margin: 2rem 0;
}

.job-offer {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 4.8rem;
}
.job-offer__top {
  border-bottom: 1px solid #eeeeee;
}

.job-details-card {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .job-details-card {
    padding: 3.2rem;
  }
}
.job-details-card__header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.job-details-card__description * {
  color: #050505;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  margin-bottom: 0 !important;
  overflow-wrap: anywhere;
  hanging-punctuation: first allow-end last;
}
.job-details-card__divider {
  border: 1px solid #e6e6e6;
  margin: 3.2rem 0;
  width: 100%;
}
.job-details-card__stats {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem 4.8rem;
}
@media screen and (min-width: 768px) {
  .job-details-card__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.job-tags {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .job-tags {
    flex-wrap: nowrap;
  }
}
.job-tags__icon {
  color: #737270;
}
.job-tags__item {
  display: flex;
  height: 3.2rem;
  padding: 1.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  border: 1px solid #e6e6e6;
  color: #737270;
}

.mlang-main {
  display: inline-flex;
  flex-direction: column;
}
.mlang-main--full {
  display: flex;
  width: 100%;
}
.mlang-main__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
  color: #303458;
  margin-bottom: 1.2rem;
}
.mlang-main__controls {
  display: flex;
  margin-bottom: 1.2rem;
  align-items: center;
}
.mlang-main__controls-icon {
  display: inline-flex;
  margin-right: 0.6rem;
  align-items: center;
}
.mlang-main__controls-switch {
  display: inline-flex;
  margin: 0 0.6rem;
  cursor: pointer;
}
.mlang-main__controls-switch .mlang-switch-button {
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  border-radius: 1.2rem;
  color: #787b93;
  padding: 0.6rem 1.2rem;
  transition: all ease-in-out 0.25s;
}
.mlang-main__controls-switch .mlang-switch-button--active {
  color: #303458;
  background: #eceeff;
}
.mlang-main__controls-trigger {
  display: none;
}
.mlang-main__controls-trigger:checked ~ .mlang-switch-button {
  color: #303458;
  background: #eceeff;
}
.mlang-main__controls-global {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  gap: 1rem;
  border: none;
  border-radius: 1.2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
  background: transparent;
  color: #737270;
}
.mlang-main__controls-global.active {
  border-color: #ff9c00;
  color: #ff9c00;
}
.mlang-main__texts-text {
  animation: anim-opacity 1s;
}
.mlang-main__texts-text textarea {
  width: 100%;
  height: 12rem;
  min-height: 12rem;
  max-height: 40rem;
}
.mlang-main__zone {
  display: block;
  min-height: 12rem;
}

.jobs .no-results.panel, .jobs .no-results.job, .jobs .no-results.freelancer-offer,
.offers .no-results.panel,
.offers .no-results.job,
.offers .no-results.freelancer-offer {
  display: flex;
  align-items: center;
  padding: 5.5rem;
}
.jobs .no-results.panel .panel__content, .jobs .no-results.job .panel__content, .jobs .no-results.freelancer-offer .panel__content, .jobs .no-results.panel .job, .jobs .no-results.job .job, .jobs .no-results.freelancer-offer .job, .jobs .no-results.panel .freelancer-offer__wrapper, .jobs .no-results.job .freelancer-offer__wrapper, .jobs .no-results.freelancer-offer .freelancer-offer__wrapper,
.offers .no-results.panel .panel__content,
.offers .no-results.job .panel__content,
.offers .no-results.freelancer-offer .panel__content,
.offers .no-results.panel .job,
.offers .no-results.job .job,
.offers .no-results.freelancer-offer .job,
.offers .no-results.panel .freelancer-offer__wrapper,
.offers .no-results.job .freelancer-offer__wrapper,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper {
  width: 300px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.jobs .no-results.panel .panel__content h4, .jobs .no-results.job .panel__content h4, .jobs .no-results.freelancer-offer .panel__content h4, .jobs .no-results.panel .job h4, .jobs .no-results.job .job h4, .jobs .no-results.freelancer-offer .job h4, .jobs .no-results.panel .freelancer-offer__wrapper h4, .jobs .no-results.job .freelancer-offer__wrapper h4, .jobs .no-results.freelancer-offer .freelancer-offer__wrapper h4,
.jobs .no-results.panel .panel__content img,
.jobs .no-results.job .panel__content img,
.jobs .no-results.freelancer-offer .panel__content img,
.jobs .no-results.panel .job img,
.jobs .no-results.job .job img,
.jobs .no-results.freelancer-offer .job img,
.jobs .no-results.panel .freelancer-offer__wrapper img,
.jobs .no-results.job .freelancer-offer__wrapper img,
.jobs .no-results.freelancer-offer .freelancer-offer__wrapper img,
.jobs .no-results.panel .panel__content p,
.jobs .no-results.job .panel__content p,
.jobs .no-results.freelancer-offer .panel__content p,
.jobs .no-results.panel .job p,
.jobs .no-results.job .job p,
.jobs .no-results.freelancer-offer .job p,
.jobs .no-results.panel .freelancer-offer__wrapper p,
.jobs .no-results.job .freelancer-offer__wrapper p,
.jobs .no-results.freelancer-offer .freelancer-offer__wrapper p,
.offers .no-results.panel .panel__content h4,
.offers .no-results.job .panel__content h4,
.offers .no-results.freelancer-offer .panel__content h4,
.offers .no-results.panel .job h4,
.offers .no-results.job .job h4,
.offers .no-results.freelancer-offer .job h4,
.offers .no-results.panel .freelancer-offer__wrapper h4,
.offers .no-results.job .freelancer-offer__wrapper h4,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper h4,
.offers .no-results.panel .panel__content img,
.offers .no-results.job .panel__content img,
.offers .no-results.freelancer-offer .panel__content img,
.offers .no-results.panel .job img,
.offers .no-results.job .job img,
.offers .no-results.freelancer-offer .job img,
.offers .no-results.panel .freelancer-offer__wrapper img,
.offers .no-results.job .freelancer-offer__wrapper img,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper img,
.offers .no-results.panel .panel__content p,
.offers .no-results.job .panel__content p,
.offers .no-results.freelancer-offer .panel__content p,
.offers .no-results.panel .job p,
.offers .no-results.job .job p,
.offers .no-results.freelancer-offer .job p,
.offers .no-results.panel .freelancer-offer__wrapper p,
.offers .no-results.job .freelancer-offer__wrapper p,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper p {
  margin-bottom: 2rem;
}
.jobs .no-results.panel .panel__content h4, .jobs .no-results.job .panel__content h4, .jobs .no-results.freelancer-offer .panel__content h4, .jobs .no-results.panel .job h4, .jobs .no-results.job .job h4, .jobs .no-results.freelancer-offer .job h4, .jobs .no-results.panel .freelancer-offer__wrapper h4, .jobs .no-results.job .freelancer-offer__wrapper h4, .jobs .no-results.freelancer-offer .freelancer-offer__wrapper h4,
.jobs .no-results.panel .panel__content p,
.jobs .no-results.job .panel__content p,
.jobs .no-results.freelancer-offer .panel__content p,
.jobs .no-results.panel .job p,
.jobs .no-results.job .job p,
.jobs .no-results.freelancer-offer .job p,
.jobs .no-results.panel .freelancer-offer__wrapper p,
.jobs .no-results.job .freelancer-offer__wrapper p,
.jobs .no-results.freelancer-offer .freelancer-offer__wrapper p,
.offers .no-results.panel .panel__content h4,
.offers .no-results.job .panel__content h4,
.offers .no-results.freelancer-offer .panel__content h4,
.offers .no-results.panel .job h4,
.offers .no-results.job .job h4,
.offers .no-results.freelancer-offer .job h4,
.offers .no-results.panel .freelancer-offer__wrapper h4,
.offers .no-results.job .freelancer-offer__wrapper h4,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper h4,
.offers .no-results.panel .panel__content p,
.offers .no-results.job .panel__content p,
.offers .no-results.freelancer-offer .panel__content p,
.offers .no-results.panel .job p,
.offers .no-results.job .job p,
.offers .no-results.freelancer-offer .job p,
.offers .no-results.panel .freelancer-offer__wrapper p,
.offers .no-results.job .freelancer-offer__wrapper p,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper p {
  text-align: center;
}
.jobs .no-results.panel .panel__content a, .jobs .no-results.job .panel__content a, .jobs .no-results.freelancer-offer .panel__content a, .jobs .no-results.panel .job a, .jobs .no-results.job .job a, .jobs .no-results.freelancer-offer .job a, .jobs .no-results.panel .freelancer-offer__wrapper a, .jobs .no-results.job .freelancer-offer__wrapper a, .jobs .no-results.freelancer-offer .freelancer-offer__wrapper a,
.offers .no-results.panel .panel__content a,
.offers .no-results.job .panel__content a,
.offers .no-results.freelancer-offer .panel__content a,
.offers .no-results.panel .job a,
.offers .no-results.job .job a,
.offers .no-results.freelancer-offer .job a,
.offers .no-results.panel .freelancer-offer__wrapper a,
.offers .no-results.job .freelancer-offer__wrapper a,
.offers .no-results.freelancer-offer .freelancer-offer__wrapper a {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .jobs .no-results.panel .panel__content, .jobs .no-results.job .panel__content, .jobs .no-results.freelancer-offer .panel__content, .jobs .no-results.panel .job, .jobs .no-results.job .job, .jobs .no-results.freelancer-offer .job, .jobs .no-results.panel .freelancer-offer__wrapper, .jobs .no-results.job .freelancer-offer__wrapper, .jobs .no-results.freelancer-offer .freelancer-offer__wrapper,
  .offers .no-results.panel .panel__content,
  .offers .no-results.job .panel__content,
  .offers .no-results.freelancer-offer .panel__content,
  .offers .no-results.panel .job,
  .offers .no-results.job .job,
  .offers .no-results.freelancer-offer .job,
  .offers .no-results.panel .freelancer-offer__wrapper,
  .offers .no-results.job .freelancer-offer__wrapper,
  .offers .no-results.freelancer-offer .freelancer-offer__wrapper {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .jobs .no-results.panel, .jobs .no-results.job, .jobs .no-results.freelancer-offer,
  .offers .no-results.panel,
  .offers .no-results.job,
  .offers .no-results.freelancer-offer {
    padding: 5.5rem 2rem;
  }
}

.offer-screen {
  display: block;
  max-width: 1000px;
  padding: 0 1.2rem;
  margin: auto;
}
.offer-screen p {
  margin-bottom: 2.4rem;
}
.offer-screen__link {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  text-decoration-line: underline;
  color: #303458;
}
.offer-screen__link:hover {
  text-decoration-line: underline;
}
.offer-screen__link--secondary {
  text-decoration-line: none;
}
.offer-screen__link--secondary:hover {
  text-decoration-line: none;
}
.offer-screen__main {
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
}
.offer-screen__top {
  padding: 2.4rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .offer-screen__top {
    padding: 2.4rem 4.8rem;
  }
}
.offer-screen__head {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 0.6rem;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  .offer-screen__head {
    padding: 0 2.4rem;
  }
}
.offer-screen__head-part {
  flex: 0 0 100%;
  padding: 1.2rem 0.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .offer-screen__head-part {
    padding: 1.2rem 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .offer-screen__head-part:first-child {
    flex: 0 0 60%;
  }
}
.offer-screen__head-part:last-child {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .offer-screen__head-part {
    flex: 0 0 40%;
  }
}
.offer-screen__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 3rem;
  color: #303458;
  margin: 0 0 1.2rem 0;
}
.offer-screen__name {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  color: #303458;
  margin: 0 0 1.2rem 0;
}
.offer-screen__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #787b93;
}
.offer-screen__meta {
  display: flex;
  width: 100%;
  padding: 2.4rem 0.6rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .offer-screen__meta {
    padding: 2.4rem 3.6rem;
    justify-content: normal;
  }
}
.offer-screen__meta-text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  color: #787b93;
  margin: 0 1.2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .offer-screen__meta-text {
    display: inline-flex;
  }
}
.offer-screen__meta-text--secondary {
  margin-left: 4.8rem;
}
.offer-screen__meta-date {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  color: #303458;
  margin: 0 1.2rem;
}
.offer-screen__row {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 2.4rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .offer-screen__row {
    padding: 2.4rem 4.8rem;
  }
}
.offer-screen__row-br {
  display: flex;
  width: 100%;
}
.offer-screen__row-br p {
  color: #303458;
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.offer-screen__row-br b {
  color: #ff3f1a;
}
.offer-screen__user-type {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.offer-screen__user-type--primary {
  color: #00d56d;
}
.offer-screen__user-type--secondary {
  color: #2f42ed;
}
.offer-screen__user {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  border-radius: 1.2rem;
  background-color: #f5f5f7;
}
.offer-screen__user .user-avatar {
  flex: 0 0 auto;
  padding: 1.2rem 1.2rem 1.2rem 0;
}
.offer-screen__user .user-avatar img {
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}
.offer-screen__user .user-data {
  display: flex;
  align-items: center;
}
.offer-screen__user .user-data span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  color: #787b93;
}
.offer-screen__user .user-data span b {
  font-size: 1.5rem;
  color: #2f42ed;
}
.offer-screen__content {
  display: block;
  width: 100%;
  padding: 1.2rem 1.2rem 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .offer-screen__content {
    padding: 1.2rem 4.8rem 0 4.8rem;
  }
}
.offer-screen__ctitle {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  color: #303458;
}
.offer-screen__ctext {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 2rem;
  color: #787b93;
}
.offer-screen__ctext b,
.offer-screen__ctext span,
.offer-screen__ctext i {
  display: block;
}
.offer-screen__ctext--markdown {
  font-size: 1.4rem;
  word-break: break-word;
}
.offer-screen__ctext--markdown * {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
}
.offer-screen__ctext--markdown p {
  margin-bottom: 1rem;
}
.offer-screen__ctext--markdown p br {
  display: inherit;
}
.offer-screen__ctext--markdown a {
  color: #4955ff;
}
.offer-screen__ctext--markdown a:hover {
  color: #0047ff;
}
.offer-screen__ctext--markdown strong {
  font-weight: 700;
}
.offer-screen__ctext--markdown ol,
.offer-screen__ctext--markdown ul {
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.offer-screen__footer {
  display: flex;
  width: 100%;
  padding: 2.4rem;
  align-items: center;
  justify-content: space-between;
  background-color: #eceeff;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .offer-screen__footer {
    padding: 2.4rem 3.6rem;
  }
}
.offer-screen__footer-element {
  display: inline-block;
  margin: 0 1.2rem;
}
.offer-screen__footer a,
.offer-screen__footer span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  color: #303458;
}
.offer-screen__footer a {
  text-decoration: underline;
}
.offer-screen__footer .button-group > *.button:first-child {
  margin-bottom: 2rem;
}
.offer-screen__steps {
  padding: 1.2rem 4.8rem 0 4.8rem;
}
.offer-screen__steps.deals-padding {
  padding: 2rem;
}
.offer-screen__steps h2 {
  font-size: 2.5rem;
}
.offer-screen__steps h4 {
  font-size: 2rem;
}
.offer-screen__steps p {
  color: #303458;
}
.offer-screen__steps .offer-screen__step {
  margin: 3rem 0;
  display: none;
}
.offer-screen__steps .offer-screen__step__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
  display: inline-flex;
  align-items: center;
}
.offer-screen__steps .offer-screen__step__title span {
  display: inline-flex;
  margin-left: 1rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.offer-screen__steps .offer-screen__step__headline {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.offer-screen__steps .offer-screen__step__text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.offer-screen__steps .offer-screen__step__text.price {
  color: #00d56d;
  font-weight: 700;
}
.offer-screen__steps .offer-screen__step.active {
  display: block;
}
.offer-screen--removed p {
  margin-bottom: 0;
}
.offer-screen--removed__title {
  font-size: 4.8rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.offer-screen--removed__main {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
}
.offer-screen--removed__main__image {
  display: block;
}
.offer-screen--removed__main__text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
}
.offer-screen .svg-icon.svg-icon--normal {
  font-size: 1.6rem;
  width: 1.4em;
  height: 1.4em;
  line-height: 1em;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.offer-screen .svg-icon.svg-icon--normal > svg {
  width: 1em;
  height: 1em;
}

.opinion-flex {
  display: flex;
  width: 100%;
}
.opinion-flex__main {
  flex: 1;
}
.opinion-flex__main-postdata {
  display: flex;
  align-items: center;
}
.opinion-flex__main-postdata b {
  font-weight: 700;
  font-size: 1.6rem;
  color: #303458;
  margin-right: 1.2rem;
}
.opinion-flex__main-postdata span {
  color: #787b93;
  font-size: 1.4rem;
  line-height: 1;
}
.opinion-flex__main-content {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: #f5f5f7;
  border-radius: 1.2rem;
  padding: 1.2rem;
}

.radio-selectblock {
  display: flex;
  margin: 0 -1.2rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .radio-selectblock {
    flex-direction: row;
  }
}
.radio-selectblock__option {
  flex: 1;
  margin: 1.2rem;
  background-color: #f5f5f7;
  border: 1px solid #f5f5f7;
  transition: all ease-in-out 0.25s;
  border-radius: 1.2rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.radio-selectblock__name {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.4rem;
}
.radio-selectblock__info {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
}
.radio-selectblock__info--primary {
  color: #00d56d;
}
.radio-selectblock__info--secondary {
  color: #2f42ed;
}
.radio-selectblock__desc {
  margin-top: 1.2rem;
  font-size: 1.1rem;
}
.radio-selectblock__control {
  display: none;
}
.radio-selectblock__control:checked + .radio-selectblock__option {
  border: 1px solid #2f42ed;
}

.blog_section .app__main {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .blog_section .app__main .recent {
    display: none;
  }
}
.blog_section .app__main .recent h3 {
  font-size: 2rem;
}
.blog_section .app__main .recent .recent-entry .title {
  font-size: 1.4rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
  display: inline-block;
  margin-bottom: 1em;
}
.blog_section .app__main .recent .recent-entry .published {
  font-size: 1.2rem;
  color: #787b93;
}
.blog_section .app__main .recent .recent-entry .published a {
  color: #303458;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .blog_section .app__sidebar {
    display: none;
  }
}
.blog_section .pagination {
  justify-content: center;
}
.blog_section .nav-back {
  padding: 5rem 0;
}
@media screen and (max-width: 575px) {
  .blog_section .nav-back {
    padding: 2rem 0;
  }
}
.blog_section .nav-back a {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  color: #303458;
  margin-bottom: 1rem;
  display: inline-block;
}
.blog_section .last-entries {
  margin-top: 5rem;
}
.blog_section .last-entries h3 {
  margin-bottom: 0;
}
.blog_section .last-entries .blog-entries-list {
  margin-top: 1rem;
}
.blog_section .blog-header {
  position: relative;
  display: flex;
  height: 240px;
  overflow: hidden;
  margin-top: -1rem;
}
.blog_section .blog-header .text {
  display: flex;
  flex: 1;
  align-items: center;
}
.blog_section .blog-header .text h1 {
  font-size: 3.2em;
  margin-bottom: 0;
}
.blog_section .blog-header .image {
  position: relative;
}
.blog_section .blog-header:before {
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(100% - 230px);
  content: ".";
  background-image: url("data:image/svg+xml,%3Csvg width='555' height='343' viewBox='0 0 555 343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M362.395 262.652C317.7 255.828 277.541 208.642 226.658 191.528C175.776 174.414 114.257 187.42 82.7382 166.519C51.1805 145.481 49.7976 90.6342 59.9472 39.3212C70.2327 -12.0308 92.0023 -59.7612 128.324 -74.9576C164.732 -90.1055 215.606 -72.7679 254.179 -58.8182C292.801 -44.9559 319.084 -34.6173 363.27 -22.1298C407.543 -9.59385 469.593 4.9066 496.369 42.6156C523.008 80.3635 514.334 141.184 485.377 188.474C456.332 235.716 407.139 269.389 362.395 262.652Z' fill='%23E3E3EA'/%3E%3C/svg%3E%0A");
  height: 343px;
  width: 555px;
}
@media screen and (max-width: 575px) {
  .blog_section .blog-header {
    height: auto;
    padding: 2rem 0;
  }
  .blog_section .blog-header .text h1 {
    font-size: 2rem;
  }
  .blog_section .blog-header .image {
    display: none;
  }
  .blog_section .blog-header:before {
    display: none;
  }
}
.blog_section .blog-entry {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .blog_section .blog-entry {
    height: auto;
  }
}
.blog_section .blog-entry .image {
  height: 338px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .blog_section .blog-entry .image {
    height: 140px;
  }
}
.blog_section .blog-entry .image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.blog_section .blog-entry .content {
  padding: 3rem;
}
.blog_section .blog-entry .content a {
  color: #4955ff;
  font-weight: 400;
}
.blog_section .blog-entry .content .published {
  font-size: 1.2rem;
  color: #787b93;
}
.blog_section .blog-entry .content img {
  width: 100%;
}
.blog_section .blog-entry.full .image {
  height: 375px;
}
@media screen and (max-width: 575px) {
  .blog_section .blog-entry.full .image {
    height: 140px;
  }
}
.blog_section .blog-entry.full .tags-container {
  margin-top: 2rem;
}
.blog_section .blog-entry.full .tags-container h4 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #303458;
}
.blog_section .blog-entry.full .tags-container .tags-container {
  display: flex;
  flex-direction: row;
}
.blog_section .blog-entry.full .tags-container .tags-container .tag {
  padding: 0.2rem 1rem;
  border: 1px solid #e7e8ef;
  color: #303458;
}
.blog_section .blog-entries-list {
  margin-top: 2rem;
}
.blog_section .blog-entries-list .blog-entry {
  margin-top: 2rem;
}
.blog_section .blog-entries-list .blog-entry .content {
  margin-top: 1rem;
  padding: 2rem;
}
.blog_section .blog-entries-list .blog-entry .content h2 {
  font-size: 2rem;
}
.blog_section .blog-entries-list .blog-entry .image {
  height: 215px;
}
@media screen and (max-width: 575px) {
  .blog_section .blog-entries-list .blog-entry .image {
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  .blog_section .blog-entries-list {
    margin-top: 0;
  }
}
.blog_section .blog-sidebar {
  margin-top: -2rem;
}

.contact_section .app__main {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contact_section .app__main .section .section__element + .section__element {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_section .section__image {
    display: none;
  }
}
.contact_section .section__element div[class*=col-] {
  margin-top: 5rem;
}

.tags-input,
.combined-tags-input {
  display: flex;
}
.tags-input select,
.combined-tags-input select {
  display: none;
}
.tags-input__startup-placeholder,
.combined-tags-input__startup-placeholder {
  padding: calc(0.5rem + 8px) calc(1rem + 8px);
  display: flex;
  background: #f5f5f7;
  border-radius: 1rem;
  color: #787b93;
}
.tags-input__input,
.combined-tags-input__input {
  padding: 0;
  font-size: 1.4rem;
  min-height: auto;
}
.tags-input__input-selected,
.combined-tags-input__input-selected {
  padding: 0.5rem 1rem;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
.tags-input__input-selected-item,
.combined-tags-input__input-selected-item {
  padding-right: 30px;
  margin: 3px;
  position: relative;
}
.tags-input__input-selected-item .close,
.combined-tags-input__input-selected-item .close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 3.4rem;
  margin: auto;
}
.tags-input__input-selected-item + .tags-input__input-selected-item,
.tags-input__input-selected-item + .combined-tags-input__input-selected-item,
.combined-tags-input__input-selected-item + .tags-input__input-selected-item,
.combined-tags-input__input-selected-item + .combined-tags-input__input-selected-item {
  margin-left: 5px;
}
.tags-input__input-dropdown,
.combined-tags-input__input-dropdown {
  display: none;
  position: absolute;
  top: 106%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  z-index: 10;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .tags-input__input-dropdown,
  .combined-tags-input__input-dropdown {
    position: relative;
    margin-top: 1rem;
    max-height: none;
    overflow-y: auto;
  }
}
.tags-input__input-dropdown ul,
.combined-tags-input__input-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags-input__input-dropdown ul li,
.combined-tags-input__input-dropdown ul li {
  cursor: pointer;
  padding: 1rem 2rem;
  border-bottom: 1px solid #eeeeee;
}
.tags-input__input-dropdown ul li:last-child,
.combined-tags-input__input-dropdown ul li:last-child {
  border-bottom: 0;
}
.tags-input__input-input,
.combined-tags-input__input-input {
  display: inline-flex;
  padding: 5px;
  margin: 3px;
}
.tags-input__input-input-placeholder,
.combined-tags-input__input-input-placeholder {
  color: #787b93;
}
.tags-input__input-input-editable,
.combined-tags-input__input-input-editable {
  outline: none;
  cursor: text;
  min-width: 1px;
}
.tags-input__suggestions,
.combined-tags-input__suggestions {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.tags-input__suggestions-item,
.combined-tags-input__suggestions-item {
  padding: 5px 10px;
  margin: 3px;
  background: #ffffff;
  color: #303458;
  border: 1px solid #303458;
  border-radius: 1rem;
  cursor: pointer;
}
.tags-input__suggestions-label,
.combined-tags-input__suggestions-label {
  flex: 100%;
  padding: 1rem 0;
  color: #787b93;
}

.luxmed__logo {
  width: auto;
  height: 2.4rem;
}

.luxmed--header-image img {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .luxmed--header-image img {
    max-width: 100%;
  }
}

.luxmed-tab {
  flex: 0 0 33.3333333333%;
  background-color: #ffffff;
  border-radius: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.luxmed-tab:first-child {
  margin: 1.2rem;
}
@media screen and (min-width: 768px) {
  .luxmed-tab:first-child {
    margin: 0;
  }
}
.luxmed-tab:last-child {
  margin: 1.2rem;
}
@media screen and (min-width: 768px) {
  .luxmed-tab:last-child {
    margin: 0;
  }
}
.luxmed-tab--border {
  border: 1px solid #4955ff;
}
.luxmed-tab__row {
  padding: 2.4rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow-x: visible;
}
.luxmed-tab__row:last-child {
  border-bottom: 0;
}
.luxmed-tab__row--magic-field:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -2.5rem;
  width: 2.4rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .luxmed-tab__row--magic-field:after {
    display: block;
  }
}
.luxmed-tab__row--text {
  padding: 0;
}
.luxmed-tab__row--text > div {
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .luxmed-tab__row--text > div {
    height: 30rem;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .luxmed-tab__row--text > div {
    height: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .luxmed-tab__row--text > div {
    height: 34rem;
  }
}
.luxmed-tab__row--text > div > b {
  margin-bottom: 2.4rem;
}
.luxmed-tab__row--text > div > p {
  opacity: 0.8;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .luxmed-tab__row--text--short > div {
    height: 14rem;
  }
}
.luxmed-tab__row--line {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .luxmed-tab__row--line {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
  }
}
.luxmed-tab__row > h3 {
  width: 100%;
  margin-bottom: 0;
}
.luxmed-tab__row > span {
  margin-top: 1.2rem;
  text-align: center;
}
.luxmed-tab__row > span > a {
  text-decoration: underline;
  color: #303458;
  font-weight: 400;
}
.luxmed-tab__row img {
  max-width: 30px;
}
.luxmed-tab__row-ghost {
  background-color: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: calc(-100% + 2.3rem);
  width: calc(100% - 2.4rem);
  padding: 2.4rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .luxmed-tab__row-ghost {
    display: block;
  }
}
.luxmed-tab__row-ghost--first {
  border-top-left-radius: 1.2rem;
}
.luxmed-tab__row-ghost--last {
  border-bottom-left-radius: 1.2rem;
}
.luxmed-tab__row-ghost--img {
  background-color: transparent;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .luxmed-tab__row-ghost--img {
    display: flex;
  }
}
.luxmed-tab__row-ghost--img > img {
  max-width: 100%;
}
.luxmed-tab__price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #303458;
  padding-bottom: 2.4rem;
  align-items: center;
}
.luxmed-tab__price > b {
  border: 1px solid #e7e8ef;
  padding: 1.2rem;
  font-size: 1.2rem;
  border-radius: 1.2rem;
}
.luxmed-tab__price > div {
  color: #303458;
  text-align: right;
}
.luxmed-tab__price > div > b {
  font-size: 3rem;
  display: block;
  line-height: 3.9rem;
}
.luxmed-tab__price > div > span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
}

.public-info {
  overflow: hidden;
}
.public-info p {
  color: #323759;
}
.public-info__header-freelancer p a {
  text-decoration: underline;
}
.public-info__header-freelancer h1 em {
  font-style: normal;
}
.public-info__header-freelancer h1 img {
  max-height: 22px;
}
@media screen and (max-width: 767px) {
  .public-info__header-freelancer h1 img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .public-info__header-freelancer-image img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .public-info__header-freelancer.popup {
    flex-direction: column-reverse;
  }
}
.public-info__main-header {
  color: #4a518a;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4rem;
}
.public-info__header-for-employer em {
  font-style: normal;
}
.public-info__header-for-employer p {
  max-width: 1084px;
  text-align: center;
  color: #787b93;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.public-info__header-for-employer h4 {
  color: #787b93;
  font-size: 2.5rem;
}
.public-info .useme-legal-employer {
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions {
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
}
.public-info__descriptions__content {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.public-info__descriptions__content input[type=radio] {
  display: none;
}
.public-info__descriptions__content label {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .public-info__descriptions__content > label {
    display: inline-flex;
    flex: 1;
    padding: 10px;
    grid-row: 1;
    color: #4955ff;
    background-color: #edeeff;
    justify-content: center;
  }
  .public-info__descriptions__content input:checked + label {
    background-color: #ffffff;
    cursor: initial;
  }
  .public-info__descriptions__content input:checked + label + .description-item {
    display: flex;
    grid-row: 2;
    grid-column: span 2;
  }
}
.public-info__descriptions__content .description-item {
  display: flex;
}
.public-info__descriptions__content .description-item .panel__content, .public-info__descriptions__content .description-item .job, .public-info__descriptions__content .description-item .freelancer-offer__wrapper {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content .description-item .form-group__input__button {
    max-width: 70%;
  }
}
.public-info__descriptions__content .description-item .form-group__input__button button.button {
  min-width: 180px;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content .description-item {
    display: none;
    box-shadow: none;
  }
}
.public-info__descriptions__content h2 {
  margin-bottom: 50px;
  width: 70%;
}
@media screen and (min-width: 992px) {
  .public-info__descriptions__content h2 {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .public-info__descriptions__content h2 {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content h2 {
    margin-bottom: 20px;
  }
}
.public-info__descriptions__content p {
  max-width: 90%;
}
.public-info__descriptions__content > div {
  display: flex;
  flex: 0 0 46%;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content > div {
    flex: none;
  }
}
.public-info__descriptions__content__image {
  position: absolute;
  right: -30px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content__image {
    display: none;
  }
}
.public-info__descriptions__content__image img {
  align-self: baseline;
  max-height: 150px;
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content__image img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .public-info__descriptions__content__image {
    margin-top: 2rem;
    height: auto;
  }
  .public-info__descriptions__content__image img {
    width: 100%;
  }
}
.public-info-slides {
  margin-top: 5rem !important;
}
.public-info-slides__box {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .public-info-slides__box {
    justify-content: space-between;
  }
}
.public-info-slides__box__step {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 0 0 100%;
  padding: 1.2rem;
  box-sizing: border-box;
}
.public-info-slides__box__step--active {
  display: flex;
}
.public-info-slides__box__step h3 {
  font-size: 2rem;
}
.public-info-slides__box__step h3,
.public-info-slides__box__step p {
  text-align: center;
}
.public-info-slides__box__step p {
  color: #787b93;
}
@media screen and (min-width: 768px) {
  .public-info-slides__box__step {
    flex-basis: 30%;
    display: flex !important;
  }
}
.public-info-slides__box__step .image {
  height: 220px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.public-info-slides__box__step .image img {
  max-width: 80%;
}
.public-info-slides__box__step .image .left-arrow {
  position: absolute;
  left: 0;
  width: 50%;
  top: 40%;
  transform: translate(-40%, -50%);
}
@media screen and (max-width: 767px) {
  .public-info-slides__box__step .image .left-arrow {
    display: none;
  }
}
.public-info-slides__box__step .image .right-arrow {
  position: absolute;
  right: 0;
  width: 50%;
  top: 40%;
  transform: translate(40%, -50%);
}
@media screen and (max-width: 767px) {
  .public-info-slides__box__step .image .right-arrow {
    display: none;
  }
}
.public-info-slides__mobile-balls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .public-info-slides__mobile-balls {
    display: none;
  }
}
.public-info-slides__mobile-balls .ball {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.4rem;
  background: #787b93;
  border: 2px solid #ffffff;
  cursor: pointer;
  border-radius: 50%;
}
.public-info-slides__mobile-balls .ball.active {
  background: #4955ff;
  border: 2px solid #4955ff;
}
.public-info__partners {
  overflow: hidden;
}
.public-info__partners p {
  color: #9899ac;
}
.public-info__items {
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .public-info__items {
    padding: 0;
    flex-direction: column;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .public-info__items-wrapper .container {
    padding-right: 0;
    max-width: 100%;
  }
}
.public-info__items-single {
  display: flex;
  flex-direction: column;
  width: 260px;
  margin: 0 5rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .public-info__items-single {
    margin: 0 2.5rem;
  }
}
.public-info__items-single h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.public-info__items-single p {
  color: #787b93;
  text-align: center;
  display: inline-flex;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .public-info__items-single {
    align-items: flex-start;
    margin: 3rem 0;
    width: auto;
  }
  .public-info__items-single h2,
  .public-info__items-single p,
  .public-info__items-single button.button {
    max-width: 60%;
  }
  .public-info__items-single h2,
  .public-info__items-single p {
    text-align: left;
  }
}
.public-info__items-single-image {
  height: 190px;
}
.public-info__items-single-image.opacity {
  opacity: 0.1;
}
.public-info__items-single-image img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .public-info__items-single-image {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.public-info__case-study__contents {
  display: flex;
  flex-direction: row;
  width: 300%;
}
.public-info__case-study .content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
  display: flex;
  flex-direction: row;
  padding: 2rem;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .public-info__case-study .content {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
}
.public-info__case-study .content .text {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  flex: 3;
}
@media screen and (max-width: 767px) {
  .public-info__case-study .content .text {
    order: 1;
    padding: 2rem;
  }
}
.public-info__case-study .content .text .headline {
  font-weight: 700;
  font-size: 1.1rem;
  color: #303458;
  text-transform: uppercase;
  margin-bottom: 0;
}
.public-info__case-study .content .text h2 {
  margin-bottom: 2rem;
}
.public-info__case-study .content .text p {
  color: #787b93;
}
.public-info__case-study .content .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #edeeff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .public-info__case-study .content .image {
    order: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.public-info__case-study .content .image img {
  width: 80%;
  user-drag: none;
  -webkit-user-drag: none;
}
.public-info__contact-form {
  display: flex;
  flex-direction: row;
  gap: 8rem;
}
@media screen and (max-width: 991px) {
  .public-info__contact-form {
    flex-direction: column;
    gap: 0;
  }
}
.public-info__contact-form .description,
.public-info__contact-form .form-1,
.public-info__contact-form .form-2 {
  display: flex;
  flex-direction: column;
  flex: 2;
}
.public-info__contact-form .description span.asteriskField,
.public-info__contact-form .form-1 span.asteriskField,
.public-info__contact-form .form-2 span.asteriskField {
  display: none;
}
.public-info__contact-form .description .texts {
  display: flex;
  flex-direction: column;
  order: 0;
}
.public-info__contact-form .description .texts a {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .public-info__contact-form .description .texts {
    order: 2;
    margin-bottom: 2rem;
  }
}
.public-info__contact-form .description img {
  display: inline-flex;
  order: 1;
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  .public-info__contact-form .description img {
    margin-bottom: 2rem;
  }
}
.public-info__contact-form .form-2 {
  flex: 3;
}
.public-info__contact-form .form-2 textarea {
  min-height: 164px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 1rem 2rem;
}
.public-info__contact-form .form-2 button {
  float: right;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.partners-list__title {
  display: block;
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #9899ac;
}
.partners-list__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1.2rem;
  padding: 0 0.6rem;
  animation: 50s slide 1s infinite linear;
}
@media screen and (min-width: 992px) {
  .partners-list__wrapper {
    gap: 8.9rem;
    padding: 0 4.45rem;
  }
}
.partners-list__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 8.5rem;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  .partners-list__logo {
    height: 10rem;
  }
}
.partners-list__logo img {
  width: auto;
  max-width: 13rem;
}
.partners-list.partners-list--dark .partners-list__logo {
  opacity: 0.3;
  filter: invert(1) grayscale(1) brightness(4);
}
html[lang=en] .partners-list .logo-slider--animated .partners-list__list {
  width: 142rem;
}
html[lang=pl] .partners-list .logo-slider--animated .partners-list__list {
  width: 113.6rem;
}

.how-much-costs {
  font-size: 1.8rem;
}
.how-much-costs__top {
  background: #ffffff;
  color: #4a518a;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .how-much-costs__top {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.how-much-costs__top-title {
  color: #4a518a;
  font-size: 4.8rem;
}
.how-much-costs__top-text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #787b93;
}
.how-much-costs__descriptions {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.how-much-costs__descriptions-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #303458;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .how-much-costs__descriptions-title {
    font-size: 38px;
  }
}
.how-much-costs .section [class^=col] {
  /* this is unnecessary reset, caused by .section [class^='col'] */
  /* TODO: refactor .section */
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .how-much-costs .section [class^=col] {
    justify-content: flex-start;
  }
}
.how-much-costs__descriptions__image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  min-height: 200px;
  max-height: 400px;
}
@media screen and (min-width: 992px) {
  .how-much-costs__descriptions__image {
    width: 60%;
    height: 300px;
    align-items: flex-start;
  }
}
.how-much-costs__descriptions__image > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (min-width: 992px) {
  .how-much-costs__descriptions__image > img {
    width: 80%;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
.how-much-costs__calculator {
  padding: 9rem 0;
}

.profile-edit__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .profile-edit__header {
    flex-direction: column;
  }
}
.profile-edit__header h3 {
  line-height: 72px;
}
@media screen and (min-width: 768px) {
  .profile-edit__header h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile-edit__header h3 {
    margin-bottom: 0;
  }
}
.profile-edit__header-top-line {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.profile-edit__header-user-avatar {
  display: flex;
  flex: 0 0 100px;
}
.profile-edit__header-description {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .profile-edit__header__button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .profile-edit__header-navigation {
    margin-bottom: 1.5rem !important;
  }
}
.profile-edit__about-me .about-me-field {
  display: none;
}
.profile-edit__about-me .about-me-field.active {
  display: flex;
}
.profile-edit__about-me .language-selection {
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
}
.profile-edit__about-me .language-selection .lang {
  padding: 0.5rem 2rem;
  border-radius: 2.5rem;
  cursor: pointer;
}
.profile-edit__about-me .language-selection .lang.active {
  cursor: initial;
  background-color: #4955ff;
  color: #ffffff;
}

.dashboard .form__input, .dashboard .form__textarea, .dashboard .tags-input__input,
.dashboard .combined-tags-input__input {
  background-color: #ffffff;
  min-height: 5rem;
}
.dashboard .form__element[id$=tax_office] .selectize-input .item {
  white-space: wrap !important;
}
.dashboard__links {
  flex: 1;
}
.dashboard .order_selection h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dashboard-navigation {
    display: flex;
    flex-direction: column;
    border-radius: 1.2rem;
    position: relative;
    margin: 0.5rem 0;
  }
}
.dashboard-navigation__mobile-header-wrapper {
  z-index: 5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .dashboard-navigation__mobile-header-wrapper {
    display: none;
  }
}
.dashboard-navigation__mobile-header-search {
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.dashboard-navigation__mobile-header-search--hidden {
  display: none;
}
.dashboard-navigation__mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  z-index: 5;
  height: 5rem;
}
.dashboard-navigation__mobile-header svg {
  color: #4955ff;
  transition: all 0.5s ease-in-out;
}
.dashboard-navigation__mobile-header--opened svg {
  transform: rotate(-180deg);
}
.dashboard-navigation__mobile-header--hidden {
  display: none;
}
.dashboard-navigation__mobile-header-text {
  display: flex;
}
.dashboard-navigation__main-nav {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .dashboard-navigation__main-nav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-navigation__main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 6.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 1.2rem;
    box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
  }
}
.dashboard-navigation__main-element {
  color: #303458;
  font-weight: 700;
}
.dashboard-navigation__main-element a {
  color: #303458;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dashboard-navigation__main-element {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-navigation__main-element {
    margin-top: 2rem;
    padding: 2rem 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a5a8c6;
  }
  .dashboard-navigation__main-element:first-of-type {
    margin-top: 0px;
  }
  .dashboard-navigation__main-element:last-of-type {
    border-bottom-width: 0;
  }
  .dashboard-navigation__main-element--active {
    border-bottom-color: #4955ff;
  }
  .dashboard-navigation__main-element--active a {
    color: #4955ff;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-navigation__main-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .dashboard-navigation__main-label svg {
    color: #4955ff;
    transition: all 0.375s ease-in-out;
  }
  .dashboard-navigation__main-label:hover {
    color: #4955ff;
  }
  .dashboard-navigation__main-label:hover a {
    color: #4955ff;
  }
  .dashboard-navigation__main-label--no-hover {
    cursor: auto;
  }
  .dashboard-navigation__main-label--no-hover:hover {
    color: #303458;
  }
  .dashboard-navigation__main-label--no-hover:hover a {
    color: #303458;
  }
  .dashboard-navigation__main-label--rotate svg {
    transform: rotate(-180deg);
  }
}
.dashboard-navigation__sub-nav {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .dashboard-navigation__sub-nav {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-navigation__sub-nav {
    margin-top: 2rem;
    padding: 0 1rem;
    display: none;
  }
}
.dashboard-navigation__sub-element a {
  color: #303458;
  font-weight: 400;
}
.dashboard-navigation__sub-element--active a {
  color: #4955ff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dashboard-navigation__sub-element {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-navigation__sub-element {
    margin-bottom: 2rem;
  }
  .dashboard-navigation__sub-element:last-of-type {
    margin-bottom: 0;
  }
  .dashboard-navigation__sub-element:hover a {
    color: #4955ff;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-navigation__arrow {
    display: none;
  }
}
.dashboard-navigation__counter {
  margin: 0 0.5rem;
  font-weight: 400;
  color: #9899ac;
}
.dashboard-navigation__counter--big-margin {
  margin: 0 1rem;
}
.dashboard__profile {
  margin-bottom: 2rem;
  align-items: center;
}
.dashboard__profile-user-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-left: 2.2rem;
}
.dashboard__profile-user-info h3 {
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 4rem;
}
.dashboard__profile-user-info p {
  margin-bottom: 0;
}
.dashboard__list-items {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.dashboard__list-items .user_avatar {
  margin-right: 10px;
}
.dashboard__list-items > div {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dashboard__list-items {
    display: block;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0;
    width: calc(100vw - 30px);
  }
  .dashboard__list-items > div {
    display: flex;
    flex-direction: row;
    padding: 0 15px;
  }
  .dashboard__list-items > div > div {
    flex: auto;
    width: 80vw;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 10px 0 0;
  }
}
.dashboard__cards {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 1rem;
}
.dashboard__cards .user_avatar {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .dashboard__cards {
    background-color: transparent;
    padding: 0;
  }
  .dashboard__cards .dashboard__cards-content {
    display: block;
    overflow-y: auto;
    padding: 0;
  }
  .dashboard__cards .dashboard__cards-content > div .dashboard__cards-item {
    flex: auto;
    width: 60vw;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 12px;
  }
}
.dashboard__cards-content {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.dashboard__cards-content > div {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
}
.dashboard__cards-content > div .dashboard__cards-item {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 0rem 2rem;
  border-right: 1px solid #f5f5f7;
}
@media screen and (max-width: 767px) {
  .dashboard__cards-content > div .dashboard__cards-item {
    border-right: 0;
    padding: 2rem;
    border-bottom: 1px solid #f5f5f7;
  }
}
.dashboard__cards-content > div .dashboard__cards-item:last-of-type {
  border-right: 0;
}
.dashboard__cards-content > div .dashboard__cards-item .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dashboard__cards-content > div .dashboard__cards-item .text p {
  margin-bottom: 0;
}
.dashboard__cards-content > div .dashboard__cards-item .text p.counter {
  font-weight: 700;
  font-size: 2rem;
  color: #303458;
}
.dashboard__cards-content > div .dashboard__cards-item .text p.description {
  font-weight: 400;
  font-size: 1.2rem;
  color: #8e8ea2;
}
.dashboard__cards-content > div .dashboard__cards-item .icon {
  display: flex;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #f5f5f7;
  justify-content: center;
  align-items: center;
}
.dashboard__headline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 0 3rem;
  line-height: 2rem;
  align-items: center;
}
.dashboard__headline img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .dashboard__headline img {
    display: none;
  }
}
.dashboard__headline-role {
  padding-right: 1rem;
}
.dashboard__headline--low-padding {
  padding-bottom: 1rem;
}
.dashboard__headline .title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.dashboard__headline a {
  display: inline-block;
  align-self: flex-end;
  line-height: 1.5rem;
  font-weight: 400;
}
.dashboard .panel, .dashboard .job, .dashboard .freelancer-offer {
  display: flex;
  flex: 1;
  margin-bottom: 2rem;
}
.dashboard .panel + .panel, .dashboard .job + .panel, .dashboard .freelancer-offer + .panel, .dashboard .panel + .job, .dashboard .job + .job, .dashboard .freelancer-offer + .job, .dashboard .panel + .freelancer-offer, .dashboard .job + .freelancer-offer, .dashboard .freelancer-offer + .freelancer-offer {
  margin-top: 1rem;
}
.dashboard .open__offers-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
}
.dashboard .open__offers-item .user_avatar {
  margin-right: 10px;
}
.dashboard .open__offers-item-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.dashboard .open__offers-item-headline-info {
  display: flex;
}
@media screen and (min-width: 768px) {
  .dashboard .open__offers-item-headline-info {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .dashboard .open__offers-item-headline-info {
    flex-direction: column;
  }
}
.dashboard .open__offers-item-headline-info--narrow {
  justify-content: space-between;
  width: 100%;
}
.dashboard .open__offers-item-headline-term {
  color: #8e8ea2;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .dashboard .open__offers-item-headline-term {
    margin-top: 0.5rem;
  }
}
.dashboard .open__offers-item-headline-term .dot {
  margin: 0 1rem;
  color: #787b93;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dashboard .open__offers-item-headline-term .dot {
    display: none;
  }
}
.dashboard .open__offers-item-headline-status {
  display: flex;
  color: #8e8ea2;
}
.dashboard .open__offers-item-headline-status .dashboard__offer-status {
  margin-right: 0;
  margin-bottom: 0;
}
.dashboard .open__offers-item-headline-type {
  display: flex;
  justify-content: flex-end;
}
.dashboard .open__offers-item-status {
  color: #303458;
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.dashboard .open__offers-item-status .dashboard__offer-status {
  margin-bottom: 1rem;
}
.dashboard .open__offers-item-token {
  font-size: 1.2rem;
  color: #858999;
  margin-bottom: 1rem;
  font-weight: 700;
}
.dashboard .open__offers-item-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #193380;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  display: flex;
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
}
.dashboard .open__offers-item-footer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .dashboard .open__offers-item-footer {
    flex-direction: row;
  }
}
.dashboard .open__offers-item-footer-icon {
  display: flex;
}
.dashboard .open__offers-item-footer-info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex: 1;
}
.dashboard .open__offers-item-footer-info-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .dashboard .open__offers-item-footer-info {
    margin-bottom: 0;
  }
  .dashboard .open__offers-item-footer-info .dashboard .open__offers-item-footer-info-text {
    flex-direction: row;
  }
}
.dashboard .open__offers-item-footer-companyname {
  display: flex;
  flex-direction: column;
  color: #303458;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.dashboard .open__offers-item-footer-companyname span {
  font-weight: 400;
}
.dashboard .open__offers-item-footer-companyname p {
  color: #193380;
  display: inline-flex;
  margin: 0;
}
.dashboard .open__offers-item-footer-companyname .experience {
  margin-left: 0;
}
.dashboard .open__offers-item-footer-companyname .experience:before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .dashboard .open__offers-item-footer-companyname {
    display: inline-block;
  }
  .dashboard .open__offers-item-footer-companyname .experience {
    margin-left: 2rem;
  }
  .dashboard .open__offers-item-footer-companyname .experience:before {
    display: block;
  }
}
.dashboard .active__offers-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem;
}
.dashboard .active__offers-item .user_avatar {
  margin-right: 10px;
}
.dashboard .active__offers-item-avatar-author {
  display: flex;
  flex: 0 0 2.3rem;
  margin-right: 2rem;
}
.dashboard .active__offers-item-avatar {
  display: flex;
  margin-right: 1rem;
}
.dashboard .active__offers-item-quote {
  padding: 1rem;
  border-radius: 12px;
  background-color: #f5f5f7;
  background-color: #edeeff;
}
.dashboard .active__offers-item-quote-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
}
.dashboard .active__offers-item-quote-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dashboard .active__offers-item-quote-author {
  line-height: 40px;
  margin-right: 0.5rem;
  color: #303458;
  font-weight: 700;
  flex: none;
}
.dashboard .active__offers-item-quote-text {
  line-height: 40px;
  color: #303458;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1rem;
}
.dashboard .active__offers-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.dashboard .active__offers-item-content-headline {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.dashboard .active__offers-item-content-headline-author {
  line-height: 34px;
  display: flex;
  color: #303458;
  font-weight: 700;
}
.dashboard .active__offers-item-content-headline-agreements-count {
  line-height: 34px;
  display: flex;
  flex: 1;
  color: #8e8ea2;
  font-weight: 400;
  position: relative;
}
.dashboard .active__offers-item-content-text {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #8e8ea2;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}
.dashboard .list__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8e8ea2;
  font-size: 1.5rem;
  font-weight: 700;
  flex-direction: column;
}
.dashboard .list__empty--messages {
  height: 230px;
  border: 1px dashed #a5a8c6;
  border-radius: 12px;
  margin-bottom: 3rem;
}
.dashboard .list__empty--messages img {
  width: auto;
  height: 50px;
}
.dashboard .list__empty--messages span {
  font-size: 1.2rem;
}
.dashboard .list__empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 200px;
}
.dashboard .list__empty-content img {
  margin-bottom: 20px;
  width: 100px;
}
.dashboard .list__empty-content > a, .dashboard .list__empty-content-title {
  color: #a5a8c6;
  background-color: rgba(165, 168, 198, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 25px;
}
.dashboard__deals {
  margin: 2rem 0;
}
.dashboard__deals-header {
  font-weight: 700;
  font-size: 1.7rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .dashboard__deals-header {
    display: none;
  }
}
.dashboard__deals-header-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center;
}
.dashboard__documents {
  list-style-type: none;
  margin-top: 3rem;
  padding: 0;
}
.dashboard__documents .title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.dashboard__documents .document:first-of-type .document__table {
  padding-top: 1rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.dashboard__documents .document:last-of-type .document__table {
  padding-bottom: 1rem;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.dashboard__documents .document__table {
  display: flex;
  flex-direction: column;
  background-color: #edeeff;
  max-width: 480px;
}
.dashboard__documents .document__table-row {
  display: flex;
  flex-direction: row;
  padding: 0 2rem;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-bottom: 0 !important;
}
.dashboard__documents .document__table-row__element {
  max-width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dashboard__documents .document__table .name,
.dashboard__documents .document__table .download,
.dashboard__documents .document__table .download-signature {
  display: block;
}
.dashboard__documents .document__table .name p,
.dashboard__documents .document__table .download p,
.dashboard__documents .document__table .download-signature p {
  font-weight: 700;
  margin: 0;
  color: #303458;
  font-size: 1.4rem;
}
.dashboard__pit11-password .form__input, .dashboard__pit11-password .form__textarea, .dashboard__pit11-password .tags-input__input,
.dashboard__pit11-password .combined-tags-input__input,
.dashboard__pit11-password .form__element {
  margin-bottom: 0 !important;
}
.dashboard__top-header {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.dashboard__context_switch {
  margin-bottom: 1rem;
}
.dashboard-content-header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.dashboard-content-header__wrapper {
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.dashboard-content-header__title {
  color: #050505;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  margin: 0;
}
.dashboard__no-entries {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
}
.dashboard__no-entries-content {
  padding-top: 11.2rem;
  padding-bottom: 6.4rem;
  max-width: 50rem;
}
.dashboard__no-entries-icon {
  max-width: 33.2rem;
  width: 100%;
  height: auto;
  margin-bottom: 3.2rem;
}
.dashboard__no-entries-icon.dashboard__no-entries-icon--empty-box {
  max-width: 21rem;
}
.dashboard__no-entries-icon.dashboard__no-entries-icon--filters {
  max-width: 13rem;
}
.dashboard__no-entries-title {
  color: #050505;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
}
.dashboard__no-entries-subtitle {
  color: #3d3c3c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
}
.dashboard__no-entries-link {
  color: #050505;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
  text-decoration: underline;
  margin-top: 2.4rem;
}
.dashboard__no-entries-link:hover, .dashboard__no-entries-link:focus {
  color: #050505;
  text-decoration: underline !important;
}
.dashboard__filters {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-start;
  align-self: flex-start;
}
@media screen and (min-width: 1024px) {
  .dashboard__filters {
    justify-content: flex-end;
    align-self: flex-end;
  }
}
.dashboard__bottom-action-menu {
  position: fixed;
  display: flex;
  gap: 1.6rem;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  padding: 2.4rem 1.6rem;
  width: 100%;
  left: 0;
  bottom: var(--mobile-navigation-height);
}
@media screen and (min-width: 768px) {
  .dashboard__bottom-action-menu {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .dashboard__bottom-action-menu {
    padding: 2.4rem 4rem;
    width: calc(100% - 28.8rem);
    bottom: 0;
    left: 28.8rem;
  }
}
@media screen and (min-width: 992px) {
  .dashboard__bottom-action-menu-space {
    margin-top: 9.6rem;
  }
}

.section + .app .app__main .dashboard {
  margin-top: 0;
}

.invoice-item-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .invoice-item-desktop {
    display: none;
  }
}
.invoice-item-desktop__info {
  display: flex;
  flex-direction: column;
}
.invoice-item-desktop__actions {
  display: flex;
}
.invoice-item-desktop__name {
  font-size: 1.7rem;
  font-weight: 700;
}
.invoice-item-desktop__status {
  font-size: 1.2rem;
  color: #787b93;
}
.invoice-item-desktop__btn {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.invoice-item-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .invoice-item-mobile {
    display: flex;
    flex-direction: column;
  }
}
.invoice-item-mobile__status {
  margin-bottom: 1.5rem;
  color: #787b93;
  font-size: 1.2rem;
  font-weight: 400;
}
.invoice-item-mobile__name {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  color: #303458;
  font-weight: 700;
}
.invoice-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding: 0 2rem;
  font-size: 1.4rem;
  color: #787b93;
}
.invoice-item-price__label {
  font-weight: 400;
}
.invoice-item-price__value {
  font-weight: 700;
}
.invoice-item-price__value span {
  font-weight: 400;
  font-size: 1.2rem;
}
.invoice-item-price--green {
  color: #00d56d;
}
.invoice-item-price--blue {
  color: #4955ff;
}
.invoice-item-price--margin-right {
  margin-right: 2.2rem;
}
.invoice-item-price--mobile {
  padding: 0;
  align-items: flex-start;
}
.invoice-item-price--open-offers {
  padding: 0;
}
.invoice-item-acceptance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00d56d;
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .invoice-item-acceptance {
    flex-direction: column;
    align-items: stretch;
  }
}
.invoice-item-acceptance__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.invoice-item-acceptance__actions {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .invoice-item-acceptance__actions {
    margin-top: -3rem;
  }
}
.invoice-item-acceptance__btn .button {
  height: auto;
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
.invoice-item-acceptance__name {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
}
.invoice-item-acceptance__status {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  background-color: #f5f5f7;
  color: #ff3f1a;
  padding: 0.3rem 0.8rem;
  border-radius: 0.7rem;
}

.job-item {
  position: relative;
}
.job-item__headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.job-item__status {
  color: #787b93;
  display: flex;
  flex-direction: row;
}
.job-item__icon .svg-icon__svg {
  fill: transparent;
  stroke: currentColor;
  font-size: 1.8rem;
}
.job-item__data {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  font-weight: 400;
}
.job-item__emp-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.job-item__employer {
  color: #303458;
}
.job-item__header-details-wrapper {
  display: flex;
  align-items: flex-end;
  color: #00d56d;
  font-size: 1.2rem;
  font-weight: 400;
}
.job-item__header-details-wrapper--closed {
  color: #9899ac;
}
.job-item__header-detail {
  margin-left: 1rem;
}
.job-item__header-detail span {
  margin-left: 0.3rem;
}
.job-item__header-detail--offers .svg-icon__svg {
  font-size: 2rem;
}
.job-item__header-detail--date .svg-icon__svg {
  font-size: 1.6rem;
}
.job-item__main {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
.job-item__name {
  color: #303458;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  word-break: break-word;
}
.job-item__description {
  color: #787b93;
  font-size: 1.2rem;
  font-weight: 400;
  height: 3.6rem;
  line-height: 1.8rem;
  overflow: hidden;
  word-break: break-word;
}
.job-item__footer {
  display: flex;
  flex-direction: row;
}
.job-item__price {
  color: #303458;
}

.upload_files {
  background-color: #fff2c3;
  border-radius: 2rem;
  margin-bottom: 1.6rem;
  padding: 2.2rem;
}
.upload_files__content {
  line-height: 2rem;
}

.copyrights-work {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}
.copyrights-work__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.copyrights-work__info {
  padding-left: 0.8rem;
}
.copyrights-work__link {
  line-height: 1.7rem;
  margin-left: 5rem;
}
.copyrights-work__link a {
  font-weight: 400;
}
.copyrights-work__icon {
  width: 1.9rem;
  padding-left: 0.3rem;
}

.copyrights-work .svg-icon {
  color: #a5a8c6;
}

.dashboard-separator {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.dashboard-separator::before, .dashboard-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #c9cce2;
}
.dashboard-separator:not(:empty)::before {
  margin-right: 0.25em;
}
.dashboard-separator:not(:empty)::after {
  margin-left: 0.25em;
}
.dashboard-separator__label {
  padding: 0 2rem;
  font-size: 1.7rem;
}
.dashboard-separator .svg-icon {
  color: #4955ff;
  font-size: 2rem;
  padding-left: 2rem;
}

.dashboard-filters {
  position: relative;
}
.dashboard-filters__dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 38rem;
  max-width: calc(100vw - 4rem);
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
}
.dashboard-filters__dropdown[aria-modal=true] {
  display: block;
}
.dashboard-filters__dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.dashboard-filters__dropdown-row {
  display: flex;
  gap: 2.4rem;
}

.dashboard__offer-headline {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #303458;
  text-decoration: underline;
}
.dashboard__offer-headline a {
  color: #303458 !important;
}
.dashboard__offer-header-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column-reverse;
  align-items: baseline;
}
@media screen and (min-width: 1200px) {
  .dashboard__offer-header-wrapper {
    flex-direction: column;
  }
}
.dashboard__offer-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
}
.dashboard__offer-name {
  font-size: 3rem;
  word-break: break-all;
}
.dashboard__offer-token {
  font-size: 1.4rem;
  color: #c9cce2;
}
@media screen and (min-width: 768px) {
  .dashboard__offer-token {
    padding: 0 1rem;
  }
}
.dashboard__offer-stage {
  background-color: #f5f5f7;
  color: #303458;
  padding: 0.6rem 1.6rem;
  border-radius: 12px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}
.dashboard__offer-deal-again {
  align-self: center;
}
.dashboard__offer-deal-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .dashboard__offer-deal-header {
    flex-direction: column-reverse;
  }
}
.dashboard__offer-deal-header > .dashboard__offer-deal-header-structure {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .dashboard__offer-deal-header > .dashboard__offer-deal-header-structure {
    grid-template-columns: 1fr auto;
  }
}
.dashboard__offer .colored {
  display: inline-block;
}
.dashboard__offer .colored.important {
  color: #ffc866;
}
.dashboard__offer .colored.warning {
  color: #ff3f1a;
  font-weight: 700;
}
.dashboard__offer .colored.success {
  color: #00d56d;
}
.dashboard__offer-price-value {
  font-size: 1.5rem;
  font-weight: 700;
}
.dashboard__offer-navigation {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.dashboard__offer-navigation-link {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #303458;
  font-weight: 400;
}
.dashboard__offer-navigation-item {
  display: inline-block;
  padding: 0.4rem 0;
  margin-right: 1rem;
}
.dashboard__offer-navigation-item:last-child {
  margin-right: 0;
}
.dashboard__offer-navigation-item.dashboard__offer-navigation-item--active {
  border-bottom: 3px solid #4955ff;
  color: #4955ff;
  font-weight: 700;
}
.dashboard__offer-navigation-item.dashboard__offer-navigation-item--active .dashboard__offer-navigation-link {
  color: #4955ff;
  font-weight: 700;
}
.dashboard__offer-navigation-text {
  display: inline-block;
}
.dashboard__offer-navigation-text--muted {
  margin-left: 5px;
  color: #8e8ea2;
}
.dashboard__offer .button img {
  margin-right: 10px;
  margin-top: -2px;
}
.dashboard__offer .panel, .dashboard__offer .job, .dashboard__offer .freelancer-offer {
  margin-top: 2rem;
  overflow: hidden;
}
.dashboard__offer .panel__content h3, .dashboard__offer .job h3, .dashboard__offer .freelancer-offer__wrapper h3 {
  font-size: 2.5rem;
}
.dashboard__offer .panel__content p, .dashboard__offer .job p, .dashboard__offer .freelancer-offer__wrapper p {
  margin-bottom: 1rem;
  color: #303458;
}
.dashboard__offer .panel__content a.regular, .dashboard__offer .job a.regular, .dashboard__offer .freelancer-offer__wrapper a.regular {
  font-weight: 400;
  text-decoration: underline;
}
.dashboard__offer .panel__content .panel-section, .dashboard__offer .job .panel-section, .dashboard__offer .freelancer-offer__wrapper .panel-section {
  margin-bottom: 3rem;
}
.dashboard__offer .panel__content .subjects, .dashboard__offer .job .subjects, .dashboard__offer .freelancer-offer__wrapper .subjects {
  display: flex;
  flex-direction: row;
  margin: 3rem 0;
}
.dashboard__offer .panel__content .subjects .subject, .dashboard__offer .job .subjects .subject, .dashboard__offer .freelancer-offer__wrapper .subjects .subject {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dashboard__offer .panel__content .subjects .subject p, .dashboard__offer .job .subjects .subject p, .dashboard__offer .freelancer-offer__wrapper .subjects .subject p {
  margin-bottom: 0.2rem;
}
.dashboard__offer .panel__content .subjects .subject p.header, .dashboard__offer .job .subjects .subject p.header, .dashboard__offer .freelancer-offer__wrapper .subjects .subject p.header {
  font-weight: 700;
}
.dashboard__offer .panel__content .buttons, .dashboard__offer .job .buttons, .dashboard__offer .freelancer-offer__wrapper .buttons {
  padding-right: 2rem;
  margin: 1rem 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dashboard__offer .panel__content .buttons, .dashboard__offer .job .buttons, .dashboard__offer .freelancer-offer__wrapper .buttons {
    flex-direction: column;
  }
  .dashboard__offer .panel__content .buttons .button, .dashboard__offer .job .buttons .button, .dashboard__offer .freelancer-offer__wrapper .buttons .button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.dashboard__offer .panel__content .buttons .button, .dashboard__offer .job .buttons .button, .dashboard__offer .freelancer-offer__wrapper .buttons .button {
  margin-right: 1rem;
}
.dashboard__offer .panel__content .bank-account, .dashboard__offer .job .bank-account, .dashboard__offer .freelancer-offer__wrapper .bank-account {
  margin-bottom: 1rem;
}
.dashboard__offer .panel__content .bank-account p, .dashboard__offer .job .bank-account p, .dashboard__offer .freelancer-offer__wrapper .bank-account p {
  margin-bottom: 0.2rem;
}
.dashboard__offer .panel__content .bank-account p.title, .dashboard__offer .job .bank-account p.title, .dashboard__offer .freelancer-offer__wrapper .bank-account p.title {
  margin: 2rem 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #303458;
  font-size: 1.8rem;
}
.dashboard__offer .panel__content .author, .dashboard__offer .job .author, .dashboard__offer .freelancer-offer__wrapper .author {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard__offer .panel__content .author-avatar, .dashboard__offer .job .author-avatar, .dashboard__offer .freelancer-offer__wrapper .author-avatar {
  display: inline-flex;
}
.dashboard__offer .panel__content .author p, .dashboard__offer .job .author p, .dashboard__offer .freelancer-offer__wrapper .author p,
.dashboard__offer .panel__content .author a,
.dashboard__offer .job .author a,
.dashboard__offer .freelancer-offer__wrapper .author a {
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
}
.dashboard__offer .panel__content .author-info, .dashboard__offer .job .author-info, .dashboard__offer .freelancer-offer__wrapper .author-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.dashboard__offer .panel__content .author-info p, .dashboard__offer .job .author-info p, .dashboard__offer .freelancer-offer__wrapper .author-info p,
.dashboard__offer .panel__content .author-info a,
.dashboard__offer .job .author-info a,
.dashboard__offer .freelancer-offer__wrapper .author-info a {
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.dashboard__offer .panel__content .uploaded-files, .dashboard__offer .job .uploaded-files, .dashboard__offer .freelancer-offer__wrapper .uploaded-files {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60%;
  margin: 2rem 0;
}
@media screen and (max-width: 991px) {
  .dashboard__offer .panel__content .uploaded-files, .dashboard__offer .job .uploaded-files, .dashboard__offer .freelancer-offer__wrapper .uploaded-files {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard__offer .panel__content .uploaded-files-file, .dashboard__offer .job .uploaded-files-file, .dashboard__offer .freelancer-offer__wrapper .uploaded-files-file {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 2rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.dashboard__offer .panel__content .uploaded-files-file p, .dashboard__offer .job .uploaded-files-file p, .dashboard__offer .freelancer-offer__wrapper .uploaded-files-file p {
  color: #000000;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
}
.dashboard__offer .panel__content .uploaded-files-file a:last-child, .dashboard__offer .job .uploaded-files-file a:last-child, .dashboard__offer .freelancer-offer__wrapper .uploaded-files-file a:last-child {
  color: red;
}
.dashboard__offer .panel__content .uploaded-files-file .file-size, .dashboard__offer .job .uploaded-files-file .file-size, .dashboard__offer .freelancer-offer__wrapper .uploaded-files-file .file-size {
  margin-left: auto;
}
.dashboard__offer .panel__content .files-to-download, .dashboard__offer .job .files-to-download, .dashboard__offer .freelancer-offer__wrapper .files-to-download {
  max-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60%;
}
.dashboard__offer .panel__content .files-to-download .panel__files a, .dashboard__offer .job .files-to-download .panel__files a, .dashboard__offer .freelancer-offer__wrapper .files-to-download .panel__files a {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.dashboard__offer .panel__content .confirm-decision, .dashboard__offer .job .confirm-decision, .dashboard__offer .freelancer-offer__wrapper .confirm-decision {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.dashboard__offer .panel__content .confirm-decision .form__element, .dashboard__offer .job .confirm-decision .form__element, .dashboard__offer .freelancer-offer__wrapper .confirm-decision .form__element,
.dashboard__offer .panel__content .confirm-decision .form__checkbox-wraper,
.dashboard__offer .job .confirm-decision .form__checkbox-wraper,
.dashboard__offer .freelancer-offer__wrapper .confirm-decision .form__checkbox-wraper,
.dashboard__offer .panel__content .confirm-decision ul.checkboxselectmultiple.form__input label,
ul.checkboxselectmultiple.form__input .dashboard__offer .panel__content .confirm-decision label,
.dashboard__offer .job .confirm-decision ul.checkboxselectmultiple.form__input label,
ul.checkboxselectmultiple.form__input .dashboard__offer .job .confirm-decision label,
.dashboard__offer .freelancer-offer__wrapper .confirm-decision ul.checkboxselectmultiple.form__input label,
ul.checkboxselectmultiple.form__input .dashboard__offer .freelancer-offer__wrapper .confirm-decision label,
.dashboard__offer .panel__content .confirm-decision ul.checkboxselectmultiple.form__textarea label,
ul.checkboxselectmultiple.form__textarea .dashboard__offer .panel__content .confirm-decision label,
.dashboard__offer .job .confirm-decision ul.checkboxselectmultiple.form__textarea label,
ul.checkboxselectmultiple.form__textarea .dashboard__offer .job .confirm-decision label,
.dashboard__offer .freelancer-offer__wrapper .confirm-decision ul.checkboxselectmultiple.form__textarea label,
ul.checkboxselectmultiple.form__textarea .dashboard__offer .freelancer-offer__wrapper .confirm-decision label,
.dashboard__offer .panel__content .confirm-decision ul.checkboxselectmultiple.tags-input__input label,
ul.checkboxselectmultiple.tags-input__input .dashboard__offer .panel__content .confirm-decision label,
.dashboard__offer .job .confirm-decision ul.checkboxselectmultiple.tags-input__input label,
ul.checkboxselectmultiple.tags-input__input .dashboard__offer .job .confirm-decision label,
.dashboard__offer .freelancer-offer__wrapper .confirm-decision ul.checkboxselectmultiple.tags-input__input label,
ul.checkboxselectmultiple.tags-input__input .dashboard__offer .freelancer-offer__wrapper .confirm-decision label,
.dashboard__offer .panel__content .confirm-decision ul.checkboxselectmultiple.combined-tags-input__input label,
ul.checkboxselectmultiple.combined-tags-input__input .dashboard__offer .panel__content .confirm-decision label,
.dashboard__offer .job .confirm-decision ul.checkboxselectmultiple.combined-tags-input__input label,
ul.checkboxselectmultiple.combined-tags-input__input .dashboard__offer .job .confirm-decision label,
.dashboard__offer .freelancer-offer__wrapper .confirm-decision ul.checkboxselectmultiple.combined-tags-input__input label,
ul.checkboxselectmultiple.combined-tags-input__input .dashboard__offer .freelancer-offer__wrapper .confirm-decision label {
  margin-bottom: 0;
}
.dashboard__offer .panel__content .actions, .dashboard__offer .job .actions, .dashboard__offer .freelancer-offer__wrapper .actions {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dashboard__offer .panel__content .actions, .dashboard__offer .job .actions, .dashboard__offer .freelancer-offer__wrapper .actions {
    flex-direction: column;
  }
}
.dashboard__offer .panel__content .actions .action, .dashboard__offer .job .actions .action, .dashboard__offer .freelancer-offer__wrapper .actions .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 33%;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .dashboard__offer .panel__content .actions .action, .dashboard__offer .job .actions .action, .dashboard__offer .freelancer-offer__wrapper .actions .action {
    flex: 1;
  }
}
.dashboard__offer .panel__content .actions .action.auto-flex, .dashboard__offer .job .actions .action.auto-flex, .dashboard__offer .freelancer-offer__wrapper .actions .action.auto-flex {
  flex: inherit;
}
.dashboard__offer .panel__content .actions .action .confirm-decision, .dashboard__offer .job .actions .action .confirm-decision, .dashboard__offer .freelancer-offer__wrapper .actions .action .confirm-decision {
  margin-top: 0;
}
.dashboard__offer .panel__content .actions .action button, .dashboard__offer .job .actions .action button, .dashboard__offer .freelancer-offer__wrapper .actions .action button {
  width: 100%;
  margin: 1rem 0;
}
.dashboard__offer .panel__content .actions .action p, .dashboard__offer .job .actions .action p, .dashboard__offer .freelancer-offer__wrapper .actions .action p {
  font-size: 1.1rem;
  opacity: 0.5;
}
.dashboard__offer .panel__content .actions .action p a, .dashboard__offer .job .actions .action p a, .dashboard__offer .freelancer-offer__wrapper .actions .action p a {
  font-weight: 400;
}
.dashboard__offer .panel__content .description, .dashboard__offer .job .description, .dashboard__offer .freelancer-offer__wrapper .description {
  display: flex;
  flex-direction: row;
  padding: 4rem;
}
.dashboard__offer .panel__content .description input[type=checkbox], .dashboard__offer .job .description input[type=checkbox], .dashboard__offer .freelancer-offer__wrapper .description input[type=checkbox] {
  display: none;
}
.dashboard__offer .panel__content .description h4, .dashboard__offer .job .description h4, .dashboard__offer .freelancer-offer__wrapper .description h4 {
  font-size: 2rem;
}
.dashboard__offer .panel__content .description p, .dashboard__offer .job .description p, .dashboard__offer .freelancer-offer__wrapper .description p {
  font-size: 1.2rem;
  color: #8b90ac;
}
.dashboard__offer .panel__content .description .text, .dashboard__offer .job .description .text, .dashboard__offer .freelancer-offer__wrapper .description .text {
  display: flex;
  flex-direction: column;
  flex: 5;
  position: relative;
}
.dashboard__offer .panel__content .description .text p, .dashboard__offer .job .description .text p, .dashboard__offer .freelancer-offer__wrapper .description .text p {
  line-height: 2rem;
}
.dashboard__offer .panel__content .description .text label, .dashboard__offer .job .description .text label, .dashboard__offer .freelancer-offer__wrapper .description .text label {
  position: absolute;
  top: 100%;
  cursor: pointer;
  color: #4955ff;
  font-size: 1.4rem;
  font-weight: 700;
}
.dashboard__offer .panel__content .description .text label.show-more, .dashboard__offer .job .description .text label.show-more, .dashboard__offer .freelancer-offer__wrapper .description .text label.show-more {
  display: block;
}
.dashboard__offer .panel__content .description .text label.show-less, .dashboard__offer .job .description .text label.show-less, .dashboard__offer .freelancer-offer__wrapper .description .text label.show-less {
  display: none;
}
.dashboard__offer .panel__content .description .sidebar, .dashboard__offer .job .description .sidebar, .dashboard__offer .freelancer-offer__wrapper .description .sidebar {
  display: flex;
  flex: 2;
  flex-direction: column;
  padding-left: 2rem;
}
.dashboard__offer .panel__content .description .sidebar-info, .dashboard__offer .job .description .sidebar-info, .dashboard__offer .freelancer-offer__wrapper .description .sidebar-info {
  margin-bottom: 1rem;
}
.dashboard__offer .panel__content .description input[type=checkbox]:checked + .text > div, .dashboard__offer .job .description input[type=checkbox]:checked + .text > div, .dashboard__offer .freelancer-offer__wrapper .description input[type=checkbox]:checked + .text > div {
  height: -moz-fit-content;
  height: fit-content;
}
.dashboard__offer .panel__content .description input[type=checkbox]:checked + .text label.show-more, .dashboard__offer .job .description input[type=checkbox]:checked + .text label.show-more, .dashboard__offer .freelancer-offer__wrapper .description input[type=checkbox]:checked + .text label.show-more {
  display: none;
}
.dashboard__offer .panel__content .description input[type=checkbox]:checked + .text label.show-less, .dashboard__offer .job .description input[type=checkbox]:checked + .text label.show-less, .dashboard__offer .freelancer-offer__wrapper .description input[type=checkbox]:checked + .text label.show-less {
  display: block;
}
@media screen and (max-width: 767px) {
  .dashboard__offer .panel__content .description, .dashboard__offer .job .description, .dashboard__offer .freelancer-offer__wrapper .description {
    flex-direction: column;
  }
  .dashboard__offer .panel__content .description .sidebar, .dashboard__offer .job .description .sidebar, .dashboard__offer .freelancer-offer__wrapper .description .sidebar {
    padding-left: 0;
  }
}
.dashboard__offer .panel__content .chosen-offer, .dashboard__offer .job .chosen-offer, .dashboard__offer .freelancer-offer__wrapper .chosen-offer {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  flex: 1;
}
.dashboard__offer .panel__content .chosen-offer input[type=checkbox], .dashboard__offer .job .chosen-offer input[type=checkbox], .dashboard__offer .freelancer-offer__wrapper .chosen-offer input[type=checkbox] {
  display: none;
}
.dashboard__offer .panel__content .chosen-offer__card-header, .dashboard__offer .job .chosen-offer__card-header, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-header {
  display: flex;
  flex-direction: row;
}
.dashboard__offer .panel__content .chosen-offer__card-header .content, .dashboard__offer .job .chosen-offer__card-header .content, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-header .content {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}
.dashboard__offer .panel__content .chosen-offer__card-header .content-line, .dashboard__offer .job .chosen-offer__card-header .content-line, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-header .content-line {
  display: flex;
  flex-direction: row;
}
.dashboard__offer .panel__content .chosen-offer__card-header .content-line .name, .dashboard__offer .job .chosen-offer__card-header .content-line .name, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-header .content-line .name {
  font-weight: 700;
  color: #4955ff;
}
.dashboard__offer .panel__content .chosen-offer__card-header .content-line .offers, .dashboard__offer .job .chosen-offer__card-header .content-line .offers, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-header .content-line .offers {
  color: #82869f;
}
.dashboard__offer .panel__content .chosen-offer__card-header .content-line p, .dashboard__offer .job .chosen-offer__card-header .content-line p, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-header .content-line p {
  margin-bottom: 0.2rem;
  margin-right: 0.8rem;
  color: #a1a8cb;
}
.dashboard__offer .panel__content .chosen-offer__card-info, .dashboard__offer .job .chosen-offer__card-info, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-info {
  display: flex;
  flex-direction: row;
  margin-left: calc(46px + 2rem);
  flex: 1;
}
.dashboard__offer .panel__content .chosen-offer__card-info .price, .dashboard__offer .job .chosen-offer__card-info .price, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-info .price {
  font-weight: 700;
  color: #00d56d;
  margin-right: 2rem;
}
.dashboard__offer .panel__content .chosen-offer__card-description, .dashboard__offer .job .chosen-offer__card-description, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-description {
  display: flex;
  flex-direction: column;
  margin-left: calc(46px + 2rem);
  margin-top: 2rem;
  flex: 1;
}
.dashboard__offer .panel__content .chosen-offer__card-description .headline, .dashboard__offer .job .chosen-offer__card-description .headline, .dashboard__offer .freelancer-offer__wrapper .chosen-offer__card-description .headline {
  font-weight: 700;
  margin-bottom: 1rem;
}
.dashboard__offer .panel__content .other-offers, .dashboard__offer .job .other-offers, .dashboard__offer .freelancer-offer__wrapper .other-offers {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  flex: 1;
}
.dashboard__offer .panel__content .other-offers-list, .dashboard__offer .job .other-offers-list, .dashboard__offer .freelancer-offer__wrapper .other-offers-list {
  padding: 1rem 3rem;
}
.dashboard__offer .panel__content .other-offers__card, .dashboard__offer .job .other-offers__card, .dashboard__offer .freelancer-offer__wrapper .other-offers__card {
  margin-bottom: 2rem;
  opacity: 0.5;
}
.dashboard__offer .panel__content .other-offers__card-header, .dashboard__offer .job .other-offers__card-header, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header {
  display: flex;
  flex-direction: row;
}
.dashboard__offer .panel__content .other-offers__card-header .avatar, .dashboard__offer .job .other-offers__card-header .avatar, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .avatar {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  margin-right: 2rem;
}
.dashboard__offer .panel__content .other-offers__card-header .avatar img, .dashboard__offer .job .other-offers__card-header .avatar img, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .avatar img {
  width: 100%;
}
.dashboard__offer .panel__content .other-offers__card-header .content, .dashboard__offer .job .other-offers__card-header .content, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .content {
  display: flex;
  flex-direction: column;
}
.dashboard__offer .panel__content .other-offers__card-header .content-line, .dashboard__offer .job .other-offers__card-header .content-line, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .content-line {
  display: flex;
  flex-direction: row;
}
.dashboard__offer .panel__content .other-offers__card-header .content-line > *, .dashboard__offer .job .other-offers__card-header .content-line > *, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .content-line > * {
  margin-right: 0.8rem;
}
.dashboard__offer .panel__content .other-offers__card-header .content-line .name, .dashboard__offer .job .other-offers__card-header .content-line .name, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .content-line .name {
  font-weight: 700;
  color: #4955ff;
}
.dashboard__offer .panel__content .other-offers__card-header .content-line .offers, .dashboard__offer .job .other-offers__card-header .content-line .offers, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .content-line .offers {
  color: #82869f;
}
.dashboard__offer .panel__content .other-offers__card-header .content-line p, .dashboard__offer .job .other-offers__card-header .content-line p, .dashboard__offer .freelancer-offer__wrapper .other-offers__card-header .content-line p {
  margin-bottom: 0.2rem;
  color: #a1a8cb;
}
.dashboard__offer .panel__content .opinions, .dashboard__offer .job .opinions, .dashboard__offer .freelancer-offer__wrapper .opinions {
  padding: 0 2rem 2rem;
}
.dashboard__offer .panel__content.important, .dashboard__offer .important.job, .dashboard__offer .important.freelancer-offer__wrapper {
  border-radius: 12px;
  border-left: 8px solid #ffc866;
}
.dashboard__offer .panel__content.warning, .dashboard__offer .warning.job, .dashboard__offer .warning.freelancer-offer__wrapper {
  border-radius: 12px;
  border-left: 8px solid #ff3f1a;
}
.dashboard__offer .panel__content.success, .dashboard__offer .success.job, .dashboard__offer .success.freelancer-offer__wrapper {
  border-radius: 12px;
  border-left: 8px solid #00d56d;
}

.deals-stats__card {
  display: flex;
  padding: 1.6rem 1rem 1.6rem 2.4rem;
  flex-direction: column;
  gap: 0.4rem;
  border-radius: 1.2rem;
  border: 1px solid #dee0ff;
  background: #ffffff;
  flex: 1;
}
.deals-stats__card-header {
  color: #405080;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.deals-stats__card-header [data-toggle=tooltip] {
  color: #1953ff;
}
.deals-stats__card-info {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  color: #405080;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.deals-stats__card-info-item {
  display: flex;
  flex-direction: row;
  gap: 0.28rem;
}
.deals-stats__card-info-item:nth-last-of-type(even)::after {
  content: "|";
  margin-left: 1.2rem;
  display: inline;
}

.dashboard-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .dashboard-list {
    gap: 2.4rem;
    margin-top: 0;
  }
}

.dashboard-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #ffffff;
  transition: all 0.15s ease;
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .dashboard-list__item {
    padding: 2.4rem 3.2rem;
  }
}
.dashboard-list__item:hover, .dashboard-list__item:focus {
  box-shadow: 0 1.6rem 3.2rem -0.4rem rgba(12, 12, 13, 0.05), 0 0.4rem 0.4rem -0.4rem rgba(12, 12, 13, 0.03);
}
.dashboard-list__item--label {
  border: 1px solid #ffffff;
}
.dashboard-list__item--label-selected {
  border-color: #ff9c00;
}
.dashboard-list__item-checkbox {
  transform: none !important;
}
.dashboard-list__item-checkbox:focus, .dashboard-list__item-checkbox:active {
  border-color: #dbdbe9 !important;
}
.dashboard-list__item-user {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.dashboard-list__item-user-avatar {
  width: 3.2rem;
  height: 3.2rem;
}
.dashboard-list__item-user-name {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
}
.dashboard-list__item-user .experience {
  color: #737270;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-left: 0.8rem;
}
.dashboard-list__item-user .experience::before {
  display: none;
}
.dashboard-list__item .job-tags {
  margin-bottom: 1.6rem;
}
.dashboard-list__item-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8px;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.6rem;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
  background: #f2efed;
  color: #3d3c3c;
  padding: 0.2rem 1rem;
}
.dashboard-list__item-status--open {
  color: #ffffff;
  background: #11993e;
}
.dashboard-list__item-status--closed {
  color: #ffffff;
  background: #8c8c8c;
}
.dashboard-list__item-status--unauth, .dashboard-list__item-status--new, .dashboard-list__item-status--invitation, .dashboard-list__item-status--accepted, .dashboard-list__item-status--hidden {
  color: #050505;
}
.dashboard-list__item-heading {
  color: #050505;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  word-wrap: break-word;
  max-width: 100%;
}
.dashboard-list__item-heading:hover, .dashboard-list__item-heading:focus, .dashboard-list__item-heading:active {
  color: #050505;
  text-decoration: none;
}
.dashboard-list__item-description {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  color: #050505;
  margin-bottom: 0 !important;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.15s;
}
.dashboard-list__item-description[aria-expanded=false] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 3) {
  .dashboard-list__item-description[aria-expanded=false] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.dashboard-list__item-divider {
  width: 100%;
  height: 0;
  margin: 2.4rem 0;
  border: none;
  border-top: 1px solid #e6e6e6;
}
.dashboard-list__item-spacer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .dashboard-list__item-spacer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard-list__item-spacer-permament {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.dashboard-list__item-stats {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .dashboard-list__item-stats {
    flex-direction: row;
    gap: 0;
  }
}
.dashboard-list__item-stats-prop {
  display: flex;
  gap: 0.8rem;
  color: #737270;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  align-items: center;
}
.dashboard-list__item-stats-prop--green {
  color: #11993e;
}
.dashboard-list__item-stats-prop--big {
  font-size: 2rem;
  font-weight: 700;
}
.dashboard-list__item-stats-prop::after {
  content: "|";
  display: none;
  padding: 0 1.6rem 0 0.8rem;
  color: #e6e6e6;
}
@media screen and (min-width: 1024px) {
  .dashboard-list__item-stats-prop::after {
    display: block;
  }
}
.dashboard-list__item-stats-prop:last-child::after {
  display: none;
}
.dashboard-list__item-stats-prop-value {
  font: inherit;
  line-height: 1;
}
.dashboard-list__item-category {
  display: inline-flex;
  gap: 1rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #737270;
  font-weight: 700;
}
.dashboard-list__item-foot {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3.2rem;
}

.dashboard-list--offers-container {
  margin-bottom: 12rem;
}
@media screen and (min-width: 1024px) {
  .dashboard-list--offers .dashboard-list__item {
    padding: 2.4rem;
  }
}
.dashboard-list--offers .dashboard-list__item-description * {
  color: #050505 !important;
  margin-bottom: 0 !important;
}
.dashboard-list--offers .dashboard-list__item-description * * {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
}
.dashboard-list--offers .dashboard-list__item-description * p {
  margin-bottom: 1rem;
}
.dashboard-list--offers .dashboard-list__item-description * p br {
  display: inherit;
}
.dashboard-list--offers .dashboard-list__item-description * a {
  color: #4955ff;
}
.dashboard-list--offers .dashboard-list__item-description * a:hover {
  color: #0047ff;
}
.dashboard-list--offers .dashboard-list__item-description * strong {
  font-weight: 700;
}
.dashboard-list--offers .dashboard-list__item-description * ol,
.dashboard-list--offers .dashboard-list__item-description * ul {
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}

.dashboard-list__item-offer {
  border: 1px solid #ffffff;
}
.dashboard-list__item-offer:has(input[data-select-offer-id]:checked) {
  border-color: #ff9c00;
}

*[data-module=user-select] .user-select {
  display: flex;
}
*[data-module=user-select] .user-select select {
  display: none;
}
*[data-module=user-select] .user-select__item {
  display: flex;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 1rem;
}
*[data-module=user-select] .user-select__item__text {
  display: flex;
  flex: 1;
  margin-left: 10px;
  line-height: 34px;
}
*[data-module=user-select] .user-select__item.selected {
  background: #f4f6ff;
  cursor: default;
}
*[data-module=user-select] .user-select__input {
  display: flex;
  flex-direction: column;
  position: relative;
}
*[data-module=user-select] .user-select__input-selected {
  padding: 0.5rem 1rem;
  background: #f5f5f7;
  border-radius: 1rem;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
*[data-module=user-select] .user-select__input-dropdown-icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
  transition: 0.4s all;
}
*[data-module=user-select] .user-select__input-dropdown-icon.active {
  transform: rotate(180deg);
}
*[data-module=user-select] .user-select__input-dropdown-icon img {
  height: 1rem;
}
*[data-module=user-select] .user-select__input-dropdown {
  display: none;
  position: absolute;
  top: 106%;
  left: 0;
  width: 100%;
  max-height: 300px;
  min-width: 200px;
  overflow-y: scroll;
  background: #ffffff;
  z-index: 10;
  border-radius: 1rem;
  box-shadow: 1px 1px 5px 1px #dbdbe9;
}
*[data-module=user-select] .user-select__input-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
*[data-module=user-select] .user-select__input-dropdown ul li {
  cursor: pointer;
  padding: 3px;
}
*[data-module=user-select] .user-select__input-dropdown ul li:last-child {
  border-bottom: 0;
}

.payments h3 {
  margin: 0;
}
.payments-selection h3 {
  margin-bottom: 20px;
}
.payments-selection .payment-method-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.payments-selection .payment-subtitle {
  margin-bottom: 1rem;
}
.payments-selection .payment-subtitle--label {
  font-size: 1.4rem;
  color: #a5a8c6;
}
.payments-selection .payment-subtitle--value {
  color: #4a518a;
  font-size: 1.6rem;
  font-weight: 400;
}
.payments-selection .payment-method-list {
  margin-top: 30px;
}
.payments-selection .payment-method-list-or {
  height: 0.9rem;
  width: 100%;
  border-bottom: solid 1px #c9cce2;
  text-align: center;
  margin: 2rem 0;
}
.payments-selection .payment-method-list-or span {
  background: #ffffff;
  position: relative;
  top: 0;
  padding: 0 2rem;
  line-height: 1.7rem;
  font-size: 1.7rem;
  color: #787b93;
}
.payments-selection .payment-method-link {
  border: rgba(73, 85, 255, 0.3) 1px solid;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 768px) {
  .payments-selection .payment-method-link {
    flex-wrap: nowrap;
  }
}
.payments-selection .payment-method-link:hover, .payments-selection .payment-method-link:focus {
  border-color: #4955ff;
  transition-duration: 0.2s;
}
.payments-selection .payment-method-link__label, .payments-selection .payment-method-link__icons {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .payments-selection .payment-method-link__label, .payments-selection .payment-method-link__icons {
    width: 50%;
  }
}
.payments-selection .payment-method-link__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.7rem;
  line-height: 140%;
  color: #303458;
}
.payments-selection .payment-method-link__label__name {
  height: 2.8em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.payments-selection .payment-method-link__label__commission {
  margin-top: 5px;
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 150%;
  color: #787b93;
}
.payments-selection .payment-method-link__icons {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .payments-selection .payment-method-link__icons {
    justify-content: flex-end;
  }
}
.payments-selection .payment-method {
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #f5f5f7;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex: 1;
  margin-bottom: 10px;
  cursor: pointer;
}
.payments-selection .payment-method .form__label, .payments-selection .payment-method .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .payments-selection .payment-method .resume__form__delete-button, .payments-selection .payment-method .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .payments-selection .payment-method .portfolio__form__delete-button {
  padding: 20px 0;
  display: inline-flex;
  cursor: pointer;
  flex: 1;
}
.payments-selection .payment-method-label {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}
.payments-selection .payment-method-label-text {
  display: flex;
  flex: 1;
  font-weight: 400;
}
.payments-selection .payment-method-label-icons {
  display: flex;
}
.payments-selection .payment-method-label-icons img {
  margin-left: 5px;
}
@media screen and (max-width: 370px) {
  .payments-selection .payment-method-label-icons img {
    height: 2rem;
  }
}
.payments-selection .payment-method-commision {
  padding: 5px 0;
  font-weight: 400;
  color: #787b93;
}
.payments-loader, .payments-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px 0;
}
.payments-summary p {
  margin: 0;
}
.payments-loader p {
  margin: 0 0 0 10px;
}
.payments .payments-powered {
  margin-top: 30px;
}

.existing-companies-list {
  margin-top: 2rem;
}
.existing-companies-list > p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 2rem;
  color: #787b93;
}
.existing-companies-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.existing-companies-list__heading {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.existing-companies-list .existing-company__item {
  padding: 1.4rem;
}
.existing-companies-list .existing-company__item label {
  font-weight: inherit;
}
.existing-companies-list .existing-company__item--active {
  border-radius: 20px;
  background: rgba(237, 238, 255, 0.25);
}
.existing-companies-list .existing-company__name {
  display: block;
  padding: 0px;
  font-weight: 700;
}
.existing-companies-list .existing-company__email {
  display: block;
  padding: 0px;
  font-weight: 400;
}

.payments h3 {
  margin: 0;
}
.payments-selection h3 {
  margin-bottom: 20px;
}
.payments-selection .payment-method-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.payments-selection .payment-subtitle {
  margin-bottom: 1rem;
}
.payments-selection .payment-subtitle--label {
  font-size: 1.4rem;
  color: #a5a8c6;
}
.payments-selection .payment-subtitle--value {
  color: #4a518a;
  font-size: 1.6rem;
  font-weight: 400;
}
.payments-selection .payment-method-list {
  margin-top: 30px;
}
.payments-selection .payment-method-list-or {
  height: 0.9rem;
  width: 100%;
  border-bottom: solid 1px #c9cce2;
  text-align: center;
  margin: 2rem 0;
}
.payments-selection .payment-method-list-or span {
  background: #ffffff;
  position: relative;
  top: 0;
  padding: 0 2rem;
  line-height: 1.7rem;
  font-size: 1.7rem;
  color: #787b93;
}
.payments-selection .payment-method-link {
  border: rgba(73, 85, 255, 0.3) 1px solid;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 768px) {
  .payments-selection .payment-method-link {
    flex-wrap: nowrap;
  }
}
.payments-selection .payment-method-link:hover, .payments-selection .payment-method-link:focus {
  border-color: #4955ff;
  transition-duration: 0.2s;
}
.payments-selection .payment-method-link__label, .payments-selection .payment-method-link__icons {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .payments-selection .payment-method-link__label, .payments-selection .payment-method-link__icons {
    width: 50%;
  }
}
.payments-selection .payment-method-link__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.7rem;
  line-height: 140%;
  color: #303458;
}
.payments-selection .payment-method-link__label__name {
  height: 2.8em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.payments-selection .payment-method-link__label__commission {
  margin-top: 5px;
  font-weight: 400;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  line-height: 150%;
  color: #787b93;
}
.payments-selection .payment-method-link__icons {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .payments-selection .payment-method-link__icons {
    justify-content: flex-end;
  }
}
.payments-selection .payment-method {
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #f5f5f7;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex: 1;
  margin-bottom: 10px;
  cursor: pointer;
}
.payments-selection .payment-method .form__label, .payments-selection .payment-method .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .payments-selection .payment-method .resume__form__delete-button, .payments-selection .payment-method .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .payments-selection .payment-method .portfolio__form__delete-button {
  padding: 20px 0;
  display: inline-flex;
  cursor: pointer;
  flex: 1;
}
.payments-selection .payment-method-label {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}
.payments-selection .payment-method-label-text {
  display: flex;
  flex: 1;
  font-weight: 400;
}
.payments-selection .payment-method-label-icons {
  display: flex;
}
.payments-selection .payment-method-label-icons img {
  margin-left: 5px;
}
@media screen and (max-width: 370px) {
  .payments-selection .payment-method-label-icons img {
    height: 2rem;
  }
}
.payments-selection .payment-method-commision {
  padding: 5px 0;
  font-weight: 400;
  color: #787b93;
}
.payments-loader, .payments-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px 0;
}
.payments-summary p {
  margin: 0;
}
.payments-loader p {
  margin: 0 0 0 10px;
}
.payments .payments-powered {
  margin-top: 30px;
}

.existing-companies-list {
  margin-top: 2rem;
}
.existing-companies-list > p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 2rem;
  color: #787b93;
}
.existing-companies-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.existing-companies-list__heading {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.existing-companies-list .existing-company__item {
  padding: 1.4rem;
}
.existing-companies-list .existing-company__item label {
  font-weight: inherit;
}
.existing-companies-list .existing-company__item--active {
  border-radius: 20px;
  background: rgba(237, 238, 255, 0.25);
}
.existing-companies-list .existing-company__name {
  display: block;
  padding: 0px;
  font-weight: 700;
}
.existing-companies-list .existing-company__email {
  display: block;
  padding: 0px;
  font-weight: 400;
}

.attachment-image {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.attachment-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.attachment-image a {
  display: flex;
  flex-direction: row;
}
.attachment-image a .attachment-image__file {
  display: flex;
  flex: 0 0 75px;
  margin-right: 10px;
}
.attachment-image a .attachment-image__description p {
  color: #303458;
}
.attachment-image a .attachment-image__description p.filename {
  font-weight: 400;
  color: #00d56d;
  text-decoration: underline;
}

.portrait {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
.portrait .user_avatar {
  margin-right: 0;
}
.portrait__details {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
}
.portrait__name {
  font-weight: 700;
  font-size: 1.6rem;
}
.portrait__name .deals_count {
  margin-left: 0.5rem;
  color: #82869f;
  font-weight: 400;
}
.portrait__date {
  color: #82869f;
  font-weight: 400;
}
.portrait a {
  font-weight: 400;
}

.opinion {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.opinion + .opinion .opinion-content {
  padding-top: 2rem;
  margin-top: 0;
  border-top: 1px solid #edeeff;
}
.opinion-block {
  display: flex;
  flex-direction: column;
}
.opinion h4 {
  margin-bottom: 1rem;
}
.opinion a.deal_name {
  font-size: 1.7rem;
}
.opinion-type-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  order: 1;
}
.opinion-type-group.single span {
  margin-bottom: 1rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .opinion-type-group.single span {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .opinion-type-group.single {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.opinion .opinion-thin-label {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.opinion-type {
  padding: 0 10px;
  margin-right: 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  display: inline-flex;
  height: 35px;
  margin-bottom: 10px;
  cursor: pointer;
}
.opinion-type-positive .form__label, input[type=radio]:checked + .opinion-type-positive .form__label, .opinion-type-positive .profile__section.edit_resume .resume__form__delete-button, input[type=radio]:checked + .opinion-type-positive .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .opinion-type-positive .resume__form__delete-button, .profile__section.edit_resume input[type=radio]:checked + .opinion-type-positive .resume__form__delete-button, .opinion-type-positive .profile__section.edit_portfolio .portfolio__form__delete-button, input[type=radio]:checked + .opinion-type-positive .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .opinion-type-positive .portfolio__form__delete-button, .profile__section.edit_portfolio input[type=radio]:checked + .opinion-type-positive .portfolio__form__delete-button, .opinion-type-neutral .form__label, input[type=radio]:checked + .opinion-type-neutral .form__label, .opinion-type-neutral .profile__section.edit_resume .resume__form__delete-button, input[type=radio]:checked + .opinion-type-neutral .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .opinion-type-neutral .resume__form__delete-button, .profile__section.edit_resume input[type=radio]:checked + .opinion-type-neutral .resume__form__delete-button, .opinion-type-neutral .profile__section.edit_portfolio .portfolio__form__delete-button, input[type=radio]:checked + .opinion-type-neutral .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .opinion-type-neutral .portfolio__form__delete-button, .profile__section.edit_portfolio input[type=radio]:checked + .opinion-type-neutral .portfolio__form__delete-button, .opinion-type-negative .form__label, input[type=radio]:checked + .opinion-type-negative .form__label, .opinion-type-negative .profile__section.edit_resume .resume__form__delete-button, input[type=radio]:checked + .opinion-type-negative .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .opinion-type-negative .resume__form__delete-button, .profile__section.edit_resume input[type=radio]:checked + .opinion-type-negative .resume__form__delete-button, .opinion-type-negative .profile__section.edit_portfolio .portfolio__form__delete-button, input[type=radio]:checked + .opinion-type-negative .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .opinion-type-negative .portfolio__form__delete-button, .profile__section.edit_portfolio input[type=radio]:checked + .opinion-type-negative .portfolio__form__delete-button {
  padding: 20px 0;
  display: inline-flex;
  cursor: pointer;
  flex: 1;
}
.opinion-type-positive svg, input[type=radio]:checked + .opinion-type-positive svg, .opinion-type-neutral svg, input[type=radio]:checked + .opinion-type-neutral svg, .opinion-type-negative svg, input[type=radio]:checked + .opinion-type-negative svg {
  margin-right: 10px;
}
.opinion-type-positive svg path, input[type=radio]:checked + .opinion-type-positive svg path, .opinion-type-neutral svg path, input[type=radio]:checked + .opinion-type-neutral svg path, .opinion-type-negative svg path, input[type=radio]:checked + .opinion-type-negative svg path {
  stroke: #82869f;
}
.opinion-type-positive .opinion-type-label, input[type=radio]:checked + .opinion-type-positive .opinion-type-label, .opinion-type-neutral .opinion-type-label, input[type=radio]:checked + .opinion-type-neutral .opinion-type-label, .opinion-type-negative .opinion-type-label, input[type=radio]:checked + .opinion-type-negative .opinion-type-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.opinion-type-positive .opinion-type-label-text, input[type=radio]:checked + .opinion-type-positive .opinion-type-label-text, .opinion-type-neutral .opinion-type-label-text, input[type=radio]:checked + .opinion-type-neutral .opinion-type-label-text, .opinion-type-negative .opinion-type-label-text, input[type=radio]:checked + .opinion-type-negative .opinion-type-label-text {
  display: flex;
  flex: 1;
  font-weight: 400;
  color: #82869f;
}
.opinion-type input[type=radio]:checked + .opinion-type-positive, .opinion-type-positive.active, input[type=radio]:checked + .active.opinion-type-positive {
  border: 1px solid rgba(0, 213, 109, 0.2);
  background-color: rgba(0, 213, 109, 0.1);
}
.opinion-type input[type=radio]:checked + .opinion-type-positive .opinion-type-label-text, .opinion-type-positive.active .opinion-type-label-text, input[type=radio]:checked + .active.opinion-type-positive .opinion-type-label-text {
  color: #00d56d;
  font-weight: 700;
}
.opinion-type input[type=radio]:checked + .opinion-type-positive svg path, .opinion-type-positive.active svg path, input[type=radio]:checked + .active.opinion-type-positive svg path {
  stroke: #00d56d;
}
.opinion-type input[type=radio]:checked + .opinion-type-neutral, .opinion-type-neutral.active, input[type=radio]:checked + .active.opinion-type-neutral {
  border: 1px solid rgba(255, 141, 24, 0.2);
  background-color: rgba(255, 141, 24, 0.1);
}
.opinion-type input[type=radio]:checked + .opinion-type-neutral .opinion-type-label-text, .opinion-type-neutral.active .opinion-type-label-text, input[type=radio]:checked + .active.opinion-type-neutral .opinion-type-label-text {
  color: #ff8d18;
  font-weight: 700;
}
.opinion-type input[type=radio]:checked + .opinion-type-neutral svg path, .opinion-type-neutral.active svg path, input[type=radio]:checked + .active.opinion-type-neutral svg path {
  stroke: #ff8d18;
}
.opinion-type input[type=radio]:checked + .opinion-type-negative, .opinion-type-negative.active, input[type=radio]:checked + .active.opinion-type-negative {
  border: 1px solid rgba(255, 63, 26, 0.2);
  background-color: rgba(255, 63, 26, 0.1);
}
.opinion-type input[type=radio]:checked + .opinion-type-negative .opinion-type-label-text, .opinion-type-negative.active .opinion-type-label-text, input[type=radio]:checked + .active.opinion-type-negative .opinion-type-label-text {
  color: #ff3f1a;
  font-weight: 700;
}
.opinion-type input[type=radio]:checked + .opinion-type-negative svg path, .opinion-type-negative.active svg path, input[type=radio]:checked + .active.opinion-type-negative svg path {
  stroke: #ff3f1a;
}
.opinion-form .opinion-type-group {
  margin-bottom: 20px;
}
.opinion-content {
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .opinion-content {
    flex-direction: column;
  }
}
.opinion-content-portrait {
  display: flex;
  flex-direction: column;
}
.opinion-content-portrait .portrait {
  order: 0;
}
@media screen and (max-width: 767px) {
  .opinion-content-portrait .portrait {
    order: 2;
  }
}
.opinion-content-text-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .opinion-content-text-block {
    margin-left: 0;
  }
}
.opinion-content-text-block .opinion-content-text-block {
  margin-left: 0;
}
.opinion-content-text {
  display: flex;
  background-color: #edeeff;
  border-radius: 20px;
  padding: 25px;
}
.opinion-content-report {
  display: flex;
  margin-top: 0.7rem;
  align-self: flex-end;
  justify-items: center;
  align-items: center;
}
.opinion-content-report img {
  margin-right: 2px;
}
.opinion-content-report a {
  display: inline-flex;
  font-weight: 400;
  color: #ff3f1a;
  font-size: 1.2rem;
}
.opinion-content-respond {
  display: flex;
  flex: 1;
  width: 100%;
  margin: 2rem 0;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .opinion-content-respond {
    width: 100%;
  }
}
.opinion-content-answer {
  display: flex;
  flex: 1;
  width: 100%;
  align-self: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .opinion-content-answer {
    width: 100%;
  }
}
.opinion-content-answer .opinion-thin-label {
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
}
.opinion-content-answer .opinion-content-text {
  background-color: #f5f5f7;
}
.opinion-reply-form {
  margin-top: 3.5rem;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .opinion-reply-form {
    width: 100%;
  }
}

.credit-card-input {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-weight: 400;
  font-size: 16px;
  color: #303458;
  padding-left: calc(52px + 0.5rem);
}
.credit-card-input__wrapper {
  position: relative;
}
.credit-card-input__wrapper .cc-icon {
  content: attr("data-cc-type");
  display: block;
  position: absolute;
  top: 0;
  left: 11px;
  width: 36px;
  height: 30px;
  margin: 11px 0;
  border-radius: 4px;
  background: rgba(48, 52, 88, 0.05);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: transparent;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.15s ease;
}
.credit-card-input__wrapper[data-cc-type=Mastercard] .cc-icon {
  background-color: transparent;
  background-image: url("../images/logos/mastercard-simple.svg");
}
.credit-card-input__wrapper[data-cc-type=Visa] .cc-icon {
  background-color: transparent;
  background-image: url("../images/logos/visa-simple.svg");
}

.toast__success, .toast__warning, .toast__info, .toast__error, .toast__job_invitation, .toast__hint {
  display: inline-flex;
  padding: 15px;
  margin: 1rem 0;
  border-radius: 12px;
  color: #303458;
}
.toast__success {
  background-color: rgba(0, 213, 109, 0.06);
}
.toast__warning {
  background-color: rgba(242, 201, 76, 0.06);
}
.toast__error {
  background-color: rgba(255, 63, 26, 0.06);
}
.toast__info {
  background-color: rgba(73, 85, 255, 0.06);
}
.toast__icon__success, .toast__icon__warning, .toast__icon__info, .toast__icon__error, .toast__icon__eu, .toast__icon__job-invitation, .toast__icon__hint {
  min-height: 76px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 36px 36px;
  padding: 20px 20px 20px 76px;
  margin: 1rem 0;
  border-radius: 20px;
  color: #303458;
  font-size: 1.8rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4em;
  overflow-wrap: break-word;
}
.toast__icon__success--mesg, .toast__icon__warning--mesg, .toast__icon__info--mesg, .toast__icon__error--mesg, .toast__icon__eu--mesg, .toast__icon__job-invitation--mesg, .toast__icon__hint--mesg {
  font-size: 1.1rem;
}
.toast__icon__success a, .toast__icon__warning a, .toast__icon__info a, .toast__icon__error a, .toast__icon__eu a, .toast__icon__job-invitation a, .toast__icon__hint a {
  font-weight: 400;
}
.toast__icon__success {
  background-image: url("../images/icons/status_ok.svg");
  background-color: rgba(0, 213, 109, 0.06);
}
.toast__icon__warning {
  background-image: url("../images/icons/status_warning.svg");
  background-color: rgba(242, 201, 76, 0.06);
}
.toast__icon__error {
  background-image: url("../images/icons/status_error.svg");
  background-color: rgba(255, 63, 26, 0.06);
}
.toast__icon__info {
  background-image: url("../images/icons/status_info.svg");
  background-color: rgba(73, 85, 255, 0.06);
}
.toast__icon__eu {
  background-image: url("../images/icons/eu-flag.svg");
  background-color: rgba(47, 66, 237, 0.06);
  background-position: 20px 20px;
  font-size: 1.2rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .toast__icon__eu {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .toast__icon__eu {
    max-width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .toast__icon__eu {
    max-width: 400px;
  }
}
.toast__icon__job-invitation {
  background-image: url("../images/icons/status_job-invitation.svg");
  background-color: #ffffff;
}
.toast__icon__hint {
  padding: 10px 10px 10px 40px;
  background-position: 0px 13px;
  background-image: url("../images/icons/send-message-hint.svg");
  background-color: transparent;
}

.toasts {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.toasts--first {
  margin-bottom: 1rem;
}
.toasts--last {
  margin-top: 1rem;
}
.toasts--middle {
  margin: 1rem 0;
}

svg-icon,
.svg-icon {
  color: inherit;
}
@-moz-document url-prefix() {
  svg-icon,
  .svg-icon {
    display: inline-block;
    opacity: 0;
    width: 0;
    height: 0;
    animation: show-svg-icon 1.7s forwards;
  }
}
svg-icon__svg,
.svg-icon__svg {
  fill: currentColor;
}
svg-icon:not(.icon),
.svg-icon:not(.icon) {
  width: -moz-fit-content;
  width: fit-content;
}
svg-icon:not(.icon) > svg,
.svg-icon:not(.icon) > svg {
  width: auto;
  max-width: 2rem;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
}
.icon.icon--fill > .svg-icon__svg {
  fill: currentColor;
  stroke: transparent;
}
.icon.icon--stroke > .svg-icon__svg {
  fill: transparent;
  stroke: currentColor;
}
.icon.icon--both > .svg-icon__svg {
  fill: currentColor;
  stroke: currentColor;
}
.icon.icon--6 {
  font-size: 6px;
}
.icon.icon--10 {
  font-size: 10px;
}
.icon.icon--12 {
  font-size: 12px;
}
.icon.icon--14 {
  font-size: 14px;
}
.icon.icon--tiny {
  font-size: 16px;
}
.icon.icon--small {
  font-size: 20px;
}
.icon.icon--default {
  font-size: 24px;
}
.icon.icon--large {
  font-size: 32px;
}
.icon.icon--xlarge {
  font-size: 48px;
}
.icon.icon--baseline {
  vertical-align: baseline;
}
.icon.icon--middle {
  vertical-align: middle;
}
.icon.icon--valign-sub {
  vertical-align: sub;
}
.icon.icon--valign-super {
  vertical-align: super;
}
.icon.icon--valign-text-bottom {
  vertical-align: text-bottom;
}
.icon.icon--valign-text-top {
  vertical-align: text-top;
}
.icon > svg {
  font-size: 100%;
  width: 1em;
  height: 1em;
}

.table {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
}
.table .form__checkbox, .table ul.checkboxselectmultiple.form__input input[type=checkbox], ul.checkboxselectmultiple.form__input .table input[type=checkbox], .table ul.checkboxselectmultiple.form__textarea input[type=checkbox], ul.checkboxselectmultiple.form__textarea .table input[type=checkbox], .table .profile__section.edit_resume .resume__form__delete input[type=checkbox], .profile__section.edit_resume .resume__form__delete .table input[type=checkbox], .table .profile__section.edit_portfolio .portfolio__form__delete input[type=checkbox], .profile__section.edit_portfolio .portfolio__form__delete .table input[type=checkbox], .table ul.checkboxselectmultiple.tags-input__input input[type=checkbox], ul.checkboxselectmultiple.tags-input__input .table input[type=checkbox],
.table ul.checkboxselectmultiple.combined-tags-input__input input[type=checkbox],
ul.checkboxselectmultiple.combined-tags-input__input .table input[type=checkbox] {
  margin-right: 0;
}
.table__header {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #edeeff;
}
@media screen and (max-width: 575px) {
  .table__header {
    display: none;
  }
}
.table__header-text {
  display: flex;
  flex: 2;
  padding: 1.5rem 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.table__header-text.thin {
  flex: 1;
}
.table__header-text.wide {
  flex: 3;
}
.table__content-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 575px) {
  .table__content-row {
    border: 1px solid #edeeff;
    flex-direction: column;
    margin: 1rem 0;
    border-radius: 15px;
  }
}
.table__content-row-item {
  display: flex;
  flex-direction: row;
  flex: 2;
  padding: 0.5rem 2rem;
  border: 1px solid #edeeff;
  word-break: break-word;
}
@media screen and (max-width: 575px) {
  .table__content-row-item {
    border: 0;
    border-bottom: 1px solid #edeeff;
  }
  .table__content-row-item:last-of-type {
    border-bottom: 0;
  }
}
.table__content-row-item-mobile-cellname {
  display: none;
  flex: 1;
  word-break: break-word;
}
@media screen and (max-width: 575px) {
  .table__content-row-item-mobile-cellname {
    display: flex;
    margin-right: 1rem;
    font-weight: 700;
  }
  .table__content-row-item-mobile-cellname:not(.table__content-row-item-mobile-cellname.align-left) {
    justify-content: flex-end;
  }
}
.table__content-row-item-description {
  display: flex;
  flex: 2;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-word;
}
.table__content-row-item-description p {
  margin-bottom: 0;
}
.table__content-row-item-description ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .table__content-row-item-description {
    justify-content: flex-start;
    margin-left: 1rem;
  }
}
.table__content-row-item-description.center-text {
  justify-content: center;
}
.table__content-row-item-description.center-text a {
  width: 100%;
  text-align: center;
}
.table__content-row-item.thin {
  flex: 1;
}
.table__content-row-item.wide {
  flex: 4;
}

.breadcrumbs {
  display: flex;
  flex: 1;
  margin: 0;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 1.6rem;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0.8rem 0.4rem;
}
.breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
.breadcrumbs ul li a,
.breadcrumbs ul li p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #8c8c8c;
  position: relative;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "›";
  line-height: 1;
  font-size: 2.4rem;
  padding: 0;
  margin-left: 0.4rem;
  margin-top: -0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: baseline;
}
.breadcrumbs ul :last-child:after {
  display: none;
}
.breadcrumbs ul :last-child > a,
.breadcrumbs ul :last-child > p {
  color: #050505;
}

.resume .resume__form {
  color: blue;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.resume .resume__form .form__element {
  width: 45%;
}
.resume .resume__form .form__element:last-of-type {
  width: 100%;
  margin: 0;
}
.resume .resume__form hr {
  border: none;
  border-top: 2px solid #f5f5f7;
  width: 100%;
  margin-top: 30px;
}
.resume #resume-item-add-new {
  display: block;
  margin-bottom: 60px;
}

.slider {
  display: block;
  width: 100%;
  overflow: hidden;
}
.slider__content {
  width: 100%;
}
.slider__bullets {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .slider__bullets {
    justify-content: center;
  }
}
.slider__bullet {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.4rem;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #787b93;
}
.slider__bullet.active {
  background-color: #4955ff;
  border: 2px solid #4955ff;
}

.combined-search {
  padding: 0;
  background-color: #f5f5f7;
}
.combined-search > .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .combined-search {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem 1rem;
  }
}
.combined-search .row[data-section] {
  display: none;
}
.combined-search .row[data-section=categories-tags-search] {
  display: block;
}
.combined-search__tabs {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}
.combined-search__tabs__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.combined-search__tabs__content label.controls {
  display: inline-flex;
  font-size: 1.6rem;
  flex: 1;
  padding: 10px;
  grid-row: 1;
  color: #303458;
  font-weight: 700;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media screen and (max-width: 767px) {
  .combined-search__tabs__content label.controls:first-of-type {
    border: 2px solid #f5f5f7;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-right-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .combined-search__tabs__content label.controls:last-of-type {
    border: 2px solid #f5f5f7;
    border-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left-width: 1px;
  }
}
.combined-search__tabs__content input[type=radio] {
  display: none;
}
.combined-search__tabs__content input:checked + label.controls {
  background-color: #ffffff;
  cursor: initial;
}
.combined-search__tabs__content input:checked + label.controls + .form-tab {
  display: flex;
  grid-row: 2;
  grid-column: span 2;
}
.combined-search__tabs__content input:checked + label.controls + .form-tab.left-rounded {
  border-top-right-radius: 0;
}
.combined-search__tabs__content input:checked + label.controls + .form-tab.right-rounded {
  border-top-left-radius: 0;
}
.combined-search__tabs__content .form-tab {
  display: none;
}
.combined-search__tabs__content .form-tab .form__element {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .combined-search .form-tab .panel__content, .combined-search .form-tab .job, .combined-search .form-tab .freelancer-offer__wrapper,
  .combined-search .search-form-tab .panel__content,
  .combined-search .search-form-tab .job,
  .combined-search .search-form-tab .freelancer-offer__wrapper {
    padding: 1.5rem 0;
  }
}
.combined-search .search-form-tab .form__element {
  margin-bottom: 2rem;
}
.combined-search .combined-category-selector {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-category-selector {
    margin: 0;
  }
}
.combined-search .combined-category-selector[data-state=selected] .combined-categories-list__category:not(.combined-categories-list__category--active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-category-selector[data-state=selected] .combined-categories-list__back-button {
    display: flex;
  }
}
.combined-search .combined-category-selector .combined-categories-list__subcategory-wrapper ul {
  padding: 0;
  overflow: initial;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-category-selector__header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .combined-search .combined-category-selector__header-mobile {
    display: none !important;
  }
}
.combined-search .combined-category-selector__header-mobile h5 {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border: none;
  background: none;
  padding: 0.5rem 1.5rem;
  border-radius: 12px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-category-selector__header-mobile {
    display: flex;
  }
}
.combined-search .combined-category-selector__mobile-header {
  display: none;
  border: 2px solid #f5f5f7;
  border-radius: 12px;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-category-selector__mobile-header {
    display: flex;
  }
}
.combined-search .combined-category-selector__mobile-header__title {
  display: flex;
  flex: 1;
}
.combined-search .combined-category-selector__mobile-header__title div {
  margin: 0;
  line-height: 30px;
  color: #303458;
}
.combined-search .combined-category-selector__mobile-header__title p {
  margin: 0;
  line-height: 30px;
  color: #303458;
}
.combined-search .combined-category-selector__mobile-header__title .default {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.combined-search .combined-category-selector__mobile-header__title .default p {
  font-weight: 700;
  display: inline-flex;
  flex: 1;
}
.combined-search .combined-category-selector__mobile-header__title .default span {
  color: #4955ff;
  font-weight: 700;
}
.combined-search .combined-category-selector__mobile-header__title .selected {
  display: none;
  flex-direction: row;
  align-items: center;
}
.combined-search .combined-category-selector__mobile-header__title .remove {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4955ff;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.combined-search .combined-category-selector__mobile-header__title .remove img {
  width: 12px;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-categories-list__mobile-background {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
  }
}
.combined-search .combined-categories-list {
  border-radius: 12px;
  width: 100%;
  padding: 0;
  position: relative;
}
.combined-search .combined-categories-list .combined-categories-list__back-link {
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-categories-list .combined-categories-list__back-link {
    display: none !important;
  }
  .combined-search .combined-categories-list .combined-categories-list__back-link .go-back {
    color: #303458;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .combined-search .combined-categories-list {
    display: block !important;
  }
}
.combined-search .combined-categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-categories-list {
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    z-index: 1000000;
    padding: 1rem 2rem 1rem 3rem;
    background-color: #ffffff;
  }
  .combined-search .combined-categories-list ul {
    overflow: auto;
  }
  .combined-search .combined-categories-list .combined-categories-list__back-button {
    top: 0.5rem;
    left: -2rem;
    background-color: #dbdbe9;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .combined-search .combined-categories-list .combined-categories-list__close-button {
    display: block;
    top: 1.5rem;
    right: 1rem;
  }
  .combined-search .combined-categories-list .combined-categories-list__selection-button.button {
    display: flex;
  }
  .combined-search .combined-categories-list .combined-categories-list__selection-button.button p {
    margin: 0;
    color: #ffffff;
  }
  .combined-search .combined-categories-list .combined-categories-list__selection-button.button .search-in-all-cats {
    display: flex;
  }
  .combined-search .combined-categories-list .combined-categories-list__selection-button.button .search-in-cat {
    display: none;
  }
}
.combined-search .combined-categories-list__back-button {
  display: none;
  position: absolute;
  top: 4rem;
  left: 1rem;
  height: 40px;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
}
.combined-search .combined-categories-list__close-button {
  display: none;
  position: absolute;
  top: 4rem;
  right: 1rem;
  background: none;
  border: none;
}
.combined-search .combined-categories-list__selection-button.button {
  display: none;
}
.combined-search .combined-categories-list__selection-button.button span {
  display: inline-flex;
  margin-left: 5px;
  font-weight: 400;
  font-style: italic;
}
.combined-search .combined-categories-list__items {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-categories-list__items {
    overflow: auto;
  }
}
.combined-search .combined-categories-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border: none;
  background: none;
  padding: 0.5rem 1.5rem;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-categories-list__item {
    padding: 0.2rem 1.5rem;
  }
}
.combined-search .combined-categories-list__item:active, .combined-search .combined-categories-list__item:hover {
  background-color: rgba(73, 85, 255, 0.1);
}
.combined-search .combined-categories-list__subcategory-wrapper {
  display: none;
}
.combined-search .combined-categories-list__subcategory-wrapper .combined-categories-list__subcategory-name {
  font-weight: 400;
}
.combined-search .combined-categories-list__category--active {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.combined-search .combined-categories-list__category--active .combined-categories-list__subcategory-wrapper {
  font-size: 100px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .combined-search .combined-categories-list__category--active .combined-categories-list__subcategory-wrapper {
    overflow: auto;
  }
}
.combined-search .combined-categories-list__category-icon {
  color: #4955ff;
  margin-right: 1.5rem;
  font-size: 2rem;
}
.combined-search .combined-categories-list__category-name {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 0;
  color: #303458;
  font-weight: 700;
  text-align: left;
}
.combined-search .combined-categories-list__category-name:first-letter {
  text-transform: uppercase;
}
.combined-search .combined-categories-list__subcategory {
  font-weight: 400;
  padding-left: 35px;
}
.combined-search .combined-categories-list__subcategory input[type=radio] {
  display: none;
}
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + label span,
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + a span {
  font-weight: 700;
  color: #4955ff;
}
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + label .combined-categories-list__subcategory-icon,
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + a .combined-categories-list__subcategory-icon {
  color: inherit;
}
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + label .combined-categories-list__subcategory-name,
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + a .combined-categories-list__subcategory-name {
  color: inherit;
}
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + label .combined-categories-list__subcategory-clear-button,
.combined-search .combined-categories-list__subcategory input[type=radio]:checked + a .combined-categories-list__subcategory-clear-button {
  display: initial;
}
.combined-search .combined-categories-list__subcategory-icon {
  color: #4955ff;
  margin-right: 1.5rem;
}
.combined-search .combined-categories-list__subcategory-name {
  color: #303458;
  text-align: left;
  font-weight: 400;
}
.combined-search .combined-categories-list__subcategory-name:first-letter {
  text-transform: uppercase;
}
.combined-search .combined-categories-list__subcategory-clear-button {
  position: relative;
  border: none;
  background: none;
  display: none;
  margin-left: 1rem;
  margin-right: -0.5rem;
}
.combined-search .combined-categories-list__subcategory-clear-button:after, .combined-search .combined-categories-list__subcategory-clear-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 2px;
  background: #ffffff;
  border-radius: 1rem;
}
.combined-search .combined-categories-list__subcategory-clear-button:before {
  transform: rotate(45deg);
}
.combined-search .combined-categories-list__subcategory-clear-button:after {
  transform: rotate(-45deg);
}
.combined-search .combined-tags-input__input-input {
  width: -moz-max-content;
  width: max-content;
}
.combined-search .combined-tags-input__input-input-editable {
  display: inline-block;
  width: 100%;
  min-width: 10px;
}
.combined-search .combined-tags-input__input-input-editable:empty::before {
  display: inline;
  content: attr(data-placeholder);
  color: #787b93;
}
.combined-search .combined-tags-input__suggestions {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.combined-search .combined-tags-input__suggestions-tag, .combined-search .combined-tags-input__suggestions-link, .combined-search .combined-tags-input__suggestions-item {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  background-color: #eceeff;
  color: #4955ff;
  border: 0;
  font-weight: 700;
  border-radius: 1rem;
}
.combined-search .combined-tags-input__suggestions-link, .combined-search .combined-tags-input__suggestions-item {
  cursor: pointer;
}
.combined-search .combined-tags-input__suggestions-tag {
  cursor: default;
}
.combined-search .combined-tags-input__suggestions-label {
  padding: 1rem 0 2rem;
}
.combined-search .go-back {
  color: #4955ff;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  display: inline-flex;
}
.combined-search button.button {
  width: 100%;
}
.combined-search .search-options {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .combined-search .search-options {
    margin-top: 0;
  }
}
.combined-search .search-options span {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
  color: #4955ff;
  cursor: pointer;
}
.combined-search .search-options__categories {
  display: none;
}
.combined-search .search-options__name {
  display: none;
  flex-direction: column;
}
.combined-search .search-options ul {
  margin-left: 15px;
  padding-left: 5px;
  list-style: none;
}
.combined-search .search-options ul li::before {
  content: "•";
  color: #4955ff;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.combined-search .combined__suggestions {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .combined-search .combined__suggestions {
    display: none;
  }
}
.combined-search .combined__suggestions-tag, .combined-search .combined__suggestions-link, .combined-search .combined__suggestions-item {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  margin: 3px;
  font-size: 1.2rem;
  background-color: #eceeff;
  color: #4955ff;
  font-weight: 700;
  border-radius: 1rem;
}
.combined-search .combined__suggestions-tag.active, .combined-search .combined__suggestions-link.active, .combined-search .combined__suggestions-item.active {
  color: #ffffff;
  background: #4955ff;
  padding-right: 30px;
  margin: 3px;
  position: relative;
}
.combined-search .combined__suggestions-tag.active .close, .combined-search .combined__suggestions-link.active .close, .combined-search .combined__suggestions-item.active .close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 3.4rem;
  margin: auto;
  display: inline-flex;
  align-items: center;
}
.combined-search .combined__suggestions-link, .combined-search .combined__suggestions-item {
  cursor: pointer;
}
.combined-search .combined__suggestions-tag {
  cursor: default;
}
.combined-search .combined__suggestions-label {
  flex: 100%;
  padding: 1rem 0 2.5rem;
  color: #787b93;
}

.acceptance__freelancer_data {
  display: flex;
}
.acceptance__user-data {
  justify-content: flex-start !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acceptance__freelancer-header {
  margin-bottom: 2rem;
  font-weight: 700;
  color: #00d56d !important;
}
.acceptance__employer-header {
  margin-bottom: 2rem;
  font-weight: 700;
  color: #4955ff !important;
}
.acceptance__review-wrapper {
  margin-top: 1.5rem;
}

.user-finance a {
  font-weight: 400;
}
.user-finance .link-with-img {
  display: inline-flex;
}
.user-finance .link-with-img img {
  margin-right: 10px;
}

.payment-type-section {
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #f5f5f7;
  border-radius: 12px;
  gap: 2rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
}
.payment-type-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.payment-type-section__icon {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.payment-type-section__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.payment-type-section__header, .payment-type-section__body, .payment-type-section__footer {
  flex-basis: 100%;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.payment-type-section__header {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #303458;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.payment-type-section__text {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #a5a8c6;
}
.payment-type-section__list {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1rem 0;
  list-style: none;
  margin: 0;
}
.payment-type-section__list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #a5a8c6;
}
.payment-type-section__list__item > span {
  margin: 0;
}
.payment-type-section.default {
  border-color: #4955ff;
}
.payment-type-section__default {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  background-color: #f5f5f7;
}
.payment-type-section__default .switch {
  margin-bottom: 0;
}
.payment-type-section__default p {
  margin-left: 15px;
  margin-bottom: 0;
  color: #303458;
}

.payment-details-form a {
  font-weight: 400;
}
.payment-details-form__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.payment-details-form__header .logo {
  display: flex;
  flex: 0 0 34px;
  margin: 10px 20px 10px 0;
}
.payment-details-form__header h2 {
  display: block;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #303458;
}
.payment-details-form__content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-bottom: 10px;
}
.payment-details-form__content p {
  font-weight: 700;
  color: #303458;
  margin-bottom: 10px;
}
.payment-details-form__content .span {
  color: #8e8ea2;
  margin-bottom: 10px;
}
.payment-details-form__content .span b {
  font-weight: 700;
  color: #303458;
}
.payment-details-form__content p + .text-row {
  margin-top: 10px;
}
.payment-details-form__content .text-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}
.payment-details-form__content .text-row span {
  padding: 0 10px;
}
.payment-details-form__content .text-row p,
.payment-details-form__content .text-row span {
  margin-bottom: 0;
}
.payment-details-form__content .form__input-wrapper {
  width: 100%;
}
.payment-details-form__content .small-form-wrapper {
  max-width: 450px;
}
.payment-details-form__content .status-field {
  max-width: 300px;
  margin: 0 0 20px;
  background: #f5f5f7;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
}
.payment-details-form__content .status-field img {
  padding: 0 15px;
}
.payment-details-form__content .set-as-default {
  margin: 3rem 0 1rem;
}
.payment-details-form__content .set-as-default .form__element {
  margin-bottom: 0;
}
.payment-details-form__content .set-as-default label {
  font-weight: 400;
}
.payment-details-form__content .account-number,
.payment-details-form__content .account-bic,
.payment-details-form__content .country-code,
.payment-details-form__content .additional {
  display: flex;
  flex: 0 0 35%;
  padding: 0 5px;
}
.payment-details-form__content .account-number {
  flex: 0 0 50%;
}
.payment-details-form__content .country-code {
  justify-content: center;
  flex: 0 0 20%;
}
.payment-details-form__content .country-code span {
  padding: 0 10px;
  margin-bottom: 0;
}
.payment-details-form__content .additional {
  flex: 0 0 85%;
}
.payment-details-form__content .account-row {
  padding: 20px 0;
}
.payment-details-form__content .account-row .inputs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.payment-details-form__content .account-row .inputs label {
  margin-bottom: 5px;
  font-weight: 700;
}
.payment-details-form__content .buttons {
  margin-top: 3rem;
}
.payment-details-form__content__connected p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  color: #303458;
}
.payment-details-form__content__connected span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  color: #a5a8c6;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 40px;
}

.payoneer-form {
  padding-top: 1rem;
}
.payoneer-form__heading {
  font-size: 1.4rem;
  font-weight: 700;
  list-style: 2.1rem;
  margin-bottom: 0.8rem;
}
.payoneer-form__text-block {
  max-width: 583px;
  margin-bottom: 2.4rem;
}
.payoneer-form__link {
  font-weight: 700 !important;
  text-decoration: underline;
}
.payoneer-form a.payoneer-form__button {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: normal;
  height: 5.6rem;
  padding: 1.6rem 2rem;
  box-shadow: 0 2rem 3rem 0 rgba(204, 249, 255, 0.2) inset;
  margin-bottom: 1.6rem;
  align-items: baseline;
}

.finance-section {
  padding: 0;
  padding-bottom: 2rem;
  background: #ffffff;
  color: #303458;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .finance-section {
    padding: 2rem 2rem;
    padding-bottom: 4rem;
  }
}

div.xdsoft_datetimepicker {
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0px 30px 60px rgba(65, 76, 229, 0.13);
  border: none;
  padding: 1rem;
  color: #303458;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker button {
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: #303458 !important;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_monthselect,
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_yearselect {
  border-color: #a5a8c6;
  border-radius: 1.2rem;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_monthselect .xdsoft_option,
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_yearselect .xdsoft_option {
  padding: 5px 20px 5px 10px;
  text-align: left;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_option {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: #303458 !important;
  box-shadow: none !important;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_option:hover {
  background: #ffffff !important;
  color: #4955ff !important;
  box-shadow: none !important;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_option.xdsoft_current {
  background: #4955ff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table {
  border-collapse: separate;
  border-spacing: 0;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead {
  background: blue;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead tr th {
  background: #ffffff;
  border: 1px solid #ffffff;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tr td {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  margin: 0;
  color: #303458;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tr td:hover {
  background: #ffffff !important;
  border-color: #4955ff !important;
  color: #303458 !important;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tr td.xdsoft_other_month {
  background: #edeeff;
  border-color: #edeeff !important;
  color: #a5a8c6;
}
div.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tr td.xdsoft_current {
  background: #4955ff;
  border-color: #4955ff !important;
  color: #ffffff;
}

.overview {
  padding: 1.5rem 3rem;
  background-color: #f5f5f7;
  display: flex;
  flex-direction: row;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .overview {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.overview:first-of-type {
  padding-top: 3rem;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.overview:last-of-type {
  padding-bottom: 3rem;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.overview a.skill {
  color: #303458;
  text-decoration: underline;
  font-weight: 400;
}
.overview a.skill:hover {
  color: #303458;
}
.overview .tag {
  color: #82869f;
}
.overview__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .overview__item {
    padding: 1rem;
  }
}
.overview__item--budget p {
  font-weight: 700;
}
.overview__item--skills {
  flex: 100%;
}
.overview__item .headline {
  margin-bottom: 1rem;
}
.overview__item-price {
  font-weight: 700;
}
.overview__item-price span {
  font-weight: 400;
  font-size: 12px;
}
.overview__data {
  display: flex;
  font-size: 1.1rem;
}
.overview__data .svg-icon__svg {
  font-size: 1.6rem;
}
.overview__data span {
  margin-right: 0.3rem;
}
.overview__data--published {
  color: #a5a8c6;
}
.overview__data--expires {
  color: #00d56d;
}
.overview__data--closed {
  color: #a5a8c6;
}
.overview .colored {
  display: inline-block;
}
.overview .colored.important {
  color: #ffc866;
}
.overview .colored.warning {
  color: #ff3f1a;
  font-weight: 700;
}
.overview .colored.success {
  color: #00d56d;
}
.overview .colored.info {
  color: #2f42ed;
}
.overview__tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.for-investors {
  width: 100%;
  padding: 8rem;
}
.for-investors h1,
.for-investors h2,
.for-investors .for-investors-text > span,
.for-investors p.dark-blue {
  color: #4a518a;
}
.for-investors h2 {
  margin-bottom: 3rem;
}
.for-investors h1,
.for-investors p.dark-blue {
  margin-bottom: 4rem;
}
.for-investors .for-investors-text > span {
  display: block;
  margin-bottom: 1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  font-weight: 400;
}
.for-investors p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.7rem;
  line-height: 3rem;
}
.for-investors a.download-by-law {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .for-investors {
    padding: 8rem 2rem;
  }
}
.for-investors--row {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  justify-content: space-between;
  align-items: center;
}
.for-investors--row .for-investors-text p + ul {
  color: #787b93;
}
.for-investors--row .for-investors-text p + ul a {
  color: #787b93;
}
.for-investors--row .for-investors-text p + ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .for-investors--row {
    flex-direction: column;
    row-gap: 4rem;
  }
  .for-investors--row.reverse {
    flex-direction: column-reverse;
  }
}
.for-investors--row div {
  max-width: 576px;
}
.for-investors--row img.for-investors-img {
  max-width: 35rem;
}
.for-investors--row img.for-investors-img--enlarged {
  max-width: 45rem;
}
.for-investors--row img.for-investors-img--hero {
  max-width: 55rem;
  width: 55rem;
}
@media screen and (max-width: 991px) {
  .for-investors--row img.for-investors-img {
    max-width: 30rem;
  }
}

.section--bg-gray.for-investors .for-investors--row {
  margin-top: 8rem;
}
.section--bg-gray.for-investors .for-investors--row:first-of-type {
  margin-top: 0;
}

.as-freelancer,
.as-employer {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 400;
}

.as-freelancer {
  color: #00d56d !important;
}

.as-employer {
  color: #4955ff !important;
}

.roles-init__panels {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 8rem;
}
.roles-init__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 42rem;
  padding: 4rem;
  gap: 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #e9efff;
  background: #ffffff;
}
.roles-init__heading {
  color: #405080;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.28px;
  margin-bottom: 0.8rem;
  padding: 0;
}
.roles-init__subheading {
  color: #405080;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
.roles-init__paragraph {
  color: #6f7380;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}

.search-form {
  /* Remove arrows in input fields */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.search-form input::-webkit-outer-spin-button,
.search-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-form input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (min-width: 1024px) {
  .search-form {
    flex-direction: row;
    gap: 1.6rem;
    margin: 0;
    padding-right: 0.6rem;
  }
}
.search-form__form {
  display: flex;
  flex-wrap: wrap;
}
.search-form__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 2rem;
  min-width: 16rem;
  width: 30%;
}
@media screen and (min-width: 1024px) {
  .search-form__btn-wrapper {
    width: initial;
  }
}
@media screen and (max-width: 479px) {
  .search-form__btn-wrapper {
    margin-left: 0;
    padding: 0;
  }
}
.search-form__btn-wrapper button {
  width: 100%;
  height: 4.5rem;
}
.search-form__input-wrapper {
  height: 4.5rem !important;
  min-height: 4.5rem !important;
  position: relative;
}
.search-form__input {
  height: 4.5rem !important;
  min-height: 4.5rem !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0 1rem 0 3.5rem;
}
.search-form__input#id_amount_from, .search-form__input#id_amount_to {
  padding-left: 5rem;
}
.search-form__input--data {
  padding-right: 3rem;
}
.search-form__element {
  width: 30%;
  padding: 0 0.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .search-form__element {
    padding: 0;
    width: 100%;
  }
}
.search-form__element--twin-left {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .search-form__element--twin-left {
    width: 50%;
  }
}
.search-form__element--twin-left input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.search-form__element--twin-right {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .search-form__element--twin-right {
    width: 50%;
  }
}
.search-form__element--twin-right input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.search-form__element--wide {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .search-form__element--wide {
    width: 100%;
  }
}
.search-form__icon {
  padding: 0 1.2rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.search-form__cancel {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 0 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-form__user-search {
  height: 4.5rem;
  position: relative;
}
.search-form__user-search .user-select__input {
  width: 100%;
  height: 4.5rem;
}
.search-form__user-search .user-select__input-selected {
  background: white !important;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: center;
}
.search-form__user-search .user_avatar__small {
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
}
.search-form__user-search .user-select__item {
  align-items: center;
}
.search-form__user-search--selected .user-select__input-dropdown-icon {
  display: none;
}
.search-form__filter-btn {
  display: flex;
  color: #4955ff;
  cursor: pointer;
  padding: 0;
}
.search-form__filter-btn-icon {
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  margin-right: 0.25rem;
}
.search-form__filter-btn-icon--close .svg-icon__svg {
  font-size: 1.2rem;
}
.search-form__filter-btn-icon--hidden {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.as-freelancer,
.as-employer {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 400;
}

.as-freelancer {
  color: #00d56d !important;
}

.as-employer {
  color: #4955ff !important;
}

.roles-init__panels {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 8rem;
}
.roles-init__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 42rem;
  padding: 4rem;
  gap: 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #e9efff;
  background: #ffffff;
}
.roles-init__heading {
  color: #405080;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.28px;
  margin-bottom: 0.8rem;
  padding: 0;
}
.roles-init__subheading {
  color: #405080;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
.roles-init__paragraph {
  color: #6f7380;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}

.progressbar {
  display: flex;
  position: relative;
  flex-basis: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 4px;
  background: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}
.progressbar::before {
  content: " ";
  display: block;
  background: linear-gradient(90deg, #eb001b 0.18%, #faa61a 27.27%, #fcd221 57.21%, #00d56d 84.3%);
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.15s linear;
  width: var(--progress, 0);
}
.progressbar.progressbar--inverted {
  background: linear-gradient(90deg, #eb001b 0.18%, #faa61a 27.27%, #fcd221 57.21%, #00d56d 84.3%);
}
.progressbar.progressbar--inverted::before {
  background: #f4f4f4;
  left: initial;
  right: 0;
  width: calc(100% - var(--progress, 0%));
}

.dropbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .dropbox {
    min-height: 200px;
  }
}
.dropbox__file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.dropbox__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 100%;
  gap: 1rem;
  flex-wrap: nowrap;
  padding: 2rem 1rem;
  transition: 0.15s ease-in-out;
  color: #edeeff;
  border: 3px #edeeff dashed;
}
@media screen and (min-width: 1024px) {
  .dropbox__container {
    padding: 4rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.dropbox__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  width: 1em;
  height: 1em;
  transition: 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .dropbox__icon {
    font-size: 96px;
    width: 1em;
    height: 1em;
  }
}
.dropbox__icon > svg {
  color: inherit;
  font-size: 1em;
  width: 1em;
  height: 1em;
  line-height: 1;
  fill: transparent;
  stroke: currentColor;
}
.dropbox.dropbox--dragging {
  background: #edeeff;
}
.dropbox.dropbox--dragging .dropbox__icon {
  color: #c9cce2;
}
@media screen and (min-width: 1024px) {
  .dropbox__content {
    flex-basis: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.dropbox__text, .dropbox__description {
  flex-basis: 100%;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .dropbox__text, .dropbox__description {
    text-align: center;
  }
}
.dropbox__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #4a518a;
  display: none;
}
@media screen and (min-width: 1024px) {
  .dropbox__text {
    display: inline-block;
  }
}
.dropbox__text--special {
  color: #4955ff;
}
.dropbox__text--mobile {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .dropbox__text--mobile {
    display: none;
  }
}
.dropbox__description {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.9;
  color: #a5a8c6;
}
.dropbox__description:empty {
  display: none;
}
.dropbox__error {
  color: #ff3f1a;
}

.uploaded-files {
  padding: 2rem 0;
  width: 100%;
}
.uploaded-files__header {
  margin-bottom: 2rem;
}
.uploaded-files__title {
  display: inline;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #303458;
}
.uploaded-files__title > .uploaded-files__title-count {
  font: inherit;
  color: inherit;
  margin: 0;
}
.uploaded-files__toggle {
  all: unset;
  cursor: pointer;
  display: inline;
  color: #4955ff;
}
.uploaded-files__toggle:hover {
  text-decoration: underline;
}
.uploaded-files__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: file-index;
  background: transparent;
}
.uploaded-files__list p {
  margin: 0 !important;
  padding: 0 !important;
  color: #787b93 !important;
}
.uploaded-files__item {
  counter-increment: file-index;
}

.uploaded-file {
  width: 100%;
  min-height: 6rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "index content" ". meta";
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0 1rem;
  transition: 0.15s ease-in-out;
}
.uploaded-file::before {
  grid-area: index;
  content: counter(file-index);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edeeff;
  color: #a5a8c6;
  border-radius: 400px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  padding: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
}
.uploaded-file::before .uploaded-file--invalid.uploaded-file::before {
  display: none;
}
.uploaded-file__container {
  grid-area: content;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  grid-area: content;
  gap: 1rem;
  padding: 0;
}
.uploaded-file__name {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uploaded-file--invalid .uploaded-file__name {
  color: #ff3f1a;
}
.uploaded-file__description {
  min-width: 0;
  max-width: 32ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uploaded-file__content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: flex-start;
  min-height: 3rem;
  gap: 1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.5;
  color: #787b93;
  margin: 0;
  padding: 0;
}
.uploaded-file__meta {
  grid-area: meta;
  flex-basis: 100%;
  min-height: 3rem;
}
.uploaded-file--invalid .uploaded-file__meta {
  display: none;
}
.uploaded-file__meta-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 100%;
  gap: 1rem;
}
.uploaded-file__size {
  font-size: 13px;
  line-height: 1;
  color: #a5a8c6;
}
.uploaded-file__action {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 24px;
  height: 24px;
  background: #f5f5f7;
  color: #303458;
  border-radius: 18px;
  border: 0;
  transition: 0.15s ease-in-out;
}
.uploaded-file__action:hover, .uploaded-file__action:focus {
  background: #eceeff;
  color: #4955ff;
}
.uploaded-file__action--danger {
  color: #ff3f1a;
}
.uploaded-file__action--danger:hover, .uploaded-file__action--danger:focus {
  color: #ff3f1a;
}
.uploaded-file .uploaded-file__meta--uploading {
  display: none;
}
.uploaded-file__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.uploaded-file__error {
  display: none;
  color: #ff3f1a;
  opacity: 1;
}
.uploaded-file--has-error.uploaded-file .uploaded-file__error {
  display: block;
}
.uploaded-file__progress {
  display: inline-block;
  white-space: nowrap;
  min-width: 10ch;
  text-align: right;
}
.uploaded-file--uploading {
  opacity: 0.8;
}
.uploaded-file--uploading.uploaded-file .uploaded-file__meta--uploading {
  display: flex;
  flex-basis: 100%;
  gap: 1rem;
}
.uploaded-file--uploading.uploaded-file .uploaded-file__meta--uploading .uploaded-file__meta-content {
  display: flex;
  flex-wrap: nowrap;
  flex-basis: 100%;
  gap: 1rem;
}
.uploaded-file--uploading.uploaded-file .uploaded-file__name {
  pointer-events: none;
  color: #a5a8c6;
}
.uploaded-file--uploading.uploaded-file .uploaded-file__meta--uploaded {
  display: none;
}
.uploaded-file--removing {
  opacity: 0.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.uploaded-file > .uploaded-file__action {
  display: none;
  grid-area: index;
}
.uploaded-file--error .uploaded-file__content .uploaded-file__action, .uploaded-file--removing .uploaded-file__content .uploaded-file__action, .uploaded-file--uploading .uploaded-file__content .uploaded-file__action {
  display: none;
}
.uploaded-file--uploading > .uploaded-file__action, .uploaded-file.uploaded-file--invalid > .uploaded-file__action {
  display: inline-flex;
}
.uploaded-file.uploaded-file--invalid .uploaded-file__error, .uploaded-file.uploaded-file--invalid .uploaded-file__meta {
  display: inline;
  color: #ff3f1a;
}

@media screen and (max-width: 767px) {
  .responsive-nav {
    display: flex;
    flex-direction: column;
    border-radius: 1.2rem;
    position: relative;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .responsive-nav--white .responsive-nav__nav {
    background-color: #ffffff;
  }
  .responsive-nav--white .responsive-nav__mobile-header {
    background-color: #ffffff;
  }
}
.responsive-nav__nav {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .responsive-nav__nav {
    padding: 0;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .responsive-nav__nav {
    display: none;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 2rem 0 0;
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 1.2rem;
    box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
  }
}
.responsive-nav__nav--opened {
  z-index: 7000;
}
.responsive-nav__mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.8rem;
  background-color: #f5f5f7;
  color: #a5a8c6;
  border-radius: 1.2rem;
  z-index: 3;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .responsive-nav__mobile-header {
    display: none;
  }
}
.responsive-nav__mobile-header svg {
  color: #4955ff;
  transition: all 0.5s ease-in-out;
}
.responsive-nav__mobile-header--opened {
  background-color: #ffffff;
  color: #303458;
  font-weight: 700;
  border-bottom: 0.1rem solid #eeeeee;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 7001;
}
.responsive-nav__mobile-header--opened svg {
  transform: rotate(-180deg);
}
.responsive-nav__mobile-header--hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .responsive-nav__nav-element {
    margin: 0 1rem;
    padding: 0.5rem;
  }
  .responsive-nav__nav-element:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .responsive-nav__nav-element {
    padding: 1.4rem 0;
  }
}
.responsive-nav__nav-element a {
  color: #303458;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .responsive-nav__nav-element a {
    display: block;
    padding: 0.5rem 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .responsive-nav__nav-element--active {
    border-bottom: 0.3rem solid #4955ff;
  }
  .responsive-nav__nav-element--active a {
    color: #4955ff;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .responsive-nav__nav-element--active {
    background-color: #edeeff;
  }
}
.responsive-nav__nav-element-label {
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .responsive-nav--bubble {
    padding-top: 1.5rem;
  }
  .responsive-nav--bubble .responsive-nav__nav-element {
    border: 0px;
    padding: 0;
    margin: 0 0.5rem;
  }
  .responsive-nav--bubble .responsive-nav__nav-element:first-of-type {
    margin-left: 0;
  }
  .responsive-nav--bubble .responsive-nav__nav-element a {
    padding: 0.7rem 1.2rem;
    border: 1px solid #4955ff;
    border-radius: 1.8rem;
    color: #4955ff;
  }
  .responsive-nav--bubble .responsive-nav__nav-element a .counter {
    color: #4955ff;
  }
  .responsive-nav--bubble .responsive-nav__nav-element--active a {
    background-color: #4955ff;
    color: #ffffff;
  }
  .responsive-nav--bubble .responsive-nav__nav-element--active .counter {
    color: #ffffff !important;
  }
}
.responsive-nav--bubble-dashboard .responsive-nav__mobile-header {
  background-color: #ffffff;
}
.responsive-nav--bubble-dashboard .responsive-nav__mobile-header .svg-icon {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .responsive-nav--bubble-dashboard .responsive-nav__nav {
    display: flex;
    gap: 0.8rem;
    align-items: stretch;
    margin: 0;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element .svg-icon {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-self: stretch;
    min-height: 100%;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element:first-of-type {
    margin-left: 0;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element a {
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    color: #787b93;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    height: 100%;
    min-height: 3.4rem;
    margin: 0;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element a .counter {
    padding: 0;
    color: #a5a8c6;
    font-size: 1.2rem;
    background-color: #f7f7ff;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element a .svg-icon {
    display: inline-flex;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element a .svg-icon__svg {
    fill: transparent;
    stroke: currentColor;
    font-size: 2.4rem;
    color: #a5a8c6;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element--active a {
    border: 1px solid #4955ff;
    color: #4955ff;
  }
  .responsive-nav--bubble-dashboard .responsive-nav__nav-element--active a .svg-icon__svg {
    color: #4955ff;
  }
}

.unread {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ef153a;
  color: #ffffff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none;
}
.unread:hover, .unread:focus {
  text-decoration: none;
}
.unread__value {
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.unread--small {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.unread--orange {
  background: #ff8d18;
}
.unread--no-letter-spacing {
  letter-spacing: 0;
}

.job-invitation__contractors-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .job-invitation__contractors-wrapper {
    flex-direction: column;
  }
}
.job-invitation__contractor {
  display: flex;
}
@media screen and (max-width: 767px) {
  .job-invitation__contractor {
    padding-bottom: 2rem;
  }
}
.job-invitation__label {
  font-size: 1.8rem;
  padding: 4rem 0;
  color: #787b93;
}
.job-invitation__job-item a:visited {
  color: #303458;
}

.navigation-unread {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-25%, -25%);
}
.navigation-change-language__header {
  font-weight: 600;
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
}
.navigation-change-language .popover-navigation {
  min-width: 180px !important;
}
.navigation-change-language .popover-navigation__list {
  gap: 0 !important;
}
.navigation-change-language .popover-navigation__link {
  font-weight: 400;
  font-size: 1.6rem !important;
}

.user-brief {
  position: relative;
  padding: 0.6rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 100%;
  color: #303458;
  text-decoration: none;
  font-weight: 400;
}
.user-brief__portrait {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.user-brief__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin: 0;
}
.user-brief__name {
  display: inline-block;
  font-weight: 700;
  flex-basis: 100%;
  font-size: 1.4rem;
  max-width: 24ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #193380;
  line-height: normal;
}
.user-brief__meta {
  color: #a5a8c6;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: normal;
}

.sidemenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidemenu__item {
  display: flex;
  flex: 1;
}
.sidemenu__item a {
  display: flex;
  flex: 1;
  padding: 1em 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #303458;
  border-bottom: 1px solid #eeeeee;
}
.sidemenu__item--active a {
  color: #4955ff;
  font-weight: 700;
}

.investors__headline {
  color: #4a518a;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  letter-spacing: -0.02em;
}
.investors__main-headline {
  margin-bottom: 9.5rem;
}
.investors h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .investors h2 {
    margin-top: 4rem;
  }
}
.investors p {
  font-size: 1.8rem;
}
.investors a svg {
  height: 1.9rem;
  font-size: 1.9rem;
}
.investors .svg-icon {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0;
}
.investors .svg-icon > svg {
  fill: currentColor;
  stroke: currentColor;
}
.investors__articles h2 {
  margin-bottom: 8rem;
}
.investors__articles-article {
  margin-bottom: 8rem;
}
.investors__documents h3 {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.investors__documents p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #787b93;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.investors__documents a {
  font-weight: 400;
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.investors__history-entry {
  min-height: 150px;
}
.investors__history-entry-image img {
  max-width: 150px;
  max-height: 80px;
}
.investors__history-entry-date {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investors__history-entry-date p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #ffffff;
  color: #aab3f8;
  border: 1px solid #aab3f8;
  z-index: 1;
  font-size: 1.5rem;
  margin: 0;
}
.investors__history-entry-date-line {
  content: ".";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #aab3f8;
  z-index: 0;
}
.investors__history-entry-text p {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.investors__history-entry-text p span {
  font-size: 150%;
  font-weight: 700;
  margin-right: 2px;
}
.investors__history-entry-text p.capitalized {
  text-transform: uppercase;
}
.investors__history-entry:first-of-type .investors__history-entry-date-line {
  height: 50%;
  bottom: 0;
}
.investors__history-entry:last-of-type .investors__history-entry-date-line {
  height: 50%;
  bottom: 50%;
}
.investors__group img {
  margin-bottom: 4rem;
}
.investors__results iframe + p {
  margin-top: 6rem;
}
.investors__results a {
  font-weight: 400;
  font-size: 1.9rem;
}
.investors #investors-hubspot-form .hs-form-field {
  margin-bottom: 3rem;
}
.investors #investors-hubspot-form .hs-form-field label {
  font-weight: 700;
  color: #353b64;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.investors #investors-hubspot-form .hs-form-field input,
.investors #investors-hubspot-form .hs-form-field textarea {
  width: 100%;
  min-height: 5.2rem;
  background: #ffffff;
  border: 1px solid #a5a8c6;
  box-shadow: inset -10px -10px 10px rgba(255, 255, 255, 0.3), inset 10px 10px 10px rgba(103, 114, 229, 0.04);
  border-radius: 1rem;
  margin: 0;
  font-weight: 400;
  font-size: 1.6rem;
  transition: 0.15s ease;
  color: #303458;
  outline: none;
  padding: 0 2rem;
  line-height: 2.4rem;
}
.investors #investors-hubspot-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.investors #investors-hubspot-form .hs-error-msg {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #ff3f1a !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left;
}
.investors #investors-hubspot-form .hs-fieldtype-textarea textarea {
  padding: 2rem;
  min-height: 14rem;
}
.investors #investors-hubspot-form input[type=submit] {
  border: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 1.2rem;
  transition: 0.15s ease;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
  height: 4.8rem;
  padding: 0 2rem;
  background: #ff9c00;
  min-width: 15rem;
  padding: 0 3.5rem;
}
.investors #investors-hubspot-form input[type=submit]:hover {
  background: #ffaf32;
}

.investors-article {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .investors-article {
    flex-direction: column;
  }
}
.investors-article__image {
  display: flex;
  max-height: 230px;
  flex: 0 0 340px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .investors-article__image {
    flex: 1;
    width: 100%;
  }
}
.investors-article__image img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.investors-article__content {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  flex-direction: column;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .investors-article__content {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.investors-article__content-headline {
  margin-bottom: 1.9rem;
  font-size: 2.8rem;
  color: #4a518a;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
.investors-article__content-created_at {
  color: #a5a8c6;
  margin-bottom: 1.9rem;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.investors-article__content-text {
  color: #303458;
  margin-bottom: 1.9rem;
  font-size: 1.8rem;
}
.investors-article__content .svg-icon {
  margin-right: 0;
}
.investors-article__content .svg-icon > svg {
  fill: #4955ff;
  stroke: #4955ff;
}

.prompt-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .prompt-modal {
    align-items: center;
    justify-content: center;
  }
}
.prompt-modal__content {
  padding: 0;
  background: #ffffff;
  border-radius: 1.2rem 1.2rem 0 0;
  box-shadow: 0 5px 25px 0 rgba(73, 85, 255, 0.13);
  padding: 3rem;
  padding-bottom: 4rem;
  width: 100%;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 6rem);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .prompt-modal__content {
    border-radius: 1.2rem;
    padding: 3rem;
    padding-bottom: 3rem;
    width: 520px;
    max-width: calc(100% - 4rem);
    max-height: calc(100% - 4rem);
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .prompt-modal__content--wider {
    width: 640px;
  }
}
.prompt-modal__header {
  width: 100%;
}
.prompt-modal__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #4a518a;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
  max-width: 34ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .prompt-modal__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 768px) {
  .prompt-modal__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
}
.prompt-modal.prompt-modal--danger .prompt-modal__title {
  color: #ff3f1a;
}
.prompt-modal__body {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #4a518a;
}
.prompt-modal__footer {
  width: 100%;
  display: flex;
  gap: 1rem;
  padding: 0;
  padding-top: 1rem 0;
  padding-bottom: 2rem 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media (width >= 360px) {
  .prompt-modal__footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.prompt-modal__footer .prompt-modal--cancel {
  order: 1;
}
@media (width >= 360px) {
  .prompt-modal__footer .prompt-modal--cancel {
    order: -1;
  }
}
.prompt-modal__input {
  width: 100%;
  border-radius: 1.2rem;
  background: #f5f5f7;
  color: #000000;
  border: 1px solid #f5f5f7;
}
.prompt-modal__input.prompt-modal__input--textarea {
  resize: vertical;
  min-height: 10rem;
  max-height: 20rem;
  resize: vertical;
  padding: 1rem;
  font: inherit;
}
.prompt-modal__button.button {
  height: 48px;
  padding: 14px 40px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (width >= 360px) {
  .prompt-modal__button.button {
    width: auto;
  }
}

.infobar {
  display: block;
  background: #fff6c9;
  color: #787b93;
  margin: 0;
  padding: 2rem;
  border-radius: 1.2rem 1.2rem 0 0;
}
.infobar__content {
  margin-bottom: 0;
  padding: 0;
}
.infobar__title {
  color: #303458;
}
.infobar__link {
  color: #4955ff;
  text-decoration: none;
}
.infobar__link:hover {
  color: #4955ff;
  text-decoration: underline;
}

.club__section {
  background: #fffadf;
  padding: 0rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .club__section {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .club__section {
    padding: 3rem 2rem;
  }
}
.club__section-container {
  background: #fffef6;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 93%; /* magic number */
}
@media screen and (min-width: 992px) {
  .club__section-container {
    background-image: url("../images/illustrations/co-z-ta-palma.svg");
  }
}
.club__section-content {
  padding: 2rem 0rem;
}
@media screen and (min-width: 768px) {
  .club__section-content {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .club__section-content {
    padding: 4rem 2rem;
  }
}
.club__section-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.02em;
  color: #303458;
}
.club__section-logo {
  max-height: 100px;
}

.payment-table {
  border: none;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.payment-table__wrapper {
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: left;
  width: 100%;
  padding: 2rem 0;
  overflow: auto;
}
@media screen and (min-width: 480px) {
  .payment-table__wrapper {
    border: 2px solid #edeeff;
    padding: 2rem;
  }
}
.payment-table > thead > tr > th, .payment-table > thead > tr > td, .payment-table > tbody > tr > td {
  text-align: left;
  padding: 0.5rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 480px) {
  .payment-table > thead > tr > th, .payment-table > thead > tr > td, .payment-table > tbody > tr > td {
    padding: 1rem;
  }
}
.payment-table > thead > tr > th, .payment-table > thead > tr > td {
  text-transform: uppercase;
  color: #a5a8c6;
}
.payment-table > tbody > tr > td {
  vertical-align: top;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #303458;
}
.payment-table__number {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0;
  color: #a5a8c6;
  word-break: break-all;
  overflow-wrap: break-word;
}
.payment-table__number span.payment-table__number {
  margin-bottom: 0 !important;
}
.payment-table__number-details {
  width: 100%;
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.payment-table__number-details img.icon {
  display: none;
}
@media screen and (min-width: 480px) {
  .payment-table__number-details img.icon {
    display: inline-flex;
  }
}
.payment-table__number-dots {
  display: inline-block;
  margin: 0 !important;
  letter-spacing: 0.2rem;
  font-size: 0.5rem;
  align-items: center;
  vertical-align: middle;
}
.payment-table__number-dots:before {
  content: "• • • •";
  display: inline-block;
}

.offer-submitted {
  display: flex;
  align-items: center;
  background-color: #00d56d;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.offer-submitted .svg-icon {
  margin-right: 0.6rem;
}
.offer-submitted .svg-icon svg {
  font-size: 1.5rem;
}

.recent-jobs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-jobs__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .recent-jobs__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.recent-jobs__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.recent-jobs__header--inline {
  gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.recent-jobs__header-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #050505;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recent-jobs__header-title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.recent-jobs__header-title a {
  color: #050505;
  text-decoration: underline;
}
.recent-jobs__header-meta {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #303458;
  padding-left: 0.5rem;
}
.recent-jobs__grid-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.recent-jobs__grid {
  display: grid;
  gap: 2rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .recent-jobs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .recent-jobs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@supports (grid-template-rows: masonry) {
  .recent-jobs__grid {
    grid-template-rows: masonry;
  }
}
.recent-jobs__grid-item {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
@supports (grid-template-rows: masonry) {
  .recent-jobs__grid-item {
    align-items: flex-start;
  }
}
.recent-jobs__grid--cap-max-visible-items .recent-jobs__grid-item {
  display: none;
}
.recent-jobs__grid--cap-max-visible-items .recent-jobs__grid-item:nth-child(-n+4) {
  display: flex;
}
@media screen and (min-width: 768px) {
  .recent-jobs__grid--cap-max-visible-items .recent-jobs__grid-item {
    display: none;
  }
  .recent-jobs__grid--cap-max-visible-items .recent-jobs__grid-item:nth-child(-n+6) {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .recent-jobs__grid--cap-max-visible-items .recent-jobs__grid-item {
    display: flex;
  }
}
.recent-jobs__content {
  position: relative;
  padding-bottom: 2rem;
}
.recent-jobs__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  padding-top: 6rem;
  background: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20.04%, white 37.92%);
}
.recent-jobs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.recent-jobs__list-item {
  display: flex;
  flex-basis: 100%;
}

.recent-job {
  flex-basis: 100%;
  background: transparent;
  color: #303458;
  padding: 2.4rem;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "author" "details" "footer";
  gap: 1rem;
}
.recent-job.recent-job--tile {
  background: #ffffff;
}
.recent-job.recent-job--list-item {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.recent-job__author {
  grid-area: author;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  gap: 1rem;
}
.recent-job__author-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.recent-job__author-name {
  display: inline-block;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #050505;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
.recent-job__author-meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #050505;
}
.recent-job__author-meta-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3px;
  height: 3px;
  background: currentColor;
  line-height: 1;
  border-radius: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  color: #c9cce2;
}
.recent-job__author-experience {
  vertical-align: middle;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #787b93;
}
.recent-job__header {
  grid-area: details;
}
.recent-job__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #050505;
  margin-bottom: 1rem;
  min-height: initial;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .recent-job__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.recent-job--list-item .recent-job__title {
  min-height: initial;
}
.recent-job__title:hover, .recent-job__title:focus, .recent-job__title:active {
  color: #050505;
  text-decoration: underline;
}
.recent-job__description {
  grid-area: description;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  color: #787b93;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .recent-job__description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.recent-job__details {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "budget meta";
  gap: 1rem;
}
.recent-job__details-budget {
  grid-area: budget;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #00d56d;
}
.recent-job__details-meta {
  grid-area: meta;
}
.recent-job__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.recent-job__meta-icon {
  margin-right: 0.5rem;
  margin-bottom: 1px;
  line-height: 1;
  vertical-align: middle;
}
.recent-job__footer {
  grid-area: footer;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.recent-job__footer-icon {
  margin-right: 0.5rem;
  margin-bottom: 1px;
  line-height: 1;
  vertical-align: middle;
}
.recent-job__skills {
  display: flex;
  overflow: hidden;
  gap: 2rem 0.5rem;
  max-height: 33px;
}
.recent-job__skills > .tag {
  border-radius: 3000px;
  max-width: 24ch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.recent-job__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.recent-job__category-name {
  color: #000000;
  margin-right: 1rem;
}

.content-slider__wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.content-slider__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.15s;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 992px) and (pointer: fine) {
  .content-slider__action {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0.8rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.no-mobile-buttons .content-slider__action {
  display: none !important;
}
@media (min-width: 992px) and (pointer: fine) {
  .no-mobile-buttons .content-slider__action {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .content-slider--desktop-fit .content-slider__action {
    display: none !important;
  }
}
.content-slider__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 0;
  width: 5rem;
  height: 5rem;
  transition: 0.15s;
}
.content-slider__action-button.content-slider--prev {
  transform: translate(-10px);
}
.content-slider__action-button.content-slider--next {
  transform: translate(10px);
}
.content-slider__action--show .content-slider__action-button {
  transform: translate(0);
}
.content-slider__action--show {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.content-slider__action--prev {
  border-radius: 1.2rem 0 0 1.2rem;
  left: 0;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
@media (min-width: 992px) and (pointer: fine) {
  .content-slider__action--prev {
    padding-right: 4rem;
  }
}
.content-slider--gray .content-slider__action--prev {
  background-image: linear-gradient(to right, #f5f5f7, rgba(245, 245, 247, 0));
}
.content-slider__action--next {
  right: 0;
  border-radius: 0 1.2rem 1.2rem 0;
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
@media (min-width: 992px) and (pointer: fine) {
  .content-slider__action--next {
    padding-left: 3rem;
  }
}
.content-slider--gray .content-slider__action--next {
  background-image: linear-gradient(to left, #f5f5f7, rgba(245, 245, 247, 0));
}
.content-slider__slider {
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 2rem 2rem 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(var(--items-count, 3), var(--item-width, 340px));
  justify-content: stretch;
  gap: 2rem;
  overflow: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 2rem;
  border-radius: 1.2rem;
  scrollbar-color: #c1c1c1 transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
@media (min-width: 992px) and (pointer: fine) {
  .content-slider__slider {
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .content-slider--desktop-fit .content-slider__slider {
    overflow: visible;
    grid-template-columns: repeat(var(--items-count, 3), minmax(230px, var(--item-width, 340px)));
    justify-content: flex-start;
  }
}
.content-slider--even-on-desktop .content-slider__slider {
  overflow: hidden !important;
  overflow-x: auto !important;
}
.content-slider--no-padding .content-slider__slider {
  padding: 0;
}
.content-slider__slider::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.content-slider__slider::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 6px;
}
.content-slider__slider::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.content-slider__slider-item {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  scroll-snap-align: center;
  scroll-padding: 2rem;
}
.content-slider__wrapper.-no-row-gap {
  width: calc(100% + 48px);
  max-width: initial;
  margin-left: -24px;
  margin-right: -24px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content-slider__wrapper.-no-row-gap .content-slider__slider {
  width: calc(100% + 48px);
}

.no-payout {
  color: #303458;
  border: 1px solid #ffc866;
  border-radius: 20px;
  background-color: #fffadf;
  background-image: url("../images/illustrations/no-payouts-method-background.svg");
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .no-payout {
    flex-direction: row;
    padding: 40px 30px;
    gap: 50px;
  }
}
.no-payout__cover {
  width: 100%;
  height: 154px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .no-payout__cover {
    max-width: 228px;
    height: 242px;
  }
}
.no-payout__image {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}
.no-payout__content {
  display: block;
  padding: 0;
  margin: 0;
}
.no-payout__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #303458;
  margin-bottom: 20px;
}
.no-payout .mb-4 {
  margin-bottom: 20px;
}
.no-payout__text {
  width: 100%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #303458;
  margin-top: 0;
  margin-bottom: 20px;
}
.no-payout__text p.no-payout__text {
  margin-top: 0;
  margin-bottom: 20px;
}

.password-check {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 0.2rem;
  margin: 0;
  padding: 0.8rem 0 0 2.4rem;
}
.password-check__field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.password-check__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 150%;
  color: #787b93;
}
.password-check__icon {
  width: 16px;
  height: 16px;
  background: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/indeterminate-tick-check.svg");
  transition: 0.15s;
}
.success .password-check__icon {
  background-image: url("../images/icons/ok-tick-check.svg");
  color: #00d56d;
}

.scroll-slider {
  overflow-x: auto;
}
.scroll-slider--animated {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scroll-slider--animated::-webkit-scrollbar, .scroll-slider--animated::-webkit-scrollbar-thumb {
  display: none;
}

.logo-slider {
  overflow-x: hidden;
}
.logo-slider--animated {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  justify-content: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.logo-slider--animated::-webkit-scrollbar, .logo-slider--animated::-webkit-scrollbar-thumb {
  display: none;
}

.demo-heading {
  margin-bottom: 0;
}
.demo-heading--no-content {
  margin-bottom: 3rem;
}
.demo-heading__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 9rem;
  height: 3rem;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 0.6rem;
  background: #fcd221;
  text-transform: uppercase;
}
.demo-heading__fast-badge {
  display: inline-block;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0;
  vertical-align: middle;
  padding: 0.6rem 1.2rem 0.4rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  border-radius: 0.6rem;
  background: #fcd221;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  transform: translateY(-0.2em);
}

.demo-speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  top: 3rem;
  background: #4955ff;
  box-shadow: 0px 30px 60px rgba(65, 55, 181, 0.13);
  border-radius: 2rem;
  padding: 1.5rem;
  z-index: 1000;
  margin: 0 2rem;
}
.demo-speech-bubble__foot {
  position: absolute;
  bottom: -1.7rem;
  left: 4rem;
  z-index: -1;
}
.demo-speech-bubble__icon {
  padding-right: 1.5rem;
}
.demo-speech-bubble__icon img {
  width: 10rem;
  height: auto;
}
.demo-speech-bubble__content {
  color: #ffffff;
  font-size: 1.8rem;
}
.demo-speech-bubble__fast {
  --tip-size: var(--bubble-tip-size, 6.4rem);
  --tip-outset: calc(var(--tip-size) / 2);
  --tip-sink: calc(var(--tip-size) / 3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #4955ff;
  color: #ffffff;
  box-shadow: 0px 3rem 6rem rgba(65, 55, 181, 0.13);
  border-radius: 2rem;
  padding: 1.6rem;
  gap: 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 64ch;
}
.demo-speech-bubble__fast-icon {
  display: none;
  width: 8rem;
  height: auto;
  margin-bottom: -3rem;
  transform: translateY(-3rem);
}
@media screen and (min-width: 480px) {
  .demo-speech-bubble__fast-icon {
    display: inline-block;
  }
}
.demo-speech-bubble__fast-content {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
  color: #ffffff;
  padding-top: 0;
  text-align: left;
}
.demo-speech-bubble__fast-foot {
  position: absolute;
  display: block;
  width: var(--tip-size);
  height: var(--tip-size);
  bottom: 0;
  left: 4rem;
  z-index: -1;
  transform: translateY(50%);
}
.demo-speech-bubble__fast.to-bottom {
  margin-top: calc(var(--tip-sink) * -1);
  transform: translateY(var(--tip-sink));
}

.demo-summary__label {
  font-size: 1.6rem;
  color: #303458;
}
.demo-summary__title {
  font-size: 2rem;
  color: #4a518a;
}
.demo-summary__payment-value {
  font-size: 2.6rem;
  color: #4a518a;
  font-weight: 700;
}
.demo-summary__payment-vat {
  font-size: 1.8rem;
  color: #4a518a;
}

.demo-finish {
  font-size: 1.8rem;
  line-height: 2.2;
}
.demo-finish__link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #00d56d;
  transition: 0.15s ease;
}

.toggle-password {
  position: relative;
  margin-bottom: 3em;
}
.toggle-password__eye {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 2.4rem;
  right: 0;
  transform: translateY(-50%) translateX(-1.6rem);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
}
.toggle-password__eye-open {
  background-image: url("../images/icons/eye-off.svg");
}
.toggle-password__eye-closed {
  background-image: url("../images/icons/eye-open.svg");
}
.form-group:has(+ .no-top-margin) .toggle-password {
  margin-bottom: 1rem;
}

.input-password {
  padding-right: 5rem;
}

.tags-landing__hero {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tags-landing__hero {
    margin: 0;
    margin-bottom: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.tags-landing__hero-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  font-weight: 700;
  font-size: 3.2rem !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #303458;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tags-landing__hero-title {
    font-size: 4.2rem !important;
  }
}
.tags-landing__hero-subtitle {
  display: block;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  color: #303458;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tags-landing__hero-subtitle {
    font-size: 3.4rem;
  }
}
.tags-landing__hero-prose {
  width: 100%;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(7px);
  }
  65% {
    transform: translateY(-4px);
  }
  85% {
    transform: translateY(2px);
  }
}
.card {
  border-radius: 1.4rem;
  background-color: #ffffff;
}
.card__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: 0.2px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .card__title {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.16px;
  }
}
.card__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.26px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .card__text {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 160%;
    letter-spacing: 0.36px;
  }
}
.card__text--uppercase {
  text-transform: uppercase;
}
.card--shadowed, .card--animated:focus, .card--animated:hover {
  box-shadow: 0 5px 25px 0 rgba(65, 55, 181, 0.13);
}
.card--animated {
  animation: 1s ease both;
  transition: 0.2s ease;
}
.card--animated:focus, .card--animated:hover {
  animation-name: bounce;
}
.card--centered {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 5.2rem 4.4rem;
}
.card--centered-small {
  padding: 3.2rem;
}
.card--centered .card__img {
  width: 2rem;
  height: 2rem;
}
.card--centered .card__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
}
.card--centered .card__img--big {
  width: 2.4rem;
  height: 2.4rem;
}
.card--centered .card__text {
  text-align: center !important;
}
.card--light {
  border-radius: 1rem;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}
.card--light .card__img-container {
  display: flex;
  border-radius: 3.2rem;
  border-width: 3px;
  border-style: solid;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem;
  margin-bottom: 2.4rem;
}
.card--light .card__img-container--purple {
  border-color: #593eb7;
}
.card--light .card__img-container--green {
  border-color: #9df200;
}
.card--light .card__title {
  font-family: "Nexa", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: normal;
  font-weight: 700;
  color: #050505;
  margin-bottom: 2.4rem !important;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .card--light .card__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.card--light .card__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: normal;
  color: #3d3c3c;
  text-align: left;
  align-self: flex-end;
}
.card--light-bg {
  background-color: #fcfdff;
  border: 1px solid #e9efff;
}
.card--light-bg .card__img-container {
  background: #00d56d;
}
.card--light-bg .card__title {
  color: #193380;
}
.card--light-bg .card__text {
  color: #6f7380;
}
.card--flex {
  flex-basis: 28rem;
}
@media screen and (min-width: 992px) {
  .card--flex {
    flex-basis: 33.3%;
  }
}
.card--fluid {
  position: relative;
  width: 100%;
  height: 100%;
}
.card--sm {
  padding: 3.2rem;
}
.card--md {
  padding: 4rem;
}

.anim--fade-up {
  opacity: 0;
  transform: translate3d(0, 45px, 0);
}
@media screen and (min-width: 768px) {
  .anim--fade-up {
    transform: translate3d(0, 90px, 0);
  }
}
@media (prefers-reduced-motion) {
  .anim--fade-up {
    transform: translate3d(0, 35px, 0);
  }
}
.anim--fade-up.ready {
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-property: transform, opacity;
}
@media (prefers-reduced-motion) {
  .anim--fade-up.ready {
    transition: 0.8s ease;
    transition-property: transform, opacity;
  }
}
.anim--fade-up.show {
  opacity: 1;
  transform: translateZ(0);
}

.counter--color[data-counter-color=fine] {
  color: #737270;
}
.counter--color[data-counter-color=warning] {
  color: #ffc866;
}
.counter--color[data-counter-color=overflow] {
  color: #ff3f1a;
}

.simple-uploader {
  display: inline-flex;
  flex-direction: column;
  max-width: 320px;
  align-items: flex-start;
  justify-content: flex-start;
}
.simple-uploader .simple-uploader__label {
  color: #4955ff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.simple-uploader__file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.simple-uploader__filename {
  color: #787b93;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 24ch;
}
.simple-uploader__remove {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  color: rgba(255, 63, 26, 0.8);
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.document-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  gap: 0.4rem;
}
.document-download span {
  line-height: 1;
  max-width: 24ch;
  font-weight: 400;
}
.document-download__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.documents__expiration {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #787b93;
}

.useme-club__member-badge {
  display: inline-flex;
  height: 1.6rem;
  padding: 0 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.4rem;
  color: #405080;
  background: #fff1b3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.my-offers__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.my-offer {
  position: relative;
  display: flex;
  gap: 1.6rem;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 2rem;
  transition: 0.15s ease;
}
.my-offer:hover, .my-offer:focus {
  box-shadow: 0 5px 25px 0 rgba(65, 55, 181, 0.13);
  text-decoration: none;
}
.my-offer__content {
  flex: 1;
}
.my-offer__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.2rem;
  color: #8e8ea2 !important;
  font-weight: 400;
  text-decoration: none !important;
  padding-right: 1rem;
}
@supports (-webkit-line-clamp: 2) {
  .my-offer__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.my-offer__quote {
  padding: 1.2rem;
  display: flex;
  gap: 1.2rem;
  background: #edeeff;
  border-radius: 1rem;
  color: #303458;
  font-weight: 400;
}
.my-offer__quote-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  margin: 0.8rem 0;
}
@supports (-webkit-line-clamp: 3) {
  .my-offer__quote-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.my-offer__quote-content * {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
}
.my-offer__quote-content p {
  margin-bottom: 1rem;
}
.my-offer__quote-content p br {
  display: inherit;
}
.my-offer__quote-content a {
  color: #4955ff;
}
.my-offer__quote-content a:hover {
  color: #0047ff;
}
.my-offer__quote-content strong {
  font-weight: 700;
}
.my-offer__quote-content ol,
.my-offer__quote-content ul {
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.my-offer__quote-description {
  word-break: break-word;
}
.my-offer__quote-author {
  display: inline-block;
  font-weight: 700;
  margin-right: 1ch;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  overflow: auto;
  padding: 1.6rem;
}
.popup.active {
  display: flex;
}
.popup__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup__body {
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 3.2rem;
  max-width: 60rem;
  width: 100%;
  position: relative;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.popup__title {
  color: #050505;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.popup__content {
  color: #050505;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin: 0;
  padding: 0;
}
.popup__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}

.fast-footer {
  font-size: 14px;
}
.fast-footer.fast-footer--simple {
  width: 100%;
  text-align: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 14px;
  line-height: 213%;
  color: #9899ac;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fast-footer.fast-footer--modern {
  background: #4955ff;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.fast-footer.fast-footer--modern .row-spacer {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.1;
  border-top: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  .fast-footer.fast-footer--modern .row-spacer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.fast-footer.fast-footer--modern a {
  color: inherit;
}
.fast-footer__address {
  margin-bottom: 10px;
}
.fast-footer__address br {
  display: initial;
}
.fast-footer__address-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}
.fast-footer__address-text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}

:root:has(body.simple-background),
body.simple-background {
  background: #f5f5f7;
}

:root:has(body.auth-background),
body.auth-background {
  background: #f0ecea;
}
:root:has(body.auth-background) .section--bg-gray,
body.auth-background .section--bg-gray {
  background: #f0ecea;
}

.auth-page {
  max-width: 63rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-page__box {
  width: 100%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  background: #ffffff;
  border-radius: 2.4rem;
}
.auth-page--small {
  max-width: 50rem;
}
.auth-page--small .auth-page__box {
  gap: 4rem;
}
.auth-page__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 10rem;
  width: 100%;
  margin: 2rem auto 6rem auto;
}
.auth-page__aside {
  display: none;
}
@media screen and (min-width: 1024px) {
  .auth-page__aside {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 16rem;
  }
}
.auth-page__header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
  padding: 0 2rem;
}
.auth-page__header-text {
  color: #3d3c3c;
  text-align: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-wrap: pretty;
  max-width: 59rem;
  margin: 0 auto;
}
.auth-page__header-text.auth-page__header-text--larger {
  font-size: 1.8rem;
  line-height: 1.2;
}
.auth-page__heading {
  color: #050505;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  text-align: center;
  margin-bottom: 0;
}
.auth-page__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.auth-page__terms-and-conditions {
  color: #737270;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  text-wrap: pretty;
  margin-bottom: 4.8rem;
}
.auth-page__terms-and-conditions a {
  color: #737270;
  text-decoration: underline;
}
.auth-page__remind-password {
  color: #000000 !important;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-underline-position: from-font;
}
.auth-page__form {
  width: 100%;
}
.auth-page__form-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.6rem;
}
.auth-page .categories-list {
  background: none;
  padding: 0;
}
.auth-page .categories-list .auth-page .categories-list__items {
  padding: 0;
  margin: 0;
}
.auth-page .categories-list .auth-page .categories-list__item {
  padding: 0.25rem 0.5rem;
  margin: 0;
}
.auth-page .categories-list .auth-page .categories-list__subcategory {
  padding: 1rem;
}
.auth-page .form__label, .auth-page .profile__section.edit_resume .resume__form__delete-button, .profile__section.edit_resume .auth-page .resume__form__delete-button, .auth-page .profile__section.edit_portfolio .portfolio__form__delete-button, .profile__section.edit_portfolio .auth-page .portfolio__form__delete-button {
  color: #050505;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  padding: 0;
  margin: 0;
  margin-bottom: 1.6rem;
}
.auth-page .form__input, .auth-page .form__textarea, .auth-page .tags-input__input,
.auth-page .combined-tags-input__input,
.auth-page .select .selectize-input,
.auth-page .autocomplete__input .selectize-input {
  background: #ffffff;
  box-shadow: none;
  min-height: 4.8rem;
  border-radius: 1.2rem;
}
.auth-page #div_id_localprofile-tax_regimes input[type=checkbox] {
  border-radius: 10rem;
  border-color: #6f7380;
  border-width: 0.2rem;
}
.auth-page #div_id_localprofile-tax_regimes input[type=checkbox]:checked {
  border-color: #4955ff;
}
.auth-page #div_id_localprofile-tax_regimes .controls {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.auth-page #div_id_localprofile-tax_regimes .controls .checkbox {
  color: #6f7380;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.016rem;
  margin: 0;
  padding: 0;
}
.auth-page__legal-info {
  margin-top: 2.4rem;
  padding: 0 1.6rem;
}
.auth-page__legal-info,
.auth-page__legal-info p {
  color: #737270;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.auth-page__legal-info p {
  margin-bottom: 1rem;
}
.auth-page__legal-info-button {
  color: #1e1e1e;
  text-decoration: underline;
  border: 0;
  padding: 0;
  background: transparent;
}

.auth-separator {
  position: relative;
  text-align: center;
  width: 100%;
}
.auth-separator__text {
  position: relative;
  background: #ffffff;
  color: #a5a8c6;
  padding: 0 2rem;
  z-index: 1;
}
.auth-separator::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background: #edeeff;
  z-index: 0;
}

.availability-status {
  display: inline-flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.6rem;
  color: #f9f9f9;
}
.availability-status--open {
  background: #33dd8a;
}
.availability-status--unavailable {
  background: #e53e3e;
  opacity: 0.8;
}
.availability-status--useme-club {
  background: #ffba4d;
}
.availability-status__content {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.availability-status__container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: auto;
  margin-top: 0.8rem;
  margin-right: 2.2rem;
}
@media screen and (min-width: 768px) {
  .availability-status__container {
    position: absolute;
    margin: 0;
    top: 0.8rem;
    right: 2.2rem;
  }
}

.offer-toggle-favorite__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: transparent;
  width: 4rem;
  height: 4rem;
  color: #ff3f1a;
  cursor: pointer;
  transition: 0.15s ease;
  position: relative;
  z-index: 2;
}
.offer-toggle-favorite__button:hover {
  transform: scale(1.05);
}
.offer-toggle-favorite__button:active, .offer-toggle-favorite__button:focus {
  transition: 0.1s;
  transform: scale(0.95);
}
.offer-toggle-favorite__button svg > path {
  fill: transparent;
  transition: 0.15s ease;
}
.offer-toggle-favorite__button--favorite svg > path {
  fill: currentColor;
}
.offer-toggle-favorite__button--loading {
  opacity: 0.8;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.review-deal__heading-2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  line-height: 125%;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.28px;
}
@media screen and (min-width: 992px) {
  .review-deal__heading-2 {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: -0.8px;
  }
}
.review-deal__heading-4 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.23px;
}
.review-deal__heading-5 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.16px;
}

:export {
  cRed: #ff3f1a;
  cGreen: #00d56d;
  cYellow: #ffc866;
}

/**
 * Mixins for easy typography
 * used mixins cause it allows to use them @media - responsivity
 *
 * example: @include heading-1;
 * .need-paragraph-style {
 *    @include paragraph;
 *    color: $c-primary;
 * }
 */
.payment-back-status {
  padding: 4rem 0 1.6rem;
  min-height: calc(100vh - 7.8rem - 6rem);
  row-gap: 4rem;
  background: #fafbff !important;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .payment-back-status {
    padding: 8rem 0 5.6rem 6.9rem;
    min-height: calc(100vh - 7.8rem - 11.4rem);
    row-gap: 2rem !important;
  }
}
.payment-back-status__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.28px;
  color: #193380 !important;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.payment-back-status__info {
  padding: 4rem 2rem;
  max-width: 60rem;
}
@media screen and (min-width: 992px) {
  .payment-back-status__info {
    max-width: 47.5rem;
  }
}
.payment-back-status__info-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.23px;
  color: #193380 !important;
  text-align: center;
}
.payment-back-status__container {
  display: flex;
  flex-direction: column;
  max-width: 104.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .payment-back-status__container {
    flex-direction: row;
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }
}
.payment-back-status__container-colored {
  background-color: #f5f9ff;
  border: 1px solid #e9efff;
  border-radius: 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .payment-back-status__container-colored {
    padding: 6.1rem 9rem;
  }
}
.payment-back-status__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  color: #6f7380 !important;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .payment-back-status__text {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .payment-back-status__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.payment-back-status__handbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-back-status__handbox .button-flex {
  min-height: 4.8rem;
  color: #ffffff;
}
.payment-back-status__info-separator {
  margin: 2.4rem auto;
  font-size: 1.6rem;
  color: #6f7380;
}
.payment-back-status__button-meeting {
  background: transparent;
  padding: 0;
  border: none;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  letter-spacing: normal;
  color: #1953ff;
  font-size: 1.6rem !important;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.payment-back-status__button-meeting:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.bullet-points__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 0.8rem 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .bullet-points__item {
    align-items: center;
  }
}
.bullet-points__item > .payment-back-status__text {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.bullet-points__img-container {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #00d56d;
  border-radius: 100%;
}

.mexico-tax-banner,
.shufti-banner {
  display: flex;
  padding: 2rem;
  align-items: center;
  gap: 2rem;
  flex: 1 0 0;
  border-radius: 2rem;
  background: rgba(242, 201, 76, 0.1019607843);
  color: #405080;
  margin-bottom: 4rem;
}
.mexico-tax-banner__text,
.shufti-banner__text {
  color: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.026rem;
}
.mexico-tax-banner__text strong,
.shufti-banner__text strong {
  font: inherit;
  color: inherit;
  font-weight: 700;
}
.mexico-tax-banner__text a,
.shufti-banner__text a {
  color: inherit;
  text-decoration: underline;
}
.fast-form .mexico-tax-banner,
.fast-form .shufti-banner {
  margin-top: 2rem;
}
.mexico-tax-banner.shufti-banner,
.shufti-banner.shufti-banner {
  color: #050505;
}
.mexico-tax-banner.shufti-banner.shufti-banner--underflow,
.shufti-banner.shufti-banner.shufti-banner--underflow {
  border-radius: 0.8rem 0.8rem 0rem 0rem;
  margin: 0;
}

.lp-player__title {
  color: #363535;
  text-align: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}
.lp-player__preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.lp-player__preview-thumbnail {
  width: 100%;
  height: 100%;
  max-width: 32rem;
  max-height: 32rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.lp-player__preview-button {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: transform 0.15s;
  width: 8rem;
  height: 8rem;
}
.lp-player__preview:hover, .lp-player__preview:active {
  cursor: pointer;
}
.lp-player__preview:hover .lp-player__preview-button, .lp-player__preview:active .lp-player__preview-button {
  transform: scale(1.05);
}
.lp-player__video {
  width: 100%;
  height: auto;
}
.lp-player__video-backdrop {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
.lp-player__video-backdrop--active {
  display: flex;
}
.lp-player__video-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4rem;
  border-radius: 2.4rem;
  background-color: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(65, 55, 181, 0.13);
  width: 1024px;
}
.lp-player__video-close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3rem;
  padding: 0;
  color: #050505;
  align-self: flex-end;
}

.accept-offer-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  background: rgba(22, 29, 50, 0.6);
  z-index: 9999;
}
.accept-offer-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.accept-offer-popup__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 57rem;
  padding: 2.4rem 3.2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  border-radius: 0.8rem;
  background: #ffffff;
  max-height: 80ch;
}
.accept-offer-popup__actions {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .accept-offer-popup__actions {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.accept-offer-popup__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.accept-offer-popup__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  scrollbar-color: #c1c1c1 transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.accept-offer-popup__body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.accept-offer-popup__body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.accept-offer-popup__body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.accept-offer-popup__title {
  color: #050505;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.accept-offer-popup__heading {
  color: #050505;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.312;
}
.accept-offer-popup__text {
  color: #050505;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
.accept-offer-popup__offers {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.accept-offer-popup__offers-offer {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #050505;
}
.accept-offer-popup__offers-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  flex: 1;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .accept-offer-popup__offers-stats {
    gap: 1.6rem 2.4rem;
  }
}
.accept-offer-popup__offers-stats .dashboard-list__item-stats-prop::after {
  display: block;
  padding: 0 1.6rem 0 0.8rem;
  color: #e6e6e6;
}
@media screen and (min-width: 1024px) {
  .accept-offer-popup__offers-stats .dashboard-list__item-stats-prop::after {
    display: none;
  }
}
.accept-offer-popup__offers-stats .dashboard-list__item-stats-prop:last-child::after {
  display: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../node_modules/@selectize/selectize/dist/css/selectize.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Selectize (v0.15.2)
 * https://selectize.dev
 *
 * Copyright (c) 2013-2015 Brian Reavis & contributors
 * Copyright (c) 2020-2022 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
  text-decoration: none;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: 0;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}

.selectize-control.plugin-clear_button .clear {
  text-decoration: none;
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: 2px;
  color: #000;
  opacity: 0.4;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}

.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}

.selectize-control.plugin-clear_button.single .clear {
  right: calc(2px + 1.5rem);
}

.selectize-dropdown.plugin-auto_position.selectize-position-top {
  border-top: 1px solid #d0d0d0;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.18);
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
  border-radius: 0 0 3px 3px;
  border-top: 0 none;
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
  top: 0;
  bottom: unset;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 0 !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #e8e8e8;
  color: #303030;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .selected {
  background-color: #e8e8e8;
  color: #303030;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown .active:not(.selected) {
  background: #f5fafd;
  color: #495c68;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active input:not(:-moz-read-only) {
  cursor: text;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input:not(:read-only) {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-dropdown.plugin-auto_position.selectize-position-top {
  border-top: 1px solid #d0d0d0;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.18);
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
  border-radius: 0 0 3px 3px;
  border-top: 0 none;
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
  top: 0;
  bottom: unset;
}

.selectize-control.plugin-clear_button .clear {
  text-decoration: none;
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: 2px;
  color: #000;
  opacity: 0.4;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}

.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}

.selectize-control.plugin-clear_button.single .clear {
  right: calc(2px + 1.5rem);
}

.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
  text-decoration: none;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: 0;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../node_modules/jquery-datetimepicker/build/jquery.datetimepicker.min.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#f4f8fa",GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#FFF",GradientType=0);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../node_modules/jquery-modal/jquery.modal.min.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/export.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/

