@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap);

.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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", 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: #f7f9fb;
}

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

[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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

a:not([href]):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;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f7f9fb;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.15rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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.33333333%;
  max-width: 33.33333333%;
}

.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.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
    max-width: 33.33333333%;
  }

  .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.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
    max-width: 33.33333333%;
  }

  .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.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
    max-width: 33.33333333%;
  }

  .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.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
    max-width: 33.33333333%;
  }

  .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.66666667%;
    max-width: 16.66666667%;
  }

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.125rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.125rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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.125rem;
}

.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: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.125rem 0.125rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f7f9fb, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f7f9fb, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f7f9fb, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f7f9fb;
  border-color: #dee2e6 #dee2e6 #f7f9fb;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e8eced;
  border-radius: 0.125rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.9375rem;
}

.card-title {
  margin-bottom: 0.625rem;
}

.card-subtitle {
  margin-top: -0.3125rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 0.9375rem;
}

.card-header {
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0;
  background-color: #fbfbfb;
  border-bottom: 1px solid #e8eced;
}

.card-header:first-child {
  border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.625rem 0.9375rem;
  background-color: #fbfbfb;
  border-top: 1px solid #e8eced;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px);
}

.card-header-tabs {
  margin-right: -0.46875rem;
  margin-bottom: -0.625rem;
  margin-left: -0.46875rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            grid-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.125rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.125rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.2rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.125rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.125rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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);
  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.2rem;
  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.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 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.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 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);
  }

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

[dir="ltr"] .tooltip {
  text-align: left;
}

[dir="rtl"] .tooltip {
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.125rem;
}

[dir="ltr"] .popover {
  text-align: left;
}

[dir="rtl"] .popover {
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.15rem !important;
}

.rounded {
  border-radius: 0.125rem !important;
}

.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-left {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-lg {
  border-radius: 0.2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

.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: #007bff !important;
}

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

.text-secondary {
  color: #6c757d !important;
}

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

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

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

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

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

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

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

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

.text-muted {
  color: #6c757d !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
          animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
          animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
          animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
          animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

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

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: medium none invert;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.swal2-popup .swal2-close:hover {
  transform: none;
  color: #f27474;
}

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::-moz-placeholder,
.swal2-popup .swal2-file::-moz-placeholder,
.swal2-popup .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::-moz-placeholder, .swal2-popup .swal2-file::-moz-placeholder, .swal2-popup .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix()  {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
    position: initial !important;
  }
}

.card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.navbar {
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.nav-item .dropdown-menu {
  border: none;
  margin-top: .5rem;
  border-top: 1px solid #f2f2f2 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.nav-link .svg-inline--fa {
  font-size: 1.4rem;
}

.btn-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.btn-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.page-enter-active,
.page-leave-active {
  transition: opacity .2s;
}

.page-enter,
.page-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .15s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.text__small::before{
  display: none!important;
}

.checkbox-block{
  display: flex;
}

.checkbox-block .checkbox{
  top:0px!important;
  left:0px!important;
}

.sidebar-menu-close{
  left: 50px!important;
}

.input-chkbox-component{
  margin: 20px 0 20px 0!important;
}

.myCheckbox input {
  position: relative;
  z-index: -9999;
}

.myCheckbox span {
  width: 20px;
  height: 20px;
  display: block;
  background: linear-gradient(
    140deg
    , #3b4d7a 0%, #141f2d 100%);
  margin-right: 10px;
  border-radius: 3px;
}

.myCheckbox input:checked + span {
  background: linear-gradient(
    140deg
    , #3b4d7a 0%, #141f2d 100%);
}

.myCheckbox input:checked + span::before {
  content: "✔";
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 3px;
}

.vti__flag.be{width:18px}.vti__flag.ch{width:15px}.vti__flag.mc{width:19px}.vti__flag.ne{width:18px}.vti__flag.np{width:13px}.vti__flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx), only screen and (min-resolution:192dpi){.vti__flag{background-size:5630px 15px}}.vti__flag.ac{height:10px;background-position:0 0}.vti__flag.ad{height:14px;background-position:-22px 0}.vti__flag.ae{height:10px;background-position:-44px 0}.vti__flag.af{height:14px;background-position:-66px 0}.vti__flag.ag{height:14px;background-position:-88px 0}.vti__flag.ai{height:10px;background-position:-110px 0}.vti__flag.al{height:15px;background-position:-132px 0}.vti__flag.am{height:10px;background-position:-154px 0}.vti__flag.ao{height:14px;background-position:-176px 0}.vti__flag.aq{height:14px;background-position:-198px 0}.vti__flag.ar{height:13px;background-position:-220px 0}.vti__flag.as{height:10px;background-position:-242px 0}.vti__flag.at{height:14px;background-position:-264px 0}.vti__flag.au{height:10px;background-position:-286px 0}.vti__flag.aw{height:14px;background-position:-308px 0}.vti__flag.ax{height:13px;background-position:-330px 0}.vti__flag.az{height:10px;background-position:-352px 0}.vti__flag.ba{height:10px;background-position:-374px 0}.vti__flag.bb{height:14px;background-position:-396px 0}.vti__flag.bd{height:12px;background-position:-418px 0}.vti__flag.be{height:15px;background-position:-440px 0}.vti__flag.bf{height:14px;background-position:-460px 0}.vti__flag.bg{height:12px;background-position:-482px 0}.vti__flag.bh{height:12px;background-position:-504px 0}.vti__flag.bi{height:12px;background-position:-526px 0}.vti__flag.bj{height:14px;background-position:-548px 0}.vti__flag.bl{height:14px;background-position:-570px 0}.vti__flag.bm{height:10px;background-position:-592px 0}.vti__flag.bn{height:10px;background-position:-614px 0}.vti__flag.bo{height:14px;background-position:-636px 0}.vti__flag.bq{height:14px;background-position:-658px 0}.vti__flag.br{height:14px;background-position:-680px 0}.vti__flag.bs{height:10px;background-position:-702px 0}.vti__flag.bt{height:14px;background-position:-724px 0}.vti__flag.bv{height:15px;background-position:-746px 0}.vti__flag.bw{height:14px;background-position:-768px 0}.vti__flag.by{height:10px;background-position:-790px 0}.vti__flag.bz{height:14px;background-position:-812px 0}.vti__flag.ca{height:10px;background-position:-834px 0}.vti__flag.cc{height:10px;background-position:-856px 0}.vti__flag.cd{height:15px;background-position:-878px 0}.vti__flag.cf{height:14px;background-position:-900px 0}.vti__flag.cg{height:14px;background-position:-922px 0}.vti__flag.ch{height:15px;background-position:-944px 0}.vti__flag.ci{height:14px;background-position:-961px 0}.vti__flag.ck{height:10px;background-position:-983px 0}.vti__flag.cl{height:14px;background-position:-1005px 0}.vti__flag.cm{height:14px;background-position:-1027px 0}.vti__flag.cn{height:14px;background-position:-1049px 0}.vti__flag.co{height:14px;background-position:-1071px 0}.vti__flag.cp{height:14px;background-position:-1093px 0}.vti__flag.cr{height:12px;background-position:-1115px 0}.vti__flag.cu{height:10px;background-position:-1137px 0}.vti__flag.cv{height:12px;background-position:-1159px 0}.vti__flag.cw{height:14px;background-position:-1181px 0}.vti__flag.cx{height:10px;background-position:-1203px 0}.vti__flag.cy{height:14px;background-position:-1225px 0}.vti__flag.cz{height:14px;background-position:-1247px 0}.vti__flag.de{height:12px;background-position:-1269px 0}.vti__flag.dg{height:10px;background-position:-1291px 0}.vti__flag.dj{height:14px;background-position:-1313px 0}.vti__flag.dk{height:15px;background-position:-1335px 0}.vti__flag.dm{height:10px;background-position:-1357px 0}.vti__flag.do{height:13px;background-position:-1379px 0}.vti__flag.dz{height:14px;background-position:-1401px 0}.vti__flag.ea{height:14px;background-position:-1423px 0}.vti__flag.ec{height:14px;background-position:-1445px 0}.vti__flag.ee{height:13px;background-position:-1467px 0}.vti__flag.eg{height:14px;background-position:-1489px 0}.vti__flag.eh{height:10px;background-position:-1511px 0}.vti__flag.er{height:10px;background-position:-1533px 0}.vti__flag.es{height:14px;background-position:-1555px 0}.vti__flag.et{height:10px;background-position:-1577px 0}.vti__flag.eu{height:14px;background-position:-1599px 0}.vti__flag.fi{height:12px;background-position:-1621px 0}.vti__flag.fj{height:10px;background-position:-1643px 0}.vti__flag.fk{height:10px;background-position:-1665px 0}.vti__flag.fm{height:11px;background-position:-1687px 0}.vti__flag.fo{height:15px;background-position:-1709px 0}.vti__flag.fr{height:14px;background-position:-1731px 0}.vti__flag.ga{height:15px;background-position:-1753px 0}.vti__flag.gb{height:10px;background-position:-1775px 0}.vti__flag.gd{height:12px;background-position:-1797px 0}.vti__flag.ge{height:14px;background-position:-1819px 0}.vti__flag.gf{height:14px;background-position:-1841px 0}.vti__flag.gg{height:14px;background-position:-1863px 0}.vti__flag.gh{height:14px;background-position:-1885px 0}.vti__flag.gi{height:10px;background-position:-1907px 0}.vti__flag.gl{height:14px;background-position:-1929px 0}.vti__flag.gm{height:14px;background-position:-1951px 0}.vti__flag.gn{height:14px;background-position:-1973px 0}.vti__flag.gp{height:14px;background-position:-1995px 0}.vti__flag.gq{height:14px;background-position:-2017px 0}.vti__flag.gr{height:14px;background-position:-2039px 0}.vti__flag.gs{height:10px;background-position:-2061px 0}.vti__flag.gt{height:13px;background-position:-2083px 0}.vti__flag.gu{height:11px;background-position:-2105px 0}.vti__flag.gw{height:10px;background-position:-2127px 0}.vti__flag.gy{height:12px;background-position:-2149px 0}.vti__flag.hk{height:14px;background-position:-2171px 0}.vti__flag.hm{height:10px;background-position:-2193px 0}.vti__flag.hn{height:10px;background-position:-2215px 0}.vti__flag.hr{height:10px;background-position:-2237px 0}.vti__flag.ht{height:12px;background-position:-2259px 0}.vti__flag.hu{height:10px;background-position:-2281px 0}.vti__flag.ic{height:14px;background-position:-2303px 0}.vti__flag.id{height:14px;background-position:-2325px 0}.vti__flag.ie{height:10px;background-position:-2347px 0}.vti__flag.il{height:15px;background-position:-2369px 0}.vti__flag.im{height:10px;background-position:-2391px 0}.vti__flag.in{height:14px;background-position:-2413px 0}.vti__flag.io{height:10px;background-position:-2435px 0}.vti__flag.iq{height:14px;background-position:-2457px 0}.vti__flag.ir{height:12px;background-position:-2479px 0}.vti__flag.is{height:15px;background-position:-2501px 0}.vti__flag.it{height:14px;background-position:-2523px 0}.vti__flag.je{height:12px;background-position:-2545px 0}.vti__flag.jm{height:10px;background-position:-2567px 0}.vti__flag.jo{height:10px;background-position:-2589px 0}.vti__flag.jp{height:14px;background-position:-2611px 0}.vti__flag.ke{height:14px;background-position:-2633px 0}.vti__flag.kg{height:12px;background-position:-2655px 0}.vti__flag.kh{height:13px;background-position:-2677px 0}.vti__flag.ki{height:10px;background-position:-2699px 0}.vti__flag.km{height:12px;background-position:-2721px 0}.vti__flag.kn{height:14px;background-position:-2743px 0}.vti__flag.kp{height:10px;background-position:-2765px 0}.vti__flag.kr{height:14px;background-position:-2787px 0}.vti__flag.kw{height:10px;background-position:-2809px 0}.vti__flag.ky{height:10px;background-position:-2831px 0}.vti__flag.kz{height:10px;background-position:-2853px 0}.vti__flag.la{height:14px;background-position:-2875px 0}.vti__flag.lb{height:14px;background-position:-2897px 0}.vti__flag.lc{height:10px;background-position:-2919px 0}.vti__flag.li{height:12px;background-position:-2941px 0}.vti__flag.lk{height:10px;background-position:-2963px 0}.vti__flag.lr{height:11px;background-position:-2985px 0}.vti__flag.ls{height:14px;background-position:-3007px 0}.vti__flag.lt{height:12px;background-position:-3029px 0}.vti__flag.lu{height:12px;background-position:-3051px 0}.vti__flag.lv{height:10px;background-position:-3073px 0}.vti__flag.ly{height:10px;background-position:-3095px 0}.vti__flag.ma{height:14px;background-position:-3117px 0}.vti__flag.mc{height:15px;background-position:-3139px 0}.vti__flag.md{height:10px;background-position:-3160px 0}.vti__flag.me{height:10px;background-position:-3182px 0}.vti__flag.mf{height:14px;background-position:-3204px 0}.vti__flag.mg{height:14px;background-position:-3226px 0}.vti__flag.mh{height:11px;background-position:-3248px 0}.vti__flag.mk{height:10px;background-position:-3270px 0}.vti__flag.ml{height:14px;background-position:-3292px 0}.vti__flag.mm{height:14px;background-position:-3314px 0}.vti__flag.mn{height:10px;background-position:-3336px 0}.vti__flag.mo{height:14px;background-position:-3358px 0}.vti__flag.mp{height:10px;background-position:-3380px 0}.vti__flag.mq{height:14px;background-position:-3402px 0}.vti__flag.mr{height:14px;background-position:-3424px 0}.vti__flag.ms{height:10px;background-position:-3446px 0}.vti__flag.mt{height:14px;background-position:-3468px 0}.vti__flag.mu{height:14px;background-position:-3490px 0}.vti__flag.mv{height:14px;background-position:-3512px 0}.vti__flag.mw{height:14px;background-position:-3534px 0}.vti__flag.mx{height:12px;background-position:-3556px 0}.vti__flag.my{height:10px;background-position:-3578px 0}.vti__flag.mz{height:14px;background-position:-3600px 0}.vti__flag.na{height:14px;background-position:-3622px 0}.vti__flag.nc{height:10px;background-position:-3644px 0}.vti__flag.ne{height:15px;background-position:-3666px 0}.vti__flag.nf{height:10px;background-position:-3686px 0}.vti__flag.ng{height:10px;background-position:-3708px 0}.vti__flag.ni{height:12px;background-position:-3730px 0}.vti__flag.nl{height:14px;background-position:-3752px 0}.vti__flag.no{height:15px;background-position:-3774px 0}.vti__flag.np{height:15px;background-position:-3796px 0}.vti__flag.nr{height:10px;background-position:-3811px 0}.vti__flag.nu{height:10px;background-position:-3833px 0}.vti__flag.nz{height:10px;background-position:-3855px 0}.vti__flag.om{height:10px;background-position:-3877px 0}.vti__flag.pa{height:14px;background-position:-3899px 0}.vti__flag.pe{height:14px;background-position:-3921px 0}.vti__flag.pf{height:14px;background-position:-3943px 0}.vti__flag.pg{height:15px;background-position:-3965px 0}.vti__flag.ph{height:10px;background-position:-3987px 0}.vti__flag.pk{height:14px;background-position:-4009px 0}.vti__flag.pl{height:13px;background-position:-4031px 0}.vti__flag.pm{height:14px;background-position:-4053px 0}.vti__flag.pn{height:10px;background-position:-4075px 0}.vti__flag.pr{height:14px;background-position:-4097px 0}.vti__flag.ps{height:10px;background-position:-4119px 0}.vti__flag.pt{height:14px;background-position:-4141px 0}.vti__flag.pw{height:13px;background-position:-4163px 0}.vti__flag.py{height:11px;background-position:-4185px 0}.vti__flag.qa{height:8px;background-position:-4207px 0}.vti__flag.re{height:14px;background-position:-4229px 0}.vti__flag.ro{height:14px;background-position:-4251px 0}.vti__flag.rs{height:14px;background-position:-4273px 0}.vti__flag.ru{height:14px;background-position:-4295px 0}.vti__flag.rw{height:14px;background-position:-4317px 0}.vti__flag.sa{height:14px;background-position:-4339px 0}.vti__flag.sb{height:10px;background-position:-4361px 0}.vti__flag.sc{height:10px;background-position:-4383px 0}.vti__flag.sd{height:10px;background-position:-4405px 0}.vti__flag.se{height:13px;background-position:-4427px 0}.vti__flag.sg{height:14px;background-position:-4449px 0}.vti__flag.sh{height:10px;background-position:-4471px 0}.vti__flag.si{height:10px;background-position:-4493px 0}.vti__flag.sj{height:15px;background-position:-4515px 0}.vti__flag.sk{height:14px;background-position:-4537px 0}.vti__flag.sl{height:14px;background-position:-4559px 0}.vti__flag.sm{height:15px;background-position:-4581px 0}.vti__flag.sn{height:14px;background-position:-4603px 0}.vti__flag.so{height:14px;background-position:-4625px 0}.vti__flag.sr{height:14px;background-position:-4647px 0}.vti__flag.ss{height:10px;background-position:-4669px 0}.vti__flag.st{height:10px;background-position:-4691px 0}.vti__flag.sv{height:12px;background-position:-4713px 0}.vti__flag.sx{height:14px;background-position:-4735px 0}.vti__flag.sy{height:14px;background-position:-4757px 0}.vti__flag.sz{height:14px;background-position:-4779px 0}.vti__flag.ta{height:10px;background-position:-4801px 0}.vti__flag.tc{height:10px;background-position:-4823px 0}.vti__flag.td{height:14px;background-position:-4845px 0}.vti__flag.tf{height:14px;background-position:-4867px 0}.vti__flag.tg{height:13px;background-position:-4889px 0}.vti__flag.th{height:14px;background-position:-4911px 0}.vti__flag.tj{height:10px;background-position:-4933px 0}.vti__flag.tk{height:10px;background-position:-4955px 0}.vti__flag.tl{height:10px;background-position:-4977px 0}.vti__flag.tm{height:14px;background-position:-4999px 0}.vti__flag.tn{height:14px;background-position:-5021px 0}.vti__flag.to{height:10px;background-position:-5043px 0}.vti__flag.tr{height:14px;background-position:-5065px 0}.vti__flag.tt{height:12px;background-position:-5087px 0}.vti__flag.tv{height:10px;background-position:-5109px 0}.vti__flag.tw{height:14px;background-position:-5131px 0}.vti__flag.tz{height:14px;background-position:-5153px 0}.vti__flag.ua{height:14px;background-position:-5175px 0}.vti__flag.ug{height:14px;background-position:-5197px 0}.vti__flag.um{height:11px;background-position:-5219px 0}.vti__flag.us{height:11px;background-position:-5241px 0}.vti__flag.uy{height:14px;background-position:-5263px 0}.vti__flag.uz{height:10px;background-position:-5285px 0}.vti__flag.va{height:15px;background-position:-5307px 0}.vti__flag.vc{height:14px;background-position:-5324px 0}.vti__flag.ve{height:14px;background-position:-5346px 0}.vti__flag.vg{height:10px;background-position:-5368px 0}.vti__flag.vi{height:14px;background-position:-5390px 0}.vti__flag.vn{height:14px;background-position:-5412px 0}.vti__flag.vu{height:12px;background-position:-5434px 0}.vti__flag.wf{height:14px;background-position:-5456px 0}.vti__flag.ws{height:10px;background-position:-5478px 0}.vti__flag.xk{height:15px;background-position:-5500px 0}.vti__flag.ye{height:14px;background-position:-5522px 0}.vti__flag.yt{height:14px;background-position:-5544px 0}.vti__flag.za{height:14px;background-position:-5566px 0}.vti__flag.zm{height:14px;background-position:-5588px 0}.vti__flag.zw{height:10px;background-position:-5610px 0}.vti__flag{width:20px;height:15px;box-shadow:0 0 1px 0 #888;background-image:url("data:image/png;base64,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");background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx), only screen and (min-resolution:192dpi){.vti__flag{background-image:url("data:image/png;base64,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")}}.vti__flag.np{background-color:transparent}.vue-tel-input{border-radius:3px;display:flex;border:1px solid #bbb;text-align:left}.vue-tel-input.disabled .dropdown,.vue-tel-input.disabled .selection,.vue-tel-input.disabled input{cursor:no-drop}.vue-tel-input[focus-within]{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);border-color:#66afe9}.vue-tel-input:focus-within{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);border-color:#66afe9}.vti__dropdown{opacity:0;display:flex;flex-direction:column;align-content:center;justify-content:center;position:relative;padding:7px;cursor:pointer}.vti__dropdown.show{max-height:300px;overflow:scroll}.vti__dropdown.open,.vti__dropdown:hover{background-color:#f3f3f3}.vti__selection{font-size:.8em;display:flex;align-items:center}.vti__selection .vti__country-code{color:#666}.vti__flag{margin-right:5px;margin-left:5px}.vti__dropdown-list{z-index:1;padding:0;margin:0;text-align:left;list-style:none;max-height:200px;overflow-y:scroll;position:absolute;left:-1px;background-color:#fff;border:1px solid #ccc;width:390px}.vti__dropdown-list.below{top:33px}.vti__dropdown-list.above{top:auto;bottom:100%}.vti__dropdown-arrow{transform:scaleY(.5);display:inline-block;color:#666}.vti__dropdown-item{cursor:pointer;padding:4px 15px}.vti__dropdown-item.highlighted{background-color:#f3f3f3}.vti__dropdown-item.last-preferred{border-bottom:1px solid #cacaca}.vti__dropdown-item .vti__flag{display:inline-block;margin-right:5px}.vti__input{border:none;border-radius:0 2px 2px 0;width:100%;outline:none;padding-left:7px}

.row-without-full-width {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px; }
@media (max-width: 1199px) {
    .row-without-full-width {
      max-width: 100%; } }
@media (max-width: 479px) {
    .row-without-full-width {
      padding-left: 0;
      padding-right: 0; } }
@media (max-width: 581px) {
  .row-without-full-width {
    width: 100%; } }
.color-black {
  color: #000; }
.dark-gradient, .dark-button, .forgot-password-btn-dark, .forgot-password-popape-block-btn-dark, .registration-btn-btn-dark, .search-btn-404, .search-btn-404-bottom, .top-footer, .modal-form-login-button, .user-name-col, .left-side-404 {
  background: linear-gradient(140deg, #3b4d7a 0%, #141f2d 100%); }
.color-gold {
  color: #c5ad66; }
.color-blue {
  color: #1a316a; }
.color-blue-dark {
  color: #0c1e36; }
.color-blue-light {
  color: #67707b; }
.color-black {
  color: #000; }
.fon-white {
  background-color: #fff !important; }
.fon-sky {
  background-color: #FAFCFF !important; }
.light-fon {
  background-color: #FAFCFF;
  padding: 40px 0; }
@media (max-width: 1024px) {
    .light-fon {
      padding: 30px 0; } }
@media (max-width: 767px) {
    .light-fon {
      padding: 20px 0; } }
.bb {
  border-bottom: 1px solid #E6E6E6; }
.bl {
  border-left: 1px solid #E6E6E6; }
.bt {
  border-top: 1px solid #E6E6E6; }
.br {
  border-right: 1px solid #E6E6E6; }
.is-none-border {
  border: none !important; }
/* IE8- CSS hack */
@media \0screen\,screen\9 {
  .dark-gradient, .dark-button, .forgot-password-btn-dark, .forgot-password-popape-block-btn-dark, .registration-btn-btn-dark, .search-btn-404, .search-btn-404-bottom, .top-footer, .modal-form-login-button, .user-name-col, .left-side-404 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff314165",endColorstr="#ff141f2d",GradientType=0); } }
.dark-button, .forgot-password-btn-dark, .forgot-password-popape-block-btn-dark, .registration-btn-btn-dark, .search-btn-404, .search-btn-404-bottom {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: unset;
  outline: unset;
  cursor: pointer;
  box-shadow: 0px 3px 10px -4px #000; }
.light-button, .forgot-password-btn-light, .forgot-password-popape-block-btn-light, .registration-btn-btn-light, .error-404-btn {
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #283755;
  background: transparent;
  color: #0c1e36;
  cursor: pointer; }
.p-0 {
  padding: 0px !important; }
.pt-0 {
  padding-top: 0px !important; }
.pr-0 {
  padding-right: 0px !important; }
.pb-0 {
  padding-bottom: 0px !important; }
.pl-0 {
  padding-left: 0px !important; }
.ph-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }
.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
.p-5 {
  padding: 5px !important; }
.pt-5 {
  padding-top: 5px !important; }
.pr-5 {
  padding-right: 5px !important; }
.pb-5 {
  padding-bottom: 5px !important; }
.pl-5 {
  padding-left: 5px !important; }
.ph-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }
.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
.p-10 {
  padding: 10px !important; }
.pt-10 {
  padding-top: 10px !important; }
.pr-10 {
  padding-right: 10px !important; }
.pb-10 {
  padding-bottom: 10px !important; }
.pl-10 {
  padding-left: 10px !important; }
.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }
.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
.p-15 {
  padding: 15px !important; }
.pt-15 {
  padding-top: 15px !important; }
.pr-15 {
  padding-right: 15px !important; }
.pb-15 {
  padding-bottom: 15px !important; }
.pl-15 {
  padding-left: 15px !important; }
.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }
.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
.p-20 {
  padding: 20px !important; }
.pt-20 {
  padding-top: 20px !important; }
.pr-20 {
  padding-right: 20px !important; }
.pb-20 {
  padding-bottom: 20px !important; }
.pl-20 {
  padding-left: 20px !important; }
.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }
.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
.p-25 {
  padding: 25px !important; }
.pt-25 {
  padding-top: 25px !important; }
.pr-25 {
  padding-right: 25px !important; }
.pb-25 {
  padding-bottom: 25px !important; }
.pl-25 {
  padding-left: 25px !important; }
.ph-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }
.pv-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }
.p-30 {
  padding: 30px !important; }
.pt-30 {
  padding-top: 30px !important; }
.pr-30 {
  padding-right: 30px !important; }
.pb-30 {
  padding-bottom: 30px !important; }
.pl-30 {
  padding-left: 30px !important; }
.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }
.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
.p-35 {
  padding: 35px !important; }
.pt-35 {
  padding-top: 35px !important; }
.pr-35 {
  padding-right: 35px !important; }
.pb-35 {
  padding-bottom: 35px !important; }
.pl-35 {
  padding-left: 35px !important; }
.ph-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }
.pv-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }
.p-40 {
  padding: 40px !important; }
.pt-40 {
  padding-top: 40px !important; }
.pr-40 {
  padding-right: 40px !important; }
.pb-40 {
  padding-bottom: 40px !important; }
.pl-40 {
  padding-left: 40px !important; }
.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }
.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
.p-45 {
  padding: 45px !important; }
.pt-45 {
  padding-top: 45px !important; }
.pr-45 {
  padding-right: 45px !important; }
.pb-45 {
  padding-bottom: 45px !important; }
.pl-45 {
  padding-left: 45px !important; }
.ph-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }
.pv-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }
.p-50 {
  padding: 50px !important; }
.pt-50 {
  padding-top: 50px !important; }
.pr-50 {
  padding-right: 50px !important; }
.pb-50 {
  padding-bottom: 50px !important; }
.pl-50 {
  padding-left: 50px !important; }
.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }
.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
.p-55 {
  padding: 55px !important; }
.pt-55 {
  padding-top: 55px !important; }
.pr-55 {
  padding-right: 55px !important; }
.pb-55 {
  padding-bottom: 55px !important; }
.pl-55 {
  padding-left: 55px !important; }
.ph-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }
.pv-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }
.p-60 {
  padding: 60px !important; }
.pt-60 {
  padding-top: 60px !important; }
.pr-60 {
  padding-right: 60px !important; }
.pb-60 {
  padding-bottom: 60px !important; }
.pl-60 {
  padding-left: 60px !important; }
.ph-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }
.pv-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
.p-65 {
  padding: 65px !important; }
.pt-65 {
  padding-top: 65px !important; }
.pr-65 {
  padding-right: 65px !important; }
.pb-65 {
  padding-bottom: 65px !important; }
.pl-65 {
  padding-left: 65px !important; }
.ph-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }
.pv-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }
.p-70 {
  padding: 70px !important; }
.pt-70 {
  padding-top: 70px !important; }
.pr-70 {
  padding-right: 70px !important; }
.pb-70 {
  padding-bottom: 70px !important; }
.pl-70 {
  padding-left: 70px !important; }
.ph-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }
.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }
.p-75 {
  padding: 75px !important; }
.pt-75 {
  padding-top: 75px !important; }
.pr-75 {
  padding-right: 75px !important; }
.pb-75 {
  padding-bottom: 75px !important; }
.pl-75 {
  padding-left: 75px !important; }
.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }
.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }
.p-80 {
  padding: 80px !important; }
.pt-80 {
  padding-top: 80px !important; }
.pr-80 {
  padding-right: 80px !important; }
.pb-80 {
  padding-bottom: 80px !important; }
.pl-80 {
  padding-left: 80px !important; }
.ph-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }
.pv-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
.p-85 {
  padding: 85px !important; }
.pt-85 {
  padding-top: 85px !important; }
.pr-85 {
  padding-right: 85px !important; }
.pb-85 {
  padding-bottom: 85px !important; }
.pl-85 {
  padding-left: 85px !important; }
.ph-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }
.pv-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }
.p-90 {
  padding: 90px !important; }
.pt-90 {
  padding-top: 90px !important; }
.pr-90 {
  padding-right: 90px !important; }
.pb-90 {
  padding-bottom: 90px !important; }
.pl-90 {
  padding-left: 90px !important; }
.ph-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }
.pv-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }
.p-95 {
  padding: 95px !important; }
.pt-95 {
  padding-top: 95px !important; }
.pr-95 {
  padding-right: 95px !important; }
.pb-95 {
  padding-bottom: 95px !important; }
.pl-95 {
  padding-left: 95px !important; }
.ph-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }
.pv-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }
.p-100 {
  padding: 100px !important; }
.pt-100 {
  padding-top: 100px !important; }
.pr-100 {
  padding-right: 100px !important; }
.pb-100 {
  padding-bottom: 100px !important; }
.pl-100 {
  padding-left: 100px !important; }
.ph-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }
.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }
@media (max-width: 767px) {
  .p-xs-0 {
    padding: 0px !important; }
  .pt-xs-0 {
    padding-top: 0px !important; }
  .pr-xs-0 {
    padding-right: 0px !important; }
  .pb-xs-0 {
    padding-bottom: 0px !important; }
  .pl-xs-0 {
    padding-left: 0px !important; }
  .ph-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pv-xs-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .p-xs-5 {
    padding: 5px !important; }
  .pt-xs-5 {
    padding-top: 5px !important; }
  .pr-xs-5 {
    padding-right: 5px !important; }
  .pb-xs-5 {
    padding-bottom: 5px !important; }
  .pl-xs-5 {
    padding-left: 5px !important; }
  .ph-xs-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .pv-xs-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-xs-10 {
    padding: 10px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pr-xs-10 {
    padding-right: 10px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .pl-xs-10 {
    padding-left: 10px !important; }
  .ph-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .pv-xs-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-xs-15 {
    padding: 15px !important; }
  .pt-xs-15 {
    padding-top: 15px !important; }
  .pr-xs-15 {
    padding-right: 15px !important; }
  .pb-xs-15 {
    padding-bottom: 15px !important; }
  .pl-xs-15 {
    padding-left: 15px !important; }
  .ph-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .pv-xs-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .p-xs-20 {
    padding: 20px !important; }
  .pt-xs-20 {
    padding-top: 20px !important; }
  .pr-xs-20 {
    padding-right: 20px !important; }
  .pb-xs-20 {
    padding-bottom: 20px !important; }
  .pl-xs-20 {
    padding-left: 20px !important; }
  .ph-xs-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .pv-xs-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-xs-25 {
    padding: 25px !important; }
  .pt-xs-25 {
    padding-top: 25px !important; }
  .pr-xs-25 {
    padding-right: 25px !important; }
  .pb-xs-25 {
    padding-bottom: 25px !important; }
  .pl-xs-25 {
    padding-left: 25px !important; }
  .ph-xs-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .pv-xs-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .p-xs-30 {
    padding: 30px !important; }
  .pt-xs-30 {
    padding-top: 30px !important; }
  .pr-xs-30 {
    padding-right: 30px !important; }
  .pb-xs-30 {
    padding-bottom: 30px !important; }
  .pl-xs-30 {
    padding-left: 30px !important; }
  .ph-xs-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .pv-xs-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-xs-35 {
    padding: 35px !important; }
  .pt-xs-35 {
    padding-top: 35px !important; }
  .pr-xs-35 {
    padding-right: 35px !important; }
  .pb-xs-35 {
    padding-bottom: 35px !important; }
  .pl-xs-35 {
    padding-left: 35px !important; }
  .ph-xs-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .pv-xs-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .p-xs-40 {
    padding: 40px !important; }
  .pt-xs-40 {
    padding-top: 40px !important; }
  .pr-xs-40 {
    padding-right: 40px !important; }
  .pb-xs-40 {
    padding-bottom: 40px !important; }
  .pl-xs-40 {
    padding-left: 40px !important; }
  .ph-xs-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .pv-xs-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-xs-45 {
    padding: 45px !important; }
  .pt-xs-45 {
    padding-top: 45px !important; }
  .pr-xs-45 {
    padding-right: 45px !important; }
  .pb-xs-45 {
    padding-bottom: 45px !important; }
  .pl-xs-45 {
    padding-left: 45px !important; }
  .ph-xs-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .pv-xs-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .p-xs-50 {
    padding: 50px !important; }
  .pt-xs-50 {
    padding-top: 50px !important; }
  .pr-xs-50 {
    padding-right: 50px !important; }
  .pb-xs-50 {
    padding-bottom: 50px !important; }
  .pl-xs-50 {
    padding-left: 50px !important; }
  .ph-xs-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .pv-xs-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .p-xs-55 {
    padding: 55px !important; }
  .pt-xs-55 {
    padding-top: 55px !important; }
  .pr-xs-55 {
    padding-right: 55px !important; }
  .pb-xs-55 {
    padding-bottom: 55px !important; }
  .pl-xs-55 {
    padding-left: 55px !important; }
  .ph-xs-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }
  .pv-xs-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .p-xs-60 {
    padding: 60px !important; }
  .pt-xs-60 {
    padding-top: 60px !important; }
  .pr-xs-60 {
    padding-right: 60px !important; }
  .pb-xs-60 {
    padding-bottom: 60px !important; }
  .pl-xs-60 {
    padding-left: 60px !important; }
  .ph-xs-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .pv-xs-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .p-xs-65 {
    padding: 65px !important; }
  .pt-xs-65 {
    padding-top: 65px !important; }
  .pr-xs-65 {
    padding-right: 65px !important; }
  .pb-xs-65 {
    padding-bottom: 65px !important; }
  .pl-xs-65 {
    padding-left: 65px !important; }
  .ph-xs-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }
  .pv-xs-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .p-xs-70 {
    padding: 70px !important; }
  .pt-xs-70 {
    padding-top: 70px !important; }
  .pr-xs-70 {
    padding-right: 70px !important; }
  .pb-xs-70 {
    padding-bottom: 70px !important; }
  .pl-xs-70 {
    padding-left: 70px !important; }
  .ph-xs-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .pv-xs-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .p-xs-75 {
    padding: 75px !important; }
  .pt-xs-75 {
    padding-top: 75px !important; }
  .pr-xs-75 {
    padding-right: 75px !important; }
  .pb-xs-75 {
    padding-bottom: 75px !important; }
  .pl-xs-75 {
    padding-left: 75px !important; }
  .ph-xs-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }
  .pv-xs-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .p-xs-80 {
    padding: 80px !important; }
  .pt-xs-80 {
    padding-top: 80px !important; }
  .pr-xs-80 {
    padding-right: 80px !important; }
  .pb-xs-80 {
    padding-bottom: 80px !important; }
  .pl-xs-80 {
    padding-left: 80px !important; }
  .ph-xs-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .pv-xs-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .p-xs-85 {
    padding: 85px !important; }
  .pt-xs-85 {
    padding-top: 85px !important; }
  .pr-xs-85 {
    padding-right: 85px !important; }
  .pb-xs-85 {
    padding-bottom: 85px !important; }
  .pl-xs-85 {
    padding-left: 85px !important; }
  .ph-xs-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }
  .pv-xs-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .p-xs-90 {
    padding: 90px !important; }
  .pt-xs-90 {
    padding-top: 90px !important; }
  .pr-xs-90 {
    padding-right: 90px !important; }
  .pb-xs-90 {
    padding-bottom: 90px !important; }
  .pl-xs-90 {
    padding-left: 90px !important; }
  .ph-xs-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .pv-xs-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .p-xs-95 {
    padding: 95px !important; }
  .pt-xs-95 {
    padding-top: 95px !important; }
  .pr-xs-95 {
    padding-right: 95px !important; }
  .pb-xs-95 {
    padding-bottom: 95px !important; }
  .pl-xs-95 {
    padding-left: 95px !important; }
  .ph-xs-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }
  .pv-xs-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .p-xs-100 {
    padding: 100px !important; }
  .pt-xs-100 {
    padding-top: 100px !important; }
  .pr-xs-100 {
    padding-right: 100px !important; }
  .pb-xs-100 {
    padding-bottom: 100px !important; }
  .pl-xs-100 {
    padding-left: 100px !important; }
  .ph-xs-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }
  .pv-xs-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }
.m-10 {
  margin: 10px !important; }
.mt-10 {
  margin-top: 10px !important; }
.mr-10 {
  margin-right: 10px !important; }
.mb-10 {
  margin-bottom: 10px !important; }
.ml-10 {
  margin-left: 10px !important; }
.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }
.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }
.m-15 {
  margin: 15px !important; }
.mt-15 {
  margin-top: 15px !important; }
.mr-15 {
  margin-right: 15px !important; }
.mb-15 {
  margin-bottom: 15px !important; }
.ml-15 {
  margin-left: 15px !important; }
.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }
.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }
.m-20 {
  margin: 20px !important; }
.mt-20 {
  margin-top: 20px !important; }
.mr-20 {
  margin-right: 20px !important; }
.mb-20 {
  margin-bottom: 20px !important; }
.ml-20 {
  margin-left: 20px !important; }
.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }
.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }
.m-25 {
  margin: 25px !important; }
.mt-25 {
  margin-top: 25px !important; }
.mr-25 {
  margin-right: 25px !important; }
.mb-25 {
  margin-bottom: 25px !important; }
.ml-25 {
  margin-left: 25px !important; }
.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }
.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }
.m-30 {
  margin: 30px !important; }
.mt-30 {
  margin-top: 30px !important; }
.mr-30 {
  margin-right: 30px !important; }
.mb-30 {
  margin-bottom: 30px !important; }
.ml-30 {
  margin-left: 30px !important; }
.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }
.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }
.m-35 {
  margin: 35px !important; }
.mt-35 {
  margin-top: 35px !important; }
.mr-35 {
  margin-right: 35px !important; }
.mb-35 {
  margin-bottom: 35px !important; }
.ml-35 {
  margin-left: 35px !important; }
.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }
.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }
.m-40 {
  margin: 40px !important; }
.mt-40 {
  margin-top: 40px !important; }
.mr-40 {
  margin-right: 40px !important; }
.mb-40 {
  margin-bottom: 40px !important; }
.ml-40 {
  margin-left: 40px !important; }
.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }
.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }
.m-45 {
  margin: 45px !important; }
.mt-45 {
  margin-top: 45px !important; }
.mr-45 {
  margin-right: 45px !important; }
.mb-45 {
  margin-bottom: 45px !important; }
.ml-45 {
  margin-left: 45px !important; }
.mh-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }
.mv-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }
.m-50 {
  margin: 50px !important; }
.mt-50 {
  margin-top: 50px !important; }
.mr-50 {
  margin-right: 50px !important; }
.mb-50 {
  margin-bottom: 50px !important; }
.ml-50 {
  margin-left: 50px !important; }
.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }
.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }
.m-55 {
  margin: 55px !important; }
.mt-55 {
  margin-top: 55px !important; }
.mr-55 {
  margin-right: 55px !important; }
.mb-55 {
  margin-bottom: 55px !important; }
.ml-55 {
  margin-left: 55px !important; }
.mh-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }
.mv-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }
.m-60 {
  margin: 60px !important; }
.mt-60 {
  margin-top: 60px !important; }
.mr-60 {
  margin-right: 60px !important; }
.mb-60 {
  margin-bottom: 60px !important; }
.ml-60 {
  margin-left: 60px !important; }
.mh-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }
.mv-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }
.m-65 {
  margin: 65px !important; }
.mt-65 {
  margin-top: 65px !important; }
.mr-65 {
  margin-right: 65px !important; }
.mb-65 {
  margin-bottom: 65px !important; }
.ml-65 {
  margin-left: 65px !important; }
.mh-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }
.mv-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }
.m-70 {
  margin: 70px !important; }
.mt-70 {
  margin-top: 70px !important; }
.mr-70 {
  margin-right: 70px !important; }
.mb-70 {
  margin-bottom: 70px !important; }
.ml-70 {
  margin-left: 70px !important; }
.mh-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }
.mv-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }
.m-75 {
  margin: 75px !important; }
.mt-75 {
  margin-top: 75px !important; }
.mr-75 {
  margin-right: 75px !important; }
.mb-75 {
  margin-bottom: 75px !important; }
.ml-75 {
  margin-left: 75px !important; }
.mh-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }
.mv-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }
.m-80 {
  margin: 80px !important; }
.mt-80 {
  margin-top: 80px !important; }
.mr-80 {
  margin-right: 80px !important; }
.mb-80 {
  margin-bottom: 80px !important; }
.ml-80 {
  margin-left: 80px !important; }
.mh-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }
.mv-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }
.m-85 {
  margin: 85px !important; }
.mt-85 {
  margin-top: 85px !important; }
.mr-85 {
  margin-right: 85px !important; }
.mb-85 {
  margin-bottom: 85px !important; }
.ml-85 {
  margin-left: 85px !important; }
.mh-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }
.mv-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }
.m-90 {
  margin: 90px !important; }
.mt-90 {
  margin-top: 90px !important; }
.mr-90 {
  margin-right: 90px !important; }
.mb-90 {
  margin-bottom: 90px !important; }
.ml-90 {
  margin-left: 90px !important; }
.mh-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }
.mv-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }
.m-95 {
  margin: 95px !important; }
.mt-95 {
  margin-top: 95px !important; }
.mr-95 {
  margin-right: 95px !important; }
.mb-95 {
  margin-bottom: 95px !important; }
.ml-95 {
  margin-left: 95px !important; }
.mh-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }
.mv-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }
.m-100 {
  margin: 100px !important; }
.mt-100 {
  margin-top: 100px !important; }
.mr-100 {
  margin-right: 100px !important; }
.mb-100 {
  margin-bottom: 100px !important; }
.ml-100 {
  margin-left: 100px !important; }
.mh-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }
.mv-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }
@media (max-width: 767px) {
  .m-xs-10 {
    margin: 10px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mr-xs-10 {
    margin-right: 10px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .ml-xs-10 {
    margin-left: 10px !important; }
  .mh-xs-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .mv-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-xs-15 {
    margin: 15px !important; }
  .mt-xs-15 {
    margin-top: 15px !important; }
  .mr-xs-15 {
    margin-right: 15px !important; }
  .mb-xs-15 {
    margin-bottom: 15px !important; }
  .ml-xs-15 {
    margin-left: 15px !important; }
  .mh-xs-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .mv-xs-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .m-xs-20 {
    margin: 20px !important; }
  .mt-xs-20 {
    margin-top: 20px !important; }
  .mr-xs-20 {
    margin-right: 20px !important; }
  .mb-xs-20 {
    margin-bottom: 20px !important; }
  .ml-xs-20 {
    margin-left: 20px !important; }
  .mh-xs-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .mv-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-xs-25 {
    margin: 25px !important; }
  .mt-xs-25 {
    margin-top: 25px !important; }
  .mr-xs-25 {
    margin-right: 25px !important; }
  .mb-xs-25 {
    margin-bottom: 25px !important; }
  .ml-xs-25 {
    margin-left: 25px !important; }
  .mh-xs-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .mv-xs-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .m-xs-30 {
    margin: 30px !important; }
  .mt-xs-30 {
    margin-top: 30px !important; }
  .mr-xs-30 {
    margin-right: 30px !important; }
  .mb-xs-30 {
    margin-bottom: 30px !important; }
  .ml-xs-30 {
    margin-left: 30px !important; }
  .mh-xs-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .mv-xs-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-xs-35 {
    margin: 35px !important; }
  .mt-xs-35 {
    margin-top: 35px !important; }
  .mr-xs-35 {
    margin-right: 35px !important; }
  .mb-xs-35 {
    margin-bottom: 35px !important; }
  .ml-xs-35 {
    margin-left: 35px !important; }
  .mh-xs-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .mv-xs-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .m-xs-40 {
    margin: 40px !important; }
  .mt-xs-40 {
    margin-top: 40px !important; }
  .mr-xs-40 {
    margin-right: 40px !important; }
  .mb-xs-40 {
    margin-bottom: 40px !important; }
  .ml-xs-40 {
    margin-left: 40px !important; }
  .mh-xs-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .mv-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-xs-45 {
    margin: 45px !important; }
  .mt-xs-45 {
    margin-top: 45px !important; }
  .mr-xs-45 {
    margin-right: 45px !important; }
  .mb-xs-45 {
    margin-bottom: 45px !important; }
  .ml-xs-45 {
    margin-left: 45px !important; }
  .mh-xs-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .mv-xs-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .m-xs-50 {
    margin: 50px !important; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mr-xs-50 {
    margin-right: 50px !important; }
  .mb-xs-50 {
    margin-bottom: 50px !important; }
  .ml-xs-50 {
    margin-left: 50px !important; }
  .mh-xs-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .mv-xs-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .m-xs-55 {
    margin: 55px !important; }
  .mt-xs-55 {
    margin-top: 55px !important; }
  .mr-xs-55 {
    margin-right: 55px !important; }
  .mb-xs-55 {
    margin-bottom: 55px !important; }
  .ml-xs-55 {
    margin-left: 55px !important; }
  .mh-xs-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }
  .mv-xs-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .m-xs-60 {
    margin: 60px !important; }
  .mt-xs-60 {
    margin-top: 60px !important; }
  .mr-xs-60 {
    margin-right: 60px !important; }
  .mb-xs-60 {
    margin-bottom: 60px !important; }
  .ml-xs-60 {
    margin-left: 60px !important; }
  .mh-xs-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .mv-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .m-xs-65 {
    margin: 65px !important; }
  .mt-xs-65 {
    margin-top: 65px !important; }
  .mr-xs-65 {
    margin-right: 65px !important; }
  .mb-xs-65 {
    margin-bottom: 65px !important; }
  .ml-xs-65 {
    margin-left: 65px !important; }
  .mh-xs-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }
  .mv-xs-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .m-xs-70 {
    margin: 70px !important; }
  .mt-xs-70 {
    margin-top: 70px !important; }
  .mr-xs-70 {
    margin-right: 70px !important; }
  .mb-xs-70 {
    margin-bottom: 70px !important; }
  .ml-xs-70 {
    margin-left: 70px !important; }
  .mh-xs-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .mv-xs-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .m-xs-75 {
    margin: 75px !important; }
  .mt-xs-75 {
    margin-top: 75px !important; }
  .mr-xs-75 {
    margin-right: 75px !important; }
  .mb-xs-75 {
    margin-bottom: 75px !important; }
  .ml-xs-75 {
    margin-left: 75px !important; }
  .mh-xs-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }
  .mv-xs-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .m-xs-80 {
    margin: 80px !important; }
  .mt-xs-80 {
    margin-top: 80px !important; }
  .mr-xs-80 {
    margin-right: 80px !important; }
  .mb-xs-80 {
    margin-bottom: 80px !important; }
  .ml-xs-80 {
    margin-left: 80px !important; }
  .mh-xs-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .mv-xs-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .m-xs-85 {
    margin: 85px !important; }
  .mt-xs-85 {
    margin-top: 85px !important; }
  .mr-xs-85 {
    margin-right: 85px !important; }
  .mb-xs-85 {
    margin-bottom: 85px !important; }
  .ml-xs-85 {
    margin-left: 85px !important; }
  .mh-xs-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }
  .mv-xs-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .m-xs-90 {
    margin: 90px !important; }
  .mt-xs-90 {
    margin-top: 90px !important; }
  .mr-xs-90 {
    margin-right: 90px !important; }
  .mb-xs-90 {
    margin-bottom: 90px !important; }
  .ml-xs-90 {
    margin-left: 90px !important; }
  .mh-xs-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .mv-xs-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .m-xs-95 {
    margin: 95px !important; }
  .mt-xs-95 {
    margin-top: 95px !important; }
  .mr-xs-95 {
    margin-right: 95px !important; }
  .mb-xs-95 {
    margin-bottom: 95px !important; }
  .ml-xs-95 {
    margin-left: 95px !important; }
  .mh-xs-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }
  .mv-xs-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .m-xs-100 {
    margin: 100px !important; }
  .mt-xs-100 {
    margin-top: 100px !important; }
  .mr-xs-100 {
    margin-right: 100px !important; }
  .mb-xs-100 {
    margin-bottom: 100px !important; }
  .ml-xs-100 {
    margin-left: 100px !important; }
  .mh-xs-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }
  .mv-xs-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }
.fz-1 {
  font-size: 1px !important; }
.fz-2 {
  font-size: 2px !important; }
.fz-3 {
  font-size: 3px !important; }
.fz-4 {
  font-size: 4px !important; }
.fz-5 {
  font-size: 5px !important; }
.fz-6 {
  font-size: 6px !important; }
.fz-7 {
  font-size: 7px !important; }
.fz-8 {
  font-size: 8px !important; }
.fz-9 {
  font-size: 9px !important; }
.fz-10 {
  font-size: 10px !important; }
.fz-11 {
  font-size: 11px !important; }
.fz-12 {
  font-size: 12px !important; }
.fz-13 {
  font-size: 13px !important; }
.fz-14 {
  font-size: 14px !important; }
.fz-15 {
  font-size: 15px !important; }
.fz-16 {
  font-size: 16px !important; }
.fz-17 {
  font-size: 17px !important; }
.fz-18 {
  font-size: 18px !important; }
.fz-19 {
  font-size: 19px !important; }
.fz-20 {
  font-size: 20px !important; }
.fz-21 {
  font-size: 21px !important; }
.fz-22 {
  font-size: 22px !important; }
.fz-23 {
  font-size: 23px !important; }
.fz-24 {
  font-size: 24px !important; }
.fz-25 {
  font-size: 25px !important; }
.fz-26 {
  font-size: 26px !important; }
.fz-27 {
  font-size: 27px !important; }
.fz-28 {
  font-size: 28px !important; }
.fz-29 {
  font-size: 29px !important; }
.fz-30 {
  font-size: 30px !important; }
.fz-31 {
  font-size: 31px !important; }
.fz-32 {
  font-size: 32px !important; }
.fz-33 {
  font-size: 33px !important; }
.fz-34 {
  font-size: 34px !important; }
.fz-35 {
  font-size: 35px !important; }
.fz-36 {
  font-size: 36px !important; }
.fz-37 {
  font-size: 37px !important; }
.fz-38 {
  font-size: 38px !important; }
.fz-39 {
  font-size: 39px !important; }
.fz-40 {
  font-size: 40px !important; }
.fz-41 {
  font-size: 41px !important; }
.fz-42 {
  font-size: 42px !important; }
.fz-43 {
  font-size: 43px !important; }
.fz-44 {
  font-size: 44px !important; }
.fz-45 {
  font-size: 45px !important; }
.fz-46 {
  font-size: 46px !important; }
.fz-47 {
  font-size: 47px !important; }
.fz-48 {
  font-size: 48px !important; }
.fz-49 {
  font-size: 49px !important; }
.fz-50 {
  font-size: 50px !important; }
.fz-51 {
  font-size: 51px !important; }
.fz-52 {
  font-size: 52px !important; }
.fz-53 {
  font-size: 53px !important; }
.fz-54 {
  font-size: 54px !important; }
.fz-55 {
  font-size: 55px !important; }
.fz-56 {
  font-size: 56px !important; }
.fz-57 {
  font-size: 57px !important; }
.fz-58 {
  font-size: 58px !important; }
.fz-59 {
  font-size: 59px !important; }
.fz-60 {
  font-size: 60px !important; }
.fz-61 {
  font-size: 61px !important; }
.fz-62 {
  font-size: 62px !important; }
.fz-63 {
  font-size: 63px !important; }
.fz-64 {
  font-size: 64px !important; }
.fz-65 {
  font-size: 65px !important; }
.fz-66 {
  font-size: 66px !important; }
.fz-67 {
  font-size: 67px !important; }
.fz-68 {
  font-size: 68px !important; }
.fz-69 {
  font-size: 69px !important; }
.fz-70 {
  font-size: 70px !important; }
@media (max-width: 767px) {
  .fz-xs-1 {
    font-size: 1px !important; }
  .fz-xs-2 {
    font-size: 2px !important; }
  .fz-xs-3 {
    font-size: 3px !important; }
  .fz-xs-4 {
    font-size: 4px !important; }
  .fz-xs-5 {
    font-size: 5px !important; }
  .fz-xs-6 {
    font-size: 6px !important; }
  .fz-xs-7 {
    font-size: 7px !important; }
  .fz-xs-8 {
    font-size: 8px !important; }
  .fz-xs-9 {
    font-size: 9px !important; }
  .fz-xs-10 {
    font-size: 10px !important; }
  .fz-xs-11 {
    font-size: 11px !important; }
  .fz-xs-12 {
    font-size: 12px !important; }
  .fz-xs-13 {
    font-size: 13px !important; }
  .fz-xs-14 {
    font-size: 14px !important; }
  .fz-xs-15 {
    font-size: 15px !important; }
  .fz-xs-16 {
    font-size: 16px !important; }
  .fz-xs-17 {
    font-size: 17px !important; }
  .fz-xs-18 {
    font-size: 18px !important; }
  .fz-xs-19 {
    font-size: 19px !important; }
  .fz-xs-20 {
    font-size: 20px !important; }
  .fz-xs-21 {
    font-size: 21px !important; }
  .fz-xs-22 {
    font-size: 22px !important; }
  .fz-xs-23 {
    font-size: 23px !important; }
  .fz-xs-24 {
    font-size: 24px !important; }
  .fz-xs-25 {
    font-size: 25px !important; }
  .fz-xs-26 {
    font-size: 26px !important; }
  .fz-xs-27 {
    font-size: 27px !important; }
  .fz-xs-28 {
    font-size: 28px !important; }
  .fz-xs-29 {
    font-size: 29px !important; }
  .fz-xs-30 {
    font-size: 30px !important; }
  .fz-xs-31 {
    font-size: 31px !important; }
  .fz-xs-32 {
    font-size: 32px !important; }
  .fz-xs-33 {
    font-size: 33px !important; }
  .fz-xs-34 {
    font-size: 34px !important; }
  .fz-xs-35 {
    font-size: 35px !important; }
  .fz-xs-36 {
    font-size: 36px !important; }
  .fz-xs-37 {
    font-size: 37px !important; }
  .fz-xs-38 {
    font-size: 38px !important; }
  .fz-xs-39 {
    font-size: 39px !important; }
  .fz-xs-40 {
    font-size: 40px !important; }
  .fz-xs-41 {
    font-size: 41px !important; }
  .fz-xs-42 {
    font-size: 42px !important; }
  .fz-xs-43 {
    font-size: 43px !important; }
  .fz-xs-44 {
    font-size: 44px !important; }
  .fz-xs-45 {
    font-size: 45px !important; }
  .fz-xs-46 {
    font-size: 46px !important; }
  .fz-xs-47 {
    font-size: 47px !important; }
  .fz-xs-48 {
    font-size: 48px !important; }
  .fz-xs-49 {
    font-size: 49px !important; }
  .fz-xs-50 {
    font-size: 50px !important; }
  .fz-xs-51 {
    font-size: 51px !important; }
  .fz-xs-52 {
    font-size: 52px !important; }
  .fz-xs-53 {
    font-size: 53px !important; }
  .fz-xs-54 {
    font-size: 54px !important; }
  .fz-xs-55 {
    font-size: 55px !important; }
  .fz-xs-56 {
    font-size: 56px !important; }
  .fz-xs-57 {
    font-size: 57px !important; }
  .fz-xs-58 {
    font-size: 58px !important; }
  .fz-xs-59 {
    font-size: 59px !important; }
  .fz-xs-60 {
    font-size: 60px !important; }
  .fz-xs-61 {
    font-size: 61px !important; }
  .fz-xs-62 {
    font-size: 62px !important; }
  .fz-xs-63 {
    font-size: 63px !important; }
  .fz-xs-64 {
    font-size: 64px !important; }
  .fz-xs-65 {
    font-size: 65px !important; }
  .fz-xs-66 {
    font-size: 66px !important; }
  .fz-xs-67 {
    font-size: 67px !important; }
  .fz-xs-68 {
    font-size: 68px !important; }
  .fz-xs-69 {
    font-size: 69px !important; }
  .fz-xs-70 {
    font-size: 70px !important; } }
.w-5 {
  width: 5% !important; }
.w-10 {
  width: 10% !important; }
.w-15 {
  width: 15% !important; }
.w-20 {
  width: 20% !important; }
.w-25 {
  width: 25% !important; }
.w-30 {
  width: 30% !important; }
.w-35 {
  width: 35% !important; }
.w-40 {
  width: 40% !important; }
.w-45 {
  width: 45% !important; }
.w-50 {
  width: 50% !important; }
.w-55 {
  width: 55% !important; }
.w-60 {
  width: 60% !important; }
.w-65 {
  width: 65% !important; }
.w-70 {
  width: 70% !important; }
.w-75 {
  width: 75% !important; }
.w-80 {
  width: 80% !important; }
.w-85 {
  width: 85% !important; }
.w-90 {
  width: 90% !important; }
.w-95 {
  width: 95% !important; }
.w-100 {
  width: 100% !important; }
.letter-spacing-1 {
  letter-spacing: 1px !important; }
.letter-spacing-2 {
  letter-spacing: 2px !important; }
.letter-spacing-3 {
  letter-spacing: 3px !important; }
.letter-spacing-4 {
  letter-spacing: 4px !important; }
.letter-spacing-5 {
  letter-spacing: 5px !important; }
.fw-100 {
  font-weight: 100 !important; }
.fw-200 {
  font-weight: 200 !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.lh-10 {
  line-height: 1 !important; }
.lh-11 {
  line-height: 1.1 !important; }
.lh-12 {
  line-height: 1.2 !important; }
.lh-13 {
  line-height: 1.3 !important; }
.lh-14 {
  line-height: 1.4 !important; }
.lh-15 {
  line-height: 1.5 !important; }
.lh-16 {
  line-height: 1.6 !important; }
.lh-17 {
  line-height: 1.7 !important; }
.lh-18 {
  line-height: 1.8 !important; }
.lh-19 {
  line-height: 1.9 !important; }
.lh-20 {
  line-height: 2 !important; }
.max-w-220 {
  max-width: 220px; }
@media (max-width: 767px) {
    .max-w-220 {
      max-width: auto; } }
.max-w-450 {
  max-width: 450px;
  width: 450px; }
@media (max-width: 1799px) {
    .max-w-450 {
      width: auto; } }
@media (max-width: 767px) {
    .max-w-450 {
      max-width: auto; } }
.btn {
  padding: 12px 40px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  min-width: 100px; }
@media (max-width: 767px) {
    .btn {
      font-size: 14px;
      padding: 10px 20px; } }
.btn.is-big {
    padding: 18px 65px; }
@media (max-width: 767px) {
      .btn.is-big {
        padding: 12px 35px; } }
.btn.is-mini {
    padding: 5px 25px; }
@media (max-width: 767px) {
      .btn.is-mini {
        padding: 5px 20px; } }
.btn.is-mini-btn {
    font-size: 13px;
    min-width: 110px;
    padding: 10px;
    font-weight: 400; }
.btn__blue {
    color: #fff !important;
    background: linear-gradient(140deg, #3b4d7a 0%, #141f2d 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    font-size: 20px;
    min-width: 190px; }
.btn__blue:hover {
      box-shadow: none; }
.btn__white {
    color: #0c1e36;
    border: 2px solid;
    background: #fff; }
.btn__white:hover {
      background: #25406A;
      color: #fff !important;
      border-color: #25406A; }
.btn__light {
    border: 2px solid;
    color: #fff; }
.btn__light:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0c1e36; }
.btn__gold {
    background: linear-gradient(-60deg, #d6c182 0%, #ecdaa4 100%);
    color: #524d49; }
.btn__gold-shadow {
      box-shadow: 0 3px 10px -4px #000; }
.btn__gold:hover {
      background: linear-gradient(-60deg, #d0b76f 0%, #e8d18f 100%); }
.btn__with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px; }
.btn__with-icon img {
      margin-left: 5px; }
.btn__invest {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #524d49; }
@media (max-width: 767px) {
      .btn__invest {
        font-size: 17px; } }
.title-with-logo {
  color: #0c1e36;
  margin-bottom: 40px; }
@media (max-width: 1024px) {
    .title-with-logo {
      margin-bottom: 30px; } }
@media (max-width: 767px) {
    .title-with-logo {
      margin-bottom: 20px; } }
.title-with-logo__title {
    display: flex;
    align-items: center;
    font-size: 64px;
    flex-wrap: wrap; }
@media (max-width: 1199px) {
      .title-with-logo__title {
        font-size: 50px; } }
@media (max-width: 767px) {
      .title-with-logo__title {
        font-size: 36px; } }
.title-with-logo__title a {
      color: #0c1e36; }
.title-with-logo__title a:hover {
        text-decoration: none; }
.title-with-logo__title img {
      margin-top: -18px;
      margin-right: 10px; }
@media (max-width: 1199px) {
        .title-with-logo__title img {
          width: 310px;
          margin-top: -15px; } }
@media (max-width: 767px) {
        .title-with-logo__title img {
          width: 230px;
          margin-top: -12px; } }
.title-with-logo__text {
    font-size: 24px; }
@media (max-width: 1199px) {
      .title-with-logo__text {
        font-size: 21px; } }
@media (max-width: 767px) {
      .title-with-logo__text {
        font-size: 18px;
        margin-top: 10px; } }
.project-page .promotion-articles.project-page-blogs {
  height: auto;
  padding-top: 30px; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width {
    padding: 0;
    padding: initial; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text {
      text-decoration: none;
      height: 100%; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text:after {
        content: none; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item {
        min-height: 63px;
        width: 100%; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item .tile__img {
          float: left;
          width: 25%;
          height: 100%;
          min-height: inherit;
          overflow: hidden;
          margin-right: 10px;
          margin-bottom: 0;
          position: relative; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item .tile__img img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: auto;
            min-width: 100%; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item .tile-blog__title-wrap {
          height: auto; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text:hover .tile__item {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        transition: 0.3s; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .link-left {
      margin-bottom: 20px; }
.project-page .project-tiles__box .video-box__img-wrap {
  position: relative;
  min-height: 210px;
  max-height: 230px;
  overflow: hidden; }
.project-page .project-tiles__box .tabs-box__content {
  padding: 30px 15px; }
.project-page .project-tiles__box .tabs-box__content img {
    max-width: 100%; }
.project-page .project-tiles__box #tab-5 > .row {
  padding: 10px 0; }
.project-page .project-tiles__box #tab-5 > .row > div:first-child {
    font-size: 18px; }
.project-page .scn-btn-groups {
  position: absolute;
  top: 135px;
  left: 0;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  width: 210px; }
.project-page .scn-btn-groups .social-list {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
.project-page .scn-btn-groups .social-list__social-item {
      display: block;
      width: 35px;
      height: 35px; }
.project-page .scn-btn-groups .social-list__social-item .slsi__social-link {
        display: block;
        width: inherit;
        height: inherit;
        background: rgba(255, 255, 255, 0.8);
        padding: 2px;
        border-radius: 5px;
        transition: 0.3s; }
.project-page .scn-btn-groups .social-list__social-item .slsi__social-link img {
          width: 100%;
          height: 100%; }
.project-page .scn-btn-groups .social-list__social-item .slsi__social-link:hover {
          background: white;
          transition: 0.3s; }
.project-page .scn-btn-groups .sc-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    opacity: 1;
    transition: 0.3s; }
.project-page .scn-btn-groups .sc-icon:hover {
      transition: 0.3s;
      opacity: 0.5; }
.project-page .scn-btn-groups.active {
    transition: 0.3s;
    height: 35px; }
.project-page .btn-invest-block .btn-invest-notice {
  color: #fff;
  font-size: 14pt; }
.project-page .btn-invest-block .btn-invest-notice, .project-page .btn-invest-block .btn-invest {
  align-items: center;
  justify-content: center;
  display: flex; }
.project-page .project-tiles__item.no-crowd .how-many-shares {
  padding: 10px 40px 10px 40px; }
.project-page .project-tiles__item.no-crowd .how-many-shares .how-many-shares__notice {
    margin-bottom: 10px;
    margin-top: 5px !important;
    font-size: 14pt; }
.project-page .project-tiles__item.no-crowd .how-many-shares .how-many-shares__footer {
    padding-top: 0; }
.project-card-item .logotip-block {
  position: absolute;
  top: 150px;
  left: 50px;
  background: none;
  max-width: 200px;
  height: 83px;
  text-align: right;
  z-index: +1;
  width: 100%; }
.project-card-item .logotip-block img {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    max-width: 100%; }
.project-card-item .logotip-block-he {
  position: absolute;
  top: 150px;
  right: 20px;
  background: none;
  max-width: 200px;
  width: 100%;
  height: 83px;
  text-align: right;
  z-index: +1; }
.project-card-item .logotip-block-he img {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    max-width: 100%; }
.project-card-item .cover-block {
  background: rgba(200, 200, 200, 0.1); }
/*! nouislider - 13.1.4 - 3/20/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }
.noUi-target {
  position: relative;
  direction: ltr; }
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }
.noUi-horizontal .noUi-origin {
  height: 0; }
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }
.noUi-touch-area {
  height: 100%;
  width: 100%; }
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s; }
.noUi-state-drag * {
  cursor: inherit !important; }
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }
.noUi-vertical {
  width: 18px; }
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }
.noUi-connects {
  border-radius: 3px; }
.noUi-connect {
  background: #3FB8AF; }
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }
.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }
.noUi-handle:after {
  left: 17px; }
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }
.noUi-vertical .noUi-handle:after {
  top: 17px; }
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }
.noUi-pips {
  position: absolute;
  color: #999; }
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }
.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }
.noUi-marker-sub {
  background: #AAA; }
.noUi-marker-large {
  background: #AAA; }
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }
.noUi-value-horizontal {
  transform: translate(-50%, 50%); }
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%); }
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px; }
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%); }
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }
.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }
.range {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 0; }
@media (max-width: 1099px) {
    .range {
      flex-direction: column;
      align-items: flex-start; } }
.range__row {
    display: flex;
    padding-top: 20px; }
@media (max-width: 1024px) {
      .range__row {
        padding-top: 0; } }
@media (max-width: 620px) {
      .range__row {
        flex-direction: column; } }
.range__col {
    padding: 0 100px; }
@media (max-width: 1399px) {
      .range__col {
        padding: 0 50px; } }
@media (max-width: 620px) {
      .range__col {
        padding: 0;
        border: none !important; } }
.range__col:first-child {
      padding-right: 0; }
.range__col:last-child {
      padding-left: 0; }
.range__text {
    color: #0c1e36;
    font-size: 16px;
    width: 240px;
    padding-left: 40px; }
@media (max-width: 1399px) {
      .range__text {
        width: 180px; } }
@media (max-width: 1099px) {
      .range__text {
        width: 100%; } }
.range__wrap {
    width: 208px; }
.range__wrap {
  padding: 30px 0; }
.range .noUi-marker {
  display: none; }
.range .noUi-value {
  color: #8994a2;
  font-size: 12px !important; }
.range .noUi-connect {
  background-color: #141F2D;
  height: 8px;
  border-radius: 8px; }
.range .noUi-target {
  height: 8px;
  background-color: #EBEBEB;
  border-radius: 8px;
  border: none; }
.range .noUi-handle {
  color: transparent;
  width: 12px !important;
  height: 17px !important;
  background: url(/_nuxt/assets/img/range-icon.svg) no-repeat;
  top: -22px;
  box-shadow: none;
  border: none; }
.range .noUi-handle:focus {
    outline: none; }
.range .noUi-handle::before {
    display: none; }
.range .noUi-handle::after {
    display: none; }
.range .noUi-pips-horizontal {
  top: -20%; }
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -6px;
  left: auto; }
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none !important;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }
.ps__rail-y {
  display: none;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  /* there must be 'right' or 'left' for ps__rail-y */
  /* please don't change 'position' */
  position: absolute;
  width: 7px !important;
  background: transparent !important;
  right: 3px !important;
  left: auto !important;
  opacity: 1 !important;
  /* Style for "Rectangle" */ }
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
  display: none !important; }
.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
  width: 7px !important;
  border-radius: 90px;
  background-color: #60687c !important; }
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
      display: block;
      width: 100%; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }
.no-js .owl-carousel {
  display: block; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 0.5s ease-in-out; }
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease; }
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease; }
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.locale-body-en {
  direction: ltr;
  /* ----------------------------------------- */
  /* ----------------------------------------- */ }
.locale-body-en .ltr {
    direction: ltr; }
.locale-body-en .link-left__link::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiPjxkZWZzPjxwYXRoIGlkPSI0M2o3YSIgZD0iTTExMjcuMzkyIDI0OTUuNzVsLTEuMzkyIDEuNDA1IDQuNTc0IDQuNjE1LTQuNTc0IDQuNjE1IDEuMzkyIDEuNDA1IDUuOTY2LTYuMDJ6Ii8+PC9kZWZzPjxnPjxnIG9wYWNpdHk9Ii44IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEyNiAtMjQ5NSkiPjx1c2UgZmlsbD0iIzBjMWUzNiIgeGxpbms6aHJlZj0iIzQzajdhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    margin-left: 5px;
    margin-right: 0; }
.locale-body-en .filter__box .filter__box-item .filter__select {
    direction: ltr; }
.locale-body-en .filter__box .filter__box-item .filter__select select {
      background-position: 95% 50%; }
.locale-body-en .project-tiles__item .video-box .video-box__content {
    direction: ltr; }
.locale-body-en .project-tiles__item .how-many-shares .how-many-shares__title, .locale-body-en .project-tiles__item .how-many-shares .how-many-shares__subtitle, .locale-body-en .project-tiles__item .how-many-shares .how-many-shares__notice, .locale-body-en .project-tiles__item .how-many-shares .how-many-shares__footer {
    direction: ltr; }
.locale-body-en .project-tiles__item .with-chart__item .circle-chart .circle-chart__text {
    font-size: 12px;
    padding: 0 12px; }
.locale-body-en .project-tiles__item .tabs-box .tabs-box__nav {
    direction: ltr; }
.locale-body-en .project-tiles__item .tabs-box .tabs-box__nav li {
      margin-left: 0;
      margin-right: 30px; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane {
    text-align: left;
    /* ----------------------------------------- */
    /* ----------------------------------------- */ }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane#tab-1, .locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane#tab-3 {
      direction: ltr; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .tabs-box__fields-avatar {
      margin-left: 0;
      margin-right: 25px; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link {
      direction: ltr; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .upload-field__note {
        float: right; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .upload-field__label {
        float: left; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .upload-field__label img {
          margin-left: 0;
          margin-right: 12px; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .type-name {
        float: left; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .tabs-box__cards .tabs-box__cards-item .tabs-box__cards-avatar-wrap {
      margin-left: 0;
      margin-right: 20px; }
.locale-body-en .project-tiles__item .our-team {
    direction: ltr;
    text-align: left; }
.locale-body-en .project-tiles__item .our-team .our-team__item {
      border: none;
      border-right: 1px solid #e6e6e6; }
.locale-body-en .project-tiles__item .our-team .our-team__item:last-of-type {
        border: none; }
.locale-body-en .project-tiles__item .our-team .our-team__item:last-child {
        padding-left: 30px;
        padding-right: 30px; }
.locale-body-en .project-tiles__item .our-team .our-team__item .our-team__item-img {
        margin-left: 0;
        margin-right: 10px; }
.locale-body-en .popup-form .popup-form__content .popup-form__content-text .text-direction {
    direction: ltr; }
.locale-body-en .popup-form .popup-form__content .popup-form__content-text .amount-counter__label input {
    text-align: center; }
.locale-body-en .tile__item .tile__indicators .tile__indicators-text-ltr {
    padding-left: 0 !important; }
.locale-body-en .tile__item .tile__indicators .tile__indicators-text-rtl {
    padding-left: 20px !important; }
.locale-body-en .tile__item .tile__indicators .tile__indicators-text .tile__numbers .tile__numbers-item {
    font-size: 12px; }
.locale-body-en.investor-registration .top-block {
    text-align: left; }
.locale-body-en.investor-registration .invest-agreement .amount-counter__label input {
    text-align: center; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__nav {
    direction: ltr; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__nav li {
      margin-left: 0;
      margin-right: 30px; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content {
    direction: ltr;
    text-align: left;
    /* ----------------------------------------- */ }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link {
      direction: ltr; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .upload-field__note {
        float: right; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .upload-field__label {
        float: left; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .upload-field__label img {
          margin-left: 0;
          margin-right: 12px; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .type-name {
        float: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block p {
    text-align: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__row, .locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__row textarea, .locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__row input {
    direction: ltr;
    text-align: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__total {
    direction: ltr;
    text-align: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block .card-info .card-info__block {
    direction: ltr;
    text-align: left; }
.locale-body-en.investor-registration .invest-details .invest-details__content .invest-details__block {
    direction: ltr; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder {
    text-align: left; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder {
      direction: ltr; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder .step.done:nth-child(1) {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder .step.done:nth-child(4) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px; }
.locale-body-en .investor-reg .personal-information .reg {
    direction: ltr; }
.locale-body-en .investor-reg .personal-information .reg .top-block {
      text-align: left; }
.locale-body-en .investor-reg .personal-information .reg .radio-row label {
      margin-right: 40px;
      margin-left: 0; }
.locale-body-en .breadcrumbs {
    direction: ltr; }
.locale-body-en .breadcrumbs .breadcrumbs-content {
      flex-direction: initial;
      padding: 0;
      margin-left: auto;
      margin-right: auto; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text {
        margin: 0; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text:before {
          content: " ";
          margin: 0; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text:after {
          content: ">";
          font-size: 10px;
          margin: 0 5px 0 2px; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text:last-of-type:after {
          content: " "; }
.locale-body-en .subheader-content > .col {
    align-self: flex-start; }
.locale-body-en .subheader-content > .col > .text__extra-large {
      margin-top: 0; }
.locale-body-en footer .top-footer .top-foooter-content .footer-contact-form .footer-form-container .footer-contact-form-text {
    direction: ltr; }
@media (max-width: 399px) {
    .locale-body-en footer .top-footer .top-foooter-content .footer-contact-form .captcha-block {
      transform: translateX(7%); } }
.locale-body-en.how-it-works .card-number {
    direction: ltr;
    text-align: left; }
.locale-body-en.how-it-works .leading-investor-slider .leading-investor-slider__item-content {
    direction: ltr; }
.locale-body-en.how-it-works .contact-form-company-htw .contact-form-company .captcha-block {
    margin-right: auto !important; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content {
    direction: ltr; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__title, .locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__text {
      text-align: left; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__tiles {
      direction: ltr; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__tiles .whom-fits__tile .whom-fits__tile-text {
        text-align: center; }
.locale-body-en.how-it-works .idea .idea__inner .idea__content {
    direction: ltr;
    text-align: left; }
.locale-body-en.how-it-works .intrested-contact-us .intrested-contact-us__item .intrested-contact-us__box {
    direction: ltr; }
.locale-body-en.how-it-works .intrested-contact-us .intrested-contact-us__item .intrested-contact-us__box .intrested-contact-us__box-title, .locale-body-en.how-it-works .intrested-contact-us .intrested-contact-us__item .intrested-contact-us__box .intrested-contact-us__box-text {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center {
    direction: ltr; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__title {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__picture {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__picture .blog-add__picture-icon {
        left: 35px;
        right: auto;
        right: initial; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__recomended-title {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-page-list-recomended .tile__item .tile__content {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__content {
    text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__content .blog-add__social .blog-add__social-list .blog-add__social-item {
      margin: 0 15px 0 0; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__left {
    direction: ltr;
    text-align: left; }
.locale-body-en.blog-page-item .blog-page-list-recomended a .tile-blog .tile__img {
    overflow: hidden;
    position: relative;
    height: 194px; }
.top-bar {
  background: #192537;
  color: #fff;
  height: 44px;
  font-family: "Rubik", sans-serif; }
.top-bar__medium-text {
    font-weight: 400;
    font-size: 16px;
    margin-right: 10px;
    display: inline; }
@media screen and (max-width: 767px) {
      .top-bar__medium-text {
        font-size: 12px; } }
.top-bar__small-text {
    font-weight: 300;
    font-size: 14px;
    margin-right: 15px;
    display: inline; }
@media screen and (max-width: 767px) {
      .top-bar__small-text {
        font-size: 12px; } }
.top-bar .col-md-6 {
    padding-right: 0; }
.top-bar-content {
  text-align: right;
  height: 44px; }
.top-bar-content .col-2.text-left, .top-bar-content .col-10 {
    padding: 0; }
@media screen and (max-width: 767px) {
  .top-bar-content-img {
    height: 16px; } }
.user-img-holder {
  display: inline-block; }
.navigation {
  height: 90px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
@media screen and (max-width: 767px) {
    .navigation {
      height: 83px; } }
@media screen and (max-width: 376px) {
    .navigation {
      height: 40px; } }
.navigation_logo {
    height: 80px; }
@media screen and (max-width: 767px) {
      .navigation_logo {
        height: 65px;
        width: auto; } }
@media screen and (max-width: 376px) {
      .navigation_logo {
        height: 38px; } }
.home-page .navigation.is-sticky {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.navigation-content {
  height: 90px; }
@media screen and (max-width: 767px) {
    .navigation-content {
      height: 83px; } }
@media screen and (max-width: 376px) {
    .navigation-content {
      height: 40px; } }
.navigation-block ul.nav {
  padding: 0; }
.nav-item .nav-link {
  font-weight: 400;
  color: #0c1e36;
  font-size: 14px;
  line-height: 0.8;
  position: relative; }
.nav-item .nav-link.active::before, .nav-item .nav-link:hover::before {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0c1e36; }
.btn-toggle-menu {
  border: unset;
  outline: unset;
  background: transparent;
  padding-right: 0; }
@media screen and (max-width: 767px) {
    .btn-toggle-menu {
      width: 41px; }
      .btn-toggle-menu img {
        max-width: 100%; } }
@media screen and (max-width: 376px) {
    .btn-toggle-menu {
      width: 26px; } }
.search-button {
  margin-right: 0; }
@media screen and (max-width: 957px) {
  .nav-item .nav-link {
    font-size: 14px; } }
@media screen and (max-width: 911px) {
  .nav-item .nav-link {
    font-size: 13px; } }
@media screen and (max-width: 889px) {
  .hide-link {
    display: none; } }
@media screen and (max-width: 767px) {
  .hide-link {
    display: none; } }
@media screen and (max-width: 360px) {
  .sidebar-menu-toggle-button img {
    transform: scale(0.7); } }
.subheader {
  background: url(/_nuxt/assets/img/sub-header.webp) no-repeat;
  width: 100%;
  height: 185px;
  background-position: 0 100%;
  background-size: cover;
  position: relative; }
@media screen and (max-width: 767px) {
    .subheader {
      height: 178px; } }
.subheader-content {
    height: 185px; }
@media screen and (max-width: 767px) {
      .subheader-content {
        height: 150px; } }
.projects-page .subheader {
    background-image: url(/_nuxt/assets/img/sub-header-projects.webp); }
.subheader:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(110deg, rgba(59, 77, 122, 0.6) 0%, rgba(20, 31, 45, 0.98) 100%);
    z-index: 0;
    pointer-events: none; }
@media (max-width: 479px) {
    .subheader {
      padding: 16px 0 32px;
      height: auto; } }
.subheader-content > .col > .text__extra-large {
  color: #c5ad66 !important;
  margin-top: -40px; }
@media (max-width: 479px) {
    .subheader-content > .col > .text__extra-large {
      margin-top: 0; } }
.subheader-content > .col {
  padding-right: 0; }
.subheader-content > .col > .text__medium {
  color: #fff; }
@media (max-width: 767px) {
    .subheader-content > .col > .text__medium {
      font-size: 16px;
      line-height: 20px; } }
.shadow-bottom {
  box-shadow: 0px -1px 5px 1px #000;
  margin-bottom: 2px; }
.empty-page-header {
  padding-top: 20px;
  padding-bottom: 20px; }
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 888; }
.breadcrumbs {
  padding-top: 30px; }
.project-page .breadcrumbs, .page-bck-white .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px; }
.project-page .breadcrumbs .breadcrumbs-content a.breadcrumbs-text, .page-bck-white .breadcrumbs .breadcrumbs-content a.breadcrumbs-text {
      color: #0c1e36; }
.project-page .breadcrumbs .breadcrumbs-content a.breadcrumbs-text:hover, .page-bck-white .breadcrumbs .breadcrumbs-content a.breadcrumbs-text:hover {
        color: #c5ad66; }
.subheader .breadcrumbs {
    padding-top: 15px;
    position: relative;
    z-index: 1; }
@media (max-width: 479px) {
      .subheader .breadcrumbs {
        padding-top: 0; } }
.breadcrumbs .breadcrumbs-content {
    flex-direction: row-reverse;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text {
      color: #ccc;
      text-decoration: none; }
.subheader .breadcrumbs .breadcrumbs-content .breadcrumbs-text {
        color: rgba(255, 255, 255, 0.8); }
.subheader .breadcrumbs .breadcrumbs-content .breadcrumbs-text:hover {
          color: white; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:hover {
        color: #fff;
        text-decoration: none; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:nth-child(1) {
        margin-right: 1rem; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:nth-child(1):before {
          content: "<";
          margin-right: 2px; }
@media (max-width: 767px) {
          .breadcrumbs .breadcrumbs-content .breadcrumbs-text:nth-child(1) {
            margin-right: 0; } }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:nth-child(2) {
        margin-right: .25rem; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:nth-child(2):before {
          content: "<";
          margin-right: 2px; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:nth-child(3) {
        margin-right: .25rem; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:last-of-type {
        margin-right: .25rem; }
.breadcrumbs .breadcrumbs-content .breadcrumbs-text:last-of-type:before {
          content: " ";
          margin-right: 2px; }
.about-text-block {
  direction: rtl;
  padding: 50px 0 50px 0;
  background-color: #fff;
  margin-top: 50px; }
.about-text-block-text {
    text-align: right;
    font-size: 18px;
    font-weight: 400; }
@media (max-width: 767px) {
      .about-text-block-text {
        font-size: 14px; } }
.footer-contact-form {
  border: 3px solid #fff;
  border-radius: 10px;
  margin: 50px 0 50px 0; }
.footer-contact-form-text {
    color: #fff;
    font-weight: 400; }
.footer-contact-form .text__small-text {
    font-size: 17px; }
.footer-contact-form .text__big-text {
    font-size: 30px;
    font-weight: 400; }
.footer-contact-form .footer-form-container {
    width: 85%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px; }
.footer-contact-form .footer-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    align-items: flex-end; }
.footer-contact-form .footer-form .footer-form_item-input {
      height: 40px;
      width: 100%;
      display: block;
      margin: 0 auto 5px auto;
      background: transparent;
      outline: unset;
      border: unset;
      border-bottom: 1px solid #fff;
      color: #fff;
      padding-right: 2px; }
.footer-contact-form .footer-form .footer-form_item-input.is-invalid {
        border-bottom: 1px solid red; }
.footer-contact-form .footer-form .footer-form_item-input::-webkit-input-placeholder {
      color: #a9aeba;
      font-size: 15px;
      font-weight: 400; }
.footer-contact-form .footer-form .footer-form_item-input::-moz-placeholder {
      color: #a9aeba;
      font-size: 15px;
      font-weight: 400; }
.footer-contact-form .footer-form .footer-form_item-input:-moz-placeholder {
      color: #a9aeba;
      font-size: 15px;
      font-weight: 400; }
.footer-contact-form .footer-form .footer-form_item-input:-ms-input-placeholder {
      color: #a9aeba;
      font-size: 15px;
      font-weight: 400; }
.footer-contact-form .footer-form .footer-form_item-button {
      outline: unset;
      border: 2px solid #fff;
      border-radius: 20px;
      margin: 10px 0 10px 0;
      display: block;
      background: transparent;
      padding: 5px 30px;
      color: #fff;
      font-weight: 400;
      text-shadow: 1px 1px 1px #000;
      text-align: center;
      cursor: pointer; }
.footer-contact-form .footer-form .captcha-block {
      margin-top: 5px;
      margin-bottom: 5px; }
.footer-navigations {
  justify-content: center;
  border-right: 1px solid #a8aeb7;
  height: auto;
  color: #fff; }
.footer-navigations-title {
    font-weight: 600;
    font-size: 24px; }
.no__border {
  border: none !important; }
.footer-naviagations-holder {
  margin: 50px 0; }
.footer-navigation-list {
  padding: 0; }
.footer-navigation-list__item {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    padding-top: 25px; }
.footer-navigation-list__link {
    color: #fff;
    transition: 0.3s; }
.footer-navigation-list__link:hover, .footer-navigation-list__link.active {
      color: #c5ad66;
      text-decoration: unset;
      transition: 0.3s; }
@media screen and (max-width: 1199px) {
  .footer-naviagations-holder {
    margin: 0 0 50px 0; } }
@media screen and (max-width: 1024px) {
  .footer-form_item-button {
    width: 44% !important; } }
@media screen and (max-width: 767px) {
  .footer-naviagations-holder {
    margin-bottom: 30px; }
    .footer-naviagations-holder div {
      display: none; }
    .footer-naviagations-holder div.footer-images {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-top: 0 !important; }
      .footer-naviagations-holder div.footer-images img {
        height: 27px; } }
@media screen and (max-width: 767px) and (max-width: 500px) {
        .footer-naviagations-holder div.footer-images img {
          height: 15px; } }
.copyright {
  padding-top: 20px;
  padding-bottom: 20px; }
.copyright-content {
  font-weight: 400;
  font-size: 14px; }
.sicial-link:hover .sicial-link-item {
  filter: grayscale(90%); }
@media screen and (max-width: 412px) {
  .social-holder {
    display: flex; } }
.footer {
  direction: rtl; }
@media (max-width: 767px) {
    .footer .col-xl-4.col-lg-12.pl-0 {
      padding-left: 15px !important; } }
.footer__bottom {
  margin-top: 200px;
  background: #fff !important; }
.sidebar-menu {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 9999;
  direction: rtl;
  text-align: right;
  box-shadow: 0px 0px 10px 0px #000;
  transition: all ease-in-out 1s; }
.sidebar-menu-close {
  background: transparent;
  border: unset;
  outline: unset;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 30px; }
.sidebar-menu-close:focus {
    outline: none; }
.sidebar-menu-search-box-input {
  height: 32px;
  position: absolute;
  top: 30px;
  width: calc(100% - 120px);
  right: 40px;
  border-radius: 20px;
  border: 1px solid #757e85;
  background: url(/_nuxt/assets/img/search-image.png) no-repeat;
  background-position: 96% 8px;
  background-size: 15px 15px;
  padding-right: 10%;
  outline: unset;
  display: none; }
.sidebar-menu-search-box-input:focus {
    outline: unset; }
.sidebar-menu-holder {
  margin-top: 150px;
  text-align: right;
  opacity: 0; }
.sidebar-nav {
  text-align: right;
  display: none;
  transition: all ease-in-out 1s; }
.sidebar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #0c1e36; }
.sidebar-nav .nav-link.active::before, .sidebar-nav .nav-link:hover::before {
      display: none; }
.sidebar-menu .nav-link.active {
  color: #c5ad66; }
.show-viasbility {
  width: 430px;
  transition: all ease-in-out 1s; }
.show-viasbility .sidebar-nav {
    display: flex;
    transition: all ease-in-out 1s; }
.show-viasbility .sidebar-menu-holder {
    opacity: 1;
    transition: all ease-in-out 3s; }
@media screen and (max-width: 767px) {
  .sidebar-menu {
    width: 0; }
  .sidebar-menu-search-box-input {
    display: none; }
  .sidebar-menu-holder {
    margin-top: 90px;
    border-top: 1px solid #e5e6e8;
    width: 100%;
    padding-top: 26px;
    justify-content: center;
    display: flex; }
  .show-viasbility {
    width: 100%;
    transition: all ease-in-out 1s; }
    .show-viasbility .sidebar-nav {
      display: flex; }
    .show-viasbility .sidebar-menu-search-box-input {
      display: block; } }
.login-registration-modal {
  direction: rtl;
  text-align: right; }
.modal-xl {
  max-width: 1300px; }
.nav-tabs {
  border: unset; }
.nav-tabs .nav-link {
    border: unset;
    font-weight: 400;
    font-size: 24px;
    color: #979ea3; }
.nav-tabs .nav-link.active {
  font-weight: 400;
  font-size: 24px;
  color: #0c1e36; }
.login-registration-modal .modal-body {
  margin-top: 100px;
  margin-bottom: 100px;
  min-height: 505px; }
.login-close {
  top: 5px !important;
  right: 0 !important; }
.social-login {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px; }
.social-login-button {
    height: 54px;
    width: 68%;
    background: transparent;
    outline: none;
    border: 2px solid #2b374f;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer; }
.social-login-button-img {
      border-left: 2px solid #2b374f;
      height: 31px; }
.social-login-button-text {
      display: block;
      margin: 0 auto;
      font-size: 16px; }
.social-login-text__big, .modal-form-text__big {
  font-weight: 400;
  font-size: 32px;
  display: block;
  width: 93%;
  color: #0c1e36; }
.social-login-text__small, .modal-form-text__small {
  font-weight: 300;
  font-size: 18px;
  display: block;
  width: 93%;
  padding-bottom: 50px;
  color: #0c1e36; }
.modal-form-login, .login-form {
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.login-form {
  width: 100%; }
.style-input {
  display: flex;
  flex-direction: column;
  height: 40px;
  border: unset;
  outline: unset;
  border-bottom: 1px solid #6d747c;
  margin: 0;
  padding-right: 2px;
  color: #a9aeba;
  font-size: 15px;
  font-weight: 400;
  background: transparent; }
.modal-form-login-input {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  transition: all ease-in-out .4s; }
.modal-form-login-input:focus {
    transition: all ease-in-out .4s;
    box-shadow: 1px 8px 14px -9px #001935; }
.modal-form-text__small {
  padding-bottom: 30px; }
.modal-form-login-input::-webkit-input-placeholder {
  color: #a9aeba;
  font-size: 15px;
  font-weight: 400; }
.modal-form-login-inputt::-moz-placeholder {
  color: #a9aeba;
  font-size: 15px;
  font-weight: 400; }
.modal-form-login-input:-moz-placeholder {
  color: #a9aeba;
  font-size: 15px;
  font-weight: 400; }
.modal-form-login-input:-ms-input-placeholder {
  color: #a9aeba;
  font-size: 15px;
  font-weight: 400; }
.captcha-block {
  width: 304px;
  height: 78px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin-left: calc(68% - 304px); }
.forgot-password-link {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #000;
  width: 100%;
  text-decoration: underline; }
.forgot-password-link:hover {
    color: #000; }
.receive-information-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: underline; }
.receive-information-link:hover {
    color: #000; }
.receive-information-text {
  color: #000; }
.modal-form-login-button {
  color: #fff;
  border: unset;
  outline: unset;
  width: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
  margin-left: auto;
  cursor: pointer;
  box-shadow: 0px 3px 18px -4px #000;
  margin-bottom: 10px; }
.select-who {
  display: flex;
  flex-direction: column;
  height: 34px;
  width: 68%;
  border: unset;
  outline: unset;
  border-bottom: 1px solid #6d747c;
  margin: 0 auto 5px auto;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url("/img/dropdown-for-form.png");
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: left 10px; }
.forgot-password-btn {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #000;
  text-decoration: underline;
  background: transparent;
  border: none; }
.forgot-password-btn:hover {
    color: #000; }
.receive-information-checbox {
  width: 18px;
  height: 18px;
  background: transparent;
  margin-top: 2px; }
.modal-checkbox-block {
  width: 68%;
  margin: 0 auto;
  padding-top: 15px; }
.modal-form-login {
  margin-top: 0 !important; }
.modal-close-btn, .sidebar-menu-close {
  transition: ease-in-out .7s; }
.modal-close-btn:hover, .sidebar-menu-close:hover {
    transform: rotate(90deg);
    transition: ease-in-out .7s; }
.modal-close-btn:focus, .sidebar-menu-close:focus {
    outline: unset; }
#nav-login .modal-form-login {
  margin-top: 0 !important; }
@media screen and (max-width: 767px) {
  .social-login {
    border-right: unset;
    padding-top: 50px; }
  .login-form {
    padding: 0 !important; }
  .modal-form-login {
    padding-bottom: 100px;
    border-bottom: 1px solid  #2f3744; } }
@media screen and (max-width: 512px) {
  .modal-form-login-button {
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px; }
  .login-form {
    padding: 0 !important; }
  .social-login-button {
    font-size: 18px; } }
@media screen and (max-width: 412px) {
  .nav-tabs .nav-link {
    margin-right: 0px; }
  .login-form {
    padding: 0 !important; } }
@media screen and (max-width: 361px) {
  .nav-tabs .nav-link {
    font-size: 20px;
    margin-right: 30px; }
  .nav-tabs .nav-link.active {
    font-size: 20px;
    margin-right: 30px; }
  .login-form {
    padding: 0 !important; } }
.social-login-button {
  position: relative;
  transition: all 0.5s; }
.social-login-button:hover {
    transition: all 0.5s;
    box-shadow: 0px 2px 15px 0px #1a316a; }
.modal-form-login-button {
  position: relative;
  transition: all 0.5s; }
.modal-form-login-button:hover {
    transition: all 0.5s;
    box-shadow: 0px 2px 30px 0px #1a316a; }
.registration-btn-btn-dark, .registration-btn-btn-light {
  position: relative;
  transition: all 0.5s; }
.registration-btn-btn-dark:hover, .registration-btn-btn-light:hover {
    transition: all 0.5s;
    box-shadow: 0px 2px 14px 0px #1a316a; }
.login-registration-modal .modal-body > div {
  align-items: start !important; }
.fade {
  transition: opacity .5s ease-in-out !important; }
.login-registration-modal .tab-content {
  position: relative;
  max-width: 570px;
  min-height: 500px;
  overflow: hidden; }
.login-registration-modal .tab-pane:first-child {
  left: 100%;
  position: absolute; }
.login-registration-modal .tab-pane:first-child.active {
    left: 0; }
.login-registration-modal .tab-pane:last-child {
  right: 100%;
  position: absolute; }
.login-registration-modal .tab-pane:last-child.active {
    right: 0%; }
.login-registration-modal .tab-pane {
  background: #fff;
  display: block !important;
  width: 100%;
  min-height: 430px;
  transition: 1s ease-in-out; }
.login-registration-modal .tab-pane.active {
    left: 100%; }
.modal-content {
  box-shadow: 0px 0px 9px 0px #dddddd; }
#nav-login .login-form {
  margin-top: 38px !important; }
.invest-registr-modal .tab-pane {
  background: #fff;
  width: 100%;
  transition: 1s ease-in-out; }
.invest-registr-modal .modal-body {
  padding: 0;
  transition: min-height 1s ease-in-out;
  overflow: hidden; }
.invest-registr-modal .tab-content {
  width: 100%; }
.invest-registr-modal .social-login-text__small {
  padding-bottom: 35px; }
.invest-registr-modal .modal-header {
  padding: 1rem 40px; }
.invest-registr-modal .social-login {
  padding-bottom: 35px; }
.invest-registr-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none; }
.invest-registr-modal .social-login-text__small, .invest-registr-modal .modal-form-text__small {
  width: 100%;
  margin: 0; }
.invest-registr-modal .social-login-text__big {
  width: 100%; }
.invest-registr-modal .captcha-block {
  margin-left: auto; }
.invest-registr-modal .invest-modal-form-button {
  width: auto !important; }
.invest-login-form {
  border-top: 1px solid #e9ecef;
  padding: 20px 10px;
  width: 100%;
  margin-top: 35px; }
@media screen and (max-width: 380px) {
    .invest-login-form {
      padding: 20px 0; } }
.invest-login-form .modal-form-login-input, .invest-login-form .modal-checkbox-block {
    width: 100%;
    font-size: 14px; }
.invest-login-form .modal-form-login-input {
    height: 48px; }
.invest-login-registr-link {
  width: 100%;
  margin: 15px 0; }
.invest-registr-modal .modal-body {
  padding: 0;
  transition: min-height 1s ease-in-out;
  overflow: hidden; }
.invest-registr-modal .tab-content {
  position: relative;
  overflow: hidden; }
.invest-registr-modal .tab-pane {
  background: #fff;
  display: block !important;
  width: 100%;
  max-height: 700px;
  transition: 1s ease-in-out; }
.invest-registr-modal .tab-pane.active {
    left: 100%; }
.invest-registr-modal .tab-pane:first-child {
    left: 100%;
    position: absolute;
    display: block;
    height: 700px; }
.invest-registr-modal .tab-pane:first-child.active {
      position: relative;
      left: 0;
      padding: 0 10%;
      max-height: 580px;
      height: 580px;
      transition: 1s ease-in-out; }
@media screen and (max-width: 380px) {
        .invest-registr-modal .tab-pane:first-child.active {
          left: 0; } }
.invest-registr-modal .tab-pane:first-child.active + .tab-pane:last-child {
        max-height: 580px;
        transition: 1s ease-in-out; }
.invest-registr-modal .tab-pane:last-child {
    right: 100%;
    top: 0;
    position: absolute;
    display: block; }
.invest-registr-modal .tab-pane:last-child.active {
      right: 0px;
      padding: 0 10%;
      display: block;
      position: relative; }
@media screen and (max-width: 380px) {
        .invest-registr-modal .tab-pane:last-child.active {
          right: 0; } }
.invest-modal-checkbox {
  margin-top: 25px;
  border-radius: 7px;
  border: 1px solid #b2b9c1;
  background-color: #f8f8f8;
  padding: 14px;
  align-items: center; }
.invest-modal-checkbox label {
    margin: 0; }
.invest-modal-form-button {
  margin-left: auto;
  display: inline-block;
  min-width: 190px; }
.modal-form-text-block {
  min-width: 300px;
  max-width: 80%;
  padding-right: 75px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 93%; }
@media screen and (max-width: 380px) {
    .modal-form-text-block {
      max-width: 80%;
      padding-right: 40px; } }
.modal-form-text-block .modal-form-text__small {
    width: 100%;
    color: #fff;
    margin: 10px 0; }
.modal-form-text-block .modal-form-text__middle {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px; }
.modal-mylefly-logo {
  width: 206px;
  height: 74px;
  background-color: #ffffff;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 40px; }
.modal-mylefly-logo img {
    width: 114px; }
.modal-text-opacity {
  opacity: .85;
  padding: 0; }
.modal-text-small {
  opacity: .55;
  padding: 0; }
.modal-main-logo {
  width: 100px;
  height: auto;
  margin: 8px 11px 15px 0; }
.bg-blue {
  background-color: #273754; }
.social-login-button.is-small {
  width: 57px;
  height: 45px;
  border-radius: 5px;
  border: 2px solid #24324d;
  background-color: #ffffff; }
.social-login-button.is-small img {
    margin: 0 auto;
    padding: 0;
    border: 0;
    height: 24px; }
.social-login-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 69%; }
.social-login-group__item {
    margin: 0 0 0 20px; }
.social-login-group__item:last-of-type {
      margin-left: 0; }
.row.forgot-password-modal {
  direction: rtl; }
.forgot-password-text__big {
  font-weight: 400;
  font-size: 32px;
  display: block;
  text-align: right;
  color: #0c1e36; }
.modal-lg .modal-header {
  border: unset; }
.hr-block-light {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-top: 30px;
  margin-bottom: 50px; }
.forgot-password-text__medium {
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  color: #0c1e36; }
.forgot-password-text__small {
  font-weight: 300;
  font-size: 18px;
  text-align: right;
  color: #0c1e36; }
.forgot-password-input {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #000; }
.mr-10 {
  margin-right: 6rem; }
.ml-10 {
  margin-left: 6rem; }
.forgot-password-btn-dark {
  width: 32%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 25px;
  min-width: 220px;
  font-weight: 400; }
.forgot-password-btn-light {
  width: 32%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  min-width: 220px;
  font-weight: 400; }
.forgot-pass-form {
  margin-bottom: 90px; }
@media screen and (max-width: 560px) {
  .ml-10 {
    margin-left: 3rem; }
  .mr-10 {
    margin-right: 3rem; }
  .forgot-password-btn-dark {
    width: 48%; }
  .forgot-password-btn-light {
    width: 48%; } }
.owl-theme .owl-dots .owl-dot span {
  background: unset;
  outline: unset; }
.owl-theme .owl-dots .owl-dot span:focus {
    outline: unset; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent; }
.owl-dot:focus {
  outline: unset; }
.owl-nav {
  padding-top: 20px; }
.owl-nav button {
    background: transparent !important;
    color: #0c1e36 !important; }
.owl-nav button:hover {
      background: transparent !important;
      color: #0c1e36 !important; }
.owl-nav button:focus {
      outline: unset; }
.owl-theme .owl-nav [class*=owl-] {
  margin: 0 50px 0 50px;
  z-index: 999;
  position: relative;
  font-size: 20px !important; }
.owl-dots {
  font-size: 20px;
  position: relative;
  bottom: 33px; }
.owl-prev:before {
  content: '';
  width: 8px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPjxkZWZzPjxwYXRoIGlkPSJ5ZzVlYSIgZD0iTTc5Mi45NjYgMjUwNy43OWwxLjM5Mi0xLjQwNS00LjU3NC00LjYxNSA0LjU3NC00LjYxNS0xLjM5Mi0xLjQwNS01Ljk2NiA2LjAyeiIvPjwvZGVmcz48Zz48ZyBvcGFjaXR5PSIuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4NyAtMjQ5NikiPjx1c2UgZmlsbD0iIzBjMWUzNiIgIHhsaW5rOmhyZWY9IiN5ZzVlYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
  position: absolute;
  right: 57px;
  top: 10px; }
.owl-next:after {
  content: '';
  width: 8px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiPjxkZWZzPjxwYXRoIGlkPSI0M2o3YSIgZD0iTTExMjcuMzkyIDI0OTUuNzVsLTEuMzkyIDEuNDA1IDQuNTc0IDQuNjE1LTQuNTc0IDQuNjE1IDEuMzkyIDEuNDA1IDUuOTY2LTYuMDJ6Ii8+PC9kZWZzPjxnPjxnIG9wYWNpdHk9Ii44IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEyNiAtMjQ5NSkiPjx1c2UgZmlsbD0iIzBjMWUzNiIgeGxpbms6aHJlZj0iIzQzajdhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
  position: absolute;
  left: 40px;
  top: 9px; }
.owl-carousel .owl-stage-outer {
  padding-top: 22px; }
.filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 100px; }
.filter.filter-with-search {
    margin-bottom: 60px; }
@media (max-width: 1299px) {
      .filter.filter-with-search {
        flex-direction: column;
        align-items: flex-start; } }
@media (max-width: 1024px) {
    .filter {
      margin-bottom: 100px; } }
@media (max-width: 767px) {
    .filter {
      flex-direction: column;
      margin-bottom: 70px; } }
.filter__text {
    font-size: 24px;
    color: #272727;
    padding-left: 50px; }
@media (max-width: 1299px) {
      .filter-with-search .filter__text {
        padding-bottom: 15px; } }
@media (max-width: 1024px) {
      .filter__text {
        font-size: 21px; } }
@media (max-width: 767px) {
      .filter__text {
        padding-left: 0;
        padding-bottom: 15px; } }
.filter__box {
    width: 100%;
    display: flex;
    border-radius: 12px;
    border: 1px solid #e9d7a0; }
.filter-with-search .filter__box {
      width: 385px; }
@media (max-width: 991px) {
        .filter-with-search .filter__box {
          width: 50%; } }
@media (max-width: 767px) {
        .filter-with-search .filter__box {
          width: 100%; } }
.filter__box-item--en {
    flex-grow: 1;
    width: 100%;
    border-right: 1px solid #e9d7a0; }
.filter__box-item--en:first-child {
      border-radius: 0 12px 12px 0; }
.filter__box-item--en:first-child .filter__btn, .filter__box-item--en:first-child .filter__select, .filter__box-item--en:first-child select {
        border-radius: 0 12px 12px 0; }
.filter__box-item--en:last-child {
      border-radius: 12px 0 0 12px;
      border-right-color: transparent; }
.filter__box-item--en:last-child .filter__btn, .filter__box-item--en:last-child .filter__select, .filter__box-item--en:last-child select {
        border-radius: 12px 0 0 12px; }
.filter__box-item--en.is-mini {
      max-width: 130px; }
.filter__box-item--he {
    flex-grow: 1;
    width: 100%;
    border-left: 1px solid #e9d7a0; }
.filter__box-item--he:first-child {
      border-radius: 12px 0 0 12px; }
.filter__box-item--he:first-child .filter__btn, .filter__box-item--he:first-child .filter__select, .filter__box-item--he:first-child select {
        border-radius: 12px 0 0 12px; }
.filter__box-item--he:last-child {
      border-radius: 0 12px 12px 0;
      border-right-color: transparent; }
.filter__box-item--he:last-child .filter__btn, .filter__box-item--he:last-child .filter__select, .filter__box-item--he:last-child select {
        border-radius: 0 12px 12px 0; }
.filter__box-item--he.is-mini {
      max-width: 130px; }
.filter__btn {
    color: #0c1e36;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #e9d7a0;
    transition: all 0.3s ease-in-out;
    height: 60px; }
@media (max-width: 1199px) {
      .filter__btn {
        height: 50px; } }
@media (max-width: 479px) {
      .filter__btn {
        font-size: 18px; } }
.filter__select--en select {
    height: 60px;
    color: #0c1e36;
    font-size: 24px;
    border: none;
    width: 100%;
    padding: 0 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSI+PGRlZnM+PHBhdGggaWQ9ImR3aHdhIiBkPSJNNzcxLjI0MyA2MzEuNTcyTDc2OS42NTcgNjMwbC03LjA1NSA3LjExMS03LjI3OS03LjExMS0xLjU4NiAxLjU3MiA4Ljg2NSA4LjY4M3oiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc1MyAtNjMwKSI+PHVzZSBmaWxsPSIjMGMxZTM2IiB4bGluazpocmVmPSIjZHdod2EiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
    background-size: 18px 11px;
    background-position: 95% 50%;
    display: block;
    cursor: pointer; }
@media (max-width: 1199px) {
      .filter__select--en select {
        padding: 0 10px 0 20px;
        background-position: 95% 50%;
        background-size: 16px 8px;
        height: 50px; } }
@media (max-width: 479px) {
      .filter__select--en select {
        font-size: 18px;
        background-size: 14px 6px;
        background-position: 95% 50%; } }
.filter__select--he select {
    height: 60px;
    color: #0c1e36;
    font-size: 24px;
    border: none;
    width: 100%;
    padding: 0 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSI+PGRlZnM+PHBhdGggaWQ9ImR3aHdhIiBkPSJNNzcxLjI0MyA2MzEuNTcyTDc2OS42NTcgNjMwbC03LjA1NSA3LjExMS03LjI3OS03LjExMS0xLjU4NiAxLjU3MiA4Ljg2NSA4LjY4M3oiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc1MyAtNjMwKSI+PHVzZSBmaWxsPSIjMGMxZTM2IiB4bGluazpocmVmPSIjZHdod2EiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
    background-size: 18px 11px;
    background-position: 12px 50%;
    display: block;
    cursor: pointer; }
@media (max-width: 1199px) {
      .filter__select--he select {
        padding: 0 10px 0 20px;
        background-position: 10px 50%;
        background-size: 16px 8px;
        height: 50px; } }
@media (max-width: 479px) {
      .filter__select--he select {
        font-size: 18px;
        background-size: 14px 6px;
        background-position: 5px 50%; } }
.filter__item {
    display: flex;
    align-items: center; }
@media (max-width: 991px) {
      .filter__item {
        width: 100%; } }
@media (max-width: 767px) {
      .filter__item {
        flex-direction: column;
        align-items: flex-start; } }
.filter__search {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: 35px; }
@media (max-width: 767px) {
      .filter__search {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0; } }
.filter__search .btn {
      padding: 8px;
      font-size: 14px; }
.filter__search-field {
    margin-left: 15px;
    padding-right: 35px;
    width: 285px; }
@media (max-width: 991px) {
      .filter__search-field {
        width: 200px; } }
@media (max-width: 767px) {
      .filter__search-field {
        width: 100%; } }
.filter__search-icon {
    width: 17px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiI+PGRlZnM+PHBhdGggaWQ9IjNxZGNhIiBkPSJNOTI1LjM0MiA2MDkuODI0YTUuODcyIDUuODcyIDAgMCAxIDUuODY2LTUuODY2IDUuODcyIDUuODcyIDAgMCAxIDUuODY2IDUuODY2YzAgMy4yMzItMi42MyA1Ljg2OS01Ljg2NiA1Ljg2OWE1Ljg3NSA1Ljg3NSAwIDAgMS01Ljg2Ni01Ljg3em0xNC45MDggOC4zNjNsLTMuODktMy44ODlhNi43OTYgNi43OTYgMCAwIDAgMS42NzUtNC40NzQgNi44MyA2LjgzIDAgMCAwLTYuODIzLTYuODI0IDYuODMgNi44MyAwIDAgMC02LjgyNCA2LjgyNGMwIDMuNzYxIDMuMDYyIDYuODIzIDYuODI0IDYuODIzIDEuNzEgMCAzLjI3NS0uNjMxIDQuNDc0LTEuNjc0bDMuODkgMy44ODlhLjQ2Ny40NjcgMCAwIDAgLjY3NCAwIC40OC40OCAwIDAgMCAwLS42NzV6Ii8+PC9kZWZzPjxnPjxnIG9wYWNpdHk9Ii42IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTI0IC02MDMpIj48dXNlIGZpbGw9IiMwYzFlMzYiIHhsaW5rOmhyZWY9IiMzcWRjYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0; }
.tile__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.tile__wrapper {
  position: relative;
  padding-bottom: 50px; }
.tile-blog-mini .tile__wrapper {
    padding-bottom: 30px; }
@media (max-width: 767px) {
    .tile__wrapper {
      padding-bottom: 40px; } }
.tile__info-clip {
  width: 140px;
  height: 44px;
  background-color: #fff;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
.tile-slider__item .tile__info-clip {
    top: 15px; }
@media (max-width: 479px) {
    .tile__info-clip {
      width: 100px;
      height: 30px;
      top: -15px; }
      .tile-slider__item .tile__info-clip {
        top: 15px; } }
.tile__info-clip-text {
  font-size: 12px;
  color: #334269;
  padding-right: 3px; }
.tile__item {
  border-radius: 12px;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
  position: relative;
  overflow: hidden;
  line-height: 1.1;
  background-color: #fff;
  max-width: 536px;
  margin: auto;
  height: 100%; }
.tile__item:hover .tile__curtain {
    opacity: 1;
    z-index: +1; }
.tile-slider__item .tile__item, #owl-carousel-project .tile__item {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.29); }
.tile__img {
  position: relative;
  height: 194px;
  overflow: hidden; }
.tile-blog .tile__img {
    overflow: hidden; }
.tile-blog .tile__img:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 0;
      border-radius: 6px 6px 0 0;
      background-image: linear-gradient(-62deg, rgba(27, 59, 216, 0.8) 0%, rgba(23, 108, 224, 0.8) 31%, rgba(11, 146, 231, 0.8) 49%, rgba(11, 182, 235, 0.8) 71%, rgba(0, 224, 242, 0.8) 100%);
      opacity: 0.24; }
.tile__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.tile__content {
  padding: 25px 25px 40px 25px; }
.tile-blog .tile__content {
    padding: 25px; }
@media (max-width: 1199px) {
      .tile-blog .tile__content {
        padding: 20px; } }
.tile-blog-mini .tile__content {
    padding: 20px; }
@media (max-width: 1299px) {
      .tile-blog-mini .tile__content {
        padding: 10px; } }
@media (max-width: 1199px) {
    .tile__content {
      padding: 15px 15px 30px 15px; } }
@media (max-width: 479px) {
    .tile__content {
      padding: 15px; } }
.tile__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #1a316a;
  margin-bottom: 15px;
  margin-top: 10px; }
.tile__title-text {
  font-size: 22px;
  font-weight: 700;
  width: auto;
  padding-left: 30px;
  height: 145px;
  overflow: hidden; }
@media (max-width: 1199px) {
    .tile__title-text {
      font-size: 20px; } }
@media (max-width: 479px) {
    .tile__title-text {
      font-size: 16px; } }
.tile__title-info {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  text-align: justify; }
@media (max-width: 1199px) {
    .tile__title-info {
      font-size: 16px; } }
@media (max-width: 479px) {
    .tile__title-info {
      font-size: 14px; } }
.tile__title-right {
  font-size: 12px;
  width: 90px;
  flex: 0 0 90px;
  line-height: 1;
  min-height: 65px;
  position: relative;
  margin-left: 25px; }
.tile__title-right img {
    max-width: 100%;
    height: 100%; }
.tile__title-right-item--en {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1; }
.tile__title-right-item--en-img {
    width: 20px;
    height: 20px;
    margin-right: 11px; }
@media (max-width: 1199px) {
      .tile__title-right-item--en-img {
        width: 18px;
        height: 18px; } }
@media (max-width: 479px) {
      .tile__title-right-item--en-img {
        width: 16px;
        height: 16px; } }
.tile__title-right-item--en.fz-11 img {
    width: 15px;
    height: 15px; }
.tile__title-right-item--en + .tile__title-right-item--en {
    margin-top: 5px; }
.tile__title-right-item--he {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1; }
.tile__title-right-item--he-img {
    width: 20px;
    height: 20px;
    margin-left: 11px; }
@media (max-width: 1199px) {
      .tile__title-right-item--he-img {
        width: 18px;
        height: 18px; } }
@media (max-width: 479px) {
      .tile__title-right-item--he-img {
        width: 16px;
        height: 16px; } }
.tile__title-right-item--he.fz-11 img {
    width: 15px;
    height: 15px; }
.tile__title-right-item--he + .tile__title-right-item--he {
    margin-top: 5px; }
.tile__title-right-item-text {
  width: 50px;
  font-size: 10px;
  font-weight: 400; }
.tile__text {
  color: #272727;
  margin-bottom: 15px;
  font-size: 19px;
  width: 80%;
  max-height: 80px;
  min-height: 80px;
  overflow: hidden; }
@media (max-width: 1650px) {
    .tile__text {
      font-size: 16px; } }
@media (max-width: 1199px) {
    .tile__text {
      font-size: 14px; } }
.tile-slider__item .tile__text {
    width: 100%; }
.tile__indicators {
  display: flex;
  justify-content: space-between;
  align-items: center; }
@media (max-width: 359px) {
    .tile__indicators {
      flex-direction: column; } }
.tile__indicators-text {
  padding-left: 20px;
  width: 100%; }
@media (max-width: 1299px) {
    .tile__indicators-text {
      padding-left: 10px; } }
@media (max-width: 1199px) {
    .tile__indicators-text {
      padding-left: 15px; } }
.tile__text-line {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 15px;
  color: #0c1e36; }
.tile__text-line span {
    padding-left: 7px; }
.tile__text-line span:last-child {
      padding-left: 0; }
@media (max-width: 479px) {
    .tile__text-line {
      font-size: 11px; } }
.tile__numbers {
  display: flex;
  justify-content: space-between; }
.tile__numbers-item {
  font-size: 0.8em;
  color: #0c1e36; }
@media (max-width: 1399px) {
    .tile__numbers-item {
      font-size: 0.6em;
      line-height: 1.2em; } }
@media (max-width: 1320px) {
    .tile__numbers-item {
      font-size: 0.6em;
      line-height: 1.2em; } }
@media (max-width: 1299px) {
    .tile__numbers-item {
      font-size: 0.6em;
      line-height: 1.2em; } }
@media (max-width: 1199px) {
    .tile__numbers-item {
      padding-left: 8px; }
      .tile__numbers-item:last-child {
        padding-left: 0; } }
.tile__numbers-number {
  font-size: 14px;
  font-weight: 600;
  color: #c5ad66; }
@media (max-width: 1399px) {
    .tile__numbers-number {
      font-size: 1.2em;
      font-weight: 600; } }
@media (max-width: 1320px) {
    .tile__numbers-number {
      font-size: 1.2em;
      font-weight: 600; } }
@media (max-width: 1299px) {
    .tile__numbers-number {
      font-size: 1.2em;
      font-weight: 600; } }
@media (max-width: 479px) {
    .tile__numbers-number {
      font-size: 12px; } }
.tile__indicators-chart {
  width: 90px;
  flex: 0 0 90px;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  font-size: 12px;
  color: #0c1e36; }
@media (max-width: 1299px) {
    .tile__indicators-chart {
      width: 65px;
      flex: 0 0 65px;
      height: 65px;
      margin-right: 10px; } }
@media (max-width: 1199px) {
    .tile__indicators-chart {
      width: 80px;
      flex: 0 0 80px;
      height: 80px;
      margin-right: 15px; } }
@media (max-width: 479px) {
    .tile__indicators-chart {
      margin-right: 0;
      margin-top: 15px; } }
.tile__indicators-chart::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 1px;
    background-color: #e6e6e6; }
@media (max-width: 1299px) {
      .tile__indicators-chart::before {
        right: -10px; } }
@media (max-width: 1199px) {
      .tile__indicators-chart::before {
        right: -15px; } }
@media (max-width: 479px) {
      .tile__indicators-chart::before {
        display: none; } }
.tile__indicators-chart .circle-chart__svg {
    width: 90px;
    height: 90px; }
@media (max-width: 1299px) {
      .tile__indicators-chart .circle-chart__svg {
        width: 65px;
        height: 65px; } }
@media (max-width: 1199px) {
      .tile__indicators-chart .circle-chart__svg {
        width: 80px;
        height: 80px; } }
.tile__indicators-chart .circle-chart__number {
    font-size: 16px; }
@media (max-width: 1299px) {
      .tile__indicators-chart .circle-chart__number {
        font-size: 14px; } }
.tile__indicators-chart .circle-chart__text {
    font-size: 13px; }
@media (max-width: 1299px) {
      .tile__indicators-chart .circle-chart__text {
        font-size: 11px; } }
@media (max-width: 1199px) {
      .tile__indicators-chart .circle-chart__text {
        font-size: 13px; } }
.tile__indicators-chart-he {
  width: 90px;
  flex: 0 0 90px;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  position: relative;
  font-size: 12px;
  margin-right: 0;
  left: 15px;
  color: #0c1e36; }
@media (max-width: 1299px) {
    .tile__indicators-chart-he {
      width: 65px;
      flex: 0 0 65px;
      height: 65px;
      margin-right: 10px; } }
@media (max-width: 1199px) {
    .tile__indicators-chart-he {
      width: 80px;
      flex: 0 0 80px;
      height: 80px;
      margin-right: 15px; } }
@media (max-width: 479px) {
    .tile__indicators-chart-he {
      margin-right: 0;
      margin-top: 15px; } }
.tile__indicators-chart-he::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #e6e6e6; }
@media (max-width: 1299px) {
      .tile__indicators-chart-he::before {
        right: -10px; } }
@media (max-width: 1199px) {
      .tile__indicators-chart-he::before {
        right: -15px; } }
@media (max-width: 479px) {
      .tile__indicators-chart-he::before {
        display: none; } }
.tile__indicators-chart-he .circle-chart__svg {
    width: 90px;
    height: 90px; }
@media (max-width: 1299px) {
      .tile__indicators-chart-he .circle-chart__svg {
        width: 65px;
        height: 65px; } }
@media (max-width: 1199px) {
      .tile__indicators-chart-he .circle-chart__svg {
        width: 80px;
        height: 80px; } }
.tile__indicators-chart-he .circle-chart__number {
    font-size: 16px; }
@media (max-width: 1299px) {
      .tile__indicators-chart-he .circle-chart__number {
        font-size: 14px; } }
.tile__indicators-chart-he .circle-chart__text {
    font-size: 13px; }
@media (max-width: 1299px) {
      .tile__indicators-chart-he .circle-chart__text {
        font-size: 11px; } }
@media (max-width: 1199px) {
      .tile__indicators-chart-he .circle-chart__text {
        font-size: 13px; } }
.tile__indicators-chart-number {
  font-size: 16px;
  font-weight: 600; }
@media (max-width: 1299px) {
    .tile__indicators-chart-number {
      font-size: 13px; } }
@media (max-width: 1199px) {
    .tile__indicators-chart-number {
      font-size: 15px; } }
.tile__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #E9E9E9;
  font-size: 16px;
  font-weight: 700;
  color: #0c1e36;
  /*@include w1299{
      font-size: 14px;
    }*/ }
.tile-slider__item .tile__bottom {
    text-align: right;
    padding: 15px 20px; }
.tile-mini .tile__bottom {
    text-align: right;
    padding-right: 20px; }
.tile__curtain {
  color: #fff;
  text-align: center;
  background-color: rgba(59, 77, 122, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.tile-blog .tile__curtain {
    padding-top: 90px; }
.tile__curtain-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px; }
@media (max-width: 1299px) {
    .tile__curtain-title {
      font-size: 20px; } }
.tile__curtain-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 30px;
  max-height: 60px;
  overflow: hidden; }
.tile-blog .tile__curtain-text {
    font-size: 20px; }
@media (max-width: 1299px) {
    .tile__curtain-text {
      font-size: 13px;
      width: 90%; } }
.tile__curtain-btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto; }
.tile__curtain-btns .btn {
    padding: 15px; }
.tile-blog .tile__curtain-btns .btn {
      padding: 10px 20px; }
@media (max-width: 1299px) {
      .tile__curtain-btns .btn {
        font-size: 12px;
        padding: 12px; } }
.tile__curtain-btns .btn:first-child {
      margin-left: 15px; }
.tile-mini {
  margin-top: 40px; }
.circle-chart-few .circle-chart__circle {
  stroke: #bfe6ef; }
.circle-chart-half .circle-chart__circle {
  stroke: #447695; }
.circle-chart-half-more .circle-chart__circle {
  stroke: #e1cc8c; }
.circle-chart-full .circle-chart__circle {
  stroke: #c5ad66; }
.tile-blog__date {
  font-size: 12px;
  color: #0d1f37;
  margin-bottom: 8px; }
.tile-blog__title-wrap {
  height: auto; }
.tile-blog__title {
  font-size: 24px;
  color: #1a316a;
  line-height: 1.1;
  margin-bottom: 8px; }
.tile-blog-mini .tile-blog__title {
    font-size: 16px; }
.tile-blog__text {
  font-size: 12px;
  color: #0d1f37; }
.tile-blog a.tile-blog__text {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-decoration: none; }
.tile-blog a.tile-blog__text:hover .tile__item {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.tile-blog a.tile-blog__text:hover:after {
    transform: translateX(-3px); }
.tile-blog a.tile-blog__text:after {
    content: '';
    background-size: cover;
    width: 6px;
    height: 8px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out; }
.tile-blog .tile__wrapper .tile__info-clip img {
  width: 20px;
  height: 20px;
  margin: 0 5px; }
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr; }
.pagination__item {
    margin-right: 30px; }
.pagination__item:last-child {
      margin-right: 0; }
.pagination__back, .pagination__forward {
    color: #1a316a;
    position: relative;
    display: flex;
    align-items: center; }
@media (max-width: 767px) {
      .pagination__back, .pagination__forward {
        display: none; } }
.pagination__back:hover, .pagination__forward:hover {
      color: #22408b;
      text-decoration: none; }
.pagination__back.is-disabled, .pagination__forward.is-disabled {
      opacity: .6;
      pointer-events: none; }
.pagination__back:before {
    content: '';
    width: 8px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPjxkZWZzPjxwYXRoIGlkPSJ5ZzVlYSIgZD0iTTc5Mi45NjYgMjUwNy43OWwxLjM5Mi0xLjQwNS00LjU3NC00LjYxNSA0LjU3NC00LjYxNS0xLjM5Mi0xLjQwNS01Ljk2NiA2LjAyeiIvPjwvZGVmcz48Zz48ZyBvcGFjaXR5PSIuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4NyAtMjQ5NikiPjx1c2UgZmlsbD0iIzBjMWUzNiIgIHhsaW5rOmhyZWY9IiN5ZzVlYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
    margin-right: 8px;
    margin-bottom: -4px; }
.pagination__forward:after {
    content: '';
    width: 8px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiPjxkZWZzPjxwYXRoIGlkPSI0M2o3YSIgZD0iTTExMjcuMzkyIDI0OTUuNzVsLTEuMzkyIDEuNDA1IDQuNTc0IDQuNjE1LTQuNTc0IDQuNjE1IDEuMzkyIDEuNDA1IDUuOTY2LTYuMDJ6Ii8+PC9kZWZzPjxnPjxnIG9wYWNpdHk9Ii44IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEyNiAtMjQ5NSkiPjx1c2UgZmlsbD0iIzBjMWUzNiIgeGxpbms6aHJlZj0iIzQzajdhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    margin-left: 8px; }
.pagination__item {
    font-size: 20px; }
.pagination__pages {
    display: flex;
    align-items: center; }
@media (max-width: 767px) {
      .pagination__pages {
        display: none; } }
.pagination__page {
    margin-right: 20px;
    color: #0c1e36;
    text-decoration: none; }
.pagination__page:hover {
      color: #133157;
      text-decoration: none; }
.pagination__page:last-child {
      margin-right: 0; }
.pagination__btn-mobile {
    display: none; }
@media (max-width: 767px) {
      .pagination__btn-mobile {
        display: block; } }
.pagination .page-link {
  border: none;
  color: #0c1e36;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease-in-out; }
.pagination .page-link:hover {
    color: #c5ad66;
    text-decoration: none;
    background-color: transparent; }
.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #c5ad66; }
.will-be-investor {
  padding: 80px 0;
  margin-top: 50px; }
@media (max-width: 1024px) {
    .will-be-investor {
      padding: 50px 0;
      margin-top: 40px; } }
@media (max-width: 959px) {
    .will-be-investor {
      padding: 20px 0 40px; } }
@media (max-width: 767px) {
    .will-be-investor {
      padding: 20px 0 30px; } }
.will-be-investor__inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto; }
.how-it-works-for-investors-page .will-be-investor__inner {
      max-width: 1200px; }
.will-be-investor__title {
    font-size: 64px;
    color: #fff; }
@media (max-width: 1199px) {
      .will-be-investor__title {
        font-size: 50px; } }
@media (max-width: 959px) {
      .will-be-investor__title {
        display: flex;
        flex-direction: column; } }
@media (max-width: 767px) {
      .will-be-investor__title {
        font-size: 36px; } }
.will-be-investor__title img {
      margin-top: -28px; }
@media (max-width: 1199px) {
        .will-be-investor__title img {
          width: 310px;
          margin-top: -21px; } }
@media (max-width: 767px) {
        .will-be-investor__title img {
          width: 240px;
          margin-top: -16px; } }
.will-be-investor__title-item {
    display: inline-block; }
.will-be-investor__text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px; }
@media (max-width: 1199px) {
      .will-be-investor__text {
        font-size: 21px; } }
@media (max-width: 767px) {
      .will-be-investor__text {
        font-size: 18px;
        margin-bottom: 20px; } }
.will-be-investor__links {
    display: flex;
    align-items: center;
    margin: 0 -10px; }
.how-it-works-for-investors-page .will-be-investor__links {
      margin: 0 -40px; }
@media (max-width: 1299px) {
        .how-it-works-for-investors-page .will-be-investor__links {
          margin: 0 -10px; } }
@media (max-width: 767px) {
        .how-it-works-for-investors-page .will-be-investor__links {
          margin: 0; } }
@media (max-width: 767px) {
      .will-be-investor__links {
        flex-direction: column;
        margin: 0; } }
.will-be-investor__link {
    width: calc(25% - 20px);
    margin: 0 10px;
    background-color: #fff;
    height: 180px;
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
.how-it-works-for-investors-page .will-be-investor__link {
      width: calc(25% - 40px);
      margin: 0 40px; }
@media (max-width: 1299px) {
        .how-it-works-for-investors-page .will-be-investor__link {
          margin: 0 10px; } }
@media (max-width: 767px) {
        .how-it-works-for-investors-page .will-be-investor__link {
          width: 100%;
          margin: 0 0 30px 0;
          height: auto;
          padding: 30px; }
          .how-it-works-for-investors-page .will-be-investor__link:last-child {
            margin-bottom: 0; } }
@media (max-width: 767px) {
      .will-be-investor__link {
        width: 100%;
        margin: 0 0 30px 0;
        height: auto;
        padding: 30px; }
        .will-be-investor__link:last-child {
          margin-bottom: 0; } }
@media (max-width: 479px) {
      .will-be-investor__link {
        margin-bottom: 20px;
        padding: 20px; }
        .will-be-investor__link:last-child {
          margin-bottom: 0; } }
.will-be-investor__link:hover {
      background-color: #c5ad66; }
.will-be-investor__link-img {
    width: 72px;
    height: 72px;
    margin-bottom: 15px;
    display: block; }
.will-be-investor__link-title {
    color: #0c1e36;
    font-size: 16px; }
.will-be-investor__link-text {
    color: #000;
    font-size: 12px; }
.certificate {
  padding: 100px 0 90px 0; }
@media (max-width: 1199px) {
    .certificate {
      padding: 60px 0; } }
@media (max-width: 767px) {
    .certificate {
      padding: 40px 0; } }
.certificate__inner {
    direction: rtl;
    display: flex;
    justify-content: space-between; }
@media (max-width: 767px) {
      .certificate__inner {
        flex-direction: column;
        justify-content: flex-start; } }
.certificate__content {
    max-width: 870px;
    padding-left: 30px; }
@media (max-width: 767px) {
      .certificate__content {
        padding-left: 0;
        margin-bottom: 40px; } }
.certificate__logo {
    max-width: 400px;
    margin-bottom: 40px; }
@media (max-width: 1199px) {
      .certificate__logo {
        max-width: 360px; } }
@media (max-width: 479px) {
      .certificate__logo {
        max-width: 320px; } }
@media screen and (max-width: 767px) {
      .certificate__logo {
        max-width: 240px;
        margin-bottom: 10px; } }
.certificate__text-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 64px;
    color: #272727;
    line-height: 1.4; }
@media (max-width: 1199px) {
      .certificate__text-line {
        font-size: 56px;
        line-height: 1.3; } }
@media (max-width: 991px) {
      .certificate__text-line {
        font-size: 48px;
        line-height: 1.25; } }
@media (max-width: 767px) {
      .certificate__text-line {
        font-size: 36px;
        line-height: 1.5; } }
@media screen and (max-width: 767px) {
      .certificate__text-line {
        font-size: 26px;
        align-items: baseline;
        line-height: 1.2; } }
.certificate__text-line span.color-gold {
      padding-left: 5px; }
.certificate__text-line img {
      margin-left: 15px; }
@media (max-width: 1199px) {
        .certificate__text-line img {
          max-width: 340px; } }
@media (max-width: 991px) {
        .certificate__text-line img {
          max-width: 280px; } }
@media (max-width: 767px) {
        .certificate__text-line img {
          max-width: 240px; } }
@media screen and (max-width: 767px) {
        .certificate__text-line img {
          max-width: 170px;
          position: relative;
          top: 2px; } }
.certificate__text {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 50px; }
@media (max-width: 1199px) {
      .certificate__text {
        font-size: 21px;
        margin-bottom: 30px; } }
@media (max-width: 991px) {
      .certificate__text {
        font-size: 18px;
        line-height: 1.2; } }
@media (max-width: 767px) {
      .certificate__text {
        margin-top: 10px; } }
@media (max-width: 600px) {
      .certificate__text {
        font-size: 14px; } }
.certificate__box {
    display: flex;
    align-items: center;
    padding-left: 70px; }
@media (max-width: 1199px) {
      .certificate__box {
        padding-left: 0; } }
@media (max-width: 767px) {
      .certificate__box {
        justify-content: center; } }
.certificate__box-item {
    background-color: #fff;
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
    border-radius: 12px;
    padding: 25px;
    max-width: 330px;
    position: relative; }
@media (max-width: 600px) {
      .certificate__box-item {
        max-width: 165px; } }
.certificate__box-item:hover:after {
      opacity: 1;
      transform: scale(1);
      transition: .2s; }
.certificate__box-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100px;
      height: 100px;
      margin: auto;
      opacity: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transform: scale(0);
      transition: .2s;
      background: url("data:image/png;base64,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") no-repeat center; }
.certificate__box-item img {
      max-width: 100%; }
.certificate .btn {
    min-width: 200px; }
@media screen and (max-width: 767px) {
      .certificate .btn {
        padding: 8px 0;
        height: 40px;
        font-size: 14px;
        width: 150px;
        min-width: 150px; } }
@media screen and (max-width: 370px) {
      .certificate .btn {
        padding: 3px 0;
        height: 30px;
        font-size: 13px;
        width: 120px;
        min-width: 120px; } }
.home-page.locale-body-en .certificate__inner {
  display: flex;
  justify-content: space-between; }
@media (max-width: 767px) {
    .home-page.locale-body-en .certificate__inner {
      flex-direction: column;
      justify-content: flex-start; } }
.home-page.locale-body-en .certificate__content {
  direction: ltr;
  text-align: right; }
.home-page.locale-body-en .certificate__content .certificate__text-line {
    text-align: right;
    align-items: end;
    justify-content: flex-end; }
.home-page.locale-body-en .certificate__content .certificate__text-line img {
      margin-left: 0;
      margin-right: 15px; }
.tile-slider {
  display: flex; }
.tile-slider.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%; }
.tile-slider.owl-carousel .owl-item .tile__img img {
    width: 100%; }
.tile-slider__item {
    padding: 40px 15px;
    direction: rtl;
    text-align: right; }
.tile-slider .owl-nav button.owl-next, .tile-slider .owl-nav button.owl-prev {
    width: 48px;
    height: 48px;
    border: 2px solid;
    opacity: .8;
    color: #0c1e36;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    font-size: 30px; }
.tile-slider .owl-nav button.owl-next:hover, .tile-slider .owl-nav button.owl-prev:hover {
      background-color: transparent;
      color: #173a68 !important; }
.tile-slider .owl-nav button.owl-next:before, .tile-slider .owl-nav button.owl-next:after, .tile-slider .owl-nav button.owl-prev:before, .tile-slider .owl-nav button.owl-prev:after {
      display: none; }
.tile-slider .owl-nav button.owl-prev {
    left: -100px; }
.tile-slider .owl-nav button.owl-next {
    right: -100px; }
.tile-slider .owl-dots .owl-dot:hover span {
    background: #cbcbcb !important; }
.tile-slider .owl-dots .owl-dot span {
    background-color: #d8d8d8; }
.tile-slider .owl-dots .owl-dot span:hover {
      background-color: #cbcbcb !important; }
.tile-slider .owl-dots .owl-dot.active span {
    background-image: linear-gradient(113deg, #3b4d7a 0%, #141f2d 100%); }
.idea {
  position: relative; }
@media (max-width: 767px) {
    .idea {
      padding-top: 20px; } }
.idea.idea-chart {
    margin-top: 40px; }
.idea.idea-hammer {
    padding: 80px 0 100px; }
@media (max-width: 1299px) {
      .idea.idea-hammer {
        padding: 60px 0 70px; } }
@media (max-width: 959px) {
      .idea.idea-hammer {
        padding: 40px 0; } }
.idea.idea-form {
    padding-top: 20px; }
@media (max-width: 767px) {
      .idea.idea-form {
        margin-top: 40px; } }
.idea__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 300px;
    position: relative; }
@media (max-width: 479px) {
      .idea__inner {
        min-height: 250px; } }
.idea__content {
    width: 40%;
    padding-left: 20px; }
@media (max-width: 1024px) {
      .idea__content {
        width: 100%; } }
@media (max-width: 767px) {
      .idea__content {
        width: 90%; } }
@media (max-width: 1799px) {
      .idea__content {
        max-width: 100%; } }
@media (max-width: 479px) {
      .idea__content {
        width: 100%; } }
@media (max-width: 767px) {
      .idea-chart .idea__content {
        width: 90%; } }
.idea-hammer .idea__content {
      max-width: 1024px; }
@media (max-width: 1799px) {
        .idea-hammer .idea__content {
          max-width: 900px; } }
@media (max-width: 767px) {
        .idea-hammer .idea__content {
          width: 100%; } }
.idea__text {
    color: #fff;
    font-size: 64px;
    margin-bottom: 30px;
    line-height: 1; }
@media (max-width: 1024px) {
      .idea__text {
        font-size: 50px; } }
@media (max-width: 767px) {
      .idea__text {
        font-size: 36px;
        margin-bottom: 20px; } }
@media (max-width: 767px) {
      .idea-chart .idea__text {
        font-size: 30px; } }
.idea-form .idea__text {
      font-size: 73px; }
@media (max-width: 1299px) {
        .idea-form .idea__text {
          font-size: 64px; } }
@media (max-width: 767px) {
        .idea-form .idea__text {
          font-size: 30px; } }
.idea__text-mini {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px; }
@media (max-width: 1024px) {
      .idea__text-mini {
        font-size: 20px; } }
@media (max-width: 767px) {
      .idea__text-mini {
        font-size: 16px;
        margin-bottom: 20px; } }
.idea__text-mini:last-child {
      margin-bottom: 0; }
.idea__img {
    margin-top: -20px; }
@media (max-width: 1299px) {
      .idea__img {
        max-width: 440px; } }
@media (max-width: 991px) {
      .idea__img {
        min-width: 320px; } }
@media (max-width: 767px) {
      .idea__img {
        max-width: 230px;
        min-width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.3; } }
@media (max-width: 479px) {
      .idea__img {
        max-width: 50%;
        opacity: .4; } }
@media (max-width: 767px) {
      .idea-chart .idea__img {
        left: -40px; } }
.idea-hammer .idea__img {
      position: absolute;
      bottom: -20px;
      left: -70px;
      max-width: 530px; }
@media (max-width: 1799px) {
        .idea-hammer .idea__img {
          max-width: 510px; } }
@media (max-width: 1399px) {
        .idea-hammer .idea__img {
          max-width: 400px; } }
@media (max-width: 1299px) {
        .idea-hammer .idea__img {
          opacity: .4; } }
.idea__img img {
      max-height: 100%;
      height: 100%; }
.idea__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 20px; }
.idea__input {
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 100%;
    background-color: transparent;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block; }
.idea__input:last-of-type {
      margin-bottom: 25px; }
.idea__input:-ms-input-placeholder {
      opacity: 1;
      color: #fff; }
.idea__input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
.idea__input::placeholder {
      opacity: 1;
      color: #fff; }
.blog-add {
  /*  &__left{
    width: 320px;
    margin-right: 80px;
    @include w1799{
      margin-right: 40px;
    }
    @include w1340{
      width: 240px;
      margin-right: 20px;
    }
    @include w1199{
      display: none;
    }
  }*/ }
.blog-add__inner {
    display: flex;
    align-items: flex-start; }
.blog-add__right {
    min-width: 200px;
    margin-left: 130px; }
@media (max-width: 1799px) {
      .blog-add__right {
        margin-left: 50px;
        min-width: 180px; } }
@media (max-width: 1340px) {
      .blog-add__right {
        min-width: 140px; } }
@media (max-width: 959px) {
      .blog-add__right {
        display: none; } }
.blog-add__left {
    min-width: 200px;
    margin-right: 130px; }
@media (max-width: 1799px) {
      .blog-add__left {
        margin-right: 50px;
        min-width: 180px; } }
@media (max-width: 1340px) {
      .blog-add__left {
        min-width: 140px; } }
@media (max-width: 959px) {
      .blog-add__left {
        display: none; } }
.blog-add__right-title, .blog-add__left-title {
    font-size: 20px;
    color: #0c1e36;
    line-height: 1;
    margin-bottom: 15px; }
.blog-add__list {
    padding: 0; }
.blog-add__list-item {
    font-size: 14px;
    color: #272727;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px; }
.blog-add__title {
    font-size: 64px;
    color: #0c1e36;
    margin-bottom: 10px;
    line-height: 1; }
@media (max-width: 1199px) {
      .blog-add__title {
        font-size: 48px; } }
.blog-add__picture {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
.blog-add__picture:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 0;
      border-radius: 6px;
      background-image: linear-gradient(-52deg, rgba(27, 59, 216, 0.8) 0%, rgba(23, 108, 224, 0.8) 31%, rgba(11, 146, 231, 0.8) 49%, rgba(11, 182, 235, 0.8) 71%, rgba(0, 224, 242, 0.8) 100%); }
.blog-add__picture-icon {
    position: absolute;
    top: 40px;
    right: 35px;
    z-index: 1; }
.blog-add__picture-img {
    max-width: 50%; }
@media (max-width: 479px) {
      .blog-add__picture-img {
        max-width: 100%; } }
.blog-add__picture-description {
    font-size: 16px;
    color: #272727;
    margin-top: 10px; }
@media (max-width: 767px) {
      .blog-add__picture-description {
        font-size: 12px;
        margin-top: 8px; } }
.blog-add__picture-img-wrap {
    position: relative; }
.blog-add__picture-img-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: .24;
      background: none;
      z-index: 0; }
.blog-add__content {
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e6e6e6; }
@media (max-width: 1299px) {
      .blog-add__content {
        margin-bottom: 50px; } }
@media (max-width: 1199px) {
      .blog-add__content {
        margin-bottom: 30px;
        border-bottom: none;
        padding-bottom: 0; } }
.blog-add__content img {
      width: auto;
      max-width: 100%;
      height: auto; }
.blog-add__content-title {
    font-size: 40px;
    color: #0c1e36;
    margin-bottom: 20px;
    line-height: 1.2; }
@media (max-width: 1199px) {
      .blog-add__content-title {
        font-size: 32px; } }
@media (max-width: 767px) {
      .blog-add__content-title {
        font-size: 26px;
        margin-bottom: 10px; } }
.blog-add__content-text {
    font-size: 24px;
    color: #272727;
    margin-bottom: 25px;
    line-height: 1.2; }
@media (max-width: 1199px) {
      .blog-add__content-text {
        font-size: 21px;
        margin-bottom: 15px; } }
@media (max-width: 767px) {
      .blog-add__content-text {
        font-size: 18px; } }
.blog-add__content-text:last-child {
      margin-bottom: 0; }
.blog-add__btns {
    display: flex;
    align-items: center;
    margin: 40px 0; }
@media (max-width: 767px) {
      .blog-add__btns {
        margin: 20px 0; } }
@media (max-width: 620px) {
      .blog-add__btns {
        flex-direction: column;
        align-items: flex-start; } }
.blog-add__btns-title {
    font-size: 20px;
    color: #272727;
    margin-left: 20px;
    margin-bottom: 10px; }
.blog-add__btns-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.blog-add__btns-line .btn {
      margin-left: 15px;
      margin-bottom: 10px; }
.blog-add__btns-line .btn:last-child {
        margin-left: 0; }
.blog-add__social-title {
    font-size: 20px;
    color: #272727;
    margin-bottom: 20px; }
.blog-add__social-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0; }
.blog-add__social-item {
    margin-left: 45px; }
@media (max-width: 767px) {
      .blog-add__social-item {
        margin-left: 20px; } }
.blog-add__social-item:last-child {
      margin-left: 0; }
.blog-add__social-link {
    transition: all 0.3s ease-in-out; }
.blog-add__social-link:hover {
      opacity: .8; }
.blog-add__poster {
    border: 1px solid #24324D;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    background-color: #fff;
    min-height: 860px; }
.blog-add__poster.is-mini {
      display: none;
      min-height: auto; }
.blog-add__poster.is-mini .btn {
        display: inline-block;
        width: auto;
        padding: 8px 35px; }
@media (max-width: 1199px) {
        .blog-add__poster.is-mini {
          display: flex; } }
@media (max-width: 1799px) {
      .blog-add__poster {
        min-height: 600px; } }
.blog-add__poster .btn {
      width: 100%;
      white-space: nowrap;
      display: block; }
.blog-add__poster-title {
    font-size: 40px;
    color: #0c1e36;
    margin-bottom: 15px;
    line-height: 1; }
@media (max-width: 1340px) {
      .blog-add__poster-title {
        font-size: 30px; } }
@media (max-width: 1199px) {
      .blog-add__poster-title {
        font-size: 26px; } }
.blog-add__poster-text {
    font-size: 24px;
    color: #272727;
    margin-bottom: 40px;
    line-height: 1.2; }
@media (max-width: 1340px) {
      .blog-add__poster-text {
        font-size: 21px;
        margin-bottom: 30px; } }
@media (max-width: 1199px) {
      .blog-add__poster-text {
        font-size: 18px;
        margin-bottom: 20px; } }
.blog-add__right, .blog-add__left {
    margin-top: 105px; }
.achievement {
  padding-bottom: 40px; }
.home-page .achievement {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 60px;
    margin-bottom: 20px; }
@media (max-width: 991px) {
    .achievement {
      padding-bottom: 20px; } }
.achievement__inner {
    display: flex;
    align-items: center;
    margin: 0 -15px; }
@media (max-width: 620px) {
      .achievement__inner {
        flex-direction: column; } }
.achievement__item {
    width: calc(33.3333% - 30px);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    border-radius: 17px;
    background-color: #fff;
    margin: 0 15px;
    display: flex;
    align-items: center;
    padding: 20px; }
@media (max-width: 959px) {
      .achievement__item {
        flex-direction: column;
        text-align: center; } }
@media (max-width: 620px) {
      .achievement__item {
        width: calc(100% - 30px);
        margin-bottom: 20px; } }
.achievement__img {
    margin-left: 25px; }
@media (max-width: 1299px) {
      .achievement__img {
        width: 50px;
        margin-left: 15px; } }
@media (max-width: 959px) {
      .achievement__img {
        margin-bottom: 20px; } }
.achievement__number {
    font-size: 40px;
    color: #272727;
    line-height: 1; }
@media (max-width: 1299px) {
      .achievement__number {
        font-size: 32px; } }
@media (max-width: 1199px) {
      .achievement__number {
        font-size: 26px; } }
@media (max-width: 767px) {
      .achievement__number {
        font-size: 24px; } }
.achievement__text {
    font-size: 24px;
    color: #1a316a;
    line-height: 1; }
@media (max-width: 1199px) {
      .achievement__text {
        font-size: 21px; } }
@media (max-width: 767px) {
      .achievement__text {
        font-size: 18px; } }
.card-number {
  margin-top: 50px; }
@media (max-width: 1199px) {
    .card-number {
      margin-top: 40px; } }
@media (max-width: 767px) {
    .card-number {
      margin-top: 30px; } }
.card-number__caption {
    font-size: 64px;
    color: #1a316a;
    margin-bottom: 40px; }
@media (max-width: 1199px) {
      .card-number__caption {
        font-size: 48px; } }
@media (max-width: 959px) {
      .card-number__caption {
        font-size: 36px;
        margin-bottom: 30px; } }
@media (max-width: 767px) {
      .card-number__caption {
        font-size: 32px;
        margin-bottom: 20px; } }
.card-number__inner {
    counter-reset: cardNumberCounter; }
.card-number__wrapper {
    margin-bottom: 40px; }
@media (max-width: 767px) {
      .card-number__wrapper {
        margin-bottom: 30px; }
        .card-number__wrapper:last-child {
          margin-bottom: 0; } }
.card-number-2 .card-number__wrapper:nth-child(2) .card-number__img {
      left: 0; }
.card-number-2 .card-number__wrapper:nth-child(3) .card-number__img {
      left: 15px; }
.card-number__wrapper:nth-child(4) .card-number__img {
      left: 0; }
.card-number__item {
    position: relative;
    height: 620px;
    box-shadow: 0 0 40px rgba(29, 30, 33, 0.12);
    border-radius: 12px;
    background-color: #fff;
    padding: 60px 70px; }
@media (max-width: 1199px) {
      .card-number__item {
        padding: 30px;
        height: 550px; } }
@media (max-width: 991px) {
      .card-number__item {
        padding: 40px; } }
@media (max-width: 767px) {
      .card-number__item {
        min-height: 360px;
        height: auto; } }
.card-number__item:before {
      counter-increment: cardNumberCounter;
      content: counter(cardNumberCounter);
      color: #7f89a2;
      font-size: 135px;
      font-weight: 700;
      position: absolute;
      top: 20px;
      right: 25px;
      line-height: 1; }
@media (max-width: 1199px) {
        .card-number__item:before {
          font-size: 115px; } }
@media (max-width: 991px) {
        .card-number__item:before {
          font-size: 84px;
          right: -20px;
          top: -15px; } }
@media (max-width: 767px) {
        .card-number__item:before {
          font-size: 70px;
          right: -8px; } }
.card-number__title {
    font-size: 52px;
    color: #1b326b;
    margin-bottom: 60px;
    max-width: 90%;
    line-height: 1;
    padding-right: 80px; }
@media (max-width: 1199px) {
      .card-number__title {
        font-size: 42px;
        max-width: 100%; } }
@media (max-width: 991px) {
      .card-number__title {
        font-size: 32px; } }
@media (max-width: 767px) {
      .card-number__title {
        font-size: 28px;
        padding-right: 0; } }
.card-number__text {
    font-size: 28px;
    color: #272727;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px 9px #fff;
    background-color: #fff; }
@media (max-width: 1299px) {
      .card-number__text {
        line-height: 1.2;
        font-size: 26px; } }
@media (max-width: 1199px) {
      .card-number__text {
        font-size: 24px; } }
@media (max-width: 991px) {
      .card-number__text {
        font-size: 20px; } }
@media (max-width: 767px) {
      .card-number__text {
        font-size: 18px; } }
.card-number__img {
    position: absolute;
    bottom: 0;
    left: 50px; }
@media (max-width: 767px) {
      .card-number__img {
        max-width: 130px; } }
.reg {
  margin-top: 40px; }
.reg__row {
    display: flex; }
@media (max-width: 1370px) {
      .reg__row.is-col {
        flex-direction: column;
        align-items: flex-start; } }
.reg__row.is-space-between {
      justify-content: space-between; }
@media (max-width: 959px) {
      .reg__row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .is-center-959 .reg__row {
          align-items: center; } }
.reg__row .load-img {
      margin-left: 20px; }
.reg__row .text__small, .reg__row .tab-link > .nav-link, .reg__row .tabs-menu .nav-link.active, .tabs-menu .reg__row .nav-link.active {
      color: #67707b; }
.reg__row--between {
    justify-content: space-between; }
@media (max-width: 1399px) {
      .company-details .reg__row--between {
        justify-content: flex-start; } }
.reg__col {
    padding: 0 60px; }
@media (min-width: 1800px) {
      .is-big-padding .reg__col {
        padding: 0 100px; } }
.reg__col.is-with-padding {
      padding: 0 100px !important; }
@media (max-width: 1799px) {
        .reg__col.is-with-padding {
          padding: 0 60px !important; } }
@media (max-width: 959px) {
        .reg__col.is-with-padding {
          padding: 20px 0 !important;
          border-left: none !important;
          border-bottom: 1px solid #e6e6e6;
          width: 100%;
          margin: 0 !important; }
          .reg__col.is-with-padding:last-child {
            border-bottom: none;
            padding-bottom: 0 !important; } }
@media (max-width: 1399px) {
        .reg__col.is-with-padding {
          padding: 0 40px; } }
.reg__col.is-big-margin-right {
      margin-right: 200px !important; }
@media (max-width: 1799px) {
        .reg__col.is-big-margin-right {
          margin-right: 70px !important; } }
@media (max-width: 1530px) {
        .reg__col.is-big-margin-right {
          margin-right: 0 !important; } }
.recruitment .reg__col {
      padding: 0 100px; }
@media (max-width: 1499px) {
        .recruitment .reg__col {
          padding: 0 40px; } }
@media (max-width: 1330px) {
        .recruitment .reg__col {
          padding: 0; } }
.recruitment .reg__col:first-child {
        padding-right: 0; }
.recruitment .reg__col:last-child {
        padding-left: 0; }
@media (max-width: 959px) {
      .reg__col {
        padding: 20px 0 !important;
        border-left: none !important;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        margin: 0 !important; }
        .reg__col:last-child {
          border-bottom: none;
          padding-bottom: 0 !important; } }
@media (max-width: 1399px) {
      .reg__col {
        padding: 0 40px; } }
@media (max-width: 399px) {
      .reg__col {
        width: 100%; } }
.reg__col:first-child {
      padding-right: 0; }
.reg__col:last-child {
      padding-left: 0; }
@media (max-width: 1580px) {
      .reg-bonds .reg__col {
        padding: 0 30px; }
        .reg-bonds .reg__col:first-child {
          padding-right: 0; }
        .reg-bonds .reg__col:last-child {
          padding-left: 0; } }
.reg__col-title {
    font-size: 20px;
    color: #1a316a;
    margin-bottom: 25px; }
.reg__box {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
@media (max-width: 620px) {
      .reg__box {
        align-items: flex-start;
        margin-bottom: 15px;
        flex-direction: column; } }
.reg__box.is-between {
      justify-content: space-between; }
.reg__box:last-child {
      margin-bottom: 0; }
.reg__box select {
      min-width: 200px; }
@media (max-width: 620px) {
      .registration-range .reg__box {
        align-items: flex-start;
        margin-bottom: 15px;
        flex-direction: column; }
        .registration-range .reg__box:last-child {
          margin-bottom: 0 !important; } }
.reg__inputs-height-270 {
    height: 270px;
    flex-direction: column;
    display: flex;
    justify-content: space-between; }
@media (max-width: 959px) {
      .reg__inputs-height-270 {
        height: auto; } }
.reg__inputs-height-160 {
    min-height: 160px;
    flex-direction: column;
    display: flex;
    justify-content: space-between; }
@media (max-width: 959px) {
      .reg__inputs-height-160 {
        min-height: auto; } }
.reg__radio-box {
    display: flex;
    align-items: center; }
.reg__radio-box label {
      display: flex;
      align-items: center; }
.reg__radio-box label::before {
        margin: 0 0 0 10px !important; }
.reg__radio-box .radio-block {
      margin-left: 15px;
      margin-bottom: 0; }
.reg__radio-box .radio-block:last-child {
        margin-left: 0; }
.reg__input-text {
    margin-left: 15px;
    white-space: nowrap;
    line-height: 1.1; }
@media (max-width: 620px) {
      .reg__input-text {
        margin-left: 0;
        margin-bottom: 15px; } }
.is-big-row .reg__input-text {
      white-space: normal;
      margin-left: 20px !important;
      max-width: 300px; }
.reg__input-text.is-mini {
      white-space: normal; }
@media (max-width: 1799px) {
        .reg__input-text.is-mini {
          width: 200px; } }
@media (max-width: 1330px) {
        .reg__input-text.is-mini {
          width: auto; } }
.reg__input-text.is-error {
      color: #ff0000; }
@media (max-width: 399px) {
      .reg__input-text {
        white-space: normal; } }
.is-text-long .reg__input-text {
      margin-left: 80px; }
.reg-shares .reg__input-text {
      white-space: normal; }
.reg__bb {
    border-bottom: 1px solid #e6e6e6; }
.reg .top-block {
    width: auto; }
.reg .contact-face-block-info-col:last-child {
    border: none; }
.reg input[type=checkbox] + label:before {
    margin: 0 0 0 10px; }
.reg input[type=checkbox] + label {
    margin-bottom: 0; }
.reg__row-textarea {
    display: flex;
    align-items: flex-start;
    padding: 30px 90px 50px 0; }
@media (max-width: 767px) {
      .reg__row-textarea {
        flex-direction: column;
        padding: 20px 0 0 0; } }
.reg__row-textarea .textarea-registration {
      max-width: 765px;
      width: 100%; }
.reg__row-textarea-text {
    color: #0c1e36;
    font-size: 18px;
    margin-left: 20px; }
@media (max-width: 399px) {
  .input-block {
    width: 100%; } }
@media screen and (max-width: 1550px) {
  .registration-range .reg__input-text {
    white-space: normal; } }
@media screen and (max-width: 1430px) {
  .invest-as-company .is-text-long .reg__input-text {
    margin-left: 20px; } }
@media (max-width: 1799px) {
  .input-full-width .input-width-300 .registration-input, .input-full-width .input-width-300 select, .input-full-width .input-width-300 .input-block {
    width: 295px;
    min-width: 295px; } }
@media (max-width: 1499px) {
  .input-full-width .input-width-300 .registration-input, .input-full-width .input-width-300 select, .input-full-width .input-width-300 .input-block {
    min-width: 240px;
    width: 240px; } }
@media (max-width: 479px) {
  .input-full-width .input-width-300 .registration-input, .input-full-width .input-width-300 select, .input-full-width .input-width-300 .input-block {
    min-width: 230px;
    width: 230px; } }
.input-width-mini .registration-input, .input-width-mini select, .input-width-mini .input-block {
  width: 145px; }
@media (max-width: 399px) {
    .input-width-mini .registration-input, .input-width-mini select, .input-width-mini .input-block {
      width: 100%; } }
.input-width-100 .registration-input, .input-width-100 select, .input-width-100 .input-block {
  width: 145px; }
@media (max-width: 1799px) {
    .input-width-100 .registration-input, .input-width-100 select, .input-width-100 .input-block {
      width: 100px; } }
@media (max-width: 399px) {
    .input-width-100 .registration-input, .input-width-100 select, .input-width-100 .input-block {
      width: 100%; } }
.input-width-medium .registration-input, .input-width-medium select, .input-width-medium .input-block {
  width: 172px;
  min-width: 172px; }
@media (max-width: 399px) {
    .input-width-medium .registration-input, .input-width-medium select, .input-width-medium .input-block {
      width: 100%; } }
.input-width-200 .registration-input, .input-width-200 select, .input-width-200 .input-block {
  width: 200px;
  min-width: 200px; }
@media (max-width: 399px) {
    .input-width-200 .registration-input, .input-width-200 select, .input-width-200 .input-block {
      width: 100%; } }
.input-width-120 .registration-input, .input-width-120 select, .input-width-120 .input-block {
  width: 120px;
  min-width: 120px; }
@media (max-width: 399px) {
    .input-width-120 .registration-input, .input-width-120 select, .input-width-120 .input-block {
      width: 100%; } }
.input-width-300 .registration-input, .input-width-300 select, .input-width-300 .input-block {
  width: 300px;
  max-width: 300px; }
@media (max-width: 1799px) {
    .input-width-300 .registration-input, .input-width-300 select, .input-width-300 .input-block {
      width: 200px;
      min-width: 200px; } }
@media (max-width: 399px) {
    .input-width-300 .registration-input, .input-width-300 select, .input-width-300 .input-block {
      width: 100%; } }
.input-width-large .registration-input, .input-width-large select, .input-width-large .input-block {
  width: 225px; }
@media (max-width: 399px) {
    .input-width-large .registration-input, .input-width-large select, .input-width-large .input-block {
      width: 100%; } }
.checkbox-alone .radio-block {
  margin-bottom: 0;
  padding: 10px 0;
  height: auto; }
.investor-registration .textarea-registration {
  height: 120px; }
.investor-registration .reg__row-textarea .textarea-registration {
  height: 180px; }
.access-text.is-short {
  max-width: 800px;
  width: 100%; }
.checkboxes-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
.checkboxes-block label {
    white-space: nowrap; }
.checkboxes-block .radio-block {
    margin-bottom: 10px;
    height: auto;
    margin-left: 15px;
    width: 45%;
    max-width: 186px; }
@media (max-width: 1399px) {
      .checkboxes-block .radio-block {
        width: auto; } }
.reg-shares .reg__col {
  padding: 0 30px; }
@media (max-width: 959px) {
    .reg-shares .reg__col {
      padding: 0; } }
.reg-shares .reg__col:first-child {
    padding-right: 0; }
.reg-shares .reg__col:last-child {
    padding-left: 0; }
.reg-shares .reg__box {
  margin-bottom: 20px; }
.reg-shares .reg__input-text {
  line-height: 1.1;
  max-width: 220px; }
@media (max-width: 1320px) {
    .reg-shares .reg__input-text {
      max-width: 140px; }
      .reg-shares .reg__input-text .text__small, .reg-shares .reg__input-text .tab-link > .nav-link, .reg-shares .reg__input-text .tabs-menu .nav-link.active, .tabs-menu .reg-shares .reg__input-text .nav-link.active {
        font-size: 14px; } }
@media (max-width: 767px) {
    .reg-shares .reg__input-text {
      max-width: 100%; } }
.reg-shares .top-block {
  margin-top: 18px;
  padding-bottom: 16px; }
.reg-shares .top-block .text__small, .reg-shares .top-block .tab-link > .nav-link, .reg-shares .top-block .tabs-menu .nav-link.active, .tabs-menu .reg-shares .top-block .nav-link.active {
    color: #1a316a; }
.reg-shares .input-width-200 .registration-input {
  width: 170px;
  min-width: 170px; }
.reg-bonds .top-block {
  margin-top: 18px;
  padding-bottom: 16px; }
.reg-bonds .top-block .text__small, .reg-bonds .top-block .tab-link > .nav-link, .reg-bonds .top-block .tabs-menu .nav-link.active, .tabs-menu .reg-bonds .top-block .nav-link.active {
    color: #1a316a; }
@media (max-width: 1499px) {
  .reg-bonds .input-width-200 .registration-input {
    min-width: 160px;
    width: 160px; } }
.my-forms .upload-field.is-completed .upload-field__img-wrap {
  position: relative; }
.my-forms .upload-field.is-completed .upload-field__img-wrap::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #23314B url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0Ij48ZGVmcz48cGF0aCBpZD0idXF2dmEiIGQ9Ik0xMzU4LjM5MyAxMDk0Ljk2OGwxLjczNyAxLjk5MSAxLjYyNy0xLjYyNyAyLjA5OC0yLjA5OCIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1OCAtMTA5MykiPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgeGxpbms6aHJlZj0iI3VxdnZhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    background-size: 6px 4px;
    background-position: center;
    position: absolute;
    right: -4px;
    bottom: -2px; }
.upload-file-block .shadow-block {
  padding-bottom: 20px; }
@media (max-width: 767px) {
    .upload-file-block .shadow-block {
      padding: 20px; } }
.upload-file-block__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
.upload-file-block__row.is-stretch {
    align-items: stretch; }
@media (max-width: 1299px) {
    .upload-file-block__row {
      flex-wrap: wrap; } }
@media (max-width: 1199px) {
    .upload-file-block__row {
      flex-direction: column; } }
.upload-file-block__fields-wrap {
  flex-grow: 1;
  margin-left: 40px;
  margin-top: 25px; }
@media (max-width: 1299px) {
    .upload-file-block__fields-wrap {
      margin-left: 0; } }
.upload-file-block__required {
  max-width: 320px;
  width: 100%;
  border: 2px solid #a9acb1;
  background-color: #fafbff;
  padding: 20px 20px 50px 20px;
  margin-left: 50px;
  margin-bottom: 20px; }
@media (max-width: 1799px) {
    .upload-file-block__required {
      max-width: 290px;
      margin-left: 30px; } }
@media (max-width: 1199px) {
    .upload-file-block__required {
      max-width: 100%;
      text-align: center;
      margin-left: 0; }
      .upload-file-block__required .upload-field {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
.upload-file-block__required-text {
  text-align: center;
  color: #0c1e36;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px; }
.upload-file-block__line {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 50px;
  border: 1px solid #a9b1bc;
  background-color: #fafbff;
  justify-content: space-between;
  margin-bottom: 25px; }
@media (max-width: 959px) {
    .upload-file-block__line {
      padding: 20px 10px; } }
@media (max-width: 767px) {
    .upload-file-block__line {
      flex-direction: column; } }
.upload-file-block__line .upload-field {
    margin-bottom: 0; }
@media (max-width: 767px) {
      .upload-file-block__line .upload-field {
        margin-bottom: 8px; } }
.upload-file-block__line .upload-field__label {
    margin-left: 15px; }
.upload-file-block__line-text {
  font-size: 18px;
  color: #0c1e36; }
@media (max-width: 767px) {
    .upload-file-block__line-text {
      font-size: 16px;
      margin-bottom: 10px; } }
.upload-file-block__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 0 30px;
  margin: 0 -30px; }
@media (max-width: 1299px) {
    .upload-file-block__fields {
      padding: 15px 0 15px 30px; } }
@media (max-width: 1799px) {
    .upload-file-block__fields {
      margin: 0 -15px; } }
@media (max-width: 767px) {
    .upload-file-block__fields {
      padding-left: 0; } }
.is-type-2 .upload-file-block__fields {
    margin-left: 0;
    justify-content: space-between; }
@media (max-width: 1199px) {
    .upload-file-block__fields {
      width: 100%;
      margin-left: 0; } }
@media (max-width: 767px) {
    .upload-file-block__fields {
      flex-direction: column;
      align-items: center; } }
.upload-file-block__fields-item {
  width: 100%;
  margin: 0 30px 20px 30px; }
@media (max-width: 1799px) {
    .upload-file-block__fields-item {
      margin: 0 15px 20px 15px;
      width: calc(100%); } }
.is-type-2 .upload-file-block__fields-item {
    width: 360px; }
@media (max-width: 1799px) {
      .is-type-2 .upload-file-block__fields-item {
        width: 320px; } }
@media (max-width: 767px) {
      .is-type-2 .upload-file-block__fields-item {
        width: 100%; } }
@media (max-width: 767px) {
    .upload-file-block__fields-item {
      width: 100%; } }
.upload-file-block__top {
  margin-bottom: 0 !important; }
.upload-file-block__fields {
  display: block; }
.upload-file-block__fields-item {
    float: right; }
.upload-file-block .add-file-box {
  max-width: 415px;
  border: none;
  padding-right: 12px;
  margin-bottom: 20px; }
.upload-file-block .add-file-box.is-large-box {
    max-width: 510px;
    min-width: 510px;
    padding-right: 30px;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
@media (max-width: 1799px) {
      .upload-file-block .add-file-box.is-large-box {
        max-width: 450px;
        min-width: 450px; } }
@media (max-width: 1589px) {
      .upload-file-block .add-file-box.is-large-box {
        min-width: 300px; } }
@media (max-width: 1430px) {
      .upload-file-block .add-file-box.is-large-box {
        min-width: 250px;
        padding-right: 15px;
        padding-left: 15px; } }
@media (max-width: 1299px) {
      .upload-file-block .add-file-box.is-large-box {
        max-width: none;
        width: 100%; } }
@media (max-width: 1799px) {
    .upload-file-block .add-file-box {
      max-width: 300px; } }
@media (max-width: 1199px) {
    .upload-file-block .add-file-box {
      max-width: 100%;
      width: 100%;
      text-align: center; } }
@media screen and (max-width: 1199px) and (max-width: 767px) {
    .upload-file-block .add-file-box {
      text-align: right; } }
@media (max-width: 1199px) {
      .upload-file-block .add-file-box .upload-file {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
@media screen and (max-width: 1199px) and (max-width: 767px) {
      .upload-file-block .add-file-box .upload-file {
        max-width: 100%; } }
.upload-file-block .add-file-box .upload-file {
    margin-bottom: 20px; }
@media (max-width: 1199px) {
    .upload-file-block .add-file-box__btn {
      justify-content: center; } }
.upload-file-block .add-file-box .upload-field {
    border-bottom: none;
    justify-content: flex-start;
    margin-bottom: 20px; }
@media (max-width: 1199px) {
      .upload-file-block .add-file-box .upload-field {
        justify-content: center; } }
.upload-file-block .add-file-box .upload-field__label {
      opacity: .6; }
.upload-file-block .add-file-box .upload-field__img-wrap::before {
      display: none; }
.add-file-box {
  max-width: 510px;
  padding: 30px 35px;
  background-color: #F4F9FF;
  border: 1px solid #E6E6E6;
  margin-bottom: 40px; }
.add-file-box__name {
    display: flex;
    align-items: center;
    color: #1a316a;
    margin-bottom: 15px; }
.add-file-box__name img {
      margin-left: 10px; }
.add-file-box .upload-file-style {
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center; }
.add-file-box .upload-file-style:before {
      display: none; }
.add-file-box .upload-file-style:after {
      content: '+';
      background: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid;
      color: #0c1e36;
      display: flex;
      align-items: center;
      justify-content: center;
      left: auto;
      right: 60px;
      font-size: 19px;
      position: static;
      margin-right: 10px; }
.add-file-box .upload-file {
    margin-top: 30px;
    margin-bottom: 45px; }
.add-file-box__btn {
    display: flex;
    justify-content: flex-end; }
.add-file-box__btn .upload-btn {
      min-width: 130px;
      height: 40px;
      font-weight: 400;
      text-align: center;
      line-height: .5; }
.add-file-col {
  max-width: 325px; }
@media (max-width: 767px) {
    .add-file-col {
      width: 100%; } }
.add-file-col__btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px; }
.gallery-reg .shadow-block {
  padding-bottom: 0; }
.gallery-reg .border-row {
  display: flex;
  border: none;
  flex-wrap: wrap;
  margin-left: 20px; }
@media (max-width: 959px) {
    .gallery-reg .border-row {
      margin: 0 -10px;
      justify-content: flex-start; } }
.gallery-reg .upload-gallery-col-content {
  width: 80px;
  margin-left: 40px;
  margin-bottom: 20px; }
@media (max-width: 959px) {
    .gallery-reg .upload-gallery-col-content {
      margin: 0 10px 20px 10px; } }
.gallery-reg .upload-gallery-col-content:last-child {
    margin-left: 0; }
.gallery-reg .upload-content {
  margin-left: 0; }
.gallery-reg .cancel-media {
  left: -5px; }
.gallery-reg__row {
  margin-bottom: 20px; }
.gallery-reg__row:last-of-type {
    margin-bottom: 0; }
@media (max-width: 959px) {
    .gallery-reg__row {
      margin-bottom: 15px; } }
.gallery-reg__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }
@media (max-width: 959px) {
    .gallery-reg__inner {
      flex-direction: column; } }
.gallery-reg__col-wrap {
  order: 1; }
@media (max-width: 959px) {
    .gallery-reg__col-wrap {
      order: -1;
      width: 100%; } }
.gallery-reg .add-file-col {
  padding: 30px 20px;
  position: relative;
  bottom: 10px;
  flex: 0 0 31.7%;
  max-width: 31.7%;
  align-self: normal;
  height: calc(100% - 10px); }
@media (max-width: 959px) {
    .gallery-reg .add-file-col {
      margin-left: auto;
      max-width: none;
      width: 100%; } }
.upload-field {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px; }
.upload-file-block__line .upload-field {
    border-bottom: none; }
.upload-field:last-child {
    margin-bottom: 0; }
.upload-field.is-error {
    border-bottom-color: #ff0000; }
.upload-field input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
.upload-field__img-wrap {
    position: relative; }
.upload-field__img-wrap::before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #44cc64 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0Ij48ZGVmcz48cGF0aCBpZD0idXF2dmEiIGQ9Ik0xMzU4LjM5MyAxMDk0Ljk2OGwxLjczNyAxLjk5MSAxLjYyNy0xLjYyNyAyLjA5OC0yLjA5OCIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1OCAtMTA5MykiPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgeGxpbms6aHJlZj0iI3VxdnZhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
      background-size: 6px 4px;
      background-position: center;
      position: absolute;
      right: -4px;
      bottom: -2px; }
.is-none-active .upload-field__img-wrap::before {
        display: none; }
.upload-field__label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0c1e36;
    line-height: 1.1;
    margin-bottom: 0; }
.is-none-active .upload-field__label {
      opacity: .6; }
@media (max-width: 1799px) {
      .is-type-2 .upload-field__label {
        font-size: 13px; } }
@media (max-width: 767px) {
      .upload-field__label {
        font-size: 14px;
        margin-left: 8px; } }
.upload-field__label img {
      margin-left: 12px; }
.upload-field__link {
    font-size: 12px;
    color: #1a316a;
    direction: rtl; }
.upload-field__link .upload-field__note {
      float: left; }
.upload-field__link .upload-field__label {
      float: right; }
.upload-field__link .upload-field__label img {
        margin-left: 12px;
        margin-right: 0; }
.upload-field__link .type-name {
      float: right; }
.upload-field__link + .upload-field__link {
      margin-right: 20px; }
@media (max-width: 767px) {
        .upload-field__link + .upload-field__link {
          margin-right: 10px; } }
.is-none-active .upload-field__link + .upload-field__link {
        opacity: 0;
        pointer-events: none; }
.upload-field__circle {
    width: 15px;
    height: 15px;
    background-color: #23314b;
    border-radius: 50%;
    margin-right: 15px; }
.company-details .reg__col {
  padding: 0 40px; }
.company-details .reg__col:first-child {
    padding-right: 0; }
.company-details .reg__col:last-child {
    padding-left: 0; }
@media (max-width: 1330px) {
    .company-details .reg__col:nth-child(2) {
      border-left: none; }
    .company-details .reg__col:last-child {
      padding-right: 230px; } }
@media (max-width: 959px) {
    .company-details .reg__col:first-child::before {
      display: none; } }
.company-details .reg__col._photo {
    padding-left: 75px; }
@media (max-width: 1340px) {
      .company-details .reg__col._photo {
        padding-left: 40px; } }
@media (max-width: 959px) {
      .company-details .reg__col._photo {
        padding-left: 20px; } }
.company-details .reg__col._fields {
    padding: 0 75px; }
@media (max-width: 1340px) {
      .company-details .reg__col._fields {
        padding: 0 40px; } }
@media (max-width: 1199px) {
      .company-details .reg__col._fields {
        padding: 0 20px; } }
.company-details .reg__input-text {
  margin-left: 75px; }
@media (min-width: 768px) and (max-width: 959px) {
  .company-details .input-width-300 {
    max-width: 60%;
    margin: 0 auto !important; } }
@media screen and (max-width: 767px) {
  .company-details .input-width-300 {
    max-width: 100%; } }
@media (max-width: 620px) {
  .checkbox-top .align-items-center {
    align-items: flex-start !important; } }
.about-enterprise__upload {
  height: 215px;
  border-radius: 16px;
  padding: 0 35px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px; }
@media (max-width: 959px) {
    .about-enterprise__upload {
      justify-content: flex-start;
      padding-top: 15px; } }
.about-enterprise__upload.is-error {
    border-color: #ff0000; }
.about-enterprise__upload-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 8px; }
.about-enterprise__upload-text {
  color: #888f9a;
  font-size: 16px; }
.about-enterprise__upload-btn {
  position: absolute;
  bottom: 35px;
  left: 35px; }
@media (max-width: 959px) {
    .about-enterprise__upload-btn {
      bottom: 15px; } }
.about-enterprise__col {
  padding: 0 165px; }
.about-enterprise__col:first-child {
    padding-right: 0; }
@media (max-width: 1399px) {
    .about-enterprise__col {
      padding: 0 85px; } }
@media (max-width: 1199px) {
    .about-enterprise__col {
      padding: 0 40px; } }
@media (max-width: 1330px) {
  .recruitment .input-block.d-flex {
    width: auto !important; } }
@media screen and (max-width: 767px) {
  .recruitment .input-block.d-flex {
    width: 100% !important;
    justify-content: space-between; } }
.recruitment__box-wrap {
  margin-top: 80px; }
@media (max-width: 1399px) {
    .recruitment__box-wrap {
      margin-top: 60px; } }
@media (max-width: 991px) {
    .recruitment__box-wrap {
      margin-top: 30px; } }
@media (max-width: 1330px) {
  .recruitment .reg__row.is-big-row {
    flex-direction: column; }
    .recruitment .reg__row.is-big-row .contact-face-block-info-col {
      border-left: none;
      padding-left: 0; }
      .recruitment .reg__row.is-big-row .contact-face-block-info-col:first-child {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 30px; }
    .recruitment .reg__row.is-big-row .reg__box.is-between {
      width: 500px; } }
@media (max-width: 1330px) and (max-width: 767px) {
      .recruitment .reg__row.is-big-row .reg__box.is-between {
        width: 100%; } }
.recruitment__box {
  display: none; }
.recruitment__box.is-active {
    display: block; }
.recruitment__text {
  max-width: 350px; }
@media (max-width: 1799px) {
    .recruitment__text {
      max-width: 300px; } }
@media (max-width: 1270px) {
    .recruitment__text {
      max-width: none;
      margin-top: 20px; } }
.recruitment .register-select {
  width: 230px; }
@media (max-width: 767px) {
  .recruitment__top-box {
    flex-direction: column; } }
.recruitment__item-box {
  display: flex; }
@media (max-width: 1270px) {
    .recruitment__item-box {
      flex-direction: column; } }
@media (max-width: 767px) {
    .recruitment__item-box.pl-50 {
      padding-left: 0 !important; }
    .recruitment__item-box:first-child {
      margin-bottom: 30px; } }
@media (max-width: 959px) {
  .recruitment .d-flex.mt-20 {
    flex-direction: column; } }
@media (max-width: 479px) {
  .recruitment .d-flex.mt-20 .d-flex {
    flex-direction: column; } }
@media (max-width: 959px) {
  .recruitment .d-flex.pl-50 {
    padding-left: 0 !important;
    padding-bottom: 30px; } }
.recruitment__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
.reg-notice {
  margin-top: 45px; }
@media (max-width: 959px) {
    .reg-notice {
      margin-top: 30px; } }
.reg-notice__box {
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #cccccc; }
.reg-notice__text {
    font-size: 16px;
    color: #0c1e36;
    margin-bottom: 20px;
    text-align: center;
    max-width: 1045px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
.reg-notice__link {
    text-align: center; }
.circle-items__inner {
  background-color: #F4F8FF;
  border: 2px solid #eaeaea;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
@media (max-width: 959px) {
    .circle-items__inner {
      height: auto;
      padding: 20px 0; } }
.circle-items__nav {
  display: flex;
  align-items: center;
  border-bottom: none !important; }
@media (max-width: 959px) {
    .circle-items__nav {
      flex-direction: column; } }
.circle-items__item {
  margin-left: 160px !important;
  text-align: center; }
@media (max-width: 1799px) {
    .circle-items__item {
      margin-left: 140px !important; } }
@media (max-width: 1299px) {
    .circle-items__item {
      margin-left: 70px !important; } }
@media (max-width: 959px) {
    .circle-items__item {
      margin-left: 0 !important; } }
.circle-items__item:last-child {
    margin-left: 0 !important; }
.circle-items__text {
  color: #2c364f;
  font-size: 19px;
  margin-top: 15px; }
.circle-items__circle {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2c364f;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto; }
.active .circle-items__circle {
    background-color: #1B2438; }
.active .circle-items__circle img {
      filter: brightness(0) invert(1); }
.circle-items__item-link {
  display: block; }
.circle-items__item-link::before {
    display: none !important; }
.circle-items__item-link:hover .circle-items__circle {
    background-color: #1B2438; }
.circle-items__item-link:hover .circle-items__circle img {
      filter: brightness(0) invert(1); }
.circle-items__content {
  max-width: 790px; }
.circle-items .tabs-box__content {
  padding: 0 !important; }
.circle-items__btn .btn {
  width: 230px;
  height: 60px;
  font-size: 20px;
  font-weight: 600; }
.radio-row {
  display: flex;
  align-items: center; }
.radio-row label {
    margin-left: 50px; }
@media (max-width: 1799px) {
      .radio-row label {
        margin-left: 40px; } }
@media (max-width: 959px) {
      .radio-row label {
        margin-left: 30px; } }
.radio-row label:last-child {
      margin-left: 0; }
.block-with-button .block-with-button__content.mb-5 {
  margin-bottom: 0 !important; }
@media (max-width: 767px) {
  .block-with-button .mr-3 {
    margin-right: 0 !important; } }
.team__row {
  padding: 0 15px 30px 15px; }
.team__row .col-xl-4, .team__row .col-xl-8 {
    padding: 0; }
.team__row .add-member {
    margin-right: 30px; }
@media (max-width: 1199px) {
      .team__row .add-member {
        margin-right: 0 !important; } }
.team__top {
  margin: 25px 0 10px 0; }
.block-with-button__wrapper {
  padding-bottom: 0; }
.block-with-button__top {
  margin-bottom: 0; }
@media (max-width: 1799px) {
  .recruitment-2__wrapper {
    flex-wrap: wrap; } }
.recruitment-2__col {
  margin-left: 111px; }
.recruitment-2__col:last-child {
    margin-left: 0; }
.recruitment-2__col:last-child .reg__col {
      border-left: none;
      padding-left: 0 !important; }
@media (max-width: 1799px) {
    .recruitment-2__col {
      margin-left: 56px;
      margin-top: 82px; } }
@media screen and (max-width: 767px) {
    .recruitment-2__col {
      margin-left: 0; } }
.recruitment-2 .reg__input-text._first {
  width: 218px; }
.recruitment-2 .reg__input-text._second {
  width: 302px;
  margin-left: 41px; }
.recruitment-2 .reg__col {
  margin-top: 82px;
  padding-left: 111px !important;
  border-left: 1px solid #e6e6e6; }
@media (max-width: 1799px) {
    .recruitment-2 .reg__col {
      border-left: 0;
      padding-left: 0 !important; } }
@media (max-width: 899px) {
  .recruitment-2 .reg__box {
    flex-wrap: wrap;
    justify-content: space-between; } }
.text-with-top-title-block textarea:focus {
  border-bottom-color: red; }
.reg__inputs-height-auto {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 25px; }
.is-big-margin {
  margin-left: 100px;
  margin-right: 100px;
  padding: 0 !important; }
@media (max-width: 1799px) {
    .is-big-margin {
      margin-left: 70px !important; } }
@media (max-width: 1530px) {
    .is-big-margin {
      margin-left: 0 !important; } }
.is-big-margin:first-child {
    margin-right: 0; }
.reg__box-circle-btn-link {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding-right: 25px; }
.reg__box-circle-btn-link:before {
    content: '+';
    background: #0c1e36;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer; }
.reg__input-radio-rows, .radio-rows {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline; }
.reg__input-radio-rows input[type=radio] + label, .radio-rows input[type=radio] + label {
    color: #67707b;
    margin-bottom: 15px; }
@media (max-width: 1799px) {
  .personal-information-inputs .personal-information .reg__col {
    padding: 0 !important; } }
.top-box {
  min-height: 664px; }
@media screen and (max-width: 767px) {
    .top-box__down {
      margin-top: 210px; } }
@media screen and (max-width: 376px) {
    .top-box__down {
      margin-top: 127px; } }
@media (max-width: 1200px) {
    .top-box {
      min-height: 460px; } }
@media (max-width: 991px) {
    .top-box {
      min-height: 315px; } }
@media screen and (max-width: 767px) {
    .top-box {
      min-height: 220px;
      position: relative;
      margin-top: -84px; } }
@media screen and (max-width: 376px) {
    .top-box {
      margin-top: -40px; } }
.top-box__inner {
    width: 50%;
    position: relative;
    direction: ltr;
    text-align: left;
    padding-top: 100px;
    min-height: 545px; }
@media (max-width: 1200px) {
      .top-box__inner {
        min-height: 430px; } }
@media (max-width: 991px) {
      .top-box__inner {
        padding-top: 20px;
        min-height: auto;
        width: 60%; } }
@media (max-width: 767px) {
      .top-box__inner {
        width: 100%;
        padding-top: 60px; } }
@media (max-width: 376px) {
      .top-box__inner {
        padding-top: 20px; } }
.top-box__inner.owl-carousel .owl-stage-outer {
      padding-top: 0; }
.top-box__inner .owl-dots {
      bottom: -25px;
      text-align: right; }
@media (max-width: 767px) {
        .top-box__inner .owl-dots {
          bottom: -10px; } }
.top-box__inner .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        background: #ececec;
        border-radius: 50%;
        margin: 0 5px;
        transition: background .2s ease-in-out; }
.top-box__inner .owl-dots .owl-dot.active {
          width: 15px;
          height: 15px;
          background: linear-gradient(113deg, #3b4d7a 0%, #141f2d 100%);
          border-radius: 50%;
          transition: background .2s ease-in-out; }
@media screen and (max-width: 767px) {
            .top-box__inner .owl-dots .owl-dot.active {
              width: 9px;
              height: 9px; } }
@media screen and (max-width: 767px) {
          .top-box__inner .owl-dots .owl-dot {
            width: 9px;
            height: 9px; } }
.top-box__content {
    position: relative;
    direction: rtl;
    text-align: right;
    z-index: 2; }
@media (max-width: 991px) {
      .top-box__content {
        padding-top: 20px;
        min-height: auto; } }
.top-box__video--en {
    width: 1080px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1; }
@media (max-width: 1650px) {
      .top-box__video--en {
        width: 60%; } }
@media (max-width: 991px) {
      .top-box__video--en {
        width: 60%; } }
@media (max-width: 767px) {
      .top-box__video--en {
        width: 65%; } }
@media (max-width: 767px) {
      .top-box__video--en {
        border-radius: 0; } }
.top-box__video--en img {
      border-bottom-left-radius: 100%; }
.top-box__video--he {
    width: 1080px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
@media (max-width: 1650px) {
      .top-box__video--he {
        width: 60%; } }
@media (max-width: 991px) {
      .top-box__video--he {
        width: 60%; } }
@media (max-width: 767px) {
      .top-box__video--he {
        width: 65%; } }
@media (max-width: 767px) {
      .top-box__video--he {
        border-radius: 0; } }
.top-box__video--he img {
      border-bottom-right-radius: 100%; }
.top-box .btn {
    width: 197px;
    height: 59px;
    padding: 18px 0px !important;
    font-size: 1em !important;
    text-align: center; }
@media screen and (max-width: 767px) {
      .top-box .btn {
        padding: 6px 0 !important;
        height: 40px;
        width: 150px;
        min-width: 150px;
        font-size: 0.8em !important; } }
@media screen and (max-width: 640px) {
      .top-box .btn {
        padding: 8px 0 !important;
        height: 40px;
        width: 150px;
        min-width: 150px;
        font-size: 0.8em !important; } }
@media screen and (max-width: 370px) {
      .top-box .btn {
        padding: 3px 0 !important;
        height: 30px;
        width: 120px;
        min-width: 120px;
        font-size: 0.8em !important; } }
@media screen and (max-width: 320px) {
      .top-box .btn {
        padding: 3px 0 !important;
        height: 30px;
        width: 120px;
        min-width: 120px;
        font-size: 0.5em !important; } }
.top-box__video-iframe {
    width: 100%;
    height: 694px;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1; }
@media (max-width: 1200px) {
      .top-box__video-iframe {
        height: 560px; } }
@media (max-width: 991px) {
      .top-box__video-iframe {
        height: 425px; } }
@media (max-width: 680px) {
      .top-box__video-iframe {
        height: 360px; } }
@media screen and (max-width: 767px) {
      .top-box__video-iframe {
        height: 210px;
        left: 0; } }
@media screen and (max-width: 530px) {
      .top-box__video-iframe {
        height: 150px; } }
@media screen and (max-width: 330px) {
      .top-box__video-iframe {
        height: 136px; } }
.top-box__title {
    color: #c5ad66;
    font-size: 80px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 1; }
@media (max-width: 1800px) {
      .top-box__title {
        width: 90%; } }
@media (max-width: 1500px) {
      .top-box__title {
        width: 100%; } }
@media (max-width: 1199px) {
      .top-box__title {
        font-size: 38px; } }
@media (max-width: 767px) {
      .top-box__title {
        font-size: 26px; } }
@media screen and (max-width: 767px) {
      .top-box__title {
        margin-bottom: 15px;
        width: 50%;
        font-size: 24px; } }
.top-box__title br {
      display: none; }
@media screen and (max-width: 767px) {
        .top-box__title br {
          display: block; } }
.top-box__text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 100px;
    width: 69%; }
@media (max-width: 1500px) {
      .top-box__text {
        width: 80%;
        margin-bottom: 90px; } }
@media (max-width: 1280px) {
      .top-box__text {
        width: 90%; } }
@media (max-width: 1199px) {
      .top-box__text {
        font-size: 20px; } }
@media (max-width: 991px) {
      .top-box__text {
        margin-bottom: 60px; } }
@media (max-width: 767px) {
      .top-box__text {
        font-size: 18px; } }
@media (max-width: 680px) {
      .top-box__text {
        width: 50%; } }
@media screen and (max-width: 767px) {
      .top-box__text {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4;
        width: 50%; } }
@media screen and (max-width: 530px) {
      .top-box__text {
        width: 60%; } }
@media screen and (max-width: 370px) {
      .top-box__text {
        width: 60%;
        font-size: 13px; } }
.top-box__btns {
    display: flex;
    align-items: center; }
.top-box__btns .btn:first-child {
      margin-left: 20px; }
.top-box__bottom {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #0c1e36;
    position: relative;
    z-index: 1; }
@media (max-width: 991px) {
      .top-box__bottom {
        margin-top: 60px;
        margin-bottom: 35px; } }
@media (max-width: 767px) {
      .top-box__bottom {
        margin-top: 20px;
        margin-bottom: 30px; } }
@media (max-width: 680px) {
      .top-box__bottom {
        margin-top: 50px; } }
@media (max-width: 601px) {
      .top-box__bottom {
        margin-top: 240px; } }
@media (max-width: 414px) {
      .top-box__bottom {
        margin-top: 156px; } }
@media (max-width: 376px) {
      .top-box__bottom {
        margin-top: 80px; } }
@media (max-width: 320px) {
      .top-box__bottom {
        margin-top: 120px; } }
.top-box__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
@media (max-width: 767px) {
      .top-box__bottom-inner {
        flex-direction: column;
        align-items: flex-start; } }
.top-box__bottom-title {
    font-size: 64px;
    line-height: 1;
    color: #0c1e36;
    margin-bottom: 15px; }
@media (max-width: 991px) {
      .top-box__bottom-title {
        font-size: 48px; } }
@media (max-width: 767px) {
      .top-box__bottom-title {
        font-size: 26px;
        margin-bottom: 0; } }
.top-box__bottom-text {
    font-size: 24px;
    color: #272727; }
@media (max-width: 991px) {
      .top-box__bottom-text {
        font-size: 22px; } }
@media (max-width: 767px) {
      .top-box__bottom-text {
        font-size: 20px; } }
.top-box__bottom-links {
    display: flex;
    align-items: flex-end; }
@media screen and (max-width: 980px) {
      .top-box__bottom-links {
        height: 50px; } }
@media screen and (max-width: 889px) {
      .top-box__bottom-links {
        height: 30px; } }
@media (max-width: 767px) {
      .top-box__bottom-links {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0; } }
.top-box__bottom-link {
    margin-left: 70px;
    position: relative; }
@media screen and (max-width: 980px) {
      .top-box__bottom-link {
        margin-left: 40px; }
        .top-box__bottom-link img {
          max-height: 100%; } }
@media screen and (max-width: 767px) {
      .top-box__bottom-link {
        height: 20px; } }
.top-box__bottom-link:hover img {
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none;
      filter: none;
      filter: none; }
.top-box__bottom-link img {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray; }
.top-box__bottom-link::before {
      content: '';
      width: 1px;
      height: 33px;
      border: 1px solid #707070;
      opacity: 0.2;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: -35px; }
@media screen and (max-width: 980px) {
        .top-box__bottom-link::before {
          left: -20px; } }
.top-box__bottom-link:last-child {
      margin-left: 0; }
.top-box__bottom-link:last-child::before {
        display: none; }
.top-box__iframe-text {
    font-size: 18px;
    color: #0c1e36;
    margin-top: 15px; }
.how-join {
  margin-top: 80px;
  padding: 69px 0; }
@media (max-width: 1199px) {
    .how-join {
      margin-top: 50px; } }
@media (max-width: 767px) {
    .how-join {
      margin-top: 30px;
      display: none; } }
.how-join__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
@media (max-width: 1050px) {
      .how-join__inner {
        justify-content: center;
        flex-wrap: wrap; } }
.how-join__content--en {
    max-width: 220px;
    margin-right: 180px;
    margin-left: 0px !important; }
@media (max-width: 1400px) {
      .how-join__content--en {
        margin-right: 0px;
        margin-left: 0px !important; } }
@media (max-width: 1300px) {
      .how-join__content--en {
        margin-right: 0px;
        margin-left: 0px !important; } }
@media (max-width: 1050px) {
      .how-join__content--en {
        max-width: 100%;
        width: 100%;
        margin-bottom: 70px;
        margin-right: auto;
        margin-left: 0px !important; } }
.how-join__content--he {
    max-width: 470px;
    margin-left: 180px; }
@media (max-width: 1400px) {
      .how-join__content--he {
        margin-left: 80px; } }
@media (max-width: 1300px) {
      .how-join__content--he {
        margin-left: 40px; } }
@media (max-width: 1050px) {
      .how-join__content--he {
        max-width: 100%;
        width: 100%;
        margin-bottom: 70px;
        margin-left: auto; } }
.how-join__title {
    color: #fff;
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 1.1; }
@media (max-width: 1300px) {
      .how-join__title {
        font-size: 60px; } }
@media (max-width: 1050px) {
      .how-join__title {
        display: flex; } }
@media screen and (max-width: 767px) {
      .how-join__title {
        font-size: 28px; } }
.how-join__text {
    line-height: 1.1;
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px; }
@media screen and (max-width: 767px) {
      .how-join__text {
        font-size: 16px;
        margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
    .how-join__btns .btn {
      padding: 8px 0;
      height: 40px;
      font-size: 14px;
      width: 150px;
      min-width: 150px; } }
@media screen and (max-width: 370px) {
    .how-join__btns .btn {
      padding: 3px 0;
      height: 30px;
      font-size: 13px;
      width: 120px;
      min-width: 120px; } }
.how-join__steps--en {
    padding-right: 190px;
    padding-left: 0px !important;
    display: flex;
    align-items: center; }
@media (max-width: 1799px) {
      .how-join__steps--en {
        padding-right: 80px;
        padding-left: 0px !important; } }
@media (max-width: 1400px) {
      .how-join__steps--en {
        padding-right: 0;
        padding-left: 0px !important; } }
@media screen and (max-width: 767px) {
      .how-join__steps--en {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column; } }
.how-join__steps--he {
    padding-left: 190px;
    display: flex;
    align-items: center; }
@media (max-width: 1799px) {
      .how-join__steps--he {
        padding-left: 80px; } }
@media (max-width: 1400px) {
      .how-join__steps--he {
        padding-left: 0; } }
@media screen and (max-width: 767px) {
      .how-join__steps--he {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column; } }
.how-join__steps-box-wrap--en {
    margin-left: 0px !important;
    margin-right: 300px;
    width: 350px;
    counter-reset: stepsBox; }
@media (max-width: 1300px) {
      .how-join__steps-box-wrap--en {
        margin-right: 40px;
        margin-left: 0px !important; } }
@media (max-width: 1200px) {
      .how-join__steps-box-wrap--en {
        margin-right: 0;
        margin-left: 0px !important; } }
@media (max-width: 767px) {
      .how-join__steps-box-wrap--en {
        width: 270px; } }
@media screen and (max-width: 767px) {
      .how-join__steps-box-wrap--en {
        margin-bottom: 60px; } }
.how-join__steps-box-wrap--he {
    margin-left: 80px;
    width: 350px;
    counter-reset: stepsBox; }
@media (max-width: 1300px) {
      .how-join__steps-box-wrap--he {
        margin-left: 40px; } }
@media (max-width: 1200px) {
      .how-join__steps-box-wrap--he {
        margin-left: 0; } }
@media (max-width: 767px) {
      .how-join__steps-box-wrap--he {
        width: 270px; } }
@media screen and (max-width: 767px) {
      .how-join__steps-box-wrap--he {
        margin-bottom: 60px; } }
.how-join__steps-box {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-left: 120px;
    display: none;
    transition: all 0.3s ease-in-out; }
.is-step-1 .how-join__steps-box.is-box-1 {
      display: block;
      -webkit-animation: slide .8s;
              animation: slide .8s; }
.is-step-1 .how-join__steps-box.is-box-1::before {
        content: '1'; }
.is-step-2 .how-join__steps-box.is-box-2 {
      display: block;
      -webkit-animation: slide .8s;
              animation: slide .8s; }
.is-step-2 .how-join__steps-box.is-box-2::before {
        content: '2'; }
.is-step-3 .how-join__steps-box.is-box-3 {
      display: block;
      -webkit-animation: slide .8s;
              animation: slide .8s; }
.is-step-3 .how-join__steps-box.is-box-3::before {
        content: '3'; }
.is-step-4 .how-join__steps-box.is-box-4 {
      display: block;
      -webkit-animation: slide .8s;
              animation: slide .8s; }
.is-step-4 .how-join__steps-box.is-box-4::before {
        content: '4'; }
@media (max-width: 1799px) {
      .how-join__steps-box {
        max-width: 500px; } }
.how-join__steps-box::before {
      position: absolute;
      top: 0;
      right: -40px;
      opacity: 0.16;
      color: #7dd4ff;
      font-size: 252px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      line-height: 0.7; }
@media screen and (max-width: 767px) {
        .how-join__steps-box::before {
          font-size: 200px;
          right: -30px; } }
@media (max-width: 1300px) {
      .how-join__steps-box {
        margin-left: 0px;
        max-width: 200px; } }
.how-join__steps-icon {
    margin-bottom: 25px;
    max-width: 75px;
    margin-left: auto;
    margin-right: auto; }
.how-join__steps-title {
    font-size: 40px;
    color: #c5ad66; }
@media (max-width: 991px) {
      .how-join__steps-title {
        font-size: 32px; } }
@media screen and (max-width: 767px) {
      .how-join__steps-title {
        font-size: 26px; } }
@media (max-width: 1300px) {
      .how-join__steps-title {
        font-size: 32px; } }
.how-join__steps-text {
    font-size: 20px;
    color: #fff;
    opacity: .8; }
@media (max-width: 991px) {
      .how-join__steps-text {
        font-size: 18px; } }
@media screen and (max-width: 767px) {
      .how-join__steps-text {
        font-size: 14px; } }
@media (max-width: 1300px) {
      .how-join__steps-text {
        font-size: 18px; } }
.how-join__steps-img {
    position: relative; }
.how-join__steps-dot {
    position: absolute;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 4px solid #9BA3B4;
    background-color: #324369;
    box-shadow: 0 0 0 12px #324369;
    transition: all .3s ease; }
.how-join__steps-dot .line {
      transition: all 0.3s ease;
      stroke-dasharray: 0%, 300%; }
.how-join__steps-dot.is-dot-1 {
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
.how-join__steps-dot.is-dot-1 .how-join__steps-line {
        bottom: 100%;
        left: 100%; }
.how-join__steps-dot.is-dot-1 .line-1 {
        transition-delay: .1s; }
.is-step-1 .how-join__steps-dot.is-dot-1 {
        width: 20px;
        height: 20px;
        top: -8px;
        background-color: #e5d299;
        border-color: transparent;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6); }
.is-step-1 .how-join__steps-dot.is-dot-1 .line {
          stroke-dasharray: 150%, 300%; }
.is-step-1 .how-join__steps-dot.is-dot-1 .line-2 {
          transition-delay: .1s; }
.is-step-1 .how-join__steps-dot.is-dot-1 .line-1 {
          transition-delay: 0s; }
.how-join__steps-dot.is-dot-2 {
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      box-shadow: 0 0 0 12px #2B3A5B;
      background-color: #2B3A5B; }
.how-join__steps-dot.is-dot-2 .how-join__steps-line {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 100%; }
.is-step-2 .how-join__steps-dot.is-dot-2 {
        width: 20px;
        height: 20px;
        right: -8px;
        background-color: #e5d299;
        border-color: transparent;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6); }
.is-step-2 .how-join__steps-dot.is-dot-2 .line {
          stroke-dasharray: 150%, 300%; }
.how-join__steps-dot.is-dot-3 {
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      box-shadow: 0 0 0 12px #2C3B5C;
      background-color: #2C3B5C; }
.how-join__steps-dot.is-dot-3 .how-join__steps-line {
        left: calc(100% - 8px);
        top: 125%; }
.how-join__steps-dot.is-dot-3 .how-join__steps-line::before {
          content: '';
          height: 0;
          width: 2px;
          background-color: #fff;
          position: absolute;
          right: 0;
          bottom: 1px;
          transition: all 0.3s ease;
          transition-delay: 0s; }
.how-join__steps-dot.is-dot-3 .line-1 {
        transition-delay: .15s; }
.how-join__steps-dot.is-dot-3 .line-2 {
        transition-delay: .3s; }
.is-step-3 .how-join__steps-dot.is-dot-3 {
        width: 20px;
        height: 20px;
        bottom: -8px;
        background-color: #e5d299;
        border-color: transparent;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6); }
.is-step-3 .how-join__steps-dot.is-dot-3 .how-join__steps-line::before {
          height: 21px;
          transition-delay: .25s; }
.is-step-3 .how-join__steps-dot.is-dot-3 .line {
          stroke-dasharray: 150%, 300%; }
.is-step-3 .how-join__steps-dot.is-dot-3 .line-1 {
          transition-delay: .15s; }
.is-step-3 .how-join__steps-dot.is-dot-3 .line-2 {
          transition-delay: 0s; }
.how-join__steps-dot.is-dot-4 {
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      box-shadow: 0 0 0 12px #324369;
      background-color: #324369; }
.how-join__steps-dot.is-dot-4 .how-join__steps-line {
        bottom: 5px;
        left: -44px; }
.how-join__steps-dot.is-dot-4 .how-join__steps-line::before {
          content: '';
          width: 2px;
          bottom: 1px;
          left: 0;
          transition: all .3s ease;
          background-color: #fff;
          transition-delay: .4s;
          height: 0;
          position: absolute; }
.how-join__steps-dot.is-dot-4 .line-4 {
        transition-delay: .3s; }
.how-join__steps-dot.is-dot-4 .line-1 {
        transition-delay: .1s; }
.how-join__steps-dot.is-dot-4 .line-3 {
        transition-delay: 0s; }
.how-join__steps-dot.is-dot-4 .line-2 {
        opacity: 0; }
.is-step-4 .how-join__steps-dot.is-dot-4 {
        width: 20px;
        height: 20px;
        bottom: -8px;
        background-color: #e5d299;
        border-color: transparent;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6); }
.is-step-4 .how-join__steps-dot.is-dot-4 .how-join__steps-line::before {
          height: 228px;
          transition-delay: .2s; }
.is-step-4 .how-join__steps-dot.is-dot-4 .line {
          stroke-dasharray: 150%, 300%; }
.is-step-4 .how-join__steps-dot.is-dot-4 .line-4 {
          transition-delay: 0s; }
.is-step-4 .how-join__steps-dot.is-dot-4 .line-1 {
          transition-delay: .4s; }
.is-step-4 .how-join__steps-dot.is-dot-4 .line-3 {
          transition-delay: .5s; }
.how-join__steps-line {
    position: absolute; }
@media (max-width: 375px) {
      .how-join__steps-line {
        display: none; } }
.our-partners {
  padding: 30px 0;
  margin-bottom: 40px; }
@media screen and (max-width: 767px) {
    .our-partners {
      padding: 10px 0; } }
.our-partners__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
.our-partners__title {
    color: #fff;
    font-size: 40px;
    margin-left: 3%; }
@media screen and (max-width: 996px) {
      .our-partners__title {
        font-size: 28px;
        margin-left: 10px; } }
@media screen and (max-width: 767px) {
      .our-partners__title {
        font-size: 18px; } }
.our-partners__partners {
    display: flex;
    align-items: center; }
.our-partners__partners-link {
    position: relative;
    padding: 10px;
    border-radius: 8px;
    width: 20%;
    max-width: 360px;
    margin: 0 2%;
    background-color: #fff; }
.our-partners__partners-link:hover {
      background-color: #fefefe; }
@media (max-width: 1799px) {
      .our-partners__partners-link {
        margin-left: 80px; } }
@media (max-width: 1299px) {
      .our-partners__partners-link {
        margin-left: 30px; } }
@media screen and (max-width: 996px) {
      .our-partners__partners-link {
        margin-left: 10px; } }
.our-partners__partners-link:last-child {
      margin-left: 0; }
@media screen and (max-width: 767px) {
      .our-partners__partners-link:nth-child(2) {
        margin-left: 0; } }
.our-partners__partners-link img {
      max-width: 100%;
      width: 100%;
      height: auto; }
.our-partners__partners-img {
    position: relative;
    z-index: 1;
    display: block; }
.why-join {
  padding: 80px 0;
  margin-bottom: 50px; }
@media (max-width: 1199px) {
    .why-join {
      padding: 50px 0; } }
@media (max-width: 767px) {
    .why-join {
      padding: 30px 0;
      margin-bottom: 30px; } }
.why-join__inner {
    display: flex;
    justify-content: space-between; }
@media (max-width: 1199px) {
      .why-join__inner {
        flex-direction: column; } }
.why-join__column {
    display: flex;
    flex-direction: column;
    align-items: center; }
@media (max-width: 1199px) {
      .why-join__column {
        flex-direction: row;
        justify-content: center; } }
@media (max-width: 767px) {
      .why-join__column {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        overflow-y: hidden; } }
@media screen and (max-width: 767px) {
      .why-join__column {
        flex-direction: column; } }
.why-join__item {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    width: 280px;
    display: flex;
    align-items: center;
    flex-direction: column; }
@media (max-width: 1199px) {
      .why-join__item {
        margin-bottom: 0;
        margin-left: 20px; }
        .why-join__item:last-child {
          margin-left: 0; } }
@media screen and (max-width: 767px) {
      .why-join__item {
        margin: 10px 0; } }
@media (max-width: 767px) {
      .why-join__item {
        min-width: 180px; } }
.why-join__item:hover .why-join__icon {
      background-color: #c5ad66;
      border-color: #c5ad66; }
.why-join__item:hover .why-join__title {
      color: #c5ad66; }
.why-join__item:last-child {
      margin-bottom: 0; }
.why-join__icon {
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto; }
.why-join__title {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    color: #fff; }
.why-join__text {
    font-size: 14px;
    line-height: 1.1;
    color: #fff; }
.why-join__circle {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    width: 570px;
    min-width: 570px;
    height: 570px; }
@media (max-width: 1299px) {
      .why-join__circle {
        width: 470px;
        min-width: 470px;
        height: 470px; } }
@media (max-width: 1199px) {
      .why-join__circle {
        margin: 0 auto; } }
@media (max-width: 767px) {
      .why-join__circle {
        width: 280px;
        min-width: 280px;
        height: 280px; } }
.why-join__circle::before {
      content: '';
      position: absolute;
      top: -30px;
      bottom: -30px;
      left: -30px;
      right: -30px;
      border: 6px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      pointer-events: none; }
@media (max-width: 1199px) {
        .why-join__circle::before {
          border-width: 3px;
          top: -15px;
          bottom: -15px;
          left: -15px;
          right: -15px; } }
.why-join__circle-title {
    color: #fff;
    font-size: 73px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1; }
@media (max-width: 1299px) {
      .why-join__circle-title {
        font-size: 60px; } }
@media (max-width: 1199px) {
      .why-join__circle-title {
        font-size: 50px; } }
@media (max-width: 767px) {
      .why-join__circle-title {
        font-size: 34px;
        margin-bottom: 15px; } }
.why-join__column-center {
    margin: 0 30px; }
@media (max-width: 1199px) {
      .why-join__column-center {
        margin: 30px 0; } }
.lets-be-investor {
  background-color: #f9fcff;
  position: relative;
  padding: 80px 0;
  margin: 30px 0 50px; }
@media (max-width: 1299px) {
    .lets-be-investor {
      padding: 50px 0; } }
@media (max-width: 959px) {
    .lets-be-investor {
      padding: 20px 0 40px 0; } }
.lets-be-investor__inner {
    display: flex;
    align-items: center; }
@media (max-width: 959px) {
      .lets-be-investor__inner {
        flex-direction: column;
        align-items: flex-start; } }
.lets-be-investor__box-img-wrap--en {
    position: absolute;
    max-width: 640px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
@media (max-width: 959px) {
      .lets-be-investor__box-img-wrap--en {
        max-width: 100%;
        height: 450px;
        overflow: hidden;
        right: 0; } }
@media screen and (max-width: 959px) and (max-width: 767px) {
    .lets-be-investor__box-img-wrap--en {
      height: 210px; } }
@media (min-width: 2000px) {
      .lets-be-investor__box-img-wrap--en {
        overflow: hidden;
        max-width: 40%;
        width: 40%; } }
.lets-be-investor__box-img-wrap--en::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-image: linear-gradient(-68deg, rgba(214, 193, 130, 0.96) 0%, rgba(236, 218, 164, 0.8) 100%);
      z-index: 0;
      pointer-events: none; }
.lets-be-investor__box-img-wrap--en img {
      max-width: 100%;
      display: block;
      height: 100%; }
@media (min-width: 2000px) {
        .lets-be-investor__box-img-wrap--en img {
          height: auto;
          height: initial;
          width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
@media (max-width: 959px) {
        .lets-be-investor__box-img-wrap--en img {
          flex-direction: column;
          align-items: flex-start;
          width: 100%;
          height: auto; } }
.lets-be-investor__box-img-wrap--he {
    position: absolute;
    max-width: 640px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
@media (max-width: 959px) {
      .lets-be-investor__box-img-wrap--he {
        max-width: 100%;
        height: 450px;
        overflow: hidden;
        left: 0; } }
@media screen and (max-width: 959px) and (max-width: 767px) {
    .lets-be-investor__box-img-wrap--he {
      height: 210px; } }
@media (min-width: 2000px) {
      .lets-be-investor__box-img-wrap--he {
        overflow: hidden;
        max-width: 37%;
        width: 37%; } }
.lets-be-investor__box-img-wrap--he::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-image: linear-gradient(-68deg, rgba(214, 193, 130, 0.96) 0%, rgba(236, 218, 164, 0.8) 100%);
      z-index: 0;
      pointer-events: none; }
.lets-be-investor__box-img-wrap--he img {
      max-width: 100%;
      display: block;
      height: 100%; }
@media (min-width: 2000px) {
        .lets-be-investor__box-img-wrap--he img {
          height: auto;
          height: initial;
          width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
@media (max-width: 959px) {
        .lets-be-investor__box-img-wrap--he img {
          flex-direction: column;
          align-items: flex-start;
          width: 100%;
          height: auto; } }
.lets-be-investor__box-content {
    padding: 40px 0;
    position: relative;
    z-index: 1; }
@media screen and (max-width: 767px) {
      .lets-be-investor__box-content {
        padding: 10px 0 30px 0; } }
.lets-be-investor__box-title {
    font-size: 60px;
    color: #0c1e36;
    margin-bottom: 25px;
    line-height: .8;
    max-width: 75%; }
@media (max-width: 1299px) {
      .lets-be-investor__box-title {
        max-width: 90%;
        margin-left: 80px; } }
@media screen and (max-width: 767px) {
      .lets-be-investor__box-title {
        font-size: 28px;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 6px; } }
@media screen and (max-width: 376px) {
      .lets-be-investor__box-title {
        margin-bottom: 6px; } }
.lets-be-investor__box-title img {
      display: inline;
      line-height: .8; }
@media screen and (max-width: 767px) {
        .lets-be-investor__box-title img {
          height: 30px; } }
.lets-be-investor__box-title-logo span {
    position: relative;
    bottom: -20px;
    padding-left: 10px; }
@media screen and (max-width: 767px) {
      .lets-be-investor__box-title-logo span {
        bottom: -7px; } }
.lets-be-investor__box-text {
    font-size: 24px;
    color: #272727;
    margin-bottom: 20px;
    max-width: 50%;
    line-height: 1; }
@media screen and (max-width: 767px) {
      .lets-be-investor__box-text {
        font-size: 14px;
        max-width: 80%;
        margin-bottom: 10px; } }
.lets-be-investor__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 100%; }
@media (max-width: 767px) {
      .lets-be-investor__items {
        flex-direction: column; } }
@media screen and (max-width: 767px) {
      .lets-be-investor__items {
        padding-top: 25px; } }
.lets-be-investor__item {
    text-decoration: none;
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    position: relative;
    justify-content: space-between;
    cursor: default; }
@media (max-width: 1799px) {
      .lets-be-investor__item {
        padding: 20px 15px; } }
@media (max-width: 1299px) {
      .lets-be-investor__item {
        flex-direction: column;
        align-items: flex-start; } }
@media (max-width: 767px) {
      .lets-be-investor__item {
        flex-direction: row;
        width: 100%; } }
@media screen and (max-width: 767px) {
      .lets-be-investor__item {
        padding: 10px; } }
.lets-be-investor__item:hover {
      text-decoration: none; }
.lets-be-investor__item:hover .lets-be-investor__item-icon {
        background: linear-gradient(-27deg, #d6c182 0%, #ecdaa4 100%); }
.lets-be-investor__item:hover .lets-be-investor__item-icon img {
          filter: none; }
@media screen and (max-width: 767px) {
    .lets-be-investor__box-btns .btn {
      padding: 8px 0;
      height: 40px;
      font-size: 14px;
      width: 150px;
      min-width: 150px; } }
@media screen and (max-width: 370px) {
    .lets-be-investor__box-btns .btn {
      padding: 3px 0;
      height: 30px;
      font-size: 13px;
      width: 120px;
      min-width: 120px; } }
.lets-be-investor__item-icon {
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(138deg, rgba(27, 49, 106, 0.8) 0%, #0c1e36 100%); }
@media (max-width: 1799px) {
      .lets-be-investor__item-icon {
        width: 80px;
        min-width: 80px;
        height: 80px; } }
@media screen and (max-width: 1799px) and (max-width: 767px) {
    .lets-be-investor__item-icon {
      width: 45px;
      min-width: 45px;
      height: 45px; } }
@media screen and (max-width: 767px) {
      .lets-be-investor__item-icon {
        margin-left: 10px; } }
.lets-be-investor__item-icon img {
      filter: brightness(0) invert(1);
      width: 45%; }
.lets-be-investor__item-content {
    width: 245px; }
.lets-be-investor__item-title {
    color: #1a316a;
    font-size: 20px; }
@media screen and (max-width: 767px) {
      .lets-be-investor__item-title {
        font-size: 14px; } }
.lets-be-investor__item-text {
    color: #000;
    font-size: 16px;
    line-height: 1; }
@media screen and (max-width: 767px) {
      .lets-be-investor__item-text {
        font-size: 12px; } }
@media screen and (max-width: 460px) {
      .lets-be-investor__item-text {
        font-size: 10px; } }
.lets-be-investor__item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1; }
.social-dark-box {
  margin-top: 30px; }
.social-dark-box__inner {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* @media screen and (max-width: 390px){
      flex-wrap: wrap;
      padding-bottom: 20px;
      padding-top: 10px;
    }*/ }
.social-dark-box__title {
    color: #fff;
    font-size: 40px;
    margin-left: 50px; }
@media screen and (max-width: 600px) {
      .social-dark-box__title {
        font-size: 28px;
        margin-left: 30px; } }
@media screen and (max-width: 440px) {
      .social-dark-box__title {
        margin-left: 10px; } }
.social-dark-box__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -8px; }
.social-dark-box__item {
    margin-left: 30px;
    min-width: 57px; }
.social-dark-box__item:last-child {
      margin-left: 0; }
@media screen and (max-width: 600px) {
      .social-dark-box__item {
        height: 25px;
        min-width: 35px; }
        .social-dark-box__item img {
          max-width: 100%;
          max-height: 100%; } }
@media screen and (max-width: 440px) {
      .social-dark-box__item {
        margin-left: 10px; } }
.social-dark-box__link:hover {
    opacity: .8; }
.support-center {
  background-color: #fff;
  padding: 100px 0; }
@media (max-width: 1199px) {
    .support-center {
      padding: 40px 0; } }
.support-center__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
@media (max-width: 959px) {
      .support-center__inner {
        flex-direction: column; } }
@media (max-width: 959px) {
    .support-center__column {
      width: 100%;
      text-align: right;
      margin-bottom: 20px; } }
.support-center__column:first-child {
    width: 50%; }
@media (max-width: 1799px) {
      .support-center__column:first-child {
        width: 40%; } }
@media (max-width: 959px) {
      .support-center__column:first-child {
        width: 100%; } }
.support-center__title {
    font-size: 54px;
    color: #0c1e36;
    line-height: 1.1;
    margin-bottom: 15px; }
@media (max-width: 1399px) {
      .support-center__title {
        font-size: 36px; } }
@media (max-width: 1199px) {
      .support-center__title {
        font-size: 28px; } }
.support-center__text {
    font-size: 24px;
    color: #272727;
    margin-bottom: 25px; }
@media (max-width: 1399px) {
      .support-center__text {
        font-size: 21px; } }
@media (max-width: 1199px) {
      .support-center__text {
        font-size: 18px; } }
@media screen and (max-width: 767px) {
    .support-center__btns .btn {
      padding: 8px 0;
      height: 40px;
      font-size: 14px;
      width: 150px;
      min-width: 150px; } }
@media screen and (max-width: 370px) {
    .support-center__btns .btn {
      padding: 3px 0;
      height: 30px;
      font-size: 13px;
      width: 120px;
      min-width: 120px; } }
.support-center__img-quastions {
    width: 100%;
    max-width: 100%; }
.support-center__img-wrap {
    position: relative;
    margin: 0 100px; }
@media (max-width: 1799px) {
      .support-center__img-wrap {
        margin: 0 50px; } }
@media (max-width: 1299px) {
      .support-center__img-wrap {
        margin: 0 30px;
        width: 250px; } }
@media (max-width: 959px) {
      .support-center__img-wrap {
        margin: 30px auto; } }
@media screen and (max-width: 767px) {
      .support-center__img-wrap {
        width: 200px; } }
.support-center__img-wrap:after {
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OCIgaGVpZ2h0PSI5NSIgdmlld0JveD0iMCAwIDY4IDk1Ij48Zz48Zz48cGF0aCBmaWxsPSIjMjEyZTQ3IiBkPSJNNDcuOTE1LjQ2OEgyMC4wOTJDOS4zNTIuNDY4LjYxNiA5LjIwNC42MTYgMTkuOTQ0djEzLjkxaDExLjEzdi0xMy45MWMwLTQuNjAyIDMuNzQ0LTguMzQ3IDguMzQ2LTguMzQ3aDI3LjgyM2M0LjYwMiAwIDguMzQ3IDMuNzQ1IDguMzQ3IDguMzQ3djE2LjY5M2MwIDQuNjAyLTMuNzQ1IDguMzQ3LTguMzQ3IDguMzQ3LTEwLjc0IDAtMTkuNDc2IDguNzM2LTE5LjQ3NiAxOS40NzZ2OC4zNDZoMTEuMTNWNjQuNDZjMC00LjYwMiAzLjc0NC04LjM0NyA4LjM0Ni04LjM0NyAxMC43NCAwIDE5LjQ3Ni04LjczNiAxOS40NzYtMTkuNDc2VjE5Ljk0NEM2Ny4zOSA5LjIwNCA1OC42NTQuNDY4IDQ3LjkxNS40Njh6Ii8+PC9nPjxnPjxwYXRoIGZpbGw9IiMyMTJlNDciIGQ9Ik0yOC40MjggOTUuMDY1di0xMS4xM2gxMS4xMjl2MTEuMTN6Ii8+PC9nPjwvZz48L3N2Zz4=) no-repeat center;
      background-size: contain;
      width: 60px;
      height: 70px;
      position: absolute;
      top: 25%;
      left: 6px;
      right: 0;
      margin: auto;
      animation-name: blinker;
      animation-iteration-count: infinite;
      animation-timing-function: cubic-bezier(1, 0, 0, 1);
      animation-duration: 1.5s;
      -webkit-animation-name: blinker;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
      -webkit-animation-duration: 1.5s; }
.support-center__tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
@media (max-width: 959px) {
      .support-center__tiles {
        justify-content: center; } }
.support-center__tile {
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(50% - 20px);
    max-width: 240px;
    margin: 0 10px 20px 10px; }
.support-center__tile:hover {
      background: linear-gradient(142deg, #3b4d7a 0%, #141f2d 100%);
      text-decoration: none; }
.support-center__tile:hover .support-center__tile-text {
        color: #fff; }
.support-center__tile:hover .support-center__tile-icon {
        filter: brightness(0) invert(1); }
.support-center__tile-icon {
    max-width: 95px; }
@media (max-width: 1299px) {
      .support-center__tile-icon {
        max-width: 70px; } }
@media (max-width: 479px) {
      .support-center__tile-icon {
        margin-left: 15px; } }
.support-center__tile-text {
    color: #3c4a5e;
    font-size: 20px;
    margin-top: 5px; }
@media screen and (max-width: 767px) {
      .support-center__tile-text {
        font-size: 16px; } }
@keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.video-box {
  position: relative; }
.video-box__img {
    border-radius: 12px 12px 0 0;
    position: relative;
    cursor: pointer; }
.video-box__img:hover .video-box__play {
      transform: translate(-50%, -50%) scale(1.05); }
.video-box__img-wrap {
    position: relative;
    height: 392px;
    border-radius: 12px 12px 0 0;
    overflow: hidden; }
@media (max-width: 767px) {
      .video-box__img-wrap {
        min-height: 80px;
        height: 367px; } }
@media (max-width: 767px) {
      .video-box__img-wrap {
        height: 270px; } }
.video-box__img-wrap > img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.video-box__play {
    background: url(/_nuxt/assets/img/play.svg) no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 1;
    transition: all 0.3s ease-in-out; }
@media (max-width: 767px) {
      .video-box__play {
        width: 60px;
        height: 60px; } }
.video-box__btns--en {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: column; }
@media (max-width: 767px) {
      .video-box__btns--en {
        right: 20px; }
        .video-box__btns--en .btn {
          margin-bottom: 10px;
          width: 50px;
          min-width: 50px;
          height: 50px;
          padding: 0; }
          .video-box__btns--en .btn img {
            margin: 0;
            width: 25px; }
          .video-box__btns--en .btn span {
            display: none; } }
.video-box__btns--en .btn {
      margin-bottom: 20px; }
.video-box__btns--en .btn:last-child {
        margin-bottom: 0; }
.video-box__btns--he {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: column; }
@media (max-width: 767px) {
      .video-box__btns--he {
        left: 20px; }
        .video-box__btns--he .btn {
          margin-bottom: 10px;
          width: 50px;
          min-width: 50px;
          height: 50px;
          padding: 0; }
          .video-box__btns--he .btn img {
            margin: 0;
            width: 25px; }
          .video-box__btns--he .btn span {
            display: none; } }
.video-box__btns--he .btn {
      margin-bottom: 20px; }
.video-box__btns--he .btn:last-child {
        margin-bottom: 0; }
.video-box__company {
    font-size: 24px;
    color: #1a316a;
    font-weight: 700;
    background-color: #fff;
    padding: 15px 25px 0 25px;
    position: absolute;
    right: 0;
    bottom: -20px; }
@media (max-width: 767px) {
      .video-box__company {
        padding: 12px 20px 5px 15px;
        bottom: -14px;
        font-size: 24px; } }
.video-box__content {
    border-radius: 0 0 12px 12px;
    padding: 40px 50px 30px 50px;
    font-size: 16px;
    color: #000; }
.video-box__content img {
      max-width: 100%; }
@media (max-width: 767px) {
      .video-box__content {
        padding: 15px;
        font-size: 14px; } }
.video-box__clip--en {
    position: absolute;
    height: 70px;
    top: 190px;
    left: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none; }
@media (max-width: 767px) {
      .video-box__clip--en {
        height: 40px;
        top: 200px; } }
.video-box__clip--he {
    position: absolute;
    height: 70px;
    top: 190px;
    right: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none; }
@media (max-width: 767px) {
      .video-box__clip--he {
        height: 40px;
        top: 200px; } }
.how-many-shares {
  text-align: center;
  padding: 36px 40px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (max-width: 767px) {
    .how-many-shares {
      padding: 20px; } }
.how-many-shares__title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px; }
@media (max-width: 767px) {
      .how-many-shares__title {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: right; } }
.how-many-shares__subtitle {
    color: #fff;
    font-size: 17px; }
@media (max-width: 767px) {
      .how-many-shares__subtitle {
        font-size: 14px;
        text-align: right; } }
.how-many-shares__items {
    margin: 35px -8px 20px -8px;
    display: flex; }
@media (max-width: 767px) {
      .how-many-shares__items {
        flex-direction: column; } }
.how-many-shares__item {
    margin: 0 8px 16px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(20% - 16px);
    height: 110px;
    background-color: #fff;
    border-radius: 8px;
    border: 3px solid #fff;
    transition: background-color .25s ease, border-color .25s ease;
    position: relative; }
@media (max-width: 767px) {
      .how-many-shares__item {
        width: calc(100% - 16px);
        margin-bottom: 15px; } }
.how-many-shares__item:last-child {
      background-color: transparent; }
.how-many-shares__item:last-child:hover {
        background-color: transparent; }
.how-many-shares__item:last-child:hover .how-many-shares__item-title {
          color: #fff; }
.how-many-shares__item:last-child:hover .how-many-shares__item-sum {
          color: #aeb5c4; }
.how-many-shares__item:last-child .how-many-shares__item-title {
        color: #fff; }
.how-many-shares__item:last-child .how-many-shares__item-sum {
        color: #AEB5C4; }
.how-many-shares__item:last-child::before {
        display: none; }
.how-many-shares__item:focus {
      outline: none; }
.how-many-shares__item:hover, .how-many-shares__item.current {
      background-color: #c5ad66;
      border-color: #c5ad66;
      font-weight: 600;
      text-decoration: none; }
.how-many-shares__item:hover .how-many-shares__item-title, .how-many-shares__item.current .how-many-shares__item-title {
        color: #0b1d34; }
.how-many-shares__item:hover .how-many-shares__item-sum, .how-many-shares__item.current .how-many-shares__item-sum {
        color: #0b1d34; }
.how-many-shares__item::before {
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTkiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA5OSA3NCI+PGRlZnM+PHBhdGggaWQ9ImczaXphIiBkPSJNOTk3LjE0IDEwNDQuNDRoMTE0LjE5MnYtOC4xNDZIOTk3LjEzOHptODUuNTQzLTI2LjcxM3YxNi4yNWgxMS4yNzF2LTE2LjI1em0tMjEuNTUyLTEwLjQ2N3YyNi43MTdoMTEuMjcydi0yNi43MTd6bS0yMC4zODgtMjAuOTI1djQ3LjY0NWgxMS4yNzV2LTQ3LjY0NXptLTE5LjcxMS0yMC4xNDJ2NjcuNzg1aDExLjI3MXYtNjcuNzg1em0xMy4zMzYtMTYuMjAxbDEuNTYxLjQ3MmMxLjk1NC42MDEgNC4yNTEtLjIzNiA1LjA0MS0xLjgzYTIuNzkxIDIuNzkxIDAgMCAwIC4wNS0yLjQwNWMtLjQwMy0uOTAyLTEuMjYtMS42MDgtMi4zNDctMS45MzhsLTE3LjYtNS4zMzktMi4xNDMgMTUuMjcyYy0uMTIuNzc4LjEwNCAxLjU3Mi42MzQgMi4yMy42NDcuODA4IDEuNjg4IDEuMzMyIDIuODU2IDEuNDQuMTQuMDE0LjI5Ny4wMjEuNDQ4LjAyMSAxLjk5MSAwIDMuNjgyLTEuMjM2IDMuOTMzLTIuODdsLjI3Mi0yLjMxMmMyMC4zNDEgMjcuNDI4IDY3LjE4MiA1Ni44MjQgNjkuMjE0IDU4LjA5LjY5LjQzIDEuNTE1LjY2IDIuMzg5LjY2IDEuMTc3IDAgMi4yODQtLjQyMyAzLjAzNi0xLjE2NC42OTEtLjY3OCAxLjAxNC0xLjU0My45MTQtMi40My0uMTA1LS45MjMtLjY3My0xLjc3MS0xLjU2LTIuMzItLjQ3Ny0uMy00Ni44NzEtMjkuNTA1LTY2LjY5OC01NS41Nzd6bS0yMi40NDgtMy4xNTRoLTExLjI3NHY4Ny4xNDJoMTEuMjc0eiIvPjwvZGVmcz48Zz48ZyBvcGFjaXR5PSIuMDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA0IC05MzkpIj48dXNlIHhsaW5rOmhyZWY9IiNnM2l6YSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
      background-size: cover;
      width: 99px;
      height: 74px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
.how-many-shares__item-title {
    color: #1a316a;
    font-size: 21px; }
@media (max-width: 767px) {
      .how-many-shares__item-title {
        font-size: 16px; } }
.how-many-shares__item-sum {
    color: #0c1e36;
    font-size: 17px; }
@media (max-width: 767px) {
      .how-many-shares__item-sum {
        font-size: 14px; } }
.how-many-shares__notice {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px; }
@media screen and (max-width: 767px) {
      .how-many-shares__notice {
        font-size: 14px; } }
@media screen and (max-width: 370px) {
      .how-many-shares__notice {
        font-size: 12px; } }
.how-many-shares__footer {
    border-top: 1px solid #67738B;
    padding-top: 20px; }
@media screen and (max-width: 767px) {
      .how-many-shares__footer {
        padding-top: 20px; } }
.how-many-shares__footer .btn {
      min-height: 52px;
      font-size: 20px; }
@media screen and (max-width: 767px) {
        .how-many-shares__footer .btn {
          padding: 8px 15px;
          height: 40px;
          min-height: 40px;
          font-size: 14px;
          min-width: 150px; } }
@media screen and (max-width: 370px) {
        .how-many-shares__footer .btn {
          padding: 3px 15px;
          height: 30px;
          min-height: 30px;
          font-size: 13px;
          min-width: 120px; } }
.info-numbers {
  padding: 47px 0; }
.info-numbers__items {
    display: flex;
    align-items: center;
    justify-content: space-between; }
@media (max-width: 620px) {
      .info-numbers__items {
        flex-direction: column; } }
.info-numbers__item {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-left: 1px solid #e6e6e6; }
@media (max-width: 1799px) {
      .info-numbers__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; } }
@media (max-width: 620px) {
      .info-numbers__item {
        width: 180px;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
        border-left: none; }
        .info-numbers__item:last-child {
          margin-bottom: 0; } }
.info-numbers__item:first-child {
      padding-right: 0; }
.info-numbers__item:last-child {
      padding-left: 0;
      border-left: none; }
.info-numbers__item:last-child::before {
        display: none; }
.info-numbers__item-icon {
    margin-left: 12px; }
.info-numbers__item-icon img {
      max-width: 100%; }
@media (max-width: 1799px) {
      .info-numbers__item-icon {
        margin-left: 7px;
        width: 30px; } }
.info-numbers__item-number {
    font-size: 20px;
    color: #1a316a; }
@media (max-width: 1799px) {
      .info-numbers__item-number {
        font-size: 14px; } }
.info-numbers__item-text {
    font-size: 16px;
    color: #1a316a; }
@media (max-width: 1799px) {
      .info-numbers__item-text {
        font-size: 15px; } }
@media (max-width: 1530px) {
      .info-numbers__item-text {
        font-size: 14px; } }
.info-numbers-2 {
  padding: 38px 0; }
.info-numbers-2__item {
    margin-bottom: 8px; }
.info-numbers-2__item:last-child {
      margin-bottom: 0; }
.with-chart__items {
  display: flex;
  justify-content: space-between; }
@media (max-width: 620px) {
    .with-chart__items {
      flex-direction: column; } }
.with-chart__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: calc(50% - 20px);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
  border-radius: 12px;
  background-color: #fff;
  padding: 40px 10px; }
@media (max-width: 1530px) {
    .with-chart__item {
      width: calc(50% - 15px); } }
@media (max-width: 1299px) {
    .with-chart__item {
      width: calc(50% - 10px); } }
@media (max-width: 620px) {
    .with-chart__item {
      flex-direction: column;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 15px;
      padding-top: 20px;
      margin-bottom: 20px;
      width: 100%; }
      .with-chart__item::before {
        display: none; } }
@media (min-width: 1200px) {
    .with-chart__item:first-child {
      max-width: 270px; } }
.with-chart__item:last-child {
    border-bottom: none; }
@media (max-width: 1199px) {
      .with-chart__item:last-child {
        padding-right: 20px; } }
@media (max-width: 620px) {
      .with-chart__item:last-child {
        margin-bottom: 0;
        padding-right: 0; } }
.with-chart__icon {
  margin-bottom: 40px; }
.with-chart .circle-chart {
  margin-bottom: 20px; }
@media (max-width: 1530px) {
  .with-chart .fz-25 {
    font-size: 21px !important; } }
.circle-chart__svg {
  width: 130px;
  height: 130px; }
.tabs-box__nav {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0; }
@media (max-width: 767px) {
    .tabs-box__nav {
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden; } }
.tabs-box__nav li {
    margin-right: 30px;
    flex: inherit;
    margin-left: 30px; }
.tabs-box__nav li:last-child {
      margin-left: 0; }
.tabs-box__nav a {
    color: #1a316a;
    font-size: 20px;
    position: relative;
    display: block;
    margin: 10px 0; }
.tabs-box__nav a:hover {
      text-decoration: none;
      color: #22408b; }
.tabs-box__nav a.active::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -14px;
      width: 100%;
      height: 4px;
      background-color: #1A316A; }
@media (max-width: 767px) {
        .tabs-box__nav a.active::before {
          bottom: -11px; } }
.tabs-box__content {
  padding: 40px 80px; }
@media (max-width: 1799px) {
    .tabs-box__content {
      padding: 30px 40px; } }
@media (max-width: 620px) {
    .tabs-box__content {
      padding: 20px 0; } }
.tabs-box .upload-file-block__fields-item .type-name {
  font-size: 14pt; }
@media screen and (max-width: 1199px) {
  .tabs-box .upload-file-block__fields-item {
    float: none; } }
@media screen and (max-width: 767px) {
  .tabs-box .upload-file-block__fields-item {
    width: 100%;
    margin: 0; } }
.tabs-box__notice {
  padding: 0 30px 30px 0;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6; }
.tabs-box__notice:last-child {
    margin-bottom: 0; }
.tabs-box__notice-icon {
  content: '';
  background: url(/_nuxt/assets/img/notice-icon.svg) no-repeat;
  width: 15px;
  height: 17px;
  margin-bottom: 10px; }
.tabs-box__notice-title {
  font-size: 17px;
  color: #0c1e36;
  margin-bottom: 10px;
  max-width: 500px; }
.tabs-box__notice-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  max-width: 500px;
  line-height: 1.1; }
.tabs-box__notice-date {
  font-size: 12px;
  color: #000; }
.tabs-box__fields {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
  position: relative; }
@media (max-width: 1799px) {
    .tabs-box__fields {
      flex-direction: column; } }
.tabs-box__fields::before {
    content: '';
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    left: -80px;
    right: -80px; }
.tabs-box__fields .reg__col {
    padding: 0;
    border: none;
    margin-bottom: 10px;
    margin-top: 0; }
.tabs-box__fields-item {
  display: flex;
  align-items: flex-start; }
@media (max-width: 620px) {
    .tabs-box__fields-item {
      flex-direction: column;
      align-items: flex-start; } }
.tabs-box__fields-item:first-child {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e6e6e6; }
@media (max-width: 1799px) {
      .tabs-box__fields-item:first-child {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px; } }
.tabs-box__fields-avatar {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid #09192e;
  margin-left: 25px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 620px) {
    .tabs-box__fields-avatar {
      margin-left: 0;
      margin-bottom: 20px; } }
.tabs-box__fields-avatar img {
    max-width: 100%;
    width: 100%;
    height: auto; }
.tabs-box__fields-links a {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000; }
.tabs-box__fields-links a img {
    margin-left: 15px; }
.tabs-box__fields-title {
  color: #1a316a;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 25px; }
.tabs-box__cards-item {
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
  border-radius: 16px;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
@media (max-width: 620px) {
    .tabs-box__cards-item {
      flex-direction: column; } }
.tabs-box__cards-item:last-child {
    margin-bottom: 0; }
@media (max-width: 1799px) {
    .tabs-box__cards-item {
      padding: 30px; } }
.tabs-box__cards-avatar {
  border: 1px solid #09192e;
  border-radius: 50%;
  width: 128px;
  min-width: 128px;
  height: 128px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1; }
@media (max-width: 1799px) {
    .tabs-box__cards-avatar {
      width: 100px;
      min-width: 100px;
      height: 100px; } }
.tabs-box__cards-avatar img {
    max-width: 100%; }
@media (max-width: 620px) {
  .tabs-box .reg__box {
    flex-direction: column;
    align-items: flex-start; } }
.tabs-box__cards-avatar-wrap {
  position: relative;
  margin-left: 35px; }
@media (max-width: 1799px) {
    .tabs-box__cards-avatar-wrap {
      margin-left: 20px; } }
@media (max-width: 620px) {
    .tabs-box__cards-avatar-wrap {
      margin-left: 0;
      margin-bottom: 20px; } }
.tabs-box__cards-avatar-wrap::before {
    content: '';
    width: 28px;
    height: 28px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyI+PGRlZnM+PHBhdGggaWQ9Ino3cHphIiBkPSJNMTQ4My4xNjMgMjEwMi4wMDJoMi43NDF2LTguMjQ3aC0yLjc0MXptMS4zODktMTIuMjIyYy0uOTM4IDAtMS41NTIuNjE2LTEuNTUyIDEuNDI1IDAgLjc5MS41OTYgMS40MjUgMS41MTUgMS40MjVoLjAxOWMuOTU2IDAgMS41NS0uNjMzIDEuNTUtMS40MjUtLjAxNy0uODEtLjU5NC0xLjQyNS0xLjUzMi0xLjQyNXptMTEuMjM4IDcuNDkzYzAtMi41MzMtMS4zNTMtMy43MTEtMy4xNTctMy43MTEtMS40NTYgMC0yLjEwNy44MDEtMi40NzEgMS4zNjJ2LjAyN2gtLjAxOGwuMDE4LS4wMjd2LTEuMTY5aC0yLjc0MmMuMDM3Ljc3NSAwIDguMjQ3IDAgOC4yNDdoMi43NDJ2LTQuNjA2YzAtLjI0Ni4wMTktLjQ5Mi4wOTEtLjY2OC4xOTgtLjQ5My42NS0xLjAwMyAxLjQwNy0xLjAwMy45OTIgMCAxLjM4OC43NTcgMS4zODggMS44NjV2NC40MTJoMi43NDJ2LTQuNzI5eiIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ4MyAtMjA4OSkiPjx1c2UgZmlsbD0iI2ZmZiIgeGxpbms6aHJlZj0iI3o3cHphIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center, linear-gradient(166deg, #3b4d7a 0%, #141f2d 100%);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2; }
.tabs-box__cards-header {
  font-size: 20px;
  color: #1a316a;
  padding-top: 20px;
  padding-bottom: 30px; }
.tabs-box__cards-title {
  font-size: 21px;
  color: #1a316a;
  margin-bottom: 5px; }
.tabs-box__cards-posttitle {
  padding-right: 15px;
  font-size: 17px;
  color: #0c1e36; }
.tabs-box__cards-text {
  font-size: 16px;
  color: #000;
  line-height: 1.1; }
.tabs-box .upload-file-block__fields {
  justify-content: space-between;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 1200px) and (max-width: 1380px) {
    .tabs-box .upload-file-block__fields {
      flex-direction: column; } }
@media screen and (max-width: 1199px) {
    .tabs-box .upload-file-block__fields {
      margin-right: 0; } }
@media (min-width: 1200px) and (max-width: 1380px) {
  .tabs-box .upload-file-block__fields-item {
    margin-left: 0 !important; } }
.tabs-box__slider {
  margin-bottom: 50px; }
.tabs-box__iframe {
  width: 100%;
  height: 400px; }
.tabs-box__info-list {
  margin-bottom: 70px; }
.tabs-box__info-list-title {
  font-size: 20px;
  color: #1a316a;
  margin-bottom: 15px; }
.tabs-box__info-list-ul {
  padding: 0;
  list-style: none; }
.tabs-box__info-list-item {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px; }
.tabs-box__info-list-item:last-child {
    margin-bottom: 0; }
.our-team {
  padding: 20px 0 30px; }
.our-team__title, .accordion-box__title {
    font-size: 20px;
    color: #1a316a;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6; }
.our-team__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6; }
@media (max-width: 1530px) {
      .our-team__items {
        padding: 10px 30px 30px 0; } }
@media (max-width: 620px) {
      .our-team__items {
        flex-direction: column; } }
.our-team__items:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-right: -30px; }
.our-team__item {
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0; }
.our-team__item:nth-child(n+4) {
      border-top: 1px solid #e6e6e6;
      border-left: 0;
      position: relative; }
.our-team__item:nth-child(n+4):after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 54px;
        width: 1px;
        background: #e6e6e6; }
@media (max-width: 620px) {
          .our-team__item:nth-child(n+4):after {
            display: none; } }
.our-team__item:nth-child(3n+3) {
      border-left: none; }
.our-team__item:nth-child(3n+3):after {
        display: none; }
@media (max-width: 1530px) {
      .our-team__item {
        padding-left: 10px;
        padding-right: 10px; } }
@media (max-width: 620px) {
      .our-team__item {
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-left: none;
        border-bottom: 1px solid #e6e6e6;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
.our-team__item:last-child {
      padding-left: 0;
      margin-left: 0; }
.our-team__item-img {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #09192e;
    margin-left: 10px;
    margin-right: 10px; }
.our-team__item-img img {
      max-width: 100%; }
.our-team__item-title {
    font-size: 16px;
    color: #0c1e36; }
@media (max-width: 1530px) {
      .our-team__item-title {
        font-size: 14px; } }
.our-team__item-text {
    font-size: 12px;
    color: #0c1e36; }
@media (max-width: 1530px) {
      .our-team__item-text {
        font-size: 11px; } }
.accordion-box {
  padding: 18px 0 40px; }
.accordion-box__title {
    margin-bottom: 20px; }
@media (max-width: 767px) {
      .accordion-box__title {
        font-size: 18px; } }
.accordion-box__list {
    padding: 0;
    margin: 0;
    list-style: none; }
.accordion-box__item {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 18px;
    padding: 17px 20px;
    width: 100%; }
@media (max-width: 767px) {
      .accordion-box__item {
        padding: 15px; } }
.accordion-box__item-title {
    position: relative;
    font-size: 17px;
    color: #0c1e36;
    display: block;
    /*&::before{
      content: '+';
      width: 20px;
      height: 20px;
      @include posCenterY();
      left: 0;
      font-size: 28px;
      font-weight: 700;
      line-height: .4;
      @include w767{
        top: 0;
        bottom: 0;
        transform: translate(0);
        margin: auto;
        left: -15px;
        font-size: 24px;
        line-height: 20px;
      }
    }*/ }
@media (max-width: 767px) {
      .accordion-box__item-title {
        font-size: 14px; } }
.is-active .accordion-box__item-title {
      padding-bottom: 8px;
      border-bottom: 1px solid #e6e6e6; }
.is-active .accordion-box__item-title::before {
      content: '-'; }
.accordion-box__content {
    display: none;
    padding-top: 20px;
    padding-bottom: 15px; }
@media (max-width: 767px) {
      .accordion-box__content {
        padding-top: 15px; } }
.accordion-box__content-text {
    max-height: 110px;
    overflow: auto; }
@media (max-width: 767px) {
      .accordion-box__content-text {
        font-size: 14px; } }
.promotion-articles {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1a316a;
  height: 900px; }
@media (max-width: 1099px) {
    .promotion-articles {
      height: 500px; } }
.project-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-top: 50px; }
@media (max-width: 1799px) {
    .project-tiles {
      margin: 0 -10px; } }
.project-tiles__box {
    display: flex;
    width: 100%; }
@media (max-width: 1199px) {
      .project-tiles__box {
        flex-direction: column; } }
.project-tiles__box-item {
    width: calc(100% - 40px);
    margin: 0 20px 40px 20px; }
.project-tiles__box-item img.img-logotip-company {
      height: inherit;
      width: auto; }
@media (max-width: 1530px) {
      .project-tiles__box-item {
        width: calc(100% - 30px);
        margin: 0 15px 30px 15px; } }
@media (max-width: 1299px) {
      .project-tiles__box-item {
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px; } }
.project-tiles__box-item.is-two-thirds {
      width: calc(62.5% - 40px); }
@media (max-width: 1530px) {
        .project-tiles__box-item.is-two-thirds {
          width: calc(55% - 30px);
          margin: 0 15px 30px 15px; } }
@media (max-width: 1299px) {
        .project-tiles__box-item.is-two-thirds {
          width: calc(65% - 20px); } }
@media (max-width: 1199px) {
        .project-tiles__box-item.is-two-thirds {
          width: calc(100% - 20px); } }
.project-tiles__box-item.is-one-thirds {
      width: calc(37.5% - 40px); }
@media (max-width: 1530px) {
        .project-tiles__box-item.is-one-thirds {
          width: calc(37.5% - 30px);
          margin: 0 15px 30px 15px; } }
@media (max-width: 1299px) {
        .project-tiles__box-item.is-one-thirds {
          width: calc(35% - 20px); } }
@media (max-width: 1199px) {
        .project-tiles__box-item.is-one-thirds {
          width: calc(100% - 20px); } }
.project-tiles__item {
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0 40px; }
.project-tiles__item.is-with-children {
      background-color: transparent;
      box-shadow: none;
      padding: 0; }
@media (max-width: 1299px) {
      .project-tiles__item {
        margin-bottom: 20px;
        padding: 0 30px; } }
@media (max-width: 620px) {
      .project-tiles__item {
        padding: 0 20px; } }
.project-tiles__item:last-child {
      margin-bottom: 0; }
.project-tiles__item > .dark-gradient, .project-tiles__item > .dark-button, .project-tiles__item > .forgot-password-btn-dark, .project-tiles__item > .forgot-password-popape-block-btn-dark, .project-tiles__item > .registration-btn-btn-dark, .project-tiles__item > .search-btn-404, .project-tiles__item > .search-btn-404-bottom, .project-tiles__item > .top-footer, .project-tiles__item > .modal-form-login-button, .project-tiles__item > .user-name-col, .project-tiles__item > .left-side-404 {
      border-radius: 12px; }
.contact-us {
  margin-bottom: 100px; }
@media (max-width: 959px) {
    .contact-us {
      margin-bottom: 50px; } }
.contact-us__inner {
    display: flex;
    margin: 0 -20px; }
@media (max-width: 1799px) {
      .contact-us__inner {
        margin: 0 -10px; } }
@media (max-width: 1199px) {
      .contact-us__inner {
        flex-direction: column; } }
.contact-us__item {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px; }
@media (max-width: 1799px) {
      .contact-us__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px; } }
@media (max-width: 1199px) {
      .contact-us__item {
        width: calc(100% - 20px); } }
.contact-us__box-title {
    color: #0c1e36;
    font-size: 30px; }
@media (max-width: 1799px) {
      .contact-us__box-title {
        font-size: 26px; } }
.contact-us__box-posttitle {
    font-size: 17px;
    color: #272727; }
@media (max-width: 1799px) {
      .contact-us__box-posttitle {
        font-size: 14px; } }
.contact-us__box {
    padding: 30px;
    position: relative;
    margin-bottom: 40px; }
@media (max-width: 1799px) {
      .contact-us__box {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
      .contact-us__box {
        padding: 20px; } }
.contact-us__box.is-envelope {
      padding: 30px 45px 45px 45px; }
@media (max-width: 767px) {
        .contact-us__box.is-envelope {
          padding: 20px; } }
.contact-us__box.is-envelope::before {
        content: '';
        width: 254px;
        height: 153px;
        position: absolute;
        right: 45px;
        bottom: 0;
        pointer-events: none;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjU0IiBoZWlnaHQ9IjE1MyIgdmlld0JveD0iMCAwIDI1NCAxNTMiPjxkZWZzPjxwYXRoIGlkPSJ0bTRhYSIgZD0iTTE3MjAuNTExIDExNjguMDU3bC04Mi4yMTMtMjMuODYgMjAuNDQ0LTgzLjEyOHptLTE0OS4yMjYgOTYuNjc4bDIwLjU1Ni04My41ODEgMjguODcxIDguMjQzYzMuMzQyLjk1NSA2LjcxNi0xLjAwMyA3LjU0Ni00LjM4bDcuMDIzLTI4LjU1NSA4Mi4yMTQgMjMuODU5em0tMTIuMTI4LTMuNTJsLTYxLjgtMTA3LjA0IDgyLjM0MyAyMy41MTJ6bTg3LjQ1Ni0yMDMuNjY1bC0yOC45ODIgMTE3Ljg0My0xMTcuMTc1LTMzLjQ2em0tNC4yMjYtMTIuNDQybC0xNTAuNjQ1IDg2Ljk3NWMtOC44NDcgNS4xMDgtMTEuNzI2IDE2Ljc4OS02LjM5OCAyNi4wMTdsNjQuNDM3IDExMS42MWM1LjMxIDkuMTk2IDE2Ljg1MSAxMi41OTIgMjUuNzMgNy40NjZsMTUwLjY0Ni04Ni45NzVjOC44MjQtNS4wOTUgMTEuNzQtMTYuNzYzIDYuMzk4LTI2LjAxNmwtNjQuNDM4LTExMS42MWMtNS4zMS05LjE5Ni0xNi44NS0xMi41OTMtMjUuNzMtNy40Njd6Ii8+PC9kZWZzPjxnPjxnIG9wYWNpdHk9Ii4zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0ODIgLTEwNDIpIj48dXNlIGZpbGw9IiNlN2U5ZWQiIHhsaW5rOmhyZWY9IiN0bTRhYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
        z-index: 0; }
.contact-us__box.is-support {
      padding-right: 180px; }
@media (max-width: 1799px) {
        .contact-us__box.is-support {
          padding-right: 100px; } }
@media (max-width: 767px) {
        .contact-us__box.is-support {
          padding-right: 30px; } }
.contact-us__box.is-support::before {
        content: '';
        width: 131px;
        height: 110px;
        top: 0;
        right: 30px;
        position: absolute;
        bottom: 0;
        pointer-events: none;
        background: url(/_nuxt/assets/img/headphones.svg) no-repeat;
        z-index: 0; }
@media (max-width: 1799px) {
          .contact-us__box.is-support::before {
            opacity: .6; } }
.contact-us__box img.content-img {
      width: 100%;
      height: auto; }
.contact-us .btn-left {
    margin-top: 60px; }
.contact-us .style-input {
    width: 100%; }
.contact-us .select-who {
    width: 100%; }
.contact-us__map {
    width: 100%;
    margin-bottom: 20px; }
.contact-us__info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
@media (max-width: 1199px) {
      .contact-us__info {
        justify-content: flex-start; } }
@media (max-width: 767px) {
      .contact-us__info {
        flex-direction: column;
        align-items: flex-start; } }
.contact-us__info a {
      display: block;
      color: inherit;
      text-decoration: none;
      position: relative; }
.contact-us__info a:before {
        position: absolute;
        content: ' ';
        display: block;
        height: 1px;
        width: 0%;
        left: 0;
        bottom: -5px;
        background: #000;
        transition: 0.3s; }
.contact-us__info a:hover {
        color: inherit;
        text-decoration: none; }
.contact-us__info a:hover:before {
          width: 100%;
          transition: 0.3s; }
.contact-us__info-item {
    padding: 0 15px;
    border-left: 1px solid #e6e6e6; }
@media (max-width: 1799px) {
      .contact-us__info-item {
        padding: 0 10px; } }
@media (max-width: 1199px) {
      .contact-us__info-item {
        padding: 0 15px; } }
@media (max-width: 767px) {
      .contact-us__info-item {
        padding: 10px 0;
        border-left: none;
        border-bottom: 1px solid #e6e6e6;
        width: 100%; }
        .contact-us__info-item:last-child {
          padding-bottom: 0;
          border-bottom: none; } }
.contact-us__info-item:first-child {
      padding-right: 0; }
.contact-us__info-item:last-child {
      padding-left: 0;
      border-left: none; }
.contact-us__info-icon {
    margin-left: 10px; }
.contact-us__info-title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 22px;
    color: #0c1e36; }
@media (max-width: 1799px) {
      .contact-us__info-title {
        font-size: 18px; } }
.contact-us__info-text {
    color: #272727;
    font-size: 16px; }
@media (max-width: 1799px) {
      .contact-us__info-text {
        font-size: 13px; } }
.contact-us__support {
    display: flex;
    align-items: center;
    justify-content: space-between; }
@media (max-width: 767px) {
      .contact-us__support {
        flex-direction: column;
        text-align: center; } }
.contact-us__support-item:first-child {
    margin-left: 10px; }
@media (max-width: 767px) {
      .contact-us__support-item:first-child {
        margin-left: 0;
        margin-bottom: 20px; } }
.navigation-tabs-view {
  display: flex;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
  overflow: hidden;
  margin: 80px 0;
  border-radius: 12px; }
@media (max-width: 1199px) {
    .navigation-tabs-view {
      margin: 40px 0; } }
.navigation-tabs-view__item {
    font-size: 32px;
    color: #0c1e36;
    background-color: #fff;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
@media (max-width: 1799px) {
      .navigation-tabs-view__item {
        padding: 15px 10px; } }
@media (max-width: 767px) {
      .navigation-tabs-view__item {
        padding: 10px;
        font-size: 20px; } }
.navigation-tabs-view__item.is-active {
      color: #fff;
      background-color: #16202D; }
.navigation-tabs-view__item.is-active:hover {
        color: #fff; }
.navigation-tabs-view__item:hover {
      text-decoration: none;
      color: #1a316a; }
.leading-investor-slider__item {
  padding: 80px 0 200px;
  position: relative; }
@media (max-width: 959px) {
    .leading-investor-slider__item {
      padding: 30px 0 120px; } }
.leading-investor-slider__item-content {
  max-width: 900px;
  position: relative;
  z-index: 1; }
.leading-investor-slider__item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  max-height: 100%; }
@media (max-width: 1299px) {
    .leading-investor-slider__item-img {
      opacity: .5; } }
.leading-investor-slider__item-title {
  font-size: 64px;
  color: #0c1e36;
  margin-bottom: 10px; }
@media (max-width: 1299px) {
    .leading-investor-slider__item-title {
      font-size: 48px; } }
@media (max-width: 767px) {
    .leading-investor-slider__item-title {
      font-size: 32px; } }
.leading-investor-slider__item-text {
  font-size: 24px;
  color: #272727;
  margin-bottom: 40px; }
@media (max-width: 1299px) {
    .leading-investor-slider__item-text {
      font-size: 20px; } }
@media (max-width: 767px) {
    .leading-investor-slider__item-text {
      font-size: 18px; } }
.whom-fits {
  padding-top: 70px;
  background-color: #FAFCFF;
  position: relative; }
@media (max-width: 1399px) {
    .whom-fits {
      padding-bottom: 50px; } }
@media (max-width: 1299px) {
    .whom-fits {
      padding-top: 40px; } }
@media (max-width: 767px) {
    .whom-fits {
      padding-top: 20px;
      padding-bottom: 30px; } }
.whom-fits.whom-fits-handshake {
    padding-bottom: 225px;
    padding-top: 100px; }
@media (max-width: 1799px) {
      .whom-fits.whom-fits-handshake {
        padding-bottom: 200px;
        padding-top: 70px; } }
@media (max-width: 959px) {
      .whom-fits.whom-fits-handshake {
        padding-bottom: 100px;
        padding-top: 40px; } }
.whom-fits__inner {
    display: flex;
    align-items: flex-start; }
@media (max-width: 1399px) {
      .whom-fits__inner {
        align-items: flex-end; } }
@media (max-width: 959px) {
    .whom-fits__content {
      z-index: 1;
      position: relative; } }
.whom-fits-handshake .whom-fits__content {
    padding-right: 700px; }
@media (max-width: 1799px) {
      .whom-fits-handshake .whom-fits__content {
        padding-right: 470px; } }
@media (max-width: 959px) {
      .whom-fits-handshake .whom-fits__content {
        padding-right: 0; } }
.is-reverse .whom-fits__content {
    padding-left: 700px;
    padding-right: 0; }
@media (max-width: 1799px) {
      .is-reverse .whom-fits__content {
        padding-left: 470px;
        padding-right: 0; } }
@media (max-width: 959px) {
      .is-reverse .whom-fits__content {
        padding-left: 0;
        padding-right: 0; } }
.whom-fits__img {
    margin-left: 200px;
    pointer-events: none;
    z-index: 0; }
@media (max-width: 1799px) {
      .whom-fits__img {
        margin-left: 120px; } }
@media (max-width: 1399px) {
      .whom-fits__img {
        max-width: 350px;
        margin-left: 80px;
        margin-bottom: -50px; } }
@media (max-width: 959px) {
      .whom-fits__img {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: .5;
        margin-bottom: 0; } }
.whom-fits-handshake .whom-fits__img {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: 0; }
@media (max-width: 1799px) {
        .whom-fits-handshake .whom-fits__img {
          max-width: 550px; } }
@media (max-width: 767px) {
        .whom-fits-handshake .whom-fits__img {
          max-width: 370px; } }
.is-reverse .whom-fits__img {
      right: auto;
      left: 0;
      margin-left: 0; }
@media (max-width: 959px) {
      .whom-fits-dark .whom-fits__img {
        max-width: 180px;
        right: auto;
        left: -50px; } }
.whom-fits__title {
    font-size: 64px;
    color: #272727; }
.whom-fits-dark .whom-fits__title {
      color: #fff; }
@media (max-width: 1299px) {
      .whom-fits__title {
        font-size: 48px; } }
@media (max-width: 767px) {
      .whom-fits__title {
        font-size: 32px; } }
.whom-fits__text {
    font-size: 24px;
    color: #272727;
    margin-bottom: 30px; }
.whom-fits-dark .whom-fits__text {
      color: #fff; }
@media (max-width: 1299px) {
      .whom-fits__text {
        font-size: 20px; } }
@media (max-width: 767px) {
      .whom-fits__text {
        font-size: 18px; } }
.whom-fits__tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
@media (max-width: 620px) {
      .whom-fits__tiles {
        margin: 0 -5px; } }
.whom-fits__tile {
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 20px 18px; }
@media (max-width: 620px) {
      .whom-fits__tile {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px; } }
.whom-fits__tile:hover {
      background-color: #394868;
      text-decoration: none; }
.whom-fits__tile:hover .whom-fits__tile-icon img {
        filter: brightness(0) invert(1); }
.whom-fits__tile:hover .whom-fits__tile-text {
        color: #fff; }
.whom-fits__tile-icon {
    margin-bottom: 10px;
    width: 80px;
    height: 80px; }
@media (max-width: 1299px) {
      .whom-fits__tile-icon {
        width: 60px;
        height: 60px; } }
@media (max-width: 959px) {
      .whom-fits__tile-icon {
        width: 40px;
        height: 40px; } }
.whom-fits__tile-icon img {
      display: block;
      width: 100%;
      max-width: 100%; }
.whom-fits__tile-text {
    font-size: 20px;
    color: #0c1e36; }
@media (max-width: 1299px) {
      .whom-fits__tile-text {
        font-size: 18px; } }
@media (max-width: 959px) {
      .whom-fits__tile-text {
        font-size: 16px; } }
.intrested-contact-us {
  padding: 100px 0;
  /*&__content{
    max-width: 470px;
    margin-left: 200px;
    @include w1799{
      margin-left: 150px;
    }
    @include w1299{
      margin-left: 100px;
    }
    @include w959{
      margin-left: 0;
      margin-bottom: 40px;
      max-width: 100%;
    }
  }*/ }
@media (max-width: 1799px) {
    .intrested-contact-us {
      padding: 80px 0; } }
@media (max-width: 1199px) {
    .intrested-contact-us {
      padding: 50px 0; } }
@media (max-width: 959px) {
    .intrested-contact-us {
      padding: 30px 0; } }
.intrested-contact-us__inner {
    display: flex;
    justify-content: space-between; }
@media (max-width: 959px) {
      .intrested-contact-us__inner {
        flex-direction: column; } }
.intrested-contact-us__title {
    font-size: 73px;
    color: #0c1e36;
    line-height: 1.1; }
@media (max-width: 1299px) {
      .intrested-contact-us__title {
        font-size: 58px; } }
@media (max-width: 959px) {
      .intrested-contact-us__title {
        font-size: 36px; } }
.intrested-contact-us__title span {
      padding-left: 10px; }
.intrested-contact-us__text {
    font-size: 24px;
    color: #272727;
    margin-bottom: 30px; }
@media (max-width: 1299px) {
      .intrested-contact-us__text {
        font-size: 22px; } }
@media (max-width: 959px) {
      .intrested-contact-us__text {
        font-size: 18px; } }
.intrested-contact-us__box {
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.29);
    border-radius: 12px;
    background-color: #fff;
    padding: 40px 50px 50px 50px;
    height: 100%; }
@media (max-width: 1499px) {
      .intrested-contact-us__box {
        padding: 20px 30px 30px 30px; } }
.intrested-contact-us__box-title {
    font-size: 30px;
    color: #0c1e36; }
@media (max-width: 959px) {
      .intrested-contact-us__box-title {
        font-size: 28px; } }
.intrested-contact-us__box-text {
    font-size: 17px;
    color: #272727;
    margin-bottom: 20px; }
.intrested-contact-us__box-cols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; }
@media (max-width: 479px) {
      .intrested-contact-us__box-cols {
        flex-direction: column; } }
@media (max-width: 959px) {
    .intrested-contact-us__box-col {
      width: 50%; } }
@media (max-width: 479px) {
    .intrested-contact-us__box-col {
      width: 100%; } }
.intrested-contact-us__box-col:first-child {
    margin-left: 50px; }
@media (max-width: 1799px) {
      .intrested-contact-us__box-col:first-child {
        margin-left: 40px; } }
@media (max-width: 1299px) {
      .intrested-contact-us__box-col:first-child {
        margin-left: 20px; } }
@media (max-width: 479px) {
      .intrested-contact-us__box-col:first-child {
        margin-left: 0; } }
.intrested-contact-us__box-col input, .intrested-contact-us__box-col select {
    width: 400px; }
@media (max-width: 1799px) {
      .intrested-contact-us__box-col input, .intrested-contact-us__box-col select {
        width: 350px; } }
@media (max-width: 1499px) {
      .intrested-contact-us__box-col input, .intrested-contact-us__box-col select {
        width: 290px; } }
@media (max-width: 1299px) {
      .intrested-contact-us__box-col input, .intrested-contact-us__box-col select {
        width: 200px; } }
@media (max-width: 959px) {
      .intrested-contact-us__box-col input, .intrested-contact-us__box-col select {
        width: 100%; } }
.intrested-contact-us__box-col select {
    height: 40px;
    padding-top: 7px;
    background-position: left 19px; }
.investor-profile__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
.company-profile .investor-profile__inner {
    align-items: flex-start; }
@media (max-width: 1550px) {
    .investor-profile__inner {
      margin: 0 -10px; } }
.investor-profile__item {
  box-shadow: 0 0 40px rgba(29, 30, 33, 0.12);
  border-radius: 9px;
  background-color: #fff;
  padding: 20px 40px 40px 40px;
  margin: 0 20px 40px 20px;
  width: 100%;
  position: relative; }
@media (max-width: 1550px) {
    .investor-profile__item {
      margin: 0 10px 30px 10px; } }
@media (max-width: 1299px) {
    .investor-profile__item {
      padding: 20px; } }
.investor-profile__item.is-big {
    width: calc(54% - 40px); }
@media (max-width: 1550px) {
      .investor-profile__item.is-big {
        width: calc(54% - 20px); } }
@media (max-width: 991px) {
      .investor-profile__item.is-big {
        width: calc(100% - 20px); } }
.investor-profile__item.is-medium {
    width: calc(46% - 40px); }
@media (max-width: 1550px) {
      .investor-profile__item.is-medium {
        width: calc(46% - 20px); } }
@media (max-width: 991px) {
      .investor-profile__item.is-medium {
        width: calc(100% - 20px); } }
.investor-profile__item.is-mini {
    width: calc(30% - 40px);
    max-height: 270px; }
@media (max-width: 1550px) {
      .investor-profile__item.is-mini {
        width: calc(30% - 20px); } }
@media (max-width: 991px) {
      .investor-profile__item.is-mini {
        width: calc(60% - 20px); } }
@media (max-width: 620px) {
      .investor-profile__item.is-mini {
        width: calc(100% - 20px); } }
.investor-profile__item.is-little {
    width: calc(16% - 40px);
    max-height: 270px; }
@media (max-width: 1550px) {
      .investor-profile__item.is-little {
        width: calc(16% - 20px); } }
@media (max-width: 991px) {
      .investor-profile__item.is-little {
        width: calc(40% - 20px); } }
@media (max-width: 620px) {
      .investor-profile__item.is-little {
        width: calc(100% - 20px); } }
.investor-profile__item.is-360 {
    width: calc(26% - 40px); }
@media (max-width: 1550px) {
      .investor-profile__item.is-360 {
        width: calc(26% - 20px); } }
@media (max-width: 991px) {
      .investor-profile__item.is-360 {
        width: calc(60% - 20px); } }
@media (max-width: 620px) {
      .investor-profile__item.is-360 {
        width: calc(100% - 20px); } }
.investor-profile__item.is-195 {
    width: calc(20% - 40px); }
@media (max-width: 1550px) {
      .investor-profile__item.is-195 {
        width: calc(20% - 20px); } }
@media (max-width: 991px) {
      .investor-profile__item.is-195 {
        width: calc(40% - 20px); } }
@media (max-width: 620px) {
      .investor-profile__item.is-195 {
        width: calc(100% - 20px); } }
.investor-profile__item.is-none-shadow {
    box-shadow: none;
    background-color: transparent;
    padding: 0; }
.is-none-shadow .investor-profile__item {
    margin: 0 0 40px 0; }
@media (max-width: 1550px) {
      .is-none-shadow .investor-profile__item {
        margin: 0 0 30px 0; } }
.investor-profile .reg {
  margin-top: 0; }
.investor-profile .top-block {
  margin-top: 0; }
.investor-profile .title-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.investor-profile .link-arrow {
  font-size: 12px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center; }
.investor-profile .link-arrow::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAAXNSR0IB2cksfwAAAGBQTFRFAAAAIDBIIjBMIjBKJDBMIjNEIzJLIzFLIzFLJTBKIzBKIzFLdn+PIzFLIDBQ1tneMT5WIzJKIjJLIjFLJDJMTFht////rbK8rLG7IzFLIzFLIzFLhIuaIzBNIzFKJDFLc6qRIgAAACB0Uk5TACBvf0APn//fMGCg/+8Q//+QcM+A//////Cw4P9QwNBPWLnuAAAAcElEQVR4nE2PWRKAMAhDU7Widd+t6/1vqQg65gN4KcOkAMsEYRjhlY2JlaiTJqRyz+uHYmQy5vldihJGsaq5NWj/SB16bsNY6wVhmmZBj4j+xgKsamxcd7wLxBcODuS+OKd9AjsveFj9kGlO8svO4wXbvAb7JewVBAAAAABJRU5ErkJggg==) no-repeat;
    margin-right: 15px; }
.system-messages__item {
  position: relative;
  background-color: #FAFCFF;
  padding: 8px 15px;
  margin-bottom: 7px; }
.system-messages__item.is-message, .system-messages__item.is-reply {
    padding: 8px 40px 8px 15px; }
@media (max-width: 620px) {
    .system-messages__item {
      padding: 8px 40px 8px 15px; } }
.system-messages__item:hover {
    text-decoration: none;
    background-color: #F4F9FF; }
.system-messages__item:hover .system-messages__item-icon svg {
      fill: #1a316a; }
.system-messages__item:hover .system-messages__item-text {
      color: #1a316a; }
.system-messages__item-top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #67707b; }
@media (max-width: 620px) {
    .system-messages__item-top-line {
      flex-direction: column;
      align-items: flex-start; } }
.is-message .system-messages__item-top-line {
    color: #263b72; }
.system-messages__item-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.is-message .system-messages__item-inner, .is-reply .system-messages__item-inner {
    margin-right: -30px; }
@media (max-width: 620px) {
    .system-messages__item-inner {
      margin-right: -30px; } }
.is-reply .system-messages__item-inner {
    display: none; }
.system-messages__item-icon {
  margin-left: 10px; }
.system-messages__item-icon svg {
    fill: #333; }
.system-messages__item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px; }
.is-message .system-messages__item-title {
    max-width: none; }
.system-messages__item-text {
  margin-left: 20px;
  font-size: 15px; }
.system-messages__item-view {
  color: #1a316a;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer; }
@media (max-width: 620px) {
    .system-messages__item-view {
      margin-top: 15px; } }
.is-message .system-messages__item-view::after, .is-reply .system-messages__item-view::after {
    content: '-'; }
.system-messages__item-view::after {
    content: '+';
    font-size: 16px;
    margin-right: 12px; }
.system-messages__item-message {
  display: none;
  padding-bottom: 20px; }
.is-message .system-messages__item-message {
    display: block; }
.system-messages__item-message-text {
  color: #67707b;
  font-size: 15px;
  max-width: 70%;
  margin: 15px 0 20px; }
.system-messages__btn-reply {
  color: #67707b;
  padding: 10px;
  transition: none;
  background-color: transparent; }
.system-messages__btn-reply:hover img {
    filter: brightness(0) invert(1); }
.system-messages__btn-reply img {
    margin-left: 8px; }
.system-messages .btn {
  font-size: 13px;
  width: 130px;
  min-width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
.system-messages__item-title-reply {
  display: none; }
.is-reply .system-messages__item-title-reply {
    display: flex; }
.system-messages__item-reply {
  display: none;
  padding-bottom: 20px; }
.is-reply .system-messages__item-reply {
    display: block; }
.system-messages textarea {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  display: block;
  width: 80%;
  height: 120px;
  color: #000;
  font-size: 16px;
  margin: 15px 0;
  resize: none;
  padding: 8px; }
.investor-type img {
  width: 72px;
  margin-bottom: 18px; }
.investor-type__inner {
  text-align: center;
  margin-top: 35px; }
.login-system .reg__col {
  padding: 0;
  border: none; }
.login-system input {
  max-width: 170px; }
@media (max-width: 1499px) {
    .login-system input {
      max-width: 130px; } }
.login-system .btn {
  width: 90px;
  min-width: 90px;
  padding: 9px 10px;
  font-size: 13px; }
.login-system__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.login-system__bottom.is-between {
    justify-content: space-between; }
.login-system__bottom label {
    display: flex; }
.login-system__bottom label::before {
      margin: 0 5px 0 15px !important; }
@media (max-width: 1499px) {
  .login-system .text__small, .login-system .tab-link > .nav-link, .login-system .tabs-menu .nav-link.active, .tabs-menu .login-system .nav-link.active {
    font-size: 14px; } }
@media (max-width: 1499px) {
  .login-system .fz-16 {
    font-size: 12px !important; } }
@media (min-width: 620px) and (max-width: 991px) {
  .login-system .reg__box {
    max-width: 300px; } }
.document-sharing .reg__col {
  padding: 0 30px;
  border: none; }
.document-sharing .reg__col:first-child {
    padding-right: 0; }
.document-sharing .reg__col:last-child {
    padding-left: 0; }
@media (max-width: 1799px) {
    .document-sharing .reg__col {
      padding: 0 10px; } }
@media (max-width: 959px) {
  .document-sharing .reg__box {
    max-width: 400px; } }
.document-sharing .input-width-300 .registration-input {
  width: 220px;
  min-width: 220px; }
@media (max-width: 1799px) {
    .document-sharing .input-width-300 .registration-input {
      width: 160px;
      min-width: 160px; } }
.upgrading-type__box {
  background-color: #F4F9FF;
  border: 1px solid #e6e6e6;
  padding: 20px 40px; }
@media (max-width: 1799px) {
    .upgrading-type__box {
      padding: 20px; } }
.upgrading-type__table-wrap {
  overflow-x: auto; }
.upgrading-type__table {
  border: 2px solid #707070;
  border-bottom: none;
  width: 100%;
  margin-bottom: 25px; }
.upgrading-type td {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 9px;
  max-width: 110px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  min-height: 40px; }
.upgrading-type td:last-child {
    border-left: none; }
.upgrading-type td.color-black {
    font-size: 11px; }
.upgrading-type .user-info-form-input {
  background-color: transparent;
  width: 100%; }
.upgrading-type .btn {
  min-width: 130px;
  width: 130px;
  padding: 9px 10px; }
@media (max-width: 1799px) {
  .investment-profile .reg__row {
    flex-direction: column; } }
.investment-profile .reg__col {
  border: none; }
@media (min-width: 1800px) {
    .investment-profile .reg__col {
      padding: 0 20px; } }
@media (max-width: 1799px) {
    .investment-profile .reg__col {
      padding: 0; } }
@media (max-width: 1799px) {
  .investment-profile .reg__box.is-between {
    justify-content: flex-start; } }
@media (min-width: 1800px) {
  .investment-profile .reg__input-text {
    white-space: normal;
    max-width: 250px; } }
@media (max-width: 1799px) {
  .investment-profile .reg__input-text {
    width: 310px; } }
.investor-profile-tabs {
  box-shadow: 0 0 37px rgba(29, 30, 33, 0.12);
  padding: 50px 0;
  margin-top: 40px; }
.investor-profile-tabs__project-none {
    height: 218px;
    background-color: #F4F9FF;
    border: 2px solid #93989E;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
.investor-profile-tabs .tabs-box__content {
    padding-left: 0;
    padding-right: 0; }
.my-forms .upload-field {
  border-bottom: none;
  margin-top: 30px; }
.investment-profile-full .reg__col {
  border: none; }
@media (max-width: 1399px) {
    .investment-profile-full .reg__col {
      padding: 0 20px; } }
.investment-profile-full .reg__col:first-child {
    padding-right: 0 !important; }
.investment-profile-full .reg__col:last-child {
    padding-left: 0 !important; }
@media (max-width: 1050px) {
      .investment-profile-full .reg__col:last-child {
        padding-right: 0; } }
.investment-profile-full .reg__box {
  margin-bottom: 15px; }
.investment-profile-full .reg__input-text {
  margin-left: 50px; }
@media (max-width: 1399px) {
    .investment-profile-full .reg__input-text {
      white-space: normal;
      max-width: 200px; } }
@media (max-width: 620px) {
    .investment-profile-full .reg__input-text {
      max-width: none; } }
.investment-profile-full input[type=radio] + label {
  margin-bottom: 0; }
.invest-company .reg__col {
  padding: 0 20px; }
.invest-company .reg__col:first-child {
    padding-right: 0; }
.invest-company .reg__col:last-child {
    padding-left: 0; }
.invest-company .reg__input-text {
  white-space: normal;
  line-height: 1.1; }
.invest-company__content {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-top: 8px;
  display: none; }
.invest-company__content.is-active {
    display: block; }
.invest-company__row-main {
  margin-bottom: 40px;
  flex-wrap: nowrap; }
@media (max-width: 1430px) {
  .invest-company__row-second {
    flex-wrap: wrap; }
    .invest-company__row-second .reg__col:nth-child(2) {
      border: none;
      padding-left: 0; } }
@media (min-width: 1800px) {
  .invest-company .input-width-medium .registration-input {
    width: 220px !important; } }
@media (max-width: 1600px) {
  .invest-company .reg__input-text .text__small, .invest-company .reg__input-text .tab-link > .nav-link, .invest-company .reg__input-text .tabs-menu .nav-link.active, .tabs-menu .invest-company .reg__input-text .nav-link.active {
    font-size: 14px; } }
.popup-form {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 70px 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1; }
@media (max-width: 959px) {
    .popup-form {
      width: calc(100% - 30px);
      padding: 40px 20px 30px 20px; } }
.popup-form__title {
    font-size: 44px;
    color: #0c1e36;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px; }
@media (max-width: 959px) {
      .popup-form__title {
        font-size: 36px; } }
.popup-form__subtitle {
    font-size: 17px;
    color: #272727;
    margin-bottom: 40px; }
.popup-form .user-info-form-input {
    border-bottom-color: #B2B9C1;
    width: 100%; }
.popup-form .reg__box {
    margin-bottom: 25px; }
.popup-form .reg__box:last-child {
      margin-bottom: 0; }
.popup-form .input-block {
    width: 100%; }
.popup-form .btns-row {
    margin-top: 50px; }
@media (max-width: 767px) {
      .popup-form .btns-row {
        margin-top: 30px; } }
@media (max-width: 620px) {
      .popup-form .btns-row {
        flex-direction: column;
        display: flex; } }
.popup-form .btn:not(.btn__invest) {
    width: 197px;
    margin-left: 40px;
    font-weight: 700;
    font-size: 20px; }
@media (max-width: 767px) {
      .popup-form .btn:not(.btn__invest) {
        font-size: 16px;
        width: 160px;
        margin-left: 20px; } }
@media (max-width: 620px) {
      .popup-form .btn:not(.btn__invest) {
        margin-left: 0;
        margin-bottom: 20px; } }
.popup-form .btn:not(.btn__invest):last-child {
      margin-left: 0;
      margin-bottom: 0; }
.popup-form .modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px; }
@media (max-width: 959px) {
      .popup-form .modal-close-btn {
        top: 15px;
        right: 15px; } }
@media (max-width: 959px) {
      .popup-form .modal-close-btn img {
        width: 18px; } }
.popup-form__success-message {
    color: #c5ad66;
    font-size: 26px; }
@media (max-width: 767px) {
      .popup-form__success-message {
        font-size: 22px; } }
.project-modal {
  direction: rtl;
  text-align: right; }
.project-modal .popup-form {
    transform: translate(0, 0);
    position: static;
    padding: 0 100px 50px 100px; }
@media (max-width: 959px) {
      .project-modal .popup-form {
        width: 100%;
        padding: 0; } }
.project-modal .modal-dialog {
    max-width: 806px; }
.project-modal .modal-header {
    border-bottom: 0;
    padding: 70px 110px 0 110px;
    position: relative;
    direction: inherit; }
@media (max-width: 767px) {
      .project-modal .modal-header {
        padding: 80px 20px 0 20px;
        text-align: center; } }
.project-modal .modal-close-btn {
    top: 40px;
    right: 40px;
    padding: 0;
    position: absolute;
    z-index: 2; }
.project-modal .modal-content {
    box-shadow: none;
    border-radius: 0; }
.project-modal .popup-form__title {
    width: 100%;
    padding-bottom: 15px;
    direction: rtl; }
@media (max-width: 1500px) {
  .company-details .reg__input-text {
    max-width: 180px;
    white-space: normal; } }
@media (max-width: 1500px) {
  .company-details .is-text-long .reg__input-text {
    margin-left: 30px; } }
.reg-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 959px) {
    .reg-flex {
      flex-direction: column; } }
.reg-flex__item {
    width: calc(100% - 340px); }
@media (max-width: 959px) {
      .reg-flex__item {
        width: 100%; } }
.reg-flex__item.is-mini {
      width: 300px; }
@media (max-width: 959px) {
        .reg-flex__item.is-mini {
          width: 100%;
          margin-bottom: 20px; } }
.reg-flex__item-content {
    width: 100%; }
@media (max-width: 767px) {
  .investor-registration .registration-btn-btn-light {
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 120px;
    font-size: 16px; } }
.investor-registration .shadow-block {
  border-color: transparent; }
.personal-information-checks .reg__box .max-w-220 {
  min-width: 220px; }
.personal-information-checks .reg__box .radio-row label {
  margin-left: 40px;
  width: 30px; }
.invest-details__block {
  width: 520px;
  padding: 10px 50px 10px 0; }
.invest-details__block .card-info__block .btn {
    margin: 5px 0; }
@media screen and (max-width: 1340px) {
    .invest-details__block {
      width: 100%;
      padding: 10px 30px 10px 30px; } }
@media screen and (max-width: 991px) {
    .invest-details__block {
      padding: 10px 0; } }
.invest-details .left-border {
  border-left: 1px solid #e6e6e6; }
.invest-details .right-border {
  border-right: 1px solid #e6e6e6; }
.invest-details .bottom-border-blue {
  border-bottom: 1px solid #1a316a; }
.invest-details .cash-block {
  padding-bottom: 20px; }
.invest-details__form-input {
  margin-bottom: 30px; }
.invest-details__form-input label {
    color: #67707b;
    font-size: 18px;
    margin-bottom: 10px; }
.invest-details__form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.invest-details__form .invest-details__form-input {
  flex: 0 0 45%;
  max-width: 45%; }
@media screen and (max-width: 991px) {
    .invest-details__form .invest-details__form-input {
      flex: 0 0 100%;
      max-width: 100%; } }
.invest-details .invest-input {
  width: 100%;
  padding-right: 40px;
  background-position: right center;
  background-size: contain; }
.invest-details .invest-input__date {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAMAAADjyg5GAAAAAXNSR0IB2cksfwAAAD9QTFRFAAAAaHB4aHB8Z3B6Z3B7ZnB7aHB8ZXB6Z3B7aHB7ZnB6aHB8Z3B7Z3B7aHB6Z3B7Z3B7Z3B6Z3B7YHCAZnB7oeef2QAAABV0Uk5TACDAkLBwQDCfoH+A379g/8+vjxDgFkgblAAAAFtJREFUeJylzcsSgCAIheETJWiUp4vv/6w5NZn7/g3zLQAAg4yQCWFS1Cxqmt3joqsBmVShex1khpBx4baTBymQoK1QeR940v8c5txT68OOp9rL5N+uJ1hhq9gF1lUD81SopOQAAAAASUVORK5CYII=) transparent no-repeat;
    background-position: 96% center;
    background-size: 14px; }
.invest-details .invest-input__code {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAMAAAD6xte7AAAAAXNSR0IB2cksfwAAAEJQTFRFAAAAamqAZnB8Z3B7Z3B7ZnB7aHB8aHB7aHB8ZnB6Z3B7Z3B7Z3B7Z3B7Z3B6YHCAZnB6ZnB8aHB4Z3B7aG97aHF7DmetDgAAABZ0Uk5TAAxrj7DggKDAzN+/0P/IEH9QIM9skZWKZlkAAABSSURBVHichc07FoAgDETRCUIMyFdw/1vVwibgOd5yijcgs2mGYB1rbocwNBb4cGjBI6ZZRJapJ/mz97OV2paNUyrz1p7LpXe+Pdur1i1oXNqgGxUjBss5vCpUAAAAAElFTkSuQmCC) transparent no-repeat;
    background-position: 96% center;
    background-size: 17px; }
.invest-details .invest-input__cvv {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAMAAAAc7xz/AAAAAXNSR0IB2cksfwAAAFpQTFRFAAAAZnB7Z3B7Z3B7aHB6ZXB6ZnB8aHB8YHCAaHB8Z3B7Z3B7Z3J8Z3B7aHB8Z3B7Z3B6ZnB7aG98Z3B7aHB4aHF6aHB7Z3B7ZXF5Z3F8Z3B7ZnB6Z298aG98Zdp/zQAAAB50Uk5TAHD/72AwUEAQgL+fStDAsJDgTN8gWKDwP2/Pf2Nl648/zAAAAIFJREFUeJxdj8ESwiAMRGEhQqGFYpFq1f//TYFWnfQdcnizk2SFkOAoLSqEi2FI2KoNxAmYrn8M2jk/TocOB0NEnJO6JsOW6B6Li+Y6hjYzblyH0qaF4Xpe2mcSI9d5dff8UBtR1/brKdUvJ/j90r/28yXfVOB7kHcnUbCdi3fkaj9F5gWJAHfkYwAAAABJRU5ErkJggg==) transparent no-repeat;
    background-position: 96% center;
    background-size: 17px; }
.invest-details .registration-btn-btn-dark.is-mini {
  min-width: 190px; }
.personal-information .reg__inputs-height-160.pl-100 .user-info-form-input {
  background-color: transparent; }
@media screen and (max-width: 1799px) {
  .personal-information .reg__inputs-height-160.pl-100 {
    padding-left: 70px !important; } }
@media screen and (max-width: 1530px) {
  .personal-information .reg__inputs-height-160.pl-100 {
    border-left: none; } }
@media (max-width: 767px) {
  .personal-information .reg__inputs-height-160.pl-100 {
    padding-left: 0 !important; } }
.cash-block > div:first-of-type {
  margin-top: 25px !important; }
.cash-block__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 5px 0; }
.cash-block__total {
  color: #1a316a;
  font-weight: 500;
  padding-top: 20px; }
.cash-block__name {
  color: #67707b; }
.cash-block__money {
  padding-left: 10px; }
.cash-block-totals .cash-block__row {
  justify-content: flex-start; }
.cash-block-totals .cash-block__name {
  min-width: 100px; }
.card-info__block p {
  color: #67707b; }
.card-info p.color-black {
  line-height: 33px; }
.color-blue-light1 {
  color: #0c1e36; }
.personal-information .reg__col:last-child {
  padding-right: 0; }
@media (max-width: 1799px) {
  .personal-information .reg__col {
    padding: 0 35px !important; } }
@media (max-width: 767px) {
  .personal-information .reg__col {
    padding: 0 !important; } }
@media (max-width: 1530px) {
  .personal-information .reg__row.is-col {
    flex-direction: column;
    align-items: flex-start; } }
@media (max-width: 767px) {
  .personal-information .reg__row.is-col {
    width: 100%; } }
.progress-block .progress-holder {
  max-width: none; }
.registration-text-holder {
  padding: 0; }
@media (max-width: 767px) {
  .max-w-450 {
    max-width: 100%;
    width: 100%; }
  .personal-information .reg__box {
    justify-content: space-between; } }
.policy-page {
  background-color: #fff;
  max-width: 794px;
  padding: 47pt;
  margin: 30px auto 0;
  box-shadow: 0 0 40px rgba(29, 30, 33, 0.12);
  text-align: justify;
  direction: rtl; }
@media screen and (max-width: 767px) {
    .policy-page {
      padding: 22pt; } }
@media screen and (max-width: 767px) {
    .policy-page a {
      word-break: break-all; } }
.policy-page h1 {
    font-size: 1.5rem; }
.policy-page ol, .policy-page ul {
    padding-left: 0;
    padding-right: 25px; }
.policy-page ol[start=""] {
    text-decoration: underline;
    font-weight: 500; }
body * {
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased; }
body {
  background: #fff;
  color: #272727;
  line-height: 1.1; }
button {
  cursor: pointer; }
a {
  cursor: pointer !important; }
.page-content {
  margin-top: 134px; }
@media screen and (max-width: 767px) {
    .page-content {
      margin-top: 127px; } }
@media screen and (max-width: 376px) {
    .page-content {
      margin-top: 84px; } }
.container-fluid {
  max-width: 1920px; }
.rtl, .second-tab, .error-404-side-text {
  direction: rtl !important;
  text-align: right; }
.ltr {
  direction: ltr !important;
  text-align: left; }
.modal-backdrop {
  z-index: 900; }
.user-info-form-input:focus, .forgot-password-input:focus {
  transition: all ease-in-out .4s;
  box-shadow: 1px 8px 14px -9px #001935; }
.form-control {
  background: transparent;
  outline: unset;
  border-radius: unset !important; }
.form-control:focus {
    outline: 0;
    box-shadow: unset;
    border-radius: unset; }
.form-control:invalid, .form-control.is-invalid {
    background: transparent;
    border-radius: unset; }
.form-control .is-invalid {
    color: red; }
.form-control .is-invalid ~ label {
      color: red; }
.title .text__small, .title .tab-link > .nav-link, .title .tabs-menu .nav-link.active, .tabs-menu .title .nav-link.active {
  font-size: 24px !important;
  font-weight: 300; }
@media (max-width: 479px) {
    .title .text__small, .title .tab-link > .nav-link, .title .tabs-menu .nav-link.active, .tabs-menu .title .nav-link.active {
      font-size: 16px !important;
      margin-right: 0 !important; } }
.text__large {
  font-size: 60px;
  font-weight: 400;
  color: #0c1e36; }
.text__big {
  font-size: 50px;
  font-weight: 400;
  color: #0c1e36;
  line-height: 1.1; }
@media (max-width: 959px) {
    .text__big {
      font-size: 40px; } }
@media (max-width: 767px) {
    .text__big {
      font-size: 36px; } }
.text__medium {
  font-size: 30px;
  font-weight: 600;
  color: #0c1e36; }
.fw-400 {
  font-weight: 400; }
.text__small, .tab-link > .nav-link, .tabs-menu .nav-link.active {
  font-size: 18px;
  font-weight: 400;
  color: #0c1e36; }
.text__extra-small {
  font-size: 12px;
  font-weight: 400; }
.text__40 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #0c1e36; }
@media (max-width: 1024px) {
    .text__40 {
      font-size: 32px; } }
@media (max-width: 767px) {
    .text__40 {
      font-size: 28px; } }
.text__extra-large {
  font-size: 32px;
  font-weight: 400;
  color: #0c1e36;
  text-transform: uppercase; }
@media (max-width: 1024px) {
    .text__extra-large {
      font-size: 56px; } }
@media (max-width: 767px) {
    .text__extra-large {
      font-size: 38px; } }
@media (max-width: 479px) {
    .text__extra-large {
      font-size: 28px; } }
.subheader-content .text__extra-large {
  font-size: 38px;
  font-weight: 400; }
@media (max-width: 1024px) {
    .subheader-content .text__extra-large {
      font-size: 64px; } }
@media (max-width: 767px) {
    .subheader-content .text__extra-large {
      font-size: 32px;
      font-weight: 500; } }
.subheader-content .text__medium {
  font-size: 20px;
  font-weight: 300 !important; }
@media (max-width: 767px) {
    .subheader-content .text__medium {
      font-size: 16px; } }
.text-overflow .text__small, .text-overflow .tab-link > .nav-link, .text-overflow .tabs-menu .nav-link.active, .tabs-menu .text-overflow .nav-link.active {
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none; }
.text-overflow .text__small::-webkit-scrollbar, .text-overflow .tab-link > .nav-link::-webkit-scrollbar, .text-overflow .tabs-menu .nav-link.active::-webkit-scrollbar, .tabs-menu .text-overflow .nav-link.active::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent;
  scrollbar-width: none; }
.text__small::-webkit-scrollbar, .tab-link > .nav-link::-webkit-scrollbar, .tabs-menu .nav-link.active::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  scrollbar-width: none; }
.text__small, .tab-link > .nav-link, .tabs-menu .nav-link.active {
  -ms-overflow-style: none;
  scrollbar-width: none; }
.text-overflow.text__small, .tab-link > .text-overflow.nav-link, .tabs-menu .text-overflow.nav-link.active {
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none; }
.forgot-password-page {
  background: #f8fcff; }
.load-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c1e36;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative; }
.load-img > .text__extra-small {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
.load-img.is-mini {
    border-radius: 4px;
    width: 200px;
    height: 150px;
    position: relative; }
.load-img.is-mini .add-btn {
      position: absolute;
      bottom: -10px;
      top: auto;
      right: auto;
      left: -10px;
      width: 26px;
      height: 26px;
      background-size: 57%; }
.load-img.is-mini .text__extra-small {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }
.add-btn {
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ4LjMzMzQgMTlWNDguMzMzM0g1LjY2NjcxVjE2LjMzMzNIMTYuNDY2N0wyMS4zNDY3IDExSDM1VjUuNjY2NjZIMTlMMTQuMTIgMTFINS42NjY3MUMyLjczMzM3IDExIDAuMzMzMzc0IDEzLjQgMC4zMzMzNzQgMTYuMzMzM1Y0OC4zMzMzQzAuMzMzMzc0IDUxLjI2NjcgMi43MzMzNyA1My42NjY3IDUuNjY2NzEgNTMuNjY2N0g0OC4zMzM0QzUxLjI2NjcgNTMuNjY2NyA1My42NjY3IDUxLjI2NjcgNTMuNjY2NyA0OC4zMzMzVjE5SDQ4LjMzMzRaTTUwLjEyIDE2LjMwNjdINTMuNjY2N0M1My42NCA3LjQ3OTk5IDQ2LjQ5MzQgMC4zMzMzMjggMzcuNjY2NyAwLjMzMzMyOFYzLjg3OTk5QzQ0LjU0NjcgMy44Nzk5OSA1MC4wOTM0IDkuNDI2NjYgNTAuMTIgMTYuMzA2N1pNNDMgMTYuMzA2N0g0Ni41NDY3QzQ2LjUyIDExLjQgNDIuNTczNCA3LjQ1MzMzIDM3LjY2NjcgNy40NTMzM1YxMUM0MC42MjY3IDExIDQyLjk3MzQgMTMuMzczMyA0MyAxNi4zMDY3Wk0xMy42NjY3IDMyLjMzMzNDMTMuNjY2NyAzOS42OTMzIDE5LjY0IDQ1LjY2NjcgMjcgNDUuNjY2N0MzNC4zNiA0NS42NjY3IDQwLjMzMzQgMzkuNjkzMyA0MC4zMzM0IDMyLjMzMzNDNDAuMzMzNCAyNC45NzMzIDM0LjM2IDE5IDI3IDE5QzE5LjY0IDE5IDEzLjY2NjcgMjQuOTczMyAxMy42NjY3IDMyLjMzMzNaTTM1IDMyLjMzMzNDMzUgMzYuNzMzMyAzMS40IDQwLjMzMzMgMjcgNDAuMzMzM0MyMi42IDQwLjMzMzMgMTkgMzYuNzMzMyAxOSAzMi4zMzMzQzE5IDI3LjkzMzMgMjIuNiAyNC4zMzMzIDI3IDI0LjMzMzNDMzEuNCAyNC4zMzMzIDM1IDI3LjkwNjcgMzUgMzIuMzMzM1oiIGZpbGw9IiMxMzI3NUYiLz4KPC9zdmc+Cg==) no-repeat;
  background-position: center 7px;
  background-color: #0c1e36;
  border: unset;
  outline: unset;
  border-radius: 50%;
  position: relative;
  top: 35px;
  right: 30px; }
.forgot-password-center-container {
  text-align: right; }
.forgot-password-center-container {
  margin-top: 100px; }
.forgot-password-popape-block {
  box-shadow: 0 0 15px -2px #000;
  border-radius: 5px; }
.forgot-password-popape-block-form-input {
  width: 100%;
  direction: rtl; }
.forgot-password-popape-block-btn-dark {
  width: 24%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 25px; }
.forgot-password-popape-block-btn-light {
  width: 24%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px; }
.forgot-password-popape-block-btns {
  margin-top: 60px; }
.forgot-password-popape-block-img {
  position: absolute;
  bottom: 0;
  right: 5%; }
.modal-close-btn--en {
  border: unset;
  outline: unset;
  background: transparent;
  position: relative;
  top: -10px;
  left: 700px;
  cursor: pointer; }
.modal-close-btn--he {
  border: unset;
  outline: unset;
  background: transparent;
  position: relative;
  top: -10px;
  right: -40px;
  cursor: pointer; }
@media screen and (max-width: 767px) {
  .forgot-password-popape-block-btn-light, .forgot-password-popape-block-btn-dark {
    width: 49%; }
  .forgot-password-popape-block {
    padding-bottom: 100px; } }
@media screen and (max-width: 450px) {
  .forgot-password-popape-block-btn-light, .forgot-password-popape-block-btn-dark {
    width: 100%;
    margin-top: 10px; }
  .text__large {
    font-size: 36px; }
  .text__medium {
    font-size: 20px; }
  .text__small, .tab-link > .nav-link, .tabs-menu .nav-link.active {
    font-size: 14px; } }
#owl-carousel-project .owl-stage-outer {
  padding: 25px 0; }
.reg .select-big {
  padding: 20px 0 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6; }
.select-big__text {
  font-size: 16px;
  color: #0c1e36; }
.select-big__wrap {
  max-width: 515px; }
.select-big__select {
  border: 1px solid #0c1e36;
  border-radius: 4px;
  width: 100%;
  padding: 0 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSI+PGRlZnM+PHBhdGggaWQ9ImR3aHdhIiBkPSJNNzcxLjI0MyA2MzEuNTcyTDc2OS42NTcgNjMwbC03LjA1NSA3LjExMS03LjI3OS03LjExMS0xLjU4NiAxLjU3MiA4Ljg2NSA4LjY4M3oiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc1MyAtNjMwKSI+PHVzZSBmaWxsPSIjMGMxZTM2IiB4bGluazpocmVmPSIjZHdod2EiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
  background-size: 14px 7px;
  background-position: 12px 50%;
  display: block;
  cursor: pointer;
  height: 34px; }
.link-right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.link-right__link {
    display: flex;
    align-items: center;
    color: #1a316a;
    font-size: 20px; }
.link-right__link:hover {
      text-decoration: none; }
.link-right__link::after {
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPjxkZWZzPjxwYXRoIGlkPSJ5ZzVlYSIgZD0iTTc5Mi45NjYgMjUwNy43OWwxLjM5Mi0xLjQwNS00LjU3NC00LjYxNSA0LjU3NC00LjYxNS0xLjM5Mi0xLjQwNS01Ljk2NiA2LjAyeiIvPjwvZGVmcz48Zz48ZyBvcGFjaXR5PSIuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4NyAtMjQ5NikiPjx1c2UgZmlsbD0iIzBjMWUzNiIgIHhsaW5rOmhyZWY9IiN5ZzVlYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
      width: 11px;
      height: 11px;
      margin-right: 5px; }
.link-left {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.link-left__link {
    display: flex;
    align-items: center;
    color: #1a316a;
    font-size: 20px; }
.link-left__link:hover {
      text-decoration: none; }
.link-left__link::after {
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPjxkZWZzPjxwYXRoIGlkPSJ5ZzVlYSIgZD0iTTc5Mi45NjYgMjUwNy43OWwxLjM5Mi0xLjQwNS00LjU3NC00LjYxNSA0LjU3NC00LjYxNS0xLjM5Mi0xLjQwNS01Ljk2NiA2LjAyeiIvPjwvZGVmcz48Zz48ZyBvcGFjaXR5PSIuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4NyAtMjQ5NikiPjx1c2UgZmlsbD0iIzBjMWUzNiIgIHhsaW5rOmhyZWY9IiN5ZzVlYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
      width: 11px;
      height: 11px;
      margin-right: 5px;
      transform: rotate(180deg);
      margin-top: 3px; }
.link-with-arrow {
  color: #1a316a;
  font-size: 16px;
  border-bottom: 1px dashed;
  display: inline-block; }
.link-with-arrow:hover {
    text-decoration: none;
    border-bottom-color: transparent; }
.link-with-arrow::after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPjxkZWZzPjxwYXRoIGlkPSJ5ZzVlYSIgZD0iTTc5Mi45NjYgMjUwNy43OWwxLjM5Mi0xLjQwNS00LjU3NC00LjYxNSA0LjU3NC00LjYxNS0xLjM5Mi0xLjQwNS01Ljk2NiA2LjAyeiIvPjwvZGVmcz48Zz48ZyBvcGFjaXR5PSIuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4NyAtMjQ5NikiPjx1c2UgZmlsbD0iIzBjMWUzNiIgIHhsaW5rOmhyZWY9IiN5ZzVlYSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
    background-size: cover;
    width: 6px;
    height: 10px;
    margin-right: 10px;
    display: inline-block; }
.link-file {
  display: flex;
  align-items: center;
  color: #0b62d6;
  font-size: 16px;
  text-decoration: underline; }
.link-file:hover {
    text-decoration: none; }
@media (max-width: 767px) {
    .link-file {
      font-size: 15px; } }
.link-file img {
    margin-left: 12px; }
.flex {
  display: flex; }
.shadow-block {
  width: 100%;
  box-shadow: 0 0 40px rgba(29, 30, 33, 0.12);
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  padding: 0 40px 40px 40px; }
@media (max-width: 767px) {
    .shadow-block {
      padding: 0 20px 20px 20px; } }
.shadow-block.is-error {
    border-color: #ff0000; }
.shadow-block-2 {
  box-shadow: 0 0 40px rgba(29, 30, 33, 0.12);
  border-radius: 12px;
  background-color: #fff; }
.circle-chart {
  position: relative; }
.circle-chart__background {
    stroke: #EBEBEB;
    stroke-width: 2px; }
.circle-chart__circle {
    stroke: #447695;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
    stroke-width: 2px; }
.circle-chart__info {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    width: 100%; }
.circle-chart__number {
    font-size: 21px;
    font-weight: 700;
    color: #0c1e36; }
.circle-chart__text {
    font-size: 16px;
    color: #272727;
    line-height: 1; }
.line-info {
  padding-bottom: 30px;
  max-width: 370px; }
.line-info__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
.line-info__item:last-child {
      margin-bottom: 0; }
.line-info__title {
    margin-left: 30px;
    font-size: 18px;
    color: #1a316a; }
.line-info__value {
    color: #000;
    font-size: 16px;
    text-align: right;
    width: 100px; }
.file-single {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
  display: flex;
  align-items: center; }
.file-single__icon {
    margin-left: 15px; }
.file-single__title {
    font-size: 16px;
    color: #0c1e36;
    margin-bottom: 3px;
    display: block; }
.file-single__text {
    color: #1a316a;
    font-size: 12px;
    display: block; }
.btn-left {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1; }
@-webkit-keyframes circle-chart-fill {
  100% {
    stroke-dasharray: 0 100; } }
@keyframes circle-chart-fill {
  100% {
    stroke-dasharray: 0 100; } }
a, input, textarea, button {
  transition: all 0.3s ease-in-out; }
input:focus, textarea:focus {
  outline: none; }
.is-height-full {
  height: 100%; }
.btn-row {
  margin-top: 30px; }
.btn-row .btn {
    width: 200px; }
.btn-row .btn:first-child {
      margin-left: 30px; }
.textarea__fill {
  width: 100%;
  height: 320px;
  border-radius: 9px;
  border: 1px solid #8894a2;
  background-color: #fafafa;
  resize: none;
  padding-right: 15px;
  padding-top: 15px; }
.plus-circle {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 47px;
  height: 47px;
  bottom: -22px;
  border: 6px solid #fff;
  border-radius: 50%; }
@media (max-width: 1299px) {
    .plus-circle {
      width: 38px;
      height: 38px;
      bottom: -20px; } }
.plus-circle img {
    max-width: 100%; }
.select-with-checkbox {
  position: relative; }
.select-with-checkbox__input-wrap {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #09192e;
    background-color: #fff;
    font-size: 15px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    cursor: pointer; }
.select-with-checkbox__input-wrap::before {
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSI+PGRlZnM+PHBhdGggaWQ9ImR3aHdhIiBkPSJNNzcxLjI0MyA2MzEuNTcyTDc2OS42NTcgNjMwbC03LjA1NSA3LjExMS03LjI3OS03LjExMS0xLjU4NiAxLjU3MiA4Ljg2NSA4LjY4M3oiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc1MyAtNjMwKSI+PHVzZSBmaWxsPSIjMGMxZTM2IiB4bGluazpocmVmPSIjZHdod2EiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
      background-size: cover;
      width: 11px;
      height: 7px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: 18px; }
.select-with-checkbox__input {
    position: absolute;
    width: 0;
    opacity: 0; }
.select-with-checkbox__dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid #09192e;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 20px 24px;
    background-color: #fff;
    z-index: 5; }
.select-with-checkbox__dropdown-item {
    margin-bottom: 15px; }
.select-with-checkbox__dropdown-item:last-child {
      margin-bottom: 0; }
.select-with-checkbox__dropdown-item .reg input[type=checkbox] + label {
      color: #000;
      display: flex; }
.auth-link {
  cursor: pointer; }
.auth-link:hover {
    text-decoration: underline; }
.personal-info-col {
  margin-top: 20px; }
@media (max-width: 1799px) {
    .personal-info-col.reg__col {
      padding: 0 !important; } }
@media (max-width: 1530px) {
    .personal-info-col {
      width: 450px; } }
.personal-info-col .register-select {
    margin-bottom: 0;
    line-height: 22px; }
.personal-info-col .reg__box {
    width: 100%; }
.personal-info-col .reg__box input {
      background-color: transparent; }
.personal-info-col .reg__input-text {
    width: 280px;
    padding-left: 30px;
    white-space: normal; }
.personal-info-col.is-big-margin-right .reg__input-text {
    width: 150px;
    padding-left: 30px; }
.personal-info-col.is-big-margin-right .reg__inputs-check .reg__input-text {
    width: 350px;
    padding-left: 30px; }
@media (max-width: 399px) {
  .personal-information .reg__inputs-height-160.pl-100 .user-info-form-input {
    min-width: 100px;
    width: 120px; }
  .input-full-width .input-width-300 .registration-input, .input-full-width .input-width-300 select, .input-full-width .input-width-300 .input-block {
    min-width: 100px;
    width: 120px; }
  .personal-info-col .reg__input-text {
    width: auto;
    padding-left: 0;
    max-width: 120px; }
  .personal-information .input-width-300 .reg__inputs {
    flex-direction: column; } }
.amount-counter {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px; }
@media (max-width: 991px) {
    .amount-counter {
      margin-bottom: 30px; } }
.amount-counter__btn {
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    background-image: linear-gradient(173deg, #3b4d7a 0%, #141f2d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    margin-top: 25px;
    cursor: pointer; }
@media (max-width: 767px) {
      .amount-counter__btn {
        width: 100%;
        margin-top: 10px;
        height: 30px; } }
.amount-counter__form {
    margin-left: 25px;
    width: 100%; }
@media (max-width: 620px) {
      .amount-counter__form {
        margin-left: 15px; } }
.amount-counter__label {
    margin-bottom: 23px;
    display: block; }
.amount-counter__label:last-child {
      margin-bottom: 0; }
.amount-counter__label span {
      display: block;
      margin-bottom: 5px; }
.amount-counter__label input {
      font-size: 24px;
      color: #0c1e36;
      height: 55px;
      width: 100%;
      border: 1px solid #8b9094;
      text-align: center; }
@media (max-width: 620px) {
        .amount-counter__label input {
          height: 40px; } }
@media (max-width: 1199px) {
        .amount-counter__label input {
          font-size: 21px; } }
.choose-payment {
  display: flex;
  justify-content: space-between; }
.choose-payment__item {
    cursor: pointer;
    width: calc(50% - 40px);
    height: 145px;
    border-radius: 8px;
    border: 2px solid #283755;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    color: #0c1e36;
    padding: 8px; }
@media (max-width: 767px) {
      .choose-payment__item {
        width: calc(50% - 10px);
        font-size: 16px; } }
.choose-payment__item:hover {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
      background-color: #283755;
      color: #fff; }
.choose-payment__item:hover img {
        filter: brightness(0) invert(1); }
.choose-payment__item img {
      margin-bottom: 15px; }
.forgot-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vw; }
.forgot-password-link {
  cursor: pointer; }
.forgot-password-link:hover {
    text-decoration: none; }
.upload-foto {
  color: #67707b;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 86px;
  border: 1px solid #09192e;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer; }
.v-select {
  position: relative;
  width: 240px; }
.vs__search {
  width: 284px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #09192e;
  background-color: #ffffff; }
@media (max-width: 1799px) {
    .vs__search {
      width: 240px;
      height: 40px; } }
.vs__open-indicator {
  transform: scale(0.6); }
.vs__actions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px; }
.vs__dropdown-toggle {
  position: relative; }
.vs__selected {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 15px; }
.vs__clear {
  background: transparent;
  border: none;
  transform: scale(0.8);
  padding: 0;
  display: none !important; }
.vs__dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  padding-top: 12px;
  border: 1px solid #09192e;
  border-top: none;
  border-radius: 0 0 4px 4px;
  list-style: none; }
.vs__dropdown-menu li {
    font-size: 16px;
    padding: 7px 15px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 0 4px 4px; }
.vs__dropdown-menu li:last-child {
      padding-bottom: 15px; }
.company-details input:focus, .company-details textarea:focus, .recruitment input:focus, .recruitment textarea:focus, .reg.about-enterprise input:focus, .reg.about-enterprise textarea:focus, .personal-information input:focus, .personal-information textarea:focus {
  border-bottom-color: red; }
#choose-amount .popup-form__content-text .btn.btn__gold.btn__invest {
  margin: auto; }
.scroll-custom {
  max-height: 230px;
  position: relative; }
.scroll-custom-tab {
  margin-right: -35px;
  padding-right: 35px; }
.wrapper {
  overflow: hidden; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s; }
@-webkit-keyframes slide {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
input[type='date'] {
  text-align: right; }
.bt-for-title {
  position: relative; }
.bt-for-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    background: #e6e6e6; }
.bb-for-title {
  position: relative; }
.bb-for-title:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    background: #e6e6e6; }
.b-none {
  border: none !important; }
/* -------------------- */
.is-warning:not(.is-invalid) {
  border-bottom: 2px dotted #e0a800; }
.is-invalid {
  border-bottom-color: red; }
/* modal_form_leader, modal_interest_pre
--------------------- */
#modal_form_leader .row.form-group, #modal_interest_pre .row.form-group {
  min-height: 0;
  min-height: initial;
  margin-bottom: 0; }
#modal_form_leader form [type=submit], #modal_interest_pre form [type=submit] {
  margin-top: 30px; }
/* contact-form-company-htw
------------------------------------ */
.contact-form-company-htw .row.form-group {
  color: #fff; }
.contact-form-company-htw .row.form-group input[type=radio] + label:before {
    border: 1px solid #fff; }
.contact-form-company-htw .row.form-group input[type=radio]:checked + label:after {
    border: 1px solid #fff;
    background-color: #fff; }
.contact-form-company-htw .input-text-component {
  display: block;
  position: relative; }
.contact-form-company-htw .input-text-component .section-info {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%; }
/* contact-form-company-page
------------------------------------ */
.contact-form-company-page .row.form-group {
  color: #000; }
.contact-form-company-page .row.form-group input[type=radio] + label:before {
    border: 1px solid #000; }
.contact-form-company-page .row.form-group input[type=radio]:checked + label:after {
    border: 1px solid #000;
    background-color: #000; }
.contact-form-company-page .input-text-component {
  display: block;
  position: relative; }
.contact-form-company-page .input-text-component .section-info {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%; }
/* investor-reg
------------------------ */
.investor-reg .input-text-component {
  display: block;
  position: relative; }
.investor-reg .input-text-component .section-info {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%; }
/* project-page
----------------------- */
.project-page .promotion-articles.project-page-blogs {
  height: auto;
  padding-top: 30px; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width {
    padding: 0;
    padding: initial; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text {
      text-decoration: none;
      height: 100%; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text:after {
        content: none; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item {
        min-height: 63px;
        width: 100%; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item .tile__img {
          float: left;
          width: 25%;
          height: 100%;
          min-height: inherit;
          overflow: hidden;
          margin-right: 10px;
          margin-bottom: 0;
          position: relative; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item .tile__img img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: auto;
            min-width: 100%; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text .tile__item .tile-blog__title-wrap {
          height: auto; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .tile-blog a.tile-blog__text:hover .tile__item {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        transition: 0.3s; }
.project-page .promotion-articles.project-page-blogs .row-without-full-width .link-left {
      margin-bottom: 20px; }
.project-page .project-tiles__box .video-box__img-wrap {
  position: relative;
  min-height: 210px;
  max-height: 230px;
  overflow: hidden; }
.project-page .project-tiles__box .tabs-box__content {
  padding: 30px 15px; }
.project-page .project-tiles__box .tabs-box__content img {
    max-width: 100%; }
.project-page .project-tiles__box #tab-5 > .row {
  padding: 10px 0; }
.project-page .project-tiles__box #tab-5 > .row > div:first-child {
    font-size: 18px; }
.project-page .scn-btn-groups {
  position: absolute;
  top: 135px;
  left: 0;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  width: 210px; }
.project-page .scn-btn-groups .social-list {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
.project-page .scn-btn-groups .social-list__social-item {
      display: block;
      width: 35px;
      height: 35px; }
.project-page .scn-btn-groups .social-list__social-item .slsi__social-link {
        display: block;
        width: inherit;
        height: inherit;
        background: rgba(255, 255, 255, 0.8);
        padding: 2px;
        border-radius: 5px;
        transition: 0.3s; }
.project-page .scn-btn-groups .social-list__social-item .slsi__social-link img {
          width: 100%;
          height: 100%; }
.project-page .scn-btn-groups .social-list__social-item .slsi__social-link:hover {
          background: white;
          transition: 0.3s; }
.project-page .scn-btn-groups .sc-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    opacity: 1;
    transition: 0.3s; }
.project-page .scn-btn-groups .sc-icon:hover {
      transition: 0.3s;
      opacity: 0.5; }
.project-page .scn-btn-groups.active {
    transition: 0.3s;
    height: 35px; }
.project-page .btn-invest-block .btn-invest-notice {
  color: #fff;
  font-size: 14pt; }
.project-page .btn-invest-block .btn-invest-notice, .project-page .btn-invest-block .btn-invest {
  align-items: center;
  justify-content: center;
  display: flex; }
.project-page .project-tiles__item.no-crowd .how-many-shares {
  padding: 10px 40px 10px 40px; }
.project-page .project-tiles__item.no-crowd .how-many-shares .how-many-shares__notice {
    margin-bottom: 10px;
    margin-top: 5px !important;
    font-size: 14pt; }
.project-page .project-tiles__item.no-crowd .how-many-shares .how-many-shares__footer {
    padding-top: 0; }
.project-card-item .logotip-block {
  position: absolute;
  top: 150px;
  left: 50px;
  background: none;
  max-width: 200px;
  height: 83px;
  text-align: right;
  z-index: +1;
  width: 100%; }
.project-card-item .logotip-block img {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    max-width: 100%; }
.project-card-item .logotip-block-he {
  position: absolute;
  top: 150px;
  right: 20px;
  background: none;
  max-width: 200px;
  width: 100%;
  height: 83px;
  text-align: right;
  z-index: +1; }
.project-card-item .logotip-block-he img {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    max-width: 100%; }
.project-card-item .cover-block {
  background: rgba(200, 200, 200, 0.1); }
.input-text-component, .input-chkbox-component {
  width: 100%;
  position: relative; }
.input-text-component .section-info, .input-chkbox-component .section-info {
    width: 100%;
    margin: 0 auto 5px auto;
    display: flex;
    justify-content: space-between; }
.input-text-component .section-info .count, .input-chkbox-component .section-info .count {
      color: #aaa;
      font-size: 10pt;
      display: block;
      width: 40%;
      text-align: left;
      order: 1; }
.input-text-component .section-info .msg-error, .input-chkbox-component .section-info .msg-error {
      font-size: 10pt;
      color: red;
      text-align: right;
      order: 0; }
.input-text-component.val-error .msg-error, .input-chkbox-component.val-error .msg-error {
    display: block; }
.input-text-component.val-error input, .input-chkbox-component.val-error input {
    color: red;
    border: 1px solid red; }
.input-text-component.email-input input, .input-text-component.phone-input input, .input-chkbox-component.email-input input, .input-chkbox-component.phone-input input {
    direction: rtl;
    text-align: right; }
.input-text-component.email-input input.ltr, .input-text-component.phone-input input.ltr, .input-chkbox-component.email-input input.ltr, .input-chkbox-component.phone-input input.ltr {
      direction: ltr;
      text-align: left; }
.input-text-component.email-input input.ltr::-moz-placeholder, .input-text-component.phone-input input.ltr::-moz-placeholder, .input-chkbox-component.email-input input.ltr::-moz-placeholder, .input-chkbox-component.phone-input input.ltr::-moz-placeholder {
        direction: ltr;
        text-align: left; }
.input-text-component.email-input input.ltr:-ms-input-placeholder, .input-text-component.phone-input input.ltr:-ms-input-placeholder, .input-chkbox-component.email-input input.ltr:-ms-input-placeholder, .input-chkbox-component.phone-input input.ltr:-ms-input-placeholder {
        direction: ltr;
        text-align: left; }
.input-text-component.email-input input.ltr::placeholder, .input-text-component.phone-input input.ltr::placeholder, .input-chkbox-component.email-input input.ltr::placeholder, .input-chkbox-component.phone-input input.ltr::placeholder {
        direction: ltr;
        text-align: left; }
.input-text-component.email-input input.fill-value, .input-text-component.phone-input input.fill-value, .input-chkbox-component.email-input input.fill-value, .input-chkbox-component.phone-input input.fill-value {
      text-align: right;
      direction: ltr; }
.input-text-component.email-input input::-moz-placeholder, .input-text-component.phone-input input::-moz-placeholder, .input-chkbox-component.email-input input::-moz-placeholder, .input-chkbox-component.phone-input input::-moz-placeholder {
      direction: rtl;
      text-align: right; }
.input-text-component.email-input input::placeholder, .input-text-component.email-input input:-moz-placeholder, .input-text-component.email-input input:-ms-input-placeholder, .input-text-component.email-input input::-webkit-input-placeholder, .input-text-component.phone-input input::placeholder, .input-text-component.phone-input input:-moz-placeholder, .input-text-component.phone-input input:-ms-input-placeholder, .input-text-component.phone-input input::-webkit-input-placeholder, .input-chkbox-component.email-input input::placeholder, .input-chkbox-component.email-input input:-moz-placeholder, .input-chkbox-component.email-input input:-ms-input-placeholder, .input-chkbox-component.email-input input::-webkit-input-placeholder, .input-chkbox-component.phone-input input::placeholder, .input-chkbox-component.phone-input input:-moz-placeholder, .input-chkbox-component.phone-input input:-ms-input-placeholder, .input-chkbox-component.phone-input input::-webkit-input-placeholder {
      direction: rtl;
      text-align: right; }
.input-text-component.pwd-input .toggle-btn, .input-chkbox-component.pwd-input .toggle-btn {
    display: block;
    position: absolute;
    top: 5px;
    left: 3%;
    width: 30px;
    height: 30px;
    cursor: pointer; }
.input-chkbox-component {
  display: flex;
  margin: 20px 0 0 0; }
input.digital-input {
  direction: ltr;
  text-align: right; }
input[type="email"], input.email-input {
  direction: ltr;
  text-align: right; }
input[type="email"]::-moz-placeholder, input.email-input::-moz-placeholder {
    direction: rtl; }
input[type="email"]:-ms-input-placeholder, input.email-input:-ms-input-placeholder {
    direction: rtl; }
input[type="email"]::placeholder, input.email-input::placeholder {
    direction: rtl; }
.row.form-group {
  min-height: 57px;
  align-items: center; }
.row.form-group small {
    font-size: 8pt; }
.row .col-form-label {
  line-height: 1.2; }
.row input, .row textarea {
  padding: 0; }
.locale-body-en input, .locale-body-en textarea, .locale-body-en select, .locale-body-en option {
  direction: ltr;
  text-align: left; }
.locale-body-en .input-text-component, .locale-body-en .input-chkbox-component {
  direction: ltr;
  text-align: left; }
.locale-body-en .input-text-component select, .locale-body-en .input-chkbox-component select {
    padding: 5px 0;
    background-size: 10px 5px;
    background-position: right 10px; }
.locale-body-en .input-text-component input, .locale-body-en .input-chkbox-component input {
    direction: ltr;
    text-align: left; }
.locale-body-en .input-text-component input.digital-input, .locale-body-en .input-chkbox-component input.digital-input {
      direction: ltr;
      text-align: left; }
.locale-body-en .input-text-component input[type="email"], .locale-body-en .input-text-component input.email-input, .locale-body-en .input-chkbox-component input[type="email"], .locale-body-en .input-chkbox-component input.email-input {
      direction: ltr;
      text-align: left; }
.locale-body-en .input-text-component input[type="email"]::-moz-placeholder, .locale-body-en .input-text-component input.email-input::-moz-placeholder, .locale-body-en .input-chkbox-component input[type="email"]::-moz-placeholder, .locale-body-en .input-chkbox-component input.email-input::-moz-placeholder {
        direction: ltr; }
.locale-body-en .input-text-component input[type="email"]:-ms-input-placeholder, .locale-body-en .input-text-component input.email-input:-ms-input-placeholder, .locale-body-en .input-chkbox-component input[type="email"]:-ms-input-placeholder, .locale-body-en .input-chkbox-component input.email-input:-ms-input-placeholder {
        direction: ltr; }
.locale-body-en .input-text-component input[type="email"]::placeholder, .locale-body-en .input-text-component input.email-input::placeholder, .locale-body-en .input-chkbox-component input[type="email"]::placeholder, .locale-body-en .input-chkbox-component input.email-input::placeholder {
        direction: ltr; }
.locale-body-en .input-text-component input.fill-value, .locale-body-en .input-chkbox-component input.fill-value {
      text-align: left;
      direction: ltr; }
.locale-body-en .input-text-component input[type=checkbox] + label:before, .locale-body-en .input-chkbox-component input[type=checkbox] + label:before {
      margin: 0 15px 0 5px; }
.locale-body-en .input-text-component .section-info .count, .locale-body-en .input-chkbox-component .section-info .count {
    order: 0; }
.locale-body-en .input-text-component .section-info .msg-error, .locale-body-en .input-chkbox-component .section-info .msg-error {
    order: 1; }
.locale-body-en .input-text-component.pwd-input .toggle-btn, .locale-body-en .input-chkbox-component.pwd-input .toggle-btn {
    left: auto;
    left: initial;
    right: 3%; }
.locale-body-en {
  direction: ltr;
  /* ----------------------------------------- */
  /* ----------------------------------------- */ }
.locale-body-en .ltr {
    direction: ltr; }
.locale-body-en .link-left__link::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiPjxkZWZzPjxwYXRoIGlkPSI0M2o3YSIgZD0iTTExMjcuMzkyIDI0OTUuNzVsLTEuMzkyIDEuNDA1IDQuNTc0IDQuNjE1LTQuNTc0IDQuNjE1IDEuMzkyIDEuNDA1IDUuOTY2LTYuMDJ6Ii8+PC9kZWZzPjxnPjxnIG9wYWNpdHk9Ii44IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEyNiAtMjQ5NSkiPjx1c2UgZmlsbD0iIzBjMWUzNiIgeGxpbms6aHJlZj0iIzQzajdhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    margin-left: 5px;
    margin-right: 0; }
.locale-body-en .filter__box .filter__box-item .filter__select {
    direction: ltr; }
.locale-body-en .filter__box .filter__box-item .filter__select select {
      background-position: 95% 50%; }
.locale-body-en .project-tiles__item .video-box .video-box__content {
    direction: ltr; }
.locale-body-en .project-tiles__item .how-many-shares .how-many-shares__title, .locale-body-en .project-tiles__item .how-many-shares .how-many-shares__subtitle, .locale-body-en .project-tiles__item .how-many-shares .how-many-shares__notice, .locale-body-en .project-tiles__item .how-many-shares .how-many-shares__footer {
    direction: ltr; }
.locale-body-en .project-tiles__item .with-chart__item .circle-chart .circle-chart__text {
    font-size: 12px;
    padding: 0 12px; }
.locale-body-en .project-tiles__item .tabs-box .tabs-box__nav {
    direction: ltr; }
.locale-body-en .project-tiles__item .tabs-box .tabs-box__nav li {
      margin-left: 0;
      margin-right: 30px; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane {
    text-align: left;
    /* ----------------------------------------- */
    /* ----------------------------------------- */ }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane#tab-1, .locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane#tab-3 {
      direction: ltr; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .tabs-box__fields-avatar {
      margin-left: 0;
      margin-right: 25px; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link {
      direction: ltr; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .upload-field__note {
        float: right; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .upload-field__label {
        float: left; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .upload-field__label img {
          margin-left: 0;
          margin-right: 12px; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .upload-file-block__fields .upload-field__link .type-name {
        float: left; }
.locale-body-en .project-tiles__item .tabs-box .tab-content.tabs-box__content .tab-pane .tabs-box__cards .tabs-box__cards-item .tabs-box__cards-avatar-wrap {
      margin-left: 0;
      margin-right: 20px; }
.locale-body-en .project-tiles__item .our-team {
    direction: ltr;
    text-align: left; }
.locale-body-en .project-tiles__item .our-team .our-team__item {
      border: none;
      border-right: 1px solid #e6e6e6; }
.locale-body-en .project-tiles__item .our-team .our-team__item:last-of-type {
        border: none; }
.locale-body-en .project-tiles__item .our-team .our-team__item:last-child {
        padding-left: 30px;
        padding-right: 30px; }
.locale-body-en .project-tiles__item .our-team .our-team__item .our-team__item-img {
        margin-left: 0;
        margin-right: 10px; }
.locale-body-en .popup-form .popup-form__content .popup-form__content-text .text-direction {
    direction: ltr; }
.locale-body-en .popup-form .popup-form__content .popup-form__content-text .amount-counter__label input {
    text-align: center; }
.locale-body-en .tile__item .tile__indicators .tile__indicators-text-ltr {
    padding-left: 0 !important; }
.locale-body-en .tile__item .tile__indicators .tile__indicators-text-rtl {
    padding-left: 20px !important; }
.locale-body-en .tile__item .tile__indicators .tile__indicators-text .tile__numbers .tile__numbers-item {
    font-size: 12px; }
.locale-body-en.investor-registration .top-block {
    text-align: left; }
.locale-body-en.investor-registration .invest-agreement .amount-counter__label input {
    text-align: center; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__nav {
    direction: ltr; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__nav li {
      margin-left: 0;
      margin-right: 30px; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content {
    direction: ltr;
    text-align: left;
    /* ----------------------------------------- */ }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link {
      direction: ltr; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .upload-field__note {
        float: right; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .upload-field__label {
        float: left; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .upload-field__label img {
          margin-left: 0;
          margin-right: 12px; }
.locale-body-en.investor-registration .invest-agreement .tabs-box .tabs-box__content .upload-file-block__fields .upload-field__link .type-name {
        float: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block p {
    text-align: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__row, .locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__row textarea, .locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__row input {
    direction: ltr;
    text-align: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block .cash-block__total {
    direction: ltr;
    text-align: left; }
.locale-body-en.investor-registration .invest-details .reg .invest-details__block .card-info .card-info__block {
    direction: ltr;
    text-align: left; }
.locale-body-en.investor-registration .invest-details .invest-details__content .invest-details__block {
    direction: ltr; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder {
    text-align: left; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder {
      direction: ltr; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder .step.done:nth-child(1) {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
.locale-body-en .progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder .step.done:nth-child(4) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px; }
.locale-body-en .investor-reg .personal-information .reg {
    direction: ltr; }
.locale-body-en .investor-reg .personal-information .reg .top-block {
      text-align: left; }
.locale-body-en .investor-reg .personal-information .reg .radio-row label {
      margin-right: 40px;
      margin-left: 0; }
.locale-body-en .breadcrumbs {
    direction: ltr; }
.locale-body-en .breadcrumbs .breadcrumbs-content {
      flex-direction: initial;
      padding: 0;
      margin-left: auto;
      margin-right: auto; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text {
        margin: 0; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text:before {
          content: " ";
          margin: 0; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text:after {
          content: ">";
          font-size: 10px;
          margin: 0 5px 0 2px; }
.locale-body-en .breadcrumbs .breadcrumbs-content .breadcrumbs-text:last-of-type:after {
          content: " "; }
.locale-body-en .subheader-content > .col {
    align-self: flex-start; }
.locale-body-en .subheader-content > .col > .text__extra-large {
      margin-top: 0; }
.locale-body-en footer .top-footer .top-foooter-content .footer-contact-form .footer-form-container .footer-contact-form-text {
    direction: ltr; }
@media (max-width: 399px) {
    .locale-body-en footer .top-footer .top-foooter-content .footer-contact-form .captcha-block {
      transform: translateX(7%); } }
.locale-body-en.how-it-works .card-number {
    direction: ltr;
    text-align: left; }
.locale-body-en.how-it-works .leading-investor-slider .leading-investor-slider__item-content {
    direction: ltr; }
.locale-body-en.how-it-works .contact-form-company-htw .contact-form-company .captcha-block {
    margin-right: auto !important; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content {
    direction: ltr; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__title, .locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__text {
      text-align: left; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__tiles {
      direction: ltr; }
.locale-body-en.how-it-works .whom-fits .whom-fits__inner .whom-fits__content .whom-fits__tiles .whom-fits__tile .whom-fits__tile-text {
        text-align: center; }
.locale-body-en.how-it-works .idea .idea__inner .idea__content {
    direction: ltr;
    text-align: left; }
.locale-body-en.how-it-works .intrested-contact-us .intrested-contact-us__item .intrested-contact-us__box {
    direction: ltr; }
.locale-body-en.how-it-works .intrested-contact-us .intrested-contact-us__item .intrested-contact-us__box .intrested-contact-us__box-title, .locale-body-en.how-it-works .intrested-contact-us .intrested-contact-us__item .intrested-contact-us__box .intrested-contact-us__box-text {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center {
    direction: ltr; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__title {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__picture {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__picture .blog-add__picture-icon {
        left: 35px;
        right: auto;
        right: initial; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__recomended-title {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-page-list-recomended .tile__item .tile__content {
      text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__content {
    text-align: left; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__content .blog-add__social .blog-add__social-list .blog-add__social-item {
      margin: 0 15px 0 0; }
.locale-body-en.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__left {
    direction: ltr;
    text-align: left; }
.locale-body-en.blog-page-item .blog-page-list-recomended a .tile-blog .tile__img {
    overflow: hidden;
    position: relative;
    height: 194px; }
.home-page .navigation {
  box-shadow: unset;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s ease-in-out; }
@media screen and (max-width: 1790px) {
    .home-page .navigation {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      background-color: #fff; } }
@media screen and (max-width: 889px) {
    .home-page .navigation {
      background-color: transparent;
      box-shadow: unset; } }
.page-content .home-holder + .mr-3.ml-3 {
  margin: 0 !important; }
.invest-as-company-holder {
  height: 60px; }
.user-name-col {
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px; }
.user-name {
  color: #fff !important; }
.info-block-col {
  border-left: 1px solid #dbdbdb; }
.user-info-form-input {
  border: unset;
  border-bottom: 1px solid #0c1e36;
  height: 24px;
  outline: unset; }
.user-info-form-input.is-error {
    border-bottom-color: #ff0000; }
.user-info-form-block {
  width: 95%; }
.load-img-cuad {
  width: 60px;
  height: 40px;
  border: 1px solid #0c1e36;
  border-radius: 5px;
  text-align: center;
  margin-right: 1.7rem; }
.load-img-cuad:after {
    content: "";
    width: 29px;
    height: 30px;
    background: url("/img/photo-camera.png") no-repeat;
    background-color: #0c1e36;
    background-position: 7px 7px;
    position: absolute;
    z-index: 999;
    right: 87px;
    top: 25px;
    cursor: pointer;
    border-radius: 50%; }
input[type=checkbox] + label {
  display: flex;
  align-items: center;
  line-height: 1.2; }
input[type=checkbox], input[type=radio] {
  display: none; }
input[type=checkbox] + label:before {
  content: "";
  color: transparent;
  display: inline-block;
  border: 1px solid #697585;
  font-size: 20px;
  line-height: 22px;
  margin: 0 5px 0 15px;
  height: 20px;
  width: 20px;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;
  transition: color ease .3s;
  border-radius: 5px; }
input[type=radio] + label {
  position: relative;
  padding-right: 25px;
  margin-bottom: 0; }
.is-radio-label-margin input[type=radio] + label {
  margin-bottom: 12px; }
input[type=radio] + label:before {
  content: '';
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #697585;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0; }
input[type=checkbox]:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiPjxkZWZzPjxwYXRoIGlkPSJwcmZwYSIgZD0iTTEwMTIuNDQzIDE2MjQuOTQ1bDMuMDM2IDMuNDggMi44NDUtMi44NDUgMy42NjYtMy42NjYiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMTEgLTE2MjEpIj48dXNlIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjMjMzMTRiIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS13aWR0aD0iMiIgeGxpbms6aHJlZj0iI3ByZnBhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat;
  background-position: center; }
input[type=radio]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #0c1e36;
  background-color: #0c1e36;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 4px;
  border-radius: 50%; }
.user-info .text__small, .user-info .tab-link > .nav-link, .user-info .tabs-menu .nav-link.active, .tabs-menu .user-info .nav-link.active {
  font-size: 16px; }
.checkbox-block .text__small label, .checkbox-block .tab-link > .nav-link label, .checkbox-block .tabs-menu .nav-link.active label, .tabs-menu .checkbox-block .nav-link.active label {
  color: #000; }
.plus-btn, .btn-plus-message {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  outline: unset;
  bottom: 20px;
  left: calc(50% - 34px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
@media (max-width: 991px) {
  .info-block-col {
    border: unset;
    padding-top: 20px;
    padding-bottom: 20px; } }
.top-block {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 25px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 10px; }
.top-block.is-none-border {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 28px; }
@media (max-width: 767px) {
    .top-block {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
.top-block.is-with-checkbox {
    margin-top: 10px;
    margin-bottom: 0; }
.top-block-bottom {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6; }
.top-block-text > .text__small, .tab-link.top-block-text > .nav-link, .tabs-menu .top-block-text > .nav-link.active {
  font-size: 20px;
  font-weight: 500;
  color: #1a316a; }
.progress-bar-block {
  margin-bottom: 70px;
  width: 100%; }
@media (max-width: 767px) {
    .progress-bar-block {
      margin: 10px 0 35px 0 !important; } }
.progress-holder {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #ebebeb;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
.progress-holder.is-full-width {
    max-width: none; }
.progress-bar-block-number .progress-holder {
    width: 100%; }
.step {
  height: 20px;
  width: 25%; }
.progress-bar-block-number .step {
    width: 33.3333%; }
@media (max-width: 767px) {
    .step {
      height: 10px; } }
.progress-text.text__small, .tab-link > .progress-text.nav-link, .tabs-menu .progress-text.nav-link.active {
  color: #000; }
.text-done {
  color: #0c1e36; }
.step.done_en {
  background-color: #0c1e36;
  background-attachment: fixed; }
.step.done_en:nth-child(1) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
.step.done_en:nth-child(4) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
.step.done_en .progress-item {
    border: 1px solid #0c1e36;
    border-radius: 50%;
    background: #0c1e36;
    background-attachment: fixed; }
.step.done_en svg path {
    fill: #fff; }
.step.done {
  background-color: #0c1e36;
  background-attachment: fixed; }
.step.done:nth-child(1) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
.step.done:nth-child(4) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
.step.done .progress-item {
    border: 1px solid #0c1e36;
    border-radius: 50%;
    background: #0c1e36;
    background-attachment: fixed; }
.step.done svg path {
    fill: #fff; }
@media (max-width: 767px) {
  .progress-text .text__small, .progress-text .tab-link > .nav-link, .progress-text .tabs-menu .nav-link.active, .tabs-menu .progress-text .nav-link.active {
    font-size: 12px;
    line-height: 1.1; } }
.progress-item {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ebebeb;
  border-color: #ebebeb;
  position: relative;
  bottom: 20px;
  margin: 0 auto; }
.progress-bar-block-number .progress-item {
    width: 90px;
    height: 90px;
    color: #8894a2;
    font-size: 46px;
    bottom: 37px; }
@media (max-width: 767px) {
      .progress-bar-block-number .progress-item {
        width: 40px;
        height: 40px;
        font-size: 18px;
        bottom: 17px;
        margin-bottom: 15px; } }
.progress-bar-block-number .done .progress-item {
    color: #c5ad66; }
@media (max-width: 479px) {
    .progress-item {
      width: 36px;
      height: 36px;
      bottom: 14px; } }
.progress-img {
  width: 30px;
  height: 30px; }
@media (max-width: 479px) {
    .progress-img {
      width: 18px;
      height: 18px; } }
.progress-img .change-color {
    fill: #fff !important; }
.progress-bar-block-number .progress-text .text__small, .progress-bar-block-number .progress-text .tab-link > .nav-link, .progress-bar-block-number .progress-text .tabs-menu .nav-link.active, .tabs-menu .progress-bar-block-number .progress-text .nav-link.active {
  position: relative;
  bottom: 25px;
  color: #8994a2; }
.progress-bar-block-number .done .progress-text .text__small, .progress-bar-block-number .done .progress-text .tab-link > .nav-link, .progress-bar-block-number .done .progress-text .tabs-menu .nav-link.active, .tabs-menu .progress-bar-block-number .done .progress-text .nav-link.active {
  color: #2c364f; }
.registration-input.col {
  padding: 0 !important;
  margin-top: 2px; }
.contact-face-block-info-col {
  border-left: 1px solid #e6e6e6;
  margin-bottom: 10px;
  margin-top: 20px; }
@media (max-width: 767px) {
    .contact-face-block-info-col {
      margin-bottom: 20px; } }
.last-block {
  border: unset; }
.textarea-registration {
  width: 100%;
  resize: none;
  border: unset;
  border-bottom: 1px solid #0c1e36;
  font-size: 16px;
  font-weight: 400;
  height: 150px;
  padding-top: 10px;
  overflow: hidden; }
.textarea-registration.is-error {
    border-bottom-color: #ff0000; }
.textarea-registration:focus {
    outline: unset; }
.registration-btns {
  margin-top: 50px; }
@media (max-width: 1799px) {
    .registration-btns {
      margin-top: 40px; } }
@media (max-width: 1199px) {
    .registration-btns {
      margin-top: 30px; } }
.registration-btns button, .registration-btns a {
    margin-left: 40px; }
@media (max-width: 959px) {
      .registration-btns button, .registration-btns a {
        margin-left: 20px; } }
.registration-btns button:first-child, .registration-btns a:first-child {
      margin-left: 0; }
.registration-btn-btn-dark {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 190px; }
.registration-btns .registration-btn-btn-dark {
    min-width: 190px; }
@media (max-width: 767px) {
      .registration-btns .registration-btn-btn-dark {
        min-width: 120px; } }
@media (max-width: 767px) {
    .registration-btn-btn-dark {
      padding-top: 7px;
      padding-bottom: 7px;
      min-width: 120px;
      font-size: 16px; } }
.registration-btn-btn-dark.is-mini {
    font-size: 13px;
    min-width: 130px;
    padding: 10px;
    font-weight: 400; }
.registration-btn-btn-dark:focus {
    outline: unset; }
.registration-btn-btn-dark.btn__white {
    box-shadow: none; }
.registration-btn-btn-light {
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 190px; }
.registration-btn-btn-light:focus {
    outline: unset; }
.upload-top-content {
  border: 1px solid #707070;
  width: 100%; }
.investor-file-table td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6; }
.upload-file {
  cursor: pointer; }
.upload-links {
  color: #53648f; }
.shadow-load-img {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #0c1e36; }
.shadow-load-img.is-error {
    border-color: #ff0000; }
.shadow-load-img .add-btn {
  width: 40px;
  height: 40px;
  background-position: center 12px;
  top: 60px;
  right: 65px; }
.add-btn {
  z-index: 5; }
.load-img__members {
  margin-top: 40px;
  margin-bottom: 30px; }
.load-img {
  background-color: #fff;
  min-height: 80px; }
.load-img.is-mini {
    min-height: auto;
    margin: 0 0 5px; }
.load-img__members img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: 1; }
.shadow-load-img > .text__small, .tab-link.shadow-load-img > .nav-link, .tabs-menu .shadow-load-img > .nav-link.active {
  position: relative;
  bottom: 20px; }
.close-member {
  display: block;
  position: absolute;
  background: url("/img/close-w.svg") #0c1e36 no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  border: unset;
  outline: unset;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px; }
.close-member:focus {
    outline: unset; }
.register-select {
  flex-direction: column;
  height: 24px;
  border: unset;
  outline: unset;
  border-bottom: 1px solid #0c1e36;
  margin: 0 auto 5px auto;
  color: #0c1e36;
  font-size: 15px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url("/img/dropdown-for-form.png");
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: left 10px;
  padding: 0 !important; }
.upload-content {
  border: 1px solid #0c1e36;
  width: 80px !important;
  height: 80px !important;
  margin-left: 1rem;
  border-radius: 10px;
  background: url("/img/picture.png") no-repeat;
  background-size: 40px 40px;
  background-position: 20px 20px; }
.upload-content.video {
  background: url("/img/video.svg") no-repeat;
  background-size: 40px 40px;
  background-position: 20px 20px; }
.cancel-media {
  display: none;
  position: absolute;
  background: url("/img/close-w.svg") #0c1e36 no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: -5px;
  left: 10px;
  border: none;
  outline: none;
  border-radius: 50%; }
.cancel-media:focus {
    outline: unset; }
.input-upload-url {
  width: 90%;
  background-color: transparent; }
.border-row {
  border-left: 1px solid #e6e6e6; }
@media (max-width: 479px) {
    .border-row .d-flex {
      flex-wrap: wrap; } }
.upload-gallery-col-content {
  text-align: center;
  position: relative; }
@media (max-width: 479px) {
    .upload-gallery-col-content {
      margin-bottom: 10px; } }
.upload-link {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #1a316a;
  text-align: right;
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
  align-items: center; }
.upload-link__btn {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 9px;
    background: #23314B url("/img/close-w.svg") no-repeat center;
    background-size: 7px;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
.upload-link__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px; }
.add-file-col {
  border: 1px solid #eef0f2;
  background: #f4f9ff; }
.black {
  color: #000; }
.input-upload-file {
  width: 0;
  height: 0;
  opacity: 0; }
.upload-file-style {
  width: 90%;
  border-bottom: 1px solid #0c1e36;
  position: relative; }
.upload-file-style:before {
    content: "";
    width: 20px;
    background: url("/img/plus.png");
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5px;
    display: block; }
.upload-file-style.is-with-after {
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
.upload-file-style.is-with-after:before {
      content: '+';
      background: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid;
      color: #0c1e36;
      display: flex;
      align-items: center;
      justify-content: center;
      left: auto;
      right: 60px;
      font-size: 19px;
      position: static;
      margin-right: 10px; }
@media (max-width: 767px) {
  .border-row {
    border: unset; } }
@media (max-width: 978px) {
  .shadow-load-img {
    margin: 0 auto 1rem auto !important; } }
.about-member {
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 0 20px 0 20px;
  margin-top: 10px;
  margin-bottom: 20px; }
.linkedin-link {
  color: #0c1e36;
  font-size: 15px; }
.add-member {
  border: 1px solid #eef0f2;
  background: #f4f9ff;
  padding: 30px; }
.add-member__title {
    color: #1a316a;
    font-size: 18px;
    font-weight: 500; }
.add-member__posttitle {
    font-size: 17px;
    color: #272727; }
.add-member__input-text {
    font-size: 18px;
    color: #8792a0;
    margin-left: 25px; }
@media (max-width: 399px) {
      .add-member__input-text {
        margin-left: 0;
        margin-bottom: 15px; } }
.add-member .user-info-form-input {
    border-bottom-color: #BBC7D8; }
.add-member .register-select {
    border-bottom-color: #BBC7D8; }
.add-member__input-row {
    display: flex;
    bottom: 5px;
    justify-content: space-between;
    width: 100%; }
@media (max-width: 399px) {
      .add-member__input-row {
        flex-direction: column; } }
.add-member__input-row input, .add-member__input-row select {
      width: 100%; }
.member-inputs input {
  background: transparent; }
.members-add-btn {
  padding: 5px 15px 5px 15px;
  min-width: 160px; }
.team-card {
  position: relative;
  width: 305px;
  max-width: 305px;
  height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #dbdbdb; }
@media (max-width: 1199px) {
    .team-card {
      margin-top: 20px; } }
@media (max-width: 399px) {
    .team-card {
      width: 100%; } }
.team-card .text__small-big {
    font-size: 20px; }
.team-card .text__small-mini {
    font-size: 18px; }
.team-card .linkedin-link {
    margin-bottom: 50px; }
@media (max-width: 767px) {
  .team .col-xl-4, .team .col-xl-8 {
    padding: 0; } }
.team-content.row-without-full-width {
  padding-left: 15px;
  padding-right: 15px; }
@media (max-width: 767px) {
    .team-content.row-without-full-width {
      padding-left: 0;
      padding-right: 0; } }
.team-content .row {
  margin-left: 0;
  margin-right: 0; }
@media (max-width: 767px) {
  .row-without-full-width {
    padding-left: 0;
    padding-right: 0; } }
.radio-block {
  height: 32px;
  display: inline-block;
  margin-bottom: 10px;
  width: 49%; }
.is-with-checkbox .radio-block {
    margin-bottom: 5px; }
.input-block-radio {
  padding-top: 28px; }
.member-close {
  right: 0 !important; }
.registration-text-holder {
  width: 100%; }
@media (max-width: 620px) {
  .reg__box {
    flex-direction: row; }
  .personal-information-checks .reg__box .max-w-220 {
    max-width: 120px;
    min-width: 120px; }
  .personal-information-checks .reg__box:nth-child(2) {
    flex-direction: column; }
    .personal-information-checks .reg__box:nth-child(2) .max-w-220 {
      max-width: 100%;
      min-width: 100%; }
  .personal-information .reg__box.is-between {
    flex-direction: row; }
  .is-text-long .reg__input-text {
    margin-left: 0; }
  .company-details .is-text-long .reg__input-text {
    margin-left: 0; }
  .recruitment-2 .reg__box {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; }
  .recruitment-2 .reg__box .input-block.d-flex {
    flex-direction: column; }
  .recruitment-2 .reg__box .input-block.d-flex .registration-input {
    margin-left: 0 !important; }
  .recruitment-2 .reg__box.is-text-long .text-right {
    width: 100%;
    min-width: 100%; }
  .recruitment-2 .reg__box.is-text-long .input-block {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
    .recruitment-2 .reg__box.is-text-long .input-block input {
      width: 100%;
      min-width: 100%;
      max-width: 100%; } }
@media (max-width: 767px) {
  .recruitment .register-select {
    width: 100%; } }
@media (max-width: 767px) {
  .recruitment-2__col .recruitment__item-box .ml-30 {
    margin-left: 0 !important; } }
@media (max-width: 620px) {
  .gallery-reg .add-file-col {
    height: auto;
    flex: auto;
    margin-top: 15px; } }
@media (max-width: 399px) {
  .contact-face-block-info-col.input-width-300 .registration-input, .input-width-300 .input-block {
    width: 120px;
    min-width: 100px; }
  .personal-information .pt-40.pt-xs-20.max-w-450.bt .reg__box {
    flex-direction: column; }
  .personal-information-checks .reg__box .max-w-220 {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px; }
  .personal-information-checks .reg__box {
    margin-bottom: 10px; }
  .max-w-220 {
    max-width: 100%; }
  .range__wrap, .range {
    width: 100%; }
  .investor-registration .registration-btn-btn-light {
    margin: 10px 0; } }
@media (max-width: 767px) {
  .personal-info-col {
    width: 100%; } }
@media (max-width: 767px) {
  .bt-for-title:before {
    display: none; } }
@media (max-width: 767px) {
  .personal-info-col.is-big-margin-right .reg__inputs-check .reg__input-text {
    width: auto;
    max-width: 49%;
    padding-left: 0;
    margin-left: 0; } }
@media (max-width: 767px) {
  .personal-info-col.is-big-margin-right .reg__inputs-check .reg__box {
    justify-content: space-between; } }
.progress-block.progress-bar-block-number .progress-block-content .progress-block-holder {
  text-align: right; }
.progress-block.progress-bar-block-number .progress-block-content .progress-block-holder .progress-bar-block .progress-holder {
    direction: rtl; }
.investor-reg .personal-information .reg {
  direction: rtl; }
.investor-reg .personal-information .reg .top-block {
    text-align: right; }
.user-info-holder .shadow-block {
  margin: unset !important; }
.message-holder {
  height: 30px; }
.message-holder:hover {
    background: #f4f9ff; }
.mail-img, .plus-img {
  width: 20px;
  height: 20px; }
.message-right > * {
  margin-left: 10px; }
.message-left > * {
  margin-right: 10px; }
.message-content {
  overflow-y: scroll;
  height: 90px;
  scrollbar-width: none; }
.message-content::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  scrollbar-width: none; }
.message {
  overflow-x: scroll;
  overflow-scrolling: auto;
  cursor: all-scroll;
  scrollbar-width: none; }
.message::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  scrollbar-width: none; }
.message-content::-webkit-scrollbar {
  width: 0;
  height: 0; }
.message-content {
  -ms-overflow-style: none;
  scrollbar-width: none; }
.message-content {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
.message-right .data {
  width: 90px; }
.message-right .subject {
  width: 200px; }
.btn-plus-message {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 32px); }
@media (max-width: 767px) {
  .message-block {
    margin-bottom: 50px; } }
.tabs-part {
  width: 100%; }
.second-tab {
  border: unset;
  border: 1px solid #93989e;
  background: #f4f9ff;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px; }
.second-tab .text__small, .second-tab .tab-link > .nav-link, .second-tab .tabs-menu .nav-link.active, .tabs-menu .second-tab .nav-link.active {
    color: #1a316a !important; }
.second-tab .registration-btn-btn-dark {
    margin-top: 20px; }
.tabs-block {
  box-shadow: 0px 0px 7px 0px #000; }
.first-tab .tile__wrapper {
  padding-bottom: unset; }
.top-block .registration-btn-btn-dark {
  margin-top: -5px;
  margin-bottom: 5px; }
.bottom-info {
  height: 0;
  opacity: 0;
  transition: opacity 0.1s, height 1s; }
.opened {
  height: auto;
  opacity: 1;
  transition: height 0.7s,opacity 1s; }
.second-tab .registration-btn-btn-dark {
  max-width: 200px; }
.tab-link > .nav-link {
  color: #1a316a;
  padding-right: 0px; }
.tabs-menu .nav-link.active {
  color: #1a316a;
  border-bottom: 2px solid #1a316a; }
.company-modal .hr-block-light {
  margin-bottom: 20px; }
@media (max-width: 1281px) {
  .form-responsive {
    max-width: unset;
    flex: 0 0  100% !important; } }
@media (max-width: 1199px) {
  .info-block-col {
    border: unset;
    padding-top: 20px;
    padding-bottom: 20px; } }
.error-404-side-text > * {
  color: #fff; }
.error-404-side-text .text__small, .error-404-side-text .tab-link > .nav-link, .error-404-side-text .tabs-menu .nav-link.active, .tabs-menu .error-404-side-text .nav-link.active {
  font-size: 15px; }
.error-404-side-text .text__medium {
  font-size: 20px;
  margin-bottom: 20px; }
.left-side-404 .left-side-bottom {
  border-top: 1px solid #fff; }
.left-side-404 .left-side-left {
  border-right: 1px solid #fff; }
.error-404-side-text {
  text-align: right;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 1.5rem; }
.error-block-img {
  height: 150px;
  width: 110px;
  position: relative;
  top: 60%;
  opacity: 0.3;
  left: -15px; }
.error-404-btn {
  border-color: #fff;
  padding: 5px 50px;
  border-radius: 25px;
  margin-top: 30px; }
.right-side-404 {
  background: url("/img/404-bg.png") no-repeat;
  background-size: cover; }
.oops, .er-404-text {
  color: #c5ad66; }
.er-404-text {
  font-size: 160px; }
.right-side-404 .text__medium {
  color: #c5ad66; }
.search-btn-404 {
  border-radius: 25px;
  padding: 5px 30px;
  margin-right: 20px; }
.search-btn-404:hover {
    transition: all 0.5s;
    box-shadow: 0px 2px 30px 0px #1a316a; }
.search-btn-404-bottom {
  border-radius: 25px;
  padding: 10px 100px;
  margin-top: 30px; }
.search-btn-404-bottom:hover {
    transition: all 0.5s;
    box-shadow: 0px 2px 30px 0px #1a316a; }
.search-form-404 {
  margin-top: 30px; }
.search-input-404 {
  outline: unset;
  border: unset;
  border-bottom: 1px solid #0c1e36;
  background: transparent;
  height: 30px;
  padding-right: 30px; }
@media (max-width: 1201px) {
  .left-side-404 .left-side-left {
    border-top: 1px solid #fff;
    border-right: unset; }
  .right-side-404 {
    padding-bottom: 3rem; } }
.shadow {
  box-shadow: 0 0 40px rgba(29, 30, 33, 0.12);
  border-radius: 10px;
  border: 1px solid #dbdbdb; }
@media (max-width: 399px) {
  .blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__title {
    font-size: 40px; } }
.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__center .blog-add__picture .blog-add__picture-icon {
  position: absolute;
  top: 40px;
  right: 35px;
  z-index: 1;
  width: 40px;
  height: auto;
  background: #fff;
  display: block;
  border-radius: 100%; }
.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__content .blog-add__social {
  margin-top: 20px; }
.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__left .blog-add__list .blog-add__list-item {
  color: #0c1e36;
  padding: 3px 0; }
.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__left .blog-add__list .blog-add__list-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__left .blog-add__list .blog-add__list-item a:hover {
      color: #c5ad66; }
.blog-page-item .page-content .blog-add .blog-add__inner .blog-add__left .blog-add__list .blog-add__list-item a .blog-add__list-item-number {
      display: block;
      padding: 3px;
      border-radius: 10px;
      min-width: 30px;
      text-align: center;
      font-size: 8pt;
      border: 1px solid rgba(103, 112, 123, 0.5); }
.blog-page-item .blog-page-list-recomended a .tile-blog .tile__img {
  overflow: hidden;
  position: relative;
  height: 194px; }
.logotype {
  font-weight: bold;
  font-size: 1em; }
.flex-end {
  display: flex;
  justify-content: flex-end; }
.flex-start {
  display: flex;
  justify-content: flex-start; }
.zero-padding {
  padding: 0 !important; }
.vm--modal {
  overflow: auto !important; }
.valid {
  border-color: #54bf54 !important; }
.error {
  border-color: red !important; }
.image_mirror--en {
  transform: scale(1, 1); }
.image_mirror--he {
  transform: scale(-1, 1); }
.border-left {
  border-left: 1px solid #2f3744; }
.border-right {
  border-right: 1px solid #2f3744; }


.vti__input{
  direction: ltr;
}

.sticky_form__inner[data-v-314f53c6] {
  width: 100%;
  height: 165px;
  position: fixed;
  bottom: 0px;
  background: linear-gradient(140deg, #3b4d7a, #141f2d);
  color: white;
  z-index: 9;
  left: 0;
  text-align: center;
}
.sticky_form__button[data-v-314f53c6] {
  width: inherit;
  height: inherit;
  padding: 21px 0px;
  text-align: center;
}


.blog-add__content{
  text-align: justify!important;
  line-height: 1.5!important;
  font-size: 13px!important;
}
.new_phone{
  padding: 0 0 10px 0;
}
.modal_input{
  width: 100%;
  height: 40px;
  background: whitesmoke;
  color: black;
  border: 1px solid transparent;
  padding: 0 5px;
}
.text_right .vue-tel-input{
  text-align: left!important;
}
.vue-tel-input{
border: none;
}
.vti__dropdown-item{
  color: gray;
  font-size: 12px;
  font-weight: 100;
}
body{
  font-family: "Rubik",sans-serif;
    -webkit-font-smoothing: antialiased;
}



.vue-phone-number-input{
  width: 100%;
}
.country-selector__toggle{
  display: none!important;
}



.language__switcher{
display: flex;
}

.correct[data-v-5c9b292d] {
  display: flex;
  justify-content: flex-end;
}
.correct a[data-v-5c9b292d] {
    display: flex;
    justify-content: flex-end;
}
.correct img[data-v-5c9b292d] {
    width: 70%;
}


.nav__inner--en{
  display: flex;
  margin-right: auto;
}
.nav__inner--he{
  display: flex;
  margin-left: auto;
}

.links__inner[data-v-04a93edf] {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.links__avatar[data-v-04a93edf]:hover {
  cursor: pointer;
}
.links__items[data-v-04a93edf] {
  display: flex;
  flex-direction: row;
  flex-basis: 80%;
  justify-content: flex-start;
}
.links__link[data-v-04a93edf] {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 0 10px;
}
.links__link[data-v-04a93edf]:hover {
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.valid {
  border-color: #54bf54 !important;
}
.error {
  border-color: red !important;
}
@media screen and (max-width: 375px) {
.footer-contact-form .captcha-block {
    transform: translateX(-7%);
    width: 304px !important;
}
}
.footer-contact-form .input-chkbox-component {
  color: #fff;
  margin: 10px 0;
}
.footer-contact-form .input-chkbox-component input[type=checkbox] + label:before {
    border: 1px solid #fff;
    background: none;
}
.footer-contact-form .input-chkbox-component input[type=checkbox]:checked + label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0Ij48ZGVmcz48cGF0aCBpZD0idXF2dmEiIGQ9Ik0xMzU4LjM5MyAxMDk0Ljk2OGwxLjczNyAxLjk5MSAxLjYyNy0xLjYyNyAyLjA5OC0yLjA5OCIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1OCAtMTA5MykiPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgeGxpbms6aHJlZj0iI3VxdnZhIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center center;
    background-size: 70%;
}
.footer-contact-form .input-chkbox-component .receive-information-text {
    color: inherit;
}
.footer-contact-form .input-chkbox-component .receive-information-text .receive-information-link {
      color: inherit;
      font-size: 10pt;
}


input[type='checkbox'][data-v-5f1d7658]{
            display: block;
            margin-right: 10px;
            width: 22px;
            height: 22px;
}
.rtl input[type='checkbox'][data-v-5f1d7658]{
  margin-right: 0px!important;
  margin-left: 10px;
}
[data-v-5f1d7658] .vti__dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
[data-v-5f1d7658] .vti__flag {
  display: inline-block !important;
}
[data-v-5f1d7658] .vti__dropdown-list {
  z-index: 1000 !important;
}
[data-v-5f1d7658] .vue-tel-input,[data-v-5f1d7658] .vue-tel-input:focus,[data-v-5f1d7658] .vue-tel-input[focus-within],[data-v-5f1d7658] .vue-tel-input.focus-visible,[data-v-5f1d7658] .vue-tel-input:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
[data-v-5f1d7658] .vue-tel-input,[data-v-5f1d7658] .vue-tel-input:focus,[data-v-5f1d7658] .vue-tel-input:focus-within,[data-v-5f1d7658] .vue-tel-input.focus-visible,[data-v-5f1d7658] .vue-tel-input:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
[data-v-5f1d7658] .vue-tel-input,[data-v-5f1d7658] .vue-tel-input:focus,[data-v-5f1d7658] .vue-tel-input[focus-within],[data-v-5f1d7658] .vue-tel-input:focus-visible,[data-v-5f1d7658] .vue-tel-input:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
[data-v-5f1d7658] .vue-tel-input,[data-v-5f1d7658] .vue-tel-input:focus,[data-v-5f1d7658] .vue-tel-input:focus-within,[data-v-5f1d7658] .vue-tel-input:focus-visible,[data-v-5f1d7658] .vue-tel-input:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.footer-images{
  margin-top: 7rem;
}


.soc-link[data-v-39124a26]{
  display: flex;
  justify-content: flex-end;
}
.vm--modal[data-v-39124a26]{
  width: 400px!important;
}
@media (max-width: 490px) {
.vm--modal[data-v-39124a26]{
    width: 300px!important;
    margin: 0 auto;
}
}

.valid[data-v-d266650c] {
  border: 1px solid #54bf54 !important;
}
.error[data-v-d266650c] {
  border: 1px solid red !important;
}
@media (max-width: 490px) {
__inner[data-v-d266650c] {
    overflow: auto;
}
}
.timeout[data-v-d266650c] {
  overflow: hidden;
  /*@media (max-width: 490px) {
    &__inner{
      max-width: 300px;
    }
  }*/
}
.timeout__inner[data-v-d266650c] {
    width: 100%;
    max-width: 400px;
    min-height: 452px;
}
.timeout__logo[data-v-d266650c] {
    opacity: 0;
}
.timeout__header[data-v-d266650c] {
    padding: 20px;
    box-sizing: border-box;
    height: 172px;
    background: url(/_nuxt/assets/img/timeout_header_bg.png);
    display: flex;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
}
.timeout__header--he[data-v-d266650c] {
      background: url(/_nuxt/assets/img/timeout_header_bg_he.png);
      background-position: center;
      background-size: cover;
}
.timeout__close[data-v-d266650c] {
    display: block !important;
    position: relative;
    width: 30px;
    height: 20px;
    top: 24px;
    z-index: 12;
}
.timeout__close[data-v-d266650c]:hover {
      cursor: pointer;
}
.timeout__close[data-v-d266650c]:before {
      content: '';
      background-color: black;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 0;
      transition: all 0.3s ease 0s;
      transform: rotate(45deg);
}
.timeout__close[data-v-d266650c]:after {
      content: '';
      background-color: black;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      bottom: 18px;
      transition: all 0.3s ease 0s;
      transform: rotate(-45deg);
}
.timeout__action img[data-v-d266650c]:hover {
    cursor: pointer;
}
.timeout__body[data-v-d266650c] {
    padding: 20px;
    box-sizing: border-box;
}
.timeout__heading[data-v-d266650c] {
    font-size: 14px;
}
.timeout__fields input[type='text'][data-v-d266650c] {
    width: 100%;
    height: 30px;
    background: whitesmoke;
    color: black;
    border: none;
    padding: 0 5px;
    margin-bottom: 10px;
}
.timeout__fields input[type='checkbox'][data-v-d266650c] {
    display: block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}
.timeout__fields .rtl input[type='checkbox'][data-v-d266650c] {
    margin-right: 0px !important;
    margin-left: 10px;
}
.timeout__button[data-v-d266650c] {
    background: #13275F;
    width: 100%;
    height: 55px;
    color: white;
    font-weight: bold;
    border: none;
}
.checkbox[data-v-d266650c] {
  display: flex;
  margin-bottom: 10px;
}
.checkbox span[data-v-d266650c] {
    padding: 2.5px;
    font-size: 14px;
}
.phone-input input[type='text'][data-v-d266650c] {
  width: 100%;
  height: 30px;
  background: whitesmoke;
  color: black;
  border: none;
  padding: 0 5px;
  margin-bottom: 10px;
}
[data-v-d266650c] .vti__dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
[data-v-d266650c] .vti__flag {
  display: inline-block !important;
}
[data-v-d266650c] .vti__dropdown-list {
  z-index: 1000 !important;
  width: 345px;
}


.checkbox[data-v-6f73183e] {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 14px;
  color: black;
}
.checkbox__input[data-v-6f73183e] {
input {
    opacity: 0;
    width: 1em;
    height: 1em;
}
}
/* Сам чекбокс (размеры и цвет)*/
.checkbox__control[data-v-6f73183e] {
  display: inline-grid;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
  color: gray;
}
.checkbox__input[data-v-6f73183e] {
  display: grid;
  grid-template-areas: "checkbox";
> * {
    grid-area: checkbox;
}
}
.checkbox__control svg[data-v-6f73183e] {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}
.checkbox__input input:checked + .checkbox__control svg[data-v-6f73183e] {
  transform: scale(1);
}
.checkbox__input input:focus + .checkbox__control[data-v-6f73183e] {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}
[data-v-6f73183e]:root {
  --disabled: #959495;
}
.checkbox__input input:checkbox:disabled+ .checkbox__control[data-v-6f73183e] {
  color: gray;
}
.checkbox--disabled[data-v-6f73183e] {
  color: gray;
}



.vm--modal{
  height: auto!important;
  max-height: 750px!important;
}


.hide_social[data-v-e1a998b8]{
  margin: 0 auto;
}
.show[data-v-e1a998b8]{
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}


#nav-login .login-form{
  margin-top: 0px!important;
}
input{
  text-align: inherit!important;
}


.tab-pane[data-v-5c0e45e8] {
  display: none;
}
.tab-pane.active[data-v-5c0e45e8] {
  display: block;
}

.button_container[data-v-b16acad6] {
  text-align: right;
  max-width: 100%;
  margin: 0 auto;
}
.button_container button[data-v-b16acad6] {
    background: linear-gradient(140deg, #3b4d7a 0%, #141f2d 100%);
}
.flex[data-v-b16acad6] {
  display: flex;
}
.checkbox-container[data-v-b16acad6] {
  padding: 10px 0;
}
[data-v-b16acad6](.vti) {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  width: 100%;
  grid-gap: 6px;
  gap: 6px;
}
[data-v-b16acad6](.vti__input) {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
}
vue-tel-input[data-v-b16acad6] {
  display: flex;
  align-items: center;
  border: 1px solid #36415d;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  background: transparent;
  transition: border-color 0.2s;
}
vue-tel-input[focus-within][data-v-b16acad6] {
  border-color: #a10642;
  box-shadow: 0 0 0 1px #ff0080;
}
vue-tel-input[data-v-b16acad6]:focus-within {
  border-color: #a10642;
  box-shadow: 0 0 0 1px #ff0080;
}
.password-hints-inline[data-v-b16acad6] {
  font-size: 13px;
  margin-top: 6px;
  color: #ff6b6b;
}
.password-hints-inline span[data-v-b16acad6] {
  color: #ff6b6b;
}
.password-hints-inline span.ok[data-v-b16acad6] {
  color: #2ecc71;
}


input[type='checkbox'][data-v-b16acad6]{
  display: block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.rtl input[type='checkbox'][data-v-b16acad6]{
  margin-right: 0px!important;
  margin-left: 10px;
}
[data-v-b16acad6] .vti__dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
[data-v-b16acad6] .vti__flag {
  display: inline-block !important;
}
[data-v-b16acad6] .vti__dropdown-list {
  z-index: 1000 !important;
}



.close__button{
  background: transparent;
    border: none;
    margin-top: 10px;
}
.tleft{
  text-align: right;
}
.tright{
  text-align: left;
}
.tabs-box__nav{
  justify-content: space-between;
}
.tabs-box__nav li{
  margin-left: 0px!important;
}


.forgot__inner[data-v-03b03dce] {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.forgot__email[data-v-03b03dce] {
  width: 500px;
}
.forgot__form-group[data-v-03b03dce] {
  margin-top: 100px;
}
.forgot__buttons[data-v-03b03dce] {
  display: flex;
  justify-content: space-between;
}
.forgot__buttons--he[data-v-03b03dce] {
    flex-direction: row-reverse;
}
.forgot__cancel[data-v-03b03dce] {
  padding: 12px 0px;
  text-align: left;
}
.forgot__cancel--he[data-v-03b03dce] {
    text-align: right;
}



































































/* Modal styling if needed */


.otp-verification-modal[data-v-4841d83e] {
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.modal-header[data-v-4841d83e] {
  text-align: center;
  margin-bottom: 30px;
}
.modal-header h3[data-v-4841d83e] {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #333;
}
.subtitle[data-v-4841d83e] {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.otp-input-container[data-v-4841d83e] {
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 20px;
}
.otp-input[data-v-4841d83e] {
  width: 45px;
  height: 45px;
  text-align: center!important;
  font-size: 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 0;
  line-height: 45px;
  font-family: monospace;
}
.otp-input[data-v-4841d83e]:focus {
  outline: none;
  border-color: #3b4d7a;
  box-shadow: 0 0 0 3px rgba(59, 77, 122, 0.1);
}
.otp-input.error[data-v-4841d83e] {
  border-color: #dc3545;
  -webkit-animation: shake-data-v-4841d83e 0.5s;
          animation: shake-data-v-4841d83e 0.5s;
}
@-webkit-keyframes shake-data-v-4841d83e {
0%, 100% { transform: translateX(0);
}
25% { transform: translateX(-5px);
}
75% { transform: translateX(5px);
}
}
@keyframes shake-data-v-4841d83e {
0%, 100% { transform: translateX(0);
}
25% { transform: translateX(-5px);
}
75% { transform: translateX(5px);
}
}
.error-message[data-v-4841d83e] {
  color: #dc3545;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.timer-container[data-v-4841d83e] {
  text-align: center;
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
}
.resend-btn[data-v-4841d83e] {
  background: none;
  border: none;
  color: #3b4d7a;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}
.resend-btn[data-v-4841d83e]:hover {
  color: #2c3e5f;
}

/* Verify button styles removed - auto-verification is used */

/* RTL Support */
.rtl .otp-input-container[data-v-4841d83e] {
  direction: ltr;
}
.rtl .modal-header[data-v-4841d83e],
.rtl .timer-container[data-v-4841d83e],
.rtl .modal-footer[data-v-4841d83e] {
  direction: rtl;
}

.cookie-consent[data-v-5b9dcae6] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(140deg, #3b4d7a 0%, #141f2d 100%);
  color: white;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.cookie-consent__container[data-v-5b9dcae6] {
    max-width: 1200px;
    margin: 0 auto;
}
.cookie-consent__content[data-v-5b9dcae6] {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    gap: 15px;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
.cookie-consent__content[data-v-5b9dcae6] {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
}
}
.cookie-consent__text[data-v-5b9dcae6] {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}
@media (min-width: 768px) {
.cookie-consent__text[data-v-5b9dcae6] {
        font-size: 15px;
}
}
.cookie-consent__actions[data-v-5b9dcae6] {
    display: flex;
    grid-gap: 15px;
    gap: 15px;
    align-items: center;
    flex-shrink: 0;
}
.cookie-consent__link[data-v-5b9dcae6] {
    color: #4CAF50;
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.3s;
}
.cookie-consent__link[data-v-5b9dcae6]:hover {
      color: #45a049;
}
.cookie-consent__button[data-v-5b9dcae6] {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
    white-space: nowrap;
}
.cookie-consent__button[data-v-5b9dcae6]:hover {
      background: #45a049;
}
.slide-up-enter-active[data-v-5b9dcae6],
.slide-up-leave-active[data-v-5b9dcae6] {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-up-enter[data-v-5b9dcae6],
.slide-up-leave-to[data-v-5b9dcae6] {
  transform: translateY(100%);
  opacity: 0;
}


.rtl .navigation-new .navigation-new__item[data-v-77a28672]{
  margin-right: 0;
  margin-left: 30px;
}

.navigation-new[data-v-77a28672] {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.navigation-new__content[data-v-77a28672] {
    display: flex;
    justify-content: space-between;
    padding: 17px 0px;
}
.navigation-new__menu[data-v-77a28672] {
    align-content: center;
}
.navigation-new__items[data-v-77a28672] {
    display: flex;
}
.navigation-new__item[data-v-77a28672] {
    margin-right: 30px;
    list-style: none;
}
.navigation-new__link[data-v-77a28672] {
    color: #13275F;
    font-size: 20px;
}
.navigation-new__link[data-v-77a28672]:hover {
      text-decoration: none;
      color: #90B53F;
}
.navigation-new__toggle[data-v-77a28672] {
    display: flex;
    align-items: center;
}
.navigation-new__logo img[data-v-77a28672] {
    max-width: 191px;
    width: 100%;
}
.nuxt-link-active[data-v-77a28672] {
  display: flex;
  color: #90B53F;
}


.rtl .links .links__link[data-v-db94ea4e]{
  margin-right: 0;
  margin-left: 10px;
}

.header-new[data-v-db94ea4e] {
  background-color: #132760;
}
.header-new__content[data-v-db94ea4e] {
    display: flex;
    justify-content: space-between;
    padding: 17px 0px;
}
.header-new__menu[data-v-db94ea4e] {
    display: flex;
    align-items: center;
}
.language[data-v-db94ea4e] {
  display: flex;
  width: 70px;
  justify-content: space-between;
}
.language__link[data-v-db94ea4e] {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}
.language__active[data-v-db94ea4e] {
    color: #90B53F;
    text-decoration: none;
}
.language__link[data-v-db94ea4e]:hover {
    color: #90B53F;
    text-decoration: none;
}
.links__inner[data-v-db94ea4e] {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.links__avatar[data-v-db94ea4e]:hover {
  cursor: pointer;
}
.links__items[data-v-db94ea4e] {
  display: flex;
  flex-direction: row;
  flex-basis: 80%;
  justify-content: flex-start;
}
.links__link[data-v-db94ea4e] {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}
.links__link[data-v-db94ea4e]:hover {
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.valid {
  border-color: #54bf54 !important;
}
.error {
  border-color: red !important;
}

.contactForm-new__content[data-v-3a20552b] {
  background-color: white;
  padding: 28px 40px 10px 40px;
}
.contactForm-new__header[data-v-3a20552b] {
  font-size: 20px;
}
.contactForm-new__form[data-v-3a20552b] {
  display: flex;
  flex-direction: column;
}
.contactForm-new__form input[data-v-3a20552b],
.contactForm-new__form textarea[data-v-3a20552b] {
  border: unset;
  border-bottom: 2px solid #E8E8E8;
  padding-top: 16px;
}
.contactForm-new__form .vue-tel-input[data-v-3a20552b] {
  border: unset;
  border-bottom: 2px solid #E8E8E8;
  padding-top: 4px;
}
.contactForm-new__form .checkbox-new[data-v-3a20552b] {
  padding-top: 16px;
  margin-bottom: 16px;
}
.contactForm-new__form button[data-v-3a20552b] {
  background-color: #132760;
  color: white;
  width: 138px;
  height: 48px;
  margin-left: auto;
}


.rtl .footer-new .footer-new__links-box[data-v-6b38cc0b]{
  margin-right: 0;
  margin-left: 40px;
}

.footer-new__main[data-v-6b38cc0b] {
  background-color: #132760;
}
.footer-new__content[data-v-6b38cc0b] {
  display: flex;
  justify-content: space-between;
  padding: 34px 0px;
}
.footer-new__navigation[data-v-6b38cc0b] {
  display: flex;
  justify-content: space-between;
}
.footer-new__header[data-v-6b38cc0b] {
  font-size: 20px;
  color: white;
  margin-bottom: 14px;
}
.footer-new__links-box[data-v-6b38cc0b] {
  margin-right: 40px;
}
.footer-new__links li[data-v-6b38cc0b] {
  margin-bottom: 12px;
}
.footer-new__links a[data-v-6b38cc0b] {
  color: white;
}
.footer-new__links a[data-v-6b38cc0b]:hover {
    color: #90B53F;
    text-decoration: none;
}
.footer-new__links .nuxt-link-active[data-v-6b38cc0b] {
  color: #90B53F;
}
.footer-new__logo[data-v-6b38cc0b] {
  display: flex;
  justify-content: space-between;
  margin-top: 205px;
}
.footer-new__sub[data-v-6b38cc0b] {
  background-color: white;
  padding: 21px 0px;
}
.footer-new__sub-content[data-v-6b38cc0b] {
  display: flex;
  justify-content: space-between;
}
.smm[data-v-6b38cc0b] {
  display: flex;
}
.smm__item[data-v-6b38cc0b] {
    margin-right: 15px;
}











































































/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}
/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}
/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}
/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
* {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}
}

@charset "UTF-8";
.container-new {
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0px 26px;
}
/* Tablets: 768px up to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
.container-new {
    max-width: 1024px;
    padding: 0px 16px;
}
}
/* Laptop: 768px up to 1024px */
/* ---------------------------------------------- */
/* Hide on MOBILE (0–767px)                      */
/* ---------------------------------------------- */
@media (max-width: 767px) {
.hide-mobile {
    display: none !important;
}
}
/* ---------------------------------------------- */
/* Hide on TABLET (768px–1024px)                 */
/* ---------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
.hide-tablet {
    display: none !important;
}
}
/* ---------------------------------------------- */
/* Hide on DESKTOP (1025px and up)               */
/* ---------------------------------------------- */
@media (min-width: 1025px) {
.hide-desktop {
    display: none !important;
}
}
.ch {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  align-items: center;
}
.ch input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.chc {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 2px solid #132760;
}
.ch:hover input ~ .chc {
  background-color: #ccc;
}
.chc:after {
  content: "";
  position: absolute;
  display: none;
}
.ch input:checked ~ .chc:after {
  display: block;
}
.ch .chc:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #90B53F;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

