/* 1. Theme Variables */
/* 1a. User Override Variables */
/* common variables*/
/* 2. Theme Mixins */
/* 3. Bootstrap Override Styles */
/* 3a. Override default includes of bootstrap */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://use.typekit.net/bag5hle.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/google-sans");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800");
:root {
  --blue: #047bf8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e65252;
  --orange: #fd7e14;
  --yellow: #fbe4a0;
  --green: #5eb314;
  --teal: #20c997;
  --cyan: #5bc0de;
  --white: #fff;
  --gray: #636c72;
  --gray-dark: #343a40;
  --arthablue: #3399ff;
  --arthared: #b11f37;
  --arthayellow: #f7971e;
  --arthagrey: #f6f7f8;
  --greenlight: #6CC24A;
  --primary: #b11f37;
  --secondary: #292b2c;
  --success: #5eb314;
  --info: #5bc0de;
  --warning: #fbe4a0;
  --danger: #e65252;
  --light: #f8f9fa;
  --dark: #343a40;
  --greenlight: #6CC24A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1450px;
  --font-family-sans-serif: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3E4B5B;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

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: #b11f37;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #701423;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .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; }

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

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

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

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

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-cancel-button,
[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-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #334152; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #636c72; }

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 4px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500; }

pre {
  display: block;
  font-size: 87.5%;
  color: #292b2c; }
  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; } }
  @media (min-width: 1450px) {
    .container {
      max-width: 1380px; } }

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

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1450px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(83, 101, 140, 0.33); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(83, 101, 140, 0.33); }
  .table tbody + tbody {
    border-top: 2px solid rgba(83, 101, 140, 0.33); }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid rgba(83, 101, 140, 0.33); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(83, 101, 140, 0.33); }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

.table-hover tbody tr:hover {
  background-color: rgba(18, 95, 142, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-greenlight,
.table-greenlight > th,
.table-greenlight > td {
  background-color: #d6eecc; }

.table-hover .table-greenlight:hover {
  background-color: #c7e8b9; }
  .table-hover .table-greenlight:hover > td,
  .table-hover .table-greenlight:hover > th {
    background-color: #c7e8b9; }

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #292b2c;
  border-color: #3b3e40; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(83, 101, 140, 0.33); }

.table-dark {
  color: #fff;
  background-color: #292b2c; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #3b3e40; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1449.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dde2ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b11f37;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.1rem + 4px); }

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 + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .all-wrapper .input-group-sm > .input-group-prepend > .form-control-plaintext.fc-button,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .all-wrapper .input-group-sm > .input-group-append > .form-control-plaintext.fc-button, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .all-wrapper .input-group-lg > .input-group-prepend > .form-control-plaintext.fc-button,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn, .all-wrapper .input-group-lg > .input-group-append > .form-control-plaintext.fc-button {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.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, .all-wrapper .input-group-sm > .input-group-prepend > .fc-button,
.input-group-sm > .input-group-append > .btn, .all-wrapper .input-group-sm > .input-group-append > .fc-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 4px; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .all-wrapper .input-group-sm > .input-group-prepend > select.fc-button:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .all-wrapper .input-group-sm > .input-group-append > select.fc-button:not([size]):not([multiple]) {
  height: calc(1.7rem + 4px); }

.form-control-lg, .input-group-lg > .form-control,
.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, .all-wrapper .input-group-lg > .input-group-prepend > .fc-button,
.input-group-lg > .input-group-append > .btn, .all-wrapper .input-group-lg > .input-group-append > .fc-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .all-wrapper .input-group-lg > .input-group-prepend > select.fc-button:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .all-wrapper .input-group-lg > .input-group-append > select.fc-button:not([size]):not([multiple]) {
  height: calc(2.875rem + 4px); }

.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 {
    color: #636c72; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(94, 179, 20, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #5eb314; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #5eb314;
    box-shadow: 0 0 0 0.2rem rgba(94, 179, 20, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.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: #5eb314; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #9eed5a; }

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

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

.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 1px #fff, 0 0 0 0.2rem rgba(94, 179, 20, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #5eb314; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(94, 179, 20, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(230, 82, 82, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e65252; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #e65252;
    box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.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: #e65252; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f6c1c1; }

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

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

.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 1px #fff, 0 0 0 0.2rem rgba(230, 82, 82, 0.25); }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 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 {
      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;
      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, .all-wrapper .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 4px;
  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; }
  .btn:hover, .all-wrapper .fc-button:hover, .btn:focus, .all-wrapper .fc-button:focus {
    text-decoration: none; }
  .btn:focus, .all-wrapper .fc-button:focus, .btn.focus, .all-wrapper .focus.fc-button {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .all-wrapper .disabled.fc-button, .btn:disabled, .all-wrapper .fc-button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .all-wrapper .fc-button:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .all-wrapper .fc-button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .all-wrapper .fc-button:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled, .all-wrapper a.disabled.fc-button,
fieldset:disabled a.btn,
fieldset:disabled .all-wrapper a.fc-button,
.all-wrapper fieldset:disabled a.fc-button {
  pointer-events: none; }

.btn-primary, .all-wrapper .fc-button.fc-state-active {
  color: #fff;
  background-color: #b11f37;
  border-color: #b11f37; }
  .btn-primary:hover, .all-wrapper .fc-button.fc-state-active:hover {
    color: #fff;
    background-color: #90192d;
    border-color: #86172a; }
  .btn-primary:focus, .all-wrapper .fc-button.fc-state-active:focus, .btn-primary.focus, .all-wrapper .focus.fc-button.fc-state-active {
    box-shadow: 0 0 0 0.2rem rgba(177, 31, 55, 0.5); }
  .btn-primary.disabled, .all-wrapper .disabled.fc-button.fc-state-active, .btn-primary:disabled, .all-wrapper .fc-button.fc-state-active:disabled {
    color: #fff;
    background-color: #b11f37;
    border-color: #b11f37; }
  .btn-primary:not(:disabled):not(.disabled):active, .all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .all-wrapper .show > .dropdown-toggle.fc-button.fc-state-active {
    color: #fff;
    background-color: #86172a;
    border-color: #7b1526; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .all-wrapper .show > .dropdown-toggle.fc-button.fc-state-active:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 31, 55, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #292b2c;
  border-color: #292b2c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #171818;
    border-color: #101112; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 43, 44, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #292b2c;
    border-color: #292b2c; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #101112;
    border-color: #0a0b0b; }
    .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(41, 43, 44, 0.5); }

.btn-success {
  color: #fff;
  background-color: #5eb314;
  border-color: #5eb314; }
  .btn-success:hover {
    color: #fff;
    background-color: #4c9110;
    border-color: #46850f; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 179, 20, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #5eb314;
    border-color: #5eb314; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #46850f;
    border-color: #407a0e; }
    .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(94, 179, 20, 0.5); }

.btn-info {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #3bb4d8;
    border-color: #31b0d5; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aaacf; }
    .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(91, 192, 222, 0.5); }

.btn-warning {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0; }
  .btn-warning:hover {
    color: #292b2c;
    background-color: #f9da7b;
    border-color: #f9d66f; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 228, 160, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #292b2c;
    background-color: #f9d66f;
    border-color: #f8d363; }
    .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(251, 228, 160, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e13131;
    border-color: #e02525; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e65252;
    border-color: #e65252; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e02525;
    border-color: #d91f1f; }
    .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(230, 82, 82, 0.5); }

.btn-light {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #292b2c;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #292b2c;
    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: #292b2c;
    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(248, 249, 250, 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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5); }

.btn-greenlight {
  color: #292b2c;
  background-color: #6CC24A;
  border-color: #6CC24A; }
  .btn-greenlight:hover {
    color: #fff;
    background-color: #5aac3a;
    border-color: #55a237; }
  .btn-greenlight:focus, .btn-greenlight.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }
  .btn-greenlight.disabled, .btn-greenlight:disabled {
    color: #292b2c;
    background-color: #6CC24A;
    border-color: #6CC24A; }
  .btn-greenlight:not(:disabled):not(.disabled):active, .btn-greenlight:not(:disabled):not(.disabled).active,
  .show > .btn-greenlight.dropdown-toggle {
    color: #fff;
    background-color: #55a237;
    border-color: #509933; }
    .btn-greenlight:not(:disabled):not(.disabled):active:focus, .btn-greenlight:not(:disabled):not(.disabled).active:focus,
    .show > .btn-greenlight.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.btn-outline-primary {
  color: #b11f37;
  background-color: transparent;
  background-image: none;
  border-color: #b11f37; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #b11f37;
    border-color: #b11f37; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 31, 55, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #b11f37;
    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: #b11f37;
    border-color: #b11f37; }
    .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(177, 31, 55, 0.5); }

.btn-outline-secondary {
  color: #292b2c;
  background-color: transparent;
  background-image: none;
  border-color: #292b2c; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #292b2c;
    border-color: #292b2c; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 43, 44, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #292b2c;
    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: #292b2c;
    border-color: #292b2c; }
    .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(41, 43, 44, 0.5); }

.btn-outline-success {
  color: #5eb314;
  background-color: transparent;
  background-image: none;
  border-color: #5eb314; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5eb314;
    border-color: #5eb314; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 179, 20, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5eb314;
    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: #5eb314;
    border-color: #5eb314; }
    .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(94, 179, 20, 0.5); }

.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  background-image: none;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    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: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .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(91, 192, 222, 0.5); }

.btn-outline-warning {
  color: #fbe4a0;
  background-color: transparent;
  background-image: none;
  border-color: #fbe4a0; }
  .btn-outline-warning:hover {
    color: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 228, 160, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fbe4a0;
    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: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0; }
    .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(251, 228, 160, 0.5); }

.btn-outline-danger {
  color: #e65252;
  background-color: transparent;
  background-image: none;
  border-color: #e65252; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e65252;
    border-color: #e65252; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e65252;
    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: #e65252;
    border-color: #e65252; }
    .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(230, 82, 82, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #292b2c;
    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: #292b2c;
    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;
  background-color: transparent;
  background-image: none;
  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-outline-greenlight {
  color: #6CC24A;
  background-color: transparent;
  background-image: none;
  border-color: #6CC24A; }
  .btn-outline-greenlight:hover {
    color: #292b2c;
    background-color: #6CC24A;
    border-color: #6CC24A; }
  .btn-outline-greenlight:focus, .btn-outline-greenlight.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }
  .btn-outline-greenlight.disabled, .btn-outline-greenlight:disabled {
    color: #6CC24A;
    background-color: transparent; }
  .btn-outline-greenlight:not(:disabled):not(.disabled):active, .btn-outline-greenlight:not(:disabled):not(.disabled).active,
  .show > .btn-outline-greenlight.dropdown-toggle {
    color: #292b2c;
    background-color: #6CC24A;
    border-color: #6CC24A; }
    .btn-outline-greenlight:not(:disabled):not(.disabled):active:focus, .btn-outline-greenlight:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-greenlight.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5); }

.btn-link {
  font-weight: 400;
  color: #b11f37;
  background-color: transparent; }
  .btn-link:hover {
    color: #701423;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #636c72; }

.btn-lg, .btn-group-lg > .btn, .all-wrapper .btn-group-lg > .fc-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 4px; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 0.9rem;
  color: #3E4B5B;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b11f37; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    background-color: transparent; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .all-wrapper .btn-group > .fc-button,
  .btn-group-vertical > .btn,
  .all-wrapper .btn-group-vertical > .fc-button {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .all-wrapper .btn-group > .fc-button:hover,
    .btn-group-vertical > .btn:hover,
    .all-wrapper .btn-group-vertical > .fc-button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .all-wrapper .btn-group > .fc-button:focus, .btn-group > .btn:active, .all-wrapper .btn-group > .fc-button:active, .btn-group > .btn.active, .all-wrapper .btn-group > .active.fc-button,
    .btn-group-vertical > .btn:focus,
    .all-wrapper .btn-group-vertical > .fc-button:focus,
    .btn-group-vertical > .btn:active,
    .all-wrapper .btn-group-vertical > .fc-button:active,
    .btn-group-vertical > .btn.active,
    .all-wrapper .btn-group-vertical > .active.fc-button {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .all-wrapper .fc-button + .btn, .all-wrapper .btn-group .fc-button + .btn, .btn-group .all-wrapper .btn + .fc-button, .all-wrapper .btn-group .btn + .fc-button, .btn-group .all-wrapper .fc-button + .fc-button, .all-wrapper .btn-group .fc-button + .fc-button,
  .btn-group .btn + .btn-group,
  .btn-group .all-wrapper .fc-button + .btn-group,
  .all-wrapper .btn-group .fc-button + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .all-wrapper .btn-group + .fc-button,
  .all-wrapper .btn-group .btn-group + .fc-button,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .all-wrapper .fc-button + .btn,
  .all-wrapper .btn-group-vertical .fc-button + .btn,
  .btn-group-vertical .all-wrapper .btn + .fc-button,
  .all-wrapper .btn-group-vertical .btn + .fc-button,
  .btn-group-vertical .all-wrapper .fc-button + .fc-button,
  .all-wrapper .btn-group-vertical .fc-button + .fc-button,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .all-wrapper .fc-button + .btn-group,
  .all-wrapper .btn-group-vertical .fc-button + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .all-wrapper .btn-group + .fc-button,
  .all-wrapper .btn-group-vertical .btn-group + .fc-button,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .all-wrapper .btn-group > .fc-button:first-child {
  margin-left: 0; }

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

.btn-group > .btn:not(:first-child), .all-wrapper .btn-group > .fc-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.all-wrapper .btn-group > .btn-group:not(:first-child) > .fc-button {
  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 {
    margin-left: 0; }

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .all-wrapper .btn-group-lg > .fc-button + .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 .all-wrapper .fc-button, .all-wrapper .btn-group-vertical .fc-button,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .all-wrapper .btn-group-vertical > .fc-button + .btn, .all-wrapper .btn-group-vertical > .btn + .fc-button, .all-wrapper .btn-group-vertical > .fc-button + .fc-button,
  .btn-group-vertical > .btn + .btn-group,
  .all-wrapper .btn-group-vertical > .fc-button + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .all-wrapper .btn-group-vertical > .btn-group + .fc-button,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .all-wrapper .btn-group-vertical > .fc-button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .all-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .fc-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .all-wrapper .btn-group-vertical > .fc-button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .all-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .fc-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .all-wrapper .btn-group-toggle > .fc-button,
.btn-group-toggle > .btn-group > .btn,
.all-wrapper .btn-group-toggle > .btn-group > .fc-button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .all-wrapper .btn-group-toggle > .fc-button input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .all-wrapper .btn-group-toggle > .fc-button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .all-wrapper .btn-group-toggle > .btn-group > .fc-button input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .all-wrapper .btn-group-toggle > .btn-group > .fc-button 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 > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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: -2px; }
  .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::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .all-wrapper .fc-button, .all-wrapper .input-group-prepend .fc-button,
  .input-group-append .btn,
  .input-group-append .all-wrapper .fc-button,
  .all-wrapper .input-group-append .fc-button {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .all-wrapper .fc-button + .btn, .all-wrapper .input-group-prepend .fc-button + .btn, .input-group-prepend .all-wrapper .btn + .fc-button, .all-wrapper .input-group-prepend .btn + .fc-button, .input-group-prepend .all-wrapper .fc-button + .fc-button, .all-wrapper .input-group-prepend .fc-button + .fc-button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .all-wrapper .fc-button + .input-group-text,
  .all-wrapper .input-group-prepend .fc-button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .all-wrapper .input-group-text + .fc-button,
  .all-wrapper .input-group-prepend .input-group-text + .fc-button,
  .input-group-append .btn + .btn,
  .input-group-append .all-wrapper .fc-button + .btn,
  .all-wrapper .input-group-append .fc-button + .btn,
  .input-group-append .all-wrapper .btn + .fc-button,
  .all-wrapper .input-group-append .btn + .fc-button,
  .input-group-append .all-wrapper .fc-button + .fc-button,
  .all-wrapper .input-group-append .fc-button + .fc-button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .all-wrapper .fc-button + .input-group-text,
  .all-wrapper .input-group-append .fc-button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .all-wrapper .input-group-text + .fc-button,
  .all-wrapper .input-group-append .input-group-text + .fc-button {
    margin-left: -2px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #dde2ec;
  border-radius: 4px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .all-wrapper .input-group > .input-group-prepend > .fc-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.all-wrapper .input-group > .input-group-append:not(:last-child) > .fc-button,
.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),
.all-wrapper .input-group > .input-group-append:last-child > .fc-button: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, .all-wrapper .input-group > .input-group-append > .fc-button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.all-wrapper .input-group > .input-group-prepend:not(:first-child) > .fc-button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.all-wrapper .input-group > .input-group-prepend:first-child > .fc-button: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;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #b11f37; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, none; }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ed96a4; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #636c72; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b11f37; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(177, 31, 55, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(177, 31, 55, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b11f37; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(177, 31, 55, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 8px 10px;
  border: 2px solid #dde2ec;
  border-radius: 4px;
  appearance: none; }
  .custom-select:focus {
    border-color: #b11f37;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(177, 31, 55, 0.5); }
    .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: #636c72;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.7rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.1rem + 4px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #b11f37;
    box-shadow: none; }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #b11f37; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.1rem + 4px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #dde2ec;
  border-radius: 4px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.1rem + 4px) - 2px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 2px solid #dde2ec;
    border-radius: 0 4px 4px 0; }

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

.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: 4px;
    border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 4px; }

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

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

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

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

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

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

.breadcrumb-item.active {
  color: #636c72; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b11f37;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #701423;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #b11f37;
  border-color: #b11f37; }

.page-item.disabled .page-link {
  color: #636c72;
  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: 6px;
  border-bottom-left-radius: 6px; }

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }
  .badge:empty {
    display: none; }

.btn .badge, .all-wrapper .fc-button .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #b11f37; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #86172a; }

.badge-secondary {
  color: #fff;
  background-color: #292b2c; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #101112; }

.badge-success {
  color: #fff;
  background-color: #5eb314; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #46850f; }

.badge-info {
  color: #292b2c;
  background-color: #5bc0de; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #31b0d5; }

.badge-warning {
  color: #292b2c;
  background-color: #fbe4a0; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #f9d66f; }

.badge-danger {
  color: #fff;
  background-color: #e65252; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e02525; }

.badge-light {
  color: #292b2c;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.badge-greenlight {
  color: #292b2c;
  background-color: #6CC24A; }
  .badge-greenlight[href]:hover, .badge-greenlight[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #55a237; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #4e0e18;
  background-color: #ca6777;
  border-color: #b73147; }
  .alert-primary hr {
    border-top-color: #a32c3f; }
  .alert-primary .alert-link {
    color: #23060b; }

.alert-secondary {
  color: #121313;
  background-color: #6d6f70;
  border-color: #3a3c3d; }
  .alert-secondary hr {
    border-top-color: #2e2f30; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #294f09;
  background-color: #92cb5f;
  border-color: #6bb927; }
  .alert-success hr {
    border-top-color: #5fa423; }
  .alert-success .alert-link {
    color: #112104; }

.alert-info {
  color: #285462;
  background-color: #8fd4e9;
  border-color: #68c5e1; }
  .alert-info hr {
    border-top-color: #53bddd; }
  .alert-info .alert-link {
    color: #19353e; }

.alert-warning {
  color: #6e6446;
  background-color: #fcedbe;
  border-color: #fbe6a8; }
  .alert-warning hr {
    border-top-color: #fadf90; }
  .alert-warning .alert-link {
    color: #4f4832; }

.alert-danger {
  color: #652424;
  background-color: #ee8989;
  border-color: #e86060; }
  .alert-danger hr {
    border-top-color: #e54a4a; }
  .alert-danger .alert-link {
    color: #3f1717; }

.alert-light {
  color: #6d6e6e;
  background-color: #fafbfc;
  border-color: #f9f9fa; }
  .alert-light hr {
    border-top-color: #ebebee; }
  .alert-light .alert-link {
    color: #545454; }

.alert-dark {
  color: #171a1c;
  background-color: #75797d;
  border-color: #444a4f; }
  .alert-dark hr {
    border-top-color: #383d41; }
  .alert-dark .alert-link {
    color: black; }

.alert-greenlight {
  color: #305521;
  background-color: #9bd684;
  border-color: #78c758; }
  .alert-greenlight hr {
    border-top-color: #69c145; }
  .alert-greenlight .alert-link {
    color: #1b3013; }

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #b11f37;
  transition: width 0.6s ease; }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.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, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #235a94; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.3; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0px solid #e9ecef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .modal-header .close {
    padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  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.8rem;
  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: 4px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  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.8rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 6px; }
    .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 + 0px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 0px;
    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 + 0px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 6px 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 0px;
    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 + 0px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 0px;
    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: 0px solid #b11f37; }

.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 + 0px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 6px 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 0px;
    border-left-color: #fff; }

.popover-header {
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #fff;
  background-color: #b11f37;
  border-bottom: 0px solid #9b1b30;
  border-top-left-radius: calc(6px - 0px);
  border-top-right-radius: calc(6px - 0px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 15px 20px;
  color: #3E4B5B; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #b11f37 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #86172a !important; }

.bg-secondary {
  background-color: #292b2c !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #101112 !important; }

.bg-success {
  background-color: #5eb314 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #46850f !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #fbe4a0 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f9d66f !important; }

.bg-danger {
  background-color: #e65252 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e02525 !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-greenlight {
  background-color: #6CC24A !important; }

a.bg-greenlight:hover, a.bg-greenlight:focus,
button.bg-greenlight:hover,
button.bg-greenlight:focus {
  background-color: #55a237 !important; }

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !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: #b11f37 !important; }

.border-secondary {
  border-color: #292b2c !important; }

.border-success {
  border-color: #5eb314 !important; }

.border-info {
  border-color: #5bc0de !important; }

.border-warning {
  border-color: #fbe4a0 !important; }

.border-danger {
  border-color: #e65252 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-greenlight {
  border-color: #6CC24A !important; }

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

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-circle {
  border-radius: 50% !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 (min-width: 1450px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-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.85714%; }

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

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

@media (min-width: 1450px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-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; } }

@media (min-width: 1450px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-2,
.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-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-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-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-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-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; } }

@media (min-width: 1450px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !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; } }

@media (min-width: 1450px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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-normal {
  font-weight: 400 !important; }

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

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

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

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

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

.text-secondary {
  color: #292b2c !important; }

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

.text-success {
  color: #5eb314 !important; }

a.text-success:hover, a.text-success:focus {
  color: #46850f !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:hover, a.text-info:focus {
  color: #31b0d5 !important; }

.text-warning {
  color: #fbe4a0 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #f9d66f !important; }

.text-danger {
  color: #e65252 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #e02525 !important; }

.text-light {
  color: #f8f9fa !important; }

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-greenlight {
  color: #6CC24A !important; }

a.text-greenlight:hover, a.text-greenlight:focus {
  color: #55a237 !important; }

.text-muted, .invoice-body .invoice-desc .desc-value {
  color: #636c72 !important; }

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

.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 #999;
    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 #ddd !important; } }

/* 3b. Override bootstrap table styles */
.table .user-with-avatar {
  white-space: nowrap; }
  .table .user-with-avatar img {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    object-fit: contain; }
  .table .user-with-avatar span {
    display: inline-block;
    vertical-align: middle; }
  .table .user-with-avatar img + span {
    margin-left: 10px; }

.table th {
  font-weight: 500; }

.table .smaller {
  font-size: 0.72rem; }

.table .lighter {
  color: rgba(90, 99, 126, 0.49); }

.table.table-editable td:hover {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #b11f37; }

.table.table-lightborder td {
  border-top-color: rgba(83, 101, 140, 0.08); }

.table.table-lightfont td {
  font-weight: 300; }

.table th,
.table td {
  vertical-align: middle; }
  .table th img, .table td img {
    max-width: 100%; }

.table thead th {
  border-bottom: 1px solid #999; }

.table tfoot th {
  border-top: 1px solid #999; }

.table tfoot th,
.table thead th {
  font-size: 0.63rem;
  text-transform: uppercase;
  border-top: none; }

.table tbody + tbody {
  border-top: 1px solid rgba(83, 101, 140, 0.33); }

.table td.nowrap {
  white-space: nowrap; }

.table .row-actions {
  text-align: center; }
  .table .row-actions .os-icon {
    font-size: 16px; }
  .table .row-actions a {
    margin-right: 0.8rem;
    color: #3E4B5B; }
    .table .row-actions a.danger {
      color: #9d1818; }
    .table .row-actions a:last-child {
      margin-right: 0px; }

.table .cell-image-list {
  position: relative;
  display: inline-block;
  white-space: nowrap; }
  .table .cell-image-list .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    transition: all 0.1s ease;
    transform: scale(1);
    position: relative;
    cursor: pointer; }
    .table .cell-image-list .cell-img:nth-child(1) {
      z-index: 5; }
    .table .cell-image-list .cell-img:nth-child(2) {
      z-index: 4; }
    .table .cell-image-list .cell-img:nth-child(3) {
      z-index: 3; }
    .table .cell-image-list .cell-img:nth-child(4) {
      z-index: 2; }
    .table .cell-image-list .cell-img:nth-child(5) {
      z-index: 1; }
    .table .cell-image-list .cell-img:hover {
      transform: scale(1.1); }
  .table .cell-image-list .cell-img + .cell-img {
    margin-left: -15px; }
    .table .cell-image-list .cell-img + .cell-img:hover {
      transform: translateX(5px) scale(1.1); }
  .table .cell-image-list .cell-img-more {
    font-size: 0.63rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70%;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 7;
    white-space: nowrap; }

.table .user-with-avatar .enterpriseimage {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  overflow: hidden; }
  .table .user-with-avatar .enterpriseimage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: unset; }

@media (min-width: 1100px) {
  .table-responsive {
    overflow: visible; } }

.table-lg td {
  padding: 1.2rem 1.5rem; }

.table.table-v2 thead tr th, .table.table-v2 tfoot tr th {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: rgba(0, 0, 0, 0.05); }
  .table.table-v2 thead tr th:first-child, .table.table-v2 tfoot tr th:first-child {
    border-left: 1px solid #999; }
  .table.table-v2 thead tr th:last-child, .table.table-v2 tfoot tr th:last-child {
    border-right: 1px solid #999; }

.table.table-v2 tbody tr td {
  border-color: #d9dee2; }

.controls-above-table {
  margin-bottom: 1rem; }
  .controls-above-table .btn, .controls-above-table .all-wrapper .fc-button, .all-wrapper .controls-above-table .fc-button {
    margin-right: 0.5rem; }
  .controls-above-table .form-control {
    margin-right: 1rem; }
    .controls-above-table .form-control:last-child {
      margin-right: 0px; }

.controls-below-table {
  display: flex;
  justify-content: space-between;
  font-size: 0.81rem; }
  .controls-below-table .table-records-info {
    color: rgba(0, 0, 0, 0.5); }
  .controls-below-table .table-records-pages ul {
    list-style: none; }
    .controls-below-table .table-records-pages ul li {
      display: inline-block;
      margin: 0px 10px; }
      .controls-below-table .table-records-pages ul li a.current {
        color: #3E4B5B; }

.all-wrapper table.dataTable {
  border-collapse: collapse !important; }

.table.table-padded {
  border-collapse: separate;
  border-spacing: 0 5px; }
  .table.table-padded thead tr th {
    border: none;
    font-size: 0.81rem;
    color: rgba(90, 99, 126, 0.49);
    letter-spacing: 1px;
    padding: 0.3rem 1.1rem; }
  .table.table-padded tbody tr {
    border-radius: 4px;
    transition: all 0.1s ease; }
    .table.table-padded tbody tr:hover {
      box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
      transform: translateY(-1px) scale(1.01); }
  .table.table-padded tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.03); }
    .table.table-padded tbody td.bolder {
      font-weight: 500;
      font-size: 0.99rem; }
    .table.table-padded tbody td img {
      display: inline-block;
      vertical-align: middle; }
    .table.table-padded tbody td img + span {
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle; }
    .table.table-padded tbody td span + span {
      margin-left: 5px; }
    .table.table-padded tbody td .status-pill + span {
      margin-left: 10px; }
    .table.table-padded tbody td:first-child {
      border-radius: 4px 0px 0px 4px; }
    .table.table-padded tbody td:last-child {
      border-radius: 0px 4px 4px 0px;
      border-right: none; }

.element-box .table:last-child, .invoice-w .table:last-child, .big-error-w .table:last-child {
  margin-bottom: 0; }

/* 3c. Override bootstrap form styles */
label {
  margin-bottom: 4px; }

button, input, optgroup, select, textarea {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }

.form-control.rounded {
  border-radius: 30px !important; }

select.form-control.rounded {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); }

.form-text {
  font-size: 0.81rem; }
  .form-text.with-errors {
    color: #e65252; }

.has-danger .form-control-feedback.text-muted, .has-danger .invoice-body .invoice-desc .form-control-feedback.desc-value, .invoice-body .invoice-desc .has-danger .form-control-feedback.desc-value {
  color: #e65252 !important;
  font-weight: 400; }

.has-danger .form-control {
  border-color: #e65252; }

.form-control {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .form-control.bright {
    border-color: #e2e4ef; }
  .form-control[type="checkbox"] {
    width: auto;
    display: inline-block; }

.form-group .date-input {
  position: relative; }
  .form-group .date-input:before {
    content: "\e972";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #b11f37;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }
  .form-group .date-input .form-control {
    padding-left: 35px; }

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4); }

.form-check-input {
  margin-right: 0.5rem; }

.form-check.stick-right span {
  margin-right: 5px; }

.form-buttons-w {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .form-buttons-w.compact {
    margin-top: 0.5rem; }
  .form-buttons-w .btn + .btn, .form-buttons-w .all-wrapper .fc-button + .btn, .all-wrapper .form-buttons-w .fc-button + .btn, .form-buttons-w .all-wrapper .btn + .fc-button, .all-wrapper .form-buttons-w .btn + .fc-button, .form-buttons-w .all-wrapper .fc-button + .fc-button, .all-wrapper .form-buttons-w .fc-button + .fc-button {
    margin-left: 10px; }

label.bigger {
  font-size: 1.08rem;
  margin-bottom: 1rem;
  margin-top: 1rem; }

label.lighter {
  color: rgba(90, 99, 126, 0.49); }

fieldset {
  margin-top: 2rem; }

legend {
  font-size: 0.99rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #b11f37; }
  legend span {
    padding: 0px 0.5rem 0 0;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
    position: relative; }
  legend:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }

.form-header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block; }

.form-desc {
  color: #999;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block; }

.os-toggler-w {
  display: inline-block;
  margin-right: 10px; }
  .os-toggler-w .os-toggler-i {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 20px;
    width: 35px;
    position: relative;
    transition: all 0.2s ease; }
    .os-toggler-w .os-toggler-i .os-toggler-pill {
      background-color: #fff;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 3px;
      transform: translate(0, -50%);
      transition: all 0.2s ease; }
  .os-toggler-w.on .os-toggler-i {
    background-color: #E1E6F2; }
    .os-toggler-w.on .os-toggler-i .os-toggler-pill {
      transform: translate(15px, -50%);
      background-color: #b11f37; }

/* 3d. Override bootstrap navigation styles */
.nav.smaller {
  font-size: 0.72rem; }
  .nav.smaller.nav-tabs .nav-link {
    padding: 0.7em 1.1em; }
  .nav.smaller.nav-pills .nav-link {
    padding: 0.2em 1.1em; }

.nav.bigger {
  font-size: 1.25rem;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500; }
  .nav.bigger.nav-tabs .nav-link.active:after,
  .nav.bigger.nav-tabs .nav-item.show .nav-link:after {
    height: 6px;
    bottom: -3px;
    border-radius: 2px; }
  .nav.bigger.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 2rem; }

.nav.upper {
  font-size: 0.9rem;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .nav.upper.nav-tabs .nav-link.active:after,
  .nav.upper.nav-tabs .nav-item.show .nav-link:after {
    height: 3px;
    bottom: -2px;
    border-radius: 2px; }
  .nav.upper.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-right: 2rem; }
  .nav.upper.centered.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-left: 1rem;
    margin-right: 1rem; }
  .nav.upper.centered.nav-tabs .nav-item {
    margin-right: 0px; }

.nav.centered {
  text-align: center;
  justify-content: space-around; }

.nav-link i {
  display: inline-block;
  color: #b0c4f3;
  font-size: 26px;
  margin-bottom: 5px; }

.nav-link span {
  display: block;
  font-size: 0.72rem; }

.nav-link.active i {
  color: #b11f37; }

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

.nav-tabs .nav-link {
  border: none;
  color: rgba(0, 0, 0, 0.3); }
  .nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent; }

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
  transition: all 0.2s ease;
  position: relative; }
  .nav-tabs .nav-link:after,
  .nav-tabs .nav-item .nav-link:after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #b11f37;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item:hover .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 transparent;
  position: relative; }
  .nav-tabs .nav-link.active:after,
  .nav-tabs .nav-item.show .nav-link:after,
  .nav-tabs .nav-link:hover:after,
  .nav-tabs .nav-item:hover .nav-link:after {
    width: 100%; }

.nav-pills .nav-link {
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.4); }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #b11f37; }

/* 3e. Override bootstrap button styles */
.toggled-buttons .btn-toggled {
  border: 2px solid #b11f37;
  border: 2px solid transparent;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.72rem;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.3);
  margin: 5px 0px; }
  .toggled-buttons .btn-toggled.on, .toggled-buttons .btn-toggled:hover {
    border-color: #b11f37;
    color: #b11f37; }
  .toggled-buttons .btn-toggled + .btn-toggled {
    margin-left: 10px; }

.toggled-buttons.solid .btn-toggled {
  background-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.81rem; }
  .toggled-buttons.solid .btn-toggled.on, .toggled-buttons.solid .btn-toggled:hover {
    background-color: #b11f37;
    color: #fff; }

.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-white, .all-wrapper .fc-button {
  color: #292b2c;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover, .all-wrapper .fc-button:hover {
    color: #292b2c;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .all-wrapper .fc-button:focus, .btn-white.focus, .all-wrapper .focus.fc-button {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-white.disabled, .all-wrapper .disabled.fc-button, .btn-white:disabled, .all-wrapper .fc-button:disabled {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .all-wrapper .fc-button:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .all-wrapper .fc-button:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle,
  .all-wrapper .show > .dropdown-toggle.fc-button {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .all-wrapper .fc-button:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .all-wrapper .fc-button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus,
    .all-wrapper .show > .dropdown-toggle.fc-button:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-grey {
  color: #292b2c;
  background-color: #E5E6EB;
  border-color: #E5E6EB; }
  .btn-grey:hover {
    color: #292b2c;
    background-color: #cfd1da;
    border-color: #c8cad5; }
  .btn-grey:focus, .btn-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.5); }
  .btn-grey.disabled, .btn-grey:disabled {
    color: #292b2c;
    background-color: #E5E6EB;
    border-color: #E5E6EB; }
  .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
  .show > .btn-grey.dropdown-toggle {
    color: #292b2c;
    background-color: #c8cad5;
    border-color: #c1c3cf; }
    .btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 230, 235, 0.5); }

.btn-white-gold {
  color: #292b2c;
  background-color: #fff;
  border-color: #fff;
  color: #CF8D0D; }
  .btn-white-gold:hover {
    color: #292b2c;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white-gold:focus, .btn-white-gold.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-white-gold.disabled, .btn-white-gold:disabled {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-white-gold:not(:disabled):not(.disabled):active, .btn-white-gold:not(:disabled):not(.disabled).active,
  .show > .btn-white-gold.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white-gold:not(:disabled):not(.disabled):active:focus, .btn-white-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white-gold.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-teal {
  color: #292b2c;
  background-color: #fff;
  border-color: #31C37F; }
  .btn-teal:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #279a64; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 195, 127, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #292b2c;
    background-color: #fff;
    border-color: #31C37F; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #24905e; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 195, 127, 0.5); }

.btn-link.btn-danger {
  color: #e65252; }

.btn, .all-wrapper .fc-button {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  outline: none;
  line-height: 1; }
  .btn.btn-secondary:focus, .all-wrapper .btn-secondary.fc-button:focus, .btn.btn-secondary.focus, .all-wrapper .btn-secondary.focus.fc-button {
    box-shadow: none; }
  .btn .os-icon, .all-wrapper .fc-button .os-icon {
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: middle; }
  .btn .os-icon + span, .all-wrapper .fc-button .os-icon + span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }
  .btn span + .os-icon, .all-wrapper .fc-button span + .os-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .btn.btn-sm .os-icon, .btn-group-sm > .btn .os-icon, .all-wrapper .btn-group-sm > .fc-button .os-icon, .all-wrapper .btn-sm.fc-button .os-icon {
    font-size: 14px; }
  .btn.btn-sm .os-icon + span, .btn-group-sm > .btn .os-icon + span, .all-wrapper .btn-group-sm > .fc-button .os-icon + span, .all-wrapper .btn-sm.fc-button .os-icon + span {
    margin-left: 0.5rem; }
  .btn.btn-sm span + .os-icon, .btn-group-sm > .btn span + .os-icon, .all-wrapper .btn-group-sm > .fc-button span + .os-icon, .all-wrapper .btn-sm.fc-button span + .os-icon {
    margin-left: 0.5rem; }
  .btn.btn-rounded, .all-wrapper .btn-rounded.fc-button {
    border-radius: 40px; }
  .btn.btn-upper, .all-wrapper .btn-upper.fc-button {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .btn.btn-underlined, .all-wrapper .btn-underlined.fc-button {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none; }
    .btn.btn-underlined span, .all-wrapper .btn-underlined.fc-button span {
      border-bottom: 2px solid #b11f37; }
    .btn.btn-underlined i, .all-wrapper .btn-underlined.fc-button i {
      font-size: 0.63rem;
      transition: all 0.2s ease; }
    .btn.btn-underlined:hover, .all-wrapper .btn-underlined.fc-button:hover {
      color: #86172a; }
      .btn.btn-underlined:hover span, .all-wrapper .btn-underlined.fc-button:hover span {
        border-color: #86172a; }
      .btn.btn-underlined:hover i, .all-wrapper .btn-underlined.fc-button:hover i {
        transform: translateX(5px); }
    .btn.btn-underlined.btn-gold, .all-wrapper .btn-underlined.btn-gold.fc-button {
      color: #BE8B1C; }
      .btn.btn-underlined.btn-gold span, .all-wrapper .btn-underlined.btn-gold.fc-button span {
        border-color: #BE8B1C; }
      .btn.btn-underlined.btn-gold:hover, .all-wrapper .btn-underlined.btn-gold.fc-button:hover {
        color: #926a15; }
        .btn.btn-underlined.btn-gold:hover span, .all-wrapper .btn-underlined.btn-gold.fc-button:hover span {
          border-color: #926a15; }

/* 3f. Override bootstrap breadcrumbs styles */
.breadcrumb {
  list-style: none;
  margin: 0px;
  padding: 10px 30px 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
  letter-spacing: 0.7px; }
  .breadcrumb li {
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.585rem;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .breadcrumb li a {
      color: #3E4B5B; }
    .breadcrumb li span {
      color: rgba(0, 0, 0, 0.4); }

.breadcrumbs + .content-box {
  padding-top: 0px; }

/* 3g. Override bootstrap typography styles */
.text-muted, .invoice-body .invoice-desc .desc-value {
  font-weight: 300; }

/* 3h. Override bootstrap modal styles */
.modal-content {
  box-shadow: 0 25px 65px rgba(155, 27, 48, 0.5); }

.modal-footer.buttons-on-left {
  justify-content: flex-start; }

.modal-header.faded {
  background-color: rgba(0, 0, 0, 0.05); }

.modal-header.smaller {
  font-size: 0.99rem; }

.modal-header span, .modal-header strong, .modal-header .avatar {
  display: inline-block;
  vertical-align: middle; }

.modal-header span {
  color: #999;
  margin-right: 5px; }

.modal-header .avatar {
  border-radius: 50%;
  width: 40px;
  height: auto; }

.modal-header .avatar + span {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-left: 15px; }

/* 3h. Override bootstrap popover styles */
.popover {
  font-size: 0.99rem;
  box-shadow: 0 5px 50px rgba(177, 31, 55, 0.3); }

.popover-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #fff; }

/* 3i. Override bootstrap alerts styles */
.alert {
  font-weight: 300; }
  .alert p:last-child {
    margin-bottom: 0px; }
  .alert.alert-warning .alert-heading {
    color: #3E3221; }
  .alert.borderless {
    border: none; }
  .alert.compact {
    padding: 15px 20px;
    font-size: 0.72rem; }

/* 3i. Override bootstrap badges styles */
.badge {
  font-size: 0.81rem; }

.badge-default-inverted {
  background-color: #b4bbc3;
  border: 1px solid #101112;
  color: #040404;
  font-weight: 300; }
  .badge-default-inverted[href]:hover, .badge-default-inverted[href]:focus {
    background-color: #98a2ac;
    border: 1px solid black;
    color: #040404;
    font-weight: 300; }

.badge-primary-inverted {
  background-color: #efc4cb;
  border: 1px solid #86172a;
  color: #701423;
  font-weight: 300; }
  .badge-primary-inverted[href]:hover, .badge-primary-inverted[href]:focus {
    background-color: #e59ca8;
    border: 1px solid #5a101c;
    color: #701423;
    font-weight: 300; }

.badge-success-inverted {
  background-color: #d6f0c0;
  border: 1px solid #46850f;
  color: #3a6e0c;
  font-weight: 300; }
  .badge-success-inverted[href]:hover, .badge-success-inverted[href]:focus {
    background-color: #bce697;
    border: 1px solid #2e570a;
    color: #3a6e0c;
    font-weight: 300; }

.badge-info-inverted {
  background-color: #ecf9fd;
  border: 1px solid #31b0d5;
  color: #28a1c5;
  font-weight: 300; }
  .badge-info-inverted[href]:hover, .badge-info-inverted[href]:focus {
    background-color: #bfeaf7;
    border: 1px solid #2390b0;
    color: #28a1c5;
    font-weight: 300; }

.badge-warning-inverted {
  background-color: white;
  border: 1px solid #f9d66f;
  color: #f8cf57;
  font-weight: 300; }
  .badge-warning-inverted[href]:hover, .badge-warning-inverted[href]:focus {
    background-color: #fff9e8;
    border: 1px solid #f7c83e;
    color: #f8cf57;
    font-weight: 300; }

.badge-danger-inverted {
  background-color: #fdebeb;
  border: 1px solid #e02525;
  color: #ce1e1e;
  font-weight: 300; }
  .badge-danger-inverted[href]:hover, .badge-danger-inverted[href]:focus {
    background-color: #fabcbc;
    border: 1px solid #b71b1b;
    color: #ce1e1e;
    font-weight: 300; }

/* 4. Overrides for various plugins that are included with this template */
/* STAR RATING */
.br-theme-osadmin .br-widget {
  height: 28px;
  white-space: nowrap; }

.br-theme-osadmin .br-widget a {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-right: 2px; }

.br-theme-osadmin .br-widget a:after {
  content: '\e970';
  color: #d2d2d2; }

.br-theme-osadmin .br-widget a.br-active:after {
  color: #EDB867; }

.br-theme-osadmin .br-widget a.br-selected:after {
  color: #EDB867; }

.br-theme-osadmin .br-widget .br-current-rating {
  display: none; }

.br-theme-osadmin .br-readonly a {
  cursor: default; }

@media print {
  .br-theme-osadmin .br-widget a:after {
    content: '\f006';
    color: black; }
  .br-theme-osadmin .br-widget a.br-active:after,
  .br-theme-osadmin .br-widget a.br-selected:after {
    content: '\e970';
    color: black; } }

/* ION RANGE SLIDER */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background-color: #dddddd; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 5px;
  top: 25px;
  border-radius: 2px; }

.irs-line-left {
  height: 12px; }

.irs-line-mid {
  height: 12px; }

.irs-line-right {
  height: 12px; }

.irs-bar {
  height: 5px;
  top: 25px;
  background-color: #e98091; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 11px;
  height: 11px;
  top: 22px;
  background-color: #b11f37;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 20px;
  cursor: pointer; }
  .irs-slider:hover {
    background-color: #5a101c; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

/* DROPZONE */
.dropzone {
  border: 2px dashed #b11f37;
  border-radius: 6px; }

/* SELECT 2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #dde2ec;
  border-width: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e2ebff;
  border: 1px solid #4771d2; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #474a50;
  margin-right: 4px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #b11f37;
  color: #fff; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-width: 2px;
  border-color: #b11f37; }

.select2-dropdown {
  border-width: 2px;
  border-color: #b11f37; }

.form-control {
  font-weight: 300; }

.select2 {
  font-weight: 300; }

/* DATERANGEPICKER */
body .daterangepicker {
  box-shadow: 3px 25px 50px rgba(77, 76, 132, 0.34);
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: none;
  padding: 15px;
  min-width: 540px; }
  body .daterangepicker::after {
    display: block;
    clear: both;
    content: ""; }
  body .daterangepicker .calendar {
    float: left;
    max-width: 300px;
    margin: 10px; }
    body .daterangepicker .calendar td {
      cursor: pointer; }
      body .daterangepicker .calendar td:hover {
        background-color: #c7233e;
        color: #fff; }
    body .daterangepicker .calendar td.in-range {
      background-color: #c7233e;
      color: #fff;
      border-color: #fff; }
    body .daterangepicker .calendar td.active, body .daterangepicker .calendar td.active:hover {
      background-color: #9b1b30;
      color: #fff;
      border-color: #fff; }
  body .daterangepicker .ranges {
    clear: left;
    padding: 5px 10px; }
    body .daterangepicker .ranges .btn, body .daterangepicker .ranges .all-wrapper .fc-button, .all-wrapper body .daterangepicker .ranges .fc-button {
      padding: 5px 10px;
      line-height: 1;
      vertical-align: middle;
      text-transform: none;
      font-size: 0.81rem; }
  body .daterangepicker th {
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    font-size: 0.72rem; }
    body .daterangepicker th.prev {
      text-align: left;
      cursor: pointer; }
    body .daterangepicker th.next {
      text-align: right;
      cursor: pointer; }
  body .daterangepicker:before {
    border-bottom-color: #3E4B5B; }
  body .daterangepicker .calendar td {
    font-weight: 300;
    font-size: 0.81rem;
    text-align: right;
    font-size: 0.81rem;
    padding: 5px 8px;
    border: 1px solid #eee; }
  body .daterangepicker .calendar th.month {
    color: #b11f37; }
  body .daterangepicker .calendar-table {
    padding-top: 10px; }
  body .daterangepicker thead tr:first-child th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 5px; }
  body .daterangepicker thead tr:first-child + tr th {
    padding-top: 10px; }
  body .daterangepicker .daterangepicker_input {
    position: relative; }
    body .daterangepicker .daterangepicker_input input {
      width: 100%;
      display: block;
      padding-left: 35px; }
  body .daterangepicker .daterangepicker_input i {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    position: absolute; }
  body .daterangepicker .fa.fa-calendar.glyphicon.glyphicon-calendar:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926"; }
  body .daterangepicker .fa.fa-chevron-left.glyphicon.glyphicon-chevron-left:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919";
    font-size: 10px; }
  body .daterangepicker .fa.fa-chevron-right.glyphicon.glyphicon-chevron-right:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-size: 10px; }

/* DATATABLES */
.dataTables_length select {
  display: inline-block;
  width: 50px;
  margin: 0px 5px;
  vertical-align: middle; }

.dataTables_filter input {
  display: inline-block;
  width: 130px;
  margin: 0px 5px;
  vertical-align: middle; }

.dataTables_wrapper .row:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem; }

.dataTables_wrapper .row:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem; }

/* CALENDAR  */
.fc-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .fc-header td {
    padding: 10px 0px; }
  .fc-header h2 {
    text-transform: uppercase;
    font-size: 18px; }

.fc-content {
  color: #fff; }

.fc-event {
  background-color: #3584ff;
  box-shadow: 5px 5px 10px 0px #bdd4ff;
  border: none;
  padding: 6px;
  padding-left: 9px;
  color: #fff;
  border-radius: 4px; }

.fc-day-number {
  color: #6B6862; }

.fc-day-header {
  font-weight: 300;
  color: #6B6862;
  text-transform: uppercase;
  font-size: 12px; }

.fc-other-month {
  background-color: #eee; }

.all-wrapper .fc-button {
  padding: 5px 10px;
  height: auto;
  margin: 0px 5px;
  background-image: none;
  box-shadow: none; }
  .all-wrapper .fc-button.fc-state-active {
    outline: none;
    text-shadow: none; }

/* Datatables for Bootstrap 4 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

/* 5. Handy Animations  */
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes jumpUp {
  0% {
    transform: scale(0.5) translate(70px, 70px); }
  80% {
    transform: scale(1.1) translate(-10px, -10px); }
  100% {
    transform: scale(1) translate(0px); } }

.floated-chat-btn {
  animation-name: jumpUp;
  animation-duration: 0.5s; }

.element-box, .invoice-w, .big-error-w {
  animation-name: fadeUp;
  animation-duration: 1s; }

.element-balances .balance {
  animation-name: fadeRight;
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  .element-balances .balance:nth-child(1) {
    animation-delay: 0s; }
  .element-balances .balance:nth-child(2) {
    animation-delay: 0.1s; }
  .element-balances .balance:nth-child(3) {
    animation-delay: 0.2s; }
  .element-balances .balance:nth-child(4) {
    animation-delay: 0.3s; }
  .element-balances .balance:nth-child(5) {
    animation-delay: 0.4s; }

.pipeline {
  animation-name: fadeUp;
  animation-duration: 1s; }

.project-box {
  animation-name: fadeUp;
  animation-duration: 1s; }

.aec-full-message-w {
  animation-name: fadeUp;
  animation-duration: 1s; }

.user-profile {
  animation-name: fadeUp;
  animation-duration: 1s; }

.content-panel {
  animation-name: fadeLeft;
  animation-duration: 1s; }

/* 6. User Profile  */
.user-profile .up-head-w {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  border-radius: 6px 6px 0px 0px; }
  .user-profile .up-head-w .decor {
    position: absolute;
    bottom: -1px;
    right: 0px;
    max-width: 100%;
    z-index: 3; }
    .user-profile .up-head-w .decor .decor-path {
      fill: #fff; }
  .user-profile .up-head-w:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), 70%, rgba(0, 0, 0, 0.5)); }
  .user-profile .up-head-w .up-social {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 5; }
    .user-profile .up-head-w .up-social a {
      color: rgba(255, 255, 255, 0.8);
      display: inline-block;
      font-size: 30px;
      margin-left: 10px; }
      .user-profile .up-head-w .up-social a:hover {
        color: white;
        text-decoration: none; }

.user-profile .up-main-info {
  padding: 20% 5% 5% 5%;
  position: relative;
  z-index: 4; }
  .user-profile .up-main-info .user-avatar-w {
    margin-bottom: 1rem; }
    .user-profile .up-main-info .user-avatar-w .user-avatar {
      width: 60px;
      height: 60px;
      border-radius: 40px;
      border: 3px solid #fff;
      overflow: hidden;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .user-profile .up-main-info .user-avatar-w .user-avatar img {
        max-width: 100%;
        height: 60px; }

.user-profile .up-header {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 10px; }

.user-profile .up-sub-header {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8); }

.user-profile .up-controls {
  padding: 20px 5%; }

.user-profile .btn + .btn, .user-profile .all-wrapper .fc-button + .btn, .all-wrapper .user-profile .fc-button + .btn, .user-profile .all-wrapper .btn + .fc-button, .all-wrapper .user-profile .btn + .fc-button, .user-profile .all-wrapper .fc-button + .fc-button, .all-wrapper .user-profile .fc-button + .fc-button {
  margin-left: 20px; }

.user-profile .up-controls + .up-contents {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.user-profile .up-contents {
  padding: 20px 5%;
  padding-top: 3rem; }

.user-profile.compact .up-contents {
  padding-top: 0px; }

.user-profile.compact .up-main-info {
  padding-top: 35%; }

.user-profile.compact .up-head-w .up-social a {
  font-size: 20px; }

.user-profile.compact .up-header {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-bottom: 5px; }

.user-profile.compact .up-sub-header {
  font-size: 0.81rem; }

.user-profile.compact .user-avatar img {
  min-height: 60px; }

.user-profile + .element-wrapper {
  margin-top: 2rem; }

.value-pair {
  display: inline-block; }
  .value-pair .label {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.63rem;
    text-transform: uppercase;
    display: inline-block; }
  .value-pair .value {
    display: inline-block;
    font-size: 0.63rem;
    text-transform: uppercase; }

.value-pair + .value-pair {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

/* 7. Layout styles */
html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative;
  padding: 50px;
  overflow-x: hidden; }
  body:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  body.full-screen {
    padding: 0px; }
    body.full-screen .all-wrapper {
      max-width: initial;
      border-radius: 0px; }
      body.full-screen .all-wrapper > .top-menu-secondary {
        border-radius: 0px; }

b,
strong {
  font-weight: 500; }

.all-wrapper {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 1600px;
  margin: 0px auto;
  position: relative;
  min-height: 100%; }
  .all-wrapper.with-pattern {
    box-shadow: none;
    border-radius: 0px;
    background-image: url("../img/bg-pattern2.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: 0 0; }
  .all-wrapper.no-padding-content .content-box {
    padding: 0px; }
  .all-wrapper.white-bg-content .content-w {
    background-color: #fff;
    background-image: none; }
  .all-wrapper.solid-bg-all {
    background-color: #f6f7f8; }
    .all-wrapper.solid-bg-all .content-w {
      background-image: none; }

body.with-content-panel .content-box {
  padding-left: 4rem; }

.auth-wrapper .all-wrapper {
  padding: 100px; }

.section-heading {
  padding: 5% 10%;
  font-size: 1.26rem;
  color: rgba(0, 0, 0, 0.5); }
  .section-heading.centered {
    text-align: center; }
  .section-heading h1 {
    position: relative;
    margin-bottom: 40px; }
    .section-heading h1:after {
      position: absolute;
      bottom: -25px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      background-color: #b11f37;
      height: 5px;
      width: 40px;
      border-radius: 6px; }

/* Layout settings based on menu position */
/* MENU ON A SIDE */
.menu-side .layout-w {
  display: table;
  width: 100%;
  table-layout: fixed; }

.menu-side .content-w {
  border-radius: 0px 6px 6px 0px;
  display: table-cell; }

/* MENU ON TOP */
.menu-top .content-w {
  border-radius: 0px 0px 6px 6px; }

.menu-top .menu-side-compact-w, .menu-top .menu-side-v2-w {
  border-radius: 0px 0px 0px 6px; }

.menu-side-w {
  display: table-cell;
  vertical-align: top; }

.menu-side-compact-w {
  display: table-cell;
  vertical-align: top; }

.content-w {
  background-color: #f6f7f8;
  background-image: url("../img/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: 20px 50px;
  vertical-align: top; }

.content-box {
  vertical-align: top;
  padding: 2rem 2.5rem; }

.content-panel {
  vertical-align: top;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem 2.5rem;
  display: table-cell; }
  .content-panel .content-panel-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #b11f37;
    z-index: 999;
    cursor: pointer; }

.content-panel-toggler {
  background-color: #b11f37;
  padding: 4px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 0.72rem;
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 4;
  cursor: pointer; }
  .content-panel-toggler:hover {
    background-color: #c7233e; }
  .content-panel-toggler i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px; }
  .content-panel-toggler span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px; }

/*
 SIDE PANEL IS ACTIVE - ADD STYLES
*/
.with-side-panel .content-box {
  display: table-cell; }

.with-side-panel .content-i {
  display: table;
  width: 100%;
  table-layout: fixed; }

.with-side-panel .menu-mobile .mm-logo-buttons-w .content-panel-open {
  display: block; }

/* ICONS LIST FOR DEMO */
.demo-icons-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .demo-icons-list li {
    width: 80px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .demo-icons-list li a {
      position: relative;
      color: #333; }
      .demo-icons-list li a i {
        font-style: normal; }
      .demo-icons-list li a span {
        display: inline-block;
        position: absolute;
        background-color: #b11f37;
        color: #fff;
        padding: 4px 7px;
        border-radius: 4px;
        font-size: 0.81rem;
        white-space: nowrap;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        display: none; }
      .demo-icons-list li a:hover {
        text-decoration: none; }
        .demo-icons-list li a:hover span {
          display: block; }

/*======== HELP SECTION ==========*/
#helpform .element-box, #helpform .invoice-w, #helpform .big-error-w {
  background: #b11f37; }

#helpform .btn, #helpform .all-wrapper .fc-button, .all-wrapper #helpform .fc-button {
  background: #fff;
  margin: 0px 0px 8px 0px !important; }

#helpform .form-header {
  color: #fff; }

#helpform .form-desc {
  margin-bottom: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

#helpform p.desc {
  padding: 0px !important;
  margin: 0px !important;
  color: #fff;
  font-weight: 300; }

/* 8. Menu styles */
/*
  STYLE NAVIGATION
  
#1. Mobile Menu
#2. Side Menu Default
#3. Side Menu Compact
#4. Top Menu Default
#5. Top Menu Image
#6. Top Menu Secondary
#7. Side Menu V2

*/
/*
  #1. Mobile Menu
*/
.menu-mobile {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  position: relative;
  display: none;
  /* Styles for sub menu */ }
  .menu-mobile .mm-logo-buttons-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
    .menu-mobile .mm-logo-buttons-w .mm-logo {
      vertical-align: middle;
      text-align: left;
      text-decoration: none; }
      .menu-mobile .mm-logo-buttons-w .mm-logo img {
        width: 40px;
        display: inline-block; }
      .menu-mobile .mm-logo-buttons-w .mm-logo span {
        display: inline-block;
        color: #3E4B5B;
        margin-left: 1rem; }
      .menu-mobile .mm-logo-buttons-w .mm-logo:hover {
        text-decoration: none; }
    .menu-mobile .mm-logo-buttons-w .mm-buttons {
      display: flex; }
    .menu-mobile .mm-logo-buttons-w .content-panel-open {
      display: none;
      font-size: 18px;
      cursor: pointer;
      margin-right: 20px;
      padding-right: 20px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      color: #b11f37; }
    .menu-mobile .mm-logo-buttons-w .mobile-menu-trigger {
      vertical-align: middle;
      text-align: right;
      font-size: 18px;
      cursor: pointer;
      color: #b11f37; }
  .menu-mobile .menu-and-user {
    display: none;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .menu-mobile .logged-user-w {
    text-align: left;
    padding: 1rem;
    padding-left: 35px; }
    .menu-mobile .logged-user-w .avatar-w {
      vertical-align: middle; }
      .menu-mobile .logged-user-w .avatar-w img {
        width: 40px;
        height: 40px; }
    .menu-mobile .logged-user-w .logged-user-info-w {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
  .menu-mobile .mobile-menu-magic {
    background-image: linear-gradient(-154deg, #1643A3 8%, #2E1170 90%);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 10px 20px; }
    .menu-mobile .mobile-menu-magic:last-child {
      margin-bottom: 0px; }
    .menu-mobile .mobile-menu-magic h1, .menu-mobile .mobile-menu-magic h2, .menu-mobile .mobile-menu-magic h3, .menu-mobile .mobile-menu-magic h4, .menu-mobile .mobile-menu-magic h5 {
      color: #fff;
      margin-bottom: 5px; }
    .menu-mobile .mobile-menu-magic p {
      color: rgba(255, 255, 255, 0.6); }
    .menu-mobile .mobile-menu-magic .btn-w {
      margin-top: 15px; }
    .menu-mobile .mobile-menu-magic .btn-white, .menu-mobile .mobile-menu-magic .all-wrapper .fc-button, .all-wrapper .menu-mobile .mobile-menu-magic .fc-button {
      border: none;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
  .menu-mobile ul.main-menu {
    list-style: none;
    padding: 10px 1rem;
    margin-bottom: 0px; }
    .menu-mobile ul.main-menu > li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-mobile ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-mobile ul.main-menu > li.has-sub-menu > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91c";
        font-size: 7px;
        color: rgba(0, 0, 0, 0.5);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px; }
      .menu-mobile ul.main-menu > li.has-sub-menu.active .sub-menu {
        display: block; }
      .menu-mobile ul.main-menu > li > a {
        color: #3E4B5B;
        display: flex;
        align-items: center;
        position: relative; }
        .menu-mobile ul.main-menu > li > a:focus {
          text-decoration: none; }
        .menu-mobile ul.main-menu > li > a:hover {
          text-decoration: none; }
          @media (min-width: 1025px) {
            .menu-mobile ul.main-menu > li > a:hover .icon-w {
              transform: translateX(10px); }
            .menu-mobile ul.main-menu > li > a:hover span {
              transform: translateX(5px); } }
      .menu-mobile ul.main-menu > li .icon-w {
        color: #b11f37;
        font-size: 27px;
        display: block;
        padding: 1rem;
        width: 80px;
        text-align: center;
        transition: all 0.2s ease; }
      .menu-mobile ul.main-menu > li span {
        padding: 1rem;
        display: block;
        flex: 1;
        transition: all 0.2s ease; }
      .menu-mobile ul.main-menu > li .icon-w + span {
        padding-left: 0px; }
  .menu-mobile ul.sub-menu {
    padding: 1rem 0px;
    padding-left: 55px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: none; }
    .menu-mobile ul.sub-menu li {
      padding: 0.4rem 10px 0.4rem 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-mobile ul.sub-menu li:last-child {
        border-bottom: none; }
      .menu-mobile ul.sub-menu li a {
        font-size: 0.81rem; }
  .menu-mobile.color-scheme-dark {
    background-image: linear-gradient(to bottom, #3D4D75 0%, #31395B 100%);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #1c4cc3 0%, #1c2e7b 100%);
    background-repeat: repeat-x;
    color: rgba(255, 255, 255, 0.9); }
    .menu-mobile.color-scheme-dark .side-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }
    .menu-mobile.color-scheme-dark ul.sub-menu li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark ul.sub-menu li a {
        color: #fff; }
    .menu-mobile.color-scheme-dark ul.main-menu .icon-w {
      color: #b11f37; }
    .menu-mobile.color-scheme-dark ul.main-menu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark ul.main-menu > li > a {
        color: #fff; }
        .menu-mobile.color-scheme-dark ul.main-menu > li > a:before {
          color: #fff; }
    .menu-mobile.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-mobile.color-scheme-dark .mm-logo-buttons-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w span {
        color: #fff; }
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open {
        border-right-color: rgba(255, 255, 255, 0.1); }
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open,
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w .mobile-menu-trigger {
        color: #fff; }
    .menu-mobile.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }
      .menu-mobile.color-scheme-dark .logged-user-w .logged-user-role {
        color: rgba(255, 255, 255, 0.4); }
    .menu-mobile.color-scheme-dark .mobile-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }

/*
  #2. Side Menu Default
*/
.menu-side-w {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  position: relative;
  width: 300px;
  border-radius: 6px 0px 0px 6px;
  color: #3E4B5B;
  /* Styles for sub menu */ }
  .menu-side-w .logo-w {
    flex: 0 0 400px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .menu-side-w .logo-w .logo {
      display: inline-block;
      text-decoration: none; }
    .menu-side-w .logo-w .logo-element {
      content: "";
      width: 26px;
      height: 26px;
      border-radius: 15px;
      position: relative;
      background-color: #dde7f3;
      display: inline-block;
      vertical-align: middle;
      margin-right: 27px;
      transition: all 0.2s ease; }
      .menu-side-w .logo-w .logo-element:after {
        content: "";
        width: 26px;
        height: 26px;
        background-color: #659aff;
        border-radius: 15px;
        right: -17px;
        position: absolute;
        transition: all 0.2s ease; }
    .menu-side-w .logo-w .logo:hover .logo-element {
      transform: translateX(3px); }
      .menu-side-w .logo-w .logo:hover .logo-element:after {
        transform: translateX(-7px); }
    .menu-side-w .logo-w .logo:hover .logo-label:after {
      width: 100%;
      background-color: #3E4B5B; }
    .menu-side-w .logo-w .logo-label {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 1px;
      font-size: 0.9rem;
      position: relative;
      color: #3E4B5B; }
      .menu-side-w .logo-w .logo-label:after {
        height: 2px;
        position: absolute;
        width: 0%;
        left: 0px;
        bottom: -5px;
        background-color: transparent;
        content: "";
        transition: all 0.2s ease; }
  .menu-side-w .logged-user-w {
    position: relative; }
    .menu-side-w .logged-user-w .logged-user-i {
      display: inline-block; }
      .menu-side-w .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .menu-side-w .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          transform: translateY(0px); }
  .menu-side-w .logged-user-menu {
    background: #b11f37;
    box-shadow: 0 2px 30px 0 rgba(45, 130, 255, 0.75);
    position: absolute;
    top: 0px;
    left: -10px;
    right: -10px;
    overflow: hidden;
    padding: 1rem;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border-radius: 6px; }
    .menu-side-w .logged-user-menu .avatar-w {
      border-color: #fff; }
    .menu-side-w .logged-user-menu .logged-user-info-w {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-side-w .logged-user-menu .logged-user-info-w .logged-user-name {
        color: #fff; }
      .menu-side-w .logged-user-menu .logged-user-info-w .logged-user-role {
        color: rgba(255, 255, 255, 0.6); }
    .menu-side-w .logged-user-menu ul {
      list-style: none;
      text-align: left;
      margin: 0px;
      padding: 0px 40px;
      padding-bottom: 20px; }
      .menu-side-w .logged-user-menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
        .menu-side-w .logged-user-menu ul li a {
          display: block;
          padding: 10px;
          color: #fff; }
          .menu-side-w .logged-user-menu ul li a i {
            vertical-align: middle;
            margin-right: 15px;
            font-size: 20px;
            transition: all 0.2s ease;
            display: inline-block; }
          .menu-side-w .logged-user-menu ul li a span {
            vertical-align: middle;
            font-size: 0.9rem;
            transition: all 0.2s ease;
            display: inline-block; }
          .menu-side-w .logged-user-menu ul li a:hover {
            text-decoration: none; }
            .menu-side-w .logged-user-menu ul li a:hover i {
              transform: translateX(5px); }
            .menu-side-w .logged-user-menu ul li a:hover span {
              transform: translateX(8px); }
        .menu-side-w .logged-user-menu ul li:last-child {
          border-bottom: none; }
    .menu-side-w .logged-user-menu .bg-icon {
      font-size: 100px;
      color: rgba(255, 255, 255, 0.1);
      position: absolute;
      bottom: -40px;
      right: -20px; }
  .menu-side-w .side-menu-magic {
    background-image: linear-gradient(-154deg, #1643A3 8%, #2E1170 90%);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 20px; }
    .menu-side-w .side-menu-magic h1, .menu-side-w .side-menu-magic h2, .menu-side-w .side-menu-magic h3, .menu-side-w .side-menu-magic h4, .menu-side-w .side-menu-magic h5 {
      color: #fff;
      margin-bottom: 5px; }
    .menu-side-w .side-menu-magic p {
      color: rgba(255, 255, 255, 0.6); }
    .menu-side-w .side-menu-magic .btn-w {
      margin-top: 15px; }
    .menu-side-w .side-menu-magic .btn-white, .menu-side-w .side-menu-magic .all-wrapper .fc-button, .all-wrapper .menu-side-w .side-menu-magic .fc-button {
      border: none;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
  .menu-side-w .logo-w {
    text-align: center;
    padding: 2rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .menu-side-w .logo-w a {
      display: inline-block; }
    .menu-side-w .logo-w .logo {
      display: inline-block; }
    .menu-side-w .logo-w img {
      width: 40px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .menu-side-w .logo-w span {
      vertical-align: middle;
      display: inline-block;
      color: #334152;
      margin-left: 1rem; }
  .menu-side-w ul.main-menu {
    list-style: none;
    padding: 2rem;
    margin-bottom: 0px; }
    .menu-side-w ul.main-menu > li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-side-w ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-side-w ul.main-menu > li.has-sub-menu > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91c";
        font-size: 7px;
        color: rgba(0, 0, 0, 0.5);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px; }
      .menu-side-w ul.main-menu > li.has-sub-menu.active .sub-menu {
        display: block; }
      .menu-side-w ul.main-menu > li > a {
        color: #3E4B5B;
        display: flex;
        align-items: center;
        position: relative; }
        .menu-side-w ul.main-menu > li > a:focus {
          text-decoration: none; }
        .menu-side-w ul.main-menu > li > a:hover {
          text-decoration: none; }
          @media (min-width: 1025px) {
            .menu-side-w ul.main-menu > li > a:hover .icon-w {
              transform: translateX(10px); }
            .menu-side-w ul.main-menu > li > a:hover span {
              transform: translateX(5px); } }
      .menu-side-w ul.main-menu > li .icon-w {
        color: #b11f37;
        font-size: 27px;
        display: block;
        padding: 14px 1rem;
        width: 80px;
        text-align: center;
        transition: all 0.2s ease; }
      .menu-side-w ul.main-menu > li span {
        padding: 14px 1rem;
        display: block;
        flex: 1;
        transition: all 0.2s ease; }
      .menu-side-w ul.main-menu > li .icon-w + span {
        padding-left: 0px; }
  .menu-side-w ul.sub-menu {
    padding: 1rem 0px;
    padding-bottom: 1.5rem;
    padding-left: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
    list-style: none; }
    .menu-side-w ul.sub-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-side-w ul.sub-menu li:last-child {
        border-bottom: none; }
      .menu-side-w ul.sub-menu li a {
        padding: 0.4rem 10px 0.4rem 10px;
        display: block;
        position: relative;
        font-size: 0.81rem;
        transition: all 0.2s ease; }
        .menu-side-w ul.sub-menu li a:before {
          content: "";
          width: 5px;
          height: 5px;
          border: 1px solid #b11f37;
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          background-color: #fff;
          display: block;
          transition: all 0.2s ease;
          border-radius: 6px; }
        .menu-side-w ul.sub-menu li a:hover {
          text-decoration: none;
          cursor: pointer;
          transform: translateX(-5px); }
          .menu-side-w ul.sub-menu li a:hover:before {
            transform: translate(-5px, -50%);
            border-radius: 6px;
            background-color: #b11f37;
            border-color: #b11f37; }
    .menu-side-w ul.sub-menu .badge {
      font-size: 0.72rem;
      padding: 2px 4px;
      margin-left: 3px; }
  .menu-side-w.color-scheme-dark {
    background-image: linear-gradient(to bottom, #323c58 0%, #293145 100%);
    background-repeat: repeat-x;
    color: #ccd9e8;
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
    .menu-side-w.color-scheme-dark .logo-w .logo:hover .logo-label:after {
      background-color: #fff; }
    .menu-side-w.color-scheme-dark .logo-w .logo-label {
      color: #fff; }
    .menu-side-w.color-scheme-dark .logged-user-menu {
      background-color: #5e00da;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.25); }
    .menu-side-w.color-scheme-dark .side-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }
    .menu-side-w.color-scheme-dark ul.sub-menu {
      border-top-color: rgba(255, 255, 255, 0.05); }
    .menu-side-w.color-scheme-dark ul.sub-menu li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark ul.sub-menu li a {
        color: #fff; }
        .menu-side-w.color-scheme-dark ul.sub-menu li a:before {
          border-color: #fff;
          background-color: #fff;
          opacity: 0.2; }
    .menu-side-w.color-scheme-dark ul.main-menu .icon-w {
      color: #b11f37; }
    .menu-side-w.color-scheme-dark ul.main-menu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark ul.main-menu > li > a {
        color: #fff; }
        .menu-side-w.color-scheme-dark ul.main-menu > li > a:before {
          color: #fff; }
    .menu-side-w.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-side-w.color-scheme-dark .logo-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark .logo-w span {
        color: #fff; }
    .menu-side-w.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }
      .menu-side-w.color-scheme-dark .logged-user-w .logged-user-role {
        color: rgba(255, 255, 255, 0.4); }

/* Logged user box in the menu */
.logged-user-w {
  text-align: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .logged-user-w .avatar-w {
    padding: 5px;
    border: 1px solid #262626;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block; }
    .logged-user-w .avatar-w img {
      width: 50px;
      height: auto;
      border-radius: 50px; }
  .logged-user-w .logged-user-role {
    display: block;
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }

/*
  #3. Side Menu Compact
*/
.menu-side-compact-w {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  position: relative;
  width: 90px;
  border-radius: 6px 0px 0px 6px; }
  .menu-side-compact-w .logo-w {
    text-align: center;
    padding: 19px 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .menu-side-compact-w .logo-w a {
      display: inline-block; }
    .menu-side-compact-w .logo-w .logo {
      display: inline-block; }
    .menu-side-compact-w .logo-w img {
      width: 40px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .menu-side-compact-w .logo-w span {
      vertical-align: middle;
      display: block;
      color: #334152;
      margin-top: 10px; }
  .menu-side-compact-w a {
    text-decoration: none; }
  .menu-side-compact-w .menu-and-user {
    padding-bottom: 50px; }
  .menu-side-compact-w ul.main-menu {
    list-style: none;
    padding: 0px;
    text-align: center; }
    .menu-side-compact-w ul.main-menu > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      .menu-side-compact-w ul.main-menu > li > a {
        display: block;
        padding: 15px 10px;
        transition: all 0.4s ease; }
        .menu-side-compact-w ul.main-menu > li > a .icon-w {
          transition: all 0.4s ease; }
      .menu-side-compact-w ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-side-compact-w ul.main-menu > li.active > a {
        background-color: #b11f37; }
        .menu-side-compact-w ul.main-menu > li.active > a .icon-w {
          color: #fff; }
      .menu-side-compact-w ul.main-menu > li.active .sub-menu-w {
        visibility: visible;
        opacity: 1;
        transform: translateX(0px) scale(1); }
    .menu-side-compact-w ul.main-menu .icon-w {
      font-size: 30px;
      color: #b11f37; }
  .menu-side-compact-w .sub-menu-w {
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateX(40px) scale(0.95);
    transition: all 0.2s ease;
    position: absolute;
    background-color: #b11f37;
    color: #fff;
    left: 100%;
    top: -100px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0px 2px 40px 0px rgba(26, 138, 255, 0.5);
    padding-bottom: 20px; }
    .menu-side-compact-w .sub-menu-w .sub-menu-title {
      font-size: 2.4rem;
      color: rgba(255, 255, 255, 0.2);
      padding: 5px 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 15px;
      letter-spacing: -0.5px;
      white-space: nowrap;
      overflow: hidden;
      font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 500; }
    .menu-side-compact-w .sub-menu-w .sub-menu-icon {
      position: absolute;
      font-size: 120px;
      color: rgba(255, 255, 255, 0.1);
      bottom: -50px;
      right: -10px; }
    .menu-side-compact-w .sub-menu-w .sub-menu-i {
      display: flex; }
      .menu-side-compact-w .sub-menu-w .sub-menu-i .sub-menu + .sub-menu {
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .menu-side-compact-w .sub-menu-w > ul, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul {
      list-style: none;
      padding: 0px;
      min-width: 250px; }
      .menu-side-compact-w .sub-menu-w > ul > li, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-side-compact-w .sub-menu-w > ul > li:last-child, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li:last-child {
          border-bottom: none; }
        .menu-side-compact-w .sub-menu-w > ul > li > a, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a {
          color: #fff;
          display: block;
          padding: 12px 50px;
          font-size: 0.99rem;
          position: relative;
          white-space: nowrap; }
          .menu-side-compact-w .sub-menu-w > ul > li > a:before, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a:before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 10px;
            background-color: #FBB463;
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translate(-10px, -50%);
            opacity: 0;
            transition: all 0.2s ease; }
          .menu-side-compact-w .sub-menu-w > ul > li > a:hover:before, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a:hover:before {
            opacity: 1;
            transform: translate(0px, -50%); }
  .menu-side-compact-w .logged-user-w {
    position: relative; }
    .menu-side-compact-w .logged-user-w .avatar-w img {
      width: 40px;
      height: 40px; }
    .menu-side-compact-w .logged-user-w .logged-user-i {
      display: inline-block; }
      .menu-side-compact-w .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .menu-side-compact-w .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          transform: translateY(0px);
          transition: all 0.3s ease; }
    .menu-side-compact-w .logged-user-w .logged-user-menu {
      background: #b11f37;
      box-shadow: 0 2px 30px 0 rgba(45, 130, 255, 0.75);
      position: absolute;
      top: 0px;
      left: -10px;
      overflow: hidden;
      padding: 1rem;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.05s ease;
      text-align: left;
      border-radius: 6px; }
      .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-avatar-info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding: 0px 30px 20px 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-side-compact-w .logged-user-w .logged-user-menu .avatar-w {
        border-color: #fff;
        vertical-align: middle;
        margin-right: 20px; }
      .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-info-w {
        vertical-align: middle; }
        .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
          color: #fff;
          white-space: nowrap; }
        .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-role {
          color: rgba(255, 255, 255, 0.6);
          white-space: nowrap; }
      .menu-side-compact-w .logged-user-w .logged-user-menu ul {
        list-style: none;
        text-align: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 20px; }
        .menu-side-compact-w .logged-user-w .logged-user-menu ul li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .menu-side-compact-w .logged-user-w .logged-user-menu ul li a {
            display: block;
            padding: 10px 20px;
            color: #fff; }
            .menu-side-compact-w .logged-user-w .logged-user-menu ul li a i {
              vertical-align: middle;
              margin-right: 15px;
              font-size: 20px;
              transition: all 0.2s ease;
              display: inline-block; }
            .menu-side-compact-w .logged-user-w .logged-user-menu ul li a span {
              vertical-align: middle;
              font-size: 0.9rem;
              transition: all 0.2s ease;
              display: inline-block; }
            .menu-side-compact-w .logged-user-w .logged-user-menu ul li a:hover {
              text-decoration: none; }
              .menu-side-compact-w .logged-user-w .logged-user-menu ul li a:hover i {
                transform: translateX(5px); }
              .menu-side-compact-w .logged-user-w .logged-user-menu ul li a:hover span {
                transform: translateX(8px); }
          .menu-side-compact-w .logged-user-w .logged-user-menu ul li:last-child {
            border-bottom: none; }
      .menu-side-compact-w .logged-user-w .logged-user-menu .bg-icon {
        font-size: 100px;
        color: rgba(255, 255, 255, 0.1);
        position: absolute;
        bottom: -40px;
        right: -20px; }
  .menu-side-compact-w.color-scheme-dark {
    color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    background-repeat: repeat-x; }
    .menu-side-compact-w.color-scheme-dark ul.main-menu .icon-w {
      color: #b11f37; }
    .menu-side-compact-w.color-scheme-dark ul.main-menu > li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
    .menu-side-compact-w.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-side-compact-w.color-scheme-dark .logo-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
    .menu-side-compact-w.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-compact-w.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }

/*
  #4. Top Menu Default
*/
.menu-top-w {
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  background-color: #fff;
  border-radius: 6px 6px 0px 0px;
  position: relative; }
  .menu-top-w.color-scheme-dark {
    background-color: #242B3F; }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li {
      border-right-color: rgba(255, 255, 255, 0.1); }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li .icon-w {
      color: rgba(255, 255, 255, 0.7); }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li > a {
      color: #fff; }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li.has-sub-menu > a:before {
      color: rgba(255, 255, 255, 0.7); }
  .menu-top-w .menu-top-i {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .menu-top-w .menu-top-i .sub-menu {
      position: absolute;
      left: 0px;
      right: 0px;
      list-style: none;
      display: none;
      justify-content: center;
      flex-wrap: wrap;
      top: 100%;
      padding: 15px 20px;
      background-color: #b11f37;
      box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5); }
      .menu-top-w .menu-top-i .sub-menu li {
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-top-w .menu-top-i .sub-menu li a {
          color: #fff;
          display: inline-block;
          padding: 5px 25px;
          position: relative; }
          .menu-top-w .menu-top-i .sub-menu li a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background-color: #FBB463;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translate(-10px, -50%);
            opacity: 0;
            transition: all 0.2s ease; }
          .menu-top-w .menu-top-i .sub-menu li a:hover {
            text-decoration: none; }
            .menu-top-w .menu-top-i .sub-menu li a:hover:before {
              opacity: 1;
              transform: translate(0px, -50%); }
        .menu-top-w .menu-top-i .sub-menu li:last-child {
          border-right: none; }
    .menu-top-w .menu-top-i .logged-user-w {
      white-space: nowrap;
      border-bottom: none;
      padding: 0px 2rem 0px 1rem; }
      .menu-top-w .menu-top-i .logged-user-w .avatar-w,
      .menu-top-w .menu-top-i .logged-user-w .logged-user-info-w {
        display: inline-block;
        vertical-align: middle; }
      .menu-top-w .menu-top-i .logged-user-w .avatar-w {
        padding: 3px; }
        .menu-top-w .menu-top-i .logged-user-w .avatar-w img {
          width: 30px; }
      .menu-top-w .menu-top-i .logged-user-w .logged-user-info-w {
        margin-left: 20px;
        text-align: left; }
    .menu-top-w .menu-top-i .logo-w {
      flex: 0 0 100px;
      text-align: center;
      padding: 0rem 2rem;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-top-w .menu-top-i .logo-w a {
        display: inline-block;
        white-space: nowrap; }
      .menu-top-w .menu-top-i .logo-w .logo {
        display: inline-block; }
      .menu-top-w .menu-top-i .logo-w img {
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
      .menu-top-w .menu-top-i .logo-w span {
        vertical-align: middle;
        display: inline-block;
        color: #334152;
        margin-left: 1rem; }
    .menu-top-w .menu-top-i ul.main-menu {
      list-style: none;
      padding: 0px 1rem;
      margin-bottom: 0px;
      display: flex; }
      .menu-top-w .menu-top-i ul.main-menu > li {
        display: block;
        border-right: 1px solid rgba(0, 0, 0, 0.05); }
        .menu-top-w .menu-top-i ul.main-menu > li:last-child {
          border-bottom: none; }
        .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu > a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'osfont' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e91c";
          font-size: 7px;
          color: rgba(0, 0, 0, 0.5);
          transform: translateY(-50%);
          position: absolute;
          top: 50%;
          right: 15px; }
        .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu.active .sub-menu {
          display: flex; }
        .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu.active > a {
          background-color: #b11f37;
          color: #fff; }
          .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu.active > a .icon-w {
            color: #b11f37; }
        .menu-top-w .menu-top-i ul.main-menu > li > a {
          color: #3E4B5B;
          display: flex;
          align-items: center;
          position: relative; }
          .menu-top-w .menu-top-i ul.main-menu > li > a:focus {
            text-decoration: none; }
          .menu-top-w .menu-top-i ul.main-menu > li > a:hover {
            text-decoration: none;
            background-color: #b11f37;
            color: #fff; }
            .menu-top-w .menu-top-i ul.main-menu > li > a:hover .icon-w {
              color: #b11f37; }
        .menu-top-w .menu-top-i ul.main-menu > li .icon-w {
          color: #b11f37;
          font-size: 20px;
          display: block;
          padding: 1rem;
          width: 45px;
          text-align: center;
          transition: all 0.2s ease; }
        .menu-top-w .menu-top-i ul.main-menu > li span {
          padding: 10px;
          padding-right: 30px;
          display: block;
          flex: 1;
          transition: all 0.2s ease;
          white-space: nowrap; }
        .menu-top-w .menu-top-i ul.main-menu > li .icon-w + span {
          padding-left: 0px; }

/*
  #5. Top Menu Image
*/
.menu-top-image-w {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .menu-top-image-w:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(95, 95, 95, 0.06) 63%, rgba(0, 0, 0, 0.73) 100%);
    z-index: 1; }
  .menu-top-image-w .top-part-w {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    .menu-top-image-w .top-part-w .logo-w {
      text-align: center;
      padding: 1rem 2rem; }
      .menu-top-image-w .top-part-w .logo-w a {
        display: inline-block; }
      .menu-top-image-w .top-part-w .logo-w .logo {
        display: inline-block; }
      .menu-top-image-w .top-part-w .logo-w img {
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
      .menu-top-image-w .top-part-w .logo-w span {
        vertical-align: middle;
        display: inline-block;
        color: #fff;
        margin-left: 1rem; }
    .menu-top-image-w .top-part-w .user-and-search {
      display: flex;
      align-items: center; }
    .menu-top-image-w .top-part-w .element-search {
      position: relative; }
      .menu-top-image-w .top-part-w .element-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 15px;
        top: 48%;
        transform: translateY(-50%);
        font-size: 16px;
        content: "\e92c";
        color: rgba(0, 0, 0, 0.4); }
      .menu-top-image-w .top-part-w .element-search input {
        border: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 30px;
        padding: 8px 15px 8px 40px;
        display: block;
        width: 250px;
        outline: none;
        border: none;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
        background: #fff; }
        .menu-top-image-w .top-part-w .element-search input::placeholder {
          color: rgba(0, 0, 0, 0.5); }
    .menu-top-image-w .top-part-w .logged-user-w {
      padding: 1rem 2rem;
      border-bottom: none; }
      .menu-top-image-w .top-part-w .logged-user-w .avatar-w img {
        width: 40px;
        display: block; }
  .menu-top-image-w .page-menu-header {
    position: relative;
    z-index: 2;
    font-size: 3.75rem;
    color: #fff;
    padding: 2rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    margin: 0px; }
  .menu-top-image-w .menu-top-image-i {
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    justify-content: space-between;
    align-items: center; }
  .menu-top-image-w .sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    list-style: none;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    top: 100%;
    padding: 25px 20px;
    background-color: #b11f37;
    box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5); }
    .menu-top-image-w .sub-menu li {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-top-image-w .sub-menu li a {
        color: #fff;
        display: inline-block;
        padding: 5px 25px;
        position: relative; }
        .menu-top-image-w .sub-menu li a:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 10px;
          background-color: #FBB463;
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translate(-10px, -50%);
          opacity: 0;
          transition: all 0.2s ease; }
        .menu-top-image-w .sub-menu li a:hover {
          text-decoration: none; }
          .menu-top-image-w .sub-menu li a:hover:before {
            opacity: 1;
            transform: translate(0px, -50%); }
      .menu-top-image-w .sub-menu li:last-child {
        border-right: none; }
  .menu-top-image-w ul.main-menu {
    list-style: none;
    padding: 0rem;
    margin-bottom: 0px;
    display: flex; }
    .menu-top-image-w ul.main-menu > li {
      display: block;
      font-size: 1rem; }
      .menu-top-image-w ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-top-image-w ul.main-menu > li.has-sub-menu > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91c";
        font-size: 7px;
        color: rgba(255, 255, 255, 0.5);
        color: transparent;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 15px; }
      .menu-top-image-w ul.main-menu > li.has-sub-menu.active .sub-menu {
        display: flex; }
      .menu-top-image-w ul.main-menu > li.has-sub-menu.active > a {
        background-color: #b11f37;
        color: #fff; }
        .menu-top-image-w ul.main-menu > li.has-sub-menu.active > a .icon-w {
          color: #b11f37; }
      .menu-top-image-w ul.main-menu > li > a {
        color: #fff;
        display: flex;
        align-items: center;
        position: relative; }
        .menu-top-image-w ul.main-menu > li > a:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0px;
          background-color: rgba(255, 255, 255, 0.3);
          content: "";
          height: 16px;
          width: 1px; }
        .menu-top-image-w ul.main-menu > li > a:focus {
          text-decoration: none; }
        .menu-top-image-w ul.main-menu > li > a:hover {
          text-decoration: none;
          background-color: #b11f37;
          color: #fff; }
          .menu-top-image-w ul.main-menu > li > a:hover:after {
            background-color: transparent; }
          .menu-top-image-w ul.main-menu > li > a:hover .icon-w {
            color: #b11f37; }
      .menu-top-image-w ul.main-menu > li .icon-w {
        color: #fff;
        font-size: 22px;
        display: block;
        padding: 15px 15px 15px 30px;
        text-align: center;
        transition: all 0.2s ease; }
      .menu-top-image-w ul.main-menu > li span {
        padding: 10px;
        padding-right: 30px;
        display: block;
        flex: 1;
        transition: all 0.2s ease;
        white-space: nowrap; }
      .menu-top-image-w ul.main-menu > li .icon-w + span {
        padding-left: 0px; }

/*
  #6. Top Menu Secondary
*/
.all-wrapper > .top-menu-secondary {
  border-radius: 6px 6px 0px 0px; }

.top-menu-secondary {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  padding: 0px 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-radius: 0px 6px 0px 0px; }
  .top-menu-secondary > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #3E4B5B;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 0.99rem; }
    .top-menu-secondary > ul li {
      display: inline-block; }
      .top-menu-secondary > ul li a {
        display: inline-block;
        padding: 20px 25px;
        color: rgba(0, 0, 0, 0.25);
        position: relative;
        transition: all 0.2s ease; }
        .top-menu-secondary > ul li a:after {
          content: "";
          background-color: #b11f37;
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translateX(-50%);
          width: 0px;
          height: 5px;
          transition: all 0.2s ease; }
      .top-menu-secondary > ul li.active a, .top-menu-secondary > ul li:hover a {
        color: #3E4B5B;
        text-decoration: none; }
        .top-menu-secondary > ul li.active a:after, .top-menu-secondary > ul li:hover a:after {
          width: 100%; }
  .top-menu-secondary .fancy-selector-w {
    margin-left: auto;
    align-self: stretch; }
  .top-menu-secondary .logo-w.menu-size + .fancy-selector-w {
    margin-left: 0px; }
  .top-menu-secondary .logo-w {
    text-align: left; }
    .top-menu-secondary .logo-w a {
      display: inline-block; }
    .top-menu-secondary .logo-w img {
      height: 35px;
      width: auto;
      display: inline-block;
      vertical-align: middle; }
    .top-menu-secondary .logo-w span {
      display: inline-block;
      vertical-align: middle; }
    .top-menu-secondary .logo-w img + span {
      margin-left: 20px;
      color: #3E4B5B;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 0.81rem;
      font-weight: 500; }
    .top-menu-secondary .logo-w.menu-size {
      width: 280px; }
  .top-menu-secondary .top-menu-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    padding: 7px 0px; }
    .top-menu-secondary .top-menu-controls .element-search {
      position: relative;
      margin: 0px 1rem; }
      .top-menu-secondary .top-menu-controls .element-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 15px;
        top: 48%;
        transform: translateY(-50%);
        font-size: 16px;
        content: "\e92c";
        color: rgba(0, 0, 0, 0.4); }
      .top-menu-secondary .top-menu-controls .element-search input {
        border: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 30px;
        padding: 8px 15px 8px 40px;
        display: block;
        width: 220px;
        outline: none;
        border: none;
        box-shadow: none;
        background: #eee; }
        .top-menu-secondary .top-menu-controls .element-search input::placeholder {
          color: rgba(0, 0, 0, 0.5); }
  .top-menu-secondary .messages-notifications {
    margin: 0px 1rem;
    position: relative;
    font-size: 24px;
    color: #b11f37; }
    .top-menu-secondary .messages-notifications .new-messages-count {
      background-color: #e65252;
      color: #fff;
      border-radius: 6px;
      font-weight: 500;
      position: absolute;
      top: -5px;
      right: -12px;
      padding: 4px 4px;
      vertical-align: middle;
      font-size: 0.72rem;
      line-height: 1; }
  .top-menu-secondary .top-icon {
    margin: 0px 1rem;
    color: #b11f37;
    font-size: 26px; }
  .top-menu-secondary .logged-user-w {
    position: relative;
    padding: 0px 1rem;
    border-bottom: none; }
    .top-menu-secondary .logged-user-w .avatar-w {
      padding: 0px;
      border: none;
      height: auto;
      width: auto; }
      .top-menu-secondary .logged-user-w .avatar-w img {
        width: 40px;
        height: 40px; }
    .top-menu-secondary .logged-user-w .logged-user-i {
      display: inline-block; }
      .top-menu-secondary .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .top-menu-secondary .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          transform: translateY(0px); }
      .top-menu-secondary .logged-user-w .logged-user-i .avatar-company img {
        height: 40px; }
    .top-menu-secondary .logged-user-w .logged-user-menu {
      background: #b11f37;
      box-shadow: 0 2px 30px 0 rgba(45, 130, 255, 0.75);
      position: absolute;
      top: -10px;
      right: -20px;
      overflow: hidden;
      padding: 1rem;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.3s ease;
      text-align: left;
      border-radius: 6px; }
      .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-avatar-info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 10px;
        padding: 0px 30px 10px 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .top-menu-secondary .logged-user-w .logged-user-menu .avatar-w {
        border-color: #fff;
        vertical-align: middle;
        margin-right: 20px; }
      .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w {
        vertical-align: middle; }
        .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
          color: #fff;
          white-space: nowrap; }
        .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-role {
          color: rgba(255, 255, 255, 0.6);
          white-space: nowrap; }
      .top-menu-secondary .logged-user-w .logged-user-menu ul {
        list-style: none;
        text-align: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px; }
        .top-menu-secondary .logged-user-w .logged-user-menu ul li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .top-menu-secondary .logged-user-w .logged-user-menu ul li a {
            display: block;
            padding: 10px 20px;
            color: #fff; }
            .top-menu-secondary .logged-user-w .logged-user-menu ul li a i {
              vertical-align: middle;
              margin-right: 15px;
              font-size: 20px;
              transition: all 0.2s ease;
              display: inline-block; }
            .top-menu-secondary .logged-user-w .logged-user-menu ul li a span {
              vertical-align: middle;
              font-size: 0.9rem;
              transition: all 0.2s ease;
              display: inline-block; }
            .top-menu-secondary .logged-user-w .logged-user-menu ul li a:hover {
              text-decoration: none; }
              .top-menu-secondary .logged-user-w .logged-user-menu ul li a:hover i {
                transform: translateX(5px); }
              .top-menu-secondary .logged-user-w .logged-user-menu ul li a:hover span {
                transform: translateX(8px); }
          .top-menu-secondary .logged-user-w .logged-user-menu ul li:last-child {
            border-bottom: none; }
      .top-menu-secondary .logged-user-w .logged-user-menu .bg-icon {
        font-size: 100px;
        color: rgba(255, 255, 255, 0.1);
        position: absolute;
        bottom: -40px;
        right: -20px; }
  .top-menu-secondary.color-scheme-dark {
    background-color: #fff; }
    .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search input {
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff; }
      .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search input::placeholder {
        color: rgba(255, 255, 255, 0.3); }
    .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search:before {
      color: rgba(255, 255, 255, 0.7); }
    .top-menu-secondary.color-scheme-dark .messages-notifications,
    .top-menu-secondary.color-scheme-dark .top-icon {
      color: #fff; }
    .top-menu-secondary.color-scheme-dark > ul li a {
      color: rgba(255, 255, 255, 0.4); }
      .top-menu-secondary.color-scheme-dark > ul li a:after {
        background-color: #FBB463; }
    .top-menu-secondary.color-scheme-dark > ul li.active a, .top-menu-secondary.color-scheme-dark > ul li:hover a {
      color: #fff; }
    .top-menu-secondary.color-scheme-dark .logo-w img + span {
      color: #fff; }
    .top-menu-secondary.color-scheme-dark .fancy-selector-w .fancy-selector-current .fs-selector-trigger {
      background-color: #4da6ff; }

/*
  #7. Side Menu V2
*/
.menu-side-v2-w {
  position: relative;
  width: 300px;
  border-radius: 6px 0px 0px 6px;
  display: table-cell;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  /* Styles for sub menu */ }
  .menu-side-v2-w .logged-user-w {
    position: relative; }
    .menu-side-v2-w .logged-user-w .logged-user-i {
      display: inline-block; }
      .menu-side-v2-w .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .menu-side-v2-w .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          transform: translateY(0px); }
  .menu-side-v2-w .logged-user-menu {
    background: #b11f37;
    box-shadow: 0 2px 30px 0 rgba(45, 130, 255, 0.75);
    position: absolute;
    top: 0px;
    left: -10px;
    right: -10px;
    overflow: hidden;
    padding: 1rem;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border-radius: 6px; }
    .menu-side-v2-w .logged-user-menu .avatar-w {
      border-color: #fff; }
    .menu-side-v2-w .logged-user-menu .logged-user-info-w {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-side-v2-w .logged-user-menu .logged-user-info-w .logged-user-name {
        color: #fff; }
      .menu-side-v2-w .logged-user-menu .logged-user-info-w .logged-user-role {
        color: rgba(255, 255, 255, 0.6); }
    .menu-side-v2-w .logged-user-menu ul {
      list-style: none;
      text-align: left;
      margin: 0px;
      padding: 0px 40px;
      padding-bottom: 20px; }
      .menu-side-v2-w .logged-user-menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
        .menu-side-v2-w .logged-user-menu ul li a {
          display: block;
          padding: 10px;
          color: #fff; }
          .menu-side-v2-w .logged-user-menu ul li a i {
            vertical-align: middle;
            margin-right: 15px;
            font-size: 20px;
            transition: all 0.2s ease;
            display: inline-block; }
          .menu-side-v2-w .logged-user-menu ul li a span {
            vertical-align: middle;
            font-size: 0.9rem;
            transition: all 0.2s ease;
            display: inline-block; }
          .menu-side-v2-w .logged-user-menu ul li a:hover {
            text-decoration: none; }
            .menu-side-v2-w .logged-user-menu ul li a:hover i {
              transform: translateX(5px); }
            .menu-side-v2-w .logged-user-menu ul li a:hover span {
              transform: translateX(8px); }
        .menu-side-v2-w .logged-user-menu ul li:last-child {
          border-bottom: none; }
    .menu-side-v2-w .logged-user-menu .bg-icon {
      font-size: 100px;
      color: rgba(255, 255, 255, 0.1);
      position: absolute;
      bottom: -40px;
      right: -20px; }
  .menu-side-v2-w .side-menu-magic {
    background-image: linear-gradient(-154deg, #1643A3 8%, #2E1170 90%);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 20px; }
    .menu-side-v2-w .side-menu-magic h1, .menu-side-v2-w .side-menu-magic h2, .menu-side-v2-w .side-menu-magic h3, .menu-side-v2-w .side-menu-magic h4, .menu-side-v2-w .side-menu-magic h5 {
      color: #fff;
      margin-bottom: 5px; }
    .menu-side-v2-w .side-menu-magic p {
      color: rgba(255, 255, 255, 0.6); }
    .menu-side-v2-w .side-menu-magic .btn-w {
      margin-top: 15px; }
    .menu-side-v2-w .side-menu-magic .btn-white, .menu-side-v2-w .side-menu-magic .all-wrapper .fc-button, .all-wrapper .menu-side-v2-w .side-menu-magic .fc-button {
      border: none;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
  .menu-side-v2-w .logo-w {
    text-align: center;
    padding: 2rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .menu-side-v2-w .logo-w a {
      display: inline-block; }
    .menu-side-v2-w .logo-w .logo {
      display: inline-block; }
    .menu-side-v2-w .logo-w img {
      width: 40px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .menu-side-v2-w .logo-w span {
      vertical-align: middle;
      display: inline-block;
      color: #334152;
      margin-left: 1rem; }
  .menu-side-v2-w ul.main-menu {
    list-style: none;
    padding: 2rem;
    margin-bottom: 0px; }
    .menu-side-v2-w ul.main-menu > li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-side-v2-w ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-side-v2-w ul.main-menu > li.has-sub-menu > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91c";
        font-size: 7px;
        color: rgba(0, 0, 0, 0.5);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px; }
      .menu-side-v2-w ul.main-menu > li.has-sub-menu.active .sub-menu {
        display: block; }
      .menu-side-v2-w ul.main-menu > li.menu-sub-header {
        text-transform: uppercase;
        color: #448eef;
        font-size: 0.72rem;
        letter-spacing: 1px;
        padding-top: 20px;
        padding-bottom: 0px;
        border-bottom: none; }
      .menu-side-v2-w ul.main-menu > li > a {
        color: #3E4B5B;
        display: flex;
        align-items: center;
        position: relative;
        font-size: 0.99rem; }
        .menu-side-v2-w ul.main-menu > li > a:focus {
          text-decoration: none; }
        .menu-side-v2-w ul.main-menu > li > a:hover {
          text-decoration: none; }
          @media (min-width: 1025px) {
            .menu-side-v2-w ul.main-menu > li > a:hover .icon-w {
              transform: translateX(10px); }
            .menu-side-v2-w ul.main-menu > li > a:hover span {
              transform: translateX(5px); } }
      .menu-side-v2-w ul.main-menu > li .icon-w {
        color: #b11f37;
        font-size: 27px;
        display: block;
        padding: 1rem;
        width: 80px;
        text-align: center;
        transition: all 0.2s ease; }
      .menu-side-v2-w ul.main-menu > li span {
        padding: 1rem;
        display: block;
        flex: 1;
        transition: all 0.2s ease; }
      .menu-side-v2-w ul.main-menu > li .icon-w + span {
        padding-left: 0px; }
  .menu-side-v2-w ul.sub-menu {
    padding: 1rem 0px;
    padding-left: 55px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
    list-style: none; }
    .menu-side-v2-w ul.sub-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-side-v2-w ul.sub-menu li:last-child {
        border-bottom: none; }
      .menu-side-v2-w ul.sub-menu li a {
        padding: 0.4rem 10px 0.4rem 10px;
        display: block;
        position: relative;
        font-size: 0.81rem;
        transition: all 0.2s ease; }
        .menu-side-v2-w ul.sub-menu li a:before {
          content: "";
          width: 5px;
          height: 5px;
          border: 1px solid #b11f37;
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          background-color: #fff;
          display: block;
          transition: all 0.2s ease;
          border-radius: 6px; }
        .menu-side-v2-w ul.sub-menu li a:hover {
          text-decoration: none;
          cursor: pointer;
          transform: translateX(-5px); }
          .menu-side-v2-w ul.sub-menu li a:hover:before {
            transform: translate(-5px, -50%);
            border-radius: 6px;
            background-color: #b11f37;
            border-color: #b11f37; }
  .menu-side-v2-w.color-scheme-dark {
    background-color: #293145;
    background-image: none;
    color: rgba(255, 255, 255, 0.9);
    border-right-color: rgba(255, 255, 255, 0.05); }
    .menu-side-v2-w.color-scheme-dark .logged-user-menu {
      background-color: #5e00da;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.25); }
    .menu-side-v2-w.color-scheme-dark .side-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }
    .menu-side-v2-w.color-scheme-dark ul.sub-menu li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-v2-w.color-scheme-dark ul.sub-menu li a {
        color: #fff; }
    .menu-side-v2-w.color-scheme-dark ul.main-menu .icon-w {
      color: #b11f37; }
    .menu-side-v2-w.color-scheme-dark ul.main-menu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .menu-side-v2-w.color-scheme-dark ul.main-menu > li > a {
        color: #fff; }
        .menu-side-v2-w.color-scheme-dark ul.main-menu > li > a:before {
          color: #fff; }
    .menu-side-v2-w.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-side-v2-w.color-scheme-dark .logo-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-v2-w.color-scheme-dark .logo-w span {
        color: #fff; }
    .menu-side-v2-w.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-v2-w.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }
      .menu-side-v2-w.color-scheme-dark .logged-user-w .logged-user-role {
        color: rgba(255, 255, 255, 0.4); }
    .menu-side-v2-w.color-scheme-dark.flying-menu .sub-menu-w {
      background-color: #323c58;
      box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15); }
      .menu-side-v2-w.color-scheme-dark.flying-menu .sub-menu-w .sub-menu-header {
        border-bottom-color: rgba(255, 255, 255, 0.05);
        color: #fff; }
      .menu-side-v2-w.color-scheme-dark.flying-menu .sub-menu-w ul.sub-menu li {
        border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-v2-w.color-scheme-dark.flying-menu .sub-menu-w ul.sub-menu li a {
        color: #ccd9e8; }
      .menu-side-v2-w.color-scheme-dark.flying-menu .sub-menu-w ul.sub-menu + ul.sub-menu {
        border-left-color: rgba(255, 255, 255, 0.05); }
  .menu-side-v2-w.flying-menu .main-menu > li.has-sub-menu {
    position: relative; }
    .menu-side-v2-w.flying-menu .main-menu > li.has-sub-menu > a:before {
      transition: all 0.2s ease; }
    .menu-side-v2-w.flying-menu .main-menu > li.has-sub-menu.active > a:before {
      transform: translateY(-50%) rotate(-90deg); }
    .menu-side-v2-w.flying-menu .main-menu > li.has-sub-menu.active .sub-menu-w {
      visibility: visible;
      opacity: 1;
      transform: translate(100%, -50%);
      transition: all 0.3s ease; }
  .menu-side-v2-w.flying-menu .sub-menu-w {
    position: absolute;
    background-color: #fff;
    padding: 10px 20px 20px;
    border-radius: 6px;
    right: 0px;
    top: 50%;
    transform: translate(110%, -50%);
    z-index: 10000;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease; }
  .menu-side-v2-w.flying-menu .sub-menu-header {
    font-size: 1.35rem;
    font-weight: 500;
    color: #b11f37;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .menu-side-v2-w.flying-menu .sub-menu-i {
    display: flex; }
  .menu-side-v2-w.flying-menu ul.sub-menu {
    display: block;
    padding-left: 0px;
    border: none;
    flex: 0 0 180px;
    padding: 0px 10px; }
    .menu-side-v2-w.flying-menu ul.sub-menu li {
      min-width: 200px; }
      .menu-side-v2-w.flying-menu ul.sub-menu li a {
        color: #3E4B5B;
        white-space: nowrap;
        font-size: 0.9rem;
        padding: 10px 15px; }
        .menu-side-v2-w.flying-menu ul.sub-menu li a:before {
          opacity: 0;
          transform: translate(0px, -50%);
          background-color: #b11f37; }
        .menu-side-v2-w.flying-menu ul.sub-menu li a:hover {
          color: #b11f37; }
          .menu-side-v2-w.flying-menu ul.sub-menu li a:hover:before {
            opacity: 1;
            transform: translate(10px, -50%); }
      .menu-side-v2-w.flying-menu ul.sub-menu li .badge {
        font-size: 0.72rem;
        padding: 2px 5px;
        margin-left: 5px; }
    .menu-side-v2-w.flying-menu ul.sub-menu + ul.sub-menu {
      border-left: 1px solid rgba(0, 0, 0, 0.05); }

/* 9. Styles for all element blocks */
/* 

  # -- STYLES NAVIGATION:

  #1. Element Wrapper Styles
  #2. Tablo Element
  #3. Charts & Legends
  #4. Profile Tiles
  #5. Users list element
  #6. Tabs Controls
  #7. Activity Boxes
  #8. Note box
  #9. Steps
  #10. Invoice
  #11. Error Page
  #12. Authorization styles
  #13. Timed Activities Element
  #14. Progress Bar Element
  #15. Balances


*/
/*
 #1. Element Wrapper Styles
*/
.element-wrapper {
  padding-bottom: 3rem; }
  .element-wrapper.compact {
    padding-bottom: 2rem; }
  .element-wrapper .element-info {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .element-wrapper .element-info .element-info-with-icon {
      margin-bottom: 0px; }
  .element-wrapper .element-info-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    .element-wrapper .element-info-with-icon .element-info-icon {
      flex: 0 0 70px;
      color: #b11f37;
      font-size: 30px; }
    .element-wrapper .element-info-with-icon.smaller .element-info-icon {
      flex: 0 0 50px;
      font-size: 20px; }
    .element-wrapper .element-info-with-icon.smaller .element-info-text .element-inner-header {
      margin-bottom: 0px; }
  .element-wrapper .element-actions {
    float: right;
    position: relative;
    z-index: 2;
    margin-top: -0.2rem; }
    .element-wrapper .element-actions .btn + .btn, .element-wrapper .element-actions .all-wrapper .fc-button + .btn, .all-wrapper .element-wrapper .element-actions .fc-button + .btn, .element-wrapper .element-actions .all-wrapper .btn + .fc-button, .all-wrapper .element-wrapper .element-actions .btn + .fc-button, .element-wrapper .element-actions .all-wrapper .fc-button + .fc-button, .all-wrapper .element-wrapper .element-actions .fc-button + .fc-button {
      margin-left: 10px; }
  .element-wrapper .element-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1; }
    .element-wrapper .element-header:after {
      content: "";
      background-color: #b11f37;
      width: 18px;
      height: 6px;
      border-radius: 2px;
      display: block;
      position: absolute;
      bottom: -3px;
      left: 0px; }
  .element-wrapper .element-inner-header {
    margin-bottom: 0.5rem;
    margin-top: 0px;
    display: block; }
  .element-wrapper .element-inner-desc {
    color: #999;
    font-weight: 300;
    font-size: 0.81rem;
    display: block; }
  .element-wrapper .element-search {
    position: relative; }
    .element-wrapper .element-search:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'osfont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 15px;
      top: 48%;
      transform: translateY(-50%);
      font-size: 20px;
      content: "\e92c";
      color: rgba(0, 0, 0, 0.2); }
    .element-wrapper .element-search input {
      border: none;
      box-shadow: none;
      background-color: #f1f1f1;
      border-radius: 30px;
      padding: 10px 15px 10px 50px;
      display: block;
      width: 100%;
      outline: none; }
      .element-wrapper .element-search input::placeholder {
        color: rgba(0, 0, 0, 0.3); }

.box-style, .user-profile, .element-box, .invoice-w, .big-error-w, .activity-boxes-w .activity-box, .projects-list .project-box {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }

.element-box, .invoice-w, .big-error-w {
  padding: 1.5rem 2rem;
  margin-bottom: 1rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -2rem;
    margin-right: -2rem; }
    .element-box .os-tabs-controls .nav, .invoice-w .os-tabs-controls .nav, .big-error-w .os-tabs-controls .nav {
      padding-left: 2rem;
      padding-right: 2rem; }
  .element-box .centered-header, .invoice-w .centered-header, .big-error-w .centered-header {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem; }
  .element-box .element-box-header, .invoice-w .element-box-header, .big-error-w .element-box-header {
    color: #9b1b30;
    margin-bottom: 1rem; }

.element-box-content + .form-header {
  margin-top: 2rem; }

.element-box + .element-box, .invoice-w + .element-box, .big-error-w + .element-box, .element-box + .invoice-w, .invoice-w + .invoice-w, .big-error-w + .invoice-w, .element-box + .big-error-w, .invoice-w + .big-error-w, .big-error-w + .big-error-w {
  margin-top: 2rem; }

.element-box-tp .input-search-w,
.element-box .input-search-w,
.invoice-w .input-search-w,
.big-error-w .input-search-w {
  margin-bottom: 1rem; }

/*
 #2. Tablo Element
*/
.el-tablo {
  display: block; }
  .el-tablo:not(.centered) {
    padding-right: 5px; }
  .el-tablo .label {
    display: block;
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1px; }
  .el-tablo .value {
    font-size: 2.43rem;
    font-weight: 500;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle; }
  .el-tablo .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.81rem;
    vertical-align: middle;
    margin-left: 10px; }
    .el-tablo .trending .os-icon {
      margin-left: 2px;
      vertical-align: middle;
      font-size: 14px; }
    .el-tablo .trending span {
      display: inline-block;
      vertical-align: middle; }
  .el-tablo .trending-up {
    color: #fff;
    background-color: #5eb314; }
  .el-tablo .trending-down {
    color: #fff;
    background-color: #e65252; }
  .el-tablo .trending-up-basic {
    color: #5eb314;
    padding: 0px; }
  .el-tablo .trending-down-basic {
    color: #e65252;
    padding: 0px; }
  .el-tablo.trend-in-corner {
    position: relative; }
    .el-tablo.trend-in-corner .trending {
      position: absolute;
      top: 10px;
      right: 10px; }
  .el-tablo.centered {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    .el-tablo.centered.padded {
      padding-left: 10px;
      padding-right: 10px; }
  .el-tablo.padded {
    padding: 2rem; }
  .el-tablo.bigger .value {
    font-size: 3.33rem; }
  .el-tablo.bigger .label {
    font-size: 0.9rem; }
  .el-tablo.highlight .value {
    color: #b11f37; }
  .el-tablo.bold-label .label {
    text-transform: none;
    font-size: 0.99rem;
    letter-spacing: 0px; }

a.el-tablo {
  text-decoration: none;
  display: block;
  color: #3E4B5B;
  transition: all 0.25s ease; }
  a.el-tablo .value {
    transition: all 0.25s ease; }
  a.el-tablo .label {
    transition: all 0.25s ease; }
  a.el-tablo:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2); }
    a.el-tablo:hover .value {
      transform: translateY(-3px);
      color: #b11f37; }
    a.el-tablo:hover .label {
      color: #da2946; }
    a.el-tablo:hover.centered .value {
      transform: scale(1.1) translateY(-3px); }
    a.el-tablo:hover .label {
      transform: translateY(-2px); }

.el-buttons-list .btn, .el-buttons-list .all-wrapper .fc-button, .all-wrapper .el-buttons-list .fc-button {
  margin-bottom: 0.5rem; }

.el-buttons-list.full-width .btn, .el-buttons-list.full-width .all-wrapper .fc-button, .all-wrapper .el-buttons-list.full-width .fc-button {
  display: block; }

.el-tablo + .el-chart-w {
  margin-top: 1rem; }

/*
 #3. Charts & Legend
*/
.el-chart-w {
  position: relative;
  text-align: center; }
  .el-chart-w .inside-donut-chart-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0.63rem;
    text-transform: uppercase;
    z-index: 1; }
    .el-chart-w .inside-donut-chart-label strong {
      display: block;
      font-size: 1.98rem;
      line-height: 1.1; }
    .el-chart-w .inside-donut-chart-label span {
      display: block;
      color: rgba(0, 0, 0, 0.4); }
  .el-chart-w canvas {
    position: relative;
    z-index: 2; }

.el-chart-w + .el-legend {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem; }

.el-legend .legend-value-w {
  margin-bottom: 0.5rem; }

.el-legend .legend-pin {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem; }

.el-legend .legend-value {
  display: inline-block;
  vertical-align: middle; }

/*
 #4. Profile Tile
*/
.profile-tile {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .profile-tile .profile-tile-box {
    width: 110px;
    text-align: center;
    border-radius: 6px;
    padding: 1.2rem 0.5rem 0.5rem;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    text-decoration: none;
    color: #3E4B5B;
    transition: all 0.25s ease;
    display: block; }
    .profile-tile .profile-tile-box:hover {
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2); }
  .profile-tile .pt-avatar-w {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden; }
    .profile-tile .pt-avatar-w img {
      width: 60px;
      height: auto; }
  .profile-tile .pt-user-name {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.63rem;
    text-transform: uppercase; }
  .profile-tile .profile-tile-meta {
    flex: 1;
    padding-left: 30px; }
    .profile-tile .profile-tile-meta ul {
      list-style: none;
      font-size: 0.63rem;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.4);
      margin: 0px;
      padding: 0px; }
      .profile-tile .profile-tile-meta ul li {
        margin-bottom: 3px; }
      .profile-tile .profile-tile-meta ul strong {
        color: #3E4B5B;
        margin-left: 5px; }
        .profile-tile .profile-tile-meta ul strong a {
          color: #3E4B5B;
          text-decoration: none;
          border-bottom: 1px solid #3E4B5B; }
  .profile-tile .pt-btn {
    margin-top: 10px; }

.status-pill {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #eee;
  display: inline-block;
  vertical-align: middle; }
  .status-pill.yellow {
    background-color: #f8bc34; }
  .status-pill.red {
    background-color: #c21a1a; }
  .status-pill.green {
    background-color: #71c21a; }
  .status-pill.smaller {
    width: 8px;
    height: 8px; }
  .status-pill + span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }

/*
 #5. Users list element
*/
.users-list-w .user-w {
  display: flex;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: space-between; }
  .users-list-w .user-w .user-avatar-w {
    width: 50px; }
    .users-list-w .user-w .user-avatar-w .user-avatar {
      border-radius: 40px;
      overflow: hidden; }
      .users-list-w .user-w .user-avatar-w .user-avatar img {
        max-width: 100%;
        height: auto; }
  .users-list-w .user-w.with-status .user-avatar-w {
    position: relative; }
    .users-list-w .user-w.with-status .user-avatar-w:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: 2px;
      right: 2px;
      border-radius: 10px;
      box-shadow: 0px 0px 0px 3px #fff; }
  .users-list-w .user-w.with-status.status-green .user-avatar-w:before {
    background-color: #5eb314; }
  .users-list-w .user-w.with-status.status-red .user-avatar-w:before {
    background-color: #e65252; }
  .users-list-w .user-w .user-name {
    padding-left: 20px;
    flex: 1; }
  .users-list-w .user-w .user-title {
    margin-bottom: 4px; }
  .users-list-w .user-w .user-role {
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }
  .users-list-w .user-w .user-action {
    width: 50px;
    color: #b11f37;
    font-size: 18px; }

/*
 #6. Tabs Controls
*/
.os-tabs-controls {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  .os-tabs-controls .nav-pills {
    align-items: center;
    border-bottom: 1px solid #dee2e6; }
  .os-tabs-controls .nav-tabs {
    flex: 1; }

/*
 #7. Activity Boxes
*/
.activity-boxes-w .activity-box-w {
  display: flex;
  align-items: center;
  padding: 0.8rem 0px;
  position: relative; }
  .activity-boxes-w .activity-box-w:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #cbd1d7;
    top: 0px;
    bottom: 0px;
    left: 75px;
    position: absolute; }
  .activity-boxes-w .activity-box-w:after {
    content: "";
    display: block;
    width: 20px;
    background-color: #cbd1d7;
    top: 50%;
    height: 1px;
    left: 80px;
    position: absolute;
    z-index: 1; }
  .activity-boxes-w .activity-box-w:first-child:before {
    top: 50%; }
  .activity-boxes-w .activity-box-w:last-child:before {
    bottom: 50%; }

.activity-boxes-w .activity-time {
  flex: 0 0 100px;
  font-size: 0.63rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  padding-right: 40px; }

.activity-boxes-w .activity-box {
  padding: 0.8rem;
  display: flex;
  flex: 1;
  position: relative;
  align-items: center; }
  .activity-boxes-w .activity-box:before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #60769f;
    background-color: #f6f7f8;
    border-radius: 20px;
    transform: translateY(-50%);
    z-index: 2; }

.activity-boxes-w .activity-avatar {
  width: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 1.1rem; }
  .activity-boxes-w .activity-avatar img {
    max-width: 100%;
    height: auto; }

.activity-boxes-w .activity-info {
  flex: 1; }

.activity-boxes-w .activity-role {
  font-size: 0.63rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.2rem; }

.activity-boxes-w .activity-title {
  font-size: 0.63rem;
  text-transform: uppercase;
  display: block; }

/*
 #8. Note box
*/
.note-box {
  padding: 15%;
  background-color: #F8ECC7;
  margin-bottom: 2rem; }
  .note-box .note-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .note-box .note-content {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.81rem; }

/*
 #9. Steps
*/
.step-contents .step-content {
  padding: 0px 5%;
  display: none; }
  .step-contents .step-content.active {
    display: block; }

.step-triggers {
  display: flex;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .step-triggers .step-trigger {
    padding-bottom: 1rem;
    flex: 1;
    text-align: center;
    font-size: 1.08rem;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.4s ease; }
    .step-triggers .step-trigger:focus {
      text-decoration: none; }
    .step-triggers .step-trigger:hover {
      text-decoration: none;
      color: #3E4B5B;
      cursor: pointer; }
    .step-triggers .step-trigger:before {
      position: absolute;
      content: "";
      height: 4px;
      background-color: #b11f37;
      left: 0px;
      right: 100%;
      bottom: -2px;
      transition: all 0.4s ease; }
    .step-triggers .step-trigger.complete:before {
      right: 0px; }
    .step-triggers .step-trigger.active {
      color: #3E4B5B; }
      .step-triggers .step-trigger.active:before {
        right: 0px; }

/*
 #10. Invoice
*/
.invoice-w {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 800px;
  position: relative;
  overflow: hidden;
  padding: 100px;
  padding-bottom: 20px; }
  .invoice-w:before {
    width: 140%;
    height: 450px;
    background-color: #faf9f3;
    position: absolute;
    top: -15%;
    left: -24%;
    transform: rotate(-27deg);
    content: "";
    z-index: 1; }
  .invoice-w .infos {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between; }
    .invoice-w .infos .info-1 {
      font-size: 1.08rem; }
      .invoice-w .infos .info-1 .company-name {
        font-size: 2.25rem;
        margin-bottom: 0.5rem;
        margin-top: 10px; }
      .invoice-w .infos .info-1 .company-extra {
        font-size: 0.81rem;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 1rem; }
    .invoice-w .infos .info-2 {
      padding-top: 140px;
      text-align: right; }
      .invoice-w .infos .info-2 .company-name {
        margin-bottom: 1rem;
        font-size: 1.26rem; }
      .invoice-w .infos .info-2 .company-address {
        color: rgba(0, 0, 0, 0.6); }
  .invoice-w .terms {
    font-size: 0.81rem;
    margin-top: 2.5rem; }
    .invoice-w .terms .terms-header {
      font-size: 0.9rem;
      margin-bottom: 10px; }
    .invoice-w .terms .terms-content {
      color: rgba(0, 0, 0, 0.4); }

.invoice-table thead th {
  border-bottom: 2px solid #333; }

.invoice-table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.invoice-table tbody tr:last-child td {
  padding-bottom: 40px; }

.invoice-table tfoot tr td {
  border-top: 3px solid #333;
  font-size: 1.26rem; }

.invoice-heading {
  margin-bottom: 4rem;
  margin-top: 7rem;
  position: relative;
  z-index: 2; }
  .invoice-heading h3 {
    margin-bottom: 0px; }

.invoice-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin-top: 6rem; }
  .invoice-footer .invoice-logo img {
    vertical-align: middle;
    height: 20px;
    width: auto;
    display: inline-block; }
  .invoice-footer .invoice-logo span {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block; }
  .invoice-footer .invoice-info span {
    display: inline-block; }
  .invoice-footer .invoice-info span + span {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.invoice-body {
  display: flex; }
  .invoice-body .invoice-desc {
    flex: 0 1 250px;
    font-size: 1.17rem; }

/*
 #11. Error Page
*/
.big-error-w {
  width: 450px;
  text-align: center;
  padding: 50px;
  margin: 0px auto;
  margin-top: 100px; }
  .big-error-w h1 {
    font-size: 4.75rem;
    margin-bottom: 0px; }
  .big-error-w h5 {
    color: #b11f37;
    margin-bottom: 3rem; }
  .big-error-w h4 {
    margin-bottom: 0px; }
  .big-error-w form, .big-error-w .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w .big-error-w .login-info-hd {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem; }

/*
 #12. Authorization styles
*/
.auth-box-w {
  max-width: 450px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
  .auth-box-w.wider {
    max-width: 500px; }
  .auth-box-w.wider--max {
    max-width: 600px; }
  .auth-box-w .logged-user-w {
    padding-top: 0px;
    padding-bottom: 10px; }
  .auth-box-w .logo-w {
    text-align: center;
    padding: 20%; }
  .auth-box-w .auth-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 80px; }
    .auth-box-w .auth-header:after {
      content: "";
      background-color: #b11f37;
      width: 32px;
      height: 7px;
      border-radius: 2px;
      display: block;
      position: absolute;
      bottom: -4px;
      left: 80px; }
  .auth-box-w form, .login-information .auth-box-w .login-info-hd {
    padding: 20px 80px;
    padding-bottom: 60px; }
    .auth-box-w form .form-check-inline, .login-information .auth-box-w .login-info-hd .form-check-inline {
      margin-left: 1rem; }
    .auth-box-w form .form-group, .login-information .auth-box-w .login-info-hd .form-group {
      position: relative; }
      .auth-box-w form .form-group .pre-icon, .login-information .auth-box-w .login-info-hd .form-group .pre-icon {
        position: absolute;
        bottom: 5px;
        font-size: 24px;
        color: #b11f37;
        left: -38px; }
  .auth-box-w .buttons-w {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .auth-box-w.centered {
    text-align: center; }
    .auth-box-w.centered .auth-header {
      padding-left: 0px; }
      .auth-box-w.centered .auth-header:after {
        left: 50%;
        transform: translateX(-50%);
        left: 50%; }

/*
 #13. Timed Activities Element
*/
.timed-activities {
  margin-bottom: 1rem; }

.timed-activity {
  display: flex;
  margin-bottom: 2rem;
  font-size: 1.08rem; }
  .timed-activity .ta-date {
    flex: 0 0 130px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center; }
    .timed-activity .ta-date span {
      position: relative;
      display: inline-block; }
      .timed-activity .ta-date span:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        width: 16px;
        height: 16px;
        border: 3px solid #C76DC8;
        border-radius: 8px;
        background-color: #fff; }
    .timed-activity .ta-date:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -20px;
      width: 1px;
      top: 70px;
      background-color: rgba(0, 0, 0, 0.1); }
  .timed-activity .ta-record-w {
    padding-left: 40px; }
  .timed-activity .ta-record {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start; }
  .timed-activity .ta-timestamp {
    position: relative;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.4);
    width: 110px;
    white-space: nowrap; }
    .timed-activity .ta-timestamp strong {
      color: #3E4B5B; }
    .timed-activity .ta-timestamp:after {
      content: '\e910';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'osfont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: rgba(0, 0, 0, 0.3);
      font-size: 10px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-40%);
      display: block; }
  .timed-activity .ta-activity a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #b11f37; }
    .timed-activity .ta-activity a:hover {
      text-decoration: none;
      color: #5a101c;
      border-bottom-color: #5a101c; }

.timed-activities.compact .timed-activity {
  display: block;
  padding-left: 30px;
  position: relative; }
  .timed-activities.compact .timed-activity:before {
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0px;
    top: 45px;
    content: "";
    left: 8px; }
  .timed-activities.compact .timed-activity .ta-date {
    flex: 0;
    text-align: left;
    margin-bottom: 1.5rem; }
    .timed-activities.compact .timed-activity .ta-date:before {
      display: none; }
    .timed-activities.compact .timed-activity .ta-date span:after {
      left: -30px;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translateY(-50%); }
  .timed-activities.compact .timed-activity .ta-record-w {
    padding-left: 20px; }
  .timed-activities.compact .timed-activity .ta-record {
    display: block; }
  .timed-activities.compact .timed-activity .ta-timestamp {
    font-size: 0.81rem;
    margin-bottom: 5px; }
    .timed-activities.compact .timed-activity .ta-timestamp:after {
      right: auto;
      left: -20px;
      font-size: 8px; }
  .timed-activities.compact .timed-activity .ta-activity {
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*
 #14. Progress Bar Element
*/
.os-progress-bar {
  margin-bottom: 1rem; }
  .os-progress-bar .bar-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px; }
    .os-progress-bar .bar-labels span {
      font-size: 0.72rem; }
      .os-progress-bar .bar-labels span.bigger {
        font-size: 0.99rem; }
  .os-progress-bar .bar-label-left span {
    margin-right: 5px; }
    .os-progress-bar .bar-label-left span.positive {
      color: #619B2E; }
    .os-progress-bar .bar-label-left span.negative {
      color: #D83536; }
  .os-progress-bar .bar-label-right span {
    margin-left: 5px; }
    .os-progress-bar .bar-label-right span.info {
      color: #456CF9; }
  .os-progress-bar .bar-level-1,
  .os-progress-bar .bar-level-2,
  .os-progress-bar .bar-level-3 {
    border-radius: 12px;
    height: 6px; }
  .os-progress-bar.blue .bar-level-1, .os-progress-bar.primary .bar-level-1 {
    background-color: #F2F2F2; }
  .os-progress-bar.blue .bar-level-2, .os-progress-bar.primary .bar-level-2 {
    background-color: #e1556c; }
  .os-progress-bar.blue .bar-level-3, .os-progress-bar.primary .bar-level-3 {
    background-color: #86172a; }
  .os-progress-bar.warning .bar-level-1 {
    background-color: #F2F2F2; }
  .os-progress-bar.warning .bar-level-2 {
    background-color: #fcebb8; }
  .os-progress-bar.warning .bar-level-3 {
    background-color: #f9d66f; }
  .os-progress-bar.danger .bar-level-1 {
    background-color: #F2F2F2; }
  .os-progress-bar.danger .bar-level-2 {
    background-color: #f7acac; }
  .os-progress-bar.danger .bar-level-3 {
    background-color: #f16666; }
  .os-progress-bar.success .bar-level-1 {
    background-color: #F2F2F2; }
  .os-progress-bar.success .bar-level-2 {
    background-color: #c2f2ae; }
  .os-progress-bar.success .bar-level-3 {
    background-color: #90e86c; }
  .os-progress-bar.info .bar-level-1 {
    background-color: #F2F2F2; }
  .os-progress-bar.info .bar-level-2 {
    background-color: #9fd9f7; }
  .os-progress-bar.info .bar-level-3 {
    background-color: #58bef1; }
  .os-progress-bar.floated {
    float: right;
    width: 220px; }

/*
  #15. Balances
*/
.element-balances {
  display: flex;
  padding: 20px 0px;
  justify-content: space-around; }
  .element-balances .balance {
    padding: 10px 20px; }
    .element-balances .balance + .balance {
      border-left: 1px solid rgba(0, 0, 0, 0.03); }
  .element-balances .balance-title {
    color: rgba(90, 99, 126, 0.49);
    font-size: 1.08rem; }
  .element-balances .balance-value {
    font-size: 2.07rem;
    font-weight: 500;
    color: #303a46;
    white-space: nowrap; }
    .element-balances .balance-value.danger {
      color: #b71b1b; }
    .element-balances .balance-value span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.1; }
    .element-balances .balance-value i {
      line-height: 1.1; }
    .element-balances .balance-value .balance-value-success {
      color: #5eb314; }
  .element-balances span.trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.99rem;
    vertical-align: middle;
    margin-left: 10px; }
    .element-balances span.trending .os-icon {
      margin-left: 5px;
      vertical-align: middle;
      font-size: 14px; }
    .element-balances span.trending span {
      display: inline-block;
      vertical-align: middle; }
  .element-balances span.trending-up {
    color: #fff;
    background-color: #5eb314; }
  .element-balances span.trending-down {
    color: #fff;
    background-color: #e65252; }
  .element-balances span.trending-up-basic {
    color: #5eb314;
    padding: 0px; }
  .element-balances span.trending-down-basic {
    color: #e65252;
    padding: 0px; }

/* 10. Helpful little styles */
.relative {
  position: relative; }

.padded-v {
  padding: 1rem 10px; }

.padded-v-big {
  padding: 2rem 10px; }

.padded {
  padding: 1rem 2rem; }

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.m-t {
  margin-top: 1rem; }

.m-b {
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .padded-lg {
    padding: 1rem 2rem; }
  .b-l-lg {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .b-r-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .b-t-lg {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .b-b-lg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

@media (min-width: 1200px) {
  .padded-xl {
    padding: 1rem 2rem; }
  .b-l-xl {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .b-r-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .b-t-xl {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .b-b-xl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.example-column {
  padding: 12px 15px;
  background: #EEF5FF;
  border: 1px solid #AEC8FF;
  margin-bottom: 15px;
  text-align: center; }
  .example-column + .example-column {
    border-left: none; }

.example-content .progress + .progress {
  margin-top: 1rem; }

.with-avatar {
  margin-right: 5px; }
  .with-avatar img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    width: 30px;
    height: auto;
    margin-right: 10px; }
  .with-avatar span {
    display: inline-block;
    vertical-align: middle; }

a.with-avatar span {
  border-bottom: 1px solid #b11f37; }

.add-agent-btn i {
  margin-right: 15px;
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle; }

.add-agent-btn span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #b11f37; }

/* 11. Icon Fonts */
@font-face {
  font-family: 'osfont';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SB7oAAAC8AAAAYGNtYXAXVtQUAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZhRSjZEAAAF4AAF5tGhlYWQUYCytAAF7LAAAADZoaGVhC8IJSgABe2QAAAAkaG10eEVVcdoAAXuIAAAGSGxvY2HdO37KAAGB0AAAAyZtYXhwAa8B0wABhPgAAAAgbmFtZbnuTLUAAYUYAAABenBvc3QAAwAAAAGGlAAAACAAAwQDAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqjQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6o3//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAFAAD/wAP5A70ARgBLAFAAVQBaAAAlBTAiMQ4BIyImJyUuATURPAE3NDY3PgE1PgE3PgE1MjAzMDY1JTYyFwUyFjMUMjEyFjEeARcUFhceARUwFjkBOAExERQGByUFESURATclBwUDBwU3JQ0BESURA+f+QwEDBwMDBwP+BAkKAQEBAQECAwIBAQEBAQG9Bw4GAfwBAQEBAQEDAwIBAQECAQoI/FUBwP5AAd+U/lCUAbA+lAGwlf5PAeD+fwGBo+ABAgEC4AMQCgIAAQEBAgYCAQIBAgQBAQEBAQHgAwPgAQECAgMCAQIBAwcDAf4ACRAEPc8Burb+XwEjS79LvwF6S79Lv/y1/kjMAaEABQAA/8AESQO8ACAAKwAvAFUAWgAABSEiJj0BIyImPQE0NjsBNTQ2OwE3PgEXBTMyFhURFAYjASImKwEVITUjIgYBByEnBTQmKwEOASMiJichBiInIyIGHQEzMhYdARQGKwEVFBYzITI2NREBMxUjNQPi/MkqPCMOFBQOIzwqZW4HGgwBg7QqPT0q/IUCAgIcARLqAgMBQEkBO/ICXBQOtAIEAwIFAv4SBQsFbg4U8A4UFA7wFA4DNw4U/OxEREA8KqsUDs0OFKorPLwMBwbJPCv9mio8Ad4BiooBAdJ9feQPFgEBAQECAhYPqhQOzQ4Uqw4UFA4CZv7vREQABwAA/8ADgAPAABQAHgAoADYARABSAGAAAAUhIiY1ETQ2OwE1NDYzITIWFREUBgEjERQWMzI2NREBIREUBgchMjY1JyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYDIP1AKDgTDWATDQLADRM4/ThAEw0NEwLA/YADAwJmDRNg/kANExMNAcANExMN/kANExMNAcANExMN/kANExMNAcANExPN/wANExMNAQANExNAOCgCgA0T4A0TEw38gCg4AsD9oA0TEw0CYAEA/KAIEAgTDcATDQ0TEw0NE4ATDQ0TEw0NE4ATDQ0TEw0NE6ATDQ0TEw0NEwAACwAA/8AEkgPAAA8AFAAZACcANQBDAFEAXwBwAHQAgwAABSEiJjURNDYzITIWFREUBiUhESERERUhNSEFIiY1NDY7ATIWFRQGIyMiJjU0NjMxMhYVFAYjIyImNTQ2MzEyFhUUBiMBISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGASEiJjURNDYzITIWFREUBiMDIxEzNzMyFhUUBisBIiY1NDYzBEn8AB4rKx4EAB4rK/viBAD8AAQA/AABJg8WFQ8BDxUVD24PFhYPDxYWD24PFRUPEBUVEAMk/tsPFRUPASUPFRUP/tsPFRUPASUPFRX+Ov7bDxUVDwElDxYWDyXb27eTDxUVD5MPFRUPQCseA24eKyse/JIeK0kCkv1uA26Skm4WDw8VFQ8PFhYPDxUVDw8WFg8PFRUPDxb+JRUPDxYWDw8VkhUQDxUVDxAV/rcVDwFuDxYWD/6SDxUBbv7bJRYPDxYWDw8WAAQAAP/ABAEDvABHAH0AnwCsAAABISImJy4BJyYiBw4BBw4BFRQWFx4BFx4BFREUBgcOASMqASMmJy4BJyYnLgE1NDY3Njc+ATc2NzYyFxYXHgEXFhcWBgcOASMBLgEjIgYHBgcOAQcGBw4BFRQWFxYXHgEXFhc1LgEnLgE1NDY3PgE3NjIXHgEXMyYnLgEnJicDPgE3PgEzITIWFx4BBwYHDgEHBgcqASMiJicuATURNDY3EzY3PgE3NjcjDgEHFQPi/v8KGAMORS8bORowRQ4EBAQEDkUvCwsEBgQLBgECAVZLTHUmJgsDAgIDCyYmdUxLViNEIlZMS3UmJgwBBAUFCwf+XQ8fDg8eD0xCQmYhIgoCAgICCh4eXDw7RTZPEQUGBgUTXD4kTCM5VxXKDyMjYz8+RwgwRQ4DEQsBCAcMBQUEAQwmJnZMTFYBAgEGCwUFBQwKKkA5OVsfIA7LFEoxAeEKCi9FDggIDkUvDRwODhwNL0UOAxcK/v8HDAUEBAwmJnVLTFYRIhERIhJWS0x0JiYMBQUMJiZ1S0tWBw0GBQMBmwIDAwIKISFmQkJMDx4PDx4PRz4/ZCIjD8oVVzkRJRMTJRI+XBMKChFPN0U8PFweHgn9iw5FLwsMBQYFDQdWTEx2JiYMBAQFDAcBCAsRA/7/DiAfWzk5QDFKFMsAAwAA/8AFVQPAABgAVgBvAAAlISImNTQ2MyERISImNTQ2MyEyFhURFAYjASIGFRE4ATE4ATEUFjMyFhUUBiMiJicOASMiJjU0NjMyNjUROAExOAExNCYjIiY1NDYzMhYXPgEzMhYVFAYFFAYrAREzMhYVFAYrASImNRE0NjsBMhYVBSv9ABIZGRIC1f0rEhkZEgMAERkZEfzVOhsaOxIZGRIuPhQUPi4SGRkSOhsaOxIZGRIuPhQUPi4SGRn+7hkSgIASGRkSqhIZGRKqEhlrGRESGQIAGRIRGRkR/aoRGQMAJgb9AQUmGRESGRcRERcZEhEZJgYC/wUmGRESGRcRERcZEhEZgBIZ/gAZEhEZGRECVhEZGREAAAMAAP/ABAADwAAbAIYAxAAABSInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBicyNjcnOAExMCYxLgEnOAE1IiY1LgE1JjQ1NCY1NDY3NDY1MDI1NDY3PgE3OAExPgE9AS4BIyIGBxUUFhc4ATEeARceARUUMjEUFhUeARUUBhUcAQcUBgcUBiMUMCMOAQcOASMiFDEHHgEzESIHDgEHBhUUFx4BFxYXNy4BPQE8ATc2Nz4BNzYzOAExMhceARcWFxYUHQEUBgcXNjc+ATc2NTQnLgEnJiMCAGpdXYspKCgpi11dampdXYspKCgpi11dalCROskBAwUCAQEBAgEBAQEBAQIBAQICPxUJYTY2YQkWPgIBAQICAQEBAQEBAgEBAQEBAgECAgEByTqRUF1RUnkkIwgIHhUWG7Q1EwEGFxY/JSUjIyUlPxYXBgETNbQbFhUeCAgjJHlSUV1AKCmLXV1qal1diykoKCmLXV1qal1diykoQDYvXgECBAIBAwEBAwIBAwIBAwIBBAEBAwEBAQICAQMBMIQBpitBQSumAYQwAQMBAgIBAQEDAQEEAQIDAQIDAQIDAQEDAQECAQEDAV4vNgOAIyR5UlFdKykpTCIjHVQ+gwSpAQMCJB4eKwwMDAwrHh4kAgMBqQSDPlQdIyJMKSkrXVFSeSQjAAAD////wAUIA8AAJwArAFEAAAEiJjURAQ4BIyImJwERFBYzITIWFRQGIyEiJjURNDYzITIWFREUBiMJAiEBIScmNDc2Mh8BMBQzHgEVFAYHMQcOASMiJicmND8BISImNTQ2MwTSFh/+CggSCQoSCP4LHxYBrhYgIBb+UkJfX0IDx0NeHxf73AHWAdX8VQJ3ASxGDw8QLBChAQcICAihCBMLChQIDw9G/tQWICAWAaUgFgEl/kcHBwcHAbn9mBcfIBYXH19DAoZDX19D/r0WIAGv/mMBnf15RhAtDxAQoQEHEwsMEwihCAgICBAsEEYfFxYfAAAABAAB/8ADqAPAAFgAdgCYAL8AAAEiJj0BBgcOAQcGIyInLgEnJicVFhceARcWMzIWFRQGIyInLgEnJicVFhceARcWMzIWFRQGIyInLgEnJic0JjURNDY1Njc+ATc2MzIXHgEXFhcUFhURFAYjASIHDgEHBgcxFhceARcWMzI3PgE3NjcmJy4BJyYjBQYHDgEHBiMiJy4BJyYnFRYXHgEXFjMyNz4BNzY3NDY3NQM2Mh8BNzYyFxYUDwEXFhQHDgEjIiYvAQcOASMiJicmND8BJyY0NwN9ERUiLC1kNzY3NTY2ZCssIgIaGV9HRl0SGRkSNTY2ZCssIgIaGV9HRl0SGRkSUlJRhCorBAEBBCsrg1FSUlJSUYQqKwUBGRL+V11HRmAZGQICGRlgR0ZdXUdGYBkZAwMZGV9HR10BgyIsLWQ3Njc1NjZkKywiAhoZX0dGXV1HRmAZGQMCAvcMJAxhYgwkDAwMYWEMDAYQCAgQBmJhBhAICBAGDAxhYQwMAWgcEUYSDQ0RBAUEBBENDBFtCQ4PHAoKGRESGQQEEQwNEW0JDw4cCgoZEhEZCQooHx4qAQMBAoYCAwEqHh8oCQoKCSgfHioBAwL+ehEZAgMKCxsPDgkJDg4cCgoKChwPDgkIDw4cCgq7Eg0NEQQEBAQQDQ0RbgkODxsKCgoKHA4PCQQJBF7+WQwMYmIMDA0jDGJiDSMMBwYGB2FhBwYGBwwjDWJiDCMNAAAABAAD/8AD1gOZAEUASQBOAGQAAAEUBiMUBiMHOAExOAExATgBFTEOAQcOAQcxOAExBw4BIyImJy4BPwE4ATkBOAExPgE3ATgBMTgBMTc0MjM0Njc2MhcWFAcBBzcnNwEnARcBJiIHIgYxIhQjBxc3NjI3MDY1NjQnA9YBAQEBPv2XAQMCAgMD4gQIBAkPBwkFBV4CBAMCaT8BAQEBJ3EoKCj8wR5JK3YCLUn91EgCjQ8qDwEBAQEgSCABAQEBDw8C2AEBAQE//ZYBAQIBAQMBXgIBBgYJGgzjBAcDAmo/AQEBASgoKHIn/apJHyoDAi5J/dFIAtcPDwECIUggAQEBAQ8qDwACABP/wAPlA8AAQAB9AAABBw4BIzEiJicuAS8BJjY3NhYfAR4BFx4BMzEyNj8BNjQnLgEjOAExIgYPAQYiJyY0PwE+ATMxMhYXFhcWFAcGByUeAR8BFgYHBiYvAS4BJy4BIyIGDwEGFBceATMxMjY/ATYyFxYUDwEOASMxIiYnJicmNDc2PwE+ATMyFhcDq8MlYDQ1YCUKGQ4ECgUODyILBAgZBxlBJCNBGcM0NBlBJCNBGWcNIwwNDGcmYDQ1YCUmFBMTFCb+2AoZDgQKBQ8OIwoECBkIGUEjJEEZwjQ0GUEjJEEZZwwkDA0MaCVgNTRgJScTExMTJ8IlYDU0YCYB/MQlKCglCyETBQ4jCwoFDwULIggZGxsZxDWVNBobGxpqDQwNIw1qJigoJiYxMWYwMSdMCyETBQ8iCwoFDgYLIggZGxsawzWVNBobGxpqDQwNIw1qJigoJiYxMWYwMSfEJSgoJQAAAAAGAAD/wAP7A8AAQQBKAIMAigCUAJsAAAkBFCIVDgEHDgEjISImPQEwJjU8ATcRNDY1NDY1PgE3PgE3NDYxAT4BOwEwMjEyFhceAR8BHgEXHgEVFDAVERQGBwEuAScuAScVMwMRHgEXHgEXIT4BJy4BIzAiMTgBMSImIyYiJy4BJy4BJy4BJy4BJyY0NS4BNTgBMTQwMTAmJyYGBwkBHgEXASMXAR4BFx4BFwEnEwEeARcBNQPv/i0CAgQDBAoF/i0RGQEBAQEBAgEBAgIBAdMGEAj/AQQHBAQHA9QDBQECAQYG/H4DBQMDBgMWFg8lFBQWBQEXCgglJlUBAQIDAQMFAgIDAgIDAgECAQEDAQEBAQ8pJ1saAbr+nRkzGQGEhu3+URQUBBY6HQGumKn+fREQAgFgAaL+KwEBAQMBAwMZEnkBAQIEAgFSAgMCAgMCAgQBAgQBAQEB1gYGAQIBBQPVBAcDBAgDAQH/AAgQBv50AwYDAwUDFwGO/uoFFhUUJQ8aXCcpDwEBAQEDAQECAQIDAgIDAgIEAgIEAgFVJyQICQHG/pwCEBEBhxL+Tx05FgMUFQGwmf8A/nsZMxgBYocAA////8AD+QPAAD8AcACOAAABBgcOAQcGBw4BMQ4BKwEXFgYHBgcOAQcGIyoBIw4BFQ4BIyoBJy4BNz4BNyYnLgE3Njc2Nz4BNzYzMhYXFgYHBQ4BFzY3PgE3Njc2FhcWBgcGBw4BBwYHPgE3JyY2Nz4BOwE2Nz4BNzY3BgcOAQcGBycjESERNDYzMhYVERQGIyEiJjURNDY7ATIWFRQGIwPvLiYnPRYVDAICBhMLHwYEBAguMjJfKioeBQcDKR4DGA8CBAMREwQBIi4KCwsFDAslJkBAsHBxiA0VBQUFCv1qJgYKGyEiUTExOg8iCgoHDjgvLk4fHxkwgT0TBAMGBRMLRAwRESwaGx9mVlWGMDEcr1UDABYSERkZEfytEhkZEoARGRkRA3YrMDFaJiYXAwQJCw4MGAkyHh8gBQVNYwEQEgEDHhEFc1YaKillNjc1OCoqOA4ODwwMGgnHN3gxKCoqVCkqJwoHDg8jCiUoKFIoKCYELDkwCRUJCQoWHR1DJSQkBA4OLyAhKWb9AAHWERkZEf4AEhkZEgNVEhkZEhIZAAAAAwAA/8AD/QO/AEMATQBrAAABDgEVDgEHDgEHDgEjASIGIw4BBw4BByIGIwciBiMiJicuAT8BMjQzNDY3PgE3NDYzAT4BNz4BNz4BMz4BMzYWFx4BFScuASMBBzcBNCYFIREhETQ2MzIWFREUBiMhIiY1ETQ2MyEyFhUUBiMD/QEBAQEBAQMBAQEB/lYBAQEBBAICAwIBAQGrAgUDCBAGCAYDKgEBAgEBAwEBAQGqAQIBAgMCAgUCAQIBB18lJAJkCR8M/mkWWgGXB/5j/lEDBw4SEhkZEvyrEhYWEgHVEhkSEQMPAgICAQQBAwQCAQL+VQECAgEBAgEBKwEHBggVC6sCAgQCAgMCAQEBqwEBAQECAQECAQEBAygmWgZMCgb+alsXAZYMHjj8+QGvERgZEf4rEhkWEQNdEhQZEhEVAAABASD/wANgA8AABQAAAQcJARcBAWBAAcD+QEACAAPAQP5A/kBAAgAAAQGAAKACoALgAAIAACUJAQGAASD+4KABIAEgAAEAoP/AA2ADwAAFAAABBwkBFwEBYMABQP7AwAIAA8DA/sD+wMACAAABAQD/wANgA8AABQAAAQcJARcBAWBgAaD+YGACAAPAYP5g/mBgAgAAAQDg/8ADYAPAAAUAAAEHCQEXAQFggAGA/oCAAgADwID+gP6AgAIAAAEBYACgAoAC4AACAAAJAgKA/uABIALg/uD+4AABAKD/wAMAA8AABQAABTcJAScBAqBg/mABoGD+AEBgAaABoGD+AAAAAQCg/8AC4APAAAUAAAU3CQEnAQKgQP5AAcBA/gBAQAHAAcBA/gAAAAEAoP/AAyADwAAFAAAFNwkBJwECoID+gAGAgP4AQIABgAGAgP4AAAABAAAA4AQAAyAABQAAExcJATcBAEABwAHAQP4AASBAAcD+QEACAAAAAQDgASADIAJAAAIAABMJAeABIAEgAkD+4AEgAAEAoP/AA2ADwAAFAAAFNwkBJwECoMD+wAFAwP4AQMABQAFAwP4AAAABAAAAYAQAAqAABQAAAScJAQcBBABA/kD+QEACAAJgQP5AAcBA/gAAAQAAAGAEAALAAAUAAAEnCQEHAQQAYP5g/mBgAgACYGD+YAGgYP4AAAEAAABgBAAC4AAFAAABJwkBBwEEAID+gP6AgAIAAmCA/oABgID+AAABAOABQAMgAmAAAgAACQIDIP7g/uABQAEg/uAAAQAAAKAEAAMgAAUAABMXCQE3AQCAAYABgID+AAEggAGA/oCAAgAAAAEAAABgBAADIAAFAAABJwkBBwEEAMD+wP7AwAIAAmDA/sABQMD+AAABAAAAwAQAAyAABQAAExcJATcBAGABoAGgYP4AASBgAaD+YGACAAAAAQAAAGAEAAMgAAUAABMXCQE3AQDAAUABQMD+AAEgwAFA/sDAAgAAAAkABP/AA/kDvQAPABMANQBGAEsAWwBfAHAAdAAABSMiJj0BNDY7ATIWHQEUBicjFTMTBw4BIyImJyY2PwEBLgE3PgEXAScmNjc2Fh8BHgEHFgYHJTMyFhURFAYrASImNRE0NjMTMwMjExMzMhYVERQGKwEiJjURNDYTMxEjFzMyFhURFAYrASImNRE0NjMTMzUjA89/ERkZEX8RGRk7KioukQQJBAwVBQcMDzz8vxANBwYgEAM7GgYNEBAgBz4CAwEBDQz8hX8RExMRfxEdHREqKwUqBNR+EhkZEn4SGRk8KirTfxEZGRF/ERkZESoqKkAZEf4RGRkR/hEZ/akB30ICAg0MDyEHGwFYBiAQEA0G/qs/ECAHBg0QmQUKBQwVBnESEf24ESgoEQJIERL9sAID/f0B0RkR/i8RGRkRAdERGf4vAXwqGRH+rhEZGREBUhEZ/q7+AAAAAgAA/8AGAAPAABIAPgAABSEiJjURNDYzMhYVESEyFhUUBgMOASsBIiY1NDY7ASUHDgEnAS4BNz4BFwU3PgEXATU0NjMyFh0BFAYHHAEVBcD6gBslJRsbJQVAGyUlngUcFsAaJiYaDf7wlhExE/7AFQYRETQVAROYETMTAVwmGhsfAgFAJhoDgBomJhr8wCYaGiYBbBMZJhoaJumWEgIPAQARNBUVBhHclxICEP7VOhomJhrABAgEAQIBAAABAAz/wQJDA8AAJwAAAQ4BIyImLwERFAYjIiY1EQcGIicmNDcTPgE3PgEzMhYXMDIxExYUBwJDBhAICBAGtRkREhO7DCMNDAz+AgYEBAgGCBAFAf0MDAJ3BgYGBrf8vREZGBIDSb0MDA0jDQEAAgQBAgMHBf8ADSMNAAAAAQAM/8ACQQPAAB4AACUHDgEjIiYnAyY0NzYyHwERNDYzMhYVETc2MhcWFAcCQe0GGg4IDwb9DQ0MIwy8EhESIK4MIwwNDc3wDRAHBgEADCMNDAy+A0oSGRkS/MSwDAwNIwwAABwAh//kA3oDcgAiAC0AOwBJAFkAagB6AIoAmgCrALsAywDcAOwA/AEMAR0BLQE9AU4BXgFuAX4BjwGfAa8BwAHQAAABIxUUBiMiJj0BIRUUBiMiJj0BIyIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ESERATI2PQE0JiMiBh0BFBYhMjY9ATQmIyIGHQEeAQEzMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdARQWMzsBMjY9ATQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFgUzMjY9ATQmKwEiBh0BHgEzOwEyNj0BNCYrASIGHQEeATsBMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdARQWMzsBMjY9ATQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFgUzMjY9ATQmKwEiBh0BHgEzOwEyNj0BNCYrASIGHQEeATsBMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdARQWMzsBMjY9ATQmKwEiBh0BFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFgUzMjY9ATQmKwEiBh0BHgEzOwEyNj0BNCYrASIGHQEeATsBMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdARQWMzsBMjY9ATQmKwEiBh0BFBYDJUYaERIa/vEZEhEaRyMyMiMCSSQxMSQfEQz9twwRAoP+CgcJCQcHCQkBbQYKCgYHCgIJ/u4tAwQEAy0DBAEEVS0DBAQDLQMEBANRLQMEBAMtAwQEVC4CBQUCLgIFBVQtAwQEAy0DBQX+GS0DBQUDLQIFAQQCUS4CBQUCLgIFAgNULQMEBAMtAwQBBFUtAwQEAy0DBAQDUS0DBAQDLQMEBFQuAgUFAi4CBQVULQMEBAMtAwUF/hktAwUFAy0CBQEEAlEuAgUFAi4CBQIDVC0DBAQDLQMEAQRVLQMEBAMtAwQEA1EtAwQEAy0DBARULgIFBQIuAgUFVC0DBAQDLQMFBf4ZLQMFBQMtAgUBBAJRLgIFBQIuAgUCA1QtAwQEAy0DBAEEVS0DBAQDLQMEBANRLQMEBAMtAwQEAzw/EhkZEj8/EhkZEj8yI/1SIzIyIwKuIzL8/QwREQwCMP3QArQJB2UHCQkHZQcJCQdlBwkJB2UHCf7mBAEuAgUFAi4BBAQBLgIFBQIuAQQEAS4CBQUCLgEEBAEuAgUFAi4BBAQBLgIFBQIuAQRyBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBXIFAy0CBQUCLQMFBQMtAgUFAi0DBQUDLQIFBQItAwUFAy0CBQUCLQMFBQMtAgUFAi0DBQUDLQIFBQItAwUFAy0CBQUCLQMFcQQDLQMEBAMtBAMEAy0DBAQDLQQDBAMtAwQEAy0EAwQDLQMEBAMtBAMEAy0DBAQDLQQDAAAAAAoAAP/AA/4DwAAXADoAZACIAJ4AzADfAPQBFgFAAAABKgEjIiYvAS4BJyY2NzYWFx4BHwEWBgcDIiYnJicuAScmIyIGBwYmJyY2Nz4BMzIXHgEXFhcWBgcOAQUUFhceARcWBgcwIiMiJicuAScuATU0Nz4BNzY3NhYXFgYHBgcOAQcGFQE2FhcWBgcGBw4BBwYVFBYXFgYHKgEjIiY1LgE1NDc+ATc2NwM0Jic3HgEVFAYHDgEjIiYjLgE3PgE3NCYnLgE1NDYzMhYXHgEHDgEnLgEjIgYVFBYXHgEVFAYHDgEjIiYnLgE3PgE1NyImNTQmJyY2NzYWFx4BFRQGIwc+ARceAQcOAQcOASMiJicuATc+ARMeARceAQcOAQcOASMiJicuATc+ATc2JicuAScmNjc2FhcnIiY1NDYzFhceARcWFx4BFRQGBw4BIyImJy4BNz4BNTQmJyYnLgEnJicD4gECAQwSAQgDFxUFCgwMGQUXGQQHAhENcgcOBB8oJ1syMjQ4Zy8MGQYGCAw1eD47OjloLi0jCAQLBAr8ywgGBAkCARINAQEMEwECCAQGCQsLKh4fKAobCAkCCSMbGyQKCQFQDRcDBA0NMCUlMQ0NAQEBEQ0BAQEMEwEBEhJBLC011AgGPwUKCgsDEQsCBAINDQMKCZ0MBgUJa1IJEwkNDwIDFQ0HDQY3RgcFBwwVEwQQCQMHAwwKBRETvA0THAEFCgwNGAUBIRMNIQEVDQ0RAQcZAQQQCQMHAwwKBQEVoRUbBgwIDwISCgUPCQMIAwwIBgYPAhAKCwQTDwkCCgobCI8NEhQNRTg5VBwcDBYICg4EEAoDBQMNCwULCQgUChcXRS4uOQFaEAxHLFgxDBkFBQoMNmIxRQ0VAQFjBwYrIiEvDQwYGAYIDAwZBhscDg42JyYxCxoIAwP8Lz8eGDYlDRQBEgwiMhgeRjM6NzZjKysjCQIJChsJHiYmVjAwMwFOAw0MDRcEDR4dSysrKREeDg0UAREMDyESOjY2WiAhD/2RKzMYDhk7MB1DKAsNAQQXDCU6GU1FGBYyLVRtAgICFg0NDwIBAkg5JysTG0xTSlMtCQoBAQUZDClGQiATDWlpAQwZBQUKDAJ2dA0TSg4RAgEUDUxQAQoKAQIFGAwBRwIFGT4kU5mNE0sUCAkCAgYZDAs9E46TSBsuEQobCAkCCqcTDg0SAxgZTDEwMVdyZRpoJwoLAQEFGAwfWhpjalEpKCdAFBQCAAYAAP/ABAADwAA+AEUAUgBZALMAvwAABSEiJjURNDY3OAExPgE1MjQ1MDIxNjA1NzYWFxYGDwEFNzYyHwElJy4BNz4BHwEUMBcwMhU4ATEeARURFAYjAREUFhctAQUmIgcBHgEzITI2NwElDQE+ATURJS4BPQEOASMiJjU0NjMyFhc1NDYzMhYdARQWFxY2Nz4BPQE0Jy4BJyYjIgcOAQcGFRQXHgEXFjMyFhUUBiMiJy4BJyY1NDc+ATc2MzIXHgEXFh0BFAYHDgEnJyIGFRQWMzI2NTQmA6f8sSM1AgIBAQEBAZQHEQYGAgaCAReLEC0QigEYgwYBBQYSBpUBAQQENiP8hAEBAQH+/QHfBA0E/lcDBgMDTwMGBP5WAcv++wEDAQH+pxMVECwYNUtLNRgsEA0JCA0GBgseCBIFEBE6JicsLCYnORERERE5JyYsCQ0NCTQvLkUUFBQURS4vNDUuL0UUFAgaETcYfCQxMSQjMTFAMiMB6wMFAwEBAQEBAQGABgEHBxEGcfV7Dg579XIFEgcGAgaBAQEBAwcF/hUjMgIU/kEDBQPl5W0EBP6GAQEBAQF6buXnAwYDAcBHBx4UDA8SSzU1SxIPDAkMDAnWBgkCBAcJFT8XBSwnJzoREBAROicnLCwnJzoREA0JCA0UFEYuLzU1Ly5GFBQUFEYuLzUEG04eFA4J+TIjIzIyIyMyAAAGAAD/wAPaA8AAVgBaAGEAZQCxAL4AAAUhIiY1ETgBNTQ2NzwBMTQyMTQ2NzQ2NzgBNzgBMTY0Mzc2FhcWBg8BFzc2Mh8BNycuATc+AR8BMBYVMDIxFDIxFBYXHgEXOAEVMBYVFBYVFDAxERQGIwERNycFKgEHASEBJQcXESUuAScOASMiJjU0NjMyFhc+ATMyFh0BFBYXFjY3PgE9ATQmIyIGFRQWMzIWFRQGIyInLgEnJjU0Nz4BNzYzMhceARcWFRcUBgcOAScnIgYVFBYzMjY1NCYjA3783yc2AQEBAgEBAQEBAXsKGQkIAglh+XoTMhN7+WEKAgkIGgl8AQEBAQEBAQEBATYm/L3d3QG1AQQB/oIDAv6CAbDe3v66ExcEDiARM0hIMxIgDgQPCQ0SAgcHEwQSBW1MTWxsTQ0SEg0zLS1DExQUE0MtLTMzLS1DExMBCR8SNhptGiQkGhkkJBlANyYB0gEBBAEBAgECAgEBAgEBAQFsCAIJChoIVdptEA9u2lUIGgoJAghsAQEBAQIBAQICAQIBAQQBAf4uJjcB7f54xcNaAf6sAVVaw8UBiHkIHRMJCUg0M0kKCQgLEg26AgcCAwIFEy8VDU1tbU1NbRMMDRITFEMtLTQzLS1EExQUE0QtLTMLGUkiEgsK4CUZGiQkGhklAAAAAwAA/8AIAAPAAA0AGwApAAABISImNTQ2MyEyFhUUBgMhIiY1NDYzITIWFRQGASEyFhUUBiMhIiY1NDYHwPiAGiYmGgeAGiYmGviAGiYmGgeAGiYm+GYHgBomJhr4gBomJgGAJhoaJiYaGiYBwCYaGyUlGxom/QAmGhomJhoaJgADAAD/wAVVA8AADQAbACoAAAEhIiY1NDYzITIWFRQGAyEiJjU0NjMhMhYVFAYBITIWFRQGIyEiJjU0NjMFK/sAEhkZEgUAERkZEfsAEhkZEgUAERkZ+u8FABEZGRH7ABIZGRIBlRkSEhkZEhIZAdYZERIZGRIRGfyqGRESGRkSERkAAAACAAD/twO3A24AGwBCAAABNCcuAScmIyIHDgEHBhUUFx4BFxYzMjc+ATc2ARQGIyImLwEOASMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBgcXHgEVApIUFEYuLzU1Li9FFRQUFUUvLjU1Ly5GFBQBJSseDxsKxDJ1PVNJSm0fICAfbUpJU1RJSW0gICUixAoLAds1Ly9FFBQUFEUvLzU1Li9FFBUVFEUvLv5aHisLC8MjJCAfbklJU1RJSW4fICAfbklJVDx1M8QJGw8AAAADAAD/wAQAA8AANgBRAFoAAAUiJy4BJyYnJjY3NhYXFhceARcWMzI3PgE3NjU0Jy4BJyYnLgE3PgEXFhceARcWFRQHDgEHBiMDFAYjISoBIyImNTE0Nz4BNzYzMTIWFRwBFREDBgcOAQcGByECKlpRUX0oKQkBFhIRHAEIISBnQkJKUEZGaB4fGxpcPz9KEhYCARwRW01NcSAgJSV/VlViKhkS/loBAgESGSUlf1ZVYRIZVkI7OlodHQcBUkAgIHFNTloRHAECFhJJQD9cGhsfHmhGRlBKQkJnICEIARwREhYBCigofVFRWmJVVn8lJQIrEhkZEmFVVn8lJRkSAQMB/lsBfQcdHVo6O0IABAAA/8AEAAPAABsAKAA1AD8AAAUiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYBIQEeATMyNz4BNzY3JRQWFwERBgcOAQcGFQERISYnLgEnJicCAGpdXYspKCgpi11dampdXYspKCgpi11dAT7+av7gN4pNU0lKciQkCPytNC0BH1BGR2ceHgHWAX0HICFlQ0JLQCgpi11dampdXYspKCgpi11dampdXYspKAHV/uEtNB4eZ0ZHUCtNijcBIAGXCSQkckpJUwGp/oJLQkNlISAIAAAEAAD/wAQAA8AANwBHAFEAYQAAJQ4BIyImLwEGBw4BBwYjIicuAScmNTQ2NTQmNTQ2NTY3PgE3Njc1NDYzMhceARcWFRQHDgEHBgclMjY3JzAiIyEWFx4BFxYzASERBgcOAQcGBwERATY3PgE3NjU0Jy4BJyYDXQYPCQgQBi0fJCNOKiksXFJSeiQjAQEBBSMjckxLVhkRc2VllyssCwoqHh4o/mRGfzL1AQH+lQUeHmJAQEj+mgFQQDg4WR4eCwGlAT4aFRQcBwchIXROTQ0GBgYGLR4WFx8ICCMkelJRXQQIBAECAQIDAlVLS3IiIgVTEhksK5dlZXM3NjVkLS4nCDIv9Ug+PlwbGwGrASwEGBhQNjU9Aan+Pv7CICMjTCgpKVxRUn0oKAAAAAAFAAD/wAQAA8AAKQAyAFMAXwBsAAAlIhQxMCIVBgcOAQcGIyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgcnPgE3Iw4BBxcBBgcOAQcGFRQXHgEXFjMyNjcnDgEjIicuAScmNTQ2NzUDFBYzMjY1NCYjIgYTFR4BFzMmJy4BJyYnA2sBASMpKVsyMjVqXV2LKSgoKYtdXWpqXV2LKSgKCyYcHCIhJzEG1wQQC5j+i1BGR2ceHiIhdE5OWE2JOJkZOyEsJyc6ERBhSVVLNTVLSzU1S6s+Ww3XByAhZUNCS1cBASIcHCYLCigpi11dampdXYspKCgpi11dajUyMlspKSNbMHNAFCURmQK3CSQkckpJU1hOTnQhIjQtmRETEBE6JycsTXUP2P5XNUtLNTVLSwF02A1bPktCQ2UhIAgAAAkAAP/AA/sDugA2AEcATABdAGIAcwB3AIgAjQAAAR4BFTgBMRQGDwEOASMiJicuAT8BAQ4BIyImJyY2NwEnLgE3PgEfAR4BFx4BFx4BFx4BFzgBMQEzMhYVERQGKwEiJj0BNDYzHwE1JxUTMzIWFREUBisBIiY1ETQ2MxMzESMREzMyFhURFAYrASImNRE0NjMTMxEjNzMyFhURFAYrASImNRE0NjMTMxEjEQP5AQECAkEFFQwFCQQQDAcX/LkDCAMNFwQGDxADUUUPCQkIIhCTAQMBAQMCAQMBAQEB/DJ/Eh0dEn8SGRkSKi4u1IARICARgBEUFBExKyvOfxIjIxJ/ERISETMrK8x/EiUlEn8SDw8SNSsrA04ECAQECASQDA0CAgchEDT+zAEBDw0QIAYBOCcJIg8QCQlVAQMBAQICAgQDAQEC/ccaEf7+ERMZEvwRGfsHrAGmAVEaEv6pERQUEQFXEhr+qAEB/v8BrhoS/lMRFRURAa0SGv5SAVerGBL9/REXFxECAxIY/f4Brf5TAAAACQAM/8AEBAPAABAAFABJAFoAXgBvAHQAhQCJAAAFIyImNRE0NjsBMhYVERQGIwMjETMTOAExFRQGIyImPQEBDgEvAQEOASMiJicmNDcBPgEfATcjIiY1NDY7ATAyMTIWFx4BFx4BFQEzMhYdARQGKwEiJj0BNDYzFzM1IxMzMhYVERQGKwEiJjURNDYzEzMRIxETMzIWFREUBisBIiY1ETQ2MxMXESMD0YAREhIRgBIhIRIjKytOGRISGf71DCANtv6cBhAICBAGDQ0BfgwgDbfwQxIZGRKqAQQIAwgMAwIC/FiAERkZEYARGRkRKyoq1IASGBgSgBEWFhErKirUgBIfHxKAERQUESswMEAYEgIBEkMYEv3UEhgCK/4pA4GqEhkZEkP+9AwCC5L+mwYGBgYNIw0BgAsCCpPyGRESGQIBBAwHBAkE/VYZEtUSGRkS1RIZ1oABKxkS/lYSGRgSAawRGf5VAVb+qgFWGRL+qhIYGBIBVhIZ/qoBAQEAAAAAAgBD/+kDvQNjABwAYAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMTHAEVFAcOAQcGIyImJx4BMzI2Ny4BJx4BMzI2Ny4BNTA0MR4BFy4BNTQ2Nx4BFy4BNTQ2MzIWFz4BNw4BBz4BNw4BBwIAXFFReSMjIyN5UVFcXFFReSMjIyN5UVFc4BQVUTw7Ti9XJQYOBihHHSU5CwULBQgOCCczCxoNFhsHCCl4RgIBQS8YKhATJBAGGhERIA8LHBEDYyMjeVFRXFxRUXkjIyMjeVFRXFxRUXkjI/6dBAcENzk5XB0dGxgBARoWASwhAQECAgg9KQEGBwEPMR0QHA0zPwMGDQYvQRMQBA4JEyALAgkHER0MAAIAQ//pA70DYwAcAD8AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMUFRwBFRQxIzA1PAE1NDUjNTM1NDY7ARUwIiMiBh0BMwcCAFxRUXkjIyMjeVFRXFxRUXkjIyMjeVFRXHZNcjc3LEdUNgcIEFcKA2MjI3lRUVxcUVF5IyMjI3lRUVxcUVF5IyP+RS4xMVAZGhoZUDAxL2E/IVJfChA5YQAAAAAIAAD/wANAA8AAHQAmACoALgA8AEoAWABmAAAFIw4BIyEiJjURNDYzITIWHQEUBisBFTMyFhURFAYDNSERIRE0NjMXIxUzFSMVMychIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBicjIiY1NDY7ATIWFRQGAwBJCB0S/cAaJiYaAsAaJiYaQEAaJiYa/UACQCYaQEBAQEDg/oANExMNAYANExMN/oANExMNAYANExMN/oANExMNAYANExOt4A0TEw3gDRMTIA4SJhoDgBomJhrgGiZAJhr+QBomAsDg/IACYBomwMBAwIATDQ0TEw0NE4ATDQ0TEw0NE4ATDQ0TEw0NE8ATDQ0TEw0NEwAAAAYAAP/AA0ADwAAPABMAIQAvAI4A+gAABSEiJjURNDYzITIWFREUBgERIREDISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGJyEiJj0BNDY1NDY1PgE3PgE3PgE3PgE/AS4BNTA0MTUwNjE0Jjc0NjUyMDE+ATM4ATEyFhc4ATMUFhUWBhUwFjEVMBQxFAYHFx4BFx4BFx4BFx4BFxQWFRQWHQEUBiM1JyImIzU4ASMuASciJjUiJjEuASc8ASc0JjU0NjU0NjU2NDU+ATcwNjU+ATE8ATEwNDE1LgEjIgYHFTAUMTAUFRQWFx4BFR4BFxwBMR4BFRQWFRQGFRQGBxQGBxQGBzAUIw4BByIGDwEVITUDAP1AGiYmGgLAGiYm/SYCwKD+gA0TEw0BgA0TEw3+gA0TEw0BgA0TEy3+wBomAQEBAQEBAgEBAwEBAgFgDgQBAQEBAQpNJiZNCgEBAQEBBA5gAQIBAQMBAQIBAQEBAQEmGmoBAgEBAQQBAQEBAQICAQEBAQEBAQIBARQEBCYWFiYEBBQBAQEBAQEBAQEBAQIBAgIBAQIBAQEBbgFAQCYaA4AaJiYa/IAaJgPA/IADgPzgEw0OEhIODROAEw0OEhIODROAJhogAQMBAgMCAQMBAQMBAQIBAQEBMBsvCAFgAgECAQEDAictLScCAwEBAgECYAEILxswAQEBAQIBAQMBAgICAQQBAQMBIBomTDYBAQEBAgIBAgIEAgECAQIDAgIDAQICAQECAQECAQEBFzEBAQFbDRgYDVsBAQEBMBcBAgEBAQEBAQIDAgEDAQIDAQIDAQICAQICAgEBAQEBATcMDAAIAAD/wAQAA8AADwATACMAJwA3ADsASwBPAAAFISImNRE0NjMhMhYVERQGAREhETUhIiY1ETQ2MyEyFhURFAYBESERASEiJjURNDYzITIWFREUBgERIRE1ISImNRE0NjMhMhYVERQGAREhEQPA/sAaJiYaAUAaJib+pgFA/sAaJiYaAUAaJib+pgFA/cD+wBomJhoBQBomJv6mAUD+wBomJhoBQBomJv6mAUBAJhoBQBomJhr+wBomAYD+wAFAwCYaAUAaJiYa/sAaJgGA/sABQPxAJhoBQBomJhr+wBomAYD+wAFAwCYaAUAaJiYa/sAaJgGA/sABQAAAAAASAAD/wAQAA8AADwAUACQAKQA5AD0ATQBSAGIAZwB3AHsAiwCQAKAApQC1ALkAAAUjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzASMiJj0BNDY7ATIWHQEUBicjFTM1NyMiJj0BNDY7ATIWHQEUBicjFTM1NyMiJj0BNDY7ATIWHQEUBicjFTMBIyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMwPf5w4TEw7nDhMTL6WlIecOExMO5w4TEy+lpSHnDhMTDucOExMvpaX+tugNFBQN6A0UFC6mpiHoDRQUDegNFBQupqYh6A0UFA3oDRQULqam/rXnDhMTDucOExMvpaUh5w4TEw7nDhMTL6WlIecOExMO5w4TEy+lpUATDucOExMO5w4T56WlhBQN6A0UFA3oDRTopqaEEw7nDhMTDucOE+el/OcTDucOExMO5w4T56WlhBQN6A0UFA3oDRTopqaEEw7nDhMTDucOE+el/OcTDucOExMO5w4T56WlhBQN6A0UFA3oDRTopqaEEw7nDhMTDucOE+elAAAJAAD/wAQAA8AADwAfAC8APwCBAJEArgC6AMEAAAEjIiY9ATQ2OwEyFh0BFAYXFAYrASImPQE0NjsBMhYVNyMiJj0BNDY7ATIWHQEUBhcUBisBIiY9ATQ2OwEyFhUlIiY1ESMVFAYjIiY9ASMVFAYjIiY9ASMRITIWFRQGIyEiJjURNDY7ATU0NjMyFh0BMzU0NjMyFh0BMzIWFREUBiMnIiY9ATQ2OwEyFh0BFAYjFzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NjMRMjY1NCYjIgYVFBY3MxUjNTMVAQ88DRERDTwNEREREQ08DRERDTwNEdM8DRERDTwMEhISEgw8DRERDTwMEgGIDRHxEg0MEvERDQwS8QHEDBISDP48GSMjGfESDA0R8RIMDRLxGCQSDPENERENPAwSEgw8LCYnORARERA5JyYsKycmORERERE5JicrPllZPj5YWFw9eTwB3hIMPA0SEg08DBLTDBISDD0MEhIMlhIMPA0SEg08DBLTDBISDD0MEhIMWhIMAWkeDBISDB4eDBISDB79DxENDBIkGALxGSQ8DBISDDw8DBISDDwkGf6XDBI8Egw8DRISDTwMEngRETkmJyssJic5EBEREDknJiwrJyY5ERH+llk+PlhYPj5ZtTx4PAAACQAA/8ADNwPAABkAJQAxAD0ASwBZAGcAlgCgAAAlAw4BByoBIyImLwEuATc+AR8BNz4BFx4BBwUiJjU0NjMyFhUUBgMiJjU0NjMyFhUUBgciJjU0NjMyFhUUBgUjIiY1NDY7ATIWFRQGAyMiJjU0NjsBMhYVFAYHIyImNTQ2OwEyFhUUBhciJjURIw4BKwEiJicjESEyFhUUBiMhIiY1ETQ2OwE1NDYzITIWHQEzMhYVERQGAyMVFBY7ATI2NQM3sAQMBgECAQYLBI8KAgkJGgp0mwgaCwoFB/2oGiUlGhslJRsaJSUaGyUlGxolJRobJSUBQr8NExMNvw0TEw2/DRMTDb8NExMNvw0TEw2/DRMTlA0PiQoxH78fMQqFAT0NExMN/qMNExMNnxMNAT8NE58NExPs/xMNvw0Tzv8ABgcBBAR9CRsJCwEIZuILBQgHGgsuJhoaJiYaGiYBgCYaGiYmGhomwCYaGiYmGhomoBMNDRMTDQ0TAYATDQ0TEw0NE8ATDQ0TEw0NE0ATDQHgHCQkHPzAEw0NExMNA4ANEyANExMNIBMN/gANEwJAIA0TEw0AAAUAAP/ABAADwABVAFkAXQBhAGUAAAUjIiY9ATQ2OwE1IRUzMhYdARQGKwEiJj0BNDY7ATUhFTMyFh0BFAYrASImPQE0NjsBETQ2MyE1IyImPQE0NjsBMhYdARQGKwEVITIWFREzMhYdARQGJRUzNQEjFTMDFTM1ISMVMwPgwA0TEw1A/sBADRMTDcANExMNQP7AQA0TEw3ADRMTDUATDQFgQA0TEw3ADRMTDUABYA0TQA0TE/xTgAGAgICAgAGAgIBAEw3ADRPg4BMNwA0TEw3ADRPg4BMNwA0TEw3ADRMBAA0T4BMNwA0TEw3ADRPgEw3/ABMNwA0TwICAAwCA/YCAgIAAEgAA/8AEAAPAAAsAGAAkADAAPABIAFQAYQBtAHkAhQCRAJ0AqgC2AMIAzgDaAAABIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYjNSImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmASImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmJyImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmIzUiJjU0NjMyFhUUBiciBhUUFjMyNjU0JgEiJjU0NjMyFhUUBiciBhUUFjMyNjU0JiciJjU0NjMyFhUUBiciBhUUFjMyNjU0JiM1IiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYBMhYVFAYjIiY1NDYXMjY1NCYjIgYVFBYDgDVLSzU1S0s1EhkZEhIZGRI1S0s1NUtLNRIZGRISGRn+bjVLSzU1S0s1EhkZEhIZGRI1S0s1NUtLNRIZGRISGRkSNUtLNTVLSzUSGRkSEhkZ/m41S0s1NUtLNRIZGRISGRkSNUtLNTVLSzUSGRkSEhkZEjVLSzU1S0s1EhkZEhIZGQLuNUtLNTVLSzUSGRkSEhkZAUBLNTVLSzU1S6sZEhIZGRISGdVLNTVLSzU1S6sZEhIZGRISGfxVSzU1S0s1NUurGRISGRkSEhnVSzU1S0s1NUurGRISGRkSEhnVSzU1S0s1NUurGRISGRkSEhn8VUs1NUtLNTVLqxkSEhkZEhIZ1Us1NUtLNTVLqxkSEhkZEhIZ1Us1NUtLNTVLqxkSEhkZEhIZ/VVLNTVLSzU1S6sZEhIZGRISGQAAAAAIAAD/wAQAA8AAEAAUACUAKgA7AEAAUQBWAAAFISImNRE0NjMhMhYVERQGIwERIRE1ISImNRE0NjMhMhYVERQGIwERIREhASEiJjURNDYzITIWFREUBiMBESERISUhIiY1ETQ2MyEyFhURFAYjAREhESEDq/7VIzIyIwErIzIyI/7VASv+1SMyMiMBKyMyMiP+1QEr/tX/AP7VIzIyIwErIzIyI/7VASv+1QEr/tUjMjIjASsjMjIj/tUBK/7VQDIjASsjMjIj/tUjMgGA/tUBK6syIwErIzIyI/7VIzIBgP7VASv8VTIjASsjMjIj/tUjMgGA/tUBK6syIwErIzIyI/7VIzIBgP7VASsAEgAA/8AEAAPAAA8AFAAkACkAOQA+AE4AUwBjAGgAeAB8AIwAkQChAKYAtgC6AAAFIyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzUBIyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMwEjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzA9PeExoaE94TGho/hoYs3hMaGhPeExoaP4aGLN4TGhoT3hMaGj+Ghv7I3hMaGhPeExoaP4aGLN4TGhoT3hMaGj+GhizeExoaE94TGho/hob+yN4TGhoT3hMaGj+GhizeExoaE94TGho/hoYs3hMaGhPeExoaP4aGQBoT3hMaGhPeExrfhoaFGhPeExoaE94TGt+GhoUaE94TGhoT3hMa34aG/FkaE94TGhoT3hMa34aGhRoT3hMaGhPeExrfhoaFGhPeExoaE94TGt+G/N8aE94TGhoT3hMa34aGhRoT3hMaGhPeExrfhoaFGhPeExoaE94TGt+GAAAAAAMAAP/ABAADwAAbADgAXwAABSInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEw4BIyImLwEHDgEjIiYnJjQ/AScmNDc2Mh8BNzYyFxYUDwEXFhQHAgBqXV2LKSgoKYtdXWpqXV2LKSgoKYtdXWpYTk50ISIiIXROTlhYTk50ISIiIXROTljJBhAICQ8GjYwHDwkIEAYMDI2NDAwNIw2MjQwjDQwMjY0MDEAoKYtdXWpqXV2LKSgoKYtdXWpqXV2LKSgDqyIhdE5OWFhOTnQhIiIhdE5OWFhOTnQhIv2MBgYGBo2NBgYGBg0jDI2NDCMNDAyNjQwMDSMMjY0MIw0AAwAA/8AEAAPAAA8AEwA6AAAFISImNRE0NjMhMhYVERQGAyERIQE2Mh8BNzYyFxYUDwEXFhQHDgEjIiYvAQcOASMiJicmND8BJyY0NwPV/FYSGRkSA6oSGRk8/KoDVv2MDSMMjY0MIw0MDI2NDAwGEAgJDwaNjAcPCQgQBgwMjY0MDEAZEgOqEhkZEvxWEhkDq/yqAnQMDI2NDAwNIwyNjQwjDQYGBgaNjQYGBgYNIwyNjQwjDQAAAAEADP/AA/ADtAAmAAAJARYUBw4BIyImJwkBDgEjIiYnJjQ3CQEmNDc2MhcJATYyFxYUBwECOgG2DAwHDwkIDwf+S/5KBhAICBAGDAwBtv5KDAwNIwwBtgG1DSMNDAz+SgHA/kkMJAwHBgYHAbf+SQcGBgcMJAwBtwG4DCMNDAz+SQG3DAwNIwz+SAAAAwAA/78EkAPAAKYAxQEQAAABHgEXHgEVHAEVHAEVMBQVAxUUBgciBw4BBwYjIicuAScmIy4BPQEDPAExNCY1PAE3NDY3PgE3MDY1PgE3PgE3PgEzPgE3MDIzOgEzOgEzMhYzHgEXFjIxBRMwNjU+ATc+ATcwNjUyNjM+ATM2MjM6ARcyFhcyFjMeATEeARceARcUFjETJTAyNz4BNzI2MzoBMzoBMzoBMR4BMx4BFx4BFx4BFxwBMwEWFx4BFxYzMjc+ATc2NzUGBw4BBwYjIicuAScmJxUBAzAGMSIUMQ4BBw4BBw4BIyImJzAiIzQiMSYiNScTFhceARcWMzI3PgE3NjcTBxQiFTAiFSoBMQ4BIyImJy4BJy4BJzAmMTAmMQMEiwEBAQEBkQ4LAhcYY01Ob25OTmMXFwILDpEBAQEBAQEBAQEBAQICAgEEAgECAQEBAgMCAgMCAgMBAgMCAQEBKMcBAQMBAQMCAQECAQIEAgEEAQIEAQIEAQECAQEBAgICAQMBAccBKAEBAQQCAQMCAQQBAgQCAQEBAgECAwIBAwEBAgEB/FARHx5aPDxNTT08Wh4eEhgjI1w4OUNCOThcIyQXAW27AQECBAIBAgIECAUECAQBAQEBAfVxEiEhXj08SUk9PF8hIRJw9AIBAQEECAQFCQQBAgECBAIBAbwDGwIDAgIDAgEEAQIEAgEB/ebZDBQEBgYPBgYGBg8GBgQUDNkCGgEBAgQCAQQBAgMCAgMCAQEBAQEBAwEBAgEBAQIBAQEB3QFmAQEBAwEBAwEBAQEBAQEBAQEBAQEBAgIBAwEBAf6a3QEBAQECAQEBAgEBAwEBAQEBAf0MBAUFCQMDAwMJBQUElAQFBQkDAwMDCQUFBJQDKf6vAQIDAgIBAgECAwMCAQEBtv5eAwYFCgQDAwQKBQYDAaK2AQEBAgMDAgECAQICAwIBAVEAAAAABQAA/8AEAAPAABsANwBXAGMAbwAABSInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmJyY2NzYWFx4BMzI2Nz4BFx4BBwYHDgEHBhMiJjU0NjMyFhUUBiEiJjU0NjMyFhUUBgIAal1diykoKCmLXV1qal1diykoKCmLXV1qXVFSeSQjIyR5UlFdXVFSeSQjIyR5UlFdLSoqSh4fFQYJDAsaBiF6SEh6IQYaCwwJBhUeHkoqK3MaJiYaGiYm/qYaJiYaGiYmQCgpi11dampdXYspKCgpi11dampdXYspKAPAIyR5UlFdXVFSeSQjIyR5UlFdXVFSeSQj/QAMDS4hICoLGgYGCQxBTU1BDAkGBhoLKSEhLg0MAWAmGhomJhoaJiYaGiYmGhomAAAJAAD/wASSA8AADQBIAFgAaQB1AIIAjgCaAKgAACUiJj0BNDYzMhYdARQGAyEiJjURNDY7ATU0NjUuATU0NjMyFhUUBgcUFh0BITU0NjUuATU0NjMyFhUUBgcUFh0BMzIWFREUBiMTNCYjISIGFREUFjMhMjY1JTQ2MzIWFSE0NjMyFh0BITUlIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYjBSImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmBSImPQE0NjMyFh0BFAYEbg8WFg8PFRXD/R4sPj4sTQERFSseHisVEQIBtwERFSseHisVEQJMLD8/LCETDv0eDhMTDgLiDhP9bhYPDxUBbhUQDxX+AAGlJjY2JiY1NSYICwsIBwsLB/63JjY2JiU2NiUICwsIBwsL/nkQFRUQDxUV5RUP3A8VFQ/cDxX+2z4sAlAsP0kCBQIJIhUeKyseFSIJAgUCSUkCBQIJIhUeKyseFSIJAgUCST8s/bAsPgK6DhMTDv2wDRQUDbsPFRUPDxUVD0pKbTYmJjU1JiY2bgsHCAsLCAcLbjYmJjU1JiY2bgsHCAsLCAcL2xUP3A8VFQ/cDxUAAAAACgAA/8ADwAPAAA0AMgA+AE8AWwBnAH0AiQCVAKMAACUiJj0BNDYzMhYdARQGByEiJjURNDc+ATc2NzUuATU0NjMyFhUUBgcVFhceARcWFREUBgEiBhUUFjMyNjU0JgE0Jy4BJyYjIgcOAQcGFREhATIWFRQGIyImNTQ2FzI2NTQmIyIGFRQWBzIWFSE0NjMyFh0BFAYjISImPQE0NiUiJjU0NjMyFhUUBiciBhUUFjMyNjU0JgUiJj0BNDYzMhYdARQGA6ANExMNDRMTbf1ADRMbHF9AQEocJDgoKDgkHEpAQF8cGxP+kw0TEw0NExMBMxkZVzs6QkI6O1cZGQKA/jAhLy8hIS8vIQcJCQcHCQkpDRMBQBMNDRMTDf6ADRMTAV0hLy8hIS8vIQcJCQcHCQn9qQ0TEw0NExOgEw3ADRMTDcANE+ATDQFRS0NDZiEgBlcKMR8oODgoHzEKVwYgIWZDQ0v+rw0TA8ATDQ0TEw0NE/2xQjo6VxkaGhlXOjpC/s8BsS8hIi4uIiEvYAkHBgoKBgcJcRMNDRMTDSANExMNIA0TMS4iIS8vISIuYAoGBwkJBwYK0RMNwA0TEw3ADRMAAAADAID/8wO0A4AAGwBNAFEAAAEmNDc+AR8BFhQPAQ4BJyY0PwEjIiY1NDY7AScBFRQGLwEuATURNDY3NDY1PgEzITIWHQEUBiMiJj0BIRceARURMzU0NjMyFh0BFAYrAQMnERcDIg0NDCQMVQ0MVgwkDA0NDdoRGRkR2Qz+szYd3BEVBgUCCRsPAdUbJRkREhn+wG8RFasZEhEZJRvAVaurAjcMIw0MAQ1VDCQMVgwBDQwkDA0ZEhIZDP5JXiIfEogLJhQCgAoSBwECAQwNJRtrERkZEVZFCiYU/jNWERkZEWsbJQIeav24aAAAAAYAAP/ABF0DwABQAFwAegCRAKgAtQAAJSImNTQ2MzI2PQEOASMiJjU0NjMyNj0BDgEjIiY1NDYzMjY9AQYHDgEHBiMiJy4BJyYnFRQGIyImPQE0Nz4BNzYzMhceARcWFREUBw4BBwYjAyIGBx4BMzI2Ny4BAxEUBw4BBwYjIicuAScmNRE0Nz4BNzYzMhceARcWAR4BMzI2NzUGBw4BBwYjIicuAScmJxU1HgEzMjY3NQYHDgEHBiMiJy4BJyYnFSUyNjcuASMiBgceATMDRhQbGxRgWjFsHRQbGxRgWjFsHRQbGxRgWiYtLVEeHwkKHh9RLC0nGxMTHDU1hDw8Dw48PIQ1NSIiXC4vGl1uihgYim5tixcXi201NYQ8PA8OPDyENTU1NYQ8PA4PPDyENTX9dA+PeXqPDycsLVEfHgoJHh9RLS0mD495eo8PJywtUR8eCgkeH1EtLSYBF26KGBiKbm2KGBiKbXobFBMbHRJHEwYcExMbHhFHEgYbExMcHRFYDwgICAEBAQEICAgPKhQbGxSMMxwdGwIDAwIbHRwz/dI1HBwaAwIC6SAPDiAgDg8g/l3+jDMcHRsCAwMCGx0cMwF0MxwcGwMDAwMbHBz+Xw8mJg9SDwgJCAEBAQEICQgPUroOJycOUg8ICQgBAQEBCAkID1KFIA8PICAPDyAAAwAA/8AEAAPAABsAgACrAAAFIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGJzI2NycuASc4ATEwNCMuAScmNic8ATU+ATc0MDE4ATE+ATc+ATc4ATE+AT0BLgEjIgYHFRQWFzgBMR4BFx4BFzgBMTgBFR4BFxwBFQYWBw4BBzAGMTgBMQ4BBw4BBzgBMQceATMRIgcOAQcGFRQWFzcuAT0BPAE3PgEzMhYXFhQdARQGBxc+ATU0Jy4BJyYjAgBqXV2LKSgoKYtdXWpqXV2LKSgoKYtdXWpKhDbFBAYCAQIDAQEBAQEDAgEEAQEDATISCE0rK00IEjIBAQECBQECAwEBAQEBAwIBAQIBAgQCxTaESlhOTnQhIjcwqisQAQ2FQkKFDQEQK6svNyIic05OWEAoKYtdXWpqXV2LKSgoKYtdXWpqXV2LKShVMCp2AwYDAQMHBAIEAgIEAgQIAwECAwIBAwIkbwGIHi4uHogBbyQBAgECBAMBAwgEAgQCAgQCBAcDAQECAQIEAnYqMANWIiF0Tk5YT404ZzhyBI0CBAJFUFBFAgQCjQRyOGc4jU9YTk50ISIAAAAFACsAQAPVA0AACAAMABAAFAAkAAABBwYiLwEHIScBBxcRBScRNxcBIQEBITIWFREUBiMhIiY1ETQ2AlU3DCQMN+8CiO8BK+7u/e7u7pIBRP14AUT+gAMAIzIyI/0AIzIyAYQ4DAw47+8BKu7uAdzu7v4k7hoBRf67AZoyI/2qIzIyIwJWIzIABwArABUD1QNrABIAMgBAAE8AXgBsAHoAAAE0NjMyFhURMxE0JiMiBhURMxEnNDc+ATc2MzIXHgEXFhURMzIWFRQGIyEiJjU0NjsBEQU0NjsBMhYVFAYrASImATQ2MzIWHQEUBiMiJj0BATQ2OwEyFhUUBisBIiY1AQYiJyY0PwE2MhcWFAcFFhQHBiIvASY0NzYyFwIAGRIRGStLNTVLgNUQETonJywsJyc6ERBWERkZEf2qERkZEVYCABkRVhEZGRFWERn+qhkSEhkZEhIZ/lYZEVYRGRkRVhEZAwoNIw0MDD8NIw0MDP2VDQ0NIwxADA0MIw0BgBIZGRL+6wEqNUtLNf7WARUVLSYnOhERERE6JyYt/tYZEhIZGRISGQEqKhEZGRESGRkB5xIZGRJVEhkZElX+KxEZGRESGRkSAQwMDAwkDEANDA0jDQQMJAwMDEANIw0MDQAFAFUAFQOrA2sAIABAAEwAWABkAAAlIicuAScmNTQ3PgE3NjMyFx4BFxYVFAYHFxYGLwEOASM3Fyc3PgE1NCcuAScmIyIHDgEHBhUUFx4BFxYzMjY/ASciJjU0NjMyFhUUBiMiJjU0NjMyFhUUBiEiJjU0NjMyFhUUBgIAWE5OdCEiIiF0Tk5YWE5OdCEiFRMlCCcjsyhbMKmjIgwPEBobXT4+R0c+Pl0bGhobXT4+RyZIIhmpGyUlGxslJcYaJiYaGyUlATsbJSUbGiYmFSIhdE5OWFhOTnQhIiIhdE5OWDBbKbMjJwgmExWBIqIaIUkmRz4+XRsaGhtdPj5HRz4+XRsaEA8M6iUbGyUlGxslJRsbJSUbGyUlGxslJRsbJQAEACsAQAPVA0AAEAAhADYAQgAAEzQ2MyEyFhURFAYjISImNRETITA1PAE1NDEhMBUcARUUMRM+AR8BHgE/ATYWHwEWBiMhIiY/AQUiJjU0NjMyFhUUBisyIwMAIzIyI/0AIzJVAwD9ANcHGQlJCSMPKg8kCmEKChL+OxIOCHoBlBslJRsaJiYC6yMyMiP9qiMyMiMCVv2qXl3gXl1eXeBeXQGaEAEPcg8IChoJBw6IDhUXEPNEJRsaJiYaGyUAAAALAIAAFQOAA2sAAwBbAF8AcACBAJIAowCzAMMA0wDjAAAlESERByMiJjU0JisBIgYVFAYrASImNRE0NjsBMhYVFBY7ATI2NTQ2OwEyFhUhNDY7ATIWFRQWOwEyNjU0NjsBMhYVERQGKwEiJjU0JisBIgYVFAYrASImNSEUBhMhESEHFRQWOwEyNj0BNCYrASIGFR0BFBY7ATI2PQE0JisBIgYVERUUFjsBMjY9ATQmKwEiBhU1FRQWOwEyNj0BNCYrASIGFQEVFBY7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBjUVFBY7ATI2PQE0JisBIgYCgP8AKxUJDA0JKgkNDAkVEhkZEhUJDA0JKgkNDAkVEhkBABkSFQkMDQkqCQ0MCRUSGRkSFQkMDQkqCQ0MCRUSGf8AGRkBAP8Aqw0JKgkNDQkqCQ0NCSoJDQ0JKgkNDQkqCQ0NCSoJDQ0JKgkNDQkqCQ0CAA0JKgkNDQkqCQ0NCSoJDQ0JKgkNDQkqCQ0NCSoJDQ0JKgkNDQkqCQ2VAQD/AIANCAoMDQkIDRkSAwASGQ0ICgwNCQgNGRISGQ0ICgwNCQgNGRL9ABIZDQgKDA0JCA0ZEhIZAdYBABYqCQ0NCSoJDQ0JqyoJDAwJKgoMDQn+qyoJDQ0JKgkNDQmrKgoMDQkqCQwMCQFVKgkNDQkqCQ0NtCoJDAwJKgoMDf6iKgkNDQkqCQ0NoioKDA0JKgkMDAAABAArAEAD1QNrABcAMgBBAF4AAAEiBhUUFjMyNjU0JicOASMiJjU0NjcuASU3PgEzITIWHwEzMhYVERQGIyEiJjURNDY7AQcRIREjIiYvASEHDgErARc0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1AgA1S0s1NUsDAwcgExslFREJE/7tJAYjEQFWESMGJHcjMjIj/QAjMjIjd3cDAJwJEQMs/skrAxEJnKsQETonJywsJyc6ERAQETonJywsJyc6ERACK0s1NUtLNQoSCRAVJRsTIAcDA8BYEBgYEFgyJP4AIzIyIwIAJDJW/gACAAwIbGwIDOosJyc5ERERETknJywtJic6ERERETonJi0AAAAAAQB9AA4DXANIAEAAAAEGIicmND8BNjQnJiIPAQYUFxYyNwE2NCcmIgcBBgcGFBcWFxYXFjI3NjcBNjQnJiIHAQYiJyY0NwE2MhcWFAcBAcUMJAwNDdMNDQwkDNQlJiVqJQFbOTk4nzj+aSYTEhITJiUvMGIvLyYBDw0NDCQM/vAyjTIyMgGXIFgfHx/+pQEaDQ0MIw3TDSMNDAzUJWomJSUBWzigODg4/mglLy9jLy8mJRMTExMlARAMJAwNDf7xMjIyjTIBlyAgH1gf/qUAAAIAgABAA4ADQAA1AGcAAAEyFx4BFxYXNTQ2MzIWHQEUBisBKgErASImNTQ2OwEuASMiBw4BBwYHDgEnLgE3Njc+ATc2MwMjHgEzMjc+ATc2Nz4BFx4BBwYHDgEHBiMiJy4BJyYnFRQGIyImPQE0NjsBMhYVFAYjAgAsKipNISIbGRESGRkSEwECAZMSGRkSTiqDTDkyM1AaGQcDGxISFQIJISJmQUFJq04qg0w5MjNPGhoHAxsSEhUCCSEiZkFBSSwqKk0hIhsZERIZGRKqEhkZEgNACgkkGhkhNhEZGRGrEhkZEhIZOkYUFEYwMDgRFgICHBJHPj1bGRr91TpGFBRGMDA3EhUCAhwSRz0+WhkaCgkkGhkhNhEZGRGrEhkZEhIZAAACAFcAJgOGAy4AGQBRAAAlBzc2Ji8BNz4BPwEXHgEfAQcOAR8BJyYiBxcWNi8BMDc+ATc2MTYmLwEWJy4BJyYxJiIPATYHDgEHBjEOAR8BIgcOAQcGMQYWPwEwFx4BFxYxAcidHgMNDn+vEyMJTk8IIxSvfw4NAx6dESsR6Sc9ByYZGTsYGSAYK9sBDw8lDw8USxRiASIiUiIiLBcgngEGBg0GBgc8KMMeHkkfHtlTrxMpDnwZAxkSn58SGQMaew4pE69TCQmzFCws2RcYOhgYH0cHIAEfH0ofHycnxwEEBQwFBQdHH5ohIlEiIiwsFGcQECcQEAAAAAIAawAvA5EDVQAjAEAAACUWFAcGIi8BDgEjIicuAScmNTQ3PgE3NjMyFx4BFxYVFAYHFyUyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYzA5EMDA0jDecpYzZDOjpXGRkZGVc6OkNCOjtWGhkjH+j+GjArKz8TEhITPysrMDErKkATEhITQCorMWwNIw0MDOgfIxkaVjs6QkM6OlcZGRkZVzo6QzZjKee/EhM/KyswMSsqQBMSEhNAKisxMCsrPxMSAAABAIAAawOrAwkAMQAAATIWFRQGIyEiBhUUFjMhMjc+ATc2NTQnLgEnJiMhNzY0JyYiDwEGFB8BFjI3NjQvASECq0ZkZEb+ABIZGRICADUuL0UVFBQVRS8uNf5nYgwMDSMNqwwMqw0jDQwMYgGZAhVkRkdkGRIRGRQURS8vNTUuL0UVFGENIw0MDKsMJAyrDAwNIw1hAAAAAAQAPQBrA9UDFQAUACMALwA8AAA3JyY0PwE+ATMhMhYVERQGIyEiJicDBhQfAR4BMyERISIGDwEXNDYzMhYVFAYjIiY3NCYjIgYVFBYzMjY12ZwSEpwROhsCQSMyMiP9vxw5EVcDA50EFQcCQf2/BxUEnX5LNTVLSzU1S6oZERIZGRIRGZ/mGkQZ5RYeMiP+ACMyHhYBKgMOA+QGCwIACwbmCTVLSzU1S0s1EhkZEhIZGRIAAAQAVQBAA6sDQAAYAB0AIgAxAAAlFAYjISImNREiJj0BNDYzITIWHQEUBiMRAREhESEnFSE1IRM0NjMhMhYVFAYjISImNQOAMiP9qiMyEhkyJAKqJDIZEv1VAlb9qioCqv1WqhkSAQASGRkS/wASGZUjMjIjAasZEoAjMjIjgBIZ/lUBq/5VAaurVlb+1RIZGRISGRkSAAAABACrABUDVQNAAA8ALQA7AEkAACUwMzoBMzIxMDU8ATU0NSEBFAYjISImNREiJjU0NjsBNDYzMhYVMzIWFRQGIxEBNDYzMhYVERQGIyImNQM0NjMyFhURFAYjIiY1AStCQ6BDQv5WAgAyJP5WJDIRGRkR1jIjIzLWERkZEf8AGRESGRkSERmrGRIRGRkREhlrQ0S2XV0z/dYkMjIkAioZEhIZIzIyIxkSEhn91gGqEhkZEv7WEhkZEgEqEhkZEv7WEhkZEgAAAAAFAKsAFQNVA2sADwASACcANgBFAAABIxEhMDU8ATU0NSEiJjURFzMnJSEyFh8BHgEVERQGIyEiJjURNDYzEzQ2MyEyFhUUBiMhIiY1NTQ2OwEyFhUUBisBIiY1AdXVAgD/ABIZVtXV/tUBOAgWBuoHCDIj/gAjMjIjKxkRAVYRGRkR/qoRGRkSqhIZGRKqEhkDFf1WKSl2Q0IzGREBANXVVgkG6wYVCf4eJDIyJAKqJDL9gBEZGRESGRkSgBEZGRESGRkSAAAAAAUAngAQA2IDkwAqADYAQwBGAFIAABM2MhcWFA8BBhQXHgE/ATYWFxYUDwEGIicmND8BNjQnLgEPAQYmJyY0PwEBBiInJjQ3NjIXFhQBJjY/ATYWDwEOAS8BFzcHATY0JyYiBwYUFxYy6wwlDA0NTRkZHFYh9DqVMTMzPQ0kDQ0NPhkZG1ch9DqVMTMzTQHFJmolJiYlaiYl/iURCxfnGiYJTQcwEZqmG1EBCgwMDSMNDAwNIwKVDQ0NIw1MGU8ZGwgVoicPMTKJMj4MDA0kDD0aQRkbCRWjJg8wM5UzTP17JSUmaiUmJiVqAsoRLghMCCUZ5RcLEZkqUBv9QQ0jDQwMDSMNDAAAAAUAVQAVA6sDawALABwAKAA2AEQAAAEeATMyNjczESERMwERFAYjISImNRE0NjMhMhYVASERIw4BIyImJyMREzQ2MyEyFhUUBiMhIiYVNDYzITIWFRQGIyEiJgGHDUIqKkIN3P1W3AIkGRL9ABIZGRIDABIZ/QACqqoeWTQ0WR6qKhkSAgASGRkS/gASGRkSAgASGRkS/gASGQHrJjAwJgEq/tYBVf0AEhkZEgMAEhkZEv0rASonLi4n/tYCVRIZGRISGRluEhkZEhIZGQAAAAACAFUAQAOeAzQAKwA/AAABIyIHDgEHBh0BFAYjIiY9ATQ3PgE3NjsBJyY0NzYyHwEWFA8BBiInJjQ/ARc3JyY0NzYyHwEWFA8BBiInJjQ3AlnZLCcnOhEQGRISGRgXUTc2PtmNDAwNIw3VDQ3VDSMNDAyNM7i4DAwNIw3VDQ3VDSMNDAwCFRAROicnLNUSGRkS1T42N1EXGIwNIw0MDNYMJAzWDAwNIw2MjLe3DSMNDAzWDCQM1gwMDSMNAAMAcAAwA6gDaAACAAUAEwAAARcTJwUXEwMlJjY3ATYWBwEOAScCHV+iPP4Y53iP/qYcAh0DABklCf8ACTsLAaHnAeg8ol/+UwFajgw7CQEACSYZ/QAcAhwAAAAAAwBVAEADqwNAAB8AIwA0AAATMzIWFRQGKwEVIREhFTMyFhUUBisBFTMyFhUUBisBFQERIREhNDYzITIWFREUBiMhIiY1EauAERkZEYABAP8AgBEZGRGAgBEZGRGAAVUBVf0AMiQCqiQyMiT9ViQyAUAZEhEZVgJWVhkREhlVGRISGVUBq/2qAlYjMjIj/aojMjIjAlYAAAAFAFUAFQOrA2sAPABVAGsAigCfAAABMhYVFAYHHgEXHgEVFAYHDgEHDgEHHgEVFAYHDgEHDgEjIiYnLgEnLgE1NDY3PgE3LgE1NDYzOgEXPgEzAx4BFz4BNz4BNy4BJy4BJw4BIyoBIw4BBzcyNjU0JiMiBhUcARceARUUBhUwMjEBDgEHHgEXHgEzMjY3PgE3LgEnLgEnDgEjIiYnDgEHNzI3PgE3NjU0JiMiBhUUFx4BFxYzAmtGZAoLJzwVHBcMCg0qHRYsFgsMDQsOMCE1cDk5cTUgMA4LDiQiFjUgDwxwUAULBgdgQxseMhUdORsMGAoDEA4PKh0UOSUDBwMDBwQbHjcyIyQyASYvAQH+cBEXBQwbDzBkMzJkMA8bDAUXERAmGBZAKytAFxgmENAUExMeCQk+LC0+CQkeFBMUA2tjRRtFJA4tHiZVKwwUBQcTCQcMBBkyFgwVBQcSChASEhAKEgcFFQwnXCcYJg4rVCBQcAFAV/4LDSQWAw4JBAkEGC4UFR8JHycNGw2KekkiMDAiBAcDGlQyBQoG/vEULRUFCQQOEBAOBAkFFS0UERwKJC8vJQocEjoUFEMqKistPj4tKyoqQxQUAAAABgAr//QD1QOAABwAJwAsADgARABQAAAlFAYrAQcGJjURNDY7ATU0NjMhMhYVERQGLwEjFTcXAyEVITIWHQEzBxEhETcnIiY1NDYzMhYVFAYzIiY1NDYzMhYVFAYjIiY1NDYzMhYVFAYCgDIj1t8fLDIjKzEkAoAjMikc3DRPsgH9gAErIzJPpP5VwGsRGRkREhkZ7hEZGRESGRmSERkZERIZGcAjMncQGiMB9CQywCMyMiP9dCQVFJtVq34CPsAzI6qrAVX+RWaAGRIRGRkREhkZEhEZGRESGRkSERkZERIZAAAAAgBYAB8DpQNtAC0ATQAAAQcGFB8BFjI/ATYyHwEWFA8BDgEnMCcuAScmJyYnLgEnJjEmNj8BNjIfARYUByUOARcwFhceARceARceATEWNj8BJwcGIi8BJjQ/AScHAdIuEhOWEzUTLQwkDKYTE1osijUVFEw2NkNDLCw0CwofEixaEzUTpgwM/uEXCA4hCh9UODhlLA88GlEXTHkPLHsslywsD3lLAostEzUTlhMSLgwMphM1E1osEx8LCjMsLENDNjZNFRU1iixaExOmDCQMSxdPHjsPLWU4OFQeCiEOCBhLeQ8sLJcrfCwPeUwAAAAABAArAGsD1QMVACIAJwA1ADwAAAE3PgE7ATIWFREUBisBIiYvARUUBiMhIiY1ETQ2MyEyFh0BJREhESETNDY7ATIWFRQGKwEiJiUXMxEjBxUCq4QHFglWERkZEVYIFweEMiT+KyMyMiMB1SQy/dUB1f4rVRkS1RIZGRLVEhkB1rEkJLECU2AGBxkS/lYSGQcGYG0jMjIjAgAjMjIjbW3+AAIA/oASGRkSEhkZaIEBVoFUAAAAAQA8ADgDxAMEAAUAACUBNxcBFwGA/ryIvAG8iDgBRIi8AbyIAAAAAAQAKwBrA9UDFQAoAEEATQBcAAAlBgcOAQcGIyInLgEnJicuATU0Njc2Nz4BNzYzMhceARcWFx4BFRQGByUeATMyNjc+ATU0JicuASMiBgcOARUUFhclFAYjIiY1NDYzMhYnIgYVFBYzMjY1IyImPQEDUiMnJ1YtLjAwLi1WJycjO0hIOyMnJ1UuLjAwLi5VJycjO0hIO/2UOpBQUJA6Ljg4LjqQUFCQOi44OC4BxWRHR2RkR0dkqyMyMiMjMhUbJeseGBghCQgICSEYGB4ydi0tdjIeGBghCQgICSEYGB4ydi0tdjJAMjk5MihWFxdWKDI5OTIoVhcXViiVR2RkR0dkZA4yIyMyMiMlGxUAAAAAAwAAAEAEAANAADQAcQB+AAATMDc+ATc2MzIXHgEXFjEeARcwFhUUBjEOAQcwBw4BBwYjIicuAScmMS4BJzAmNTQ2MT4BNwcOARUUFhceATEeARcyFhceATMyNjc+ATM+ATcwNjc+ATU0JicuATEuASciJicuASMiBgcOATEOAQcwBgcFNDYfARYUDwEGJjU3qhYWVkBAVFRAQFYWFjVYCBUVCVc1GBdYQD9QUD9AWBcYNVgIFRUJVzVLBQUFBQIIBCwZA0ISN3tFRXs2E0IDGSwEBwMFBQUFAggELBcFPhM0fkhIfjQTQxcsBAcDATcWD7UQELYPFgEDNAICBAICAgIEAgIETzR1eHh1NE8EAgIEAgICAgQCAgRPNHV4eHU0TwTNIlMyMlMiEyUXJwIFAQIEBAIBBQInGCMUIlMyMlMiEyUXJwIFAQMDAwMBBQInGCMUQxINCWUJGAlmCA0RyQAAAAADAFcAQAOWAzoABAAnACwAABMXITchJTIWBwMOASMhIiYnAyY2OwETPgEXHgEPASEnJjY3NhYXEzMBITchF7wdAjsd/YsCuhISBGoFHxL+ABIfBWkFEhJnnwkiDw8KCYYBbYYJCQ8QIgmeZ/2XAdMd/fMdAcBra1UYEf59ERgYEQGDERgBFRAJCQgiEOvrECIICQkQ/uv+gGtrAAAFABf/6wPhAzoAHwAmAFUAXAB4AAABMzIWFRQGKwEVFAYjIiY9ASMiJjU0NjsBNTQ2MzIWFQU+ATchFzMDIiYnAyY2OwETPgEXHgEPATM+ATcnJjY3NhYfATIXHgEXFhUUBw4BBwYjIiYnITcjFzMuAScFMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWAsw/EhkZEj8ZEhIZQBEZGRFAGRISGf6YBBEN/vYdy64SHwVpBRISZ58JIg8PCgmGxxs/I10JCQ8QIgltRDo7WBkZGRlXOzpCP3Ar/u+utB25DREEAT0wKytAEhMTEkArKzAxKitAEhMTEkArKgFVGRESGUASGRkSQBkSERlAEhkZEkAdNhhr/usYEQGDERgBFRAJCQgiEOsZJAujECIICQkQvxkaVjs6QkM6OlcZGS0owGsZNR3AEhNAKisxMCsrPxMSEhM/KyswMSsqQBMSAAAAAgA/AFoDxwMNAB4APQAAASM1NDYzMjY9ATQmIyIGBw4BFREUFjMhMjY1ETQmIyEjNTQ2MzI2PQE0JiMiBgcOARURFBYzITI2NRE0JiMDsqMwMwkMDAlFbykpKAwJAVkIDQ0I/fujMTMIDQ0IRnAoKCkMCQFZCQwMCQG8JkpGDAlxCA0tKyyVaf7kCQwMCQE4CQwmSkYMCXEIDS0rLJVp/uQJDAwJATgJDAAAAAUAVQAkA6sDawARABYAIgAuADoAACUUBi8BISImNRE0NjMhMhYVEQMhESEXASImNTQ2MzIWFRQGIyImNTQ2MzIWFRQGISImNTQ2MzIWFRQGA6soHdH+FiQyMiQCqiQyVv1WAgek/qobJSUbGyUlxhomJhobJSUBOxslJRsaJiZGIxQVnDIjAgAkMjIk/TECz/4AewE7JhobJSUbGiYmGhslJRsaJiYaGyUlGxomAAAAAQCAAEADgANAAB8AAAE0JiMiBhURISIGFRQWMyERFBYzMjY1ESEyNjU0JiMhAisZEhIZ/tYSGRkSASoZEhIZASoSGRkS/tYDFRIZGRL+1hkSEhn+1hIZGRIBKhkSEhkAAwBVABUDqwNrACAAPQBZAAABNTQ2MzIWHQEzMhYVFAYrARUUBiMiJj0BIyImNTQ2OwETIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIzUyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYB1RkSEhmAERkZEYAZEhIZgBEZGRGAK1hOTnQhIiIhdE5OWFhOTnQhIiIhdE5OWEc+Pl0bGhobXT4+R0c+Pl0bGhobXT4+AeuAERkZEYAZEhIZgBEZGRGAGRISGf4qIiF0Tk5YWE5OdCEiIiF0Tk5YWE5OdCEiVhobXT4+R0c+Pl0bGhobXT4+R0c+Pl0bGgAABAB0ABUDfwNrAF4AxQDRAN0AAAEXMDY3NhYfARYGBw4BMTAWFRQGMTAWFx4BDwEOAScwJjEHMAYHDgErASImJy4BMScwBgcGJi8BJjY3PgExMDQ1PAExMCYnLgE/AT4BFx4BMTcwNjc+ATsBMhYXHgExBycuAScmIgcOAQ8CDgEPAScuASciBhceAR8BBw4BFRQWHwEHDgEHBhYzPgE/ARceAR8CHgEXFjI3PgE/Aj4BPwEXHgEXMjYnLgEvATc0NjU8AS8BNz4BNzYmIw4BDwEnLgEvAQMiJjU0NjMyFhUUBicyNjU0JiMiBhUUFgKKH2AEFioKKAsDDAM/AQE/Ag0DCygLKRVlHyICCCcWTxYmCAIiIGAEFikLKAsDDQM+PgMNAgooCykVBWEfIQIJJhZPFicIAiJHBQcaAgFBAQIaBgYSDRkLEBQVSwUDIAICMQ8OAgEBAQECDg8xAgIgAwVLFRQQCxkNEgYGGgIBQQECGgcFEw0YDBATFUwEAiEBAzEPDgMBAQMODzEDASADBEwVExAMGA0TSTVLSzU1S0s1ERkZERIZGQLeEhABAhUSRRMuEAVLCAoFDkoEES4TRRMUAhITWwQUGhoTBFwTEQECFRJFEy4QBUsICgUNSwQRLhNFExQCARETWwQUGhoTBFw+ExVIBAMDBEgVEwgGDggMBAUNATgCBDoQDxQHDgcHDgcUDxA6BAI4AQ0FBAwIDgYIExVIBAMDBEgVEwgGDggMBAUNATgCBDoQDxQHDgcHDgcUDxA6BAI4AQ0FBAwIDgYI/qBLNTVLSzU1S1UZEhIZGRISGQAAAAMAgABAA4ADQAAaACQAKQAAATU0NjMhMhYVERQGKwEVFAYjISImNRE0NjsBOwEyFh0BMxEhFQEhESEDAYAZEgGqEhkZEdYZEv5WEhkZEtVWfxIZq/6r/v8BVv6rAQJA1RIZGRL+VhIZ1RIZGRIBqhIZGRKAAVar/lUBVv6qAAAAAgCrAEMDVQNrAAcAHAAAJTc2Mh8BESE1ITIWFREUBi8BJiIPAQYmNRE0NjMBAr8cRhzB/gACACMyKh77BxYH+x4qMiOweBEReQJmVjIk/VYkFxOcBQWcExckAqokMgAABABVABsDjANSAB0ALAAxADYAACURNDYzMhYVERQGIyEiJjURNDYzITIWFRQGIyERIRMWFAcBBwYmPwEBNjIfAQE3Jw8BAScHFzcDABkSERkyI/2rJDIyJAErEhkZEv7VAlWMGRn+Wp8jJAkoAaYZRxk8/i4cPBwUAYs84z3icQEqEhkZEv7WJDIyJAJVIzIZERIZ/asCpBlGGf5ZKAgkI54BpxkZPf4uHTwcUQFPPeI94gAABgAA/8AD/APAAEYATgBvAHYAgACHAAAJATAiMQ4BBw4BIyEiJjURNDY1NDY1PgE3PgE3NDA3AT4BOwEwMjEyFhcwFjMeAR8BOAEzFDIxHgEXFBYVHgEVOAExERQGBwEuAScuAScVNR4BFx4BFyE+AScmIiMwIjEiBiMqAScuATc0JicmBgcRCQE2FhcBIxcBHgEXMhYXAScXAR4BBwE1A/P+IgECAwIEBwT+Ig0TAQEBAQEBAQIBAd4EDAb/AQMFAwIBAQQB3wEBAQIBAgIBBQT8mAYRCwsVCRAuGBkeBwEYCg8sKWkBAQEDAgEDAQ0QAwEsLmsaAcv+fx5DHwGmpfP+ORkQARc/IAHRqsL+SiAVAgGDAar+HwEDAQICEw0B4AECAgEDAgEDAQEDAQEBAeAEBQEBAgEBAsABAgMBAQIBAwcD/uAGDAT+VgoVCgsRBkuVCB4YGS4QGmwvLAEBAhUNAWopKw0L/ukC6/59AQ8XAagM/jcjShsMEQHTm97+SCNOIwF41AABAAABQAQAAkAADwAAExUUFjMhMjY9ATQmIyEiBgATDQPADRMTDfxADRMCIMANExMNwA0TEwAAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAf/ABtwDqwAqAAABFhQHDgEHOAExAQ4BIyImJyY0NwEhIiY1NDYzIQEmNDc2MhcBOAExHgEXBtwFBQMIBf5ICxsODhsLFhYBO/pjHisrHgWd/sUWFhU9FgG4BQgDAdwNHQ4GDAX+SQsLCwsVPRUBOisfHisBOhU9FRYW/kkFDAcAAAUAVQAVA6sDlQAkAC8AYgBxAIAAAAE0JiMUBiMiJjUjFAYjIiY1IxQGIyImNSMUBiMiJjUiBh0BITUFERQWMyEyNjURISURFAYjISImNRE0NjM1NDYzMhYdATM1NDYzMhYdATM1NDYzMhYdATM1NDYzMhYdATIWFQE0NjMhMhYVFAYjISImNRU0NjMhMhYVFAYjISImNQNVGREZEhIZVRkSERlWGRESGVUZEhIZERkCqv1WGRECVhEZ/VYDAEs1/ao1S0s1GRISGVUZEhEZVhkREhlVGRISGTVL/VUZEgGqEhkZEv5WEhkZEgGqEhkZEv5WEhkCwBIZEhkZEhIZGRISGRkSEhkZEhkSVVWr/oARGRkRAYCr/dU1S0s1Ais1SysRGRkRKysRGRkRKysRGRkRKysRGRkRK0s1/tUSGRkSERkZEaoRGRkREhkZEgAAAAQAqwAVA1UDawAiAEsAVwBkAAAlDgEjIiYnJicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGBwceATEwNjc+ATc2Nz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYXHgEXAzQ2MzIWFRQGIyImNzQmIyIGFRQWMzI2NQK+NHAaGnA0IxwcJwsKGhtdPj5HRz4+XRsaCgsnHBwj2woTFQgXMhcfGBgiCQkUFEYuLzU1Ly5GFBQJCSIYGB8XMhdjSzU1S0s1NUurGRISGRkSEhmvPV1dPSosK1ouLy5HPj5dGxsbG10+PkcuLy5aKywqKQgODwcUMRslJSZMJyYmNS8vRRQUFBRFLy81JiYnTCYlJRsxFAGPNUtLNTVLSzUSGRkSERkZEQACAFUANgOrA0AAHwBEAAATFBceARcWFzY3PgE3NjU0JiMiBg8BBiIvAS4BIyIGFSU+ATMyFx4BFxYVFAcOAQcGBwYiJyYnLgEnJjU0Nz4BNzYzMharFxhZPz9PT0A/WBgXZEYgOxcpBxIHKRc7IEZkAVUiVzI1Li9FFRQlJHVJSUkHFgdKSUl0JCUUFUUvLjUyVwJAMjY3bzc4MzM3N282NzNHZBcVJQUFJRUXZEe/HiMUFEYuLzVNS0uHOjosBQUrOjuHS0tNNS8uRhQUIwAAAwBVABUDqwNrACQAVwBrAAA3FRYXHgEXFjMyNz4BNzY3NTQnLgEnJicOASMiJicGBw4BBwYVEzQ3PgE3NjMyFx4BFxYVFAYHFhceARcWHQEUBw4BBwYjIicuAScmPQE0Nz4BNzY3LgE1EzI3PgE3NjU0JiMiBhUUFx4BFxarBRkZVj09Tk49PVYZGQUZGj8cGwUbUjo6UhsFGxw/GhlqExJAKyoxMSorQBITEBIgJyhEFxghIHNOTltbTk5zICEYF0QoJyASEOsgGxsoDAtWPz9WCwwoGxvrOgMMCxkJCgoJGQsMAzocFxgkCwsCMUFBMAELCyQYFxwBoy0pKDwREhIRPCgpLSdvOAwRETIiIzBWERYXJw0ODg0nFxYRVjAjIjIREQw4byf+xxsbVzg4PDdQUDc8ODhXGxsAAAgAVQAVA6sDawAQABQAGAAdACoANgBCAE4AABMhMhYVERQGIyEiJjURNDYzFxUzNTMVITUBESERIRc0NjMyFhUUBiMiJjUhNCYjIgYVFBYzMjYTIiY1NDYzMhYVFAYjIiY1NDYzMhYVFAaAAwASGRkS/QASGRkSK6pWAar9VgKq/VaqZEdHZGRHR2QBADIjIzIyIyMygBEZGRESGRm8EhkZEhEZGQNrGRL9ABIZGRIDABIZVqqqqqr/AP5WAarVR2RkR0dkZEcjMjIjIzIyAXgZEhIZGRISGRkSEhkZEhIZAAAAAAcAVQAVA6sDawAMABAAHwAvADwASABUAAABIxEhESMUBisBIiY1ASEVIQcRFAYjISImNREjESERIwE0NjMhMhYVERQGIyEiJjUBIiY1NDYzMhYVFAYjMyImNTQ2MzIWFRQGMyImNTQ2MzIWFRQGAYArAVYrGRKqEhkB1f1WAqpVGRL+VhIZVQKqVf1VGRIDABIZGRL9ABIZAQARGRkREhkZEqsSGRkSEhkZmRIZGRIRGRkCFf8AAQARGRkRAQCqVv7VERkZEQEr/lYBqgErEhkZEv0AEhkZEgJVGRISGRkSEhkZEhIZGRISGRkSEhkZEhIZAAAFAFUAFQOrA2sASwBgAG0AeQCFAAABMzIWFTMRNCYjIgYdAR4BFRQHBiInJjU0Njc1NDYzMhYVETIWFRQGIxUUBiMVFAYjIiY9ASEVFAYjIiY9ASImPQEiJjU0NjMhNDYzBRUUFjMhMjY9ASMVFAYrASImPQElNyImNTQ2MzIWFRQGIzciJjU0NjMyFhUUBiciJjU0NjMyFhUUBgIAqhIZViYaGyUTFxobQBsaFxNYPj5XEhkZEmRHGRESGf8AGRIRGUdkEhkZEgFVGRL+1TIkAaokMlYZEqoSGf8AVhIZGRIRGRkRgBslJRsaJibFGyUlGxslJQHrGRIBFholJRsLCycYEgkICAkSGCcLCz5YWD3+6hkSERlWRmQrEhkZEisrEhkZEitkRlYZERIZEhmAViMyMiNVKhIZGRIqAaoZEhIZGRISGWslGxslJRsbJWslGxomJhobJQAAAAAEAAAAFQQAA0AAJABNAFwAawAAATQ1PAE1NDEwIyIgIyIxETM1NDY7ATIWHQEzNTQ2OwEyFh0BMwEVFAYjIiY9ASImPQE0NjMRNDYzITIWFREyFh0BFAYjFRQGIyImPQEhJzAzMiAzMjEwNjUhHAExJTwBMTAjIiAjIjEiFBUhA1Vqa/8Aa2pVGRKAERlWGRGAEhlV/VYZEhIZIzIyIzIkAqokMiMyMiMZEhIZ/VZWhoUBQIWFAfyqA1aGhf7AhYUBA1YB6x8rLFEcHf8AgBEZGRGAgBEZGRGA/oArEhkZEisyI9UkMgEAIzIyI/8AMiTVIzIrEhkZEitVGBMTGIAiMzMiAAQAgAAVA4ADawAYADkARwBoAAATFjI3PgE1NCYnJiIHDgEHHgEVFAYHHgEXEyEyFx4BFxYVFAcOAQcGKwERFAYjISImNRE0Nz4BNzYzAyEwNTQmNTQ1ISImJxETFAYHMjM6ATMyMz4BNz4BNTQmJy4BJyYjKgEjIgceARXyBRIFDRAQDQUSBQoOAxEYGBEDDgoOAgAbFxcjCgoKCiMXFxsrGRH9/xEZCgojFxcbKgGrAf6ACxUKqhEQN0dHfywrAQQKBQ0QEA0FCgQBKyx/R0c3EBEB3AoKGksqKkobCgoUMx4BGBERGQEdNBMBjxQVRS8uNTUvL0UUFP7VEhkZEgIrNS4vRRUU/QAcHVAsLB8HB/7yAgAyVyIEDgoaSyoqShsKDgMBASFYMQAAAAQAqwAVA1UDawAUADMAPQBBAAABNDYzMhYVFAYHFRQGIyImPQEuATUDNDc+ATc2MzIXHgEXFh0BMhYVERQGIyEiJjURNDYzMyE1NCYjIgYdAQcRIREBqzIjIzIXExkSEhkTF6sUFEYuLzU1Ly5GFBQjMjIj/gAjMjIjVQFWZEdHZFUCAAErIzIyIxgnCyESGRkSIQsnGAFANS4vRRUUFBVFLy41azIj/sAkMjIkAUAjMmtGZGRGa1X+wAFAAAAAAAgAAP/ABGMDtAAhADEAPQBLAFkAZwB3AHwAAAUhIiY1ETQ2MyEnJjQ3NjIfATc2MhcWFA8BITIWFREUBiM3ETQmIyEiBhURFAYzITImJyImNTQ2MzIWFRQGJyMiJjU0NjsBMhYVFAYnIyImNTQ2OwEyFhUUBicjIiY1NDY7ATIWFRQGAyEiJjURNDYzITIWFREUBgERIREhA/D8gy9ELjABZW4NDQ4nDZuaDScODg5tAWUvLkMwFg0J/IMIDQkJA6gICHUdKiodHSkpBi8THBwTLxMcHBMvExwcEy8THBwTLxMcHBMvExwczv3OExwcEwIyExwc/eoB1P4sQEMvAmIwQW0NJw4NDZqaDQ0OJw1tQTD9ni9DcgJiCQ0NCf2eCBISIikcHSkpHRwpuhsUExsbExQbjBsTFBsbFBMbjBsTFBsbFBMb/i4bEwHSFBsbFP4uExsB0v6GAXoAAAIAAP/AA1cDvQA9AHUAAAUiJy4BJyY1NDY3PgEXHgEXHgEXNjc+ATc2NzYWFx4BBxQHDgEXFhc+ATc+ARceARceARceARUUBw4BBwYjAQ4BFRQXHgEXFjMyNz4BNzY1NCYnLgEnDgEHDgEHBiYnJicuATc0NwYHDgEXFhUWBgcOAScuAScBrFdOTnUiIkYCBxkMDRICARgkAQoKPTg5XgsYCQgHBAcIBggHHg89MQkVCgoOAgoVCxIaIiJ1Tk1X/r4JCxsbXj4+RkU+P10cGxcRBg4GHB8EAw0JCRUIMhwbGAEFSiEiFgQDAgkICRYLM0ITQCIidU1OVmKIBAoKAwITDQJDITJERIk8PCEEBQgIFwwBICFcMzMmKWQiBgIEBBEKL0EeMWpgVk5NdSIiAhkXOR9FPj5dHBsbHF0+PkVVWy4SJhclUhQKEAQEAQUdKitgMDAnMUlJiDExAQsVBwcEBBI8HgAAAAMAVQAVA6sDawAcADkASAAAARQHDgEHBiMiJy4BJyY1NDc+ATc2MzIXHgEXFhUhFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGFTM0NjMhMhYVFAYjISImNQOrIiF0Tk5YWE5OdCEiIiF0Tk5YWE5OdCEi/QAaG10+PkdHPj5dGxoaG10+PkdHPj5dGxqAGREBVhEZGRH+qhEZAcBYTk50ISIiIXROTlhYTk50ISIiIXROTlhHPj5dGxoaG10+PkdHPj5dGxoaG10+PkcSGRkSEhkZEgAAAAQAK//rBAADlQAfAEMAXgB6AAABMzIWFRQGKwEVFAYjIiY9ASMiJjU0NjsBNTQ2MzIWFQUUBw4BBwYjIicuAScmJyEiJjURNDYzITIWHwEhMhYdAR4BFQMhIiYvASERMDYzLgE1NDc+ATc2MzIWFzwBMQMyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYC60ARGRkRQBkSEhlAERkZEUAZEhIZARUZGVc6O0IuKitJHR4U/tsjMjIjAQIRJwo8AYAjMhUWgP6AFSYMOf8AmmwDAxkZVzo7QjZiKMAxKitAEhMTEkArKjExKitAEhMTEkArKgFVGRESGUASGRkSQBkSERlAEhkZEmpDOjpXGRkMDC0gHyYyIwJWIzIVDl0yI/YjUSsBlRUSWf2qAQ8gEUI6O1YaGSIePlf9gBITQCorMTArKz8TEhITPysrMDErKkATEgADAAAAQAP4A0AAHQArADYAAAEyFgcDDgEjISImJy4BNRE0NjMhMhYfASEyFh0BMwU+ATMhNSEiJi8BJRE3FyIGBwMhMjY3EyEDuCkoEYgMOR79SAULBRslMiMBAhImCjwBKyMyY/zlDDkeAgD+1RUmDDn/AEhjBQ4CgAKiBQ4Cf/1fAhU+Jf7OHCQBAgctHgJWIzIVD1wyI1ZAHCRWFBJZAf5JoRUJBf7jCQUBHQAAAAIAKwBAA9UDQAAJAB8AADchESEiJi8BJREDNDYzITIWHwEhMhYVERQGIyEiJjURgAMA/oAVJgw5/wBVMiMBAhEnCjwBgCMyMiP9ACMylQHWFBJZAf2qAlYjMhUPXDIj/iojMjIjAlYABAAr/+sEAAOVACMAPgBaAH4AAAEUBw4BBwYjIicuAScmJyEiJjURNDYzITIWHwEhMhYdAR4BFQMhIiYvASERMDYzLgE1NDc+ATc2MzIWFzwBMQMyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxY3MCYzBwYmNzA2FScmNjcwNjE3NjIXMBYxFx4BBzAGNRcWBicEABkZVzo7Qi4qK0kdHhT+2yMyMiMBAhEnCjwBgCMyFRaA/oAVJgw5/wCabAMDGRlXOjtCNmIowDEqK0ASExMSQCsqMTEqK0ASExMSQCsqdEQBRA0VAg02CwgPSyIGGgciSw8ICzYNAhUNAStDOjpXGRkMDC0gHyYyIwJWIzIVDl0yI/YjUSsBlRUSWf2qAQ8gEUI6O1YaGSIePlf9gBITQCorMTArKz8TEhITPysrMDErKkATEmYkJAcPD0wBNgoZAgtEDg5ECwIZCjYBTA8PBwADAFUAFQOrA2sAHAA4AEwAACUiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFi8BJjQ3NjIfATc2MhcWFA8BBiInAgBYTk50ISIiIXROTlhYTk50ISIiIXROTlhHPj5dGxoaG10+PkdHPj5dGxoaG10+PheADQ0MJAxizA0jDQwM6wwkDBUiIXROTlhYTk50ISIiIXROTlhYTk50ISJWGhtdPj5HRz4+XRsaGhtdPj5HRz4+XRsat4AMJAwNDWLNDAwNIw3qDQ0AAAAAAwBVAEADqwNAACwARwBiAAAlIgYHBiY1ETQ2Nz4BMzIWFz4BMzIWFx4BFREUBicuASMiBiMOASMiJiciJiMDFBUcARUUFT4BMzIWFzQ1PAE1NDEwJiMiBgchLgEjIgYxMBUcARUUFT4BMzIWFzQ1PAE1NDUBQT9oARUvBQQIb2s0YiopYzRpcQgEBS8VAWNEQ2QBBQwGBgwFAWJFliRKKCdJJEtKRkoFAqoFS0VJTCRJJyhKJIA3AQ8YGgJVBw0FC1wvMC8wXAsFDQf9qxoYDwE3OQQDAwQ5Ai8DTU66T04GEBETEAdLSq5HR2E2BgY2YUdHrkpLBxATERAGTk+6Tk0DAAABACv//APVA1UAKAAAASMiBgcLAS4BIyIGBwMjIgYVFBY7ATI2NxsBHgEzMjY3EzMyNjU0JiMDq6sNFgNa2gMWDQ0WA3iNExcXE6sNFgNa2gMWDQ0WA3iNExcXEwHVEQ3+/AKEDRERDf6eFxMUFxENAQT9eA0REQ0BYhcTFBsAAAEAQABTA60DLQAdAAAlATY0JwEmIgcGFB8BISIGFRQWMyEHDgEVFBYXFjICbQFAExP+wBI2EhMT0v2bGyUlGwJl0goJCQoSNlMBQBI2EgFAExMSNhLTJRsbJdMJGAwMGAkTAAABAFMAUwPAAy0AHQAAJQEmNDcBNjIXFhQPASEyFhUUBiMhFx4BFRQGBwYiAZP+wBMTAUASNhITE9ICZRslJRv9m9IKCQkKEjZTAUASNhIBQBMTEjYS0yUbGyXTCRgMDBgJEwAAAwArAAAD1QNVAC0AQABEAAABISIGFREUFjsBMjY1NCYrASImNRE0NjMhMhYVERQGKwEiBhUUFjsBMjY1ETQmASYiBwMOARceATMhMjY3NiYvAQc3FyMDVf1WN0lJNyoUFxcUKhQXFxQCqhQXFxQqFBcXFCo3SUn+lg0pCtUHBAcDEg0Bqg0TBwYEB9WefHz4A1VJN/5WN0kXExQXFxQBqhQXFxT+VhQXFxQTF0k3Aao3Sf3vEBD/AAkZDQkMDQ0MGQr775GRAAAEACv/1QPVA4AAGwA3AEYAXAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYDIgYdARQWMzI2PQE0JiMDDgEVFBYXHgEzMjY3PgE1NCYnJiIHAgBiVVZ/JSQkJX9WVWJiVVZ/JSQkJX9WVWJQRkZoHh4eHmhGRlBQRkZoHh4eHmhGRlATGBgTExgYEx4GBwcGBw0KCg0HBgcHBg0iDQOAJSSAVVZhYlVWfyUlJSV/VlViYVZVgCQl/KseHmhGRlBQRkZoHh4eHmhGRlBQRkZoHh4CVRcUqhQXFxSqFBf+ngcNCgoNBwYHBwYHEQYGEQcNDQAAAAAEACv/1QPaA4AAIAApADgATgAAAScuASMhIgYPAQ4BFREUFh8BHgEzITI2PwE+ATURLgEnAwchJxE3IRcRASIGHQEUFjMyNj0BNCYjAw4BFRQWFx4BMzI2Nz4BNTQmJyYiBwPJ/AMRCv6iChED/AYGBgb8AxEKAWIKDgb8BgcEBwZJ4v7E4uIBQN7+gBMYGBMTGBgTHgYHBwYHDQoKDQcGBwcGDSINAnf8BwYGB/wDEQn+nQkOBvwDBgcG/AYOCgFeCRED/pbi4gE84uL+xAFzFxSqFBcXFKoUF/6eBw0KCg0HBgcHBgcRBgYRBw0NAAAEACsAAAPrA1oAHgA3AEUAWwAAJQEuAScmBgcOAQc4ATEBBhYXHgEzITI2Nz4BNS4BJwcOASMhIiYnLgE3AT4BMzYWFwEeARUWBgcBIgYdARQWMzI2PQE0JgMOARUUFhceATMyNjc+ATU0JicmIgcD1f6aDSsZGjIWDRgG/poaHC0MHxAC1hkwEBMUBAgKTAcRBv0qBgkGEAcGAWsDBgMQIwkBawMBAwgD/ncTGBgTExgYMQYHBwYHDQoKDQcGBwcGDSINwAJeFh8HBgYNBxcN/Z4taBoKBxMTFCwaECMNXgYHAQQJIhACWgMKCQkN/aYDDAYKDQcB8xcTqxMYGBOrExf+ngYOCgkOBwYGBgYHEQYHEQYNDQAABABVAIADqwLVAA0AGwApADcAAAEiBhUUFjMhMjY1NCYjJSEyNjU0JiMhIgYVFBYBISIGFRQWMyEyNjU0JgchIgYVFBYzITI2NTQmAQATGBgTAgATGBgT/YADABMYGBP9ABMYGAMT/QATGBgTAwATGBiT/gATGBgTAgATGBgCKxgTExgYExMYVRcUExcXExQX/wAXFBMXFxMUF6sXExQXFxQTFwAEAFUAgAOrAtUADQAbACkANwAAASEiBhUUFjMhMjY1NCYlITI2NTQmIyEiBhUUFgEhIgYVFBYzITI2NTQmByEiBhUUFjMhMjY1NCYDgP0AExgYEwMAExgY/O0DABMYGBP9ABMYGAMT/QATGBgTAwATGBgT/QATGBgTAwATGBgCKxgTExgYExMYVRcUExcXExQX/wAXFBMXFxMUF6sXExQXFxQTFwAAAAAEAFUAgAOrAtUADgAcACoAOAAAEyEyNjU0JiMhIgYVFBYzNSEyNjU0JiMhIgYVFBYBISIGFRQWMyEyNjU0JgchIgYVFBYzITI2NTQmgAJVFBcXFP2rExgYEwMAExgYE/0AExgYAxP9ABMYGBMDABMYGL79qxMYGBMCVRQXFwHVGBMTGBgTExirFxQTFxcTFBf/ABcUExcXExQXqxcTFBcXFBMXAAQAVQCAA6sC1QANABsAKQA3AAABISIGFRQWMyEyNjU0JiUhMjY1NCYjISIGFRQWASEiBhUUFjMhMjY1NCYHISIGFRQWMyEyNjU0JgOA/asUFxcUAlUTGBj87QMAExgYE/0AExgYAxP9ABMYGBMDABMYGBP9qxQXFxQCVRMYGAIrGBMTGBgTExhVFxQTFxcTFBf/ABcUExcXExQXqxcTFBcXFBMXAAAAAAIAK//RA9UDgABAAE0AAAEjIgYVFBY7AQYHDgEHBgcRPgE1NCYjIgYVFBYXESYnLgEnJiczMjY1NCYrASIGFRQXHgEXFjMyNz4BNzY1NCYjATQ2MzIWFRQGIyImNQOrgBQXFxRRCB0dWjo6QTZKZUZGZUo2Qzs6WhwcB1EUFxcUgBMXJCV/VlViYlVWfyUkFxP+ADIjIzIyIyMyAdUXExQXQzs7WRwdBgIADV08R2RkRzxaEP38CB0dWTo6QhcTFBcXFGFWVX8lJSUlf1VWYRcYAQAkMjIkIzIyIwAIACv/0QPVA4AAQABGAE8AWABdAGMAaABuAAAlPgE1NCYnMDQxJicuAScmJzAiMS4BIyIHDgEHBgcUBhUOARUUFhcwFDEWFx4BFxYXMDIxMhYzMjc+ATc2Nz4BNSUjJzczFyE0NjcTIy4BNSUzHgEVFAYHAzchNx4BJQMnPgE3ASEHLgEFExcOAQcDfCkwExMYJiVhOjpABA0ZDTo1NmApKSAFKTATExgmJWA5OT4FDBoNOTY2YCkpIAMG/s2WSEiWSP3vExOrvAkMAiu7CgwTFKqV/qZeUIL+0KpeMIhQ/toBWl5QggEwql4wiFCaOYtNMF4pBDgwL0gXGAgDAQ0NMSMjKwMCAzqLTDBfLQQ3Ly9JGBgIBA0NMSMjKwMGBJGAgIAsWCb+1hxAJIAdQCMtWCYBK1WiDVVr/tWiOkgH/aqiDVVqASqiOUkGAAEAtwBVA0kDAAAkAAABJiIPARE0JiMiBhURJyYiBwYUFwEeATMeATMyNjc+ATcBNjQnA0kNIg3iGBMTGOINIg0MDAErAwcDAwsDAwsDAwcDASsMDAHJDAzjAe8UFxcU/hHjDAwNIg3+1QMFBAEBBAMCAwErDSINAAMAK//VA9UDgAAbADcAXAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTBzU0JiMiBh0BJyYiBwYUHwEeATMeATMyNjc+AT8BNjQnJiIHAgBiVVZ/JSQkJX9WVWJiVVZ/JSQkJX9WVWJQRkZoHh4eHmhGRlBQRkZoHh4eHmhGRj1iGBMTGGINIg0MDKsDBwMDCwMDCwMDBwOrDAwNIg0DgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAZ5j7xQXFxTvYwwMDSINqwMFBAEBBAMCA6sNIg0MDAAAAAEBAACrAwACqwAhAAABIQE2NCcmIgcBETQmIyIGFREUFhceARceATMhMjY1NCYjAtX+vAFiDQ0NIg3+nhcTFBcBAwMMBwMKBAGqFBcXFAEAAWINIg0NDf6eAUQTGBgT/lUDCwMGDAMDARcTFBcAAAABAQAAqwMAAqsAIAAAATQmIyIGFREBJiIHBhQXASEiBhUUFjMhMjY3PgE3PgE1AwAXFBMX/p4NIg0NDQFi/rwUFxcUAaoECgMHDAMDAQKAExgYE/68AWINDQ0iDf6eFxQTFwEDAwwGAwsDAAABAK8AVQNVAvMAJAAAASE3NjQnJiIHAQ4BFQYUFx4BFwEeATMyNjc2NC8BITI2NTQmIwMr/hHiDQ0NIg3+1QMFAwMDAgMBKwcRBgYRBw0N4gHvExcXEwHV4g0iDQ0N/tYEBgMHEgkEBgP+1QYHBwYNIg3iFxQTFwADACv/1QPVA4AAGwA3AFwAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGEyM3NjQnJiIPAQ4BFQYUFx4BHwEeATMyNjc2NC8BMzI2NTQmIwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZb72INDQ0iDasDBQMDAwIDqwcRBgYRBw0NYu8TFxcTA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgGqYg0iDQ0NqgQGAwcSCQQGA6sGBwcGDSINYhcUExcAAAABAKsAVQNRAvMAJAAAATY0Jy4BJwEmIgcGFB8BISIGFRQWMyEHBhQXHgEzMjY3AT4BNQNRAwMDAgP+1Q0iDQ0N4v4RExcXEwHv4g0NBxEGBhEHASsDBQGaBhIKAwYEASoNDQ0iDeIXExQX4g0iDQYHBwYBKwMGBAADACv/1QPVA4AAGwA3AFwAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGEy4BLwEmIgcGFB8BIyIGFRQWOwEHBhQXHgEzMjY/AT4BNTY0JwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkaBAwIDqw0iDQ0NYu8TFxcT72INDQcRBgYRB6sDBQMDA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgGRAwYEqg0NDSINYhcTFBdiDSINBgcHBqsDBgQJDwoAAAABALcAVQNJAvwAJAAACQEuASMmIgcOAQcBBhQXFjI/AREUFjMyNjURFx4BMzI2NzY0JwNJ/tUDBwMGEgoDBwP+1QwMDSIN4hgTExjiBhEHBhEHDAwByQEqAwYDAwMDA/7WDSINDQ3i/hETGBgTAe/iBwYGBw0iDQADACv/1QPVA4AAGwA3AFsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGAy4BIyYiBw4BDwEGFBcWMj8BFRQWMzI2PQEXHgEzMjY3NjQnAgBiVVZ/JSQkJX9WVWJiVVZ/JSQkJX9WVWJQRkZoHh4eHmhGRlBQRkZoHh4eHmhGRjIDBwMGEgoDBwOrDAwNIg1iGBMTGGIGEQcGEQcMDAOAJSSAVVZhYlVWfyUlJSV/VlViYVZVgCQl/KseHmhGRlBQRkZoHh4eHmhGRlBQRkZoHh4CSAMGAwMDAwOqDSINDQ1i7xMYGBPvYgcGBgcNIg0AAAEBAACrAwACqwAkAAABITI2NTQmIyEiBgcOAQcOARURFBYzMjY1EQEeATMyNjc2NCcBAZEBRBQXFxT+VgQKAwcMAwMBFxQTFwFiBxEGBxEGDQ3+ngJVGBMTGAEEAwwGAwsD/lUTFxcTAUX+nQYGBgYNIg0BYgAAAAEBAACrAwACqwAkAAABLgEnLgEjISIGFRQWMyEBBhQXHgEzMjY3AREUFjMyNjURNCYnAvwDDAcDCgT+VhQXFxQBRP6eDQ0GDgoJDgcBYhcTFBcBAwKRBgwDBAEYExMY/p4NIg0GBgYGAWP+uxMXFxMBqwMLAwAAAAIAK//VA9UDgABmAHIAAAEiBw4BBwYHBgcOAQcGFRQXHgEXFjMyNjc+AScuAQcOASMiJy4BJyY1NDY3PgEzMhceARcWHQEUBiMiJj0BNCYjIgYVMS4BIyIHDgEHBhUUFx4BFxYzMjY3HgEzMjY9ATQnLgEnJiMRIiY1NDYzMhYVFAYCAC4uLVUmJyIhGhkjCQgkJX9WVWJNlD0NBQoJJgw0d0BQRkZoHh45NjaOTVBGRmgeHjIjJDIXExQXGkMjLScnOREQEBE5JyctMFEdFkotRmQkJX9WVWI2Sko2NkpKA4AJCCMZGiIhJydVLS0uYlVWfyUlMjAKJQ0NBQknKh4eaEZGUEyONzY5Hh5oRkZQKyMyMiPVFBcXFBQXERA6JycsLScnOhARKSAgKWVGK2FWVYAkJf2rSTc2Sko2N0kAAwCr/6sDVQOrACcAQwBRAAABNCcuAScmIyIHDgEHBhUUFhcDBhYXFjI/ARceATMyNjc+AScDPgE1ITQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJgEnJiIPATceATMyNjcXA1UbG1w+P0ZGPz5cGxtHPS8DCgoKGA3AwAMMBgcLBAMRAy9ASP2rFBRGLy41NS4vRhQUFBRGLy41NS4vRhQUAZ6JCRgJiR4dQCMjQB0eAlVHPj5dGxsbG10+PkdTjSz+kQ0YBgYGc3MDAQUDAxsNAWssjVM1Ly5GFBQUFEYuLzU0Ly9FFBUVFEUvL/4FUQcHUfQNDQ0N9AAAAwDVACsDKwMrAA4AHQArAAABIgYVERQWMzI2NRE0JiMBIgYVERQWMzI2NRE0JiMBIgYdARQWMzI2PQE0JgIAExgYExMYGBMBABMYGBMTGBgT/gATGBgTExgYAisYE/5VExcXEwGrExgBABgT/VUTFxcTAqsTGP4AGBOrExcXE6sTGAAAAwDVACsDKwMrAA4AHQArAAABIgYVERQWMzI2NRE0JiMBIgYVERQWMzI2NRE0JiMBIgYVERQWMzI2NRE0JgMAExgYExMYGBP/ABMYGBMTGBgT/wATGBgTExgYAisYE/5VExcXEwGrExgBABgT/VUTFxcTAqsTGP5VFxT/ABMXFxMBABQXAAAAAAMAAACABAAC1QAQACEAMAAAASEiBhURFBYzITI2NRE0JiMTFAYjISImNRE0NjMhMhYVERMiBh0BFBYzMjY9ATQmIwLV/as2Sko2AlU3SUk3KxcU/asTGBgTAlUUF9UTFxcTFBcXFALVSTf+qzZKSjYBVTdJ/isTGBgTAVUUFxcU/qsBABcUVRMYGBNVFBcAAAQAAACABAAC1QAeAD0ATABuAAABIyIGFRQWOwEyFhURFAYrASIGFRQWOwEyNjURNCYjASMiJjURNDY7ATI2NTQmKwEiBhURFBY7ATI2NTQmIwEiBh0BFBYzMjY9ATQmIwUuASsBNzYmJyYGBwMGFBceATsBBwYWFx4BMzI2NxM+AScC1VUTGBgTVRQXFxSIExgYE4g3SUk3/gBVExgYE4kTFxcTiTZKSjZVFBcXFAMAExcXExQXFxT+fAYUDK+ACQYQECIKqgcHAxINr4AKBhAHDQYKEgarBgQGAtUXExQXFxT+qxMYFxMUF0o2AVU3Sf4AGBMBVRQXFxQTF0k3/qs2ShcUExcBKxcUVRMYGBNVFBdACgu8ECIKCQYQ/wAKFwoJDLwQIgkEBQsGAQANFQ0AAAAAAwAr/9UD1QOAABoAPgBWAAAlJgYHDgEnLgEnLgEHDgEXHgEXHgEzMjY3NiYlIiY9ATQnLgEnJiMiBw4BBwYdARQGIyIGFRQWMyEyNjU0JiMhPgE9ATQ3PgE3NjMyFx4BFxYdARQWFyECXhAiCgkjEAYHBAkiEBAIBwkVEBAgECA8ExAIAT0kMhsbXD4/RkY/PlwbGzIkExcXEwNWExcXE/1ACQwUFEYvLjU1Li9GFBQMCf3WUQoLEBAHBgMIBhAHBgoiEBAVCgkIICAQIrkyI9ZGPj5dGxsbG10+PkbWIzIXFBMXFxMUFxMsFtY0Ly9FFBUVFEUvLzTWFiwTAAAAAAQADf+rA/MDngAhADwAYQBrAAABNjc2FhcWFx4BHQEUFjMyNj0BNCYnJicuAQcGBw4BFx4BEyYGBw4BJy4BJy4BBw4BFx4BFx4BMzI2NzYmBQE4ATEBJiIHBhQfAQ4BHQEUBiMiBhUUFjMhFx4BMzI2NzY0JwE+AT0BNDY3ASEBhC8yMl8oKRsNERcUExcXEyQ2Nn5EQzwQCwoJIuoQIgoJIxAGBwQJIhAQCAcJFRAQIBAgPBMQCAGF/wD9Vg0iDQ0Ntw0MMiQTFxcTAm/zBxEGBxEGDQ38+AkMBQQBZv58AwkZBQYbHh8vGUIgqxMYGBOrLFQmPSkoJAgHIwYhEBAI/U8KCxAQBwYDCAYQBwYKIhAQFQoJCCAgECJUAQACqw0NDSINtyBAINYjMhcUExf0BgYGBg0iDQENEywW1hAfDP6aAAMA9/+rAwkDpgArAC8AMwAAATc2NC8BLgEHDgEVEScmIgcGFB8BBwYUFxYyPwERFBYXHgEzMjY/ATY0LwEDFwcRGQEXBwI8zQwM6woYDQ0Nog0iDQwMzc0MDA0iDaINDQMLAwoNB+sMDM0RhISEhAGrzA0iDesJBgcDFg3+kaINDQ0iDczNDSINDQ2i/pEMFwMDAQYG6w0iDc0Bb4WEAQn9IgEIhIQAAAMA1QArA1UDKwAdACYALwAAAT4BNTQnLgEnJiMhIgYVERQWMyEyNz4BNzY1NCYnASEyFhUUBiMhASERITIWFRQGAuYgJREQOicnLf6rExgYEwGALScnOREQPzD+RQEqN0lJN/7WAVX+qwFVNkpKAbwdUCwtJyc6EBEYE/1VExcQETknJy09Yh0BGUk3Nkr+qwEASjY2SgAAAwCA/9UDgAOAABAAGwAlAAABISIGFREUFjMhMjY1ETQmIwUhESEiBgcRNDYzESImNTQ2MyEVIQNV/cA8WVk8AkAUFxcU/cACFv3qECAQJxkZJycZAhb96gOAWTz9gD1ZGBMDVRQXVf3VBwoB/Bkn/QAmGhkngAAAAwArAAAD1QNVACQALwA5AAABISIGBy4BIyEiBhURFBYzITIWFRQWMzI2NTQ2MyEyNjURNCYjAS4BIyERMzIWFRElISIGBxE0NjsBA6v/ADRaHR1aNP8AExcXEwErIzIYExMYMiMBKxMXFxP+KhMsFv8A1TdJAav/ABYsE0k31QNVLyYmLxcT/YAUFzIjFBcXFCMyFxQCgBMX/WsKCwIrSjb+QBULCgHANkoAAAIAqwAAA1EDVQAaACwAAAEhIgYVERQWFxY2NyUFHgEzMjY3PgE1ETYmIxMnLgEjIgYPARE0NjMhMhYVEQLV/lY3SQsKChcKAREBEQYNBgcIBwkMA0g3K+YHDQYGDQfmFxQBqhQXA1VJN/1WDRMHBgQHxMQEBQEDBxMNAqo3Sf0npgMGBgOmAlkUFxcU/acAAAQAK/+3A9UDkQAdACgAMAA3AAABJTgBMSYiBwUOARURFBYXBR4BMzI2NyU+ATURNCYlPgEzMhYXDQEtAQEuATURBRElIQURJREUBgON/qoZPR3+qyAkJSMBVgweDRAbDAFWICgl/j8DCwMGCAMBPP6z/rMBPP6mCQwBVf7AAtH+xQFVDQLmqw0NqxA7JP5rI0AQqwYHBwarED0mAZUkO3MDAQEDnqennv1uBxYKAYiq/l6dnQGiqv54DRMABQArAAAD1QNVABkAJAAoADMAPgAAASM1NCYrASIGHQEjIgYVERQWMyEyNjURNCYlNDY7ATIWHQEhNQURIREBETQ2OwERIyImNSEUBisBETMyFhURA1WASTeqN0mAN0lJNwKqN0lJ/fQXFKoUF/8AAQD/AP8AFxSAgBQXAwAXFICAFBcCqyo3SUk3Kko2/lU2Sko2Aas2SioUFxcUKiqA/gACAP4rAasTF/4AGBMTGAIAFxP+VQAAAAMAVf/VA6sDgAAiAD8ASQAAASM1NCYjIgYdASE1NCYjIgYdASMiBhURFBYzITI2NRE0JiMFMxUUFjMyNj0BIRUUFjMyNj0BMzIWHQEhNTQ2MwEhIiY1ESERFAYDK1YXExQX/wAXFBMXVjZKSjYCVjZKSjb9qlYXExQXAQAXFBMXVhMX/VYXEwJW/aoTFwKqFwMrKhQXFxQqKhQXFxQqSjb9qjZKSjYCVjZKVioUFxcUKioUFxcUKhcTgIATF/1WFxMBgP6AExcABAAAAAAEAANVABoANQBRAF0AAAEjJy4BIyEiBg8BIyIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2OwEyNj8BMxceATsBMhYVEQEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIiY1NDYzMhYVFAYDgJVJBhIK/wAKEgZJlTZKSjYDADZKSjYrGBP9ABMYGBOrCRIHSNFJChMJqxMY/lUtJyc5ERAQETknJy0tJyc5ERAQETknJy02Sko2NkpKAtVvBwoKB29JN/4rNkpKNgHVN0n9qxMYGBMB1RQXCwZvbwYLFxT+KwHVEBE5JyctLScnOREQEBE5JyctLScnOREQ/qtKNjZKSjY2SgAAAAAEAAD/qwQAA54AIwA0AFIAcwAAJTgBMQE4ATEnJiIHBhQfASMiBhURFBYzIRceATMyNjc2NC8BAT4BNxcOAQcGJicuAScmNjcBIiY1ETQ2OwEXDgEHDgEXHgEXHgEzMjY3PgE3FyEBIycuASMhIgYVFBY7ARceATsBMhYVERQWMzI2NRE0JiMDnv2A1Q0iDQ0NjRo2Sko2Au9IBxEGBxEGDQ1V/fcEAgOzDR8QGTEUFhsGAwwM/usTGBgTb3MGCAMaDgYGMCQZPiAKEwkdMxeN/WYDAJVJBhIK/wATGBgT60gHEgmrExgXExQXSjZJAoDVDQ0NIg2NSTf+KzZKSQYGBgYNIg1WAYADAgOzChEDAwgQECgZGjIX/owYEwHVFBdzBwgHI1EpKkkWExMBAwYaE40CgG8HChcTFBdvBgsXFP50FBcXFAGMN0kAAAQAKwArA9UDKwAdADMAWgBwAAATJgYHBhYXFhceARcWFxQWMzAyMT4BNSYnLgEnJicXJgYHBhYXHgEXHgEzOgEzPgEnLgEnASEiBh0BFBYzMjY9ATQ2MyEyFhURFAYjISIGFRQWMyEyNjURNCYjAQ4BFRQWFx4BMzI2Nz4BNTQmJyYiB1oQHAMEFxM7NDRQGhoIFhAFEBYIHyBjQUFLBBAgAwQTEzNHCgMYEAMCAxAWBBBrTQL3/VY3SRcTFBcXFAKqFBcXFP8AExcXEwEAN0lJN/ziBgYGBgcOCQoOBgcGBgcNIg0B0QMWExAcAwcZGVA1ND0NFQMcEEtBQWMgHwirBBYQECADCkczEBIDHRNNaxACBUo2VhMXFxNWExcXE/4AFBcXFBMXSTcCADZK/UgGDgoJDgcGBgYGBw4JCg4GDQ0AAAEAjQCrA3MCyQAWAAABJiIHAScmIgcGFB8BHgEzMjY3ATY0JwNzDSIN/km3DSINDQ3VBw0KCg0HAdUNDQLJDAz+SLgMDA0iDdYGBgYGAdYNIg0AAAIAK//VA9UDgABKAGEAAAEiBh0BFAcOAQcGIzgBMSInLgEnJjU0Nz4BNzYzOAExMhYXFjY3NiYnLgEjOAExIgcOAQcGFRQXHgEXFjM4ATEyNz4BNzY9ATQmIwUmIgcGFB8BHgEzMjY3ATY0JyYiBwEnA6sUFx4eaEZGUFBGRmgeHh4eaEZGUCpNJxAhBgcMEC1gM2JVVn8lJCQlf1ZVYmJVVn8lJBcT/fMNIg0NDYAHDQoKDQcBqwwMDSIN/nNiAfwYEyZQRkZoHh4eHmhGRlBQRkZoHh4SEAcMEBAhBhQXJSSAVVZhYlVWfyUlJSV/VlViJhMYCQ0NDSINgAYGBgYBqw0iDQ0N/nNiAAACAFUAAAPJA1UAFgA9AAABJiIHAScmIgcGFB8BHgEzMjY3ATY0JwMiBhURFAYjISImNRE0NjMhMjY1NCYjISIGFREUFjMhMjY1ETQmIwPJDSIN/nNiDSINDQ2ABxEGBhEHAasMDEkTGBcT/aoTFxcTAdYTFxcT/io2Sko2AlY2ShgTAx4NDf5zYg0NDSINgAYGBgYBqw0iDf63FxP+1RMYGBMCVRQXFxQTF0k3/as2Sko2ASsTFwAAAQDiAQADHgJJABYAAAEmIg8BJyYiBwYUFwEeATMyNjcBNjQnAx4NIg3i4g0iDQ0NAQAHEQYGEQcBAA0NAkkMDOPjDAwNIg3/AAcGBgcBAA0iDQAAAQFiAIACngLJABYAAAE3NjQnJiIHAQYUFwEeATMyNjc2NC8BAbziDQ0NIg3/AA0NAQAHEQYGEQcNDeIBq+INIg0MDP8ADSIN/wAHBgYHDSIN4gAAAQFiAIACngLJABYAAAkBJiIHBhQfAQcGFBceATMyNjcBNjQnAp7/AA0iDQ0N4uINDQcNCgoNBwEADQ0ByQEADAwNIg3i4g0iDQcGBgcBAA0iDQAAAQDiAQADHgJJABUAAAkBJiIHAQYUFxYyPwEXHgEzMjY3NjQDHv8ADSIN/wANDQ0iDeLiBxEGBhEHDQFJAQAMDP8ADSINDQ3i4gcGBgcNIgACAQ0AgALzAskAFQAsAAABBycmIgcGFB8BHgEzMjY/ATY0JyYiJx4BMzI2PwE2NCcmIg8BJyYiBwYUHwECt7e3DSINDQ3VBxEGBhEH1Q0NDSLiBxEGBhEH1Q0NDSINt7cNIg0NDdUBnri4DQ0NIg3VBwYGB9UNIg0NDAYGBgbWDSINDAy4uAwMDSIN1gAAAAACAOIAqwMeAp4AFgAtAAABNzY0JyYiDwEGFB8BHgEzMjY3NjQvASE3NjQnJiIPAQYUHwEeATMyNjc2NC8BATy3DQ0NIg3VDQ3VBxEGBxEGDQ23ASq4DQ0NIg3VDQ3VBxEGBhEHDQ24Aau3DSINDQ3VDSIN1gYGBgYNIg24tw0iDQ0N1Q0iDdYGBgYGDSINuAACAOIAqwMeAp4AFgAtAAABJyYiBwYUHwEHBhQXHgEzMjY/ATY0JyEnJiIHBhQfAQcGFBceATMyNj8BNjQnAx7VDSINDQ23tw0NBhEHBhEH1Q0N/tXVDSINDQ24uA0NBw0KCg0H1Q0NAcnVDQ0NIg23uA0iDQYGBgbWDSIN1Q0NDSINt7gNIg0GBgYG1g0iDQACAQ0AgALzAskAFgAtAAABNxceATMyNjc2NC8BJiIPAQYUFxYyNxcmIg8BBhQXFjI/ARceATMyNjc2NC8BAUm3twcRBgcRBg0N1Q0iDdUNDQ0iDdUNIg3VDQ0NIg23twcRBgcRBg0N1QG3uLgGBgYGDSIN1gwM1g0iDQwMGQ0N1Q0iDQ0Nt7cHBgYHDSIN1QAFACv/1QPRA4AALQBBAE0AYwB5AAABNDAVJicuAScmIyIHDgEHBgcUBhUOARUUFx4BFxYXMDIxMhYzMjc+ATc2NTYmJTIXHgEXFhchIgYHJzY3PgE3NjMTFAYjIiY1NDYzMhYFNDY3EzAWMx4BMzI2NwcmJy4BJyY1ARMwNDE+ATU0JiczHgEVFgcOAQcGBwOvHSwsb0FCSDo1NmApKSAFKTAfIG5LS1YFDBoNYVZVgCQlAxL+PjIuL1IjIhr+wENoGV4ZISBLKSkrgEo2NkpKNjZK/gATE54BBBxhOgYNB2NBOTlUGBgBmp0NDRcUwAoMARsbYEFBSwJiAwNANTRMFBUNDTEjIysDAgM6i0xaUE98KSgLBSUlf1ZVYjBe8g0MLR8gJko2oiAZGiMJCv6AN0lJNzZKSjYsWCb+6wQtOgEEpwsiImQ/P0f+gAEVBBczHSNDGh1AI01ERGcgIAQAAgAr/9UD1QOAABsANwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYCAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVYlBGRmgeHh4eaEZGUFBGRmgeHh4eaEZGA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgAAAAADAID/1QOAA4AAFwAjADsAAAEjNCYjISIGFSMiBhURFBYzITI2NRE0JikBFSE1OAExOAExNQEUBiMhIiY1ETQ2OwEUFjMhMjY1MzIWFQMAKzIj/wAjMis2Sko2AgA2Skr+SgEA/wABqxgT/gATGBgTKzIjAQAjMisTGAMrIzIyI0o2/ao2Sko2AlY2SlYrK/0qExcXEwJWExcjMjIjFxMAAwAr/9UD1QOAABsANwBNAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMnNTQmIyIGFREUFh8BHgEzMjY3NiYCAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVYlBGRmgeHh4eaEZGUFBGRmgeHh4eaEZGbJEYExMYDQ2rAwcHDBQGBgsDgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAVFI5xMXFxP/AA0TB1UDAQwNDSEAAAACAAkAKwP8AyIAJgBMAAABIy4BJy4BBw4BBw4BFxYXHgEXFjM4ATEhMjc+ATc2NTQnLgEnJiMRITgBMSInLgEnJicmNjc+ATc+ATMyFx4BFxYXHgE7ATIWFRQGIwMAFRdWOkOVSk14KiYYFBAjI2M8PEIBgDUuL0UVFBQTRC4uNf6AMy8vTRwbDRASICBeORAmEzIuL04cHA0DGBAzRmVlRgIrQGkjJxcTFl1AQ5ZJQDY1TRUVFBRGLi81NC8vRRQV/lUREDwoKTA9czY3RQ0DBRAQOyoqMw0VZEdDYwAAAAcAA/+rA/MDqAAOAB0AKwA5AEcAVQCeAAAlIgYdARQWMzI2PQE0JiMRIgYdARQWMzI2PQE0JiMBIgYdARQWMzI2PQE0JgMiBh0BFBYzMjY9ATQmAyIGHQEUFjMyNj0BNCYDIgYdARQWMzI2PQE0JiUuASsBJicuAScmBwYHDgEHBhceARcWNjc2JicuAScmNz4BNzY3NhceARcWFx4BOwEyFhceAQcOAQcOARceATMyNjc+ATc2JicBVRMXFxMUFxcUExcXExQXFxQBVhQXFxQTFxcTFBcXFBMXF74TGBgTExgYExMYGBMTGBgB2CB+TRUYMC97SEdITj09SwwLFRBEMA0lCgkCECYzDRAJCTsuLzs7OztjJCQPAxgQNzNUFw0EDQ0sIBAMBgcTDQMKBDBFExAFE6sYE1UUFxcUVRMYAQAYE1UUFxcUVRMY/wAYE1UUFxcUVRMYAQAYE1UUFxcUVRMY/qoXE1YTFxcTVhMXAQAXE1YTFxcTVhMXvEZURjY2QgkJExMvLn9MTE49aiYKAhANJQodVC07OzpkJCQPEAoJOi8vOw0VNjAgRSAgMQwHIRANDQIDE0owM2UwAAACAAn/qwP8A6gATgBwAAABJicuAScmIzgBMSMmJy4BJyYHDgEHDgEXHgEXFjY3NiYnLgEnJjY3PgE3NhceARcWFx4BOwE4ATEyFhcWBgcOARceATM6ATM2Nz4BNzYnBSM3NiYnJgYHAwYUFx4BOwEHBhYXHgEzMjY3EzY0Jy4BIwP8ChgXRCkpLRUYMC97SEdITXgqJhgUE2JGECIKCgsQNksQEBIgHWE5PDo7YyQlDgMYEDM9XQwNTkMQFQMDGBADAgMzKik2CwsJ/oSvgAoHEBAiCasHBwMSDa+ACgcQBg0GChIGqwcHBg8NAd4tJSY2DxBGNjZCCQkTE1xAQ5ZJTXwmCgcQECIJHWI9OnI2M0kNEAkJOy8uPAwWSz1HdQ0DHRMQEgseHVMxMjPevBAiCQoGEP8AChcKCgu8ECIKAwUKBwEACRgJChAAAAMACf+rA/8DngA1AFwAbAAAARYXHgEXFhceATsBOAExMhYXHgEHBhYXHgEzMjY3NjU0JicmJy4BKwEmJy4BJyYnIgYHBhYXJSYiBwYUHwEOAQcGFhcWFx4BFxYzMDIxITI2NxceATMyNjc2NCcBAQYnLgEnJicuATc+ATcBIQGaMCorRBkZDQMYEDMQJBBANx0HDBADCwMNFgQUJSMjMhYyGhUUICFWMzM4ExkDAxoQ/q8NIg0NDYQwRRMXEicZJCRYMTI1BAGAEBwQewcRBgcRBg0N/FYBNyonJ0UcHBQcDRANPCoCHv6RAtUEExI7JictDBYGBh2BQBAhBwMBDQ0wMjNcJiUVBgs0LS1DFRUFFxATGATJDQ0NIg2EJ2U9SZZDLiUlNA4OBQN8BgYGBg0iDQOr/OICCgooHh0lM3U6M1Id/eIAAAAEAAP/qwPzA6gADgAdACsAdAAAASIGFREUFjMyNjURNCYjISIGFREUFjMyNjURNCYjFyIGFREUFjMyNjURNCYlLgErASYnLgEnJgcGBw4BBwYXHgEXFjY3NiYnLgEnJjc+ATc2NzYXHgEXFhceATsBMhYXHgEHDgEHDgEXHgEzMjY3PgE3NiYnAqsUFxcUExcXE/6qExcXExQXFxSrExgYExMYGAHYIH5NFRgwL3tIR0hOPT1LDAsVEEQwDSUKCQIQJjMNEAkJOy4vOzs7O2MkJA8DGBA3M1QXDQQNDSwgEAwGBxMNAwoEMEUTEAUTAasYE/6rFBcXFAFVExgYE/6rFBcXFAFVExhWFxP+qhMXFxMBVhMXvEZURjY2QgkJExMvLn9MTE49aiYKAhANJQodVC07OzpkJCQPEAoJOi8vOw0VNjAgRSAgMQwHIRANDQIDE0owM2UwAAcAA//VA/MDfQBIAF4AdACKAKAAtgDMAAABLgErASYnLgEnJgcGBw4BBwYXHgEXFjY3NiYnLgEnJjc+ATc2NzYXHgEXFhceATsBMhYXHgEHDgEHDgEXHgEzMjY3PgE3NiYnBQ4BFRQWFx4BMzI2Nz4BNTQmJyYiBxUOARUUFhceATMyNjc+ATU0JicmIgc3DgEVFBYXHgEzMjY3PgE1NCYnJiIHFQ4BFRQWFx4BMzI2Nz4BNTQmJyYiBxMOARUUFhceATMyNjc+ATU0JicmIgcVDgEVFBYXHgEzMjY3PgE1NCYnJiIHA+sgfk0VGDAve0hHSE49PUsMCxUQRDANJQoJAhAmMw0QCQk7Li87Ozs7YyQkDwMYEDczVBcNBA0NLCAQDAYHEw0DCgQwRRMQBRP9TAYGBgYHDgkKDgYHBgYHDSINBgYGBgcOCQoOBgcGBgcNIg2rBgcHBgcNCgoNBwYHBwYNIg0GBwcGBw0KCg0HBgcHBg0iDasHBgYHBhEHBhEHBgYGBg0iDQcGBgcGEQcGEQcGBgYGDSINAeZHU0Y2NkIJCRMTLi9/TExOPWomCgMQDCYJHVQtOzs7YyQkDxAJCTsvLjsNFjYwIEQgIDENByEQDA0BAxNKMDNlMMgHDQoKDQcGBwcGBw0KCg0HDQ2rBg4KCQ4HBgYGBgcOCQoOBg0NVgcOCQoOBgcGBgcGEQcGEQcMDKsHDQoKDQcGBwcGBxEGBhEHDQ0BAAcNCgoNBwYHBwYHEQYGEQcNDasGDgoJDgcGBgYGBxEGBxEGDQ0AAAAAAgA3AIADyQLJABYALQAACQEmIgcGFB8BBwYUFx4BMzI2NwE2NCcBJiIHAQYUFwEeATMyNjc2NC8BNzY0JwPJ/wANIg0NDeLiDQ0GEQcGEQcBAAwM/aoNIg3/AAwMAQAHDgkKDgYNDeLiDQ0ByQEADAwNIg3i4g0iDQcGBgcBAA0iDQEADAz/AA0iDf8ABwYGBw0iDeLiDSINAAAACAAr/9UD1QN3AHMAdwB8AIEAhgCLAJAAlAAAATwBNRE8ATUwNDU0JjU4ATE4ATEuASMxOAExATAiMTAiMSYiBzAiMTAiMQEiBgc4ATE4ATEOAQcwFBUcARURHAEVMBQVFBYVOAExOAExHgEzATAyMTAyMTAWMzI2NzAyMTAyMQE+ATM4ATE4ATE+ATc4ATElFwc1BSc3FwcTNQUHJyMHJyUVBxcVJTcFNxcFNT8BFScD1QQDAgP+VQQFBhEHBAT+VQYIAwMCAwQDAgMBqwQFCQMEBgMFBAGqBAYDCgQD/KtiYgGAjY2NjSsBM4mqVqqJATOqqv7NiQEAqon+zfNiYgENAwIDASsDAgQBAwMGBAMFARUEBP7rBQMHBwMCAwMCA/7VAwIDAgMDBgQDBf7rBQEEARUDBQoJA+JERYmmYmJiYgEMtMlid3diybTed6/JXXd3Xc2zq0SJRQAABgBVAAADqwNVAC8AOgBGAFIAVgBhAAABIzUzMjY1NCYjIgYdASM1NCYjIgYVFBY7ARUjIgYVFBYzMjY9ATMVFBYzMjY1NCYDNDYzMhYVFAYrAQEUBiMiJjU0NjsBFREjIiY1NDYzMhYdAQEjNTMTIiY9ATMyFhUUBgMAVVVGZWVGRmWqZUZGZWVGVVVGZWVGRmWqZUZGZWWbMiMjMjIjVf6qMiMjMjIjVVUjMjIjIzIBAKqqqyMyVSMyMgFVq2RHRmRkRlZWRmRkRkdkq2RGR2RkR1VVR2RkR0ZkAVYjMjIjJDL+ViQyMiQjMlUBqjIkIzIyI1b/AKv+VTIkVTIjJDIAAAAEACv/1QPVA4AAGwA3AFEAVQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTBQ4BBwMGFhceATMyNjclPgE3EzYmJy4BBwMHPwECAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVYlBGRmgeHh4eaEZGUFBGRmgeHh4eaEZGVv70ChEDWgMFBwYOCgMGAwERCg0DWgMGBgYYDW+qN6sDgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAl5aAxEK/u8NFwcGBgEDWQQMCgERDRcHCQcD/uo3qjgAAAMAK//VA9UDgAAPAB8ARgAAASEiBhURFBYzITI2NRE0JgMUBiMhIiY1ETQ2MyEyFhUFIyImNRE0NjMhMhYdARQWMzI2PQE0JiMhIgYVERQWOwEyNjU0JiMDVf6ANkpKNgGAN0lJDBcU/oATFxcTAYAUF/1VKhQXFxQBgBMXGBMTGEo2/oA3SUk3KhQXFxQCVUk3/oA2Sko2AYA3Sf4AExcXEwGAFBcXFIAYEwGAExgYEysTFxcTKzZKSjb+gDZKFxQTFwABAIQAKwOAAysAMAAAASIGFREUBiMhNzY0JyYiDwEOARUGFBceAR8BHgEzMjY3NjQvASEyNz4BNzY1ETQmIwNVExdKNv5mjQ0NDSIN1QMGAwMDAwPVBw0KCg0HDQ2NAZosJyc6EBEXFAMrGBP+1TZKjQ0iDQ0N1QQGAwcSCQQGA9YGBgYGDSINjREQOicnLAErExgAAQCAACsDfAMrADAAAAE2NCcuAS8BJiIHBhQfASEiJjURNCYjIgYVERQXHgEXFjMhBwYUFx4BMzI2PwE+ATUDfAMDAwMD1Q0iDQ0Njf5mNkoXExQXERA6JycsAZqNDQ0HEQYGEQfVAwYBGgYSCgMGBNUNDQ0iDY1KNgErExgYE/7VLCcnOhARjQ0iDQYGBgbWAwYEAAEAjQArA4ADKwAwAAABISIHDgEHBhURJyYiBwYUHwEeATMeATMyNjc+AT8BNjQnJiIPARE0NjMhMjY1NCYjA1X+1i0nJzoQEYwNIg0NDdUDBwMDCwMDCwMDBwPVDQ0NIg2MSTcBKhQXFxQDKxEQOicnLf5njQwMDSIN1gMFAwEBAwMCA9YNIg0MDI0BmTdJGBMTGAABAI0AKwOAAyYAMAAAJSEiJjURFx4BMzI2NzY0LwEuASMmIgciBg8BBhQXFjI/AREUFx4BFxYzITI2NTQmIwNV/tY3SYwHDgkKDgYNDdUDBwMKDgoDBwPVDQ0NIg2MERA6JyctASoUFxcUgEo2AZqNBwYGBw0iDdUDBQQEBQPVDSINDQ2N/mYtJyc5ERAXExQXAAAAAQCAACsDcwMrADAAAAEmIg8BETQnLgEnJiMhIgYVFBYzITIWFREnJiIHBhQfAR4BMx4BMzI2Nz4BPwE2NCcDcw0iDYwREDonJy3+1hQXFxQBKjdJjA0iDQ0N1QMHAwMLAwMLAwMHA9UNDQFJDAyNAZktJyc6EBEYExMYSTf+Z40MDA0iDdYDBQMBAQMDAgPWDSINAAEAgAArA3MDJgAwAAABJy4BIyYiBw4BDwEGFBcWMj8BERQGIyEiBhUUFjMhMjc+ATc2NREXHgEzMjY3NjQnA3PVAwcDBhIKAwcD1Q0NDSINjEk3/tYUFxcUASotJyc6EBGMBw4JCg4GDQ0CSdUDBQQEAwID1Q0iDQ0Njf5mNkoXFBMXEBE5JyctAZqNBwYGBw0iDQABAIQAKwOAAx4AMAAAASE3NjQnJiIPAQ4BFQYUFx4BHwEeATMyNjc2NC8BITIWFREUFjMyNjURNCcuAScmIwKr/maNDQ0NIg3VAwYDAwMDA9UHDQoKDQcNDY0BmjZKFxMUFxEQOicnLAJVjQ0iDQ0N1QQGAwoPCQQGA9YGBgYGDSINjUo2/tUTFxcTASstJyc5ERAAAQCAACsDfAMeADAAAAE2NCcuAS8BJiIHBhQfASEiBw4BBwYVERQWMzI2NRE0NjMhBwYUFx4BMzI2PwE+ATUDfAMDAwMD1Q0iDQ0Njf5mLCcnOhARFxQTF0o2AZqNDQ0HEQYGEQfVAwYCGgYSCgMGBNUNDQ0iDY0QETknJy3+1RMXFxMBKzZKjQ0iDQYGBgbWAwYEAAQAAP+rBAADqwAPABMAbAB8AAABISIGFREUFjMhMjY1ETQmAyM1MwUjNTMyNjU0JisBNTQmKwE1NCYjIgYdASM1NCYjIgYdASMiBh0BIyIGFRQWOwEVIyIGFRQWOwEVFBY7ARUUFjMyNj0BMxUUFjMyNj0BMzI2PQEzMjY1NCYjBxQGIyEiJjURNDYzITIWFQKA/wATGBgTAQATGBg+qqoBgFVVFBcXFFVKNlUYExMYqhgTExhVNkpVFBcXFFVVFBcXFFVKNlUYExMYqhgTExhVNkpVFBcXFKoYE/4AExgYEwIAExgCVRcT/wAUFxcUAQATF/8Aq4CAFxQTF1Y2SlUTGBgTVVUTGBgTVUo2VhcTFBeAFxQTF4A3SVYTFxcTVlYTFxcTVkk3gBcTFBfVFBcXFAIAExcXEwAAAAADAAAAKwQAAysADwAaACUAAAEhIgYVERQWMyEyNjURNCYFITIWHQEhNTQ2MwEhIiY1ESERFAYjA4D9ADZKSjYDADZKSvzKAwATGPyqGBMDAP0AExgDVhgTAytKNv4AN0lJNwIANkpWFxOAgBMX/asXFAEq/tYUFwACAAD/qwQAA6sAMAA7AAAlIxE0JiMFNTQmIzgBMSIGHQEjIgYVFBYzOAExMwMUFjMhFRQWMzI2PQEzMjY1NCYjISImNRMlMhYVESED1apKNv6EGBMQGq8UFxsQrwVKNgGAGBMTGKoUFxcU/YATFwQBfBMX/oDVAYA3SQSvExgYE68bEBAa/oQ2SqsTFxcTqxcUExcYEwF8BBcU/oAAAAAAAgAr/9UD1QOAABsAWAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgM1NCYjIgYdASYnLgEnJiczMjY1NCYrATY3PgE3NjcVFBYzMjY9ARYXHgEXFhcjIgYVFBY7AQYHDgEHBgcCAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVNxgTExhDOzpaHBwHfBMYGBN8BxwcWjo7QxgTExhDOzpaHBwHfBMYGBN8BxwcWjo7QwOAJSSAVVZhYlVWfyUlJSV/VlViYVZVgCQl/K98ExcXE3wIHR1aOjlCFxQTF0Q6O1kdHAZ7FBcXFHsIHR1ZOjpCFxMUF0M7O1kcHQYAAAQAVf/VA6sDgAAeADwAWAB2AAABIgcOAQcGFREUFx4BFxYzMjc+ATc2NRE0Jy4BJyYjARQHDgEHBiMiJy4BJyY9ARYXHgEXFjMyNz4BNzY3JTIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NhMiJy4BJyY9ARYXHgEXFjMyNz4BNzY3FRQHDgEHBgIATUxMeiYmJiZ6TExNTUxMeiYmJiZ6TExNAVUUFFRBQFhYQEFUFBQeJydZMDAwMDAwWScnHv6rU0BAVhYWFhZWQEBTU0BAVhYWFhZWQEBTWEBBVBQUHicnWTAwMDAwMFknJx4UFFRBQAOACgsqICAs/asrICArCgsLCisgICsCVSwgICoLCv4rCA8OHAoLCwocDg8IwBAMDBAEBAQEEAwMEMALChwODwgIDg4cCwoKCxwODggIDw4cCgv9AAoKHA8OCMAQDAwQBAQEBBAMDBDACA4PHAoKAAAAAwAJACsEAAMrABMAHgBFAAABISIGBwEGFBcBHgEzITI2NRE0JgMUBiMhCQEhMhYVByYiDwEnJiIHBhQfAQcGFBceATMyNj8BFx4BMzI2NzY0LwE3NjQnA4D91QkSB/7WCgoBKgcSCQIrNkpKCxgT/ev++wEFAhUTGI0NIg1iYg0iDQ0NYmINDQcRBgYRB2JiBxEGBhEHDQ1iYg0NAysHBv6rDR4N/qsKB0k3AgA2Sv2AFBcBKwEqFxNiDAxjYwwMDSINYmINIg0HBgYHYmIHBgYHDSINYmINIg0AAAQAK//VA9UDgAAbADcAQwBPAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBhUUFjMyNjU0JgMiJjU0NjMyFhUUBgIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZQRmVlRkZlZUYjMjIjIzIyA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgIqZEZHZGRHRmT/ADIkIzIyIyQyAAAAAAMA1f+rAysDqwAyADwARgAAASM1MzI2NTQmKwE1NCYjIgYdASMiBhUUFjsBFSMiBhUUFjsBFRQWMzI2PQEzMjY1NCYjIyImNTQ2OwEVIxMjNTMyFhUUBiMCa0CqFBcXFKoYExMYQFBwcFBA1RMYGBPVGBMTGEBQcHBQ1iw+PixAQNZAQCw+PiwB1dYXExQXgBMYGBOAcFBQcNUYExMYgBMXFxOAcFBQcD4tLT7W/tbVPi0sPgAAAAACAFUAAAOrA1UAHgBDAAABIgYdARQGIyEiJj0BNCYjIgYdARQWMyEyNj0BNCYjBR4BMx4BMzI2Nz4BPwE2NCcmIg8BETQmIyIGFREnJiIHBhQfAQOAExgXE/2qExcYExMYSjYCVjZKGBP+YgMHAwMLAwMLAwMHA9UNDQ0iDYwYExMYjA0iDQ0N1QFVFxOrExgYE6sTFxcTqzZKSjarExdIAwYDAQEDAwMD1Q0iDQ0NjQGaExcXE/5mjQ0NDSIN1QACAAkAAAQEA1MAJABxAAAlBxE0JiMiBhURJyYiBwYUHwEeATMeATMyNjc+AT8BNjQnJiIHJS4BIzgBMSMmJy4BJyYHDgEHDgEXHgEXHgE3PgEnLgEnJjY3PgE3NhceARcWFx4BOwE4ATEyFhceAQcOAQcOARceATMyNjc+ATc2JicCjWIYExMYYg0iDQwMqwMHAwMLAwMLAwMHA6sMDA0iDQFEI25AFRgwL3tIR0hNeComGBQMKSANIg0MBQ0XIwYQEiAgXjk8OjtjJCUOAxgQMypJGhMRBgckGhAFDQYSCgYNByk4CQogHfNiARoTFxcT/uZiDQ0NIg2qAwYDAQEDAwMDqg0iDQ0N+DA6RzY2QQoJExRYQ0SVSixRIA0EDA0iDRo/Izl2MzNJDBAJCTovLzsNFSUkHEAkIzgTCiIQCgcFAx1WNDNgLQAAAAIAgP/VA2UDYgAiAD4AAAEnLgEjMSIGDwE4ATEOARUUFhceATM4ATEyNjc2NzY0JyYnAw4BIzgBMSImJy4BNTQ2NzgBMTcXFhceAQcGBwMR8wcNCgoNB+85Ojk2No5NTY42OBwcHBw4PCxsPT1qKi0tLCrR1S0WFwEWFSwCZu8HBgYH7zaOTUyONzY5OTY4R0eUR0g5/hoqKysqLWw8PWsp1tYrNjdyODctAAADACv/1QPJA3MAJgA7AEAAAAEiBh0BFAYjISImNRE0NjsBMjY1NCYrASIGFREUFjMhMjY9ATQmIxMnJiIHAQ4BHQEUFjsBMjY3ATY0JwEjNQEXA1UTFxgT/asUFxcU4hMXFxPiN0lJNwJVNkoXFHSrDSIN/lUGBhcTqwoNBwGrDAz+Jm8BgG8BYhcU4hMXFxMCVhMXGBMTGEo2/ao2Sko24hQXAWeqDQ3+VgcOCasTGAcGAasNIg3+Ym8BgG8AAAACAFUAAAOeA0kAFAAaAAABJyYiBwEOAR0BFBY7ATI2NwE2NCcBIzUBFwEDntUNIg391QYHGBPVCg4GAisNDf2mmQIAmf4AAnPWDAz91QcNCtUUFwYHAioNIg394poCAJr+AAAAAwBV/9UDqwNzABQAGgAoAAA3MzI2NwE2NC8BJiIHAQ4BHQEUFjM3ARcBIzUBISIGFRQWMyEyNjU0JoCrCQ4HAdUNDasNIg3+KwYHGBMrAapv/lZvAtX9ABMYGBMDABMYGKsGBgHWDSINqg0N/isHDQqrExfEAatv/lVv/rwYExMYGBMTGAAAAAIAVQAAA6sDVQAmAEsAAAEiBhURFAYjISImNRE0NjMhMjY1NCYjISIGFREUFjMhMjY1ETQmIxMuAScuASMhIgYVFBY7AQEGFBceATMyNjcBFRQWMzI2NRE0JicDABMYFxP+KhMXFxMBABQXFxT/ADZKSjYB1jZKGBOmAwwGAwsD/wATGBgTmv5zDQ0GDgoJDgcBjBgTExgBBAGrGBP/ABMYGBMB1RQXFxQTF0k3/is2Sko2AQATGAGRBgwDAwEXExQX/nMNIg0GBgYGAY2ZFBcXFAEAAwsDAAQABAArA/wDKwAiAD8ASwBXAAABJicuAScmIyIHDgEHBgcGFBcWFx4BFxYzMjc+ATc2NzY0JwEiJy4BJyYnNjc+ATc2MzIXHgEXFhcGBw4BBwYjESIGFRQWMzI2NTQmAyImNTQ2MzIWFRQGA/wDIyOBXV14eF1dgSMjAwMDAyMjgV1deHhdXYEjIwMDA/4EVkdHayQjEA4jJGxHSFZWR0drJCMQECMka0dHVkZlZUZGZWVGIzIyIyMyMgG8Bjo6hzc3NzeHOjoGChMKBDo5hjY3NzeGOjoHBhUH/sQlJWMyMhoZMjJjJSUlJWMyMhkaMjJjJSUB1WRGR2RkR0Zk/wAyJCMyMiMkMgAAAAAEAAT/qwP8A54ALABPAF0AfAAAAT4BMzIXHgEXFhcOAQcGFhceATMyNjc+ATc2NCcmJy4BJyYjIgYHDgEXHgE3CQEmIgcGFB8BDgEHBhQXFhceARcWMzI2NxceATMyNjc2NCcBFw4BIyImJy4BNTQ2NRMiJy4BJyYnPgE3Fw4BFRQWFx4BMzAyMTI2NxcOASMBrxMrE1ZHR2skIxAQJhYNBA0GDQYKEgccLxcGBgMjI4FdXXgaMhYTEgMGHRACRPxWDSINDQ23OWAnBgYDIyOBXV14Q342wAcRBgcRBg0N/bhqBg0GEB8NDQ0FVVZHR2skIxAgUzNrDQ0eGhY9IAQWLBNiKV4wAs0DBSUlYzIyGR04Fg0lCgYCBwogSicJFAkDOTiFNzcHBgMdExARA/0mA6sNDQ0iDbc0dEMKEwkHOjqGNzcmJsAGBgYGDSINAdFqBAEMCgwfEAcOCf68JSVjMjIaOWEqbxYzGSM+FxYZEApiFhkAAAAAAgEA/9UDKwOAADAAUQAAATI2PQE0JisBIgcOAQcGHQEjIgYdARQWOwERFBY7ATI2NREzMjY/ATYmJy4BKwE1MwczByMiBhURIxE0JisBNTMyNj0BNDY7ARUjIgYdARQWMwMAExgYE4A1Li9GFBRVFBcXFFUXFKoUF1UQGAMrAwUHBhIKgICrdBZeExdWFxNWVhMXZUZVVSMyFxMCgBcUqhQXFBRGLy41VRgTqxMX/tUTGBgTASsSEKoKEwoJBFWrVRcU/tYBKhQXVRgTgEZlVjIjgBMYAAAABAArAFUD1QL8ABgAHAA1ADkAAAkBLgEHDgEVERQWFx4BMzI2NwE+ATU0JicFEQ0BAS4BBw4BFREUFhceATMyNjcBPgE1NCYnARMRDQEDxP6ACRkNCQwNDQMKBAYNBgGABwoHCv6RARH+7/4aChcKDQwMDQMLAwcNBgGABgsHCv6AEQER/u8BzQEqBwQGBxMN/asNEwYEAQYDASsGEgoJEgf4AavV1gIiBwQGBxMN/asNEwYEAQYDASsGEgoJEgcBKv3eAavV1gADADf/1QO/A2sAIwAoAE0AAAEmJyYiBwYHAQ4BFREHBhQXHgEzMjY/ASEyNjcBNjc2NCcmJwEjNzMHATgBMQcwIisBNzY0JyYiBwE4ATEHNQE2NzYyFxYXFhcWBgcGBwN8Kzg3czc3LP7iBgZ0DAwHDgkKDgZzAVoKDQcBHi0WFhYWLf6z81XzVQERZgEE7+MMDA0iDf7VYgEVICgnUicnIB8PDwEQECADKysVFhYVK/7eBw4J/qZzDSINBgcHBnMHBgEiKzc3cjc4Lf2AVVUBFWviDSINDQ3+1mP0ARUgEBAQECAgKChSJygeAAMAgP/VA4ADgAAaAB0AMAAAAS4BJwEuASMuASMhIgYVERQWMyEyNjURNCYnJRcjEyEiJjURNDYzIREUFjMhERQGIwN8AwMD/tYEBgMDCwP+1TZKSjYCADZKAQP+2Zqaq/4AExgYEwEAFxQBABgTAjwDBgQBKgMGAwFKNv1VNkpKNgHWAwsDs5r91hcTAqsTGP8AFBf+VRMXAAAAAAQAgP/VA4ADgAAZABwALwA9AAABLgEnAS4BIy4BIyEiBhURFBYzITI2NRE0JicXIxMhIiY1ETQ2MyEVFBY7AREUBiMDISIGFRQWMyEyNjU0JgN8AwMD/wADBgQDCgT+qzZKSjYCADZKAf9vb4D+ABMYGBMBKxcT1hgTgP8AExgYEwEAExgYAmYEBgMBAAMGAwFKNv1VNkpKNgIABAqMb/2rFxMCqxMY1hMX/ioTFwEqFxMUFxcUExcAAAAABACA/9UDgAOAABkAHAAvAE8AAAEuAScBLgEjLgEjISIGFREUFjMhMjY1ETQmJxcjEyEiJjURNDYzIRUUFjsBERQGIwMjNTQmIyIGHQEjIgYVFBY7ARUUFjMyNj0BMzI2NTQmA3wDAwP/AAMGBAMKBP6rNkpKNgIANkoB/29vgP4AExgYEwErFxPWGBOAVRgTExhVExgYE1UYExMYVRMYGAJmBAYDAQADBgMBSjb9VTZKSjYCAAQKjG/9qxcTAqsTGNYTF/4qExcBKlYTFxcTVhcTFBdVFBcXFFUXFBMXAAAGAID/1QOAA4AAGQAcAC8APgBNAFwAAAEuAScBLgEjLgEjISIGFREUFjMhMjY1ETQmJxcjEyEiJjURNDYzIRUUFjsBERQGIwMhIgYVFBYzITI2NTQmIxUhIgYVFBYzITI2NTQmIwEzMjY1NCYrASIGFRQWMwN8AwMD/wADBgQDCgT+qzZKSjYCADZKAf9vb4D+ABMYGBMBKxcT1hgTVf6qExcXEwFWExcXE/6qExcXEwFWExcXE/6qVhMXFxNWExcXEwJmBAYDAQADBgMBSjb9VTZKSjYCAAQKjG/9qxcTAqsTGNYTF/4qExcBgBgTExgYExMYqxcUExcXExQXAQAXFBMXFxMUFwALACv/1QPVA4AADwATABcAGwAfACQAKAAvADYAPgBFAAABISIGFREUFjMhMjY1ETQmAzMVIyMhESEBIzUzBzMVIzchESERITMVIxMVIzUzMhYlMxUjNTQ2AzUzFSMiJjUFIzUzFRQGA039ZjlPTzkCmjlPT4aAgFX+qgFW/lWAgICAgNUBVv6qAauAgICATRYd/TNNgB0dgE0WHQLNTYAdA4BPOv1nOk9POgKZOk/+1YABVv6qgNWAgP6rAVWAAfdMgB0dgEwXHf0zTYAcFzOATRccAAIALwAAA9EDVQAeACsAAAEuASMhIgYHBhYXAREUFh8BHgEzMjY3PgE1EQE+AScBDgEVESc1NCYnASEBA9EGFAz8qgwUBgYEBgFNDQ2qAwgGBwsECQwBTQYEBv5iAwVWBQP+5gKe/uIDPA0MDA0KFwr+eP73DRMGVgMBAQMHEw0BXgGIChcK/ncGDgr+2iv7BxADAVH+swAAAgCA/9UDgAOAAC0ASAAAASYGBzAGIyImJy4BIyIGBw4BFREUFjMyNjURPgEzMhYXHgEzMjY3PgE1ETQmJwMOASMiJicuASMiBgcRPgEzMhYXHgEzMjY3EQNmDBkKQEwqSiYqWzdmXAYHBhcUExcNQDMqSiYqWzdmXAYHBg0NOw1AMypKJipbNylAFw1AMypKJipbNylAFwNRBgUJHhkNExwxBgcOCfzVExgYEwEVBw8aDRAfMQcGDgoCAAwUBv3vBg8ZDRMcCwYBpgcPGg0THAsG/loAAAAAAgArAAAD1QNVABUAKwAAASEnLgErASIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2OwEXHgEzITIWFREDVf6WSQYSCtU3SUk3Aqo3SUk3KxcU/VYUFxcUwEgHEgkBgBQXAtVvBwpJN/2rNkpKNgHVN0n9qxMYGBMCVRQXbwYLFxT+KwAAAwArAAAD1QNVABUAKwA5AAABIScuASsBIgYVERQWMyEyNjURNCYjExQGIyEiJjURNDY7ARceATMhMhYVEQEhIgYVFBYzITI2NTQmA1X+lkkGEgrVN0lJNwKqN0lJNysXFP1WFBcXFMBIBxIJAYAUF/8A/wATGBgTAQATGBgC1W8HCkk3/as2Sko2AdU3Sf2rExgYEwJVFBdvBgsXFP4rAQAXFBMXFxMUFwAAAAMAKwAAA9UDVQAVACsASwAAASEnLgErASIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2OwEXHgEzITIWFREBIzU0JiMiBh0BIyIGFRQWOwEVFBYzMjY9ATMyNjU0JgNV/pZJBhIK1TdJSTcCqjdJSTcrFxT9VhQXFxTASAcSCQGAFBf/AFUYExMYVRMYGBNVGBMTGFUTGBgC1W8HCkk3/as2Sko2AdU3Sf2rExgYEwJVFBdvBgsXFP4rAQBVFBcXFFUXFBMXVhMXFxNWFxMUFwADAFUAAAOrA1UALgA7AEcAAAE0JiMiBhUUFhcGBw4BBwYHLgEnETQmIyIGFREOARUUFjMyNjc2Nz4BNzY3PgE1ASImNTQ2MzIWFRQGIwEiJjU0NjMyFhUUBgOrZUZGZUo2BhoaUTQ0PAxBKhgTExw2SmVGPVkQTUREaCEgBzZK/VUjMjIjIzIyIwIAIzIyIyMyMgKrRmRkRjpcDDw0NFEaGgYsQQoB2hMXFxP+Jg1dPEdkSjYGISFoRENNEFo9/aoyJCMyMiMkMgIAMiQjMjIjJDIAAAIAAADVBAACgAAoADQAAAEhMCIxLgEjIgYHMCIxISIGFRQWMyEwMjEeATMyNjcwMjEhMjY1NCYjBSImNTQ2MzIWFRQGA9X/AAQQdE1NdBAE/wAUFxcUAQAEEHRNTXQQBAEAFBcbEP4rNkpKNjZKSgHVSmFhShcTFBdKYWFKFxQTF6pJNzZKSjY3SQAAAwBV//wDqwNRAC4AOwBHAAABIgYHJicuAScmJz4BNTQmIyIGFRQWFxEUFjMyNjURFhceARcWFx4BMzI2NTQmIwE0NjMyFhUUBiMiJjUBIiY1NDYzMhYVFAYDADpbDTs1NFEaGgY2SmRHRmlKNhgTExgbISJMKysvDF09RmVlRv2rMiMjMjIjIzICVSMyMiMjMjIBVUk3BxoaUDU0OxBZOUdkYEY9WhD+JxQXFxQBACQdHSwODgU2TmRGR2gBViMyMiMkMjIk/aoyJCMyMiMkMgAAAAAEAFUAAAOrA1UAHAAoADwASQAAARE0JisBIgYVFBY7ATIWFREOARUUFjMyNjU0JicHIiY1NDYzMhYVFAYBIgYVFBYXERQWMzI2NRE+ATU0JgMiJjU0NjMyFhUUBiMDK0o2gBQXFxSAExc2SmVGRmVKNisjMjIjIzIy/d1GZUo2GBMTGDZKZUYjMjIjIzIyIwFRAQQ3SRcTFBcXFP78DV08R2RkRzxaEPwyJCMyMiMkMgMAZEY9WhD+JxQXFxQB2Q1dPUZk/wAyJCMyMiMkMgAAAQAr/9UDwAOrAJcAAAE0Jic2JicuAScmBgcmIgcuAQcOAQcOARcOARUUFx4BFxYXDgEdAQYmJy4BJyYGBwYWFx4BFx4BNxUUFjMyNj0BMDQxNTQ2Nz4BJy4BJyYnLgEnJjU0Njc+AScuATceARceATc2MhcWNjc+ATcWBgcGFhceARUUBw4BBwYHIgYHBhYXHgEdARQWMzI2PQE2Jic2Nz4BNzY1A8AfHQoHEAMNCQ1YV0aQQ1dYDQoNAxMGDBwfFhVHLCwtBgdDPRkQKyMQIAMEEhAJGQwdYWAYExMYDhAJBQYDEg0uLCtCFBQaGQoCAwoBBhA5JgoTCkOPQwoSBio4DQcBCgMCCRoaFBRDKysuDRIDBAYGEA4XFBMXBAcJJissSRkYAkAwVCcpVyYKDAQDCTYQEDYJAwQMCipTKSdXLVY7OkwUFAoWJxQEDSojFysHAxEQECADBBcQJk0NSRMYGBN8BCYXJhAKFwoNDgMGDQw4Ly9LJkEdChcKHDUZAxcdBwEEExMEBQMdFwMZMxoNFwcZRSZLMC84DQwFEQ0NFwcQKhemExgYE6IXJxMIExNLPD1bAAACAAT/0QP8A3MAJQA0AAABAy4BJyYiBw4BBwMhAy4BJyYiBw4BBwMGFhcBHgEzMjY3AT4BJwkBExceATMhMjY/AR8BAQP8ngMIBhAxEAcHA17+5l4DBwcQMRAGCAOeCREWAcQHDQYGDQcBxBYRCf4E/lWFUQMXEAFWDBgGUVE0/lUBfAHeBg0GEBADDQn+3QEjBg0GEBADDQn+IhowEP64BAUFBAFIDTMa/rMBMwGV9w0REQ3395r+yQAAAAcAK//VA9UDgAAbACoAOgBKAFoAagB5AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmASMmJy4BJyYnFhceARcWBTMGBw4BBwYHJicuAScmJzU2Nz4BNzY3FhceARcWFyMTBgcOAQcGByM2Nz4BNzY3ATMWFx4BFxYXJicuAScmJwE2Nz4BNzY3MwYHDgEHBgIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlUBGqsDCQkdFBQZOTIxTBcY/g/8BQoKIBQVGh0WFiAKCgMFCgsfFRQaGxYVHwoKA/gaGBMTHAkJA6sHFxhLMDE4/uarAwkJHRQUGTkyMUwXGAcB3hgTFBwKCgSrCBkYTDAxA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX+VS0rK1MnJyUPHh9XNTWRKyoqUCYlIiIlJlAqKitVLCoqUCUlIiMmJlAqKSoBSSUnJ1MrKy08NTVXHx4P/mItKytSKCclDx8fVjU2O/63JScoUisrLTs2NVYfHwAIAFUAAAOrA1UAEAAUACUAKQA5AD0ATgBSAAABISIGFREUFjMhMjY1ETQmIwMjNTMlISIGFREUFjMhMjY1ETQmIwMjNTMTISIGFREUFjMhMjY1ETQmAyM1MyUhIgYVERQWMyEyNjURNCYjAyM1MwGr/tUTGBgTASsTFxcTK9XVAgD+1RMXFxMBKxMYGBMr1dUr/tUTFxcTASsTGBg+1dX+Vv7VExgYEwErExcXEyvV1QNVFxP+1RMYGBMBKxMX/tbVVRcT/tUTGBgTASsTF/7W1f6AFxT+1hQXFxQBKhQX/tXWVRcU/tYUFxcUASoUF/7V1gAABQArACsD1QMrAB4AKwA2AEwAYgAAATgBMQMuASMhIgYHAzgBMQ4BFREUFjMhMjY1ETQmJwE4ATE+ATMhMhYfASEBISImPQEhFRQGIyUOARUUFhceATMyNjc+ATU0JicmIgczDgEVFBYXHgEzMjY3PgE1NCYnJiIHA9GVED0m/mojPBCRBgJJNwKqN0kBA/08BhcJAZYMFAZz/TgCu/1WFBcDABcU/Y0GBwcGBw0KCg0HBgcHBg0iDasHBgYHBg4KCQ4HBgYGBg0iDQG8ASYgKSYj/toDCAb/ADdJSTcBAAYIAwEADQwMDef+qxcU1dUUF54HDQoKDQcGBwcGBw0KCg0HDQ0HDQoKDQcGBwcGBxEGBhEHDQ0AAAIAgAAAA4ADVQBKAE8AAAEjNzMyNjU0JisBNzYmJyYGDwEjNzYmJyYGDwEjIgYVFBY7AQcjIgYVFBY7AQcGFhcwMjEyNj8BMwcGFhcwMjEyNj8BMzI2NTQmIyE3MwcjA1WzEaIUFxcUlRUEFxMQHAMaqhkEFxMQHAMauxQXFxSzEaIUFxcUlRUEFxMEEBgDGqoZBBcTBBAYAxq7FBcXFP5NEasRqwFVqxcUExfREBwDBBcT2tEQHAMEFxPaFxMUF6sXExQX0RAcAxYQ2tEQHAMWENoXFBMXq6sAAAADAFUAAAOrA1UAOABGAFQAAAEiBw4BBwYVERQWOwEyNj0BNCYrATU0Nz4BNzYzMhceARcWHQEjIgYdARQWOwEyNjURNCcuAScmIwEyFh0BFAYrASImPQEzBRQGKwEiJj0BNDY7ARUCAFhOTXQiIko2KzZKSjZVGxtcPj9GRj8+XBsbVTZKSjYrNkoiInRNTlj/ABMYGBMrExdVAlUXEysTGBgTVQNVISJ0Tk1Y/tU2Sko2gDZKK0Y+Pl0bGxsbXT4+RitKNoA2Sko2AStYTU50IiH91hgTgBMYGBOrqxMYGBOAExirAAAAAgAV//cD1ANVACgATAAAATEuASMxIgYHOAExBycuASMiBgcOARUUFhcBHgEzMjY3ATY3NjQnJicDCQEmNDc+ATMyFh8BFjI/ATgBMT4BMzgBMTIWFzEeARUUBgcDlSZjNzZoJhERJmU5N2MmJy8rJgF4Bg4KCQ4HAXcrFhYUFSo7/qb+pjk5GkckJkUdLw0iDSscRyknRR0ZHh8cAwQnKionEREnKionJmg2Nmgm/ogGBwcGAXgoMzNsMzMo/rP+pwFZOp46HBsbHC8NDS8ZHh4ZHUYmJkYdAAAAAAQAK//VA9UDgAAlAEEAXQBzAAABJgYHBhYXFjY3PgEXHgEVFAYHDgEXHgEzMjY3Njc+ATc2NS4BJyciBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGJw4BFRQWFx4BMzI2Nz4BNTQmJyYiBwIzQ4AWBA4TECIGDT8jGR5PExAQBwMWDQMHAwYaGTgWFwRBMzNiVVZ/JSQkJX9WVWJiVVZ/JSQkJX9WVWJQRkZoHh4eHmhGRlBQRkZoHh4eHmhGRm4GBwcGBw0KCg0HBgcHBg0iDQKiFz1AEyIDBhAQICANCiodIDAKBh4TDREBAwILCikfHio5WhPeJSSAVVZhYlVWfyUlJSV/VlViYVZVgCQl/KseHmhGRlBQRkZoHh4eHmhGRlBQRkZoHh7IBg4KCQ4HBgYGBgcRBgcRBg0NAAAAAAMAVf/VA6sDdwAUABgALgAACQEmIgcBDgEVERQWMyEyNjURNCYnASMRMwEUBisBETQmIyEiBhURIyImNREJAREDmv6ADR0K/oAJCEo2AlY2SggJ/ruqqgEAFxOAGBP/ABMYgBMXAVUBVQJNASoKCv7WBxIJ/io2Sko2AdYJEgf93gFV/tUTFwGAExcXE/6AFxMBwAEJ/vf+QAAAAAUAVQAAA6sDVQAPACEAKQA2AEMAAAEhIgYVERQWMyEyNjURNCYFNDYzITIWFREnJiIHAS4BNREBIQEXFRQGIwEyNjU0JiMiBhUUFjM1MhYVFAYjIiY1NDYzAyv9qjZKSjYCVjZKSv1KFxMCVhMXjA0iDf48DRECgP4RAW+qFxP+QCw+PiwtPj4tCQwMCQoMDAoDVUk3/as2Sko2AlU3SYAUFxcU/ryNDQ3+PAMWDQJV/YABb6qaExgBgD4tLT4+LS0+gAsKCgsLCgoLAAMAKwArA9UDKwAeADYASwAAATgBMQMuASMhIgYHAzgBMQ4BFREUFjMhMjY1ETQmJwE4ATE+ATMhMhYfASMiBg8BIycuASsBNwEhIiY9ATMXHgE7ATI2PwEzFRQGIwPRlRA9Jv5qIzwQkQYCSTcCqjdJAQP9PAYXCQGWDBQGc7cKEgZJfEgKEwq7cwJI/VYUF8BJBhIKqgoSBknAFxQBvAEmICkmI/7aAwgG/wA3SUk3AQAGCAMBAA0MDA3nCgdvbwcK5/3EFxTVbwYLCwZv1RQXAAAABAAr/9UD1QOAABsANwBGAFwAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGAyIGHQEUFjMyNj0BNCYjJw4BFRQWFx4BMzI2Nz4BNTQmJyYiBwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZQExgYExMYGBMeBgcHBgcNCgoNBwYHBwYNIg0DgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAaoXE6sTGBgTqxMXngYOCgkOBwYGBgYHDgkKDgYNDQAFACv/1QPVA4AAIAAwAEwAYgB4AAABISIHDgEHBhURFBceARcWMyEyNz4BNzY1ETQnLgEnJiMTFAYjISImNRE0NjMhMhYVISYiBwYHDgEHBhceARceATMyNjc+ATc+AScuARMOAQcGJicmNjc6ATM6ATMeARcWBgcTDgEVFBYXHgEzMjY3PgE1NCYnJiIHAtX+VjUvLkYUFBQURi4vNQGqNS8uRhQUFBRGLi81q2RH/lZHZGRHAapHZP6iECAQKyQkMAsLBgYsIx1AIwcRBipJGhoTBwljAhAsGjNXBwlBMwMLAwMLAyo6BwYLDGIHBgYHBhEHCQ4HBgYGBg0iDQOAFBRGLy41/lU0Ly9FFBUVFEUvLzQBqzUuL0YUFP1VRmRkRgGrRmVlRgMDBhcXQikpKypJGhMYAQQGLCMjUSpGY/7sEx0DBj00M1cHBzoqGjETAVEGDgoJDgcGBgYGBxEGCg4GDQ0AAAABAKsAKwNVAysAIAAAASEiBhUUFjsBAyMiBhUUFjMhMjY1NCYrARMzMjY1NCYjAyv+gBQXFxSZ4o0TFxcTAYAUFxcUmd6RExcXEwMrGBMTGP2rFxQTFxcTFBcCVRgTExgAAAAABAAr/9UD1QN8ABkAHgA1AEwAABMFHgEzMjY3JT4BNTQmJyUmIgcFDgEVFBYXJQ0BLQEBBSUmBgcGFhcFHgEzMjY3JT4BJy4BBzUFJSYGBwYWFwUeATMyNjclPgEnLgEHRAGrAwgGBggDAasNDAwN/lUKEwn+VQoLDA0BvAFN/rP+swFNAZr+Zv5mECEGBgoNAasGCQYGCAMBqxAKCQcgDP5m/mYQIQYGCg0BqwYJBgYIAwGrEAoJByAMAlrWAwEBA9YGEw0NEwbWAwPWBhMNDRMGzKampqb91s3NBgsMDSQH1QcCAQTVBiEQEAwG1c3NBgoNECEG1gYCAQPVByEQEAsGAAAEAFUAAAOrA1UADwAaACEAKAAAASEiBhURFBYzITI2NRE0JgUhMhYdASE1NDYzAxEzESMiJgUhESERFAYDK/2qNkpKNgJWNkpK/XQCVhMX/VYXEyqqgBMXAoD+gAGqFwNVSTf9qzZKSjYCVTdJVRcUgIAUF/2AAYD+VRgYAav+gBMYAAAGACv/1QPVA4AATwBeAGoAeQCIAJcAACU2Nz4BNzY1NCcuAScmJzgBMTgBMSYnLgEnJiMiBw4BBwYHOAExOAExBgcOAQcGFRQXHgEXFhc4ATE4ATEWFx4BFxYzMjc+ATc2NzgBMTgBLwE+ATU0Jic3HgEVFAYHJTQ2MzIWFRQGIyImAQcuASMiBgcnPgEzMhYXBRcOARUUFhcHLgE1NDY3EzceATMyNjcXDgEjLgEnA00gGRkkCQkJCSQZGSAgJiZVLi4wMC4uVSYmICAZGSQJCQkJJBkZICAmJVQuLjIwLi5VJiYgInwTExIQeCYvLCn+VUo2NkpKNjZKAW98Fj0gID4ZeDB8Q0N8MP3mfBMTEhB4Ji8sKTx8Fj0gID4ZfDB8Q0Z9MF4gJSZULi4yMC4uVCYmICAaGSMKCQkKIxkaICAmJlQuLjAwLi5VJiYgIBkaIwkKCgkjGhkgXnsXPSAgPhl4MHxDRHsw7zZKSjY3SUkBYXsTExIQdyosLCo7fBc8ICA+Gncwe0RDfDD95nwTFBIQeycvBCwqAAAAAgBB/9UDwwNqADMAaQAAASYnJiIHBg8BBhQXFjI/ATYyFx4BDwEOAQcGJicuAQcOARceATMyNjc+AT8BNjc2JicmJwEHBiInLgE/AT4BNz4BFx4BFx4BNz4BJy4BJyYGBw4BDwEGBwYWFxYXHgEzMjY/ATY0Jy4BBwOEJS4uYC4uJU0MDA0iDUkziDQzATCAAwsDOowpCiUNDQUKJm05J1AjBg4KgCUREgIUFCf+Z0kziTMzATCAAwsDHUAjIzkTCiUNDAYKIFYwMGIqBg0HgCQSEgITEyUmXTAwXSZJDAwNJwwDMyUSExMSJUgNIg0NDUgwMDCOMIAECgQpEjoMBgoJJg0zMxoZBwwHgCUvL2MuLyP9c0gwMDCPMIADCwMTEgMGIR0NBQkKJQ0qMgYKGSAGDQaAJzAvYy4vJSMmJiNIDSINDQQNAAMAAACrBAACqwAkAEkAWAAAASMiJjU0NjsBMjY1NCYrASIHDgEHBhUUFx4BFxY7ATI2NTQmIwEjIgYVFBY7ATIWFRQGKwEiBhUUFjsBMjc+ATc2NTQnLgEnJiMBFBYzITI2NTQmIyEiBhUBgIBGZWVGgBMYGBOANS4vRhQUFBRGLy41gBMYGBMBgIATGBgTgEZlZUaAExgYE4A1Li9GFBQUFEYvLjX+KxcTAVYTFxcT/qoTFwEAZEdGZBgTExgVFEUvLzQ1Ly5GFBQXExQXAasYExMYZEZHZBcUExcUFEYuLzU0Ly9FFBX/ABQXFxQTFxcTAAAGACsAAAPVA4AAJgBAAFAAVABhAG0AAAEiBw4BBwYVERQWOwEyNjURNDYzMhYVERQWOwEyNjURNCcuAScmIxMjETQmIyIGFREjETQ3PgE3NjMyFx4BFxYVASMiBhURFBY7ATI2NRE0JgMjETMDIgYVFBYzMjY1NCYjFSImNTQ2MzIWFRQGAqs/NjdQGBcXFKoUFxcUExcYE6sTFxcXUTY3PtVVSjY3SVYREDonJy0sJyc6EBH9gKsTFxcTqxMYGD5VVSo3SUk3NkpKNhQXFxQTFxcCgBcYUDc2P/7WFBcXFAEqFBcXFP7WFBcXFAEqPzY3UBgX/dUBADdJSTf/AAEALScnOhARERA6JyctAQAXE/4AFBcXFAIAExf+AAGrAYBKNjZKSjY2SqsYExMYGBMTGAAAAAYAVQCAA6sC1QAOAB0AKwBBAFcAbQAAASEyNjU0JiMhIgYVFBYzBSEiBhUUFjMhMjY1NCYjESEiBhUUFjMhMjY1NCYBDgEVFBYXHgEzMjY3PgE1NCYnJiIHEQ4BFRQWFx4BMzI2Nz4BNTQmJyYiBxEOARUUFhceATMyNjc+ATU0JicmIgcBVQIrExgYE/3VExcXEwIr/dUTFxcTAisTGBgT/dUTFxcTAisTGBj8zwYHBwYHDQoKDQcGBwcGDSINBgcHBgcNCgoNBwYHBwYNIg0GBwcGBw0KCg0HBgcHBg0iDQKAFxQTFxcTFBerFxMUFxcUExf/ABcTFBcXFBMXAfQHDgkKDgYHBgYHBg4KCQ4HDAz/AAcOCQoOBgcGBgcGDgoJDgcMDP8ABw4JCg4GBwYGBwYOCgkOBwwMAAAIACv/1QPVA4AADQAbAC0APwBNAFwAbgCAAAABIgYdARQWMzI2PQE0JgMiBh0BFBYzMjY9ATQmASYiBwYUHwEeATMyNjc2NC8BASYiBwYUHwEeATMyNjc2NC8BJTQmKwEiBhUUFjsBMjYlIyIGFRQWOwEyNjU0JiMFBwYUFx4BMzI2PwE2NCcmIgcBMjY/ATY0JyYiDwEGFBceATMCABMYGBMTGBgTExgYExMYGP7cDSINDQ14BhEHBhEGDQ13AeINIg0MDHgGEQcGEQcMDHj+WhgTqxMXFxOrExgCgKsTGBgTqxMXFxP9hHgMDAcRBgcRBngMDA0lCgGECg4GeAwMDSINeAwMBxEGA4AXFKoUFxcUqhQX/VUXE6sTGBgTqxMXAiINDQwiDXgGBwcGDSINd/4eDQ0MIwx4BgcHBg0iDXeWExcXExQXFz4XExQXFxQTF8B3DSINBgcHBngMIwwNDQEeBwZ3DSINDQ13DSINBgcAAAADAFX/1QOrA4AAIQArADwAAAEjNTQnLgEnJiMiBw4BBwYdASMiBhURFBYzITI2NRE0JiMlNDYzMhYdASE1ARQGIyEiJjURNDYzITIWFREDKysUFEYvLjU1Li9GFBQrNkpKNgJWNkpKNv4qZUZGZf6qAgAXE/2qExcXEwJWExcCAIA1Li9GFBQUFEYvLjWASjb+1TZKSjYBKzZKgEZlZUaAgP3VExcXEwErExgYE/7VAAIAVQAAA6sDVQAeAEMAAAEjIgYVFBY7ATIWFREUBisBIgYVFBY7ATI2NRE0JiMDNjQnLgEvASYiBwYUHwEhIgYVFBYzIQcGFBceATMyNj8BPgE1AyurExgYE6sTFxcTqxMYGBOrNkpKNoUEBAMCA9UNIg0NDY3+ZhMYGBMBmo0NDQYOCgkOB9UDBQNVFxMUFxcU/asTGBcTFBdKNgJVN0n+RQYSCgMGBNUNDQ0iDY0XExQXjQ0iDQYGBgbWAwYEAAIAVQAAA6YDVQAeAEMAACUjIiY1ETQ2OwEyNjU0JisBIgYVERQWOwEyNjU0JiMBNjQnLgEvASYiBwYUHwEhIgYVFBYzIQcGFBceATMyNj8BPgE1AYCrExcXE6sTGBgTqzZKSjarExgYEwImBAQDAgPVDSINDQ2N/mYTGBgTAZqNDQ0GEQcGEQfVAwVVGBMCVRQXFxQTF0k3/as2ShcUExcBRQYSCgMGBNUNDQ0iDY0XExQXjQ0iDQYGBgbWAwYEAAMAKwArA9UDKwAPABkAKwAAASEiBhURFBYzITI2NRE0JgUhMhYXCQE+ATMBISImNREFHgEzMjY3JREUBiMDVf1WN0lJNwKqN0lJ/R8Cqg0TB/6E/oQHEw0Cqv1WFBcBZgcNBgYNBwFmFxQDK0o2/gA3SUk3AgA2SlYMDf73AQkNDP2rFxQBr/wDBgYD/P5RFBcAAAAEAAD/1QQAA4AAQQBFAEkATgAAASYiBwUlOAExMCIjLgEjOAExOAExIgYHMCIjMCIxBQ4BFREUFhcWMjclBTgBMR4BMzI2NzAyMTAyMyU+ATURNCYnDQERJQE3EQclBxE3EQPrChcK/uv+uwEDAwYEAwcHAQME/tUGCwwJChcKARUBQAcIBwMGAwUBAwErCQwMCf2VAQD/AP7V1tYDVtbWA3wGBqKiAwEBA6sGFAz9VQ0TBgcHoqIEAQEEqgcTDQKqDRMHa4D9s4ABzXz9t3t7ewJIfP23AAAEAFX/qwOrA6sAIgA+AEoAVgAAASIHDgEHBhUUFx4BFxYXHgEzMjY3Njc+ATc2NTQnLgEnJiMRJicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGAyIGFRQWMzI2NTQmAyImNTQ2MzIWFRQGAgBYTk10IiI9PZQ/QAQHDQYGDQcEQD+UPT0iInRNTlgeOjlwKiobG1w+P0ZGPz5cGxsqKnA5Oh5GZWVGRmVlRiMyMiMjMjIDqyIidE1OWHZqaqAwMAMDBQUDAzAwoGpqdlhOTXQiIvxeFjExhlJRVkY/PlwbGxsbXD4/RlZRUoYxMQKMZUZGZWVGRmX/ADIjIzIyIyMyAAAAAAQAVQAAA6sDVQAWAC0ARABbAAABIyIGHQEUFjMyNj0BNDY7ATI2NTQmIxEjIiY9ATQmIyIGHQEUFjsBMjY1NCYjJSIGHQEUBisBIgYVFBY7ATI2PQE0JiMDIyIGFRQWOwEyFh0BFBYzMjY9ATQmIwFVgDZKGBMTGBcTgBQXFxSAExcYExMYSjaAFBcXFAIrExgXE4AUFxcUgDZKGBNVgBQXFxSAExcYExMYSjYDVUk3gBMXFxOAFBcXFBMX/QAYE4ATGBgTgDZKFxQTF9YYE4ATGBcTFBdKNoATGAIqFxMUFxcUgBMXFxOAN0kAAgBVAAADqwNVACQARQAAAS4BJy4BIyEiBhUUFjsBBwYUFx4BMzI2PwEVFBYzMjY1ETQmJwEHNTQmIyIGFREUFhceARceATMhMjY1NCYrATc2NCcmIgOmAwwGAwsD/wATGBgTmuMMDAcRBgcRBuIYExMYAQT95+IYExMYAQQDDAYDCwMBABMYGBOa4wwMDSIDPAYMAwMBFxMUF+INIg0GBwcG4pkUFxcUAQADCwP+N+KaExcXE/8ABAoDBwwDAwEXFBMX4g0iDQ0AAAAAAwBVAIADqwLVAA4AHAAqAAABISIGFRQWMyEyNjU0JiMlITI2NTQmIyEiBhUUFgEhIgYVFBYzITI2NTQmA4D9ABMYGBMDABMYGBP9AAMAExgYE/0AExgYAxP9ABMYGBMDABMYGAHVFxMUFxcUExerFxQTFxcTFBf+VRcTFBcXFBMXAAAAAgBVAAADqwNVADEAYwAAASYnLgEnJicjOAExIgYHBgcOAQcGFRQWFwcGFhceATMyNj8BHgEzMjc+ATc2Nz4BPQEHOAExFAYHBgcOAQcGIyImJy4BIwc3NiYnLgE1NDc+ATc2Nz4BMzgBMTMWFx4BFxYXFQOrBR8gZkREThYwWSo1Kio6DxASEE0DBQcJDwoDBwPiJlQsOjY2XyYmGhYVVhIQFR0eSisqLyZGIAcSCqI4AwEHEBINDC8hISogSSMRPTU1URkaBAHaTEREZh8fAxQWGiYmXzY2OipWJuMMGAYHBgEDTRASDxA5KikzKV4wFhomSCMqICEtCwwSEAMBN6IKDwkgSiMuKytJHh4VEBIDGBlQNTU9FQAAAAACAFUAAAOrA1UAFwAoAAABISIGFREUFhceATMyNj8BITI2NRE0JiMTFAYjISIGDwERNDYzITIWFQMr/ao2Sg0NAwsDCg0HngHvNkpKNioXE/4ACg4GYhcTAlYTFwNVSTf9Vg0XAwMBBgeeSTcBqjdJ/dYUFwYHYgJEFBcXFAAAAAMAq/+rA1UDqwANABwAWgAAATI2NRE0JiMiBhURFBYDNDYzMhYVERQGIyImNREFIgYdARQHDgEHBiMiJy4BJyY9ATQmIyIGHQEUFx4BFxYXFSMiBhUUFjMhMjY1NCYrATU2Nz4BNzY9ATQmIwIARmVlRkZlZQ8yIyMyMiMjMgGAFBcUFEYvLjU1Li9GFBQXFBMXFxdRNjc+gBMXFxMBVhMXFxOAPjc2URcXFxMBAGRHAVVGZWVG/qtHZAIAIzIyI/6rJDIyJAFV1RgTVTUvLkYUFBQURi4vNVUTGBgTVUI6OlkdHQhaFxQTFxcTFBdaCB0eWjo6QFUTGAAAAAQADf+mA/MDqwBcAGsAkgCqAAAFJzQmNTAmMQE4ATEBJiIHBhQXARUUFhceATM4ATEyNjcXDgEjKgEjKgEjIiYnLgE9ATQmIyIGHQEUFhceARcVIyIGFRQWMyEyNjU0JisBNT4BNxceATMyNjc2NCcBOAExIiYnLgE9ARcOASMDFjY3PgEzOAExMhYXHgEdARQWMzI2PQE0JicuASM4ATEiBgcGFhcBOgEzMjY3PgE9ATQmIyIGHQEUBgcGFhcD8/wEBP6v/qsNIg0NDQFIGhoWPiMWLBNAIEYmBAIDAwIEMFcjJyYXFBMXNjAqZDaAExcXEwFWExcXE4AsVyPmBxEGBxEGDQ3+DRAfDQ0MagYJBoQQGwQGLyAQHw0NDBgTExgaGhY+Iz1dDAQTEwGiAwIDEBgDAwEXExQXAQMDFRAN/AMCAwUBTQFVDQ0NIg3+uG8kPRcZGg0NQBcYJSMjYTRVExgYE1VHgTApLgdVFxQTFxcTFBdVByEd5wYHBwYQIw0BYg0NDR8QGWoEAQGaAxUQHScMDQ0fEOITGBgT4iM+FhoaTD0QIAP+XhIQEBwQVRMYGBNVDRUNEBwDAAQAVQAAA6sDVQAWAC0ARABbAAABIyIGFRQWOwEyFh0BFBYzMjY9ATQmIwEzMjY1NCYrASImPQE0JiMiBh0BFBYzEyMiBh0BFBYzMjY9ATQ2OwEyNjU0JiMBIgYdARQGKwEiBhUUFjsBMjY9ATQmIwEAgBMYGBOAExgXExQXSjYCAIATGBgTgBMYFxMUF0o2gIA2ShcUExcYE4ATGBgT/dUTFxgTgBMYGBOANkoXFAErGBMTGBcTgBQXFxSANkoBABcTFBcXFIATFxcTgDdJ/wBKNoAUFxcUgBMXGBMTGAIqFxOAFBcXFBMXSTeAExcAAAIAYgAAA54DSQAkAEUAAAEuASMhIgYVFBY7AQcGFBceATMyNj8BFRQWMzI2NRE0JicuAScBJiIPATU0JiMiBhURFBYXHgEXHgEzITI2NTQmKwE3NjQBvAMLA/8AFBcXFJniDQ0HDQoKDQfiFxQTFwEDAwwGAeINIg3iFxQTFwEDAwwGAwsDAQAUFxcUmeINAXwDARcUExfiDSINBwYGB+KaExcXEwEABAoDBwwDAc0MDOOaExgYE/8AAwsDBgwDBAEYExMY4g0iAAAAAAEAqwGAA1UB1QAOAAABISIGFRQWMyEyNjU0JiMDK/2qExcXEwJWExcXEwHVFxMUFxcUExcAAAAAAwAr/9UD1QOAABsANwBGAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMhIgYVFBYzITI2NTQmIwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZb/qoTFxcTAVYTFxcTA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgGqFxMUFxcUExcAAAAAAwBVAAADqwNVAA8AHwAuAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQMhIgYVFBYzITI2NTQmIwMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXqv6qExcXEwFWExcXEwNVSTf9qzZKSjYCVTdJ/SsTGBgTAlUUFxcU/wAXExQXFxQTFwACACsAAAPVA1UAIgAyAAABISIGFREUFjMhFSMiBhUUFjMhMjY1NCYrATUhMjY1ETQmIxMUBiMhIiY1ETQ2MyEyFhUDVf1WN0lJNwEqgBMXFxMBVhMXFxOAASo3SUk3KxcU/VYUFxcUAqoUFwNVSTf+VjdJVhcTFBcXFBMXVkk3Aao3Sf3WFBcXFAGqFBcXFAACAFoABAOrA1UANQBXAAABJgYHBgcGIicmJyYnLgE3Njc+AScuASMGBw4BBwYHBhceARcWFzoBMzI2NzY3PgE3Njc0JicDDgEnJicuAScmNzY3PgE3NjcGBwYWFxYXFhceATc2Nw4BA5UJHAohJydQJyciKxoaDwsMIAYFBwYYDE1DRGYgIAYIGhpoSkpYCRMKSo06IhoaJwwMBQwKtzOBREY7O1QUFQYFEhM6JyYtEwEBHx8gLyMnKFIqKigUNAGvBgEJGg0NDQ0aICssYTEyKwoYDQoLBiAgZkRDTVhQUX4pKQgyMBwgIUkpKCwJFwb+9ywnBwYgIWVAQEcxLi1MHR0QMzc2aC8uJBkQEAwEBA4pSwADAIABVQOAAgAACwAXACMAAAEUBiMiJjU0NjMyFgUUBiMiJjU0NjMyFgUUBiMiJjU0NjMyFgJVMiMjMjIjIzIBKzIjJDIyJCMy/asyJCMyMiMkMgGrJDIyJCMyMiMkMjIkIzIyIyQyMiQjMjIAAAAAAwGrACsCVQMrAAsAFwAjAAABFAYjIiY1NDYzMhYRFAYjIiY1NDYzMhYRFAYjIiY1NDYzMhYCVTIjIzIyIyMyMiMjMjIjIzIyIyMyMiMjMgGrJDIyJCMyMgEHIzIyIyQyMv2HIzIyIyMyMgAAAQAv/9UD0QN8AHgAAAE2NCcuAS8BJiIHBhQfASERFx4BMzI2NzY0LwEuASMmIgcOAQ8BBhQXFjI/AREhNzY0JyYiDwEOARUGFBceAR8BHgEzMjY3NjQvASERJyYiBwYUHwEeATMeATMyNjc+AT8BNjQnJiIPAREhBwYUFx4BMzI2PwE+ATUD0QMDAwIDgA0iDQ0NN/7nNwcNCgoNBw0NgAMHAwYSCgMHA4ANDQ0iDTf+5zcNDQ0iDYADBQMDAwIDgAcOCQoOBg0NNwEZNw0iDQ0NgAMHAwMLAwMLAwMHA4ANDQ0iDTcBGTcNDQYRBwYRB4ADBQGaBhIKAwYEgAwMDSINOAEaOAYGBgYNIg2AAwYDAwMDA4ANIg0MDDj+5jgNIg0MDIAEBgMHEgkEBgOABwYGBw0iDTf+5jgNDQ0iDYADBQQBAQQDAgOADSINDQ04ARo3DSINBwYGB4ADBgQAAAMAVQAAA6sDVQAlADIAPgAAAS4BIwUOARURIyIGFRQWOwEyNjURJREjIgYVFBY7ATI2NRE0JicBFAYrASImNTQ2OwEVJRQGKwEiJjU0NjsBA5oHEgr+AAwWgDZKSjZWNkoBqoA2Sko2VjZKCAn9uxcTVhMXFxOAAgAXE1YTFxcTgANNBgJVAxgQ/itKNjZKSjYCM0n+WUk3NkpKNgJWCRIH/TMTGBgTExgrVRMXFxMUFwAAAAIAVf/8A9UDfAAZACAAAAEuAQcBDgEVFBYXBRMeARcwMjEyNjcBNiYnAScuAS8BAQPJChkM/NUNDRIQATxRAxcNBA0TBgGABAcJ/m43AxEK4gJRA3MKBQb+gAcXDQ0WA1H+xA0SAw0MAysQGgn9ON4MDgM8ARoAAAIArwAAA1EDgAAZACQAACUBLgEjIgYHAQYWFx4BNyUFHgEzMjY3PgEnJS4BIyIGDwEbAScDUf7VAxYNDRYD/tUDBgoJHAoBFQEVBwgHBhADDQYG/sQGCQYGCQbF2trFNwMrDRERDfzVDBkJCgEGnp4DAQUECRwJxQMBAQNvAk39r3MAAAIAK//VA9oDgAAgACkAAAEnLgEjISIGDwEOARURFBYfAR4BMyEyNj8BPgE1ES4BJwMHIScRNyEXEQPJ/AMRCv6iChED/AYGBgb8AxEKAWIKDgb8BgcEBwZJ4v7E4uIBQN4Cd/wHBgYH/AMRCf6dCQ4G/AMGBwb8Bg4KAV4JEQP+luLiATzi4v7EAAAABQAr/7cD1QORAB0AJwArADMAOgAAASU4ATEmIgcFDgEVERQWFwUeATMyNjclPgE1ETQmJT4BMzIWFwUHJRMlNwUBLgE1EQURJSEFESURFAYDjf6qGT0d/qsgJCUjAVYMHg0QGwwBViAoJf4/AwsDBggDATx4/rR3/rN4AUz+HgkMAVX+wALR/sUBVQ0C5qsNDasQOyT+ayNAEKsGBwcGqxA9JgGVJDtzAwEBA548pv7vpzum/ncHFgoBiKr+Xp2dAaKq/ngNEwABAEP/2gO3A54AVAAAASYiBwEGBwYiJyYnJicmNDc2NwE2MhcWFAcBBiInLgE1NDY3ATY0JyYiBwEOARUUFhcWMjcBNjc2NCcmJy4BIyIGBwEGBwYUFxYXHgEzMjY3ATYmJwOvDSIN/nggKCdSJycgIBAQEBAgAYgjbSMnJ/54DSINAwUGBgFrDQ0NIg3+lhMUFBMmaiMBiCAQEBAQIBxPKilPHf53KxYVFRYrLW86OW8tAYgHAg0B8w0N/nggEBAQECAgJydSJyggAYgjIyZqI/53DAwEDAoKDQcBawwiDQ0N/pYQMBoaMBAmJgGJICcoUSgnIB0jICD+dys3N3M4NystKCsqAYgKJQ0ABADVACsDKwMrABAAFAAlACkAAAEjIgYVERQWOwEyNjURNCYjAyMRMyUjIgYVERQWOwEyNjURNCYjAyMRMwGrqxMYGBOrExcXEytVVQGAqxMXFxOrExgYEytVVQMrGBP9VRMXFxMCqxMY/VUCVVYYE/1VExcXEwKrExj9VQJVAAAEACv/1QPVA4AAGwA3AEYAVAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYDIgYVERQWMzI2NRE0JiMzIgYVERQWMzI2NRE0JgIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkalFBcXFBMXFxOqExcXExQXFwOAJSSAVVZhYlVWfyUlJSV/VlViYVZVgCQl/KseHmhGRlBQRkZoHh4eHmhGRlBQRkZoHh4CKhcT/wAUFxcUAQATFxcT/wAUFxcUAQATFwAAAAAFAIAAKwOAAysAEQAeACoANgBCAAABJiIHAQYUFx4BMzI2NwE2NCcFMjY1NCYjIgYVFBYzNTIWFRQGIyImNTQ2ASIGFRQWMzI2NTQmByImNTQ2MzIWFRQGA0kNIg39qgwMBw4JCg4GAlYMDP3MPVlZPTxZWTwaJiYaGScnAe89WVk9PFlZPBomJhoZJycC8w0N/asNIg0GBwcGAlUNIg3zWTw9WVk9PFnVJhoZJycZGib+gFg9PVhYPT1Y1SYaGiYmGhomAAAAAAIAL//aA9UDgABGAJEAAAEuAScmBg8BLgEnNz4BJy4BJy4BIzgBMSMqASMOAQcOARUWFx4BFxYXFhceARcWFxYXHgEXFhc6ATM4ATEyNjc+AT0BNCYnFxUUBgcOASMmJy4BJyYnJicuAScmJyYnLgEnJic0Njc+ATsBOAExMhYXHgEXFgYPAQ4BFxYXHgEXFhcWNj8BPgEXHgEXHgEVOAExA2YcORojSB0eOmQmHhkRDAoNAwZKMIADBwMZLBAQDgULDCMXFxsaHh5EJiUoKy8vYzIzNAMGAxowEBAWPzAaBgcGDw0uLi1YKyooJSEiPRsbGBoUFR8LCgUGAwYSCoAQFwQDEg0DBQc3CgUGGB4dRScnKw0dCTgKGA0gQCANFQFaAw0JDREaHidhPR4ZTCMaOB0wPwMZExMxGjMzM2IvLysoJSZEHh4aHRcXIgsMBBMTEy0agDBJB4CACg4GBwYFCgogFBUaFhsbPiIiJSgqKlguLS8JDgcGCxcQIEMdDRgKMwkdDSsnJ0UeHRgHAww4CQYHDA8HAxcQAAAEAC//2gQEA6sARgCRAK8AxAAAAS4BJyYGDwEuASc3PgEnLgEnLgEjOAExIyoBIw4BBw4BFRYXHgEXFhcWFx4BFxYXFhceARcWFzoBMzgBMTI2Nz4BPQE0JicXFRQGBw4BIyYnLgEnJicmJy4BJyYnJicuAScmJzQ2Nz4BOwE4ATEyFhceARcWBg8BDgEXFhceARcWFxY2PwE+ARceARceARU4ATEDJgYHBhYXFhceARcWFx4BMzAyMT4BNSYnLgEnJicTHgEzOgEzPgEnLgEnJgYHBhYXHgEDZhw5GiNIHR46ZCYeGREMCg0DBkowgAMHAxksEBAOBQsMIxcXGxoeHkQmJSgrLy9jMjM0AwYDGjAQEBY/MBoGBwYPDS4uLVgrKiglISI9GxsYGhQVHwsKBQYDBhIKgBAXBAMSDQMFBzcKBQYYHh1FJycrDR0JOAoYDSBAIA0V9xAcAwQXEzs0NFAaGggDGBAEEBYJISFlQUFJdwMYEAMCAxAWBBBrTRAgAwQTEzNHAVoDDQkNERoeJ2E9HhlMIxo4HTA/AxkTEzEaMzMzYi8vKyglJkQeHhodFxciCwwEExMTLRqAMEkHgIAKDgYHBgUKCiAUFRoWGxs+IiIlKCoqWC4tLwkOBwYLFxAgQx0NGAozCR0NKycnRR4dGAcDDDgJBgcMDwcDFxAC0QMXExAbBAYZGlA0NT0QFgMcEEtCQmQhIAj+exASAx0TTW8NAxITEx0DCkcAAAMAL//aA/wDngAkAGsAtgAAATY0Jy4BLwEmIgcGFB8BIyIGFRQWOwEHBhQXHgEzMjY/AT4BNQMuAScmBg8BLgEnNz4BJy4BJy4BIzgBMSMqASMOAQcOARUWFx4BFxYXFhceARcWFxYXHgEXFhc6ATM4ATEyNjc+AT0BNCYnFxUUBgcOASMmJy4BJyYnJicuAScmJyYnLgEnJic0Njc+ATsBOAExMhYXHgEXFgYPAQ4BFxYXHgEXFhcWNj8BPgEXHgEXHgEVOAExA/wDAwMDA6oNIg0NDWLvExgYE+9iDQ0GDgoJDgeqAwaWHDkaI0gdHjpkJh4ZEQwKDQMGSjCAAwcDGSwQEA4FCwwjFxcbGh4eRCYlKCsvL2MyMzQDBgMaMBAQFj8wGgYHBg8NLi4tWCsqKCUhIj0bGxgaFBUfCwoFBgMGEgqAEBcEAxINAwUHNwoFBhgeHUUnJysNHQk4ChgNIEAgDRUCxAcSCQQGA6sNDQ0iDWIXFBMXYg0iDQcGBgeqBAYD/pYDDQkNERoeJ2E9HhlMIxo4HTA/AxkTEzEaMzMzYi8vKyglJkQeHhodFxciCwwEExMTLRqAMEkHgIAKDgYHBgUKCiAUFRoWGxs+IiIlKCoqWC4tLwkOBwYLFxAgQx0NGAozCR0NKycnRR4dGAcDDDgJBgcMDwcDFxAAAwAv/9oD8wOeACAAZwCyAAABJiIPATU0JiMiBhURFBYXHgEXHgEzITI2NTQmKwE3NjQDLgEnJgYPAS4BJzc+AScuAScuASM4ATEjKgEjDgEHDgEVFhceARcWFxYXHgEXFhcWFx4BFxYXOgEzOAExMjY3PgE9ATQmJxcVFAYHDgEjJicuAScmJyYnLgEnJicmJy4BJyYnNDY3PgE7ATgBMTIWFx4BFxYGDwEOARcWFx4BFxYXFjY/AT4BFx4BFx4BFTgBMQPzDSIN4hcTFBcBAwMMBwMKBAEAExcXE5riDZocORojSB0eOmQmHhkRDAoNAwZKMIADBwMZLBAQDgULDCMXFxsaHh5EJiUoKy8vYzIzNAMGAxowEBAWPzAaBgcGDw0uLi1YKyooJSEiPRsbGBoUFR8LCgUGAwYSCoAQFwQDEg0DBQc3CgUGGB4dRScnKw0dCTgKGA0gQCANFQOeDQ3imRQXFxT/AAMLAwYMAwMBFxMUF+INIv3JAw0JDREaHidhPR4ZTCMaOB0wPwMZExMxGjMzM2IvLysoJSZEHh4aHRcXIgsMBBMTEy0agDBJB4CACg4GBwYFCgogFBUaFhsbPiIiJSgqKlguLS8JDgcGCxcQIEMdDRgKMwkdDSsnJ0UeHRgHAww4CQYHDA8HAxcQAAADAC//2gPzA54AJgBtALgAAAE3NjQnJiIPAScmIgcGFB8BBwYUFx4BMzI2PwEXHgEzMjY3NjQvAQMuAScmBg8BLgEnNz4BJy4BJy4BIzgBMSMqASMOAQcOARUWFx4BFxYXFhceARcWFxYXHgEXFhc6ATM4ATEyNjc+AT0BNCYnFxUUBgcOASMmJy4BJyYnJicuAScmJyYnLgEnJic0Njc+ATsBOAExMhYXHgEXFgYPAQ4BFxYXHgEXFhcWNj8BPgEXHgEXHgEVOAExA5FiDQ0NIg1iYg0iDQwMY2MMDAcOCQoOBmJiBw4JCg4GDQ1iKxw5GiNIHR46ZCYeGREMCg0DBkowgAMHAxksEBAOBQsMIxcXGxoeHkQmJSgrLy9jMjM0AwYDGjAQEBY/MBoGBwYPDS4uLVgrKiglISI9GxsYGhQVHwsKBQYDBhIKgBAXBAMSDQMFBzcKBQYYHh1FJycrDR0JOAoYDSBAIA0VAwBiDSINDQ1iYg0NDSINYmINIg0GBwcGYmIGBwcGDSINYv5aAw0JDREaHidhPR4ZTCMaOB0wPwMZExMxGjMzM2IvLysoJSZEHh4aHRcXIgsMBBMTEy0agDBJB4CACg4GBwYFCgogFBUaFhsbPiIiJSgqKlguLS8JDgcGCxcQIEMdDRgKMwkdDSsnJ0UeHRgHAww4CQYHDA8HAxcQAAAAAAMADf+rA/MDngBFAIAAowAAEzI2Nz4BJyYnLgEnJic0Njc+ATsBMhYXHgEXFgYPAQYUFxYyPwE+AScuAScuASM4ATEjKgEjDgEHDgEVFhceARcWFx4BMwEmIgcBOAExOAExAQYUFx4BMzI2NwEeARcWFx4BFxYXOgEzMjY3PgE9ATQmJy4BJyYGDwEuAScBNjQnARY2PwE+ARceARceAR0BFAYHDgEjJicuAScmJy4BJzceARfeBgwDEAcKGhQVHwsKBQYDBhIKgBAXBAMSDQMFBzcNDQ0iDDgaEQ0KDQMJSzCAAwcDGSwQEA4FCwwjFxcbBxYKAxUNIg399P5iDQ0GDgoJDgcBCB07ICsvLmMzMzMDBgQZMBAQFz8wHTkZI0kdHhMmEwHqDQ3+UQ0dCTgKGA0gQCAQFgYHBg8NLi4tWCorKBw0FjwZPiABXgUDCiIQJykpWC0tLwkOBwYLFxAgQx0NGAozDSINDAw4GUwjGjkcLT4DGRMTMRozMzNiLy8rBgsCQA0N/fP+Yg0iDQYGBgYBCRosFBwYFyILCwUTExMtGoAwSQcDDQkNERkeDR4QAesNIg39QAcDDDgJBgcMDwcDFxCACg4GBwYFCgogFBUaECoXOxktEwAAAwAv/9oEAAOrACQAawC2AAABLgEnLgEjISIGFRQWOwEHBhQXHgEzMjY/ARUUFjMyNjURNCYnAy4BJyYGDwEuASc3PgEnLgEnLgEjOAExIyoBIw4BBw4BFRYXHgEXFhcWFx4BFxYXFhceARcWFzoBMzgBMTI2Nz4BPQE0JicXFRQGBw4BIyYnLgEnJicmJy4BJyYnJicuAScmJzQ2Nz4BOwE4ATEyFhceARcWBg8BDgEXFhceARcWFxY2PwE+ARceARceARU4ATED/AMMBwMKBP8AExcXE5riDQ0GDgoJDgfiFxMUFwEDlhw5GiNIHR46ZCYeGREMCg0DBkowgAMHAxksEBAOBQsMIxcXGxoeHkQmJSgrLy9jMjM0AwYDGjAQEBY/MBoGBwYPDS4uLVgrKiglISI9GxsYGhQVHwsKBQYDBhIKgBAXBAMSDQMFBzcKBQYYHh1FJycrDR0JOAoYDSBAIA0VA5EGDAMEARgTExjiDSINBgYGBuOaExgYEwEAAwsD/ckDDQkNERoeJ2E9HhlMIxo4HTA/AxkTEzEaMzMzYi8vKyglJkQeHhodFxciCwwEExMTLRqAMEkHgIAKDgYHBgUKCiAUFRoWGxs+IiIlKCoqWC4tLwkOBwYLFxAgQx0NGAozCR0NKycnRR4dGAcDDDgJBgcMDwcDFxAAAAADACz/1QPVA4AANQBIAFEAAAEmBgcGBw4BIwYnJicuAScmNz4BNz4BJy4BBwYHDgEHBgcGFxQWFxYXHgEzMjc+ATc2NzYmJwEiBhURFBYzITI2NTQnLgEnJiMTERYXHgEXFhcDmhAhBx43N4lMTUlKNTQ3AQEfHWhDEAwGByEQKSUlPRkYEiYBREBBWCxeLUVCQXItLRsGCxD+ZhMYGBMBqxMXJCV/VlViK0M7OlocHAcBKwYMEEk1NDgBHx43N4hNTEpDaR0GIRAQEAYSGRo/JSUqWV5dp0NDJRMUFBNKNTVDECEHAlUXFP5WFBcXFGFWVYAkJf5VAVEIHR1ZOjpCAAAAAAIAqwAAA1UDTQAYABwAAAkBJiIHDgEVERQWFx4BMzI2NwE+ATU0JicBEQkBA0D9qwoXCgoLCwoGCQYHCwQCVQoLCwr9wAHe/iIBzQGABgYDEwz9AA0TBwMBBQQBgAYSCgkWA/6qAmf+zf7MAAQAK//VA9UDgAAbADcAUABUAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMlJiIHDgEVERQWFx4BMzI2NyU+ATU0JicHNRcHAgBiVVZ/JSQkJX9WVWJiVVZ/JSQkJX9WVWJQRkZoHh4eHmhGRlBQRkZoHh4eHmhGRnT/AAkYCQ0NDAkHCAcGDQYBAAoHCgfviYkDgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAaKqBwcDEg3+qw0TBgQBBgOrBhIKCRIHfLNZWgAAAQCrAFUDVQMAACAAAAEhETQmIyIGFREhIgYVFBYzIREUFjMyNjURITI2NTQmIwMr/wAYExMY/wATFxcTAQAYExMYAQATFxcTAdUBABQXFxT/ABcTFBf/ABMYGBMBABcUExcAAAMAK//VA9UDgAAbADcAWAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTIzU0JiMiBh0BIyIGFRQWOwEVFBYzMjY9ATMyNjU0JiMCAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVYlBGRmgeHh4eaEZGUFBGRmgeHh4eaEZGW4AYExMYgBMXFxOAGBMTGIATFxcTA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgGqgBQXFxSAFxMUF4ATGBgTgBcUExcAAAMAVQAAA6sDVQAPAB8AQAAAASEiBhURFBYzITI2NRE0JgMUBiMhIiY1ETQ2MyEyFhUDIzU0JiMiBh0BIyIGFRQWOwEVFBYzMjY9ATMyNjU0JiMDK/2qNkpKNgJWNkpKDBcT/aoTFxcTAlYTF6qAGBMTGIATFxcTgBgTExiAExcXEwNVSTf9qzZKSjYCVTdJ/SsTGBgTAlUUFxcU/wCAFBcXFIAXExQXgBMYGBOAFxQTFwAAAAMAKwAAA9UDVQAXAC8ARgAAASEiBhURFBceARcWMzI3PgE3NjURNCYjExQHDgEHBiMiJy4BJyY1ETQ2MyEyFhURJwcnJiIHBhQfAR4BMzI2PwE2NCcmIgcDVf1WN0kkJX9WVWJiVVZ/JSRJNyseHmhGRlBQRkZoHh4XFAKqFBfzjY0NIg0MDKsHEQYGEQerDAwNIg0DVUk3/wBhVlWAJCUlJIBVVmEBADdJ/oBQRkZoHh4eHmhGRlABABQXFxT/AEmNjQ0NDSINqwYGBgarDSINDQ0AAgB0/9UDjQOAAD0ASwAAASYiBwYUFxYXFhQHBgcGBwYiJyYnJicmNDc2NzY0JyYiBwYHDgEXFhcWFx4BFxYzMjc+ATc2NzY3NjQnJicBMjY1ETQmIyIGFREUFgMvDSINDQ0yGRgYGTIxPz+DPz8yMhgZGRgyDQ0NIg1AICABIB8+ICQkTCkoKiooKUwkJCA+IB8fID7+0RMYGBMTGBgCrw0NDSINMT8/gz8/MjIYGRkYMjI/P4M/PzENIg0NDT5QT6RPUD4eFxgfCAgICB8YFx4+UE+kT1A+/tEXFAGqFBcXFP5WFBcAAAQAK//VA9UDgAAjACcAKwBGAAABIxE0JiMhIgYVESMiBh0BFBY7ARUUFjMhMjY9ATMyNj0BNCYlIRUhASERIRcUBisBNTQmIyEiBh0BIyImPQE0NjMhMhYdAQNVKhgT/gATGCo3SUk3KhgTAgATGCo3SUn9nwGq/lYBqv5WAaqrFxQqGBP+ABMYKhQXFxQCqhQXAlUBABQXFxT/AEk31TZKgBMYGBOASjbVN0nW1v3WAQArExiAFBcXFIAYE9UUFxcU1QAGAEwAUQO0AvcACwAXADgAWwB5AJcAAAEiBhUUFjMyNjU0JgciJjU0NjMyFhUUBjcmIgcGFBcWFx4BBwYHDgEHBhYXHgEzMjY3Njc+AScmJwU0Njc4ATE2JicmIgc4ATEGBwYUFxYXHgEzMjY3NjQnLgE1AzY0JyYiBwYHBhQXFhceATMyNjc2NCcmJyY0NzY3JSYiBwYUFxYXFhQHBgcGFBceATMyNjc2NzY0JyYnAgA2Sko2NkpKNhMYGBMTGBi+DSINDAwgEBABDw8eBAYDBwsNAwsDCg0HLhcYARcWLf5aICAMAwkNIg0rFhUVFisGEQcGEQcMDCAgPA0NDSINRSIiIiJFBxEGBhIGDQ04HBwcHDgCXg0iDQ0NOBwcHBw4DQ0GEgYGEQdFIiIiIkUCK0o2N0lJNzZKqxcUExcXExQX/A0NDSINHicoUScnHwMGAxAiBgMBBgcrNjdxNzcr0SlPHQ0iDQ0NKzg3czc3LAYGBgYNIg0gUCoBEQ0iDA0NRFdXtVdWRQcGBgcNIg04R0eVR0g4Ow0NDCINOEdHk0ZHOA0iDQYHBwZDVla0V1dEAAAAAgAAAAAECQNVAEoAnAAAEyEyNjU0JisBNz4BNzYWFx4BFx4BNz4BJyYnLgEnJicmJy4BBwYHDgEPATU0JiMiBhURMBQxHAExFBYVMBYzOAExHgEzOAExHgEzBTwBNTQmNTAmIzgBMS4BIzAmMTAiMTAmJzgBMSEiBhUUFjsBBwYHBiInJicuAScuAQcOARceARcWFx4BFxYzMjc+ATc2PwEVFBYzMjY1ES4BNSsBABMXFxOWeBlEI0CHPT1cFgYhEBAQBg4WFTciIScmKClSKikoLVEggBcTFBcEAQQDBgMHCwQD1QQBBAMCAwQFCQP/ABQXFxSVeDE/P4M/PzIZKw0GIRAQEAYQMyQgIyRNKCkqKSkoTCMjHoAYExMYBwIB1RgTExhzGSsNFgYdHWRDEBAGByEQKCQjPhkaExMLCgQGBw4TMyB4nhMYGBP/AAQDBgMCAwUDBQcCdwMCAwQCAwQDAQUBAxcUExd0MRkZGRkxGkMjEBAGBiEQLVEgIBgXHggHCAgfFxcfd54TFxcTAQAEAgMAAAAAAgAJAAAEAANSAFYAoQAAASYGBw4BBw4BIzgBMSImLwEzMjY1NCYjITgBMSIGFTAiMTAGFSIGFTgBMTAGIxQGFRwBFTAUMREUFjMyNj0BFxYXHgEXFjM4ATEyNz4BNzY3PgE3NiYnNzA0MRE0JiMiBh0BJy4BJyYnJgYHBgcGBw4BBwYHBhYXFjY3PgE3PgEXHgEfASMiBhUUFjMhMjY3OAExPgE3OAExMDYzNDY1PgE1A3cQIQYNJx0tf0NDfTN4lhMXFxP/AAQFBAQEBQEDBBcTExh8GyEhSyopKysqKU0jIx4gNhAEEhCJFxQTF3wgUS0qKipTKSgmJyEiNxUWDgYQEBAhBhZcPT2HQCNEGXiWExcXEwEABAoDBAYDAQMFAwEBUQYQECNDGjAyNDNvFxMUFwEDAQQFAwQEAgMDAgMF/wATFxcTnncfFxcfCAgICB8XFx8gUS0TIQOrBAEAExgYE554IDYQDQUGBQsKExIZGD4kJSoQIAMGEBBAZCAdBhYNJx1zGBMTGAEEAwIDBAQCAwMHAwAAAgBV/6sDqwOeADAAYQAAEzI2PQE0NjMhBwYUFx4BMzI2PwE+ATU2NCcuAS8BJiIHBhQfASEiBw4BBwYdARQWMyEiBh0BFAYjITc2NCcmIg8BDgEVBhQXHgEfAR4BMzI2NzY0LwEhMjc+ATc2PQE0JiOAExhJNwHvYwwMBw4JCg4GqwMFBAQDAgOrDSINDAxj/hEtJyc6EBEYEwMAExhJN/4RYwwMDSINqwMFBAQDAgOrBg4KCQ4HDAxjAe8tJyc6EBEYEwGrFxNWNkpiDSINBwYGB6oEBgMHEgkEBgOrDQ0NIg1iERA6JycsVhMXGBNVN0liDSINDAyrAwcDBhIKAwcDqwYGBgYNIg1iERA6JyctVRMYAAAAAAQAKwBVA9UC/AAYABwANQA5AAABJgYHAQ4BFRQWFwEeATMyNjc+ATURNCYnAy0BEQEmBgcBDgEVFBYXAR4BMzI2Nz4BNRE0JicDLQERAeYJHAr+gAYGBwoBgAYNBgQKAwoQDQ07/u8BEQIRChwJ/oAHBgcKAYAGDQcDCwMJEAwNPP7vAREC/AYEB/7WBxIJChIG/tUDBgEEBhMNAlUNEwf92dbV/lUCJwYEB/7WBxIJChIG/tUDBgEEBhMNAlUNEwf92dbV/lUAAQAAAAADqgNQAG0AAAEmJy4BJyYnJicuAQcGBw4BDwE1NCYjIgYVETAUMRwBMRQWFTAWMzgBMR4BMzAWMTAyMTAyMTgBMSEyNjU0JisBNz4BNzYWFx4BFxYGBw4BBwYnLgEnJicuAQcOARcWFx4BFxYzMjY3Njc+ATc2A5EOFhU3IiEnJigpUiopKC1RIIAXExQXBAEEAwIDBAUIAQATGA8TlngZRCNAhz09XBYWBh0dZENDREN2LS4YByEQEBAHGCkqaz8+QiNHI1M+P0cGBQI3KCQkPhkZFBMKCwQHBg4QMiB4nhMYGBP/AAQDBgMCAwUDAQQXFBMPcxkrDRYGHR1kQ0CIPD1cFhgEBTgyM0MQEAcGIRBCNTRLFBQNDRw5OpNUVAAAAAABAFgAAAQAA1YAaQAAATA0MRE0JiMiBh0BJy4BJyYHDgEHBgcGFx4BFxYXHgEzMjc+ATc2NzYmJyYGBwYHDgEHBicmJy4BJyY3Njc+ATc2Fx4BHwEjIgYVFBYzITgBMTI2NTAyMTA2MTI2NTgBMTA2MzQ2NTI2NQQAFxQTF3wgUS1VVVWUOTkdHQYGRj4+UyNHI0I+P2opKRYGEBAQIQYYLi51RENDQzIxOAUFFxguL3dEREMjRBl4lhMXFxMBAAQFBAQEBQEDBAcCAfwEAQATGBgTnnggNhAdBwZIPz5UU1RUlDo6HwkMFBRLNDVCECEGBxAQQzIxOAUFFxgtLnZDRENBMjE4BAUYDSgcbxgTExgBBAQFAwUDAgMGAwAAAAADAIAAKwOAAysAGgA1AEEAABMiBhUUFjMyFx4BFxYVFBYzMjY1NCcuAScmIxEiBhUUFjMyFx4BFxYVFBYzMjY1NCcuAScmIxMUBiMiJjU0NjMyFqsUFxcURj4+XRsbFxQTFyEidE5NWBQXFxSEdXWtMjMXExQXOTnFhISWgDIkIzIyIyQyAgAXFBMXGxtdPj5HExcXE1hOTnQhIgErGBMTGDIyrnR1hRMXFxOXhITFOTn9VSMyMiMjMjIAAAMAVQAAA6sDVQAUABgAPwAAAScuASMhIgYVERQWMyEyNjURNCYnAyERIRcUBisBETQmIyEiBhURIyImNRE0NjsBFRQWMyEyNjU0JiMhNSEXEQOe1QcOCf4qNkpKNgJWNkoHBvP+qgFWqhcTKxcU/lYUFysTFxcTKxcUAVUTGBgT/tUBRbsCc9YGBkk3/as2Sko2AdUKDgb94gEA1RMYASsTGBgT/tUYEwJVFBerExcXExQXgLz+PAAEAFUAAANzA1UAKQA/AFQAZgAAATY0JyYiBwEnPgE1NCYjIgYVFBYzMjY3FwcuASMiBhUUFjMyNjU0JicBBTQ2MzIWFRQGBzgBMTgBMQ4BIyImNRMiJjU0NjMyFhc4ATE4ATEeARUUBgEmIgcGFB8BHgEzMjY3NjQvAQNzDQ0NIg3+yW8NDWVGRmVlRhYsE29vEywWRmVlRkZlDQ0B4v04MiMjMgwNDRwTIzJVIzIyIxMcDQ0MMgFmDSINDQ3qBxEGBxEGDQ3qAuINIg0NDf7IbxQrF0ZkZEZHZA0Nb28NDGRGR2RkRxYsEwHiNyMyMiMUGw0NDTIk/aoyJCMyDQ0MHBMkMgEJDQ0NIg3rBgYGBg0iDesAAAAAAgBVAAADngNVACYASAAAJSc+ATU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMyNjcXHgEzMjY3NjQnATQ3PgE3NjMyFx4BFxYVFAYHOAExOAExDgEjBicuAScmNQOeniYvHh5oRkZQUEZGaB4eHh5oRkZQRHswngcRBgYRBw0N/Q0XF1E2Nz4/NjdQGBcvJiprPEA4N1IXF0mdMHxDUEZGaB4eHh5oRkZQUEZGaB4eLCqeBwYGBw0iDQGMPzY3UBgXFxhQNzY/PG4nKSwCFxZQNzY+AAMAK//VA9UDhAAxADUAOQAAATQmJzA0MTQmJy4BJzAiMSImJxwBMSIGBwEOARUUFhcFEx4BMzgBMTI2NwE+ATUUMDUHAS0BCwEBAwPVAQMFAwQGAwUDBgMEBgP8qw0RDA0Bb6IHEw0NFgMBKwYCzP7E/vwCQI1zATvIA1oDBgMFAwYDBAIDAQMDAQED/tUDExANGAai/pENDRENA1YDBwcEBGv+xHPJ/YQBBAE8/cAABgAr/9UD1QOAAA8AHwAvAD8AVQBrAAABISIGHQEUFjMhMjY9ATQmAxQGIyEiJj0BNDYzITIWFQMhIgYdARQWMyEyNj0BNCYDFAYjISImPQE0NjMhMhYVAQ4BFRQWFx4BMzI2Nz4BNTQmJyYiBxEOARUUFhceATMyNjc+ATU0JicmIgcDVf1WN0lJNwKqN0lJDBcU/VYUFxcUAqoUFyv9VjdJSTcCqjdJSQwXFP1WFBcXFAKqFBf9YgYHBwYHDQoKDQcGBwcGDSINBgcHBgcNCgoNBwYHBwYNIg0DgEo2qzZKSjarNkr+1RMXFxOrExgYE/6ASjarNkpKNqs2Sv7VExcXE6sTGBgTAckHDgkKDgYHBgYHBg4KCQ4HDAz+AAcOCQoOBgcGBgcGDgoJDgcMDAAAAAAEAAD/qwQAA6sACwAXAJQBHwAAASIGFRQWMzI2NTQmAyImNTQ2MzIWFRQGBT4BMzI2NTQmKwEiJic0JicmNjc2NCcxOAExLgEjOAExIgYHDgEnIiY1NCYjIgYdARQGByIGBwYmJyYiBwYWFx4BBw4BIyIGFRQWOwEyFhcWBgcOARUUFhc4ATEWNjc+ARceARUUFjMyNj0BNDY3NhYXFjI3NiYnLgE3OAEnBhYXHgEVFAYHDgEjOAExIiYnLgEHDgEdARQGIyImNTA0MTQmJy4BIyIGBwYiJzgBOQEuATU0Njc+AScuASsBIiY1NDYzMDIxMjY3NiYnJjQ3NhYXHgE3MjY3PgE9ATQ2MzIWFRQWFxY2Nz4BMzEyFhc4ATEWBgcOARcUFhceATsBMhYVFAYjIgYHAgBGZWVGRmVlRiMyMiMjMjIBPwMODTZKSjYJBgwDAQMDAgknJxMtGRoxEwYSBgYLSjY2SgYHAwIDBxIJJ2kkJgEqBgEDAxEKNkpKNgkJDQMDAgkUExMUJmsmBhMJCgdKNjdJCwYHEgknaSQmASoDBANNDAwaBgcHBgYOCgoOChpCICAkGBMTFykgChgNFisQDSINBgYHChkMEA05IAkTGBgTBCM3DQwMGg0NDSMQFkAdAwcDICQYExMYJCAgQx0GDgoJDgcMARAWDQoBAw05IAkTGBkWIDoNAlVkRkdkZEdGZP8AMiQjMjIjJDI7BgtJNzZKBgYEAgMGEwknaSMUExMUBgEDEAo2Sko2CQYMAwEDBAYGJiYmayYHEgoGC0k3NkoKBwYSChMtGRotEyYBKQcBAwQODDdJSTcICg0DAwIKJiYnaicGEQciIEMdBw4JCg4GBgcICRoMEA06IAgUFxcUBCM3DAcCEhANDQYOCgkPChlCICAlFxMUFykgIEMdDCMMDQEQFg0JAgMNOSAJExcYFyM2DQ0NGgYGBgYNIxAXQB0DBgMgJRcTFBckIAAAAAIAgP/VA4ADfAAeAEMAAAEiBhURFAYjISImNRE0JiMiBhURFBYzITI2NRE0JiMlNxEUFjMyNjURFx4BMzI2NzY0LwEuASMmIgcOAQ8BBhQXFjI3A1UTFxgT/gATGBcTFBdKNgIANkoXFP4eYhgTExhiBg4KCQ4HDAyrAwcDBhIKAwcDqwwMDSINAdUXE/6qExcXEwFWExcXE/6qNkpKNgFWExe4Yv48FBcXFAHEYgcGBgcNIg2qAwYDAwMDA6oNIg0NDQAEAFX/1QOrA4AANABAAE0AYwAAASIGByc0NjU0Jic3HgEzMjY1NCYjIgYVFBYXBy4BIyIGFRQWMzI2NxcUBhUUFjMyNjU0JiMRMhYVFAYjIiY1NDYBIiY1NDYzMhYVFAYjASImNTQ2NzgBMTgBMT4BMzIWFRQGIwMAIz4W4wUGA+IaPyNGZWVGRmUGA+cWPiNGZWVGIz4W4wVlRkZlZUYjMjIjIzIy/iMjMjIjIzIyIwIAIzIGBgopFiMyMiMBKx0XhQ0VDQwWDYQXHGRGR2RkRwwWDYQXHGRGR2QdFoQNFQ1GZWVGRmUCADIkIzIyIyQy/ioyJCMyMiMkMv7WMiMNFAoTFzIjIzIAAAAAAgCA/9UDgAN8ACEANAAAASUmIgcFDgEVERQXHgEXFhceATMyNjc2Nz4BNzY1ETQmJwMUBw4BBwYHJicuAScmNRElBREDZv6rBhEH/qsNETc3hjo7BgMIBgYIAwY7OoY3NxAKOyUlZDIxGhoxMmQlJQErASsC/IADA4ADFw3+1mhVVHkiIgMEAQEEAyIieVRVaAEqDRcD/q9IPz5iIyIQDiIhYz8/SgEMb2/+9AAAAAADAA3/pgP3A54AIQBIAFUAAAE3BREUBgcGFhc6ATMyNjc+ATcRNCYnJSYiDwEOARceATcJASYiBwYUHwEUBhURFBceARcWFx4BMzI2Nz4BNxceATMyNjc2JiclJicuAScmPQEBDgEHAYl3ASsHBgcSEwMGBAwYBgcHAxAJ/qoGEQeMEBAGBiIQAmr8Vg0iDQ0NdwQ3N4Y6OwYDCAYGCQY9bjPJBhEHBhEGCgEN/g0aMTJkJSUB3iZaMwL8Km/+9BQlEBAgAxENFjIaASYNFwOAAwMvByEQEBAH/PcDqw0NDSINdwcIB/7WaFVUeSIiAwQBAQQgUjDJBgcHBhAjDTwOIiFjPz9K7/4iKkYdAAAAAAQAVf/VA6sDgAAkACkAMwBUAAABMCYjMCYjJy4BIyEiBg8BMAYjMAYjHAEVERQWMyEyNjURNCYnJSEXITcBISImNREhERQGAyIGFRQGIyImNTQmIyIGFRQXHgEXFjMyNz4BNzY1NCYjA6YBAwEDgAMRCv4AChIGgAEDAQRKNgJWNkoBBP1vAdZA/apAAhb9qhMXAqoXkxQXSjY2ShcUExcQETknJy0tJyc5ERAXEwK8BASrCgcHCqsEBAcHA/2qNkpKNgJWAwcHb1ZW/QAXEwIr/dUTFwIAGBM2Sko2ExgYEy0nJzkREBAROScnLRMYAAQAAP/VBAADqwAMABgAPABHAAAlFAYjIiY1NDYzMhYVIRQGIyImNTQ2MzIWEy4BIyEnLgErASIGFRQWOwEXMBQxEx4BMzAyMyEyNjcTNCYnAw4BIyEiJicDIQMB1TIjIzIyIyMyAdYyJCMyMiMkMkwGEgr9TSIDGBCqFBcXFIgiSQlGLQEDAZ4wRgpEAgeRAxcQ/mIQGANAAm88KyQyMiQjMjIjJDIyJCMyMgJ2Cge0EBIYExMYswT+ni06Oi0BZgoSBv6JEBISEAEz/s0AAAADAI0AAAOrA1UAJABFAFcAAAEuAScuASsBIgYVFBY7AQEGFBceATMyNjcBFRQWMzI2PQE0JicDIgYdAScmIgcGFB8BIyIGFRQWOwEyNjc+ATc+AT0BNCYlHgEzMjY3NjQvASYiBwYUHwEDpgMMBgMLA9UUFxcUb/1zDQ0GDgoJDgcCjBgTExgBBCYTGLcNIg0NDbhvFBcXFNUDCwMGDAMEARj9zwcNCgoNBw0N1Q0iDQ0N1QM8BgwDAwEXExQX/XMNIg0GBgYGAo1vExcXE9YDCwP97xgTb7gMDA0iDbgXExQXAQMDDAcDCgTVExjiBwYGBw0iDdUNDQ0iDdUAAAAAAwBVAAADqwNVAA8AGQAjAAABISIGFREUFjMhMjY1ETQmARE0NjsBESMiJiUUBiMhESEyFhUDK/2qNkpKNgJWNkpK/UoXE4CAExcCqhcT/oABgBMXA1VJN/2rNkpKNgJVN0n9KwJVFBf9VRgTExgCqxcUAAADAKsAKwNVAyYAGAAcACsAAAEmBgcBDgEVFBYXAR4BMzI2Nz4BNRE0JicDLQERASIGFREUFjMyNjURNCYjAzwKHAn+VQYHCAkBqwYNBwMLAwkQDA08/sQBPP3VExcXExQXFxQDJgcEB/6rBxIJChIG/qoDBQEDBhQMAqsNEwb9ifz7/gkCURcU/asTGBgTAlUUFwAAAwCrACsDVQMmABgAHAArAAATLgEHDgEVERQWFx4BMzI2NwE+ATU0JicBExENAQEiBhURFBYzMjY1ETQmI+8KFwoNDAwNAwsDBw0GAasGCwgJ/lURATz+xAIrFBcXFBMXFxMDIgcEBwYTDf1VDBQGAwEFAwFWBhIKCRIHAVX9jQH3+/wCURcU/asTGBgTAlUUFwAAAAQAAP+rA/8DoQAlAEsAnACgAAABJicuAScmJyYnJgYHBgcGBw4BFxYXFhceARcWMzI2NzY3PgEnJgEGBwYmJyYnJicmNjc2Nz4BMzIWFxYXHgEXFhc4ATEWFxYGBwYHEwcnNz4BJy4BDwEnLgEHDgEfAQcnLgEHDgEfAQcOARceATMyNj8BFwcOARceATMyNj8BFx4BMzI2Nz4BLwE3Fx4BMzI2Nz4BLwE3PgEnNiYHBSc3FwPVFBcXNR8eJSIoKWA5OkOBU1JPAgMoHCQkXDo5SDRwQ4BSUlACAv52cFBQdCkpISIDBD9GRXBAZyojPxobGBgrFBMSIAIDQEVGcIBRK1IQEAcGHhNRHgceExAQBx54GgYhEBAQBh5REBAHAxYNAwcDUStSEBAHAxYNAwcDUR4DFwwEBgMQEAYedx4DFw0DBgMQEAYeURAQBgMeEP7nK3crAjdENTVSHR0TEwoKAQsKFSY1NJFhYYBgRkZbFhYTEyg1NZJhYf5vIQQDP0VFcG9QUHQqKSITEwwNDxgYRi0uOnBRUHYpKiIBlh53HgcdFBAQBx5REBAGBh4TUStVEBAGAyAQUR4HHhMNEQEEHXceBh4TDREBAx5RDREBAwceE1EqUQwRAQMGHhNRHgcdFAkOBmJ3K3gAAAMAK//VA9UDgAA2AEQAUgAAJTY3PgE3NjU0Jy4BJyYjIgcOAQcGBzgBMTgBMQYHDgEHBhUUFx4BFxYzMjc+ATc2NzgBMTgBMRMUBgcBPgEzMhceARcWBTQ2NwEOASMiJy4BJyYDTSAZGSQJCSQlf1ZVYjAuLlUmJiAgGRkkCQkkJX9WVWIwLi5VJiYgMywp/eYwfENQRkZoHh79ACwpAhowfENQRkZoHh5eICUmVC4uMmFWVYAkJQkKIxkaICAmJlQuLjBiVVZ/JSUKCSMaGSABTUR7MAIZKiweHmhGRlBDfDD95iYvHh5oRkYABgAAAAAEAANVAA4AHQArAEMAWwByAAATMjY1ETQmIyIGFREUFjMhIgYVERQWMzI2NRE0JiMFMjY1ETQmIyIGFREUFikBIgYVFBY7AREUFjMyNjURMzI2NTQmIwEjNTQmIyIGHQEjIgYVFBYzITI2NTQmIwEhIgYVFBY7ARUUFjMyNj0BMzI2NTQmqxMXFxMUFxcUAVUTGBgTExgYEwFVFBcXFBMXF/3p/wAUFxcUVRcUExdWExcXEwFVVRgTExhVExgYEwEAExgYEwFV/wATFxcTVhcTFBdVFBcXAdUYEwErExcXE/7VExgXE/6AFBcXFAGAExdVFxQBgBMXFxP+gBQXFxQTF/8AFBcXFAEAFxMUFwEAqxMXFxOrFxQTFxcTFBf+qxgTExiqFBcXFKoYExMYAAADAKv/1QNVA4AAEAAgADYAAAEhIgYVERQWMyEyNjURNCYjExQGIyEiJjURNDYzITIWFQEOARUUFhceATMyNjc+ATU0JicmIgcC1f5WN0lJNwGqN0lJNysXFP5WFBcXFAGqFBf+4gYHBwYHDQoKDQcGBwcGDSINA4BKNv1VNkpKNgKrNkr81RMXFxMCqxMYGBP9yQcOCQoOBgcGBgcGEQcGEQcMDAAAAAAFAID/1QOAA4AAEAAgADwASABeAAABISIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2MyEyFhUFIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyImNTQ2MzIWFRQGAzI2Nz4BNTQmJyYiBw4BFRQWFx4BMwMA/gA2Sko2AgA2Sko2KxgT/gATGBgTAgATGP7VLScnOREQEBE5JyctLScnOREQEBE5JyctNkpKNjZKSjYKDQcGBwcGDSUKBgcHBgcNCgOASjb9VTZKSjYCqzZK/NUTFxcTAqsTGBgT1REQOicnLSwnJzoQEREQOicnLC0nJzoQEf6qSjY3SUk3NkoBqwYHBg4KCQ4HDAwHDgkKDgYHBgACAFUAAAOrA1UADwAfAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXA1VJN/2rNkpKNgJVN0n9KxMYGBMCVRQXFxQAAgArAAAD1QNmACgAQgAAAS4BJyUnJiIPAQUiBgcGFh8BAwYWFx4BPwEXOgEzMjY3PgEnAzc+AScFDgEVFycmIg8BNzQmLwE3MjY/ARceATMXBwPVAxIN/u98CToJfP7zDRMGBAcJxS8DCgoJGQ3z8wcIBwYNBgoKAy/FCQcE/uIGBiK8ChMJvCYGBprRChIGXl4DEg3RmgIrDA4EJvcXF/MqEgwNGAbA/u8NFwcGBAaAgAUEBhcNARHABxYKvAoTCdJjBgZj0gkTCpEeDwbAvAkMHpUAAAAABAAr/9UD1QOAABsANwBHAEsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGEyEiBhURFBYzITI2NRE0JgMjNTMCAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVYlBGRmgeHh4eaEZGUFBGRmgeHh4eaEZGMP8AExgYEwEAExgYPqqqA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgIqFxP/ABQXFxQBABMX/wCrAAAAAAoAAP+rBAADqwAbACcANQBDAFUAZwB1AIQAlgCoAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyImNTQ2MzIWFRQGAzI2PQE0JiMiBh0BFBYTIgYdARQWMzI2PQE0JgEeATMyNjc2NC8BJiIHBhQfAQEmIgcGFB8BHgEzMjY3NjQvASU0JisBIgYVFBY7ATI2JSMiBhUUFjsBMjY1NCYjAQcGFBceATMyNj8BNjQnJiIHATI2PwE2NCcmIg8BBhQXHgEzAgA1Li9GFBQUFEYvLjU1Li9GFBQUFEYvLjVGZWVGRmVlRhMYGBMTGBgTExgYExMYGP6+BhIGBhEHDQ08DSINDAw8Al4NIg0NDTwGEQcGEQcMDDz9fBgTVRQXFxRVExgDKlUTGBgTVRQXFxT8/DwMDAcRBgcRBjwNDQ0iDQJACg4GPAwMDSINPA0NAxEKAqsVFEUvLzQ1Ly5GFBQUFEYuLzU0Ly9FFBX+VWRHRmRkRkdkAgAXFFUTGBgTVRQX/VUXE1YTFxcTVhMXAkkHBgYHDSINOw0NDCMMPP4ZDQ0MIg08BgcHBg0iDTv0ExcXExQXFz4XExQXFxQTF/7iOw0iDQYHBwY8DSIMDQ0B2gYHPAwjDA0NOw0iDQcGAAAHAAD/1QQAA3wAIAAyAEAATgBgAG4AkwAAASIHDgEHBhUUFjMyNjU0NjMyFhUUFjMyNjU0Jy4BJyYjBR4BMzI2NzY0LwEmIgcGFB8BAzMyNjU0JisBIgYVFBYlFBY7ATI2NTQmKwEiBicyNj8BNjQnJiIPAQYUFx4BMxMhIgYVFBYzITI2NTQmATcVFBYzMjY9ARceATMyNjc2NC8BLgEjJiIHDgEPAQYUFxYyNwIANS4vRhQUFxQTF2VGRmUXExQXFBRGLy41/tEGEgYGEQcNDTwNIg0MDDymVRMYGBNVFBcXAz4YE1UUFxcUVRMYRAoOBjwMDA0iDTwNDQMRCsT8VhQXFxQDqhQXF/2KYhgTExhiBg4KCQ4HDAyrAwcDBhIKAwcDqwwMDSINAasVFEUvLzQUFxcURmRkRhQXFxQ0Ly9FFBUNBwYGBw0iDTsNDQwjDDz+4hcUExcXExQXKxQXFxQTFxfTBgc8DCMMDQ07DSINBwb+mhgTExgYExMYAmJixBQXFxTEYgcGBgcNIg2qAwYDAwMDA6oNIg0NDQAAAAcAAP/VBAADgAAgADIAQABOAGAAbgCTAAABIgcOAQcGFRQWMzI2NTQ2MzIWFRQWMzI2NTQnLgEnJiMFHgEzMjY3NjQvASYiBwYUHwEDMzI2NTQmKwEiBhUUFiUUFjsBMjY1NCYrASIGJzI2PwE2NCcmIg8BBhQXHgEzEyEiBhUUFjMhMjY1NCYBHgEzHgEzMjY3PgE/ATY0JyYiDwE1NCYjIgYdAScmIgcGFB8BAgA1Li9GFBQXFBMXZUZGZRcTFBcUFEYvLjX+0QYSBgYRBw0NPA0iDQwMPKZVExgYE1UUFxcDPhgTVRQXFxRVExhECg4GPAwMDSINPA0NAxEKxPxWFBcXFAOqFBcX/fkDBwMDCwMDCwMDBwOrDAwNIg1iGBMTGGINIg0MDKsBqxUURS8vNBQXFxRGZGRGFBcXFDQvL0UUFQ0HBgYHDSINOw0NDCMMPP7iFxQTFxcTFBcrFBcXFBMXF9MGBzwMIwwNDTsNIg0HBv6aGBMTGBgTExgB4gMGAwEBAwMDA6oNIg0NDWLEFBcXFMRiDQ0NIg2qAAAAAwCA/9UDgAOAABAAIAA2AAABISIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2MyEyFhUBDgEVFBYXHgEzMjY3PgE1NCYnJiIHAwD+ADZKSjYCADZKSjYrGBP+ABMYGBMCABMY/rcGBwcGBw0KCg0HBgcHBg0iDQOASjb9VTZKSjYCqzZK/NUTFxcTAqsTGBgT/ckHDgkKDgYHBgYHBhEHBhEHDAwAAAAAAwAr//cDjQOAABoAJQA7AAAJAS4BIyEiBhURFBYXAR4BMzI2NwE4ATE2NCcHAQYiJwERIQEWFAEOARUUFhceATMyNjc+ATU0JicmIgcDjf6RBw0K/lUTFwYGAW8UMBYaLBQBMyYmPP7NDSIN/p4BbwFiDf2vBwYGBwYOCgkOBwYGBgYNIg0CBAFvBwYXFP5WCg4G/pETFBQTATMmZyZ3/s0NDQFiAW/+ng0iAQQHDQoKDQcGBwcGBw0KCg0HDQ0ABgAr/9UD1QOAABsANwBUAHAAfACIAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBhUUFjMyNjU0JgciJjU0NjMyFhUUBgIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZQPjc2URcYGBdRNjc+Pjc2URcYGBdRNjc+LScnOREQEBE5JyctLScnOREQEBE5JyctNkpKNjZKSjYTGBgTExgYA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgKqFxdRNjc+PzY3UBgXFxhQNzY/Pjc2URcX/gAREDonJy0sJyc6EBEREDonJywtJyc6EBEBVko2N0lJNzZKqxcUExcXExQXAAAAAAIAjQBVA4AC8wAWACUAAAkBJiIHBhQfAQcGFBceATMyNjcBNjQnASEiBhUUFjMhMjY1NCYjAcn/AA0iDQ0N4uINDQYOCgkOBwEADAwBjP6rExgYEwFVFBcXFAHzAQANDQ0iDeLiDSINBgYGBgEADSIN/rgYExMYGBMTGAACAQT/qwLSA6sAIgBAAAABLgEnETQmIyIGFREGBw4BFxYXHgEXHgEzMjY3Njc+AScmJwMGJicuATc+ATc+ATURPgEzMhYVERQWFx4BFxYGBwKvChgNWTw9WSMVFgwJCRkaTy0NFQ0jQB0pGhoTCQgbczN7IxAMBgcgGQoHBCcaGScKBw0UCSQbMwEaEBYNAcg9WVk9/jQdJiZTKysmJjYGAwETExsnKFgvLir/ACQbMxo4HR0xEAYTCQHiGiYmGv4eCRMGChQNM3YjAAADADf/2gPVA4AAJQA7AEYAAAEuASMwIiMhIgYHAwYWFzoBOwEVFBYzMjY3EzMyNjcwNDERMjYxAQMuAT0BNCYrATAiIy4BNxM+ATMhETcOASsBETM2FhcRA9UGUDYCA/2vMEYKPAY+MwcIBslkRwwXA55VN1AGAwH+1poaIhcT9AUDEBUDPAMXEAG41QMhE0lJEyEDAwQ3RT4t/oAzVweARmQMDQFnRTYFASYE/oX+pgoqHasTFwQbEAGAEBf+XlEUGwGAAxwW/t4AAAADACv/1QPJA4AAIgAtAEkAAAEuAScqASsBNTQmIyIGBwMjIgYVERQWMyE4ATEyNjcTNiYnASMiJjURNDY7ARElDgEjOAExIRETHgEdARQWOwE6ATMyFhceARUDA68QLBkHCAfEZEcMFwOeZjdJSTcCYjBGCjwDDRD9UVUUFxcUVQI3AxcQ/kiaGiIXE/QDAgMKDgYGAkACIhMdA4BHZA0N/ppKNv7VNko+LQGAGjIW/gkXEwErExj+gCIQEgGiAVkJKx2qFBcLBgYSBv58AAAABAAAAFUEAAMAAB4APABJAFYAAAEhIgcOAQcGFRQXHgEXFjMhMjc+ATc2NTQnLgEnJiMRISInLgEnJjU0Nz4BNzYzITIXHgEXFhUUBw4BBwYBIgYVFBYzMjY1NCYjESImNTQ2MzIWFRQGIwKr/qpGPj5dGxsbG10+PkYBVkY+Pl0bGxsbXT4+Rv6qNC8vRRQVFRRFLy80AVY0Ly9FFBUVFEUvL/52RmRkRkdkZEcjMjIjJDIyJAMAGxtdPj5GRz4+XRsbGxtdPj5HRj4+XRsb/asUFEYuLzU0Ly9FFBUVFEUvLzQ1Ly5GFBQBqmRGR2RkR0Zk/wAyJCMyMiMkMgAAAAQAAABVBAADAAAeADwASABUAAABISIHDgEHBhUUFx4BFxYzITI3PgE3NjU0Jy4BJyYjESEiJy4BJyY1NDc+ATc2MyEyFx4BFxYVFAcOAQcGAyIGFRQWMzI2NTQmAyImNTQ2MzIWFRQGAqv+qkY+Pl0bGxsbXT4+RgFWRj4+XRsbGxtdPj5G/qo0Ly9FFBUVFEUvLzQBVjQvL0UUFRUURS8vNEdkZEdGZGRGJDIyJCMyMgMAGxtdPj5GRz4+XRsbGxtdPj5HRj4+XRsb/asUFEYuLzU0Ly9FFBUVFEUvLzQ1Ly5GFBQBqmRGR2RkR0Zk/wAyJCMyMiMkMgAAAAMAVf/VA6sDgAAiAC0AOAAAASM1NCYrASIGHQEjIgYVFBY7AREUFjMhMjY1ETMyNjU0JiMlNDY7ATIWHQEhNQEUBiMhIiY1ESERA4CrSTeqN0mrExgYEytJNwGqN0krExgYE/4AFxSqFBf/AAGAFxT+VhQXAgAC1Ss2Sko2KxcTFBf91TZKSjYCKxcUExcrExgYEysr/VUTFxcTAiv91QAFAFX/1QOrA4AAIgAtADgARwBWAAABIzU0JisBIgYdASMiBhUUFjsBERQWMyEyNjURMzI2NTQmIyU0NjsBMhYdASE1ARQGIyEiJjURIREBIgYVERQWMzI2NRE0JiMzIgYVERQWMzI2NRE0JiMDgKtJN6o3SasTGBgTK0k3Aao3SSsTGBgT/gAXFKoUF/8AAYAXFP5WFBcCAP6rFBcXFBMXFxOqExcXExQXFxQC1Ss2Sko2KxcTFBf91TZKSjYCKxcUExcrExgYEysr/VUTFxcTAiv91QGrFxT/ABMXFxMBABQXFxT/ABMXFxMBABQXAAABAA0AgAQAAskAKwAAATQmIyIGHQEBJiIPAQEmIgcGFBcBFjI/AQEjIgYVFBYzITI2Nz4BNz4BNREEABcUExf+sw0iDbf+3g0iDQ0NAUANIg23AS+aExcXEwEABAoDBwwDAwEBqxMXFxOaAU0NDbgBIwwMDSIN/sANDbf+0RcTFBcBAwMMBwMKBAEAAAEADQCABAAC1QAuAAABLgEnLgEjISIGFRQWOwEBJyYiBwEGFBceATMyNjcBFxYyNwEVFBYzMjY1ETQmJwP8AwwHAwoE/wATFxcTmv7Rtw0iDf7ADQ0GDgoJDgcBIrcNIg0BTRcTFBcBAwK8BgwDAwEXExQX/tG4DAz+wA0iDQcGBgcBIrgMDAFNmRQXFxQBAAMLAwACACsAAAPrA1oAHgA3AAAlAS4BJyYGBw4BBzgBMQEGFhceATMhMjY3PgE1LgEnBw4BIyEiJicuATcBPgEzNhYXAR4BFRYGBwPV/poNKxkaMhYNGAb+mhocLQwfEALWGTAQExQECApMBxEG/SoGCQYQBwYBawMGAxAjCQFrAwEDCAPAAl4WHwcGBg0HFw39ni1oGgoHExMULBoQIw1eBgcBBAkiEAJaAwoJCQ39pgMMBgoNBwAFAAAAAAQAA1UAMwA4AEQAUABVAAABJy4BKwE1NCYjISIGFREUFjsBDgEVFBYzMjY1NCYnIQ4BFRQWMzI2NTQmJzMyNj0BNCYnASERIRETFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhY3IxEzFwPzgAYOCoAXE/2AFBcXFDsJCFk9PFkHCgEeBwpYPT1YBwpAFBcGB/xiAiv91dYnGRomJhoZJwIqJhoZJycZGiZW1m9nAfOABwarExcXE/3VExgQIBA8WVk8ECAQECAQPFlZPBAgEBgT1QoOBgEN/isB1f2VGScnGRomJhoZJycZGiYmfAEAZwAAAgAr/9UD1QNzACEAMgAAASM3NjQnJiIPAScmIgcGFB8BIyIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2MyEyFhURA1XvjQ0NDSINt7cNIg0NDY3vN0lJNwKqN0lJNysXFP1WFBcXFAKqFBcCq4wNIg0NDbe3DQ0NIg2MSjb+KjZKSjYB1jZK/aoTFxcTAdYTFxcT/ioAAAACAAAABAQAA00ASgCJAAABJiIHDgEHJicuAQcGBw4BFSYnLgEnJicuASMiBgcOARcWFx4BFxYXDgEjIgYHBhYXFhceARcWMzI2NzY3PgE3NjU8ATU+ATc2JicHDgEVHgEVFAcOAQcGBwYHDgEnJic+ATc+ATU0JicmJy4BNzY3FhceARcWNzI2PQE0Njc2FhceATc+ATcOAQcD7wobChYzGSAoJ1IpKCEqLC4sK08iIhsGEw0NEgMEKgMCCgouJyc7MGs2DRsDAwwMKCopUyopKFCYR0U1NUkTEyArCgMKCpEHBgMBEBA/LS06LTAxZTU0NSpMJAwJEApcMTAnAwIKIyoqXjIzNRAbGRotfiYKFwoGEQYGDQYDTQYGEBoJHA8QAQ4NHSNdMwMNDiwfHycJCBAKA4dcKC0sWisrJRYUEQ0NHAYXEBEXBQYoKSc3N4lQUFgGCQYjUi0NFweiBxYKBg0GTUVFdi8wIRoQEA0EAw0MIxkHEw0MEwMpOTl3ODgoIxscJgkJARsQKyA8FykJLQoGAwMDAwoPCQAAAQCAACsDgAMrACoAAAEhIgYdARQWMzI2PQEhESMiBhUUFjMhMjY1NCYrAREhFRQWMzI2PQE0JiMDVf1WFBcXFBMXAQBVExgYEwEAExgYE1UBABcTFBcXFAMrGBOAExgYE1X9qxcUExcXExQXAlVVExgYE4ATGAAAAgAA/9UEAAN8ADAAQQAAAQYHDgEHBgcUFhceATMhERQWMzI2NTQmIyIGFRQGIyImNREhMjY3PgE1JicuAScmBxMhNjc+ATc2NzYXHgEXFhchAdFdUFF7JycKBgcDEQoBqmVGRmUYExMYMiMjMgGqChEDAwoKMTCYYWFqL/5eDSIhZD4/RlJMTHwsKxD+XgN8CCcne1BRWwoSBgcG/wBGZWVGExgYEyMyMiMBAAYHBhIKallZfh8fC/5ZRTs7WhwdCAgXFlxCQ1AAAAAAAgCAAAADgANVACwAOgAAJTI3PgE3NjURNCYjIgYVERQHDgEHBiMiJy4BJyY1ETQmIyIGFREUFx4BFxYzBSEiBhUUFjMhMjY1NCYCAD43NlEXGBgTExgQETknJy0tJyc5ERAYExMYGBdRNjc+AVX9VhQXFxQCqhQXF9UYF1E2Nz4BKxMXFxP+1S0nJzkREBAROScnLQErExcXE/7VPjc2URcYgBcTFBcXFBMXAAIAVf/VA6sDgAA1AEYAAAEhNTQ2Nz4BMzgBMTIWFx4BNz4BJyYnLgEnJiM4ATEiBgcOAR0BIyIGFREUFjMhMjY1ETQmIxMUBiMhIiY1ETQ2MyEyFhURAyv+KhoaFj4jPV0MBCAQEBUDChgXRCkpLTNdIycmKzZKSjYCVjZKSjYqFxP9qhMXFxMCVhMXAgCAIz4WGhpMPRAVAwMdEy0mJTcPDyYnI10zgEo2/tU2Sko2ASs2Sv5VExcXEwErExgYE/7VAAACAFUAAAOrA1EAHgBDAAABIgYdARQGIyEiJj0BNCYjIgYdARQWMyEyNj0BNCYjJTcRFBYzMjY1ERceATMyNjc2NC8BLgEjJiIHDgEPAQYUFxYyNwOAExgXE/2qExcYExMYSjYCVjZKGBP9yYwYExMYjAcOCQoOBg0N1QMHAwYSCgMHA9UNDQ0iDQFVFxOrExgYE6sTFxcTqzZKSjarExfijf5nFBcXFAGZjQYGBgYNIg3WAwUDAwMCA9YNIg0MDAACAAkAAAP3A1MARgBrAAABLgErASYnLgEnJgcOAQcOARceARceATc+AScuAScmNjc+ATc2Fx4BFxYXHgE7ATIWFx4BBw4BBw4BFx4BMzI2Nz4BNzYmJwUuASMmIgcOAQ8BBhQXFjI/AREUFjMyNjURFx4BMzI2NzY0LwED4iN5RhUYMC97SEdITXgqKRUUDCkgDSINDAUNFyMGEBIgHWE5PDo7YyQlDgMYEDMwTxYQBwoJKx0QCwoGFAwHCActPhANCxf+PAMHAwYSCgMHA6sMDA0iDWIYExMYYgYRBwYRBwwMqwHRPUdHNjZBCgkTFFtAQJlKLE4jDQQMDSINGj8jOXM2M0kMEAkJOi8vOw0RMCkdQyAgNxAJIhAKDAEDGk0zLWYtCAMFAwMDAgOrDSINDQ1i/ucUFxcUARliBgcHBg0iDasAAAAAAwCAAAADgANVACYAQgBOAAABISIHDgEHBh0BFBYzMjY9ATQ2MyEyFh0BFBYzMjY9ATQnLgEnJiMnMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWEzIWFRQGIyImNTQ2Aqv+qiwnJzoQERcUExdKNgFWNkoXExQXERA6Jycsqy0nJzkREBAROScnLS0nJzkREBAROScnLTZKSjY2SkoBVRAROScnLVUUFxcUVTZKSjZVFBcXFFUtJyc5ERBWEBE5JyctLScnOREQEBE5JyctLScnOREQAVVKNjZKSjY2SgAEAAAAAAPzA1UAJgBDAE8AZgAAASEiBw4BBwYdARQWMzI2PQE0NjMhMhYdARQWMzI2PQE0Jy4BJyYjJzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMRMhYVFAYjIiY1NDYFJiIPAScmIgcGFB8BHgEzMjY/ATY0JwIA/tUsJyc6EBEXFBMXSjYBKzZKFxQTFxAROScnLZUsJyc6EBEREDonJywtJyc6EBEREDonJy02Sko2N0lJAr8NIg2MOA0iDQwMVgYRBwYRB6oNDQFVEBE5JyctVRQXFxRVNkpKNlUUFxcUVS0nJzkREFYQETknJy0tJyc5ERAQETknJy0tJyc5ERABVUo2NkpKNjZKtwwMjTcNDQ0iDVUGBwcGqw0iDQAABAAAAAAEAANVACYAQwBPAF4AAAEhIgcOAQcGHQEUFjMyNj0BNDYzITIWHQEUFjMyNj0BNCcuAScmIycyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYzETIWFRQGIyImNTQ2ASEiBhUUFjMhMjY1NCYjAgD+1SwnJzoQERcUExdKNgErNkoXFBMXEBE5JyctlSwnJzoQEREQOicnLC0nJzoQEREQOicnLTZKSjY3SUkCof8AExcXEwEAFBcXFAFVEBE5JyctVRQXFxRVNkpKNlUUFxcUVS0nJzkREFYQETknJy0tJyc5ERAQETknJy0tJyc5ERABVUo2NkpKNjZK/wAXFBMXFxMUFwAAAAQAAAAABAADVQAmAEMATwBwAAABISIHDgEHBh0BFBYzMjY9ATQ2MyEyFh0BFBYzMjY9ATQnLgEnJiMnMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWMxEyFhUUBiMiJjU0NgEjNTQmIyIGHQEjIgYVFBY7ARUUFjMyNj0BMzI2NTQmIwIA/tUsJyc6EBEXFBMXSjYBKzZKFxQTFxAROScnLZUsJyc6EBEREDonJywtJyc6EBEREDonJy02Sko2N0lJAqFVFxQTF1YTFxcTVhcTFBdVFBcXFAFVEBE5JyctVRQXFxRVNkpKNlUUFxcUVS0nJzkREFYQETknJy0tJyc5ERAQETknJy0tJyc5ERABVUo2NkpKNjZK/wBVFBcXFFUXFBMXVhMXFxNWFxMUFwAEAAAAAAPzA1UAJgBDAE8AdgAAASEiBw4BBwYdARQWMzI2PQE0NjMhMhYdARQWMzI2PQE0Jy4BJyYjJzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMRMhYVFAYjIiY1NDYBNzY0JyYiDwEnJiIHBhQfAQcGFBceATMyNj8BFx4BMzI2NzY0LwECAP7VLCcnOhARFxQTF0o2ASs2ShcUExcQETknJy2VLCcnOhARERA6JycsLScnOhARERA6JyctNkpKNjdJSQJyTQ0NDSINTE0NIg0NDU1NDQ0HEQYGEQdNTAcRBgcRBg0NTQFVEBE5JyctVRQXFxRVNkpKNlUUFxcUVS0nJzkREFYQETknJy0tJyc5ERAQETknJy0tJyc5ERABVUo2NkpKNjZK/utMDSINDQ1NTQ0NDSINTE0NIg0GBwcGTU0GBwcGDSINTQAFAAAAAAP8A1UAJgBCAE4AYwCDAAABISIHDgEHBh0BFBYzMjY9ATQ2MyEyFh0BFBYzMjY9ATQnLgEnJiMnMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWEzIWFRQGIyImNTQ2ASYGBwYWFx4BHQEUFjMyNj0BNiYnAyYGBwYWFx4BBw4BBw4BFx4BMzoBMT4BNzYnLgEnJicCK/6qLCcnOhARFxQTF0o2AVY2ShcTFBcREDonJyyrLScnOREQEBE5JyctLScnOREQEBE5JyctNkpKNjZKSgIUECADBBIQKTQYExMYA1hJqxAdBgMREDM4DQoxIxAUBgMYEAMFOlMNCwYHKSIiKwFVEBE5JyctVRQXFxRVNkpKNlUUFxcUVS0nJzkREFYQETknJy0tJyc5ERAQETknJy0tJyc5ERABVUo2NkpKNjZK/k0DERAQIAMKRS1VFBcXFFVKcxACAAYRExAgAw1bNiMxCgMgEBASEFA5LSssSBkaCgAAAAMAAABVBAADAAAjADMANwAAASYGDwE1NCYjISIGFREUFjMhMjY9ARceATMyNjc+ATURNCYnARQGIyEiJjURNDYzITIWFQEnNxED6woXCutJN/4rNkpKNgHVN0nnBg0GBwgHCQwMCf6VFxT+KxMYGBMB1RQXASu4uAKmBwQHpoQ2Sko2/lU2Sko2hacDBQEDBhQMAasNEwb+LxMXFxMBqxMYGBP+poWE/vcAAAADAAD/qwQAA54AKABOAF0AAAEmBg8BJzU0JisBIgYVFBY7ATIWHQEUFh8BHgE/AREUFjMyNjURNCYnATgBMQE4ATEnJiIHBhQfAQ4BFREUFjMhMjY3Fx4BMzI2NzY0JwEHFAYjISImNRE0NjsBARUD6woXCuYFSTeMFBcXFIwUFwYHKgohDbwXExQXDAn+3v4qqg0iDQ0NYjA/SjYB1SdBEOoHEQYHEQYNDf7WSRcU/isTGBgTRAG8AqYHBAeiBHw2ShcUExcYE40JDgcqCgQJhf6qExcXEwGrDRMG/ngB1asNDQ0iDWIGSjD+VTZKLSDrBgYGBg0iDQErSRMXFxMBqxMY/kQaAAADAAAA1QQAAqsAMQA+AEoAAAEiBw4BBwYVFBYXIz4BNTQnLgEnJiMiBw4BBwYVFBceARcWMyEyNz4BNzY1NCcuAScmBTQ2MzIWFRQGIyImNQUiJjU0NjMyFhUUBgMVMCorQBMSHhnEGR4SE0ArKjAwKytAEhMTEkArKzACKjArK0ASExMSQCsr/RBZPTxZWTw9WQLAPFlZPD1ZWQKrExNAKiswKksgIEsqMCsqQBMTExNAKiswMCsqQBMTExNAKiswMCsqQBMT6z1YWD09WFg9lVg9PVhYPT1YAAAAAgArAFUB/AL8ABsAKAAAASYGDwEjIgYVERQWOwEXHgEzMjY3PgE1ETYmJwMnLgErATUzMjY/AREB5gkcCsiaExcXE5rIBw0GAwsDChADDA07kQcNBoCABg0HkQL8BgQHohcT/wAUF6IDBgEEBhMNAlUNEwf93nMDBasFBHP+XgADACsAVQLtAvwAGwAoAEIAAAEmBg8BIyIGFREUFjsBFx4BMzI2Nz4BNRE2JicDJy4BKwE1MzI2PwERASYiBwYUFxYUBwYUFx4BMzI2NzY3NjQnJicB5gkcCsiaExcXE5rIBw0GAwsDChADDA07kQcNBoCABg0HkQEIDSINDAw0NAwMBxEGBxEGJxMTExMnAvwGBAeiFxP/ABQXogMGAQQGEw0CVQ0TB/3ecwMFqwUEc/5eAYQNDQ0iDTONMw0iDQYHBwYnLzBiLy8lAAAEACsAVQO0AvwAGwAoAEIAYAAAASYGDwEjIgYVERQWOwEXHgEzMjY3PgE1ETYmJwMnLgErATUzMjY/ARETBhQXFhQHBhQXHgEzMjY3Njc2NCcmJyYiBzcmIgcGFBcWFxYUBwYHBhQXHgEzMjY3Njc2NCcmJwHmCRwKyJoTFxcTmsgHDQYDCwMKEAMMDTuRBw0GgIAGDQeRzAwMNDQMDAcRBgcRBiUSExMSJQkmDdYNIg0NDTgcHBwcOA0NBhIGBhEHRSIiIiJFAvwGBAeiFxP/ABQXogMGAQQGEw0CVQ0TB/3ecwMFqwUEc/5eAYQNIg0zjTMNIg0GBwcGJS8vYjAvJw0NmQ0NDCINOEdHk0ZHOA0iDQYHBwZDVla0V1dEAAADACsAVQPzAvwAGwAoAE8AAAEmBg8BIyIGFREUFjsBFx4BMzI2Nz4BNRE2JicDJy4BKwE1MzI2PwERJTc2NCcmIg8BJyYiBwYUHwEHBhQXHgEzMjY/ARceATMyNjc2NC8BAeYJHArImhMXFxOayAcNBgMLAwoQAwwNO5EHDQaAgAYNB5EB5mINDQ0iDWJiDSINDAxjYwwMBxEGBxEGYmIHEQYHEQYNDWIC/AYEB6IXE/8AFBeiAwYBBAYTDQJVDRMH/d5zAwWrBQRz/l7RYg0iDQwMY2MMDA0iDWJiDSINBwYGB2JiBwYGBw0iDWIAAAAFAKv/qwNVA6sAJwA2AFIAZwB+AAABNCYvAS4BIzgBMSMiBg8BDgEVFBYfAR4BMzgBMTM4ATEyNj8BPgE1ATQ2OwEyFhUXLgEjIgYHAzQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJgEUBiM4ATEjOAExIiYvAR4BMzI2NyceATMyNjc2NC8BNTQmIyIGHQEUFh8BA1U6MA0HRjO8MEkHDTA6OjANB0kwuDNGBww0O/4iGxC8EBsII0gmJkcgcxQURi8uNTUuL0YUFBQURi8uNTUuL0YUFAGJGxC8EBcECCBGJyZHIGcHEQYGEQcNDTMYExMYBwZAAatJfjCVMEREMJUtgUlKgS2VMENDMJEwgkoBhBAWFhBNDRERDf7JNC8vRRQVFRRFLy80NS8uRhQUFBRGLi/+sBAWFhBNEA4RDdoHBgYHDSINM28TFxcTgAoOBkAABAAaACsD4gLTAB0AOwBVAGsAABMOARceATMyNjc2NzYyFxYXFjY3NiYnJicmIgcGByUmJyYgBwYHDgEXHgEzMjY3Njc2MhcWFxY2NzYmJwEOARceATc2MhceATMyNjc2JicmJyYiBwYHFw4BFRQWFx4BMzI2Nz4BNTQmJyYiB7wNBAwHEgoGEAM7R0aSR0Y7DSUKDQQNSFVWr1RVRgMiZ3x8/v58fWYNBA0JDwoGEQdbbm3jbW1ZDSINDQEQ/XcQBQ0JIxA2izYGDQcJEgcJBQ0pLi1cKywnjQYHBwYHDQoKDQcGBwcGDSINAbMNIg0GCwYDMhgZGRgyDQQNDSUKPR4fHR47mlktLS0tWQ0iDQoHBQRQKCgoKFANBA0QIw3+0QoiEA0IDSYmBAUICRAiChsODQ0OG6sGDgoJDgcGBgYGBxEGBxEGDQ0AAAAEAA3/qwP3A54ASABeAHwAkgAABQE4ATEnJiIHBhQfAQ4BBw4BFx4BMzI2Nz4BNxcOAQcOARceATMyNjc+ATcXJgYHDgEXHgE3NjIXHgEzOgEzAR4BMzI2NzYmJwEGFhceARceATMyNjc2JicuAScmBgcnNhceARcWFx4BMzI2NzYmJyYnLgEnJgciBhcUFjcTDgEVFBYXHgEzMjY3PgE1NCYnJiIHA/P9L9kNIg0NDa8qTSMNBA0GDgoGEQcjUi1iLVMnDAUNBxIJBxADJl0weDRnKhAFDQkjEDaLNgYNBwMCAwEaBhEHBhEGCgEN/q8GCxAXLRYGDQcJEgcNBQwaNB0QIgrVQEBAeTg4MAcOCQoSBg0EDTY/QIlJSUkUFgMYExUGBwcGBw0KCg0HBgcHBg0iDQ0C0doNDQ0iDa8WNCANIg0HBgYHIDMTYhAtHQwiDQcKBQMgLQ14BBsgCiIQDQgNJiYEBf7mBgYGBg0iDQHzECEGDRwTBgIHCg0lCRQkDQYMEMUEBwgoICArBwIHBg0iDTAkJS4JCQYcExMXBP3IBg4KCQ4HBgYGBgcRBgcRBg0NAAAAAAMAKwArA6sDKwA4AGgAiQAAATgBMSEiBhUUFjMhOAExMhYXHgEVFAYHDgEjOAExIiYnJiIHBhQXHgEzOAExMjY3PgE1NCYnLgEjASE4ATEyNjc2NCcuASMiBgcGFBcWMjc+ATM4ATEyFhcWFAcOASM4ATEhIgYVFBYzJSYiBwYUFxYyNzYyFxYUBw4BIyEiBhUUFjMhMjY3NjQnAlX+ABMXFxMCAAoOBgcGBgcGDgoJDgcMIg0NDRMtGRotExMTExMQMBr+AAGAGjAQJiYQMBoZMBANDQ0iDAcOCQoOBg0NBg4K/oATFxcTA1YteykNDQwjDBQzExMTChgN/RUTFxcTAusdNxcpKQErGBMTGAYGBw4JCg4GBwYGBw0NDSINExMTExMtGhkwEBMUAQATEyZqIxMUFBMNIgwNDQYGBgYNIg0HBhcUExdVLS0NIg0NDRMTEzMTCgcYExMYGBMqei0AAAAAAQDiAIADHgLJACYAAAE3NjQnJiIPAScmIgcGFB8BBwYUFx4BMzI2PwEXHgEzMjY3NjQvAQI84g0NDSIN4uINIg0NDeLiDQ0HDQoKDQfi4gcRBgYRBw0N4gGr4g0iDQwM4+MMDA0iDeLiDSINBwYGB+LiBwYGBw0iDeIAAAMAK//VA9UDgAAbADcAXgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTJiIPAScmIgcGFB8BBwYUFx4BMzI2PwEXHgEzMjY3NjQvATc2NCcCAGJVVn8lJCQlf1ZVYmJVVn8lJCQlf1ZVYlBGRmgeHh4eaEZGUFBGRmgeHh4eaEZGTg0iDWJiDSINDQ1iYg0NBw0KCg0HYmIHEQYGEQcNDWJiDQ0DgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAh4MDGNjDAwNIg1iYg0iDQcGBgdiYgcGBgcNIg1iYg0iDQAAAwBVAAADqwNVAA8AHwBGAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQcmIg8BJyYiBwYUHwEHBhQXHgEzMjY/ARceATMyNjc2NC8BNzY0JwMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXtw0iDWJiDSINDQ1iYg0NBw0KCg0HYmIHEQYGEQcNDWJiDQ0DVUk3/as2Sko2AlU3Sf0rExgYEwJVFBcXFIwMDGNjDAwNIg1iYg0iDQcGBgdiYgcGBgcNIg1iYg0iDQAAAAACAFr/1QOmA3wAIQA0AAABLgEjIRM2JicmBgcBDgEXHgEzIQMGFhceATMyNjcBPgEnATc0JicuASMhAQcUFhceATMhAQOmBhMN/q8mBBANDR0J/lUHBAcGEw0BUSYEEA0DCwMKEgYBqwcEB/5rGgYDBhIK/toBERYGAwYRBwEm/u8CEQ0NASYNGwMGBg3+AAoYDQoL/tkNGgMEAQgJAgAKFwr+fMQKEgYHBgFJxQkSBwYH/rgAAAAABQAN/68D8wOeABkAMwBZAF0AYQAAATcHBhYXMDIxMjY/ATYmJyYGDwEGFhcWNjcXMwcGFhceATMyNj8BPgEnLgErASIGFRQWMwkBJiIHBhQXAQcOARceATMhAwYWFx4BMzI2PwEBHgEzMjY3NjQnATcXIQU3FwcB4gkJAxYUBBAXAx4EEA0NHQlnDQUMECMJvIgvDAQNBg0GChIGZwYFBwMSDeITGBgTAVX8Vg0iDQ0NARG8BgUHAxINAVEmBBANAwsDChIGuAEIBxEGBxEGDQ3853uW/u8BNxVJXgK8DTwQHAMWEM0NGwMGBg18DSINCQEN5zcNJQoGAgcKewoZDAoMGBMTGP4eA6sNDQ0iDf7v4goYDQoL/tkNGgMEAQgJ3v74BwYGBwkhDQGNlZXzvElzAAADAFUAAAOeA1UAJgBIAGkAACUnPgE1NCcuAScmIyIHDgEHBhUUFx4BFxYzMjY3Fx4BMzI2NzY0JwE0Nz4BNzYzMhceARcWFRQGBzgBMTgBMQ4BIwYnLgEnJjUlIzU0JiMiBh0BIyIGFRQWOwEVFBYzMjY9ATMyNjU0JiMDnp4mLx4eaEZGUFBGRmgeHh4eaEZGUER7MJ4HEQYGEQcNDf0NFxdRNjc+PzY3UBgXLyYqazxAODdSFxcBqlUXFBMXVhMXFxNWFxMUF1UUFxcUSZ0wfENQRkZoHh4eHmhGRlBQRkZoHh4sKp4HBgYHDSINAYw/NjdQGBcXGFA3Nj88bicpLAIXFlA3Nj4rVRQXFxRVFxQTF1YTFxcTVhcTFBcAAAADAFUAAAOeA1UAJgBIAFcAACUnPgE1NCcuAScmIyIHDgEHBhUUFx4BFxYzMjY3Fx4BMzI2NzY0JwE0Nz4BNzYzMhceARcWFRQGBzgBMTgBMQ4BIwYnLgEnJjUlISIGFRQWMyEyNjU0JiMDnp4mLx4eaEZGUFBGRmgeHh4eaEZGUER7MJ4HEQYGEQcNDf0NFxdRNjc+PzY3UBgXLyYqazxAODdSFxcBqv8AExcXEwEAFBcXFEmdMHxDUEZGaB4eHh5oRkZQUEZGaB4eLCqeBwYGBw0iDQGMPzY3UBgXFxhQNzY/PG4nKSwCFxZQNzY+KxcUExcXExQXAAEAAAABAADMDG1JXw889QALBAAAAAAA1qD0JQAAAADWoPQl////pggAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAACAD////3CAAAAQAAAAAAAAAAAAAAAAAAAZIEAAAAAAAAAAAAAAACAAAAA/kAAARJAAADgAAABJIAAAQBAAAFVQAABAAAAAUI//8DqAABA/8AAwP4ABMD/AAAA/3//wP+AAAEAAEgBAABgAQAAKAEAAEABAAA4AQAAWAEAACgBAAAoAQAAKAEAAAABAAA4AQAAKAEAAAABAAAAAQAAAAEAADgBAAAAAQAAAAEAAAABAAAAAP5AAQGAAAAAlAADAJNAAwEAACHA/4AAAQAAAAD2gAACAAAAAVVAAADtwAABAAAAAQAAAAEAAAABAAAAAP8AAAEBAAMBAAAQwQAAEMDQAAAA0AAAAQAAAAEAAAABAAAAAM9AAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAD/AAMBJEAAAQAAAAEkgAAA8AAAAQAAIAEXQAABAAAAAQAACsEAAArBAAAVQQAACsEAACABAAAKwQAAH0EAACABAAAVwQAAGsEAACABAAAPQQAAFUEAACrBAAAqwQAAJ4EAABVBAAAVQQAAHAEAABVBAAAVQQAACsEAABYBAAAKwQAADwEAAArBAAAAAQAAFcEAAAXBAAAPwQAAFUEAACABAAAVQQAAHQEAACABAAAqwQAAFUD/AAABAAAAAQAAAAG4gABBAAAVQQAAKsEAABVBAAAVQQAAFUEAABVBAAAVQQAAAAEAACABAAAqwRjAAADVwAABAAAVQQAACsEAAAABAAAKwQAACsEAABVBAAAVQQAACsEAABABAAAUwQAACsEAAArBAAAKwQAACsEAABVBAAAVQQAAFUEAABVBAAAKwQAACsEAAC3BAAAKwQAAQAEAAEABAAArwQAACsEAACrBAAAKwQAALcEAAArBAABAAQAAQAEAAArBAAAqwQAANUEAADVBAAAAAQAAAAEAAArBAAADQQAAPcEAADVBAAAgAQAACsEAACrBAAAKwQAACsEAABVBAAAAAQAAAAEAAArBAAAjQQAACsEAABVBAAA4gQAAWIEAAFiBAAA4gQAAQ0EAADiBAAA4gQAAQ0EAAArBAAAKwQAAIAEAAArBAAACQQAAAMEAAAJBAAACQQAAAMEAAADBAAANwQAACsEAABVBAAAKwQAACsEAACEBAAAgAQAAI0EAACNBAAAgAQAAIAEAACEBAAAgAQAAAAEAAAABAAAAAQAACsEAABVBAAACQQAACsEAADVBAAAVQQAAAkEAACABAAAKwQAAFUEAABVBAAAVQQAAAQEAAAEBAABAAQAACsEAAA3BAAAgAQAAIAEAACABAAAgAQAACsEAAAvBAAAgAQAACsEAAArBAAAKwQAAFUEAAAABAAAVQQAAFUEAAArBAAABAQAACsEAABVBAAAKwQAAIAEAABVBAAAFQQAACsEAABVBAAAVQQAACsEAAArBAAAKwQAAKsEAAArBAAAVQQAACsEAABBBAAAAAQAACsEAABVBAAAKwQAAFUEAABVBAAAVQQAACsEAAAABAAAVQQAAFUEAABVBAAAVQQAAFUEAABVBAAAqwQAAA0EAABVBAAAYgQAAKsEAAArBAAAVQQAACsEAABaBAAAgAQAAasEAAAvBAAAVQQAAFUEAACvBAAAKwQAACsEAABDBAAA1QQAACsEAACABAAALwQAAC8EAAAvBAAALwQAAC8EAAANBAAALwQAACwEAACrBAAAKwQAAKsEAAArBAAAVQQAACsEAAB0BAAAKwQAAEwEAAAABAAACQQAAFUEAAArBAAAAAQAAFgEAACABAAAVQQAAFUEAABVBAAAKwQAACsEAAAABAAAgAQAAFUEAACABAAADQQAAFUEAAAABAAAjQQAAFUEAACrBAAAqwQAAAAEAAArBAAAAAQAAKsEAACABAAAVQQAACsEAAArBAAAAAQAAAAEAAAABAAAgAQAACsEAAArBAAAjQQAAQQEAAA3BAAAKwQAAAAEAAAABAAAVQQAAFUEAAANBAAADQQAACsEAAAABAAAKwQAAAAEAACABAAAAAQAAIAEAABVBAAAVQQAAAkEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAArBAAAKwQAACsEAAArBAAAqwQAABoEAAANBAAAKwQAAOIEAAArBAAAVQQAAFoEAAANBAAAVQQAAFUAAAAAAAoAFAAeAKQBIgGsAmIDYgPuBOwFZgZ6BvwHsAiQCWIKAgoWCiQKOApMCmAKbgqCCpYKqgq+CswK4Ar0CwgLHAsqCz4LUgtmC3oMJgyEDMIM9A80EQgSEhMQE1ATkhP4FH4U6BV+Fh4W6BeoGDQYihkYGlIa0BvAHLgdkh4UHzgfviCwIT4hmiHgI0gj7iTOJbAmJicmKAIoRijyKYIp4ir+K4gr8CyCLP4tYC2sLgYuUi62LxovnjAGMGQwkjDeMcQyNjKuMwgzHDOkNFY0pDVUNao2AjYyNrA35DgkOFQ4rjlyOY45rDnuOpY7KDuQPC48oD0aPcg+Sj7gP0A/7kCiQQ5BuEIQQkRC9kNqQ+xELEReRJBE9EV+RfZGgkbURyhHekfOSDxI4kkeSahJ4EoWSlJK3EsYS6JL3kxmTKJM3k1+TfxOPk6CTspPZE/kUIZQ2lEmUWJRuFIAUl5SulMeU6ZUTFTuVRhVnlX6ViRWTlZ4VqBW6FcwV3hXwFhwWMhZGFmOWf5a3luEXChc1F3+Xkxe+l98YARgZmCwYPphRGGOYdhiImJsYrZjVGOQY+BkYGUSZYBl+GZUZrRnWmewaBBoQmiGaPJpeGo0aqBrBGt6a8hsJmyWbRpthG3Qbjxufm7Ubzxvpm/scFZwvnGacfhyunM0c8B0LnSidRB1vnYMdnJ23HdkeBh4SnjMeQ553HqAevp7lHwyfOx9RH2kfgR+Tn66fzx/soAYgFqA6IEogaaChIL8g2KDfoPqhDCEeIUChTqFcIYghnqGtob4hz6HoogoiGiI5olKihiLMIwwjSqOMI8ekB6QoJDWkViRipIIkmKSzJNAk6KUfJVIlhSWoJcEl5iYKJiGmOKZbpnWmi6ayJw6nJydIp16ngKeep7in2KfnJ/moDChJqGcojaiiqMUo0ajsqQmpRil6Ka4pwynbKg0qHKo2Kk+qaaqJqqkqvSrbKuyq/ysVqzQrRyt6q4mroyu4q9Er6SwSLC4sUqx0LJosxCzzrQktKi1FrVWtby2TLbEt264FLjwuaK54Lpuuti7NLvOvF682gAAAAEAAAGSAdEAHAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAGAAAAAQAAAAAAAgAHAFcAAQAAAAAAAwAGADMAAQAAAAAABAAGAGwAAQAAAAAABQALABIAAQAAAAAABgAGAEUAAQAAAAAACgAaAH4AAwABBAkAAQAMAAYAAwABBAkAAgAOAF4AAwABBAkAAwAMADkAAwABBAkABAAMAHIAAwABBAkABQAWAB0AAwABBAkABgAMAEsAAwABBAkACgA0AJhvc2ZvbnQAbwBzAGYAbwBuAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBvc2ZvbnQAbwBzAGYAbwBuAHRvc2ZvbnQAbwBzAGYAbwBuAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJvc2ZvbnQAbwBzAGYAbwBuAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype");
  font-weight: normal;
  font-style: normal; }

.os-icon {
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.os-icon-activity:before {
  content: "\e985"; }

.os-icon-airplay:before {
  content: "\e988"; }

.os-icon-alert-circle:before {
  content: "\e989"; }

.os-icon-alert-octagon:before {
  content: "\e98a"; }

.os-icon-alert-triangle:before {
  content: "\e98b"; }

.os-icon-align-center:before {
  content: "\e98c"; }

.os-icon-align-justify:before {
  content: "\e98d"; }

.os-icon-align-left:before {
  content: "\e98e"; }

.os-icon-align-right:before {
  content: "\e98f"; }

.os-icon-anchor:before {
  content: "\e990"; }

.os-icon-aperture:before {
  content: "\e991"; }

.os-icon-arrow-down6:before {
  content: "\e992"; }

.os-icon-arrow-down-circle:before {
  content: "\e993"; }

.os-icon-arrow-down-left:before {
  content: "\e994"; }

.os-icon-arrow-down-right:before {
  content: "\e995"; }

.os-icon-arrow-left6:before {
  content: "\e996"; }

.os-icon-arrow-left-circle:before {
  content: "\e997"; }

.os-icon-arrow-right7:before {
  content: "\e998"; }

.os-icon-arrow-right-circle:before {
  content: "\e999"; }

.os-icon-arrow-up6:before {
  content: "\e99a"; }

.os-icon-arrow-up-circle:before {
  content: "\e99b"; }

.os-icon-arrow-up-left:before {
  content: "\e99c"; }

.os-icon-arrow-up-right:before {
  content: "\e99d"; }

.os-icon-at-sign:before {
  content: "\e99e"; }

.os-icon-award:before {
  content: "\e99f"; }

.os-icon-bar-chart:before {
  content: "\e9a0"; }

.os-icon-bar-chart-2:before {
  content: "\e9a1"; }

.os-icon-battery:before {
  content: "\e9a2"; }

.os-icon-battery-charging:before {
  content: "\e9a3"; }

.os-icon-bell:before {
  content: "\e9a4"; }

.os-icon-bell-off:before {
  content: "\e9a5"; }

.os-icon-bluetooth:before {
  content: "\e9a6"; }

.os-icon-bold:before {
  content: "\e9a7"; }

.os-icon-book:before {
  content: "\e9a8"; }

.os-icon-book-open:before {
  content: "\e9a9"; }

.os-icon-bookmark:before {
  content: "\e9aa"; }

.os-icon-box:before {
  content: "\e9ab"; }

.os-icon-briefcase:before {
  content: "\e9ac"; }

.os-icon-calendar:before {
  content: "\e9ad"; }

.os-icon-camera:before {
  content: "\e9ae"; }

.os-icon-camera-off:before {
  content: "\e9af"; }

.os-icon-cast:before {
  content: "\e9b0"; }

.os-icon-check:before {
  content: "\e9b1"; }

.os-icon-check-circle:before {
  content: "\e9b2"; }

.os-icon-check-square:before {
  content: "\e9b3"; }

.os-icon-chevron-down:before {
  content: "\e9b4"; }

.os-icon-chevron-left:before {
  content: "\e9b5"; }

.os-icon-chevron-right:before {
  content: "\e9b6"; }

.os-icon-chevron-up:before {
  content: "\e9b7"; }

.os-icon-chevrons-down:before {
  content: "\e9b8"; }

.os-icon-chevrons-left:before {
  content: "\e9b9"; }

.os-icon-chevrons-right:before {
  content: "\e9ba"; }

.os-icon-chevrons-up:before {
  content: "\e9bb"; }

.os-icon-chrome:before {
  content: "\e9bc"; }

.os-icon-circle:before {
  content: "\e9bd"; }

.os-icon-clipboard:before {
  content: "\e9be"; }

.os-icon-clock:before {
  content: "\e9bf"; }

.os-icon-cloud:before {
  content: "\e9c0"; }

.os-icon-cloud-drizzle:before {
  content: "\e9c1"; }

.os-icon-cloud-lightning:before {
  content: "\e9c2"; }

.os-icon-cloud-off:before {
  content: "\e9c3"; }

.os-icon-cloud-rain:before {
  content: "\e9c4"; }

.os-icon-cloud-snow:before {
  content: "\e9c5"; }

.os-icon-code:before {
  content: "\e9c6"; }

.os-icon-codepen:before {
  content: "\e9c7"; }

.os-icon-command:before {
  content: "\e9c8"; }

.os-icon-compass:before {
  content: "\e9c9"; }

.os-icon-copy:before {
  content: "\e9ca"; }

.os-icon-corner-down-left:before {
  content: "\e9cb"; }

.os-icon-corner-down-right:before {
  content: "\e9cc"; }

.os-icon-corner-left-down:before {
  content: "\e9cd"; }

.os-icon-corner-left-up:before {
  content: "\e9ce"; }

.os-icon-corner-right-down:before {
  content: "\e9cf"; }

.os-icon-corner-right-up:before {
  content: "\e9d0"; }

.os-icon-corner-up-left:before {
  content: "\e9d1"; }

.os-icon-corner-up-right:before {
  content: "\e9d2"; }

.os-icon-cpu:before {
  content: "\e9d3"; }

.os-icon-credit-card:before {
  content: "\e9d4"; }

.os-icon-crop:before {
  content: "\e9d5"; }

.os-icon-crosshair:before {
  content: "\e9d6"; }

.os-icon-database:before {
  content: "\e9d7"; }

.os-icon-delete:before {
  content: "\e9d8"; }

.os-icon-disc:before {
  content: "\e9d9"; }

.os-icon-dollar-sign:before {
  content: "\e9da"; }

.os-icon-download:before {
  content: "\e9db"; }

.os-icon-download-cloud:before {
  content: "\e9dc"; }

.os-icon-droplet:before {
  content: "\e9dd"; }

.os-icon-edit:before {
  content: "\e9de"; }

.os-icon-edit-2:before {
  content: "\e9df"; }

.os-icon-edit-32:before {
  content: "\e9e0"; }

.os-icon-external-link:before {
  content: "\e9e1"; }

.os-icon-eye:before {
  content: "\e9e2"; }

.os-icon-eye-off:before {
  content: "\e9e3"; }

.os-icon-facebook2:before {
  content: "\e9e4"; }

.os-icon-fast-forward:before {
  content: "\e9e5"; }

.os-icon-feather:before {
  content: "\e9e6"; }

.os-icon-file:before {
  content: "\e9e7"; }

.os-icon-file-minus:before {
  content: "\e9e8"; }

.os-icon-file-plus:before {
  content: "\e9e9"; }

.os-icon-file-text:before {
  content: "\e9ea"; }

.os-icon-film:before {
  content: "\e9eb"; }

.os-icon-filter:before {
  content: "\e9ec"; }

.os-icon-flag:before {
  content: "\e9ed"; }

.os-icon-folder:before {
  content: "\e9ee"; }

.os-icon-folder-minus:before {
  content: "\e9ef"; }

.os-icon-folder-plus:before {
  content: "\e9f0"; }

.os-icon-git-branch:before {
  content: "\e9f1"; }

.os-icon-git-commit:before {
  content: "\e9f2"; }

.os-icon-git-merge:before {
  content: "\e9f3"; }

.os-icon-git-pull-request:before {
  content: "\e9f4"; }

.os-icon-github:before {
  content: "\e9f5"; }

.os-icon-gitlab:before {
  content: "\e9f6"; }

.os-icon-globe:before {
  content: "\e9f7"; }

.os-icon-grid:before {
  content: "\e9f8"; }

.os-icon-hard-drive:before {
  content: "\e9f9"; }

.os-icon-hash:before {
  content: "\e9fa"; }

.os-icon-headphones:before {
  content: "\e9fb"; }

.os-icon-heart:before {
  content: "\e9fc"; }

.os-icon-help-circle:before {
  content: "\e9fd"; }

.os-icon-home:before {
  content: "\e9fe"; }

.os-icon-image:before {
  content: "\e9ff"; }

.os-icon-inbox:before {
  content: "\ea00"; }

.os-icon-info:before {
  content: "\ea01"; }

.os-icon-instagram:before {
  content: "\ea02"; }

.os-icon-italic:before {
  content: "\ea03"; }

.os-icon-layers:before {
  content: "\ea04"; }

.os-icon-layout:before {
  content: "\ea05"; }

.os-icon-life-buoy:before {
  content: "\ea06"; }

.os-icon-link:before {
  content: "\ea07"; }

.os-icon-link-2:before {
  content: "\ea08"; }

.os-icon-linkedin:before {
  content: "\ea09"; }

.os-icon-list:before {
  content: "\ea0a"; }

.os-icon-loader:before {
  content: "\ea0b"; }

.os-icon-lock:before {
  content: "\ea0c"; }

.os-icon-log-in:before {
  content: "\ea0d"; }

.os-icon-log-out:before {
  content: "\ea0e"; }

.os-icon-mail:before {
  content: "\ea0f"; }

.os-icon-map:before {
  content: "\ea10"; }

.os-icon-map-pin:before {
  content: "\ea11"; }

.os-icon-maximize:before {
  content: "\ea12"; }

.os-icon-maximize-2:before {
  content: "\ea13"; }

.os-icon-menu:before {
  content: "\ea14"; }

.os-icon-message-circle:before {
  content: "\ea15"; }

.os-icon-message-square:before {
  content: "\ea16"; }

.os-icon-mic:before {
  content: "\ea17"; }

.os-icon-mic-off:before {
  content: "\ea18"; }

.os-icon-minimize:before {
  content: "\ea19"; }

.os-icon-minimize-2:before {
  content: "\ea1a"; }

.os-icon-minus2:before {
  content: "\ea1b"; }

.os-icon-minus-circle:before {
  content: "\ea1c"; }

.os-icon-minus-square:before {
  content: "\ea1d"; }

.os-icon-monitor:before {
  content: "\ea1e"; }

.os-icon-moon:before {
  content: "\ea1f"; }

.os-icon-more-horizontal:before {
  content: "\ea20"; }

.os-icon-more-vertical:before {
  content: "\ea21"; }

.os-icon-move:before {
  content: "\ea22"; }

.os-icon-music:before {
  content: "\ea23"; }

.os-icon-navigation:before {
  content: "\ea24"; }

.os-icon-navigation-2:before {
  content: "\ea25"; }

.os-icon-octagon:before {
  content: "\ea26"; }

.os-icon-package:before {
  content: "\ea27"; }

.os-icon-paperclip:before {
  content: "\ea28"; }

.os-icon-pause:before {
  content: "\ea29"; }

.os-icon-pause-circle:before {
  content: "\ea2a"; }

.os-icon-percent:before {
  content: "\ea2b"; }

.os-icon-phone:before {
  content: "\ea2c"; }

.os-icon-phone-call:before {
  content: "\ea2d"; }

.os-icon-phone-forwarded:before {
  content: "\ea2e"; }

.os-icon-phone-incoming:before {
  content: "\ea2f"; }

.os-icon-phone-missed:before {
  content: "\ea30"; }

.os-icon-phone-off:before {
  content: "\ea31"; }

.os-icon-phone-outgoing:before {
  content: "\ea32"; }

.os-icon-pie-chart:before {
  content: "\ea33"; }

.os-icon-play:before {
  content: "\ea34"; }

.os-icon-play-circle:before {
  content: "\ea35"; }

.os-icon-plus:before {
  content: "\ea36"; }

.os-icon-plus-circle:before {
  content: "\ea37"; }

.os-icon-plus-square:before {
  content: "\ea38"; }

.os-icon-pocket:before {
  content: "\ea39"; }

.os-icon-power:before {
  content: "\ea3a"; }

.os-icon-printer:before {
  content: "\ea3b"; }

.os-icon-radio:before {
  content: "\ea3c"; }

.os-icon-refresh-ccw:before {
  content: "\ea3d"; }

.os-icon-refresh-cw:before {
  content: "\ea3e"; }

.os-icon-repeat:before {
  content: "\ea3f"; }

.os-icon-rewind:before {
  content: "\ea40"; }

.os-icon-rotate-ccw:before {
  content: "\ea41"; }

.os-icon-rotate-cw:before {
  content: "\ea42"; }

.os-icon-rss:before {
  content: "\ea43"; }

.os-icon-save:before {
  content: "\ea44"; }

.os-icon-scissors:before {
  content: "\ea45"; }

.os-icon-search2:before {
  content: "\ea46"; }

.os-icon-send:before {
  content: "\ea47"; }

.os-icon-server:before {
  content: "\ea48"; }

.os-icon-settings:before {
  content: "\ea49"; }

.os-icon-share:before {
  content: "\ea4a"; }

.os-icon-share-2:before {
  content: "\ea4b"; }

.os-icon-shield:before {
  content: "\ea4c"; }

.os-icon-shield-off:before {
  content: "\ea4d"; }

.os-icon-shopping-bag:before {
  content: "\ea4e"; }

.os-icon-shopping-cart:before {
  content: "\ea4f"; }

.os-icon-shuffle:before {
  content: "\ea50"; }

.os-icon-sidebar:before {
  content: "\ea51"; }

.os-icon-skip-back:before {
  content: "\ea52"; }

.os-icon-skip-forward:before {
  content: "\ea53"; }

.os-icon-slack:before {
  content: "\ea54"; }

.os-icon-slash:before {
  content: "\ea55"; }

.os-icon-sliders:before {
  content: "\ea56"; }

.os-icon-smartphone:before {
  content: "\ea57"; }

.os-icon-speaker:before {
  content: "\ea58"; }

.os-icon-square:before {
  content: "\ea59"; }

.os-icon-star:before {
  content: "\ea5a"; }

.os-icon-stop-circle:before {
  content: "\ea5b"; }

.os-icon-sun:before {
  content: "\ea5c"; }

.os-icon-sunrise:before {
  content: "\ea5d"; }

.os-icon-sunset:before {
  content: "\ea5e"; }

.os-icon-tablet:before {
  content: "\ea5f"; }

.os-icon-tag:before {
  content: "\ea60"; }

.os-icon-target:before {
  content: "\ea61"; }

.os-icon-terminal:before {
  content: "\ea62"; }

.os-icon-thermometer:before {
  content: "\ea63"; }

.os-icon-thumbs-down:before {
  content: "\ea64"; }

.os-icon-thumbs-up:before {
  content: "\ea65"; }

.os-icon-toggle-left:before {
  content: "\ea66"; }

.os-icon-toggle-right:before {
  content: "\ea67"; }

.os-icon-trash:before {
  content: "\ea68"; }

.os-icon-trash-2:before {
  content: "\ea69"; }

.os-icon-trending-down:before {
  content: "\ea6a"; }

.os-icon-trending-up:before {
  content: "\ea6b"; }

.os-icon-triangle:before {
  content: "\ea6c"; }

.os-icon-truck:before {
  content: "\ea6d"; }

.os-icon-tv:before {
  content: "\ea6e"; }

.os-icon-twitter2:before {
  content: "\ea6f"; }

.os-icon-type:before {
  content: "\ea70"; }

.os-icon-umbrella:before {
  content: "\ea71"; }

.os-icon-underline:before {
  content: "\ea72"; }

.os-icon-unlock:before {
  content: "\ea73"; }

.os-icon-upload:before {
  content: "\ea74"; }

.os-icon-upload-cloud:before {
  content: "\ea75"; }

.os-icon-user:before {
  content: "\ea76"; }

.os-icon-user-check:before {
  content: "\ea77"; }

.os-icon-user-minus:before {
  content: "\ea78"; }

.os-icon-user-plus:before {
  content: "\ea79"; }

.os-icon-user-x:before {
  content: "\ea7a"; }

.os-icon-users:before {
  content: "\ea7b"; }

.os-icon-video:before {
  content: "\ea7c"; }

.os-icon-video-off:before {
  content: "\ea7d"; }

.os-icon-voicemail:before {
  content: "\ea7e"; }

.os-icon-volume:before {
  content: "\ea7f"; }

.os-icon-volume-1:before {
  content: "\ea80"; }

.os-icon-volume-2:before {
  content: "\ea81"; }

.os-icon-volume-x:before {
  content: "\ea82"; }

.os-icon-watch:before {
  content: "\ea83"; }

.os-icon-wifi:before {
  content: "\ea84"; }

.os-icon-wifi-off:before {
  content: "\ea85"; }

.os-icon-wind:before {
  content: "\ea86"; }

.os-icon-x:before {
  content: "\ea87"; }

.os-icon-x-circle:before {
  content: "\ea88"; }

.os-icon-x-square:before {
  content: "\ea89"; }

.os-icon-zap:before {
  content: "\ea8a"; }

.os-icon-zap-off:before {
  content: "\ea8b"; }

.os-icon-zoom-in:before {
  content: "\ea8c"; }

.os-icon-zoom-out:before {
  content: "\ea8d"; }

.os-icon-star-full:before {
  content: "\e970"; }

.os-icon-arrow-right6:before {
  content: "\e986"; }

.os-icon-arrow-left7:before {
  content: "\e987"; }

.os-icon-arrow-2-right:before {
  content: "\e971"; }

.os-icon-minus:before {
  content: "\e96f"; }

.os-icon-arrow-right:before {
  content: "\e90e"; }

.os-icon-arrow-right2:before {
  content: "\e90f"; }

.os-icon-arrow-right3:before {
  content: "\e910"; }

.os-icon-arrow-right4:before {
  content: "\e911"; }

.os-icon-arrow-right5:before {
  content: "\e912"; }

.os-icon-arrow-left:before {
  content: "\e913"; }

.os-icon-arrow-left2:before {
  content: "\e914"; }

.os-icon-arrow-left3:before {
  content: "\e915"; }

.os-icon-arrow-left4:before {
  content: "\e916"; }

.os-icon-arrow-up:before {
  content: "\e917"; }

.os-icon-arrow-down:before {
  content: "\e918"; }

.os-icon-arrow-left5:before {
  content: "\e919"; }

.os-icon-arrow-down2:before {
  content: "\e91a"; }

.os-icon-arrow-down3:before {
  content: "\e91b"; }

.os-icon-arrow-down4:before {
  content: "\e91c"; }

.os-icon-arrow-up2:before {
  content: "\e91d"; }

.os-icon-arrow-up3:before {
  content: "\e91e"; }

.os-icon-arrow-down5:before {
  content: "\e91f"; }

.os-icon-arrow-up4:before {
  content: "\e920"; }

.os-icon-arrow-up5:before {
  content: "\e921"; }

.os-icon-search:before {
  content: "\e92c"; }

.os-icon-ui-34:before {
  content: "\e984"; }

.os-icon-ui-21:before {
  content: "\e983"; }

.os-icon-documents-15:before {
  content: "\e97f"; }

.os-icon-documents-17:before {
  content: "\e980"; }

.os-icon-documents-11:before {
  content: "\e981"; }

.os-icon-documents-13:before {
  content: "\e982"; }

.os-icon-ui-23:before {
  content: "\e97e"; }

.os-icon-home-11:before {
  content: "\e97a"; }

.os-icon-ui-09:before {
  content: "\e97b"; }

.os-icon-old-tv-2:before {
  content: "\e97c"; }

.os-icon-fire:before {
  content: "\e97d"; }

.os-icon-home-10:before {
  content: "\e976"; }

.os-icon-home-09:before {
  content: "\e977"; }

.os-icon-home-13:before {
  content: "\e978"; }

.os-icon-home-34:before {
  content: "\e979"; }

.os-icon-ui-90:before {
  content: "\e975"; }

.os-icon-ui-03:before {
  content: "\e974"; }

.os-icon-ui-83:before {
  content: "\e972"; }

.os-icon-ui-74:before {
  content: "\e973"; }

.os-icon-pencil-12:before {
  content: "\e96e"; }

.os-icon-ui-33:before {
  content: "\e96c"; }

.os-icon-ui-49:before {
  content: "\e96d"; }

.os-icon-grid-10:before {
  content: "\e96b"; }

.os-icon-common-03:before {
  content: "\e968"; }

.os-icon-ui-22:before {
  content: "\e969"; }

.os-icon-ui-46:before {
  content: "\e96a"; }

.os-icon-basic-1-138-quotes:before {
  content: "\e966";
  color: #474a56; }

.os-icon-ui-07:before {
  content: "\e962"; }

.os-icon-social-09:before {
  content: "\e963"; }

.os-icon-finance-28:before {
  content: "\e964"; }

.os-icon-finance-29:before {
  content: "\e965"; }

.os-icon-checkmark:before {
  content: "\e961"; }

.os-icon-ui-93:before {
  content: "\e95d"; }

.os-icon-mail-14:before {
  content: "\e95e"; }

.os-icon-phone-15:before {
  content: "\e95f"; }

.os-icon-phone-18:before {
  content: "\e960"; }

.os-icon-ui-55:before {
  content: "\e95c"; }

.os-icon-mail-19:before {
  content: "\e95a"; }

.os-icon-mail-18:before {
  content: "\e95b"; }

.os-icon-grid-18:before {
  content: "\e950"; }

.os-icon-ui-02:before {
  content: "\e951"; }

.os-icon-ui-37:before {
  content: "\e952"; }

.os-icon-common-07:before {
  content: "\e953"; }

.os-icon-ui-54:before {
  content: "\e954"; }

.os-icon-ui-44:before {
  content: "\e955"; }

.os-icon-ui-15:before {
  content: "\e956"; }

.os-icon-documents-03:before {
  content: "\e957"; }

.os-icon-ui-92:before {
  content: "\e958"; }

.os-icon-phone-21:before {
  content: "\e959"; }

.os-icon-documents-07:before {
  content: "\e94c"; }

.os-icon-others-29:before {
  content: "\e94d"; }

.os-icon-ui-65:before {
  content: "\e94e"; }

.os-icon-ui-51:before {
  content: "\e94f"; }

.os-icon-mail-07:before {
  content: "\e94b"; }

.os-icon-mail-01:before {
  content: "\e949"; }

.os-icon-others-43:before {
  content: "\e94a"; }

.os-icon-mail-12:before {
  content: "\e967"; }

.os-icon-signs-11:before {
  content: "\e946"; }

.os-icon-coins-4:before {
  content: "\e947"; }

.os-icon-user-male-circle2:before {
  content: "\e948"; }

.os-icon-emoticon-smile:before {
  content: "\e943"; }

.os-icon-robot-2:before {
  content: "\e944"; }

.os-icon-robot-1:before {
  content: "\e945"; }

.os-icon-crown:before {
  content: "\e942"; }

.os-icon-cancel-circle:before {
  content: "\e93f"; }

.os-icon-cancel-square:before {
  content: "\e940"; }

.os-icon-close:before {
  content: "\e941"; }

.os-icon-grid-circles:before {
  content: "\e93c"; }

.os-icon-grid-squares-22:before {
  content: "\e93d"; }

.os-icon-grid-squares2:before {
  content: "\e93e"; }

.os-icon-tasks-checked:before {
  content: "\e93a"; }

.os-icon-hierarchy-structure-2:before {
  content: "\e93b"; }

.os-icon-agenda-1:before {
  content: "\e935"; }

.os-icon-cv-2:before {
  content: "\e936"; }

.os-icon-grid-squares-2:before {
  content: "\e937"; }

.os-icon-grid-squares:before {
  content: "\e938"; }

.os-icon-calendar-time:before {
  content: "\e939"; }

.os-icon-twitter:before {
  content: "\e933"; }

.os-icon-facebook:before {
  content: "\e934"; }

.os-icon-pie-chart-2:before {
  content: "\e92d"; }

.os-icon-pie-chart-1:before {
  content: "\e92e"; }

.os-icon-pie-chart-3:before {
  content: "\e92f"; }

.os-icon-donut-chart-1:before {
  content: "\e930"; }

.os-icon-bar-chart-up:before {
  content: "\e931"; }

.os-icon-bar-chart-stats-up:before {
  content: "\e932"; }

.os-icon-hamburger-menu-2:before {
  content: "\e92a"; }

.os-icon-hamburger-menu-1:before {
  content: "\e92b"; }

.os-icon-email-2-at:before {
  content: "\e928"; }

.os-icon-email-2-at2:before {
  content: "\e929"; }

.os-icon-fingerprint:before {
  content: "\e927"; }

.os-icon-basic-2-259-calendar:before {
  content: "\e926";
  color: #474a56; }

.os-icon-arrow-2-up:before {
  content: "\e924"; }

.os-icon-arrow-2-down:before {
  content: "\e925"; }

.os-icon-bar-chart-down:before {
  content: "\e922"; }

.os-icon-graph-down:before {
  content: "\e923"; }

.os-icon-pencil-1:before {
  content: "\e90b"; }

.os-icon-edit-3:before {
  content: "\e90c"; }

.os-icon-edit-1:before {
  content: "\e90d"; }

.os-icon-database-remove:before {
  content: "\e908"; }

.os-icon-pencil-2:before {
  content: "\e909"; }

.os-icon-link-3:before {
  content: "\e90a"; }

.os-icon-email-forward:before {
  content: "\e907"; }

.os-icon-delivery-box-2:before {
  content: "\e900"; }

.os-icon-wallet-loaded:before {
  content: "\e901"; }

.os-icon-newspaper:before {
  content: "\e902"; }

.os-icon-window-content:before {
  content: "\e903"; }

.os-icon-donut-chart-2:before {
  content: "\e904"; }

.os-icon-text-input:before {
  content: "\e905"; }

.os-icon-user-male-circle:before {
  content: "\e906"; }

/* 12. Chat */
/* 

Chat Styles 

#1. Popup chat on a side

*/
/*
#1. Popup chat on a side
*/
.floated-chat-btn {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #097CFF;
  box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
  border-radius: 75px;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 1.08rem;
  cursor: pointer;
  transition: all 0.2s ease; }
  .floated-chat-btn i {
    vertical-align: middle;
    display: inline-block;
    font-size: 24px; }
  .floated-chat-btn span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 500; }
  .floated-chat-btn i + span {
    margin-left: 15px; }
  .floated-chat-btn:hover {
    transform: scale(1.05);
    background-color: #0064d5;
    box-shadow: 0 2px 30px 0 rgba(46, 130, 255, 0.8); }

.floated-chat-w {
  z-index: 9999;
  position: fixed;
  bottom: 70px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease; }
  .floated-chat-w.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); }
  .floated-chat-w .floated-chat-i {
    background-color: #fff;
    /* Rectangle: */
    box-shadow: 0 2px 40px 0 rgba(43, 132, 210, 0.41);
    border-radius: 10px;
    width: 320px;
    position: relative; }
    .floated-chat-w .floated-chat-i .chat-close {
      position: absolute;
      top: 10px;
      right: 10px;
      color: rgba(0, 0, 0, 0.8);
      font-size: 10px;
      cursor: pointer; }
  .floated-chat-w .chat-head {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .floated-chat-w .chat-head .user-w {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .floated-chat-w .chat-head .user-w .user-avatar-w {
        width: 50px; }
        .floated-chat-w .chat-head .user-w .user-avatar-w .user-avatar {
          border-radius: 40px;
          overflow: hidden; }
          .floated-chat-w .chat-head .user-w .user-avatar-w .user-avatar img {
            max-width: 100%;
            height: auto; }
      .floated-chat-w .chat-head .user-w.with-status .user-avatar-w {
        position: relative; }
        .floated-chat-w .chat-head .user-w.with-status .user-avatar-w:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 2px;
          right: 2px;
          border-radius: 10px;
          box-shadow: 0px 0px 0px 3px #fff; }
      .floated-chat-w .chat-head .user-w.with-status.status-green .user-avatar-w:before {
        background-color: #5eb314; }
      .floated-chat-w .chat-head .user-w.with-status.status-red .user-avatar-w:before {
        background-color: #e65252; }
      .floated-chat-w .chat-head .user-w .user-name {
        padding-left: 20px;
        flex: 1; }
      .floated-chat-w .chat-head .user-w .user-title {
        margin-bottom: 2px;
        color: #b11f37; }
      .floated-chat-w .chat-head .user-w .user-role {
        font-weight: 500;
        font-size: 0.81rem; }
      .floated-chat-w .chat-head .user-w .user-action {
        width: 50px;
        color: #b11f37;
        font-size: 18px; }
  .floated-chat-w .chat-messages {
    padding: 20px;
    height: 300px;
    position: relative;
    overflow: hidden; }
    .floated-chat-w .chat-messages .message {
      margin-bottom: 12px; }
      .floated-chat-w .chat-messages .message .message-content {
        color: #594939;
        padding: 10px 20px;
        background-color: #fcf6ee;
        border-radius: 20px 20px 20px 0px;
        max-width: 80%;
        display: inline-block;
        text-align: left; }
      .floated-chat-w .chat-messages .message.self {
        text-align: right; }
        .floated-chat-w .chat-messages .message.self .message-content {
          border-radius: 20px 20px 0px 20px;
          background-color: #e2efff;
          color: #2A4E7F; }
    .floated-chat-w .chat-messages .date-break {
      text-align: center;
      margin-bottom: 10px;
      color: rgba(0, 0, 0, 0.4); }
  .floated-chat-w .chat-controls {
    padding: 10px;
    padding-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .floated-chat-w .chat-controls .message-input {
      border: 1px solid transparent;
      background-color: #fff;
      padding: 10px;
      width: 100%;
      display: block;
      border-radius: 0px; }
      .floated-chat-w .chat-controls .message-input:focus {
        outline: none;
        border-bottom: 1px solid #b11f37; }
    .floated-chat-w .chat-controls .chat-extra {
      text-align: left;
      padding-left: 0px;
      padding-top: 10px; }
      .floated-chat-w .chat-controls .chat-extra a {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        position: relative; }
        .floated-chat-w .chat-controls .chat-extra a .extra-tooltip {
          background-color: rgba(0, 0, 0, 0.9);
          color: #fff;
          font-weight: 500;
          font-size: 0.63rem;
          text-transform: uppercase;
          display: inline-block;
          padding: 2px 7px;
          border-radius: 4px;
          position: absolute;
          top: -20px;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap;
          display: none; }
        .floated-chat-w .chat-controls .chat-extra a:hover {
          text-decoration: none; }
          .floated-chat-w .chat-controls .chat-extra a:hover .extra-tooltip {
            display: block; }

/* 13. App - Email */
/* Email App styles 
#1. EMAIL APP WRAPPER 
#2. LEFT MENU 
#3. MESSAGES LIST 
#4. CONTENT BOX 
#5. MESSAGE BOX 
#6. REPLY
#7. FOLDED STYLES
#8. DARK SCHEME
*/
/* #1. EMAIL APP WRAPPER */
.app-email-w a:focus, .app-email-w a:hover {
  text-decoration: none; }

.app-email-i {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 6px; }

/* #2. LEFT MENU */
.ae-side-menu {
  flex: 0 0 170px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ebeef3; }
  .ae-side-menu .aem-head {
    padding: 10px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10px; }
  .ae-side-menu .ae-main-menu {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .ae-side-menu .ae-main-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      .ae-side-menu .ae-main-menu li a {
        display: block;
        padding: 20px; }
        .ae-side-menu .ae-main-menu li a i {
          font-size: 20px;
          display: inline-block;
          vertical-align: middle;
          color: #b11f37;
          transition: all 0.2s ease; }
        .ae-side-menu .ae-main-menu li a span {
          margin-left: 20px;
          display: inline-block;
          vertical-align: middle;
          color: #3E4B5B;
          font-weight: 500;
          text-transform: uppercase; }
      .ae-side-menu .ae-main-menu li:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -1px;
        bottom: -1px;
        width: 5px;
        opacity: 0;
        background-color: #b11f37;
        transition: all 0.3s ease; }
      .ae-side-menu .ae-main-menu li:hover a i {
        transform: translateX(5px); }
      .ae-side-menu .ae-main-menu li:hover:after, .ae-side-menu .ae-main-menu li.active:after {
        opacity: 1; }
  .ae-side-menu .ae-labels {
    margin-top: 20px; }
    .ae-side-menu .ae-labels .ae-labels-header {
      padding: 20px; }
      .ae-side-menu .ae-labels .ae-labels-header i {
        color: #b11f37;
        font-size: 20px;
        vertical-align: middle;
        display: inline-block; }
      .ae-side-menu .ae-labels .ae-labels-header span {
        margin-left: 20px;
        text-transform: uppercase;
        font-weight: 500;
        vertical-align: middle;
        display: inline-block; }
    .ae-side-menu .ae-labels .ae-label {
      display: block;
      padding: 10px;
      padding-left: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative;
      color: #3E4B5B;
      white-space: nowrap; }
      .ae-side-menu .ae-labels .ae-label .label-pin {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background-color: #b11f37;
        vertical-align: middle; }
      .ae-side-menu .ae-labels .ae-label .label-value {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
      .ae-side-menu .ae-labels .ae-label:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%); }
      .ae-side-menu .ae-labels .ae-label.ae-label-red .label-pin {
        background-color: #e65252; }
      .ae-side-menu .ae-labels .ae-label.ae-label-green .label-pin {
        background-color: #5eb314; }
      .ae-side-menu .ae-labels .ae-label.ae-label-yellow .label-pin {
        background-color: #fbe4a0; }

/* #3. MESSAGES LIST */
.ae-list-w {
  flex: 0 0 370px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .ae-list-w .ael-head {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .ae-list-w .ael-head a {
      display: inline-block;
      vertical-align: middle; }
      .ae-list-w .ael-head a i {
        color: #b11f37;
        font-size: 20px; }
      .ae-list-w .ael-head a:hover {
        text-decoration: none; }
      .ae-list-w .ael-head a + a {
        margin-left: 15px; }
  .ae-list-w .ae-list {
    height: 1000px;
    overflow: hidden;
    position: relative; }
    .ae-list-w .ae-list .ae-item {
      display: flex;
      align-items: center;
      padding: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative;
      cursor: pointer; }
      .ae-list-w .ae-list .ae-item.with-status .user-avatar-w {
        position: relative; }
        .ae-list-w .ae-list .ae-item.with-status .user-avatar-w:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 2px;
          right: 2px;
          border-radius: 10px;
          box-shadow: 0px 0px 0px 3px #fff; }
      .ae-list-w .ae-list .ae-item.with-status.status-green .user-avatar-w:before {
        background-color: #5eb314; }
      .ae-list-w .ae-list .ae-item.with-status.status-red .user-avatar-w:before {
        background-color: #e65252; }
      .ae-list-w .ae-list .ae-item.with-status.status-blue .user-avatar-w:before {
        background-color: #b11f37; }
      .ae-list-w .ae-list .ae-item.with-status.status-yellow .user-avatar-w:before {
        background-color: #fbe4a0; }
      .ae-list-w .ae-list .ae-item.active {
        background-color: #b11f37;
        color: #fff; }
        .ae-list-w .ae-list .ae-item.active .aei-content .aei-title {
          color: #fff; }
        .ae-list-w .ae-list .ae-item.active .aei-content .aei-sub-title {
          color: #fff; }
        .ae-list-w .ae-list .ae-item.active .aei-content .aei-text {
          color: rgba(255, 255, 255, 0.5); }
        .ae-list-w .ae-list .ae-item.active .aei-timestamp {
          color: rgba(255, 255, 255, 0.5); }
        .ae-list-w .ae-list .ae-item.active .user-avatar-w {
          box-shadow: 0px 0px 0px 3px #fff;
          border-radius: 50%; }
      .ae-list-w .ae-list .ae-item:hover {
        background-color: #f9f9f9; }
        .ae-list-w .ae-list .ae-item:hover.active {
          background-color: #b11f37; }
    .ae-list-w .ae-list .aei-image {
      margin-right: 20px; }
      .ae-list-w .ae-list .aei-image .user-avatar-w {
        width: 50px; }
        .ae-list-w .ae-list .aei-image .user-avatar-w img {
          border-radius: 50px;
          display: block;
          width: 50px;
          height: auto; }
    .ae-list-w .ae-list .aei-content {
      position: relative; }
      .ae-list-w .ae-list .aei-content .aei-timestamp {
        position: absolute;
        top: -10px;
        right: 0px;
        color: rgba(0, 0, 0, 0.3);
        font-size: 0.63rem; }
      .ae-list-w .ae-list .aei-content .aei-title {
        margin-bottom: 4px; }
      .ae-list-w .ae-list .aei-content .aei-sub-title {
        color: #b11f37;
        text-transform: uppercase;
        font-size: 0.72rem;
        font-weight: 500; }
      .ae-list-w .ae-list .aei-content .aei-text {
        color: rgba(0, 0, 0, 0.5);
        font-size: 0.81rem; }
  .ae-list-w .ae-load-more {
    display: block;
    padding: 10px;
    padding-bottom: 15px;
    text-align: center;
    cursor: pointer; }
    .ae-list-w .ae-load-more i {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      margin-right: 5px; }
    .ae-list-w .ae-load-more span {
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #b11f37; }
    .ae-list-w .ae-load-more:hover span {
      border-bottom-color: #86172a; }

/* #4. CONTENT BOX */
.ae-content-w {
  background-color: #f6f7f8; }
  .ae-content-w .aec-head {
    height: 50px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff; }
    .ae-content-w .aec-head .separate {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      padding-right: 15px;
      margin-right: 5px; }
    .ae-content-w .aec-head a {
      display: inline-block;
      vertical-align: middle; }
      .ae-content-w .aec-head a i {
        color: #b11f37;
        font-size: 20px; }
      .ae-content-w .aec-head a.highlight i {
        color: #CB9E48; }
      .ae-content-w .aec-head a:hover {
        text-decoration: none; }
      .ae-content-w .aec-head a + a {
        margin-left: 15px; }
    .ae-content-w .aec-head .actions-left {
      display: flex; }
    .ae-content-w .aec-head .actions-right {
      display: flex; }
    .ae-content-w .aec-head .user-avatar {
      margin-left: 40px;
      padding-left: 10px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .ae-content-w .aec-head .user-avatar img {
        display: block;
        width: 30px;
        height: auto;
        border-radius: 40px; }

.ae-content {
  padding: 40px; }

/* #5. MESSAGE BOX */
.aec-full-message-w {
  position: relative;
  z-index: 2;
  margin-bottom: 40px; }
  .aec-full-message-w .more-messages {
    position: absolute;
    left: 50%;
    top: -55px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.72rem;
    transform: translateX(-50%);
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px; }
    .aec-full-message-w .more-messages:hover {
      cursor: pointer;
      color: #b11f37;
      border-bottom: 1px solid #b11f37; }
  .aec-full-message-w.show-pack {
    margin-top: 40px; }
    .aec-full-message-w.show-pack:before {
      z-index: -1;
      content: "";
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px;
      top: -30px;
      background-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
    .aec-full-message-w.show-pack:after {
      z-index: -1;
      content: "";
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      top: -15px;
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
  .aec-full-message-w .aec-full-message {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
  .aec-full-message-w .message-head {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between; }
    .aec-full-message-w .message-head .user-w {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .aec-full-message-w .message-head .user-w .user-avatar-w {
        width: 50px; }
        .aec-full-message-w .message-head .user-w .user-avatar-w .user-avatar {
          border-radius: 40px;
          overflow: hidden; }
          .aec-full-message-w .message-head .user-w .user-avatar-w .user-avatar img {
            max-width: 100%;
            height: auto; }
      .aec-full-message-w .message-head .user-w.with-status .user-avatar-w {
        position: relative; }
        .aec-full-message-w .message-head .user-w.with-status .user-avatar-w:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 2px;
          right: 2px;
          border-radius: 10px;
          box-shadow: 0px 0px 0px 3px #fff; }
      .aec-full-message-w .message-head .user-w.with-status.status-green .user-avatar-w:before {
        background-color: #5eb314; }
      .aec-full-message-w .message-head .user-w.with-status.status-red .user-avatar-w:before {
        background-color: #e65252; }
      .aec-full-message-w .message-head .user-w .user-name {
        padding-left: 20px;
        flex: 1; }
      .aec-full-message-w .message-head .user-w .user-title {
        margin-bottom: 2px;
        color: #b11f37; }
      .aec-full-message-w .message-head .user-w .user-role {
        font-weight: 500;
        font-size: 0.81rem; }
        .aec-full-message-w .message-head .user-w .user-role span {
          display: inline-block;
          margin-left: 5px;
          color: rgba(0, 0, 0, 0.4); }
      .aec-full-message-w .message-head .user-w .user-action {
        width: 50px;
        color: #b11f37;
        font-size: 18px; }
    .aec-full-message-w .message-head .message-info {
      color: rgba(0, 0, 0, 0.3);
      font-size: 0.72rem;
      text-align: right; }
  .aec-full-message-w .message-content {
    padding: 6% 10% 8% 10%; }
  .aec-full-message-w .message-attachments {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px; }
    .aec-full-message-w .message-attachments .attachments-heading {
      text-transform: uppercase;
      font-size: 0.72rem;
      color: rgba(0, 0, 0, 0.4); }
    .aec-full-message-w .message-attachments .attachments-docs {
      margin-top: 15px; }
      .aec-full-message-w .message-attachments .attachments-docs a {
        display: inline-block; }
        .aec-full-message-w .message-attachments .attachments-docs a i {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        .aec-full-message-w .message-attachments .attachments-docs a span {
          display: inline-block;
          vertical-align: middle; }
        .aec-full-message-w .message-attachments .attachments-docs a:hover {
          text-decoration: none; }
      .aec-full-message-w .message-attachments .attachments-docs a + a {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }

.older-pack {
  display: none; }

/* #6. REPLY */
.aec-reply {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden; }
  .aec-reply .reply-header {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 0px; }
    .aec-reply .reply-header i {
      font-size: 130px;
      color: rgba(0, 86, 255, 0.05);
      position: absolute;
      top: -70px;
      left: -70px; }
    .aec-reply .reply-header h5 {
      margin: 0px;
      font-size: 1.08rem; }
      .aec-reply .reply-header h5 span {
        color: #b11f37;
        border-bottom: 1px dotted #b11f37;
        display: inline-block; }
  .aec-reply .buttons-w {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .aec-reply .buttons-w .btn, .aec-reply .buttons-w .all-wrapper .fc-button, .all-wrapper .aec-reply .buttons-w .fc-button {
      text-transform: uppercase;
      padding: 5px 10px;
      font-size: 0.7rem; }
      .aec-reply .buttons-w .btn .os-icon, .aec-reply .buttons-w .all-wrapper .fc-button .os-icon, .all-wrapper .aec-reply .buttons-w .fc-button .os-icon {
        margin-right: 10px; }
  .aec-reply .cke_chrome {
    border: none; }
  .aec-reply .cke_bottom {
    border: none; }

/* #7. FOLDED STYLES */
.app-email-w.compact-side-menu .ae-side-menu {
  flex: 0 1 60px;
  text-align: center; }
  .app-email-w.compact-side-menu .ae-side-menu .aem-head {
    justify-content: center; }
  .app-email-w.compact-side-menu .ae-side-menu .ae-main-menu li a span {
    display: none; }
  .app-email-w.compact-side-menu .ae-side-menu .ae-labels .ae-label {
    padding-left: 10px; }
    .app-email-w.compact-side-menu .ae-side-menu .ae-labels .ae-label span.label-value {
      display: none; }
  .app-email-w.compact-side-menu .ae-side-menu .ae-labels-header span {
    display: none; }

/* #8. DARK SCHEME */
.color-scheme-dark .ae-side-menu {
  background-color: #293148;
  border-right-color: #202637; }
  .color-scheme-dark .ae-side-menu .ae-main-menu li a span {
    color: #ccd9e8; }
  .color-scheme-dark .ae-side-menu .ae-main-menu li {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .ae-side-menu .ae-labels .ae-label {
    border-bottom-color: rgba(255, 255, 255, 0.05);
    color: #ccd9e8; }

.color-scheme-dark .aem-head {
  border-bottom-color: rgba(255, 255, 255, 0.05); }

.color-scheme-dark .ael-head {
  border-bottom-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .ael-head select {
    background: #202738;
    color: #7f8696;
    border-color: #141927; }

.color-scheme-dark .ae-content-w {
  background-color: #293148; }
  .color-scheme-dark .ae-content-w .aec-head {
    background-color: rgba(0, 0, 0, 0.1); }
    .color-scheme-dark .ae-content-w .aec-head .separate {
      border-right-color: rgba(255, 255, 255, 0.05); }
    .color-scheme-dark .ae-content-w .aec-head .user-avatar {
      border-left-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .ae-content-w .aec-full-message-w .aec-full-message, .color-scheme-dark .ae-content-w .aec-reply {
    background-color: #3b4768;
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  .color-scheme-dark .ae-content-w .aec-reply .buttons-w {
    border-top-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .ae-content-w .aec-reply .reply-header {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .ae-content-w .aec-full-message-w.show-pack:after {
    background-color: rgba(59, 71, 104, 0.7); }
  .color-scheme-dark .ae-content-w .aec-full-message-w.show-pack:before {
    background-color: rgba(59, 71, 104, 0.4); }
  .color-scheme-dark .ae-content-w .aec-full-message-w .more-messages {
    color: #b11f37;
    border-bottom-color: #b11f37; }
  .color-scheme-dark .ae-content-w .aec-full-message-w .message-attachments .attachments-heading,
  .color-scheme-dark .ae-content-w .aec-full-message-w .message-head .message-info,
  .color-scheme-dark .ae-content-w .aec-full-message-w .message-head .user-w .user-role span {
    color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .ae-content-w .aec-full-message-w .message-head {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .ae-content-w .aec-full-message-w .message-attachments {
    border-top-color: rgba(255, 255, 255, 0.05); }

.color-scheme-dark .ae-list-w {
  background-color: #323c58;
  border-right-color: #202637; }
  .color-scheme-dark .ae-list-w .ae-item:hover {
    background-color: #b11f37; }
    .color-scheme-dark .ae-list-w .ae-item:hover .aei-sub-title {
      color: #fff; }
  .color-scheme-dark .ae-list-w .ae-list .aei-content .aei-text {
    color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .ae-list-w .ae-list .aei-content .aei-timestamp {
    color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .ae-list-w .ae-list .ae-item.with-status .user-avatar-w:before {
    box-shadow: 0px 0px 0px 3px #323c58; }

/* 14. App - Projects */
.projects-list {
  margin-bottom: 2rem; }
  .projects-list .project-head {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .projects-list .project-head .project-title {
      text-transform: uppercase;
      letter-spacing: 2px; }
      .projects-list .project-head .project-title h5 {
        margin-bottom: 0; }
    .projects-list .project-head .project-users {
      flex: 0 0 220px;
      text-align: right; }
      .projects-list .project-head .project-users .avatar {
        width: 35px;
        border-radius: 35px;
        box-shadow: 0px 0px 0px 5px #fff;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle; }
        .projects-list .project-head .project-users .avatar img {
          height: 35px;
          width: 35px; }
      .projects-list .project-head .project-users .more {
        background-color: #b11f37;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: -10px;
        padding: 2px 7px;
        border-radius: 12px;
        color: #fff;
        font-size: 0.63rem; }
  .projects-list .project-info {
    padding: 20px 40px; }
    .projects-list .project-info .os-progress-bar {
      margin-bottom: 0px; }
    .projects-list .project-info .os-progress-bar + .os-progress-bar {
      margin-top: 1rem; }
  .projects-list .project-box + .project-box {
    margin-top: 2rem; }

/* 15. App - Full Chat */
.full-chat-w {
  /*
    #3. Middle Section
  */ }
  .full-chat-w .full-chat-i {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 0px; }
  .full-chat-w .full-chat-left {
    flex: 0 0 340px;
    background-color: #f6f7f8;
    padding: 20px 0px; }
    .full-chat-w .full-chat-left .os-tabs-w .nav {
      padding: 0px 20px; }
    .full-chat-w .full-chat-left .nav-link i {
      margin-bottom: 10px; }
    .full-chat-w .full-chat-left .chat-search {
      padding: 20px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .full-chat-w .full-chat-left .element-search {
      position: relative; }
      .full-chat-w .full-chat-left .element-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 15px;
        top: 48%;
        transform: translateY(-50%);
        font-size: 20px;
        content: "\e92c";
        color: rgba(0, 0, 0, 0.2); }
      .full-chat-w .full-chat-left .element-search input {
        border: none;
        box-shadow: none;
        background-color: #fff;
        border-radius: 30px;
        padding: 10px 15px 10px 50px;
        display: block;
        width: 100%;
        outline: none; }
        .full-chat-w .full-chat-left .element-search input::placeholder {
          color: rgba(0, 0, 0, 0.3); }
    .full-chat-w .full-chat-left .user-list .user-w {
      display: flex;
      padding: 20px 30px;
      align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w .avatar {
        margin-right: 20px;
        flex: 0 0 50px; }
        .full-chat-w .full-chat-left .user-list .user-w .avatar img {
          width: 50px;
          height: auto;
          border-radius: 50px;
          display: block; }
      .full-chat-w .full-chat-left .user-list .user-w .user-info {
        flex: 1 1 auto; }
      .full-chat-w .full-chat-left .user-list .user-w .user-name {
        font-weight: 500;
        font-size: 0.99rem;
        transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w .last-message {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.81rem;
        transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w .user-date {
        float: right;
        padding: 2px 7px;
        background-color: #fff;
        border-radius: 12px;
        font-size: 0.72rem;
        color: rgba(0, 0, 0, 0.3);
        transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w:hover {
        background-color: #b11f37;
        cursor: pointer; }
        .full-chat-w .full-chat-left .user-list .user-w:hover .user-name {
          color: #fff; }
        .full-chat-w .full-chat-left .user-list .user-w:hover .last-message {
          color: rgba(255, 255, 255, 0.5); }
        .full-chat-w .full-chat-left .user-list .user-w:hover .user-date {
          background-color: #9b1b30;
          color: rgba(255, 255, 255, 0.3); }
  .full-chat-w .full-chat-middle {
    flex: 1 1 auto;
    background-color: #fff; }
    .full-chat-w .full-chat-middle .chat-head {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .full-chat-w .full-chat-middle .user-info {
      font-size: 1.08rem; }
      .full-chat-w .full-chat-middle .user-info span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .full-chat-w .full-chat-middle .user-info a {
        display: inline-block;
        vertical-align: middle;
        border-bottom: 1px dotted #b11f37; }
        .full-chat-w .full-chat-middle .user-info a:hover {
          text-decoration: none; }
    .full-chat-w .full-chat-middle .user-actions a {
      margin-left: 1rem;
      font-size: 24px;
      display: inline-block;
      vertical-align: middle; }
  .full-chat-w .chat-content-w {
    height: 600px;
    overflow-y: scroll;
    position: relative; }
    .full-chat-w .chat-content-w .chat-content {
      padding: 50px;
      min-height: 370px; }
    .full-chat-w .chat-content-w .chat-date-separator {
      text-align: center;
      color: rgba(0, 0, 0, 0.3);
      font-size: 0.81rem;
      position: relative;
      margin: 40px 0px; }
      .full-chat-w .chat-content-w .chat-date-separator:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.1);
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px; }
      .full-chat-w .chat-content-w .chat-date-separator span {
        display: inline-block;
        background-color: #fff;
        padding: 0px 10px;
        position: relative; }
    .full-chat-w .chat-content-w .chat-message {
      margin-bottom: 20px; }
      .full-chat-w .chat-content-w .chat-message .chat-message-content {
        padding: 15px 35px;
        background-color: #fff9f0;
        color: #594939;
        max-width: 400px;
        display: inline-block;
        margin-bottom: -20px;
        margin-left: 20px;
        border-radius: 20px;
        text-align: left; }
      .full-chat-w .chat-content-w .chat-message .chat-message-avatar {
        display: inline-block;
        vertical-align: bottom; }
        .full-chat-w .chat-content-w .chat-message .chat-message-avatar img {
          width: 40px;
          height: auto;
          border-radius: 30px;
          display: inline-block;
          box-shadow: 0px 0px 0px 10px #fff; }
      .full-chat-w .chat-content-w .chat-message .chat-message-date {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.72rem;
        color: rgba(0, 0, 0, 0.3); }
      .full-chat-w .chat-content-w .chat-message.self {
        text-align: right; }
        .full-chat-w .chat-content-w .chat-message.self .chat-message-content {
          background-color: #f0f9ff;
          color: #2A4E7F;
          margin-right: 20px;
          margin-left: 0px; }
  .full-chat-w .chat-controls {
    padding: 20px;
    padding-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .full-chat-w .chat-input input[type="text"] {
    padding: 20px 20px 20px 0px;
    border: none;
    display: block;
    width: 100%;
    outline: none; }
  .full-chat-w .chat-input-extra {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .full-chat-w .chat-input-extra .chat-extra-actions a {
      margin-right: 10px;
      display: inline-block; }
  .full-chat-w .full-chat-right {
    flex: 0 0 260px;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px; }
  .full-chat-w .user-intro {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center; }
    .full-chat-w .user-intro .avatar {
      width: 90px;
      height: 90px;
      display: inline-block; }
      .full-chat-w .user-intro .avatar img {
        width: 90px;
        border-radius: 60px;
        height: auto; }
    .full-chat-w .user-intro .user-intro-info {
      margin-top: 1rem; }
      .full-chat-w .user-intro .user-intro-info .user-name {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #b11f37; }
      .full-chat-w .user-intro .user-intro-info .user-sub {
        color: rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.72rem;
        margin-top: 5px; }
      .full-chat-w .user-intro .user-intro-info .user-social {
        margin-top: 1rem; }
        .full-chat-w .user-intro .user-intro-info .user-social a {
          display: inline-block;
          margin: 0px 6px;
          font-size: 24px; }
          .full-chat-w .user-intro .user-intro-info .user-social a:hover {
            text-decoration: none; }
        .full-chat-w .user-intro .user-intro-info .user-social i.os-icon.os-icon-twitter {
          color: #31a7f3; }
        .full-chat-w .user-intro .user-intro-info .user-social i.os-icon.os-icon-facebook {
          color: #175dc5; }
  .full-chat-w .chat-info-section {
    padding: 20px; }
    .full-chat-w .chat-info-section .ci-header i {
      color: #b11f37;
      font-size: 20px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    .full-chat-w .chat-info-section .ci-header span {
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.5);
      letter-spacing: 2px;
      display: inline-block;
      vertical-align: middle; }
    .full-chat-w .chat-info-section .ci-content {
      padding: 20px; }
      .full-chat-w .chat-info-section .ci-content .ci-file-list ul {
        list-style-type: square;
        color: #e98091;
        margin-left: 0px;
        margin-bottom: 0px;
        padding-left: 10px; }
        .full-chat-w .chat-info-section .ci-content .ci-file-list ul li {
          margin: 5px; }
          .full-chat-w .chat-info-section .ci-content .ci-file-list ul li a {
            font-size: 0.81rem;
            border-bottom: 1px solid #b11f37; }
            .full-chat-w .chat-info-section .ci-content .ci-file-list ul li a:hover {
              text-decoration: none; }
      .full-chat-w .chat-info-section .ci-content .ci-photos-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
        .full-chat-w .chat-info-section .ci-content .ci-photos-list img {
          margin: 2%;
          border-radius: 6px;
          width: 45%;
          display: inline-block;
          height: auto; }
  .full-chat-w .chat-info-section + .chat-info-section {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* 16. Pricing Plans */
/* 

Pricing Plans Styles

#1. 
#2. 
#3. 
#4. 
#5. 
#6. 


*/
/*

#1.

*/
.pricing-plans {
  background-color: #fff; }

.pricing-plan + .pricing-plan {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.pricing-plan {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  transition: all 0.2s ease; }
  .pricing-plan.with-hover-effect:hover, .pricing-plan.highlight {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 30px 0 rgba(54, 88, 206, 0.2); }
    .pricing-plan.with-hover-effect:hover .plan-price-w .price-value, .pricing-plan.highlight .plan-price-w .price-value {
      color: #b11f37; }
    .pricing-plan.with-hover-effect:hover .plan-head, .pricing-plan.highlight .plan-head {
      box-shadow: inset 0px 5px 0px #b11f37; }
  .pricing-plan.with-hover-effect:hover .plan-name {
    color: #3E4B5B; }
  .pricing-plan.highlight {
    margin-top: -20px;
    margin-bottom: -20px; }
  .pricing-plan .plan-image img {
    width: 80px; }
  .pricing-plan .plan-head {
    background-color: #fff;
    padding-top: 40px; }
  .pricing-plan .plan-body {
    background-color: #fff; }
  .pricing-plan .plan-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5rem;
    color: #b11f37;
    font-weight: 500;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 40px;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .pricing-plan .plan-image + .plan-name {
    margin-top: 20px; }
  .pricing-plan .plan-price-w {
    padding-top: 40px;
    margin-bottom: 40px; }
    .pricing-plan .plan-price-w .price-value {
      font-size: 3.6rem;
      line-height: 1;
      transition: all 0.2s ease; }
    .pricing-plan .plan-price-w .price-label {
      text-transform: uppercase;
      letter-spacing: 2px;
      color: rgba(0, 0, 0, 0.3);
      padding-top: 5px;
      margin-top: 5px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-block; }
  .pricing-plan .plan-btn-w {
    padding-bottom: 40px; }
  .pricing-plan .plan-description {
    text-align: left;
    padding: 30px 15%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5); }
    .pricing-plan .plan-description h6 {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 30px;
      font-size: 0.9rem; }
    .pricing-plan .plan-description ul {
      list-style: none;
      padding-left: 30px;
      margin-top: 20px; }
      .pricing-plan .plan-description ul li {
        position: relative;
        margin-bottom: 10px; }
        .pricing-plan .plan-description ul li:before {
          content: '\e961';
          color: #b11f37;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'osfont' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          left: -30px;
          top: 5px; }

/*

#2.

*/
/*

#3.

*/
/*

#4.

*/
/*

#5.

*/
/* 17. Pipelines */
/* Pipeline Styles*/
.pipeline {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5);
  padding: 20px;
  margin-bottom: 20px; }
  .pipeline.blue {
    background-color: #1D54EF;
    background-image: linear-gradient(-180deg, #1D54EF 0%, #4327DF 100%);
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5); }
  .pipeline.teal {
    background-color: #07B77F;
    background-image: linear-gradient(-180deg, #07B77F 0%, #2767DF 98%);
    box-shadow: 0 2px 30px 0 rgba(7, 186, 171, 0.5); }
  .pipeline.purple {
    background-color: #28428c;
    background-image: linear-gradient(-180deg, #28428c 0%, #510d8c 100%);
    box-shadow: 0 2px 30px 0 rgba(42, 16, 133, 0.5); }
  .pipeline.green {
    background-color: #7BC10C;
    background-image: linear-gradient(-180deg, #7BC10C 0%, #057051 95%);
    box-shadow: 0 2px 30px 0 rgba(31, 219, 78, 0.5); }
  .pipeline.red {
    background-color: #960644;
    background-image: linear-gradient(-180deg, #960644 0%, #af760b 95%);
    box-shadow: 0 2px 30px 0 rgba(154, 7, 58, 0.5); }
  .pipeline.pink {
    background-color: #a0008f;
    background-image: linear-gradient(-180deg, #a0008f 0%, #2767DF 98%);
    box-shadow: 0 2px 30px 0 rgba(7, 8, 186, 0.5); }
  .pipeline.white {
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.1); }
    .pipeline.white .pipeline-header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px; }
      .pipeline.white .pipeline-header .pipeline-name {
        color: #334152; }
      .pipeline.white .pipeline-header .pipeline-count {
        color: rgba(0, 0, 0, 0.5); }
      .pipeline.white .pipeline-header .pipeline-settings {
        color: rgba(0, 0, 0, 0.4); }
      .pipeline.white .pipeline-header .pipeline-value {
        color: #b11f37; }
    .pipeline.white .pipeline-item {
      box-shadow: none;
      border-radius: 4px;
      margin-bottom: 15px;
      border: 1px solid #d1d4e8;
      transition: all 0.2s ease;
      cursor: move; }
      .pipeline.white .pipeline-item:last-child {
        margin-bottom: 0px; }
      .pipeline.white .pipeline-item:hover {
        border: 1px solid #9ea4cf;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); }
      .pipeline.white .pipeline-item .pi-foot {
        border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-primary {
      border-top: 5px solid #b11f37;
      border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-success {
      border-top: 5px solid #5eb314;
      border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-danger {
      border-top: 5px solid #e65252;
      border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-warning {
      border-top: 5px solid #fbe4a0;
      border-radius: 0px 0px 4px 4px; }

/* Pipeline Header Styles */
.pipeline-header {
  position: relative;
  margin-bottom: 20px; }
  .pipeline-header .pipeline-header-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .pipeline-header .pipeline-name {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
    padding-right: 30px; }
  .pipeline-header .pipeline-value {
    color: #FFD038;
    letter-spacing: 3px;
    font-size: 1.17rem; }
  .pipeline-header .pipeline-count {
    font-size: 0.81rem;
    color: rgba(255, 255, 255, 0.7); }
  .pipeline-header .pipeline-settings {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px; }

.pipeline-body {
  min-height: 100px; }
  .pipeline-body.empty {
    border: 1px dashed rgba(0, 0, 0, 0.2); }

/* Pipeline Item Styles */
.pipeline-item {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); }
  .pipeline-item:last-child {
    margin-bottom: 0px; }
  .pipeline-item .pi-controls {
    position: absolute;
    top: 5px;
    right: 10px;
    line-height: 1; }
    .pipeline-item .pi-controls a {
      font-size: 16px;
      line-height: 14px;
      color: #b11f37;
      display: inline-block;
      vertical-align: middle; }
    .pipeline-item .pi-controls .pi-settings {
      display: inline-block;
      color: #b11f37;
      vertical-align: middle; }
      .pipeline-item .pi-controls .pi-settings > i {
        font-size: 15px; }
    .pipeline-item .pi-controls .status {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      width: 11px;
      height: 11px;
      border-radius: 10px;
      cursor: pointer; }
      .pipeline-item .pi-controls .status.status-green {
        background-color: #5eb314; }
      .pipeline-item .pi-controls .status.status-red {
        background-color: #e65252; }
      .pipeline-item .pi-controls .status.status-yellow {
        background-color: #fbe4a0; }
  .pipeline-item .pi-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px; }
    .pipeline-item .pi-body .avatar {
      width: 50px;
      margin-right: 15px;
      flex: 0 0 50px; }
      .pipeline-item .pi-body .avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
    .pipeline-item .pi-body .pi-name {
      margin-bottom: 0px; }
    .pipeline-item .pi-body .pi-sub {
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.81rem; }
  .pipeline-item .pi-foot {
    background-color: #F1F4F8;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 4px 4px; }
    .pipeline-item .pi-foot .tags {
      line-height: 1; }
      .pipeline-item .pi-foot .tags .tag {
        padding: 3px 6px;
        line-height: 1;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #b11f37;
        color: #b11f37;
        margin-right: 2px;
        font-size: 0.72rem;
        border-radius: 4px;
        margin-bottom: 2px;
        margin-top: 2px; }
    .pipeline-item .pi-foot .extra-info {
      margin-right: 5px;
      white-space: nowrap;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.6);
      font-size: 0.63rem;
      letter-spacing: 1px; }
      .pipeline-item .pi-foot .extra-info i {
        margin-right: 5px;
        font-size: 16px;
        vertical-align: middle;
        color: #b11f37;
        display: inline-block; }
      .pipeline-item .pi-foot .extra-info span {
        vertical-align: middle;
        display: inline-block; }

.control-header {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .control-header select.form-control {
    font-weight: 400;
    border-color: rgba(0, 0, 0, 0.5); }
  .control-header label {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 1px; }
  .control-header .form-group {
    margin-bottom: 0px; }

.color-scheme-dark .control-header {
  border-bottom-color: rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .control-header select {
    background: #202738;
    color: #7f8696;
    border-color: #141927; }
  .color-scheme-dark .control-header label {
    color: rgba(218, 226, 243, 0.4); }

.color-scheme-dark .pipeline.white {
  background-color: #323c58;
  box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  .color-scheme-dark .pipeline.white.lined-warning {
    border-top-color: #fbe4a0; }
  .color-scheme-dark .pipeline.white .pipeline-header .pipeline-name {
    color: #fff; }
  .color-scheme-dark .pipeline.white .pipeline-header .pipeline-settings {
    color: #fff; }
  .color-scheme-dark .pipeline.white .pipeline-header .pipeline-count {
    color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .pipeline.white .pipeline-item {
    background-color: #384362;
    border-color: #293148; }
    .color-scheme-dark .pipeline.white .pipeline-item .pi-body .pi-sub {
      color: rgba(218, 226, 243, 0.4); }
    .color-scheme-dark .pipeline.white .pipeline-item .pi-foot {
      background-color: #2c354e; }
      .color-scheme-dark .pipeline.white .pipeline-item .pi-foot .extra-info {
        color: rgba(218, 226, 243, 0.4); }
      .color-scheme-dark .pipeline.white .pipeline-item .pi-foot .tags .tag {
        color: #fff;
        background-color: #422af5;
        border-color: #422af5; }

/* 18. Dropdowns */
.os-dropdown-trigger {
  position: relative;
  cursor: pointer; }
  .os-dropdown-trigger.over .os-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translate(99%, 99%); }
  .os-dropdown-trigger.os-dropdown-center .os-dropdown {
    right: 50%;
    transform: translate(50%, 115%); }
  .os-dropdown-trigger.os-dropdown-center.over .os-dropdown {
    transform: translate(50%, 99%); }

.os-dropdown {
  background-color: #b11f37;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  z-index: 999;
  bottom: 0px;
  right: 0px;
  visibility: hidden;
  transition: all 0.2s ease;
  transform: translate(99%, 115%);
  opacity: 0;
  border-radius: 6px;
  box-shadow: 0px 5px 25px 0px rgba(177, 31, 55, 0.5);
  overflow: hidden;
  font-size: 0.9rem;
  text-align: left; }
  .os-dropdown > .icon-w {
    position: absolute;
    top: -30px;
    right: -30px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 100px; }
  .os-dropdown ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative; }
    .os-dropdown ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .os-dropdown ul li:last-child {
        border-bottom: none; }
      .os-dropdown ul li a {
        display: block;
        white-space: nowrap;
        padding: 10px 10px 10px 0px;
        line-height: 1;
        color: #fff;
        font-size: 0.9rem; }
        .os-dropdown ul li a:hover {
          text-decoration: none; }
        .os-dropdown ul li a i {
          color: rgba(255, 255, 255, 0.5);
          display: inline-block;
          vertical-align: middle;
          margin-right: 15px;
          font-size: 18px; }
        .os-dropdown ul li a span {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 0.9rem; }
        .os-dropdown ul li a:hover i {
          color: #FBB463; }
  .os-dropdown.message-list {
    padding: 10px 0px; }
    .os-dropdown.message-list li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .os-dropdown.message-list li:last-child {
        border-bottom: none; }
    .os-dropdown.message-list li > a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 12px 25px; }
      .os-dropdown.message-list li > a:hover {
        background-color: rgba(124, 137, 234, 0.07); }
      .os-dropdown.message-list li > a .user-avatar-w {
        flex: 0 0 45px;
        margin-right: 20px; }
        .os-dropdown.message-list li > a .user-avatar-w img {
          width: 45px;
          border-radius: 30px;
          height: auto; }
      .os-dropdown.message-list li > a .message-content .message-from {
        color: #fff;
        margin-bottom: 5px; }
      .os-dropdown.message-list li > a .message-content .message-title {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.63rem;
        text-transform: uppercase;
        margin-top: 2px;
        margin-bottom: 0px; }
  .os-dropdown.light {
    background-color: #fff;
    box-shadow: 0px 5px 75px 0px rgba(12, 76, 140, 0.21), 0px 3px 7px 0px rgba(12, 76, 140, 0.14); }
    .os-dropdown.light.message-list > .icon-w {
      color: rgba(177, 31, 55, 0.1); }
    .os-dropdown.light.message-list li {
      border-bottom: 1px solid rgba(113, 133, 171, 0.09); }
      .os-dropdown.light.message-list li:last-child {
        border-bottom: none; }
    .os-dropdown.light.message-list li > a .message-content .message-from {
      color: #334152; }
    .os-dropdown.light.message-list li > a .message-content .message-title {
      color: #b11f37; }

/* 19. App - TODO */
/* 

TODO Application

#1. Sidebar
#2. Main Content

*/
.todo-app-w {
  display: flex;
  /*
  #1. Sidebar
  */
  /*
  #2. Main Content
  */ }
  .todo-app-w .todo-sidebar {
    flex: 0 0 350px;
    background-color: #F9F9F9;
    padding: 40px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-bottom: 20px; }
      .todo-app-w .todo-sidebar .todo-sidebar-section:first-child {
        padding-top: 0px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-header {
      color: #b11f37;
      position: relative; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-header span {
        display: inline-block;
        vertical-align: middle; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-header span + .os-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 22px; }
        .todo-app-w .todo-sidebar .todo-sidebar-section-header span + .os-icon.starred {
          color: #E7AD10; }
        .todo-app-w .todo-sidebar .todo-sidebar-section-header span + .os-icon.fire {
          color: #ff1b1b; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-contents {
      margin-top: 20px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-toggle {
      top: 50%;
      transform: translateY(-50%);
      left: -30px;
      color: #b11f37;
      font-size: 16px;
      position: absolute;
      text-decoration: none; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-toggle:hover {
        color: #5a101c; }
    .todo-app-w .todo-sidebar ul {
      margin-left: 0px;
      padding-left: 30px; }
    .todo-app-w .todo-sidebar ul.projects-list {
      list-style: none;
      font-size: 0.99rem;
      margin-bottom: 0px; }
      .todo-app-w .todo-sidebar ul.projects-list li {
        position: relative;
        margin-bottom: 10px; }
        .todo-app-w .todo-sidebar ul.projects-list li:before {
          content: "\e981";
          color: #b11f37;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'osfont' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 18px;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%); }
        .todo-app-w .todo-sidebar ul.projects-list li a {
          color: #3E4B5B;
          display: block; }
        .todo-app-w .todo-sidebar ul.projects-list li.add-new-project {
          margin-top: 20px; }
          .todo-app-w .todo-sidebar ul.projects-list li.add-new-project:before {
            content: "\e969"; }
          .todo-app-w .todo-sidebar ul.projects-list li.add-new-project a {
            color: #b11f37;
            border-bottom: 1px solid #b11f37;
            display: inline-block;
            font-size: 0.9rem; }
            .todo-app-w .todo-sidebar ul.projects-list li.add-new-project a:hover {
              text-decoration: none; }
    .todo-app-w .todo-sidebar ul.tasks-list {
      list-style: none;
      padding-left: 25px; }
      .todo-app-w .todo-sidebar ul.tasks-list li {
        position: relative;
        margin-bottom: 10px; }
        .todo-app-w .todo-sidebar ul.tasks-list li strong {
          color: #3E4B5B;
          display: block; }
        .todo-app-w .todo-sidebar ul.tasks-list li span {
          color: rgba(0, 0, 0, 0.4);
          font-size: 0.72rem;
          display: inline-block; }
        .todo-app-w .todo-sidebar ul.tasks-list li:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          left: -25px;
          top: 7px;
          border-radius: 10px; }
        .todo-app-w .todo-sidebar ul.tasks-list li a {
          color: #3E4B5B;
          display: block; }
        .todo-app-w .todo-sidebar ul.tasks-list li.danger:before {
          background-color: #f59595; }
        .todo-app-w .todo-sidebar ul.tasks-list li.warning:before {
          background-color: #fbe4a0; }
        .todo-app-w .todo-sidebar ul.tasks-list li.success:before {
          background-color: #b1ef98; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section {
      padding-left: 30px;
      position: relative;
      margin-bottom: 15px; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-section-toggler {
        position: absolute;
        z-index: 2;
        top: 5px;
        right: 0px;
        font-size: 14px;
        cursor: pointer; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-header {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding-bottom: 10px;
        padding-top: 10px; }
        .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-header i.os-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -30px;
          font-size: 18px;
          color: #b11f37; }
        .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-header h6 {
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 0.72rem;
          margin: 0px;
          color: #b11f37; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-section-content ul {
        list-style: none;
        padding: 10px 0px;
        margin: 0px; }
        .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-section-content ul li {
          padding: 3px 0px;
          margin: 0px; }
          .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-section-content ul li a {
            color: #3E4B5B;
            display: inline-block;
            font-size: 0.9rem;
            line-height: 1.2;
            height: 1.08rem;
            overflow: hidden; }
  .todo-app-w .todo-content {
    background-color: #fff;
    flex: 1;
    padding: 40px; }
    .todo-app-w .todo-content .todo-content-header {
      margin-bottom: 20px;
      color: #b11f37; }
      .todo-app-w .todo-content .todo-content-header i {
        margin-right: 10px;
        font-size: 22px;
        display: inline-block;
        vertical-align: middle; }
      .todo-app-w .todo-content .todo-content-header span {
        display: inline-block;
        vertical-align: middle; }
    .todo-app-w .todo-content .all-tasks-w {
      padding: 20px 30px; }
    .todo-app-w .todo-content .tasks-header-w {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 0px;
      position: relative;
      margin-bottom: 30px;
      margin-top: 20px; }
      .todo-app-w .todo-content .tasks-header-w .tasks-header-toggler {
        position: absolute;
        color: #b11f37;
        font-size: 18px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none; }
        .todo-app-w .todo-content .tasks-header-w .tasks-header-toggler:hover {
          color: #5a101c; }
      .todo-app-w .todo-content .tasks-header-w .tasks-header {
        display: inline-block;
        margin-bottom: 0px; }
      .todo-app-w .todo-content .tasks-header-w .tasks-sub-header {
        display: inline-block;
        margin-left: 10px;
        color: rgba(0, 0, 0, 0.3);
        font-size: 0.81rem; }
      .todo-app-w .todo-content .tasks-header-w .add-task-btn {
        float: right; }
        .todo-app-w .todo-content .tasks-header-w .add-task-btn span, .todo-app-w .todo-content .tasks-header-w .add-task-btn i {
          display: inline-block;
          vertical-align: middle; }
        .todo-app-w .todo-content .tasks-header-w .add-task-btn span {
          border-bottom: 1px solid #b11f37; }
        .todo-app-w .todo-content .tasks-header-w .add-task-btn i.os-icon {
          margin-right: 5px;
          font-size: 20px; }
    .todo-app-w .todo-content .tasks-list-header {
      text-transform: uppercase;
      color: #b11f37;
      letter-spacing: 1px;
      font-size: 0.81rem;
      font-weight: 500;
      margin-bottom: 5px; }
    .todo-app-w .todo-content .tasks-list {
      font-size: 1.08rem;
      padding: 0px;
      list-style: none;
      border-radius: 4px;
      margin-left: -10px;
      padding: 5px 0px; }
      .todo-app-w .todo-content .tasks-list li.draggable-task {
        margin: 0px;
        padding: 6px 40px;
        position: relative;
        border: 1px solid transparent; }
        .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-drag {
          color: #111;
          position: absolute;
          top: 9px;
          left: -10px;
          font-size: 8px;
          cursor: move;
          display: none;
          padding: 5px; }
        .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-media {
          padding-top: 10px; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-media img {
            display: inline-block;
            border-radius: 4px;
            height: 30px;
            width: auto;
            margin-right: 5px; }
        .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons {
          position: absolute;
          right: -10px;
          top: 50%;
          transform: translate(100%, -50%);
          display: none; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons a {
            font-size: 18px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            text-decoration: none; }
            .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons a span {
              position: absolute;
              top: -28px;
              left: 50%;
              transform: translateX(-50%);
              white-space: nowrap;
              padding: 2px 8px;
              border-radius: 4px;
              background-color: #111;
              color: #fff;
              font-weight: 500;
              font-size: 0.72rem;
              text-transform: uppercase;
              letter-spacing: 1px;
              visibility: hidden;
              opacity: 0;
              transition: all 0.2s ease;
              display: inline-block;
              vertical-align: middle; }
            .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons a:hover {
              text-decoration: none; }
              .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons a:hover span {
                transform: translate(-50%, 8px);
                visibility: visible;
                opacity: 1; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons a + a {
            margin-left: 8px; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons .task-btn-done {
            color: #4d9121; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons .task-btn-edit {
            color: #b11f37; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons .task-btn-delete {
            color: #e65252; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons .task-btn-star {
            color: #c89302; }
        .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task {
          position: relative;
          display: inline-block; }
          .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task span {
            outline: none; }
        .todo-app-w .todo-content .tasks-list li.draggable-task:hover .todo-task-drag, .todo-app-w .todo-content .tasks-list li.draggable-task:hover .todo-task-buttons {
          display: block; }
        .todo-app-w .todo-content .tasks-list li.draggable-task:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 10px;
          background-color: #e1e1e1;
          position: absolute;
          left: 20px;
          top: 15px; }
        .todo-app-w .todo-content .tasks-list li.draggable-task.favorite {
          background-color: #fffaea;
          border-radius: 6px; }
        .todo-app-w .todo-content .tasks-list li.draggable-task.gu-transit {
          opacity: 0.8;
          border-radius: 4px;
          background-color: rgba(0, 0, 0, 0.05); }
        .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed {
          background-color: #fff5f5;
          border-radius: 6px; }
          .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed .todo-task {
            opacity: 0.3; }
          .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed .task-btn-undelete {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #e65252;
            color: #fff;
            font-weight: 500;
            font-size: 0.72rem;
            padding: 1px 10px;
            border-radius: 10px;
            text-decoration: none; }
            .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed .task-btn-undelete:hover {
              background-color: #111;
              text-decoration: none; }
          .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed .todo-task-drag, .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed .todo-task-buttons {
            display: none !important; }
        .todo-app-w .todo-content .tasks-list li.draggable-task.complete {
          color: #999; }
          .todo-app-w .todo-content .tasks-list li.draggable-task.complete .todo-task {
            text-decoration: line-through; }
          .todo-app-w .todo-content .tasks-list li.draggable-task.complete:before {
            background-color: #e1e1e1 !important; }
        .todo-app-w .todo-content .tasks-list li.draggable-task.danger:before {
          background-color: #e65252; }
        .todo-app-w .todo-content .tasks-list li.draggable-task.warning:before {
          background-color: #fbe4a0; }
        .todo-app-w .todo-content .tasks-list li.draggable-task.success:before {
          background-color: #5eb314; }

.draggable-task.gu-mirror {
  list-style: none;
  padding: 10px 40px;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0px;
  font-size: 1.08rem;
  position: relative;
  border-radius: 4px; }
  .draggable-task.gu-mirror .todo-task-drag {
    color: #111;
    position: absolute;
    top: 50%;
    left: -10px;
    font-size: 8px;
    transform: translateY(-50%);
    cursor: move;
    padding: 5px; }
  .draggable-task.gu-mirror .todo-task-buttons {
    display: none; }
  .draggable-task.gu-mirror .todo-task-media {
    padding-top: 10px; }
    .draggable-task.gu-mirror .todo-task-media img {
      display: inline-block;
      border-radius: 4px;
      height: 30px;
      width: auto;
      margin-right: 5px; }

.attached-media-w img {
  display: inline-block;
  border-radius: 4px;
  height: 30px;
  width: auto;
  margin-right: 5px; }

.attached-media-w .attach-media-btn {
  display: inline-block;
  margin-left: 10px; }
  .attached-media-w .attach-media-btn span, .attached-media-w .attach-media-btn i {
    display: inline-block;
    vertical-align: middle; }
  .attached-media-w .attach-media-btn span {
    border-bottom: 1px solid #b11f37; }
  .attached-media-w .attach-media-btn i.os-icon {
    margin-right: 5px;
    font-size: 18px; }

.color-scheme-dark .todo-app-w .todo-sidebar {
  background-color: #293145; }
  .color-scheme-dark .todo-app-w .todo-sidebar ul.tasks-list li strong {
    color: #ccd9e8; }
  .color-scheme-dark .todo-app-w .todo-sidebar ul.tasks-list li span {
    color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .todo-app-w .todo-sidebar .todo-sidebar-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .todo-app-w .todo-sidebar ul.projects-list li a {
    color: #ccd9e8; }
  .color-scheme-dark .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .color-scheme-dark .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section .todo-sidebar-section-sub-section-content ul li a {
    color: #ccd9e8; }

.color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed {
  background-color: #f59595;
  color: #a94442; }
  .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed .todo-task {
    opacity: 0.7; }
  .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task.pre-removed span {
    color: #a94442; }

.color-scheme-dark .todo-app-w .todo-content {
  background-color: #323c58; }
  .color-scheme-dark .todo-app-w .todo-content .tasks-header-w {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
    .color-scheme-dark .todo-app-w .todo-content .tasks-header-w .tasks-sub-header {
      color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-buttons .task-btn-done {
    color: #55bf10; }
  .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task.favorite {
    background-color: #efe67b;
    color: #383314; }
  .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task .todo-task-drag {
    color: #fff; }
  .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task.complete {
    color: rgba(218, 226, 243, 0.4); }
    .color-scheme-dark .todo-app-w .todo-content .tasks-list li.draggable-task.complete:before {
      background-color: #445279 !important; }

/* 20. Fancy Selector */
.fancy-selector-w {
  position: relative; }
  .fancy-selector-w .fancy-selector-current {
    position: relative;
    z-index: 9999;
    height: 100%; }
  .fancy-selector-w .fancy-selector-current, .fancy-selector-w .fancy-selector-option {
    display: flex;
    background-color: #3399ff;
    color: #fff;
    text-align: left;
    align-items: center;
    justify-content: space-between; }
    .fancy-selector-w .fancy-selector-current .fs-img, .fancy-selector-w .fancy-selector-option .fs-img {
      padding: 10px 15px;
      vertical-align: middle; }
      .fancy-selector-w .fancy-selector-current .fs-img img, .fancy-selector-w .fancy-selector-option .fs-img img {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        border-radius: 6px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
      .fancy-selector-w .fancy-selector-current .fs-img.shadowless img, .fancy-selector-w .fancy-selector-option .fs-img.shadowless img {
        box-shadow: none;
        height: auto !important;
        width: 40px; }
    .fancy-selector-w .fancy-selector-current .fs-main-info, .fancy-selector-w .fancy-selector-option .fs-main-info {
      padding: 10px;
      padding-right: 20px; }
      .fancy-selector-w .fancy-selector-current .fs-main-info .fs-name, .fancy-selector-w .fancy-selector-option .fs-main-info .fs-name {
        font-size: 0.99rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 1px;
        margin-bottom: 5px; }
      .fancy-selector-w .fancy-selector-current .fs-main-info .fs-sub, .fancy-selector-w .fancy-selector-option .fs-main-info .fs-sub {
        color: rgba(255, 255, 255, 0.6);
        letter-spacing: 0.5px;
        font-size: 0.72rem; }
        .fancy-selector-w .fancy-selector-current .fs-main-info .fs-sub strong, .fancy-selector-w .fancy-selector-option .fs-main-info .fs-sub strong {
          color: #F6DB77;
          margin-left: 5px; }
    .fancy-selector-w .fancy-selector-current .fs-extra-info, .fancy-selector-w .fancy-selector-option .fs-extra-info {
      padding: 10px 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.05);
      text-align: center;
      color: rgba(255, 255, 255, 0.6); }
      .fancy-selector-w .fancy-selector-current .fs-extra-info strong, .fancy-selector-w .fancy-selector-option .fs-extra-info strong {
        font-size: 0.99rem;
        margin-bottom: 5px;
        font-weight: 500;
        display: block;
        letter-spacing: 1px;
        line-height: 1; }
      .fancy-selector-w .fancy-selector-current .fs-extra-info span, .fancy-selector-w .fancy-selector-option .fs-extra-info span {
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.54rem;
        letter-spacing: 2px;
        line-height: 1;
        display: block; }
    .fancy-selector-w .fancy-selector-current .fs-selector-trigger, .fancy-selector-w .fancy-selector-option .fs-selector-trigger {
      background-color: #0080ff;
      padding: 10px 10px;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      align-self: stretch;
      position: relative;
      width: 60px;
      cursor: pointer; }
      .fancy-selector-w .fancy-selector-current .fs-selector-trigger i, .fancy-selector-w .fancy-selector-option .fs-selector-trigger i {
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.2s ease; }
      .fancy-selector-w .fancy-selector-current .fs-selector-trigger:hover, .fancy-selector-w .fancy-selector-option .fs-selector-trigger:hover {
        background-color: #0066cc;
        color: #fff; }
        .fancy-selector-w .fancy-selector-current .fs-selector-trigger:hover i, .fancy-selector-w .fancy-selector-option .fs-selector-trigger:hover i {
          transform: translate(-50%, -40%); }
  .fancy-selector-w .fancy-selector-options {
    background-color: #1a8cff;
    position: absolute;
    left: 0px;
    min-width: 100%;
    padding: 15px 0px;
    padding-top: 25px;
    z-index: 9998;
    border-radius: 0px 0px 6px 6px;
    visibility: hidden;
    transform: translateY(-30px) scale(1);
    transition: all 0.2s ease;
    opacity: 0; }
    .fancy-selector-w .fancy-selector-options .fancy-selector-actions {
      padding: 15px 15px 0px 15px; }
    .fancy-selector-w .fancy-selector-options .fancy-selector-option {
      padding: 8px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      background-color: transparent;
      cursor: pointer;
      border-radius: 0px; }
      .fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-extra-info {
        padding-right: 10px; }
      .fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-img {
        padding-left: 20px; }
        .fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-img img {
          height: 37px; }
      .fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-main-info {
        flex: 1; }
      .fancy-selector-w .fancy-selector-options .fancy-selector-option.active {
        color: white; }
        .fancy-selector-w .fancy-selector-options .fancy-selector-option.active:before {
          content: "";
          width: 8px;
          height: 8px;
          background-color: #ffb900;
          position: absolute;
          top: 50%;
          left: 15px;
          border-radius: 6px;
          transform: translateY(-50%); }
      .fancy-selector-w .fancy-selector-options .fancy-selector-option:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #fff; }
  .fancy-selector-w.opened .fancy-selector-options {
    visibility: visible;
    transform: translateY(-5px) scale(1);
    opacity: 1; }
  .fancy-selector-w.opened .fs-selector-trigger i {
    transform: translate(-50%, -50%) rotate(180deg); }
  .fancy-selector-w.opened .fs-selector-trigger:hover i {
    transform: translate(-50%, -60%) rotate(180deg); }

/* 21. App - Rentals */
.top-bar {
  display: flex;
  align-items: stretch; }
  .top-bar .logo-w {
    flex: 0 0 400px;
    background-color: #4472fd;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top-bar .logo-w .filters-toggler {
      color: rgba(255, 255, 255, 0.7);
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
      .top-bar .logo-w .filters-toggler .os-icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 1; }
      .top-bar .logo-w .filters-toggler:hover {
        color: #fff; }
    .top-bar .logo-w .logo {
      display: inline-block;
      text-decoration: none; }
    .top-bar .logo-w .logo-element {
      content: "";
      width: 26px;
      height: 26px;
      border-radius: 15px;
      position: relative;
      background-color: #e98091;
      display: inline-block;
      vertical-align: middle;
      margin-right: 40px;
      transition: all 0.2s ease; }
      .top-bar .logo-w .logo-element:after {
        content: "";
        width: 26px;
        height: 26px;
        background-color: #fff;
        border-radius: 15px;
        right: -20px;
        position: absolute;
        transition: all 0.2s ease; }
    .top-bar .logo-w .logo:hover .logo-element {
      transform: translateX(5px); }
      .top-bar .logo-w .logo:hover .logo-element:after {
        transform: translateX(-10px); }
    .top-bar .logo-w .logo:hover .logo-label:after {
      width: 100%;
      background-color: #fff; }
    .top-bar .logo-w .logo-label {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.08rem;
      position: relative; }
      .top-bar .logo-w .logo-label:after {
        height: 2px;
        position: absolute;
        width: 0%;
        left: 0px;
        bottom: -5px;
        background-color: #fff;
        content: "";
        transition: all 0.2s ease; }
  .top-bar .filters {
    flex: 1;
    background-color: #24293d;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top-bar .filters .filters-header {
      padding-right: 20px; }
      .top-bar .filters .filters-header h4 {
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.9rem;
        margin: 0px; }
    .top-bar .filters .filter-w {
      padding: 15px 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .top-bar .filters .filter-w label {
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.4);
        display: inline-block;
        margin-right: 10px; }
      .top-bar .filters .filter-w input.form-control {
        background-color: #040407;
        border-color: #040407;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px; }
        .top-bar .filters .filter-w input.form-control.zip-width {
          width: 70px;
          padding-left: 5px; }
        .top-bar .filters .filter-w input.form-control.date-range-picker {
          width: 250px;
          padding-left: 5px; }
      .top-bar .filters .filter-w .input-group-prepend, .top-bar .filters .filter-w .input-group-text {
        background-color: #040407;
        border-color: #040407;
        color: #4472fd;
        font-size: 20px; }
    .top-bar .filters .buttons-w .btn, .top-bar .filters .buttons-w .all-wrapper .fc-button, .all-wrapper .top-bar .filters .buttons-w .fc-button {
      font-size: 0.81rem; }
      .top-bar .filters .buttons-w .btn i.os-icon, .top-bar .filters .buttons-w .all-wrapper .fc-button i.os-icon, .all-wrapper .top-bar .filters .buttons-w .fc-button i.os-icon {
        margin: 0px; }
      .top-bar .filters .buttons-w .btn i.os-icon + span, .top-bar .filters .buttons-w .all-wrapper .fc-button i.os-icon + span, .all-wrapper .top-bar .filters .buttons-w .fc-button i.os-icon + span {
        margin: 0px;
        margin-left: 10px; }
      .top-bar .filters .buttons-w .btn span + i.os-icon, .top-bar .filters .buttons-w .all-wrapper .fc-button span + i.os-icon, .all-wrapper .top-bar .filters .buttons-w .fc-button span + i.os-icon {
        margin: 0px;
        margin-left: 10px; }

.rentals-list-w {
  display: flex;
  background-color: #fff;
  margin-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .rentals-list-w .filter-side {
    background-color: #f6f6f6;
    flex: 0 0 400px; }
    .rentals-list-w .filter-side .filters-header {
      display: flex;
      padding: 16px 20px;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      align-items: center; }
      .rentals-list-w .filter-side .filters-header h4 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1.08rem;
        margin-bottom: 0px; }
      .rentals-list-w .filter-side .filters-header .reset-filters {
        color: #BC8F8F;
        display: flex;
        align-items: center; }
        .rentals-list-w .filter-side .filters-header .reset-filters i {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          font-size: 10px; }
        .rentals-list-w .filter-side .filters-header .reset-filters span {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 0.63rem; }
    .rentals-list-w .filter-side .filter-w {
      position: relative; }
      .rentals-list-w .filter-side .filter-w .filter-toggle {
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        padding: 4px 5px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.07);
        color: rgba(0, 0, 0, 0.4);
        font-size: 10px;
        line-height: 1;
        vertical-align: middle;
        cursor: pointer;
        z-index: 3; }
        .rentals-list-w .filter-side .filter-w .filter-toggle i {
          display: inline-block;
          vertical-align: middle; }
        .rentals-list-w .filter-side .filter-w .filter-toggle:hover {
          background-color: #111;
          color: #fff; }
      .rentals-list-w .filter-side .filter-w iframe {
        max-width: 100%; }
      .rentals-list-w .filter-side .filter-w.no-padding .filter-body {
        padding-left: 0px;
        padding-right: 0px; }
      .rentals-list-w .filter-side .filter-w.collapsed .filter-body {
        display: none; }
    .rentals-list-w .filter-side .filter-header {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.81rem;
      position: relative;
      padding: 40px;
      padding-bottom: 20px;
      padding-top: 20px;
      margin: 0px; }
      .rentals-list-w .filter-side .filter-header:before {
        content: "";
        background-color: #b11f37;
        width: 7px;
        height: 7px;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }
    .rentals-list-w .filter-side .filter-body {
      padding: 10px 40px 30px 40px; }
    .rentals-list-w .filter-side .filter-w + .filter-w {
      border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .rentals-list-w .filter-side .select2 {
      display: block;
      width: 100%; }
      .rentals-list-w .filter-side .select2.select2-container--default .select2-selection--multiple {
        background-color: transparent;
        border-color: transparent; }
      .rentals-list-w .filter-side .select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
        border: 2px solid #b11f37;
        border-radius: 16px;
        font-size: 0.63rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        background-color: transparent;
        font-weight: 500;
        padding: 3px 8px;
        color: #b11f37;
        margin-right: 7px; }
      .rentals-list-w .filter-side .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #b11f37; }
  .rentals-list-w .rentals-list {
    flex: 1; }
    .rentals-list-w .rentals-list .list-controls {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .rentals-list-w .rentals-list .list-controls .list-info {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 0.72rem; }
      .rentals-list-w .rentals-list .list-controls .list-order {
        margin-left: auto; }
        .rentals-list-w .rentals-list .list-controls .list-order label {
          margin-right: 10px;
          color: rgba(0, 0, 0, 0.4);
          font-size: 0.72rem;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          font-size: 0.72rem;
          margin-bottom: 0px; }
  .rentals-list-w .property-items.as-list .property-item {
    display: flex; }
    .rentals-list-w .property-items.as-list .property-item .item-media-w {
      flex: 0 0 40%; }
      .rentals-list-w .property-items.as-list .property-item .item-media-w .item-media {
        height: 100%; }
    .rentals-list-w .property-items.as-list .property-item .item-info {
      flex: 1; }
  .rentals-list-w .property-items.as-grid {
    display: flex;
    flex-wrap: wrap; }
    .rentals-list-w .property-items.as-grid .property-item {
      flex: 0 0 50%;
      flex-direction: column;
      padding: 20px; }
      .rentals-list-w .property-items.as-grid .property-item:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .rentals-list-w .property-items.as-grid .property-item .item-media-w .item-media {
        padding-bottom: 65%; }
      .rentals-list-w .property-items.as-grid .property-item .item-info {
        padding: 30px 30px; }
  .rentals-list-w .property-item {
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .rentals-list-w .property-item .item-media-w {
      display: block;
      position: relative;
      overflow: hidden; }
      .rentals-list-w .property-item .item-media-w .item-media {
        background-size: cover;
        background-position: center center;
        z-index: 2;
        transition: all 0.5s ease; }
      .rentals-list-w .property-item .item-media-w:after {
        content: "";
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        transition: all 0.2s ease;
        z-index: 3;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
      .rentals-list-w .property-item .item-media-w:hover .item-media {
        transform: scale(1.05); }
      .rentals-list-w .property-item .item-media-w:hover:after {
        background-color: rgba(0, 0, 0, 0.1); }
    .rentals-list-w .property-item .item-info {
      padding: 60px 50px; }
      .rentals-list-w .property-item .item-info .item-title a {
        color: #334152;
        text-decoration: none; }
        .rentals-list-w .property-item .item-info .item-title a:hover {
          color: #1f2833; }
    .rentals-list-w .property-item .item-price-buttons {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px; }
    .rentals-list-w .property-item .item-reviews {
      display: flex;
      margin-top: 15px;
      align-items: center; }
      .rentals-list-w .property-item .item-reviews .reviews-count {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.4); }
    .rentals-list-w .property-item .item-price strong {
      color: #b11f37;
      font-size: 1.8rem; }
    .rentals-list-w .property-item .item-price span {
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      color: #999;
      margin-left: 5px; }
    .rentals-list-w .property-item .item-features {
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      color: #777;
      margin: 10px 0px; }
      .rentals-list-w .property-item .item-features .feature {
        margin-right: 17px;
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .rentals-list-w .property-item .item-features .feature + .feature:before {
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 10px;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          left: -15px;
          top: 50%;
          transform: translateY(-50%); }
    .rentals-list-w .property-item .item-buttons {
      padding-top: 20px; }
      .rentals-list-w .property-item .item-buttons .btn, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button {
        border-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 5px 14px;
        letter-spacing: 2px; }
        .rentals-list-w .property-item .item-buttons .btn span, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button span, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button span, .rentals-list-w .property-item .item-buttons .btn i, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button i, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button i {
          display: inline-block;
          vertical-align: middle; }
        .rentals-list-w .property-item .item-buttons .btn span + i, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button span + i, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button span + i {
          margin-left: 10px;
          font-size: 10px;
          margin-right: 0px; }
        .rentals-list-w .property-item .item-buttons .btn + .btn, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button + .btn, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button + .btn, .rentals-list-w .property-item .item-buttons .all-wrapper .btn + .fc-button, .all-wrapper .rentals-list-w .property-item .item-buttons .btn + .fc-button, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button + .fc-button, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button + .fc-button {
          margin-left: 10px; }
  .rentals-list-w .pagination-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px; }
    .rentals-list-w .pagination-w .pagination-info {
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.4); }
    .rentals-list-w .pagination-w .pagination-links .pagination {
      margin-bottom: 0;
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      color: #b11f37; }
      .rentals-list-w .pagination-w .pagination-links .pagination .page-link {
        border: none; }
      .rentals-list-w .pagination-w .pagination-links .pagination .disabled .page-link {
        color: rgba(0, 0, 0, 0.3); }
  .rentals-list-w.hide-filters .filter-side {
    display: none; }
  .rentals-list-w.hide-filters .property-items.as-grid .property-item {
    flex: 0 0 33.3%;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .rentals-list-w.hide-filters .property-items.as-grid .property-item:nth-child(3n) {
      border-right: none; }

.property-single {
  background-color: #fff; }
  .property-single .property-media {
    height: 60vh;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .property-single .property-media .media-buttons {
      position: absolute;
      left: 40px;
      bottom: 40px; }
      .property-single .property-media .media-buttons a {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        display: inline-block;
        color: #111; }
        .property-single .property-media .media-buttons a:hover {
          background-color: white; }
        .property-single .property-media .media-buttons a i.os-icon {
          font-size: 20px;
          margin-right: 10px;
          display: inline-block;
          vertical-align: middle; }
        .property-single .property-media .media-buttons a span {
          display: inline-block;
          vertical-align: middle; }
        .property-single .property-media .media-buttons a + a {
          margin-left: 20px; }
  .property-single .property-info-w {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 40px;
    display: flex; }
    .property-single .property-info-w .property-info-main {
      flex: 1;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding: 60px;
      position: relative; }
      .property-single .property-info-w .property-info-main .property-price {
        text-align: center;
        padding: 30px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        width: 400px;
        background-color: #fff;
        top: 0px;
        right: 0px;
        transform: translate(100%, -100%); }
        .property-single .property-info-w .property-info-main .property-price strong {
          color: #b11f37;
          font-size: 2.5rem;
          display: block;
          line-height: 1; }
        .property-single .property-info-w .property-info-main .property-price span {
          display: inline-block;
          font-size: 0.72rem;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          color: rgba(0, 0, 0, 0.4);
          font-size: 0.81rem;
          letter-spacing: 1px; }
      .property-single .property-info-w .property-info-main h1 {
        font-size: 3rem; }
      .property-single .property-info-w .property-info-main .property-features-highlight {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px 0px;
        margin-top: 30px; }
        .property-single .property-info-w .property-info-main .property-features-highlight .feature {
          flex: 0 0 25%;
          text-align: center; }
          .property-single .property-info-w .property-info-main .property-features-highlight .feature i {
            display: inline-block;
            font-size: 30px;
            color: #b11f37; }
          .property-single .property-info-w .property-info-main .property-features-highlight .feature span {
            display: block;
            margin-top: 10px;
            font-size: 0.72rem;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 1px;
            font-size: 12px; }
      .property-single .property-info-w .property-info-main .property-description {
        font-size: 0.99rem;
        font-weight: 300;
        margin: 30px 0px; }
      .property-single .property-info-w .property-info-main .badge {
        border-radius: 0px;
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 5px 10px; }
        .property-single .property-info-w .property-info-main .badge.badge-red {
          background-color: #F70E2D;
          color: #fff; }
      .property-single .property-info-w .property-info-main .item-reviews {
        display: flex;
        margin-top: 15px;
        align-items: center; }
        .property-single .property-info-w .property-info-main .item-reviews .reviews-count {
          padding-left: 10px;
          margin-left: 10px;
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          font-size: 0.72rem;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          color: rgba(0, 0, 0, 0.4); }
      .property-single .property-info-w .property-info-main .item-features {
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: #777;
        margin: 10px 0px;
        font-size: 0.99rem;
        position: relative; }
        .property-single .property-info-w .property-info-main .item-features:before {
          content: "";
          background-color: #b11f37;
          width: 7px;
          height: 7px;
          left: -63px;
          top: 50%;
          transform: translateY(-50%);
          position: absolute; }
        .property-single .property-info-w .property-info-main .item-features .feature {
          margin-right: 17px;
          position: relative;
          display: inline-block;
          vertical-align: middle; }
          .property-single .property-info-w .property-info-main .item-features .feature + .feature:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 10px;
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%); }
    .property-single .property-info-w .property-info-side {
      flex: 0 0 400px;
      background-color: #fff;
      padding: 0px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .property-single .property-info-w .property-info-side .side-action-form {
        padding: 30px 40px; }
        .property-single .property-info-w .property-info-side .side-action-form .input-group {
          border: 2px solid rgba(0, 0, 0, 0.2);
          border-radius: 4px; }
          .property-single .property-info-w .property-info-side .side-action-form .input-group .input-group-prepend .input-group-text {
            border: none;
            background-color: #fff;
            color: #111; }
          .property-single .property-info-w .property-info-side .side-action-form .input-group .form-control {
            border: none;
            font-weight: 500; }
        .property-single .property-info-w .property-info-side .side-action-form .form-buttons {
          text-align: center; }
        .property-single .property-info-w .property-info-side .side-action-form .btn, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button {
          font-size: 0.72rem;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          padding: 12px 20px; }
          .property-single .property-info-w .property-info-side .side-action-form .btn span, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button span, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button span {
            margin-right: 10px; }
          .property-single .property-info-w .property-info-side .side-action-form .btn i.os-icon, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button i.os-icon, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button i.os-icon {
            font-size: 10px;
            margin-right: 0px; }
      .property-single .property-info-w .property-info-side .side-magic {
        padding: 15% 10%;
        position: relative;
        color: rgba(255, 255, 255, 0.8); }
        .property-single .property-info-w .property-info-side .side-magic .fader {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          background-color: rgba(0, 0, 0, 0.5);
          content: ""; }
        .property-single .property-info-w .property-info-side .side-magic .side-magic-title {
          color: #fff;
          font-size: 0.72rem;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          font-size: 1.75rem;
          position: relative;
          margin-bottom: 20px;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
        .property-single .property-info-w .property-info-side .side-magic .side-magic-desc {
          position: relative;
          font-size: 1.08rem; }
        .property-single .property-info-w .property-info-side .side-magic .side-magic-btn {
          position: relative;
          background-color: #fff;
          border-radius: 4px;
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.7);
          padding: 7px 15px;
          color: #111;
          font-size: 0.72rem;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          font-size: 1.08rem;
          display: inline-block;
          margin-top: 30px;
          text-decoration: none; }
      .property-single .property-info-w .property-info-side .side-section .side-section-header {
        padding: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        color: #111;
        text-align: center;
        font-size: 0.99rem; }
        .property-single .property-info-w .property-info-side .side-section .side-section-header:before {
          content: "";
          background-color: #b11f37;
          width: 7px;
          height: 7px;
          left: 50%;
          top: -4px;
          transform: translateX(-50%);
          position: absolute; }
      .property-single .property-info-w .property-info-side .side-section .side-section-content {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px 0px; }
      .property-single .property-info-w .property-info-side .property-side-features .feature {
        padding: 15px 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px; }
        .property-single .property-info-w .property-info-side .property-side-features .feature i, .property-single .property-info-w .property-info-side .property-side-features .feature span, .property-single .property-info-w .property-info-side .property-side-features .feature strong {
          display: inline-block;
          vertical-align: middle; }
        .property-single .property-info-w .property-info-side .property-side-features .feature span {
          color: rgba(0, 0, 0, 0.6); }
        .property-single .property-info-w .property-info-side .property-side-features .feature strong {
          margin-right: 3px;
          color: #111; }
        .property-single .property-info-w .property-info-side .property-side-features .feature i {
          color: #b11f37;
          font-size: 30px;
          margin-right: 20px; }
        .property-single .property-info-w .property-info-side .property-side-features .feature:last-child {
          border-bottom: none; }
    .property-single .property-info-w .property-section .property-section-header {
      padding: 20px 0px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      position: relative;
      color: #111;
      font-size: 0.99rem; }
      .property-single .property-info-w .property-section .property-section-header:before {
        content: "";
        background-color: #b11f37;
        width: 7px;
        height: 7px;
        left: -63px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }
      .property-single .property-info-w .property-section .property-section-header .filter-toggle {
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        padding: 4px 5px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.07);
        color: rgba(0, 0, 0, 0.4);
        font-size: 10px;
        line-height: 1;
        vertical-align: middle;
        cursor: pointer;
        z-index: 3; }
        .property-single .property-info-w .property-section .property-section-header .filter-toggle i {
          display: inline-block;
          vertical-align: middle; }
        .property-single .property-info-w .property-section .property-section-header .filter-toggle:hover {
          background-color: #111;
          color: #fff; }
    .property-single .property-info-w .property-section .property-section-body {
      padding: 40px 0px;
      font-size: 0.99rem;
      font-weight: 300; }
      .property-single .property-info-w .property-section .property-section-body iframe {
        max-width: 100%; }
      .property-single .property-info-w .property-section .property-section-body ul li {
        margin-bottom: 10px; }
        .property-single .property-info-w .property-section .property-section-body ul li .os-icon {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          font-size: 20px; }
        .property-single .property-info-w .property-section .property-section-body ul li span {
          display: inline-block;
          vertical-align: middle; }
      .property-single .property-info-w .property-section .property-section-body .property-note {
        padding: 20px;
        background-color: #FBF9F3;
        color: #383328;
        font-size: 0.81rem;
        margin: 20px 0px; }
        .property-single .property-info-w .property-section .property-section-body .property-note:last-child {
          margin-bottom: 0px; }
        .property-single .property-info-w .property-section .property-section-body .property-note h6 {
          font-size: 0.81rem; }
        .property-single .property-info-w .property-section .property-section-body .property-note p:last-child {
          margin-bottom: 0px; }

.related-listings-w {
  margin-bottom: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .related-listings-w .property-section-big-header {
    position: relative;
    text-align: center;
    padding: 30px;
    letter-spacing: 3px;
    text-transform: uppercase; }
    .related-listings-w .property-section-big-header:before {
      content: "";
      background-color: #b11f37;
      width: 7px;
      height: 7px;
      left: 50%;
      top: -4px;
      transform: translateX(-50%);
      position: absolute; }
  .related-listings-w .related-listings {
    display: flex; }
  .related-listings-w .property-item {
    flex: 0 0 33.3%;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .related-listings-w .property-item + .property-item {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .related-listings-w .property-item .item-media-w {
      display: block;
      position: relative;
      overflow: hidden; }
      .related-listings-w .property-item .item-media-w .item-media {
        background-size: cover;
        background-position: center center;
        z-index: 2;
        transition: all 0.5s ease;
        padding-bottom: 65%; }
      .related-listings-w .property-item .item-media-w:after {
        content: "";
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        transition: all 0.2s ease;
        z-index: 3;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
      .related-listings-w .property-item .item-media-w:hover .item-media {
        transform: scale(1.05); }
      .related-listings-w .property-item .item-media-w:hover:after {
        background-color: rgba(0, 0, 0, 0.1); }
    .related-listings-w .property-item .item-info {
      padding: 60px 50px; }
      .related-listings-w .property-item .item-info .item-title a {
        color: #334152;
        text-decoration: none; }
        .related-listings-w .property-item .item-info .item-title a:hover {
          color: #1f2833; }
    .related-listings-w .property-item .item-price-buttons {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px; }
    .related-listings-w .property-item .item-reviews {
      display: flex;
      margin-top: 15px;
      align-items: center; }
      .related-listings-w .property-item .item-reviews .reviews-count {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 0.72rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.4); }
    .related-listings-w .property-item .item-price strong {
      color: #b11f37;
      font-size: 1.8rem; }
    .related-listings-w .property-item .item-price span {
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      color: #999;
      margin-left: 5px; }
    .related-listings-w .property-item .item-features {
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      color: #777;
      margin: 10px 0px; }
      .related-listings-w .property-item .item-features .feature {
        margin-right: 17px;
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .related-listings-w .property-item .item-features .feature + .feature:before {
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 10px;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          left: -15px;
          top: 50%;
          transform: translateY(-50%); }
    .related-listings-w .property-item .item-buttons {
      padding-top: 20px; }
      .related-listings-w .property-item .item-buttons .btn, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button {
        border-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 5px 14px;
        letter-spacing: 2px; }
        .related-listings-w .property-item .item-buttons .btn span, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button span, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button span, .related-listings-w .property-item .item-buttons .btn i, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button i, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button i {
          display: inline-block;
          vertical-align: middle; }
        .related-listings-w .property-item .item-buttons .btn span + i, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button span + i, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button span + i {
          margin-left: 10px;
          font-size: 10px;
          margin-right: 0px; }
        .related-listings-w .property-item .item-buttons .btn + .btn, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button + .btn, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button + .btn, .related-listings-w .property-item .item-buttons .all-wrapper .btn + .fc-button, .all-wrapper .related-listings-w .property-item .item-buttons .btn + .fc-button, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button + .fc-button, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button + .fc-button {
          margin-left: 10px; }

body.rentals-wrapper .select2-container--default .select2-selection--single, body.rentals-wrapper .select2-container--default .select2-selection--multiple {
  cursor: pointer;
  border-width: 1px; }

body.rentals-wrapper .select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 5px 50px rgba(177, 31, 55, 0.3);
  padding: 10px 15px; }
  body.rentals-wrapper .select2-dropdown:before {
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0px;
    left: 10px;
    transform: translateY(-100%); }

body.rentals-wrapper .select2-results__option {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 6px 15px;
  margin: 5px 0px;
  border-radius: 6px; }
  body.rentals-wrapper .select2-results__option:last-child {
    border-bottom: none; }

body.rentals-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #b11f37;
  color: #fff; }

body.rentals-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #b11f37;
  color: #fff; }

/* 22. App - Support */
.support-index {
  display: flex;
  align-items: flex-start; }
  .support-index .support-tickets {
    flex: 0 0 470px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .support-index .load-more-tickets {
    text-align: center;
    margin-top: 8px; }
    .support-index .load-more-tickets a {
      display: inline-block;
      padding: 10px;
      text-decoration: none; }
      .support-index .load-more-tickets a i {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle; }
      .support-index .load-more-tickets a span {
        display: inline-block;
        vertical-align: middle;
        border-bottom: 1px solid #b11f37; }
      .support-index .load-more-tickets a i + span {
        margin-left: 10px; }
  .support-index .support-tickets-header h5 {
    margin-bottom: 0px; }
  .support-index .support-tickets-header .tickets-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .support-index .support-tickets-header .tickets-control .element-search {
      position: relative;
      margin-left: auto; }
      .support-index .support-tickets-header .tickets-control .element-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        top: 48%;
        transform: translateY(-50%);
        font-size: 16px;
        content: "\e92c";
        color: rgba(0, 0, 0, 0.2); }
      .support-index .support-tickets-header .tickets-control .element-search input {
        border: none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.03);
        border-radius: 30px;
        padding: 4px 10px 4px 40px;
        display: block;
        width: 100%;
        font-size: 0.81rem;
        outline: none; }
        .support-index .support-tickets-header .tickets-control .element-search input::placeholder {
          color: rgba(0, 0, 0, 0.3); }
  .support-index .support-tickets-header .tickets-filter {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    display: flex; }
    .support-index .support-tickets-header .tickets-filter .form-check {
      margin-bottom: 0px; }
      .support-index .support-tickets-header .tickets-filter .form-check label.form-check-label {
        vertical-align: middle;
        padding-left: 5px; }
    .support-index .support-tickets-header .tickets-filter .form-group {
      white-space: nowrap;
      margin-bottom: 0px; }
      .support-index .support-tickets-header .tickets-filter .form-group label {
        margin-bottom: 0px; }
    .support-index .support-tickets-header .tickets-filter select.form-control-sm, .support-index .support-tickets-header .tickets-filter .input-group-sm > select.form-control,
    .support-index .support-tickets-header .tickets-filter .input-group-sm > .input-group-prepend > select.input-group-text,
    .support-index .support-tickets-header .tickets-filter .input-group-sm > .input-group-append > select.input-group-text,
    .support-index .support-tickets-header .tickets-filter .input-group-sm > .input-group-prepend > select.btn, .support-index .support-tickets-header .tickets-filter .all-wrapper .input-group-sm > .input-group-prepend > select.fc-button, .all-wrapper .support-index .support-tickets-header .tickets-filter .input-group-sm > .input-group-prepend > select.fc-button,
    .support-index .support-tickets-header .tickets-filter .input-group-sm > .input-group-append > select.btn, .support-index .support-tickets-header .tickets-filter .all-wrapper .input-group-sm > .input-group-append > select.fc-button, .all-wrapper .support-index .support-tickets-header .tickets-filter .input-group-sm > .input-group-append > select.fc-button {
      background-color: #fff; }
    .support-index .support-tickets-header .tickets-filter .stick-right {
      margin-left: auto; }
  .support-index .support-ticket {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    transition: all 0.3s ease;
    position: relative; }
    .support-index .support-ticket + .support-ticket {
      margin-top: 20px; }
    .support-index .support-ticket:hover, .support-index .support-ticket.active {
      box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2), 0px 0px 0px 2px #b11f37;
      transform: translateY(-3px);
      cursor: pointer; }
      .support-index .support-ticket:hover .ticket-title, .support-index .support-ticket.active .ticket-title {
        color: #b11f37; }
    .support-index .support-ticket.active {
      transform: none; }
  .support-index .st-meta {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    display: flex;
    align-items: center; }
    .support-index .st-meta > div {
      margin-left: 10px; }
    .support-index .st-meta > i {
      margin-left: 10px;
      color: #EAA81D;
      font-size: 16px; }
    .support-index .st-meta .badge {
      font-size: 0.72rem;
      padding: 2px 5px; }
  .support-index .st-body {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center; }
    .support-index .st-body .avatar {
      flex: 0 0 50px;
      padding-right: 15px; }
      .support-index .st-body .avatar img {
        width: 50px;
        height: auto;
        border-radius: 50px; }
    .support-index .st-body .ticket-content .ticket-title {
      margin-bottom: 5px; }
    .support-index .st-body .ticket-content .ticket-description {
      color: #636c72;
      font-size: 0.81rem;
      font-weight: 300;
      height: 1.215rem;
      overflow: hidden; }
  .support-index .st-foot {
    padding: 10px 20px;
    font-size: 0.81rem; }
    .support-index .st-foot .label {
      color: #636c72;
      font-weight: 300;
      display: inline-block;
      vertical-align: middle; }
    .support-index .st-foot .value {
      vertical-align: middle;
      display: inline-block;
      color: #b11f37; }
    .support-index .st-foot a.value span {
      border-bottom: 1px solid #b11f37; }
    .support-index .st-foot .label + .value {
      margin-left: 10px; }
    .support-index .st-foot .value + .label {
      margin-left: 20px; }
  .support-index .support-ticket-content-w {
    flex: 1;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border-radius: 6px;
    display: flex;
    position: relative; }
    .support-index .support-ticket-content-w .support-ticket-content {
      flex: 1;
      padding: 10px 30px;
      padding-right: 60px;
      position: relative; }
      .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header {
        display: flex;
        margin-bottom: 30px;
        padding: 10px 0px; }
        .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header .show-ticket-info {
          margin-left: auto;
          flex: 0 0 auto;
          padding-left: 20px;
          padding-top: 5px; }
        .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header h3, .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header h4 {
          margin-bottom: 0px; }
      .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info,
      .support-index .support-ticket-content-w .support-ticket-content .back-to-index {
        display: none;
        text-decoration: none;
        white-space: nowrap; }
        .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info span,
        .support-index .support-ticket-content-w .support-ticket-content .back-to-index span {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          color: #636c72;
          letter-spacing: 1px;
          font-size: 0.72rem;
          font-weight: 500; }
        .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info i,
        .support-index .support-ticket-content-w .support-ticket-content .back-to-index i {
          display: inline-block;
          vertical-align: middle;
          font-size: 19px; }
        .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info span + i,
        .support-index .support-ticket-content-w .support-ticket-content .back-to-index span + i {
          margin-left: 7px; }
        .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info:hover span,
        .support-index .support-ticket-content-w .support-ticket-content .back-to-index:hover span {
          color: #b11f37; }
      .support-index .support-ticket-content-w .support-ticket-content .back-to-index i {
        font-size: 12px; }
      .support-index .support-ticket-content-w .support-ticket-content .back-to-index span {
        margin-left: 10px; }
    .support-index .support-ticket-content-w .ticket-header {
      margin-bottom: 40px; }
    .support-index .support-ticket-content-w .ticket-reply {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding-bottom: 20px; }
      .support-index .support-ticket-content-w .ticket-reply:last-child {
        border-bottom: none; }
      .support-index .support-ticket-content-w .ticket-reply + .ticket-reply {
        margin-top: 20px; }
      .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info {
        padding: 10px 0px;
        margin-bottom: 5px;
        position: relative; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .badge {
          vertical-align: middle;
          display: inline-block; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions {
          position: absolute;
          top: 50%;
          right: 0px;
          transform: translateY(-50%);
          font-size: 18px;
          color: #b11f37;
          text-decoration: none;
          cursor: pointer; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions > i {
            vertical-align: middle;
            display: inline-block;
            transition: all 0.3s ease; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list {
            position: absolute;
            background-color: #0f2338;
            color: #fff;
            font-size: 0.9rem;
            padding: 12px 12px;
            border-radius: 6px;
            visibility: hidden;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.2s ease;
            top: 0px;
            right: 0px; }
            .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a {
              display: block;
              padding: 5px 10px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.05);
              color: #fff;
              text-decoration: none;
              white-space: nowrap; }
              .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a:last-child {
                border-bottom: none; }
              .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a i {
                font-size: 17px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                color: #fff; }
              .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a span {
                color: rgba(255, 255, 255, 0.7);
                display: inline-block;
                vertical-align: middle;
                transition: all 0.2s ease; }
              .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a:hover span {
                color: #fff;
                transform: translateX(-3px); }
              .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a.danger i {
                color: #ff5b5b; }
              .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list a.danger span {
                color: #ff5b5b; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions:hover > i {
            transform: rotate(180deg); }
          .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions:hover .actions-list {
            visibility: visible;
            transform: translateY(0px);
            opacity: 1; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .author {
          display: inline-block;
          vertical-align: middle; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .info-data {
          display: inline-block;
          vertical-align: middle; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .info-data .label {
            color: #636c72;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .info-data .value {
            display: inline-block;
            vertical-align: middle; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info > span + span {
          margin-left: 10px; }
      .support-index .support-ticket-content-w .ticket-reply .ticket-reply-content {
        padding: 20px 25px;
        margin-left: 15px;
        font-size: 0.99rem;
        background-color: #f3f3f7;
        border-radius: 6px; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-reply-content p:last-child {
          margin-bottom: 0px; }
      .support-index .support-ticket-content-w .ticket-reply .ticket-attachments {
        text-align: right;
        margin-top: 10px; }
        .support-index .support-ticket-content-w .ticket-reply .ticket-attachments .attachment {
          display: inline-block;
          padding: 5px 10px;
          padding-right: 20px;
          margin-bottom: 5px;
          background-color: #F6F7F8;
          color: #b11f37;
          border-radius: 6px;
          font-size: 0.72rem; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-attachments .attachment i {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            margin-right: 10px; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-attachments .attachment span {
            display: inline-block;
            vertical-align: middle; }
          .support-index .support-ticket-content-w .ticket-reply .ticket-attachments .attachment + .attachment {
            margin-left: 20px; }
      .support-index .support-ticket-content-w .ticket-reply.highlight .ticket-reply-info {
        border-bottom: none; }
      .support-index .support-ticket-content-w .ticket-reply.highlight .ticket-reply-content {
        background-color: #fff6d7; }
    .support-index .support-ticket-content-w .support-ticket-info {
      background-color: #F6F7F9;
      background: linear-gradient(to bottom, #eff1f7, #f9fafc);
      padding: 30px 20px;
      border-radius: 6px;
      flex: 0 0 250px;
      position: relative; }
      .support-index .support-ticket-content-w .support-ticket-info .close-ticket-info {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #b11f37;
        text-decoration: none;
        font-size: 20px; }
      .support-index .support-ticket-content-w .support-ticket-info .info-header {
        color: #b11f37;
        text-align: center;
        margin-bottom: 15px; }
      .support-index .support-ticket-content-w .support-ticket-info .info-section {
        padding: 0px;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .support-index .support-ticket-content-w .support-ticket-info .info-section .label {
          color: #636c72;
          display: block;
          margin-bottom: 5px; }
        .support-index .support-ticket-content-w .support-ticket-info .info-section .value {
          display: block; }
        .support-index .support-ticket-content-w .support-ticket-info .info-section .value + .label {
          margin-top: 10px; }
        .support-index .support-ticket-content-w .support-ticket-info .info-section:last-child {
          margin-bottom: 0px;
          border-bottom: none;
          padding-bottom: 0px; }
      .support-index .support-ticket-content-w .support-ticket-info ul.users-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-bottom: 20px; }
        .support-index .support-ticket-content-w .support-ticket-info ul.users-list li {
          margin-bottom: 10px; }
        .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles {
          display: inline-block;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li {
            text-align: center;
            flex: 0 0 47%; }
            .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a {
              display: block;
              background-color: #fff;
              box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
              padding: 10px;
              border-radius: 6px;
              margin: 0px;
              text-decoration: none;
              transition: all 0.2s ease; }
              .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a span {
                display: block;
                border-bottom: none;
                color: #3E4B5B;
                font-size: 0.72rem; }
              .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a .avatar {
                margin: 0px;
                width: 50px;
                height: 50px;
                margin-bottom: 5px;
                background-size: cover;
                display: inline-block;
                border-radius: 50px; }
              .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a i {
                margin-right: 0px;
                margin-bottom: 10px; }
              .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a:hover {
                box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2);
                transform: translateY(-3px); }
                .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a:hover span {
                  color: #b11f37; }
      .support-index .support-ticket-content-w .support-ticket-info .customer {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .support-index .support-ticket-content-w .support-ticket-info .customer .avatar {
          margin-bottom: 10px; }
          .support-index .support-ticket-content-w .support-ticket-info .customer .avatar img {
            border-radius: 50px;
            width: 100px;
            height: auto; }
        .support-index .support-ticket-content-w .support-ticket-info .customer .customer-name {
          margin-bottom: 5px; }
        .support-index .support-ticket-content-w .support-ticket-info .customer .customer-tickets {
          color: #636c72; }
    .support-index .support-ticket-content-w.folded-info .support-ticket-content {
      padding-right: 30px; }
    .support-index .support-ticket-content-w.folded-info .support-ticket-info {
      display: none; }
    .support-index .support-ticket-content-w.folded-info .show-ticket-info {
      display: inline-block; }

.color-scheme-dark .support-index .st-meta .badge {
  border: rgba(0, 0, 0, 0.5) !important; }

.color-scheme-dark .support-index .st-body .ticket-content .ticket-description {
  color: #ccd9e8; }

.color-scheme-dark .support-index .st-foot {
  background-color: rgba(0, 0, 0, 0.05); }
  .color-scheme-dark .support-index .st-foot .label {
    color: rgba(218, 226, 243, 0.4); }

.color-scheme-dark .support-index .support-tickets-header .tickets-control, .color-scheme-dark .support-index .support-tickets-header .tickets-filter {
  border-bottom-color: rgba(255, 255, 255, 0.05); }

.color-scheme-dark .support-index .support-ticket {
  background-color: #323c58;
  box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  .color-scheme-dark .support-index .support-ticket.active, .color-scheme-dark .support-index .support-ticket:hover {
    background-color: #b11f37; }
    .color-scheme-dark .support-index .support-ticket.active .ticket-title, .color-scheme-dark .support-index .support-ticket:hover .ticket-title {
      color: #fff; }
    .color-scheme-dark .support-index .support-ticket.active .st-foot a.value, .color-scheme-dark .support-index .support-ticket.active .st-foot .value, .color-scheme-dark .support-index .support-ticket:hover .st-foot a.value, .color-scheme-dark .support-index .support-ticket:hover .st-foot .value {
      color: #fff; }
    .color-scheme-dark .support-index .support-ticket.active .label, .color-scheme-dark .support-index .support-ticket:hover .label {
      color: rgba(255, 255, 255, 0.6); }

.color-scheme-dark .support-index .support-tickets-header .tickets-filter label {
  color: rgba(218, 226, 243, 0.4); }

.color-scheme-dark .support-index .support-tickets-header .tickets-filter select {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.4);
  color: #ccd9e8; }

.color-scheme-dark .support-index .support-tickets-header .tickets-control .element-search input {
  background-color: rgba(0, 0, 0, 0.1); }

.color-scheme-dark .support-index .support-tickets-header .tickets-control .element-search:before {
  color: rgba(218, 226, 243, 0.4); }

.color-scheme-dark .support-index .support-tickets-header .tickets-control .element-search input::placeholder {
  color: rgba(218, 226, 243, 0.4); }

.color-scheme-dark .support-index .support-ticket-content-w {
  background-color: #323c58;
  box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  .color-scheme-dark .support-index .support-ticket-content-w .ticket-reply {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
    .color-scheme-dark .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .info-data .label {
      color: rgba(218, 226, 243, 0.4); }
    .color-scheme-dark .support-index .support-ticket-content-w .ticket-reply .ticket-attachments .attachment {
      background-color: #293148; }
  .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info {
    background-image: none;
    background-color: #293148; }
    .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a {
      background-color: #3b4768;
      box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
      .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info ul.users-list.as-tiles li a span {
        color: #ccd9e8; }
    .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info .info-section {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
    .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info .info-section .label {
      color: rgba(218, 226, 243, 0.4); }
    .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info .customer {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .color-scheme-dark .support-index .support-ticket-content-w .support-ticket-info .customer .customer-tickets {
        color: rgba(218, 226, 243, 0.4); }
  .color-scheme-dark .support-index .support-ticket-content-w .ticket-reply .ticket-reply-content {
    background-color: #3b4768; }

/* 23. Onboarding */
.onboarding-modal .onboarding-media {
  padding-top: 20px;
  text-align: center; }
  .onboarding-modal .onboarding-media img {
    margin: 0px auto; }

.onboarding-modal button.close {
  position: absolute;
  top: 15px;
  right: 20px;
  float: none;
  z-index: 999;
  color: #111;
  opacity: 1;
  text-shadow: none; }
  .onboarding-modal button.close .os-icon {
    font-size: 12px; }
  .onboarding-modal button.close span {
    display: inline-block;
    vertical-align: middle; }
  .onboarding-modal button.close .close-label {
    margin-right: 10px;
    color: #C26C6C;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.81rem; }

.onboarding-modal .onboarding-content {
  padding: 40px 50px; }
  .onboarding-modal .onboarding-content.with-gradient {
    padding: 70px 50px 40px;
    background-image: url(../img/onboarding-gradient-hor.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat; }
  .onboarding-modal .onboarding-content h1, .onboarding-modal .onboarding-content h2, .onboarding-modal .onboarding-content h3, .onboarding-modal .onboarding-content h4 {
    color: #b11f37;
    margin-bottom: 1.5rem; }
  .onboarding-modal .onboarding-content .onboarding-text {
    color: rgba(69, 76, 96, 0.49);
    font-weight: 300;
    font-size: 0.99rem;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    .onboarding-modal .onboarding-content .onboarding-text:last-child {
      margin-bottom: 10px; }
  .onboarding-modal .onboarding-content .features-list {
    text-align: left;
    padding-left: 20px; }
    .onboarding-modal .onboarding-content .features-list li {
      margin-bottom: 10px;
      list-style: none;
      position: relative; }
      .onboarding-modal .onboarding-content .features-list li:before {
        content: "\e961";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        color: #b11f37;
        position: absolute;
        left: -20px;
        top: 45%;
        transform: translateY(-50%); }

.onboarding-modal .onboarding-side-by-side {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .onboarding-modal .onboarding-side-by-side .onboarding-media {
    flex: 300px 0 0;
    padding: 40px 0px; }
  .onboarding-modal .onboarding-side-by-side .onboarding-content {
    padding: 70px 70px 60px; }
    .onboarding-modal .onboarding-side-by-side .onboarding-content.with-gradient {
      padding: 70px 70px 60px;
      background-image: url(../img/onboarding-gradient-ver.png);
      background-size: auto 100%;
      background-position: center left;
      background-repeat: no-repeat; }

.onboarding-modal .onboarding-slide .onboarding-side-by-side .onboarding-media {
  padding-bottom: 60px; }

.onboarding-modal .onboarding-slide .onboarding-side-by-side .onboarding-content {
  padding-bottom: 80px; }
  .onboarding-modal .onboarding-slide .onboarding-side-by-side .onboarding-content.with-gradient {
    padding-bottom: 80px; }

.onboarding-modal form, .onboarding-modal .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w .onboarding-modal .login-info-hd {
  text-align: left; }

.onboarding-modal .onboarding-text + form, .onboarding-modal .login-information .auth-box-w .onboarding-text + .login-info-hd, .login-information .auth-box-w .onboarding-modal .onboarding-text + .login-info-hd {
  margin-top: 30px; }

.onboarding-modal .onboarding-slider-w .onboarding-slide {
  display: none; }
  .onboarding-modal .onboarding-slider-w .onboarding-slide:first-child {
    display: block; }

.onboarding-modal .onboarding-slider-w.slick-initialized .onboarding-slide {
  display: block; }

.onboarding-modal.animated .onboarding-media {
  opacity: 0;
  transform: translateY(80px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transition-delay: 0.3s; }

.onboarding-modal.animated .onboarding-content {
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  transform: translateY(40px); }

.onboarding-modal.animated .onboarding-title {
  transform: translateY(40px);
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transition-delay: 0.5s;
  opacity: 0; }

.onboarding-modal.animated .onboarding-text {
  transform: translateY(40px);
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transition-delay: 0.6s;
  opacity: 0; }

.onboarding-modal.animated .features-list, .onboarding-modal.animated form, .onboarding-modal.animated .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w .onboarding-modal.animated .login-info-hd {
  transform: translateY(40px);
  transition: all 0.5s ease;
  transition-delay: 0.7s;
  opacity: 0; }

.onboarding-modal.animated .onboarding-side-by-side .onboarding-content {
  transform: translateX(0px); }

.onboarding-modal.show .onboarding-media {
  opacity: 1;
  transform: translateY(0) scale(1); }

.onboarding-modal.show .onboarding-content {
  opacity: 1;
  transform: translateY(0); }

.onboarding-modal.show .onboarding-title {
  opacity: 1;
  transform: translateY(0); }

.onboarding-modal.show .onboarding-text {
  opacity: 1;
  transform: translateY(0); }

.onboarding-modal.show .features-list, .onboarding-modal.show form, .onboarding-modal.show .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w .onboarding-modal.show .login-info-hd {
  opacity: 1;
  transform: translateY(0); }

.onboarding-modal.show .onboarding-side-by-side .onboarding-content {
  transform: translateX(0px); }

.onboarding-modal .slick-next, .onboarding-modal .slick-prev {
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 0.9rem;
  color: #9b1b30;
  bottom: 25px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  letter-spacing: 1px; }
  .onboarding-modal .slick-next.slick-disabled, .onboarding-modal .slick-prev.slick-disabled {
    opacity: 0; }
  .onboarding-modal .slick-next:focus, .onboarding-modal .slick-prev:focus {
    outline: none; }
  .onboarding-modal .slick-next:before, .onboarding-modal .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #b11f37;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.onboarding-modal .slick-next {
  right: 50px; }
  .onboarding-modal .slick-next:before {
    content: "\e986";
    right: -20px; }

.onboarding-modal .slick-prev {
  left: 50px; }
  .onboarding-modal .slick-prev:before {
    content: "\e987";
    left: -20px; }

.onboarding-modal .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  margin: 0px; }
  .onboarding-modal .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px; }
    .onboarding-modal .slick-dots li button {
      font-size: 0px;
      color: transparent;
      width: 10px;
      height: 10px;
      background-color: #b11f37;
      opacity: 0.2;
      border: none;
      box-shadow: none;
      padding: 0px;
      border-radius: 10px;
      cursor: pointer; }
      .onboarding-modal .slick-dots li button:hover {
        opacity: 1; }
      .onboarding-modal .slick-dots li button:focus {
        outline: none; }
    .onboarding-modal .slick-dots li.slick-active button {
      background-color: #b11f37;
      opacity: 1; }

.onboarding-modal .onboarding-slide:focus {
  outline: none; }

.onboarding-modal .onboarding-slide .onboarding-content {
  padding-bottom: 80px; }

/* ##. Dark Color Scheme */
.floated-colors-btn {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #252A32;
  border-radius: 75px;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 1.08rem;
  cursor: pointer;
  transition: all 0.2s ease; }
  .floated-colors-btn.second-floated-btn {
    right: 200px; }
  .floated-colors-btn span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 500; }
    .floated-colors-btn span + span {
      margin-left: 5px; }
  .floated-colors-btn:hover {
    transform: scale(1.05);
    background-color: #0f1115; }

.box-style-dark, .color-scheme-dark .ae-content-w .aec-full-message-w .aec-full-message, .color-scheme-dark .ae-content-w .aec-reply, body.color-scheme-dark .box-style, body.color-scheme-dark .user-profile, body.color-scheme-dark .element-box, body.color-scheme-dark .invoice-w, body.color-scheme-dark .big-error-w, body.color-scheme-dark .activity-boxes-w .activity-box, .activity-boxes-w body.color-scheme-dark .activity-box, body.color-scheme-dark .projects-list .project-box, .projects-list body.color-scheme-dark .project-box,
body.color-scheme-dark .profile-tile .profile-tile-box {
  background-color: #323c58;
  box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1);
  background-image: linear-gradient(to bottom, #323c58 0%, #303950 100%);
  background-repeat: repeat-x; }

body.color-scheme-dark {
  background-color: #293145;
  color: #ccd9e8; }
  body.color-scheme-dark .floated-colors-btn {
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
    body.color-scheme-dark .floated-colors-btn span {
      color: #3E4B5B; }
  body.color-scheme-dark:before {
    background: linear-gradient(to bottom right, #633d7d, #2867ab); }
  body.color-scheme-dark h1, body.color-scheme-dark h2, body.color-scheme-dark h3, body.color-scheme-dark h4, body.color-scheme-dark h5, body.color-scheme-dark h6,
  body.color-scheme-dark .h1, body.color-scheme-dark .h2, body.color-scheme-dark .h3, body.color-scheme-dark .h4, body.color-scheme-dark .h5, body.color-scheme-dark .h6 {
    color: #fff; }
  body.color-scheme-dark .text-muted, body.color-scheme-dark .invoice-body .invoice-desc .desc-value, .invoice-body .invoice-desc body.color-scheme-dark .desc-value, body.color-scheme-dark .invoice-body .invoice-desc .desc-value {
    color: rgba(198, 209, 230, 0.4) !important; }
  body.color-scheme-dark .content-w {
    background-color: #293145;
    background-image: none; }
  body.color-scheme-dark .all-wrapper.solid-bg-all {
    background-color: #293145; }
  body.color-scheme-dark code {
    color: #7e9fea;
    background-color: #1c2738; }
  body.color-scheme-dark .demo-icons-list li {
    border-color: rgba(255, 255, 255, 0.05); }
    body.color-scheme-dark .demo-icons-list li a {
      color: #b1b8ca; }
  body.color-scheme-dark .content-panel {
    border-left-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .breadcrumb {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
    body.color-scheme-dark .breadcrumb li a {
      color: #b3bcde; }
    body.color-scheme-dark .breadcrumb li span {
      color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .alert {
    border-color: transparent; }
    body.color-scheme-dark .alert h1, body.color-scheme-dark .alert h2, body.color-scheme-dark .alert h3, body.color-scheme-dark .alert h4, body.color-scheme-dark .alert h5 {
      color: #3E4B5B; }
  body.color-scheme-dark .b-r,
  body.color-scheme-dark .b-b,
  body.color-scheme-dark .b-t,
  body.color-scheme-dark .b-l {
    border-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .progress {
    background-color: #252c3f; }
  body.color-scheme-dark .popover {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1);
    color: #3E4B5B; }
  body.color-scheme-dark .example-column {
    background-color: #293145;
    border-color: #090d19; }
  body.color-scheme-dark .menu-side-compact-w, body.color-scheme-dark .top-menu-secondary {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  body.color-scheme-dark .os-dropdown,
  body.color-scheme-dark .top-menu-secondary .logged-user-w .logged-user-menu,
  body.color-scheme-dark .menu-side-compact-w .logged-user-w .logged-user-menu {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  body.color-scheme-dark .menu-mobile {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  body.color-scheme-dark .modal-content {
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
    background-color: #323c58; }
  body.color-scheme-dark .onboarding-modal button.close {
    color: #ccd9e8; }
  body.color-scheme-dark .onboarding-modal .onboarding-content.with-gradient {
    background-image: url(../img/onboarding-gradient-hor-dark.png); }
  body.color-scheme-dark .onboarding-modal .onboarding-side-by-side .onboarding-content.with-gradient {
    background-image: url(../img/onboarding-gradient-ver-dark.png); }
  body.color-scheme-dark .onboarding-modal .onboarding-content .onboarding-title {
    color: #fff; }
  body.color-scheme-dark .onboarding-modal .onboarding-content .onboarding-text {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .onboarding-modal .slick-dots li button {
    background-color: #fff; }
  body.color-scheme-dark .onboarding-modal .slick-next:before, body.color-scheme-dark .onboarding-modal .slick-prev:before,
  body.color-scheme-dark .onboarding-modal .slick-next, body.color-scheme-dark .onboarding-modal .slick-prev {
    color: #ccd9e8; }
  body.color-scheme-dark .invoice-w:before {
    background-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .invoice-w .infos .info-2 .company-address {
    color: #ccd9e8; }
  body.color-scheme-dark .invoice-w .terms .terms-content {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .invoice-w .infos .info-1 .company-extra {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .invoice-footer {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .invoice-footer .invoice-info span + span {
    border-left-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .timed-activities.compact .timed-activity:before {
    background-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .timed-activity .ta-date {
    color: #ccd9e8; }
  body.color-scheme-dark .timed-activity .ta-date span:after {
    background-color: #293145; }
  body.color-scheme-dark .timed-activity .ta-date:before {
    background-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .timed-activity .ta-timestamp:after {
    color: #ccd9e8; }
  body.color-scheme-dark .timed-activity .ta-timestamp {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .timed-activity .ta-timestamp strong {
    color: #ccd9e8; }
  body.color-scheme-dark .profile-tile {
    color: #ccd9e8;
    border-bottom-color: rgba(255, 255, 255, 0.05); }
    body.color-scheme-dark .profile-tile .profile-tile-box {
      color: #fff; }
    body.color-scheme-dark .profile-tile .pt-user-name {
      border-top-color: rgba(255, 255, 255, 0.05); }
    body.color-scheme-dark .profile-tile .profile-tile-meta ul {
      color: rgba(218, 226, 243, 0.4); }
    body.color-scheme-dark .profile-tile .profile-tile-meta ul strong {
      color: #ccd9e8; }
  body.color-scheme-dark .user-profile .up-head-w .decor .decor-path {
    fill: #333c55; }
  body.color-scheme-dark .value-pair .label {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .box-style legend span, body.color-scheme-dark .user-profile legend span, body.color-scheme-dark .element-box legend span, body.color-scheme-dark .invoice-w legend span, body.color-scheme-dark .big-error-w legend span, body.color-scheme-dark .activity-boxes-w .activity-box legend span, .activity-boxes-w body.color-scheme-dark .activity-box legend span, body.color-scheme-dark .projects-list .project-box legend span, .projects-list body.color-scheme-dark .project-box legend span,
  body.color-scheme-dark .user-profile legend span,
  body.color-scheme-dark .element-box legend span,
  body.color-scheme-dark .invoice-w legend span,
  body.color-scheme-dark .big-error-w legend span,
  body.color-scheme-dark .invoice-w legend span,
  body.color-scheme-dark .big-error-w legend span,
  body.color-scheme-dark .activity-boxes-w .activity-box legend span,
  body.color-scheme-dark .projects-list .project-box legend span,
  body.color-scheme-dark .profile-tile .profile-tile-box legend span {
    background-color: #303950;
    color: #fff; }
  body.color-scheme-dark .box-style legend:before, body.color-scheme-dark .user-profile legend:before, body.color-scheme-dark .element-box legend:before, body.color-scheme-dark .invoice-w legend:before, body.color-scheme-dark .big-error-w legend:before, body.color-scheme-dark .activity-boxes-w .activity-box legend:before, .activity-boxes-w body.color-scheme-dark .activity-box legend:before, body.color-scheme-dark .projects-list .project-box legend:before, .projects-list body.color-scheme-dark .project-box legend:before,
  body.color-scheme-dark .user-profile legend:before,
  body.color-scheme-dark .element-box legend:before,
  body.color-scheme-dark .invoice-w legend:before,
  body.color-scheme-dark .big-error-w legend:before,
  body.color-scheme-dark .invoice-w legend:before,
  body.color-scheme-dark .big-error-w legend:before,
  body.color-scheme-dark .activity-boxes-w .activity-box legend:before,
  body.color-scheme-dark .projects-list .project-box legend:before,
  body.color-scheme-dark .profile-tile .profile-tile-box legend:before {
    background-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .element-wrapper .element-inner-desc {
    color: #ccd9e8; }
  body.color-scheme-dark .element-box .element-box-header, body.color-scheme-dark .invoice-w .element-box-header, body.color-scheme-dark .big-error-w .element-box-header, body.color-scheme-dark .invoice-w .element-box-header, body.color-scheme-dark .big-error-w .element-box-header {
    color: #6a759c; }
  body.color-scheme-dark .element-wrapper .element-header {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .users-list-w .user-w .user-role {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .users-list-w .user-w.with-status .user-avatar-w:before {
    box-shadow: 0px 0px 3px #293145; }
  body.color-scheme-dark .projects-list .project-head .project-users .avatar {
    box-shadow: 0px 0px 0px 5px #323c58; }
  body.color-scheme-dark .element-balances .balance-title {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .element-balances .balance-value {
    color: #fff; }
  body.color-scheme-dark .activity-boxes-w .activity-role {
    color: #fff; }
  body.color-scheme-dark .activity-boxes-w .activity-title {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .activity-boxes-w .activity-time {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .activity-boxes-w .activity-box:before {
    background-color: #fff;
    border-color: #293145; }
  body.color-scheme-dark .activity-boxes-w .activity-box-w:before {
    background-color: #1f62e0; }
  body.color-scheme-dark .activity-boxes-w .activity-box-w:after {
    background-color: #38435f; }
  body.color-scheme-dark a.el-tablo {
    color: #fff; }
    body.color-scheme-dark a.el-tablo:hover {
      box-shadow: 0px 15px 25px rgba(22, 22, 35, 0.25); }
  body.color-scheme-dark .el-tablo .label {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .el-tablo .value {
    color: #fff; }
  body.color-scheme-dark .floated-colors-btn,
  body.color-scheme-dark .floated-chat-btn {
    box-shadow: 0 2px 20px 0 rgba(12, 16, 23, 0.26); }
  body.color-scheme-dark .fc-other-month {
    background-color: #293148; }
  body.color-scheme-dark .fc-event {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15); }
  body.color-scheme-dark .fc-unthemed td.fc-today {
    background: #6b385f; }
  body.color-scheme-dark .fc-day-number {
    color: #ccd9e8; }
  body.color-scheme-dark .fc-day-header {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .fc-unthemed .fc-content, body.color-scheme-dark .fc-unthemed .fc-divider, body.color-scheme-dark .fc-unthemed .fc-list-heading td, body.color-scheme-dark .fc-unthemed .fc-list-view, body.color-scheme-dark .fc-unthemed .fc-popover, body.color-scheme-dark .fc-unthemed .fc-row, body.color-scheme-dark .fc-unthemed tbody, body.color-scheme-dark .fc-unthemed td, body.color-scheme-dark .fc-unthemed th, body.color-scheme-dark .fc-unthemed thead {
    border-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .os-progress-bar .bar-label-right span.info {
    color: #7281b7; }
  body.color-scheme-dark .os-progress-bar.blue .bar-level-1,
  body.color-scheme-dark .os-progress-bar.primary .bar-level-1,
  body.color-scheme-dark .os-progress-bar.warning .bar-level-1,
  body.color-scheme-dark .os-progress-bar.info .bar-level-1,
  body.color-scheme-dark .os-progress-bar.danger .bar-level-1,
  body.color-scheme-dark .os-progress-bar.success .bar-level-1 {
    background-color: #293148; }
  body.color-scheme-dark .os-progress-bar.blue .bar-level-2, body.color-scheme-dark .os-progress-bar.primary .bar-level-2 {
    background-color: #3870ef; }
  body.color-scheme-dark .os-progress-bar.blue .bar-level-3, body.color-scheme-dark .os-progress-bar.primary .bar-level-3 {
    background-color: #c5d3ff; }
  body.color-scheme-dark .el-chart-w .inside-donut-chart-label strong {
    color: #fff; }
  body.color-scheme-dark .el-chart-w .inside-donut-chart-label span {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .el-chart-w + .el-legend {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .big-error-w form, body.color-scheme-dark .big-error-w .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w body.color-scheme-dark .big-error-w .login-info-hd {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .form-control {
    background-color: rgba(18, 22, 41, 0.22);
    border-color: rgba(18, 22, 41, 0.34);
    color: #ccd9e8; }
  body.color-scheme-dark .form-control::placeholder {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .form-desc {
    color: #ccd9e8;
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .input-group-prepend {
    background-color: rgba(18, 22, 41, 0.22);
    border-color: rgba(18, 22, 41, 0.14);
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .select2-container--default .select2-selection--multiple {
    background-color: rgba(18, 22, 41, 0.22);
    border-color: rgba(18, 22, 41, 0.11); }
  body.color-scheme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #422af5;
    border-color: #422af5; }
  body.color-scheme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff; }
  body.color-scheme-dark .form-buttons-w {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .step-triggers {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .step-triggers .step-trigger:hover {
    color: #fff; }
  body.color-scheme-dark .step-triggers .step-trigger.active {
    color: #fff; }
  body.color-scheme-dark .step-triggers .step-trigger {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .dropzone {
    background-color: #252c3f;
    border-color: #030e19; }
  body.color-scheme-dark .cke .cke_top {
    background-color: #323c58;
    border-bottom-color: #202637; }
  body.color-scheme-dark .cke .cke_bottom {
    background-color: #323c58; }
  body.color-scheme-dark .cke iframe .cke_editable {
    background-color: #293148; }
  body.color-scheme-dark .cke .cke_button_icon {
    filter: invert(1); }
  body.color-scheme-dark .cke .cke_toolbar_separator, body.color-scheme-dark .cke .cke_toolgroup a.cke_button:last-child::after, body.color-scheme-dark .cke .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child::after {
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .floated-chat-w .floated-chat-i {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  body.color-scheme-dark .full-chat-w .full-chat-i {
    background-color: #293145; }
  body.color-scheme-dark .full-chat-w .chat-info-section .ci-header span {
    color: #ccd9e8; }
  body.color-scheme-dark .full-chat-w .user-intro {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .full-chat-w .user-intro .user-intro-info .user-sub {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .full-chat-w .chat-info-section + .chat-info-section {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .full-chat-w .full-chat-middle {
    background-color: #333c55; }
    body.color-scheme-dark .full-chat-w .full-chat-middle .chat-content-w .chat-message .chat-message-avatar img {
      box-shadow: #333c55 0px 0px 0px 10px; }
    body.color-scheme-dark .full-chat-w .full-chat-middle .chat-content-w .chat-date-separator:before {
      background-color: rgba(255, 255, 255, 0.05); }
    body.color-scheme-dark .full-chat-w .full-chat-middle .chat-content-w .chat-date-separator span {
      background-color: #333c55;
      color: rgba(218, 226, 243, 0.4); }
    body.color-scheme-dark .full-chat-w .full-chat-middle .chat-content-w .chat-message .chat-message-date {
      color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .full-chat-w .chat-content-w .chat-message .chat-message-content {
    background-color: #3c4865;
    color: #ccd9e8; }
  body.color-scheme-dark .full-chat-w .chat-content-w .chat-message.self .chat-message-content {
    background-color: #293145; }
  body.color-scheme-dark .full-chat-w .chat-controls {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .full-chat-w .chat-input input[type="text"]::placeholder {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .full-chat-w .chat-input input[type="text"] {
    background-color: #333c55;
    color: #ccd9e8; }
  body.color-scheme-dark .full-chat-w .full-chat-right {
    background-color: #252c3f; }
  body.color-scheme-dark .full-chat-w .full-chat-left {
    background-color: #293145; }
    body.color-scheme-dark .full-chat-w .full-chat-left .nav-link i {
      color: #59647b; }
    body.color-scheme-dark .full-chat-w .full-chat-left .nav-link.active i {
      color: #b11f37; }
    body.color-scheme-dark .full-chat-w .full-chat-left .element-search input {
      background-color: rgba(0, 0, 0, 0.2);
      border-color: #161a25; }
    body.color-scheme-dark .full-chat-w .full-chat-left .element-search:before, body.color-scheme-dark .full-chat-w .full-chat-left .element-search input::placeholder {
      color: rgba(218, 226, 243, 0.4); }
    body.color-scheme-dark .full-chat-w .full-chat-left .user-list .user-w .last-message {
      color: rgba(218, 226, 243, 0.4); }
    body.color-scheme-dark .full-chat-w .full-chat-left .user-list .user-w .user-date {
      background-color: #1f2635;
      color: rgba(218, 226, 243, 0.4); }
    body.color-scheme-dark .full-chat-w .full-chat-left .user-list .user-w {
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    body.color-scheme-dark .full-chat-w .full-chat-left .user-list .user-w:hover .user-date {
      background-color: #86172a;
      color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .table-bordered th, body.color-scheme-dark .table-bordered td {
    border-color: rgba(159, 172, 199, 0.12); }
  body.color-scheme-dark .table th, body.color-scheme-dark .table td {
    border-color: rgba(159, 172, 199, 0.12); }
  body.color-scheme-dark .table.table-v2 thead tr th, body.color-scheme-dark .table.table-v2 tfoot tr th {
    border-color: rgba(159, 172, 199, 0.12); }
  body.color-scheme-dark .table.table-v2 tbody tr td {
    border-color: rgba(159, 172, 199, 0.12); }
  body.color-scheme-dark .table .cell-image-list .cell-img-more {
    background-color: #2b334b; }
  body.color-scheme-dark .table thead th {
    border-bottom-color: rgba(255, 255, 255, 0.05);
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .table .cell-image-list .cell-img {
    box-shadow: 3px 2px 10px rgba(25, 38, 66, 0.8); }
  body.color-scheme-dark .table .row-actions a {
    color: #bbc9da; }
  body.color-scheme-dark .controls-below-table .table-records-info,
  body.color-scheme-dark .controls-below-table .table-records-pages ul li a.current {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .table.table-padded tbody td {
    background-color: #303950; }
  body.color-scheme-dark .table.table-padded tbody tr:hover {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1); }
  body.color-scheme-dark .table .lighter {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(16, 27, 33, 0.05); }
  body.color-scheme-dark .dataTables_wrapper .row:first-child {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .dataTables_wrapper .row:last-child {
    border-top-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark div.dataTables_wrapper div.dataTables_info {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .table.table-editable td:hover {
    background-color: #293145; }
  body.color-scheme-dark .table.table-editable + input {
    background-color: #1f2635;
    color: #fff; }
  body.color-scheme-dark .nav-pills .nav-link {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .nav-pills .nav-link.active, body.color-scheme-dark .nav-pills .nav-item.show .nav-link {
    color: #fff; }
  body.color-scheme-dark .nav-tabs, body.color-scheme-dark .nav-pills {
    border-bottom-color: rgba(255, 255, 255, 0.05); }
  body.color-scheme-dark .nav-tabs .nav-link {
    color: rgba(218, 226, 243, 0.4); }
  body.color-scheme-dark .nav-tabs .nav-link.active, body.color-scheme-dark .nav-tabs .nav-item.show .nav-link, body.color-scheme-dark .nav-tabs .nav-link:hover, body.color-scheme-dark .nav-tabs .nav-item:hover .nav-link {
    color: #fff; }
  body.color-scheme-dark .page-link {
    background-color: #293145;
    border-color: #293145; }
  body.color-scheme-dark .page-item.disabled .page-link {
    background-color: #293145;
    border-color: #293145;
    color: rgba(218, 226, 243, 0.4); }

/* ##. Responsive Styles */
/* 

Contents: 

#1.  Screen size <= 1650px
#2.  Screen size <= 1550px
#3.  Screen size <= 1400px
#4.  Screen size <= 1350px
#5.  Screen size between 1100px - 1350px
#6.  Screen size <= 1250px
#7.  Screen size <= 1150px
#8.  Tablets and phones  (< 1024px)
#9.  Tablets (768px - 1024px)
#10. Phones & Vertical Tablets (<= 768px)
#11. Phones (< 767px)
#12. Screen Height >= 700px


*/
/* #1.  Screen size <= 1650px */
@media (max-width: 1650px) {
  body,
  body.auth-wrapper .all-wrapper {
    padding: 40px; }
  .content-panel {
    padding: 2rem;
    width: 350px; }
  .content-box {
    padding: 2rem; }
  body.with-content-panel .content-box {
    padding-left: 4rem; }
  .all-wrapper {
    max-width: 100%; } }

/* #2.  Screen size <= 1550px */
@media (max-width: 1550px) {
  body,
  body.auth-wrapper .all-wrapper {
    padding: 20px; }
  .menu-side-w ul.main-menu {
    padding: 1.5rem 1rem; }
  .menu-side-w ul.main-menu > li .icon-w {
    padding-left: 1rem;
    width: 75px; }
  .menu-side-w ul.sub-menu {
    padding-left: 37px; }
  .menu-side-w {
    width: 260px; }
    .menu-side-w .logged-user-menu ul {
      padding-left: 30px;
      padding-right: 30px; }
  .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .badge {
    position: absolute;
    top: -10px;
    right: 0px; } }

/* #3.  Screen size <= 1400px */
@media (max-width: 1400px) {
  .menu-side-w ul.main-menu > li .icon-w {
    padding-left: 10px;
    width: 65px; }
  .menu-side-w {
    width: 230px; }
    .menu-side-w .side-menu-magic {
      padding: 30px 20px; }
    .menu-side-w .logged-user-menu ul {
      padding-left: 15px;
      padding-right: 15px; }
  .menu-side-w ul.sub-menu {
    padding-left: 30px; }
  .menu-top-image-w ul.main-menu > li .icon-w {
    padding-left: 20px; }
  .menu-top-image-w ul.main-menu > li span {
    padding-right: 20px; }
  .full-chat-w .chat-content-w .chat-message .chat-message-content {
    max-width: 320px; }
  .support-index .support-ticket-content-w .ticket-reply .ticket-reply-content {
    margin-left: 0px; }
  .support-index .support-ticket-content-w .support-ticket-content {
    padding-right: 30px;
    padding-left: 20px; }
  .support-index .support-ticket-content-w.folded-info .support-ticket-content {
    padding-right: 20px; }
  .support-index .support-tickets {
    flex: 0 0 400px; }
  .support-index .st-foot {
    font-size: 0.72rem; }
  .support-index .st-foot .value + .label {
    margin-left: 10px; }
  .support-index .support-tickets {
    margin-right: 15px;
    padding-right: 15px; } }

/* #4.  Screen size <= 1350px */
@media (max-width: 1350px) {
  .top-menu-secondary .fs-extra-info {
    display: none; }
  .menu-side-w .logo-w {
    padding: 1.5rem 1rem; }
  .menu-top-w .menu-top-i .logo-w {
    padding: 0rem 1rem;
    width: 50px; }
  .menu-top-w .menu-top-i ul.main-menu {
    padding-left: 0px; }
  .support-index .support-tickets {
    flex: 0 0 390px; } }

/* #5.  Screen size between 1100px - 1350px */
@media (min-width: 1100px) and (max-width: 1350px) {
  .content-panel {
    width: 300px;
    padding: 1.5rem; }
  .padded {
    padding: 0.5rem 1rem; }
  .content-box {
    padding: 1.5rem; }
  body.with-content-panel .content-box {
    padding-left: 3rem; }
  .activity-boxes-w .activity-avatar {
    margin-right: 1rem;
    width: 40px; }
  .activity-boxes-w .activity-time {
    flex: 0 0 90px; }
  .activity-boxes-w .activity-box-w:before {
    left: 65px; }
  .activity-boxes-w .activity-box-w:after {
    left: 70px; }
  .profile-tile .profile-tile-box {
    width: 95px; }
  .profile-tile .pt-avatar-w img {
    width: 50px; }
  .profile-tile .profile-tile-meta {
    padding-left: 15px; } }

/* #6.  Screen size <= 1250px */
@media (max-width: 1250px) {
  .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
    padding: 1rem 1.5rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  body,
  body.auth-wrapper .all-wrapper {
    padding: 0px; }
  .content-w,
  .menu-side-w,
  .all-wrapper {
    border-radius: 0px !important;
    overflow: hidden; }
  .menu-side-w .logged-user-menu {
    left: 0px;
    right: 0px; }
  .support-index .support-ticket-content-w .support-ticket-info {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
    box-shadow: 0px 20px 60px rgba(177, 31, 55, 0.3);
    background-color: #fff;
    background-image: none;
    display: none; }
  .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info {
    display: block; }
  .support-index .support-ticket-content-w.force-show-folded-info .support-ticket-info {
    display: block; }
  .support-index .support-ticket-content-w .support-ticket-content {
    padding-right: 20px;
    padding-left: 20px; }
  .support-index .support-ticket-content-w.folded-info .support-ticket-content {
    padding: 10px 20px; } }

/* #7.  Screen size <= 1150px */
@media (max-width: 1150px) {
  body.with-content-panel .content-box {
    padding-left: 1.5rem; }
  .ae-content {
    padding: 0px; }
  .aec-full-message-w {
    margin-bottom: 0px; }
  .ae-content-w {
    background-image: none;
    background-color: #fff; }
  .aec-full-message-w .more-messages {
    top: -32px;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    color: #b11f37; }
  .ae-list-w {
    flex: 0 0 300px; }
  .ae-list-w .ae-list .aei-image {
    display: none; }
  .layout-w {
    transition: all 0.6s ease; }
  .content-box:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(4, 36, 113, 0.6);
    content: "";
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease; }
  .content-panel {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    background-image: linear-gradient(-90deg, #EFF2F9 8%, #fff 90%);
    z-index: 4;
    border: none;
    transform: translateX(100%);
    transition: all 0.6s ease;
    visibility: hidden;
    z-index: 11; }
    .content-panel .content-panel-close {
      display: block; }
  body.color-scheme-dark .content-panel {
    background-color: #293145;
    background-image: linear-gradient(-90deg, #293145, #293145); }
  .content-panel-toggler {
    display: block; }
  .content-panel-active .content-panel {
    transform: translateX(80px);
    visibility: visible;
    box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4); }
  .content-panel-active .layout-w {
    transform: translateX(-80px); }
  .content-panel-active .content-box:after {
    opacity: 1;
    visibility: visible; } }

/* #8.  Tablets and phones  (< 1024px) */
@media (max-width: 1024px) {
  .invoice-w {
    padding: 50px; }
  .ae-list-w {
    flex: 0 0 230px; }
  .ae-list-w .ae-list .ae-item {
    padding: 15px; }
  .table th,
  .table td {
    padding: 0.7rem 0.5rem; }
  .content-w {
    border-radius: 0px !important; }
  .desktop-menu {
    display: none; } }

/* #9.  Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .top-menu-secondary .logo-w {
    display: none; }
  .top-menu-secondary .fs-extra-info {
    display: none; }
  .element-wrapper {
    padding-bottom: 2rem; }
  .element-balances {
    justify-content: space-between; }
  .full-chat-w .full-chat-right {
    display: none; }
  .full-chat-w .chat-content-w .chat-content {
    padding: 30px; }
  .top-menu-secondary {
    overflow: scroll;
    padding: 0px; }
    .top-menu-secondary > ul {
      white-space: nowrap; }
      .top-menu-secondary > ul li a {
        padding: 15px 10px;
        margin: 0px 10px; }
    .top-menu-secondary.with-overflow {
      overflow: visible; }
  .nav.upper.nav-tabs .nav-link {
    margin-right: 0.7rem;
    padding-bottom: 10px;
    font-size: 0.72rem; }
  .display-type {
    content: "tablet"; }
  .content-box {
    padding: 1.5rem; }
  .padded {
    padding: 0.3rem 0.8rem; }
  .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
    padding: 1rem 1rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -1rem;
    margin-right: -1rem; }
  .layout-w {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .content-w {
    display: table-cell; }
  .menu-mobile {
    width: 70px;
    display: table-cell; }
    .menu-mobile .menu-and-user {
      display: block; }
    .menu-mobile ul.sub-menu {
      padding: 1rem 1.5rem; }
    .menu-mobile .mobile-menu-magic {
      display: none; }
    .menu-mobile .logged-user-w {
      padding: 1rem;
      text-align: center; }
      .menu-mobile .logged-user-w .avatar-w img {
        width: 35px; }
      .menu-mobile .logged-user-w .logged-user-info-w {
        display: none; }
    .menu-mobile ul.main-menu {
      padding: 1rem 0px; }
      .menu-mobile ul.main-menu > li.has-sub-menu > a:before {
        display: none; }
    .menu-mobile .mm-logo-buttons-w {
      text-align: center;
      justify-content: center; }
      .menu-mobile .mm-logo-buttons-w .mm-buttons {
        display: none; }
      .menu-mobile .mm-logo-buttons-w .mm-logo {
        display: block;
        text-align: center; }
        .menu-mobile .mm-logo-buttons-w .mm-logo span {
          display: none; }
    .menu-mobile.color-scheme-dark ul.main-menu > li > a > span {
      color: rgba(255, 255, 255, 0.2); }
    .menu-mobile.color-scheme-dark ul.sub-menu {
      background-color: #b11f37; }
      .menu-mobile.color-scheme-dark ul.sub-menu:before {
        border-right-color: #203c9b; }
  .menu-mobile ul.main-menu > li > a > span {
    position: absolute;
    top: 10px;
    left: 90px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 1.53rem;
    font-weight: 500;
    display: none;
    white-space: nowrap;
    z-index: 1000;
    padding: 0px; }
  .menu-mobile ul.main-menu li {
    position: relative; }
  .menu-mobile ul.main-menu > li .icon-w {
    padding: 20px 5px; }
  .menu-mobile ul.sub-menu {
    position: absolute;
    top: 0px;
    left: 70px;
    background-color: #fff;
    min-width: 220px;
    z-index: 999;
    list-style: none;
    padding: 20px 15px;
    padding-top: 50px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1); }
    .menu-mobile ul.sub-menu li {
      padding: 10px 10px; }
  .menu-mobile .main-menu li > a:hover > span {
    display: block; }
  .menu-mobile .has-sub-menu.active .icon-w {
    color: #3E4B5B; }
  .menu-mobile .has-sub-menu.active .sub-menu {
    display: block; }
  .user-profile .up-header {
    font-size: 2.5rem; }
  .user-profile .up-sub-header {
    font-size: 1rem; }
  .todo-app-w .todo-sidebar {
    padding: 30px;
    flex: 0 0 280px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section {
      padding: 10px; }
  .todo-app-w .todo-content {
    padding: 30px; } }

/* #10. Phones & Vertical Tablets (<= 768px) */
@media (max-width: 768px) {
  .todo-app-w .todo-sidebar {
    padding: 30px 20px 20px 45px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section {
      padding: 10px 0px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-toggle {
      left: -22px; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-header {
      font-size: 1.25rem; }
    .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section, .todo-app-w .todo-sidebar ul.projects-list {
      padding-left: 10px; }
  .todo-app-w .todo-content {
    padding: 30px; }
    .todo-app-w .todo-content .all-tasks-w {
      padding-left: 5px; }
    .todo-app-w .todo-content .tasks-header-w {
      padding-left: 20px; }
      .todo-app-w .todo-content .tasks-header-w .tasks-header-toggler {
        left: -5px; }
    .todo-app-w .todo-content .todo-content-header {
      font-size: 1.25rem; }
    .todo-app-w .todo-content .all-tasks-w {
      padding-top: 0px;
      padding-right: 0px; }
    .todo-app-w .todo-content .tasks-list li.draggable-task {
      padding-right: 10px; }
  .support-index .support-tickets {
    flex: 0 0 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px; }
  .support-index .support-ticket-content-w {
    display: none; }
  .support-index .support-ticket-content-w .support-ticket-content {
    padding: 10px 5px; }
  .support-index .support-ticket-content-w.folded-info .support-ticket-content {
    padding: 10px 5px; }
  .support-index.show-ticket-content {
    position: relative; }
    .support-index.show-ticket-content .support-ticket-content-w {
      display: block;
      flex: 1; }
    .support-index.show-ticket-content .support-tickets {
      display: none; }
    .support-index.show-ticket-content .support-ticket-content-w .support-ticket-content .back-to-index {
      display: block;
      position: absolute;
      top: 0px;
      left: 10px; }
    .support-index.show-ticket-content .support-ticket-content-w .support-ticket-content .show-ticket-info {
      position: absolute;
      top: 0px;
      right: 10px; }
  .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header {
    flex-direction: column;
    padding-top: 0px;
    padding-top: 20px; }
    .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header .show-ticket-info {
      padding-top: 0px; }
    .support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header .ticket-header {
      padding-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.07); } }

/* #11. Phones (< 767px) */
@media (max-width: 767px) {
  .onboarding-modal .onboarding-content.with-gradient {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px; }
  .onboarding-modal .onboarding-content .onboarding-text {
    font-size: 0.9rem;
    padding-left: 0px;
    padding-right: 0px; }
  .onboarding-modal .onboarding-slide .onboarding-side-by-side .onboarding-media {
    padding-bottom: 0px; }
  .onboarding-modal .onboarding-slide .onboarding-side-by-side .onboarding-content.with-gradient {
    padding-bottom: 70px; }
  .onboarding-modal .onboarding-side-by-side {
    flex-wrap: wrap; }
    .onboarding-modal .onboarding-side-by-side .onboarding-media {
      flex: 1;
      padding-bottom: 0px;
      padding-top: 20px; }
    .onboarding-modal .onboarding-side-by-side .onboarding-content.with-gradient {
      background-image: url(../img/onboarding-gradient-hor.png);
      background-position: top center;
      padding: 40px 20px; }
  .hidden-mobile {
    display: none !important; }
  .support-index .st-foot {
    padding: 10px 10px; }
  .support-index .support-ticket + .support-ticket {
    margin-top: 15px; }
  .top-menu-secondary .logo-w {
    display: none; }
  .top-menu-secondary.with-overflow {
    flex-direction: column-reverse; }
    .top-menu-secondary.with-overflow .top-menu-controls {
      display: none; }
  .top-menu-secondary .fs-extra-info {
    display: none; }
  .element-balances {
    flex-wrap: wrap; }
    .element-balances .balance {
      border: none !important; }
  .cell-with-media {
    text-align: center; }
    .cell-with-media img {
      margin-bottom: 5px; }
      .cell-with-media img + span {
        margin-left: 0px !important; }
  .element-wrapper .element-actions {
    float: none;
    margin-bottom: 20px; }
  .todo-app-w {
    display: block; }
    .todo-app-w .todo-sidebar {
      padding: 30px 15px 20px 40px;
      flex: 1; }
      .todo-app-w .todo-sidebar .todo-sidebar-section {
        padding: 10px 0px; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-toggle {
        left: -22px; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-header {
        font-size: 1.25rem; }
      .todo-app-w .todo-sidebar .todo-sidebar-section-sub-section, .todo-app-w .todo-sidebar ul.projects-list {
        padding-left: 10px; }
    .todo-app-w .todo-content {
      padding: 30px 20px; }
      .todo-app-w .todo-content .todo-content-header {
        font-size: 1.25rem; }
      .todo-app-w .todo-content .all-tasks-w {
        padding-top: 0px;
        padding-right: 0px; }
      .todo-app-w .todo-content .tasks-list li.draggable-task {
        padding-right: 10px; }
  .full-chat-w .full-chat-i {
    display: block; }
  .projects-list .project-head {
    padding: 20px 30px;
    display: block;
    text-align: center; }
    .projects-list .project-head .project-users {
      text-align: center;
      margin-top: 2rem; }
  .projects-list .project-info {
    padding: 20px 30px; }
    .projects-list .project-info .el-tablo {
      text-align: center;
      margin-bottom: 0.5rem; }
  .display-type {
    content: "phone"; }
  .ae-list-w {
    flex: 1 1 230px; }
  .ae-content-w {
    display: none; }
  .top-menu-secondary {
    overflow: scroll;
    padding: 0px; }
    .top-menu-secondary > ul {
      white-space: nowrap; }
      .top-menu-secondary > ul li a {
        padding: 15px 10px;
        margin: 0px 10px; }
    .top-menu-secondary.with-overflow {
      overflow: visible; }
  .nav.upper.nav-tabs .nav-link {
    margin-right: 0.7rem;
    padding-bottom: 10px;
    font-size: 0.72rem; }
  .app-email-w.forse-show-content .ae-content-w {
    display: block; }
  .app-email-w.forse-show-content .ae-list-w {
    display: none; }
  .aec-full-message-w .message-content {
    padding: 15px; }
  .aec-full-message-w .message-attachments {
    text-align: center; }
  .aec-full-message-w .message-head .user-w .user-role span {
    margin-left: 0; }
  .aec-reply {
    padding: 15px; }
    .aec-reply .reply-header {
      padding-bottom: 15px;
      padding-top: 15px;
      text-align: center; }
  .aec-reply .buttons-w {
    display: block;
    text-align: center; }
    .aec-reply .buttons-w .btn, .aec-reply .buttons-w .all-wrapper .fc-button, .all-wrapper .aec-reply .buttons-w .fc-button {
      margin-bottom: 10px; }
  .floated-chat-btn i + span {
    display: none; }
  .floated-chat-btn {
    padding: 10px 12px; }
  .floated-colors-btn {
    padding: 10px 12px; }
    .floated-colors-btn.second-floated-btn {
      right: auto;
      left: 10px; }
    .floated-colors-btn span + span {
      display: none; }
  .padded {
    padding: 1rem; }
  .user-profile .up-head-w .up-social {
    top: 5px;
    right: 10px; }
    .user-profile .up-head-w .up-social a {
      font-size: 24px; }
  .user-profile .up-main-info {
    padding-bottom: 10%; }
  .user-profile .up-header {
    font-size: 1.75rem;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .user-profile .up-sub-header {
    font-size: 1rem; }
  .user-profile .up-controls {
    text-align: center; }
    .user-profile .up-controls .value-pair {
      margin-bottom: 1rem; }
    .user-profile .up-controls .text-right {
      text-align: center !important; }
  .timed-activities {
    padding: 0; }
  .timed-activity {
    display: block;
    font-size: 0.9rem; }
    .timed-activity .ta-date {
      flex: 0 0 auto;
      margin-bottom: 3rem;
      text-align: left; }
      .timed-activity .ta-date span:after {
        transform: none;
        left: 0px; }
    .timed-activity .ta-record-w {
      padding-left: 0px; }
    .timed-activity .ta-record {
      display: block;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .timed-activity .ta-activity {
      font-size: 0.81rem; }
  .content-panel-toggler {
    display: none; }
  .menu-mobile {
    display: block; }
  .element-info .element-search {
    margin-top: 1rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    display: block;
    margin-left: -1rem;
    margin-right: -1rem; }
    .element-box .os-tabs-controls .nav + .nav, .invoice-w .os-tabs-controls .nav + .nav, .big-error-w .os-tabs-controls .nav + .nav, .invoice-w .os-tabs-controls .nav + .nav, .big-error-w .os-tabs-controls .nav + .nav {
      margin-top: 1rem; }
  .element-box.el-tablo, .el-tablo.invoice-w, .el-tablo.big-error-w {
    text-align: center; }
  .invoice-w .infos {
    display: block; }
    .invoice-w .infos .info-2 {
      text-align: left;
      padding-top: 30px; }
  .invoice-heading {
    margin-bottom: 2rem;
    margin-top: 4rem; }
  .invoice-body {
    display: block; }
    .invoice-body .invoice-desc {
      margin-bottom: 2rem; }
  .invoice-footer {
    display: block;
    text-align: center; }
    .invoice-footer .invoice-logo {
      margin-bottom: 1rem; }
  .controls-above-table .form-control {
    width: 110px;
    display: inline-block; }
  .controls-above-table .btn, .controls-above-table .all-wrapper .fc-button, .all-wrapper .controls-above-table .fc-button {
    margin-bottom: 0.5rem; }
  .layout-w {
    display: block; }
  .content-w, .menu-side .content-w {
    display: block; }
  .content-i {
    display: block; }
    .content-i .content-box {
      display: block;
      padding: 15px; }
    .content-i .content-panel {
      padding: 15px;
      border-left: none;
      display: block;
      width: auto; }
  .big-error-w {
    padding: 1rem; }
  .element-wrapper {
    padding-bottom: 1.5rem; }
  .element-box, .invoice-w, .big-error-w {
    padding: 1rem; }
  canvas {
    max-width: 100%; }
  table {
    max-width: 100%; }
  .invoice-w {
    padding: 30px; }
  .breadcrumb {
    margin-bottom: 1rem; } }

/* #12. Screen Height >= 700px */
@media (min-height: 700px) and (min-width: 768px) {
  .modal-dialog.modal-centered {
    top: 50%;
    transform: translate(0, -80%);
    margin: 0px auto; }
  .modal.show .modal-dialog.modal-centered {
    top: 50%;
    transform: translate(0, -50%);
    margin: 0px auto; } }

/* ##. User Override Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.font--product, .innovate--outer .btn, .innovate--outer .all-wrapper .fc-button, .all-wrapper .innovate--outer .fc-button, .innovate--button button {
  font-family: "Product Sans", sans-serif; }

.font--product-thin {
  font-family: "Product Sans Thin", sans-serif; }

.font--product-light {
  font-family: "Product Sans Light", sans-serif; }

.font--product-medium, .innovate--join--block strong, .innovate--latet--investment--content h6, .innovate--frequently .card .card-header .btn-header-link, .innovate--frequently .card .card-header .btn-header-link span, .innovate--testimonials .testimonials__slide .swiper-slide--inner .user--info strong {
  font-family: "Product Sans Medium", sans-serif; }

.font--product-black {
  font-family: "Product Sans Black", sans-serif; }

div:focus,
p:focus,
input:focus,
textarea:focus,
button:focus,
img:focus,
li:focus,
ul:focus,
a:focus {
  outline: 0; }

body:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(to bottom right, #3399ff, #3399ff);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none; }

.floated-colors-btn.second-floated-btn {
  display: none; }

.floated-chat-btn {
  display: none; }

.menu-side-w .logo-w img {
  width: 130px;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.menu-side-compact-w .logo-w {
  padding: 24px 0.1rem; }

.menu-side-compact-w .logo-w img {
  max-width: 40px; }

/* common  css */
.menu-side-compact-w {
  border-right: 1px solid #f1f2f6; }

div:focus,
a:focus,
p:focus {
  outline: none; }

.modal-backdrop {
  background-color: #000; }

.modal-content {
  box-shadow: none; }
  .modal-content .close {
    opacity: 1; }
    .modal-content .close .icon {
      width: 20px;
      height: 20px;
      fill: #000; }

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

body.with-content-panel .content-box {
  padding-left: 2rem; }

.gray-btn {
  background: #f6f7f9;
  color: #b11f37;
  font-size: 0.775rem; }

.marbtm {
  margin-bottom: 2rem; }

.process-hd {
  font-size: 1.4rem; }

.threbx.marbtm a.element-box, .threbx.marbtm a.invoice-w, .threbx.marbtm a.big-error-w {
  margin: 0; }

img {
  max-width: 100%; }

.fl, .profile-tile .profile-tile-meta ul li span, .profile-tile .profile-tile-meta ul li.text-wrap-row strong, .up-controls.up-controls-light .label {
  float: left; }

.fr, .portfolio-custom-vk .my-profile-foldr .project-users, .up-controls.up-controls-light .project-users {
  float: right; }

b,
strong {
  font-weight: 600; }

.video-play-row .el-chart-w {
  border-radius: 50%;
  width: 179px;
  height: 179px;
  margin: 0 auto;
  position: relative; }
  .video-play-row .el-chart-w .video-play {
    position: relative;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    height: 100%; }
    .video-play-row .el-chart-w .video-play:before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background-color: rgba(177, 31, 55, 0.4); }
    .video-play-row .el-chart-w .video-play:after {
      background: url("../img/video-play.png") no-repeat center;
      z-index: 1;
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px; }
    .video-play-row .el-chart-w .video-play .img-responsive {
      height: 100%; }

a:hover {
  text-decoration: none; }

.menu-mobile.color-scheme-dark {
  background: #ffffff;
  border-bottom: 1px solid #ddd; }

.menu-mobile.color-scheme-dark ul.sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .menu-mobile.color-scheme-dark ul.sub-menu li a {
    color: #3E4B5B;
    position: relative; }
    .menu-mobile.color-scheme-dark ul.sub-menu li a::after {
      content: "";
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #3E4B5B;
      position: absolute;
      left: -25px;
      top: 5px; }
  .menu-mobile.color-scheme-dark ul.sub-menu li:last-child {
    border-bottom: none; }

.with-full {
  width: 100%; }

.el-chart-w a[data-toggle] {
  cursor: pointer; }

button:focus {
  outline: none; }

.menu-side-compact-w .sub-menu-w .sub-menu-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem; }

.menu-mobile.color-scheme-dark .mm-logo-buttons-w .mobile-menu-trigger,
.menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open {
  color: #b11f37; }

.menu-mobile.color-scheme-dark ul.main-menu > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .menu-mobile.color-scheme-dark ul.main-menu > li > a {
    color: #3E4B5B; }
    .menu-mobile.color-scheme-dark ul.main-menu > li > a::before {
      color: #3E4B5B; }

.menu-side-compact-w .sub-menu-w {
  box-shadow: 0px 2px 40px 0px #483e40;
  -webkit-box-shadow: 0px 2px 40px 0px #483e40;
  -moz-box-shadow: 0px 2px 40px 0px #483e40; }

.menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a:before {
  background-color: #ffffff; }

.top-menu-secondary .logged-user-w .logged-user-menu {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.75);
  right: 0; }

.top-menu-secondary .top-menu-controls .os-dropdown.mobile-search {
  right: 420%; }

.top-menu-secondary .top-menu-controls .os-dropdown.light {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4); }

.top-menu-secondary .top-menu-controls .os-dropdown.mobile-search input {
  border: none; }
  .top-menu-secondary .top-menu-controls .os-dropdown.mobile-search input:focus {
    outline: none;
    border: none; }

.top-menu-secondary .top-menu-controls .os-dropdown.mobile-search:before {
  right: -4px;
  left: auto; }

/* home page css*/
.all-wrapper {
  box-shadow: none;
  border-radius: 0; }

.content-w {
  background-image: none; }

.bullet-status-active .users-list-w .user-w.with-status .user-avatar-w:before {
  display: none; }

.element-wrapper {
  padding-bottom: 1rem; }

.element-box.element-wrapper-marging-btm, .element-wrapper-marging-btm.invoice-w, .element-wrapper-marging-btm.big-error-w {
  margin-bottom: 4.3rem; }

.project-title.kinaracpital .label {
  display: block;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px; }

.estimated-time.profile-tile {
  display: block;
  padding: 0;
  margin: 0;
  border: none; }
  .estimated-time.profile-tile .profile-tile-meta {
    padding: 0; }

.projects-list.projects-list-vk {
  margin-bottom: 3.2rem; }

.btn-yellow-custom {
  background-color: #f7971e;
  color: #fff;
  border-color: #f7971e; }
  .btn-yellow-custom:hover {
    background-color: #ff8a00;
    color: #fff;
    border-color: #ff8a00; }
  .btn-yellow-custom:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.5); }

.live-pitch-data {
  text-align: center;
  margin-top: 17px; }
  .live-pitch-data strong {
    font-size: 1rem; }
  .live-pitch-data .live-pith-desct {
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }
  .live-pitch-data .live-pith-date {
    font-size: 0.7rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin-bottom: 14px; }

.home-processbar .element-box, .home-processbar .invoice-w, .home-processbar .big-error-w {
  height: 357px; }

.dashboard-row .profile-tile .profile-tile-meta ul li strong {
  width: auto; }

.profile-custom-vk .form-desc {
  border: none;
  font-size: 0.8rem;
  margin-bottom: 0; }

.profile-custom-vk .form-header {
  margin-bottom: 0.5rem; }

.profile-custom-vk .dropzone {
  border: 2px dashed #dde2ec;
  padding: 20px 14px; }

.profile-custom-vk .user-w.with-status.status-green .user-avatar-w:before {
  display: block; }

.profile-custom-vk fieldset {
  margin-top: 0; }

.profile-custom-vk .form-buttons-w {
  margin-top: 0; }

.investor-profile-view .table-lightborder i {
  font-size: 18px; }

.investor-profile-view .margin-top {
  margin-top: 3.2rem; }

.investor-profile-view .invst-pfl {
  padding: 15px 0; }
  .investor-profile-view .invst-pfl .label {
    display: block;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px; }
  .investor-profile-view .invst-pfl h5 {
    font-size: 1.1rem;
    margin: 0;
    word-break: break-word; }
  .investor-profile-view .invst-pfl .invst-pfl {
    margin-bottom: 1.2rem; }

.investor-profile-view .mission-row {
  margin-bottom: 1.5rem; }

.investor-profile-view .up-contents.brdtop {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 36px 5%; }

.investor-profile-view .rianta-img {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 9; }
  .investor-profile-view .rianta-img.com_profile_img_top {
    top: -82px; }

.investor-profile-view .table-responsive-heading-spce .table thead th.name {
  width: 52%; }

.element-wrapper .mission-row .element-inner-desc {
  font-size: 0.9rem; }

.video-rit {
  margin-top: 45px; }
  .video-rit.img-gllry .element-box, .video-rit.img-gllry .invoice-w, .video-rit.img-gllry .big-error-w {
    padding: 1rem; }
    .video-rit.img-gllry .element-box .el-tablo.centered.padded, .video-rit.img-gllry .invoice-w .el-tablo.centered.padded, .video-rit.img-gllry .big-error-w .el-tablo.centered.padded {
      padding: 0px 0rem; }
  .video-rit .el-chart-w {
    border-radius: 50%;
    width: 179px;
    height: 179px;
    margin: 0 auto; }
    .video-rit .el-chart-w .video-play {
      position: relative;
      border-radius: 50%;
      display: block;
      overflow: hidden;
      height: 100%; }
      .video-rit .el-chart-w .video-play:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(177, 31, 55, 0.4); }
      .video-rit .el-chart-w .video-play:after {
        background: url("../img/video-play.png") no-repeat center;
        z-index: 1;
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px; }
      .video-rit .el-chart-w .video-play .img-responsive {
        height: 100%; }

.user-profile .up-contents.investment-pdtop {
  padding-top: 10px; }

.user-profile .up-main-info .user-avatar-w .user-avatar img {
  object-fit: cover; }

.portfolio-custom-vk .my-profile-foldr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 15px; }
  .portfolio-custom-vk .my-profile-foldr .label {
    float: left;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6); }
    .portfolio-custom-vk .my-profile-foldr .label a {
      font-size: 13px;
      margin: 5px; }
  .portfolio-custom-vk .my-profile-foldr .project-users {
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }

.portfolio-custom-vk .sds-cost-folder {
  margin-top: 6px; }
  .portfolio-custom-vk .sds-cost-folder ul {
    padding: 0;
    margin: 0; }
    .portfolio-custom-vk .sds-cost-folder ul li {
      list-style: none; }
      .portfolio-custom-vk .sds-cost-folder ul li strong {
        color: #3E4B5B;
        font-weight: 500;
        font-size: 0.63rem;
        text-transform: uppercase;
        white-space: pre-line; }
  .portfolio-custom-vk .sds-cost-folder .text-right {
    padding-right: 0; }

.portfolio-custom-vk .project-box.mar-one-rem {
  margin-bottom: 1rem; }

.portfolio-custom-vk .todo-app-w .todo-sidebar {
  padding: 0;
  background: transparent; }
  .portfolio-custom-vk .todo-app-w .todo-sidebar .todo-sidebar-section {
    padding: 0;
    border: none; }
  .portfolio-custom-vk .todo-app-w .todo-sidebar .active {
    color: #b11f37; }

.portfolio-custom-vk .control-panel .content-box {
  padding-bottom: 0; }

.portfolio-custom-vk .control-panel .os-tabs-controls {
  margin-bottom: 0; }

.portfolio-custom-vk .content-box-tb {
  padding: 2rem 2.5rem 0 4rem; }

.portfolio-custom-vk .modal-content .content-box-tb {
  padding: 0; }

.portfolio-custom-vk .modal-content .content-i .content-box {
  padding: 20px 0 0 0; }

.image-type #profileimage_display {
  background-color: #F6F7F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 140px;
  background-image: url("../img/user.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .image-type #profileimage_display img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.image-type p {
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
  color: #000000;
  opacity: 0.4;
  margin: 10px 0 0 0; }

.image-type #profileimage_download .btn, .image-type #profileimage_download .all-wrapper .fc-button, .all-wrapper .image-type #profileimage_download .fc-button {
  margin-top: 10px; }

.text-red {
  color: #e65252;
  padding-top: 0; }

.teams__modal .documents__outer .label__name__view .company__outer {
  padding: 0; }
  .teams__modal .documents__outer .label__name__view .company__outer a {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 10px; }
  .teams__modal .documents__outer .label__name__view .company__outer__logo svg {
    width: 100%;
    fill: #b3b3b3; }
  .teams__modal .documents__outer .label__name__view .company__outer:hover .company__outer__logo svg {
    fill: #B11F35;
    opacity: 1; }

.team__detail__modal .modal-body .team__members__list li {
  border: 0;
  padding-bottom: 0; }

.team__detail__modal .modal-body .team__members__detail span {
  display: block; }
  .team__detail__modal .modal-body .team__members__detail span + span {
    margin-bottom: 20px; }

.team__detail__modal .modal-content {
  padding: 0 0 30px 0; }

.opt__bottom {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  position: relative; }
  .opt__bottom .small__user {
    position: static;
    justify-content: flex-start;
    width: auto; }
    .opt__bottom .small__user__sdg {
      display: flex;
      gap: 5px; }
      .opt__bottom .small__user__sdg img {
        height: 26px;
        width: 26px;
        border-radius: 100%;
        object-fit: cover; }
  .opt__bottom .affiliated__bottom--outer {
    flex: 1;
    justify-self: flex-start;
    display: flex;
    gap: 10px; }
  .opt__bottom .team__members__bottom {
    height: auto;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0; }

.disabled {
  cursor: default;
  opacity: 0.7; }

.profile-tile .profile-tile-meta ul li {
  text-align: left; }
  .profile-tile .profile-tile-meta ul li span {
    overflow: hidden; }
  .profile-tile .profile-tile-meta ul li.text-wrap-row strong {
    text-overflow: ellipsis;
    width: 66%;
    white-space: nowrap;
    overflow: hidden; }

.up-controls.up-controls-light {
  padding: 0 5% 20px; }
  .up-controls.up-controls-light .label {
    font-size: 0.8rem;
    color: #999; }

.value-pair.person-profile-lbel .value {
  padding: 0.35em 0.5em 0.1em 0.5em; }

.controls-pagination-cnt .align-rit {
  text-align: right; }

.full-wdth-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%; }

.full-wdth-select-min-height .select2-container .select2-selection--multiple {
  min-height: calc(2.1rem + 4px); }

.page__loader {
  position: relative;
  min-height: 500px; }
  @media screen and (max-width: 700px) {
    .page__loader {
      min-height: 200px; } }
  .page__loader::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px; }

.page__loader.loader {
  position: absolute;
  width: 100%;
  height: 100%; }

.min-height--gridview {
  min-height: 500px; }

.min-height--table .dataTables_wrapper {
  min-height: 500px; }

.status__outer .artha--red-border,
.status__outer .artha--gray-border,
.status__outer .artha--red {
  padding: 13px 30px; }

.artha--red-border {
  background: transparent;
  border: 1px solid #B11F35;
  color: #000; }

.artha--gray-border {
  background: #F6F7F9;
  border: 2px solid #dde2ec;
  color: #000; }

.investor-profil .full-wdth-select .select2-container {
  width: 100% !important; }
  .investor-profil .full-wdth-select .select2-container .select2-selection--multiple {
    height: calc(2.1rem + 4px); }

.investor-profil .margin-top {
  margin-top: 1.4rem; }

.investor-profil .video-rit .element-box, .investor-profil .video-rit .invoice-w, .investor-profil .video-rit .big-error-w {
  padding: 2.5rem 2rem; }

.investor-profil .rianta-img {
  margin: 28px 0 21px; }

.investor-profil .step-contents .step-content {
  padding: 0; }

.table.table-lightborder td input {
  margin: 0px 10px 0 0; }

.table-rit-section .table th.name {
  width: 49%; }

.table-rit-section .table i {
  font-size: 18px; }

.sdg {
  font-size: 0.63rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  top: -7px;
  margin-right: 8px; }

.col-lg-6.mr-rit-auto {
  padding-right: 0; }

.process-top-rit {
  border-bottom: 1px solid #dee2e6;
  margin: 0; }

.support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .actions .actions-list {
  background-color: #b11f37; }

.support-index .support-ticket-content-w .support-ticket-content .support-ticket-content-header.diligence-process-spce {
  margin-bottom: 15px; }

.profile-proces-top-sec .pipeline-settings {
  float: left;
  margin: 10px 0 0 20px; }

.support-index.due-process-left .st-body {
  padding: 15px 20px; }

.support-index.due-process-left .support-ticket {
  transform: none; }

.support-index.due-process-left .st-meta {
  right: -15px; }

.support-index.due-process-left .os-icon-ui-46 {
  font-size: 18px;
  color: #b11f37;
  top: -2px;
  position: relative; }

.support-index.due-process-left .stick-right i {
  top: 4px;
  position: relative;
  color: #000; }

.element-header.process-hdcuts {
  width: 100%; }
  .element-header.process-hdcuts h6 {
    float: left; }

.portfolio-custom-vk.due-dili-process .content-box-tb {
  padding: 0;
  margin-bottom: 28px; }

.clear {
  clear: both; }

.messaage-row .full-chat-w .full-chat-left .element-search:before {
  display: none; }

.messaage-row .full-chat-w .full-chat-left .element-search input {
  padding: 10px 15px 10px 16px;
  float: left; }

.messaage-row .full-chat-w .full-chat-left .element-search a {
  float: right;
  margin-top: 8px; }

.messaage-row .full-chat-w .full-chat-left .user-w.mail-active {
  background: #b11f37; }
  .messaage-row .full-chat-w .full-chat-left .user-w.mail-active .user-date {
    background-color: #9b1b30;
    color: rgba(255, 255, 255, 0.3); }
  .messaage-row .full-chat-w .full-chat-left .user-w.mail-active .user-name {
    color: #fff; }
  .messaage-row .full-chat-w .full-chat-left .user-w.mail-active .last-message {
    color: rgba(255, 255, 255, 0.5); }

.messaage-row .full-chat-w .edit-dlt {
  display: inline-block; }
  .messaage-row .full-chat-w .edit-dlt i {
    top: 3px;
    position: relative;
    color: #a09e9e; }
    .messaage-row .full-chat-w .edit-dlt i.os-icon-ui-15 {
      font-size: 18px;
      top: 4px;
      color: #a09e9e; }

.messaage-row .full-chat-w .full-chat-middle .user-info a {
  border: none; }

.messaage-row .full-chat-middle {
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  -moz-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-left: 59px; }
  .messaage-row .full-chat-middle .chat-head .user-actions {
    font-size: 18px;
    color: #b11f37; }

.messaage-row .full-chat-i {
  background: transparent; }

.messaage-row .full-chat-left {
  padding: 0; }
  .messaage-row .full-chat-left .chat-search {
    padding: 20px 0 20px 0; }
  .messaage-row .full-chat-left .search-multiple input {
    width: 88%; }

.teams-hd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  justify-content: space-between; }
  .teams-hd h6.element-header {
    float: left;
    flex: 1;
    margin-bottom: 0; }
  .teams-hd .btn-pluse {
    float: right;
    line-height: normal; }
  .teams-hd .btn-pluse i {
    margin: 0 4px; }
  .teams-hd .element-header {
    border: none; }

.search__filter_top {
  align-items: center;
  padding-bottom: 10px; }
  .search__filter_top .controls-above-table {
    margin: 0; }
    .search__filter_top .controls-above-table .form-inline {
      margin: 0; }
  .search__filter_top .btn, .search__filter_top .all-wrapper .fc-button, .all-wrapper .search__filter_top .fc-button {
    margin: 0 !important; }

.heading__center {
  text-align: center; }

.heading--integece {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
  color: #354052;
  max-width: 90%;
  text-align: center;
  margin: 20px auto;
  background: #fff;
  padding: 10px; }
  @media screen and (max-width: 650px) {
    .heading--integece {
      font-size: 18px;
      line-height: 24px; } }
  .heading--integece.integece--subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    background: transparent;
    color: #898787; }

.green-text p {
  color: #5eb314;
  font-size: 16px;
  font-weight: 600; }

.intelligence--view--inner--heading h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #354052; }

.intelligence--view .element-box, .intelligence--view .invoice-w, .intelligence--view .big-error-w {
  padding: 0.2rem 1rem;
  margin-bottom: 1rem; }

.intelligence--view .heading__normal--bold {
  margin: 0;
  font-size: 20px;
  line-height: 26px; }

.intelligence--description h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #354052; }

.intelligence--description p, .intelligence--description li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #354052; }

.intelligence--description li + li {
  margin-top: 8px; }

.background-none-pd .element-box, .background-none-pd .invoice-w, .background-none-pd .big-error-w {
  background: transparent;
  padding: 0; }

.background-none-pd .dataTables_wrapper {
  padding: 0; }

.heading__normal.min-height {
  min-height: 72px;
  align-items: flex-start; }

.if-col-12 .heading__normal.min-height {
  min-height: unset;
  align-items: center; }

.element-wrapper .element-header {
  padding-bottom: 0.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px; }
  .element-wrapper .element-header.heading--font--weight--normal {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px; }
  .element-wrapper .element-header.heading--main {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #354052; }
    @media screen and (max-width: 1450px) {
      .element-wrapper .element-header.heading--main {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (max-width: 700px) {
      .element-wrapper .element-header.heading--main {
        font-size: 26px;
        line-height: 32px; } }
    .element-wrapper .element-header.heading--main .if--no-border-margin {
      margin-bottom: 20px; }

.request--number span {
  width: 25px;
  height: 16px;
  background: #75BD96;
  border-radius: 9px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -4px;
  margin-left: 5px; }

@media (max-width: 1250px) {
  .eq-padding-responsive {
    padding: 20px; } }

@media (max-width: 1100px) {
  .eq-padding-responsive {
    padding: 20px 0; } }

.heading .title {
  font-size: 25px; }
  @media (max-width: 992px) {
    .heading .title {
      font-size: 20px; } }

.mycompanies-logo {
  fill: #515151;
  height: 90px; }

.about-artha .todo-app-w .todo-sidebar .projects-list {
  padding-left: 0; }
  .about-artha .todo-app-w .todo-sidebar .projects-list li::before {
    display: none; }

.about-artha .border-custm {
  border: 1px solid #f3f3f3;
  margin: 25px 0; }

.about-artha .element-wrapper .element-inner-header {
  margin-bottom: 14px; }

.enterprise-company .form-header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .enterprise-company .form-header .tasks-sub-header {
    display: inline-block;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.81rem; }

.enterprise-company .paragraph p {
  font-size: 13px;
  display: inline; }

.enterprise-company .paragraph textarea {
  margin: 4px 0 0; }

.enterprise-company .financial-section-tab .form-header {
  border-bottom: none; }

.enterprise-company .financial-section-tab .form-group label .inr {
  background: #b11f37;
  padding: 1px 7px;
  border-radius: 20px;
  color: #fff;
  font-size: 0.64rem; }

.enterprise-sub-hd {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1rem; }
  .enterprise-sub-hd strong {
    font-size: 1rem;
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 12px;
    color: #b11f37; }
  .enterprise-sub-hd::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #ddd;
    content: "";
    height: 1px;
    margin: auto; }
  .enterprise-sub-hd.sub-hd-2 {
    margin: 1.3rem 0; }

.enterprise-company-profile .enterprise-sub-hd {
  margin-top: 1rem; }

.enterprise-company-profile .financial-hd-fist > .form-header {
  padding-top: 0; }

.login-information .auth-box-w {
  max-width: 798px; }
  .login-information .auth-box-w .logo-w {
    padding: 11% 11% 9%; }
  .login-information .auth-box-w .charst-sert {
    font-size: 0.81rem;
    margin: 0;
    padding: 5px 0 0; }
  .login-information .auth-box-w form, .login-information .auth-box-w .login-info-hd {
    padding: 20px; }
  .login-information .auth-box-w .login-info-hd {
    background: #b11f37;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 20px; }
    .login-information .auth-box-w .login-info-hd .element-inner-header {
      color: #fff; }
      .login-information .auth-box-w .login-info-hd .element-inner-header span {
        text-transform: uppercase; }
    .login-information .auth-box-w .login-info-hd p {
      color: #fff;
      margin: 0; }
    .login-information .auth-box-w .login-info-hd.profile-setup-confim {
      background: #3399ff; }
  .login-information .auth-box-w .payment-card-img .form-group img {
    display: block; }
  .login-information .auth-box-w .payment-faild {
    padding: 60px 0; }
    .login-information .auth-box-w .payment-faild a {
      color: #ff0101; }
      .login-information .auth-box-w .payment-faild a i {
        font-size: 5em;
        text-align: center;
        display: block; }
    .login-information .auth-box-w .payment-faild .payment-faild-message {
      margin: 38px 0 0 0; }
      .login-information .auth-box-w .payment-faild .payment-faild-message .element-inner-header {
        text-align: center;
        margin: 0 0 15px 0;
        text-transform: uppercase; }
      .login-information .auth-box-w .payment-faild .payment-faild-message p {
        color: rgba(0, 0, 0, 0.3); }
    .login-information .auth-box-w .payment-faild.payment-success a {
      color: #5eb314; }
    .login-information .auth-box-w .payment-faild.payment-success .btn, .login-information .auth-box-w .payment-faild.payment-success .all-wrapper .fc-button, .all-wrapper .login-information .auth-box-w .payment-faild.payment-success .fc-button {
      color: #fff;
      margin-top: 20px; }

.login-information .drup-box-outer {
  padding: 20px; }
  .login-information .drup-box-outer .form-desc {
    border-bottom: 0;
    margin-bottom: 0.4rem; }

.copy-right {
  margin: 15px 0 0;
  color: #354052;
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif; }
  .copy-right + .copy-right {
    color: #8D8D8D; }

.new__pattern {
  padding-bottom: 400px; }

.add-new-team-member-modal .modal-big {
  max-width: 450px; }
  .add-new-team-member-modal .modal-big .modal-content {
    padding: 65px 0; }
    .add-new-team-member-modal .modal-big .modal-content .teams__modal {
      padding: 15px 0 20px; }
      .add-new-team-member-modal .modal-big .modal-content .teams__modal p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        margin: 0; }
    .add-new-team-member-modal .modal-big .modal-content .heading__center h5 {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      color: #000;
      margin: 0;
      line-height: normal; }
    .add-new-team-member-modal .modal-big .modal-content .modal-footer {
      padding: 0; }
      .add-new-team-member-modal .modal-big .modal-content .modal-footer .button__red {
        height: 40px; }

.termsWrapper {
  max-height: 280px;
  overflow: auto;
  margin: 20px 0 0;
  padding: 0 20px 0 0; }

.table .user-with-avatar.company-name-img img {
  height: auto;
  margin: 0 10px 0 0;
  border-radius: 0;
  object-fit: contain; }

.table .user-with-avatar img.deal-img {
  object-fit: cover; }

.table .user-with-avatar img.deal-default-img {
  border-radius: unset; }

.popup-choose-contnt {
  text-align: center;
  display: block; }

.table-scroll-popup {
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden; }

.table.table-lightfont td.text-center.uneditable {
  pointer-events: none; }

.table.table-lightfont td.text-center.uneditable input,
.table.table-lightfont td.text-center.uneditable select {
  pointer-events: initial; }

.qu-list:hover .os-dropdown {
  visibility: visible;
  transform: translate(99%, 95%);
  opacity: 1; }

.support-index.due-process-left .due-add-qust .os-icon-edit-1 {
  position: static; }

.form-check.due-add-qust {
  padding: 0; }

.table.table-padded tbody:hover {
  box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1); }

.table.table-padded tbody tr:hover {
  transform: none; }

.due-process-left .ae-content {
  width: 100%; }

/* harshita css*/
ul.company-autocomplete-ui {
  background-color: #fff;
  width: 650px;
  height: 200px;
  overflow-y: scroll; }

.ui-autocomplete {
  background-color: white;
  margin: 0;
  list-style: none;
  border: 1px solid #dddddd;
  padding: 0;
  max-height: 200px;
  width: 650px;
  height: 200px;
  overflow-y: scroll;
  position: absolute;
  z-index: 10; }

.ui-autocomplete li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 10px 0 0; }

.ui-autocomplete li a {
  padding: 5px;
  text-decoration: none;
  display: block;
  padding: 2px 25px 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  position: relative;
  cursor: pointer; }

.ui-autocomplete li a .data-format {
  clear: both;
  float: none;
  overflow: hidden;
  min-height: 50px;
  margin: 0px 10px;
  position: relative; }

.ui-autocomplete li a .data-format img {
  position: absolute;
  right: 1px;
  top: 3px;
  z-index: 10;
  width: 35px;
  height: 35px;
  margin: 0px 10px 0px 0px;
  border: 1px solid #BBB;
  background-color: #fff;
  padding: 0px;
  left: 0px; }

.ui-autocomplete li a .data-format .data {
  position: relative;
  padding-left: 48px; }

.ui-autocomplete li a .data-format .data h1 {
  margin: 0 0 5px;
  font-size: 15px; }

.ui-autocomplete li a .data-format .data p {
  font-size: 13px;
  margin: 0;
  padding: 0; }

.ui-autocomplete li a:hover {
  text-decoration: none; }

.hidden {
  display: none; }

#dvCurrentData.data-format {
  clear: both;
  float: none;
  overflow: hidden;
  min-height: 50px;
  margin: 8px;
  position: relative; }

#dvCurrentData.data-format img {
  position: absolute;
  right: 1px;
  top: 3px;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: 0px 10px 0px 0px;
  border: 1px solid #BBB;
  background-color: #fff;
  padding: 0;
  left: 0px; }

#dvCurrentData.data-format .data {
  position: relative;
  padding-left: 48px; }

#dvCurrentData.data-format .data h1 {
  margin: 0 0 5px;
  font-size: 15px; }

#dvCurrentData.data-format .data p {
  font-size: 13px;
  margin: 0;
  padding: 0; }

.termsInfo {
  padding-bottom: 10px; }

.termsInfo .radio input[type="checkbox"] {
  display: inline-block; }

.termsWrapper {
  max-height: 280px;
  overflow: auto;
  margin: 20px 0 0;
  padding: 0 20px 0 0; }

.termsWrapper h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: inherit; }

.termsWrapper h2:first-child {
  margin-top: 0; }

.termsWrapper ol li {
  padding-bottom: 10px; }

.ui-helper-hidden-accessible {
  display: none !important; }

.projects-list .project-head .project-users .avatar {
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }

.projects-list .project-head .project-users.project-img .avatar {
  height: auto;
  width: auto;
  border: 0; }
  .projects-list .project-head .project-users.project-img .avatar a {
    position: static; }
    .projects-list .project-head .project-users.project-img .avatar a img {
      height: 45px;
      width: auto; }

.projects-list .project-head .project-users .avatar a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table; }

.avatar-circle {
  margin: 0 4px;
  width: 35px;
  float: left;
  border-radius: 35px;
  box-shadow: 0px 0px 0px 5px #fff;
  overflow: hidden;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  vertical-align: middle; }

.project-usersvk {
  display: flex;
  align-items: center; }

.avatar-circle a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table; }

.project-usersvk p {
  display: inline-block;
  margin: 0 10px 0 0; }

.user-lft-wrap {
  display: inline-block; }

.table.table-lightfont td.text-center.uneditable.unhover {
  background: none;
  box-shadow: none; }

.unable-btn button {
  pointer-events: initial;
  float: left; }

body.artha-landing-page {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.artha-landing-page {
  padding: 0; }
  .artha-landing-page::before {
    display: none; }
  .artha-landing-page .container {
    max-width: 1200px; }

.header-landing .top-bar {
  background: #3399ff;
  padding: 9px 0 12px;
  font-size: 13px; }
  .header-landing .top-bar ul {
    margin: 0;
    text-align: right;
    padding: 0; }
    .header-landing .top-bar ul li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px; }
      .header-landing .top-bar ul li a {
        color: #ffffff; }
      .header-landing .top-bar ul li p {
        color: #ffffff;
        margin: 0; }
  .header-landing .top-bar .top-header-wrapper {
    padding: 2px 0 0 0; }
    .header-landing .top-bar .top-header-wrapper > a {
      color: #ffffff; }
    .header-landing .top-bar .top-header-wrapper span.separator {
      margin: 0 10px;
      color: #ffffff; }
  .header-landing .top-bar .fa {
    margin-right: 6px; }

.header-landing .header-main {
  padding: 30px 0 27px; }
  .header-landing .header-main .header-section {
    text-align: right;
    margin-top: 5px; }
    .header-landing .header-main .header-section ul {
      margin: 0;
      padding: 0; }
      .header-landing .header-main .header-section ul li {
        border: 1px solid #eee;
        display: inline-block;
        margin-left: 40px;
        padding: 10px;
        text-align: left; }
        .header-landing .header-main .header-section ul li .box-left {
          color: #888;
          display: table-cell;
          vertical-align: middle;
          width: 45px;
          font-size: 30px;
          text-align: left; }
        .header-landing .header-main .header-section ul li .box-right {
          font-size: 15px;
          line-height: 21px;
          display: table-cell;
          vertical-align: middle;
          color: #666;
          font-weight: 300; }
          .header-landing .header-main .header-section ul li .box-right > span {
            color: #000;
            display: block;
            font-size: 17px;
            font-weight: 400; }
  .header-landing .header-main .row {
    align-items: center; }

.header-landing .home-slider-area ul.slick-slider {
  margin: 0;
  padding: 0; }
  .header-landing .home-slider-area ul.slick-slider .product-slider-img img {
    object-fit: cover;
    min-height: 701px;
    max-height: 701px;
    margin: 0 auto;
    width: 100%; }

button.slick-arrow {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 85px;
  height: 100%;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
  border: none; }

.home-slider-area button.slick-arrow.slick-prev {
  background: url(../images/left.svg) no-repeat center;
  background-size: 30%;
  left: 65px; }

.home-slider-area button.slick-arrow.slick-next {
  background: url(../images/right.svg) no-repeat center;
  background-size: 30%;
  right: 65px; }

.home-slider-area:hover button.slick-arrow {
  opacity: 1; }

.home-slider-area .position-abso {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  bottom: 0;
  right: 0;
  height: 283px;
  margin: auto;
  max-width: 1200px;
  width: 100%; }
  .home-slider-area .position-abso .product-description-inner {
    max-width: 780px;
    margin: 0 auto; }
    .home-slider-area .position-abso .product-description-inner h1 {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-size: 42px;
      font-weight: 700; }
    .home-slider-area .position-abso .product-description-inner p {
      color: #ffffff;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      padding: 25px 0 30px; }
    .home-slider-area .position-abso .product-description-inner a.btn, .home-slider-area .position-abso .product-description-inner .all-wrapper a.fc-button, .all-wrapper .home-slider-area .position-abso .product-description-inner a.fc-button {
      font-family: "Open Sans", sans-serif;
      background-color: #39f;
      font-weight: 700;
      color: #fff;
      width: 214px;
      padding: .5rem 1rem;
      font-size: 14px;
      border-radius: 50px;
      cursor: pointer;
      line-height: 1.3rem;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      transition: all 0.5s ease; }
      .home-slider-area .position-abso .product-description-inner a.btn:hover, .home-slider-area .position-abso .product-description-inner .all-wrapper a.fc-button:hover, .all-wrapper .home-slider-area .position-abso .product-description-inner a.fc-button:hover {
        background: #b11f37; }

.carosel-outer {
  width: 100%;
  margin: 20px auto; }
  .carosel-outer > div {
    padding: 0; }
  .carosel-outer .slider-4 {
    width: 100%; }
    .carosel-outer .slider-4 button.slick-next, .carosel-outer .slider-4 button.slick-prev {
      opacity: 1;
      height: 60px;
      width: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #FFFFFF;
      opacity: 0.7; }
      .carosel-outer .slider-4 button.slick-next.slick-disabled, .carosel-outer .slider-4 button.slick-prev.slick-disabled {
        cursor: default;
        opacity: 0.6; }
      .carosel-outer .slider-4 button.slick-next:hover, .carosel-outer .slider-4 button.slick-prev:hover {
        background: #B11F35;
        opacity: 1; }
        .carosel-outer .slider-4 button.slick-next:hover::before, .carosel-outer .slider-4 button.slick-prev:hover::before {
          border-right-color: #fff; }
        .carosel-outer .slider-4 button.slick-next:hover::after, .carosel-outer .slider-4 button.slick-prev:hover::after {
          border-left-color: #fff; }
    .carosel-outer .slider-4 button.slick-prev {
      left: 8px;
      border-radius: 0px 4px 4px 0px; }
      .carosel-outer .slider-4 button.slick-prev::before {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #000;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .carosel-outer .slider-4 button.slick-next {
      right: 6px;
      border-radius: 4px 0px 0px 4px; }
      .carosel-outer .slider-4 button.slick-next::after {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #000;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .carosel-outer .slider-4 .thumb {
      margin: 0 8px; }

.if__div_missing .if__div__flex {
  flex: 1;
  max-width: unset; }

.if__div_missing.profile__business__and__sustainable .label__name__view {
  display: flex;
  flex-wrap: wrap; }
  .if__div_missing.profile__business__and__sustainable .label__name__view .row {
    flex: 10; }
    @media (max-width: 1400px) {
      .if__div_missing.profile__business__and__sustainable .label__name__view .row {
        flex: 100; } }
    @media (max-width: 800px) {
      .if__div_missing.profile__business__and__sustainable .label__name__view .row {
        flex: auto; } }
    .if__div_missing.profile__business__and__sustainable .label__name__view .row + .row {
      flex: auto; }
      @media (max-width: 1400px) {
        .if__div_missing.profile__business__and__sustainable .label__name__view .row + .row {
          flex: 30; } }
    .if__div_missing.profile__business__and__sustainable .label__name__view .row .sectors {
      margin-bottom: 5px; }

.user__wrapper__video {
  max-height: 380px;
  border-radius: 6px 0 0 6px;
  overflow: hidden; }

.user__wrapper .if__video__missing.element-wrapper {
  grid-template-columns: repeat(1, 1fr);
  min-height: 350px; }
  .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify {
    padding: 40px;
    min-height: unset; }
    .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription {
      max-width: 880px;
      min-width: 880px;
      margin: 0 auto; }
      .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription p {
        max-width: unset;
        text-align: center; }
        .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription p + ul, .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription p ol {
          margin-top: 15px; }
        .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription p + ol, .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription p ul {
          margin-top: 15px; }
        .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify .overview__discription p strong {
          font-weight: 600; }
    @media (max-width: 992px) {
      .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify {
        padding: 20px; } }
    .user__wrapper .if__video__missing.element-wrapper .center-paragraph-justify p {
      max-width: 880px; }

.height-eq .element-wrapper {
  height: 100%; }
  .height-eq .element-wrapper .element-box, .height-eq .element-wrapper .invoice-w, .height-eq .element-wrapper .big-error-w {
    height: 100%; }

.callouts-wrapper {
  padding: 115px 0 105px;
  width: 100%;
  float: left; }
  .callouts-wrapper h2 {
    font-weight: 700;
    font-size: 2.3rem;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 35px 0;
    padding: 0;
    text-align: center; }
  .callouts-wrapper .callouts {
    margin: 0 0 20px;
    text-align: center;
    border: 1px solid #ededed;
    transition: all 0.3s ease 0s;
    padding: 50px 30px;
    height: 94%; }
    .callouts-wrapper .callouts h3 {
      font-size: 16px;
      text-align: center;
      color: #0178bc;
      margin-bottom: 15px; }
      .callouts-wrapper .callouts h3 a {
        color: #3399ff; }
    .callouts-wrapper .callouts .btnsm {
      position: absolute;
      left: 0;
      right: 0;
      display: inline-block;
      width: 42%;
      bottom: 70px;
      margin: auto; }
    .callouts-wrapper .callouts p {
      font-size: 15px;
      line-height: 20px;
      margin: 0 0 53px 0;
      padding: 0; }
    .callouts-wrapper .callouts:hover {
      border: 1px solid #3399ff; }
    .callouts-wrapper .callouts .test-img {
      width: 82px;
      margin: 0 auto; }
      .callouts-wrapper .callouts .test-img img {
        margin: 0 auto 10px; }
  .callouts-wrapper .welcom-hmslide button.slick-arrow {
    opacity: 1;
    width: 22px;
    height: 30px;
    bottom: 31px;
    margin: auto; }
    .callouts-wrapper .welcom-hmslide button.slick-arrow.slick-prev {
      background: url("../images/left.svg") no-repeat center;
      left: -20px; }
    .callouts-wrapper .welcom-hmslide button.slick-arrow.slick-next {
      right: -20px;
      background: url("../images/right.svg") no-repeat center; }
  .callouts-wrapper .welcom-hmslide .slick-slide {
    min-height: 368px;
    display: flex; }
  .callouts-wrapper .welcom-hmslide.slick-initialized .callouts {
    height: initial; }

.slick-dots {
  display: block;
  margin: 0 auto;
  list-style-type: none;
  padding: 0; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border: 2px solid #515151;
      background: #fff;
      border-radius: 50%;
      display: block;
      font-size: 0;
      margin: 0 2px;
      padding: .6180469716em 1.41575em; }
    .slick-dots li.slick-active button {
      background: #515151; }

.home-about-wrapper {
  padding: 115px 0 125px;
  width: 100%;
  float: left;
  background: #f7f7f7; }
  .home-about-wrapper h2 {
    color: #334152;
    font-size: 2.4em;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 35px 0;
    font-weight: 700; }
  .home-about-wrapper p {
    margin-bottom: 10px; }
  .home-about-wrapper a.btnsm {
    margin: 25px 0 0; }
  .home-about-wrapper .about-text {
    margin: 0 auto;
    text-align: center; }
    .home-about-wrapper .about-text strong {
      font-weight: 700; }

a.btnsm {
  font-family: "Open Sans", sans-serif;
  background-color: #39f;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: .5rem 2rem;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  line-height: 1.3rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.5s ease; }
  a.btnsm:hover {
    background-color: #b11f37; }

.home-faq-wrapper {
  padding: 83px 0 116px;
  width: 100%; }
  .home-faq-wrapper .title h2 {
    color: #334152;
    font-size: 2.4em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px 0; }
  .home-faq-wrapper .client-name {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px; }
    .home-faq-wrapper .client-name h3 {
      font-size: 20px;
      margin: 0;
      text-transform: uppercase; }
    .home-faq-wrapper .client-name p {
      font-style: italic;
      font-size: 15px;
      margin: 0; }
  .home-faq-wrapper button.slick-arrow {
    opacity: 1;
    right: 0;
    color: #a8adbb;
    border: 1px solid #d2d6e0;
    top: 100%;
    background: #fff;
    font-size: 24px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 50px; }
    .home-faq-wrapper button.slick-arrow.slick-prev {
      right: 60px; }
      .home-faq-wrapper button.slick-arrow.slick-prev::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        top: 0;
        background: url("../images/left-testi.svg") no-repeat;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
    .home-faq-wrapper button.slick-arrow.slick-next {
      right: 0px; }
      .home-faq-wrapper button.slick-arrow.slick-next::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        top: 0;
        background: url("../images/left-testi.svg") no-repeat;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(-180deg); }
  .home-faq-wrapper .carousel-inner-testimonials .author {
    margin: 25px 0 0 0; }
  .home-faq-wrapper .accordion_head {
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #e3e1e1; }
    .home-faq-wrapper .accordion_head i {
      width: 14px;
      height: 14px;
      position: relative;
      top: 0px;
      float: right;
      right: 12px; }
    .home-faq-wrapper .accordion_head i.plusminus {
      background: url(../images/plus-icon.svg) no-repeat;
      background-size: 100%; }
    .home-faq-wrapper .accordion_head i.minus {
      background: url(../images/mins-icon.svg) no-repeat center;
      background-size: 100%; }
    .home-faq-wrapper .accordion_head.first-row-head {
      padding-top: 0; }
  .home-faq-wrapper .accordion_body p {
    margin: 15px 0 15px; }

.fl-page-footer-wrap {
  background: #f6f7f9; }
  .fl-page-footer-wrap .footer {
    padding: 4rem 0; }
    .fl-page-footer-wrap .footer .footer_row-logo {
      margin-bottom: 20px; }
      .fl-page-footer-wrap .footer .footer_row-logo .navbar-brand {
        text-align: center; }
        .fl-page-footer-wrap .footer .footer_row-logo .navbar-brand img {
          max-width: 60%; }
    .fl-page-footer-wrap .footer .footer_row-link {
      text-align: center; }
      .fl-page-footer-wrap .footer .footer_row-link a {
        display: inline-block;
        margin: 0 15px;
        color: #666;
        font-size: 14px; }
  .fl-page-footer-wrap .footer_row-copyright {
    margin-top: 30px; }
    .fl-page-footer-wrap .footer_row-copyright p {
      padding: 0;
      margin: 0;
      color: #666;
      font-size: 12px; }
      .fl-page-footer-wrap .footer_row-copyright p a {
        color: #666;
        font-size: 12px; }
  .fl-page-footer-wrap .footer_row-social {
    margin-top: 2rem; }
    .fl-page-footer-wrap .footer_row-social a {
      margin: 0 7px; }
  .fl-page-footer-wrap .footer-address-row p {
    text-align: center;
    color: #666; }

.topbuton {
  text-align: right; }
  .topbuton .landing-login {
    margin: 9px 15px;
    color: #3E4B5B;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(177, 31, 55, 0); }
    .topbuton .landing-login:hover {
      border-bottom: 2px solid #b11f37; }
  .topbuton .btn-circle-red {
    background-color: #b11f37;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    width: 170px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.5rem;
    float: right;
    display: block; }
    .topbuton .btn-circle-red:hover {
      background-color: #3399ff; }

.select-deal .select2-container {
  width: 100% !important; }

.home-testimonial-wrapper, .testimonials__outer {
  padding: 83px 0 116px;
  background: #3399ff;
  text-align: center; }
  .home-testimonial-wrapper .title h2, .testimonials__outer .title h2 {
    color: #fff;
    font-size: 2.4em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px 0; }
  .home-testimonial-wrapper .testimonial-cnt, .testimonials__outer .testimonial-cnt {
    text-align: center;
    margin: 0 auto; }
    .home-testimonial-wrapper .testimonial-cnt p, .testimonials__outer .testimonial-cnt p {
      color: #ffffff;
      margin-bottom: 27px; }
    .home-testimonial-wrapper .testimonial-cnt .author, .testimonials__outer .testimonial-cnt .author {
      display: flex;
      justify-content: center; }
      .home-testimonial-wrapper .testimonial-cnt .author .test-img, .testimonials__outer .testimonial-cnt .author .test-img {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 105px;
        width: 105px;
        margin-bottom: 30px;
        overflow: hidden;
        vertical-align: middle;
        border: 2px solid #f5f5f5;
        background: #ffffff; }
        @media (max-width: 750px) {
          .home-testimonial-wrapper .testimonial-cnt .author .test-img, .testimonials__outer .testimonial-cnt .author .test-img {
            height: 80px;
            width: 80px;
            margin-bottom: 20px; } }
        @media (max-width: 500px) {
          .home-testimonial-wrapper .testimonial-cnt .author .test-img, .testimonials__outer .testimonial-cnt .author .test-img {
            margin-bottom: 10px; } }
        .home-testimonial-wrapper .testimonial-cnt .author .test-img img, .home-testimonial-wrapper .testimonial-cnt .author .test-img svg, .testimonials__outer .testimonial-cnt .author .test-img img, .testimonials__outer .testimonial-cnt .author .test-img svg {
          display: block;
          margin: 0 auto; }
        .home-testimonial-wrapper .testimonial-cnt .author .test-img svg, .testimonials__outer .testimonial-cnt .author .test-img svg {
          width: 60px;
          height: 60px;
          fill: #E0E9F1; }
      .home-testimonial-wrapper .testimonial-cnt .author h3, .testimonials__outer .testimonial-cnt .author h3 {
        color: #ffffff;
        font-weight: 400;
        margin: 0;
        font-size: 20px; }
      .home-testimonial-wrapper .testimonial-cnt .author p, .testimonials__outer .testimonial-cnt .author p {
        font-style: italic; }
    .home-testimonial-wrapper .testimonial-cnt .slick-dots li button, .testimonials__outer .testimonial-cnt .slick-dots li button {
      border: 2px solid #ffffff; }

.testimonials__outer {
  background: transparent;
  padding: 0; }
  @media (max-width: 992px) {
    .testimonials__outer .slick-list {
      margin: 0 30px; } }
  @media (max-width: 750px) {
    .testimonials__outer .slick-list {
      margin: 0 40px; } }
  @media (max-width: 650px) {
    .testimonials__outer .slick-list {
      margin: 0 50px; } }
  .testimonials__outer .slick-arrow {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .testimonials__outer .slick-arrow:hover {
      background: #b11f37; }
    .testimonials__outer .slick-arrow::after, .testimonials__outer .slick-arrow::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      display: block; }
    .testimonials__outer .slick-arrow.slick-prev, .testimonials__outer .slick-arrow.slick-next {
      top: 0;
      bottom: 0;
      margin: auto; }
    .testimonials__outer .slick-arrow.slick-prev {
      left: 20px; }
      @media (max-width: 650px) {
        .testimonials__outer .slick-arrow.slick-prev {
          left: 10px; } }
      .testimonials__outer .slick-arrow.slick-prev::before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #c5c6c7; }
      .testimonials__outer .slick-arrow.slick-prev:hover::before {
        border-right: 8px solid #fff; }
    .testimonials__outer .slick-arrow.slick-next {
      right: 20px; }
      @media (max-width: 650px) {
        .testimonials__outer .slick-arrow.slick-next {
          right: 10px; } }
      .testimonials__outer .slick-arrow.slick-next::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #c5c6c7; }
      .testimonials__outer .slick-arrow.slick-next:hover::after {
        border-left: 8px solid #fff; }
    .testimonials__outer .slick-arrow.slick-prev .testimonials__outer .slick-arrow.slick-next {
      bottom: 0;
      margin: auto; }
  .testimonials__outer .test-img {
    position: relative; }
    .testimonials__outer .test-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .testimonials__outer .author {
    margin: 0 auto;
    max-width: 720px; }
    @media (max-width: 650px) {
      .testimonials__outer .author {
        max-width: 100%;
        padding: 0 20px; } }
    @media (max-width: 350px) {
      .testimonials__outer .author {
        padding: 0 10px; } }
    .testimonials__outer .author .client-name p {
      font-size: 17px;
      line-height: 26px;
      text-align: center;
      color: #3E4B5B;
      margin: 0 0 10px 0;
      font-style: normal; }
      @media (max-width: 1200px) {
        .testimonials__outer .author .client-name p {
          font-size: 14px;
          line-height: 20px; } }
    .testimonials__outer .author .client-name h3 {
      font-size: 16px;
      line-height: normal;
      color: #354052;
      font-weight: 700; }

.home-faq-wrapper .faq-cnt {
  margin: 0 auto; }

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

.menu-side-w ul.main-menu > li.admin-active span {
  color: #b11f37;
  font-weight: 500; }

.projects-list-vk .table-editable select {
  width: 30%; }
  .projects-list-vk .table-editable select.form-control {
    padding: 0;
    margin: 0; }

.artha-landing-clor1 .header-landing .top-bar {
  background: #e9e9e9; }

.artha-landing-clor1 .topbuton .btn-circle-red {
  background: #e9e9e9; }

.artha-landing-clor1 .home-slider-area .position-abso .product-description-inner a.btn, .artha-landing-clor1 .home-slider-area .position-abso .product-description-inner .all-wrapper a.fc-button, .all-wrapper .artha-landing-clor1 .home-slider-area .position-abso .product-description-inner a.fc-button {
  background: #e9e9e9; }

.artha-landing-clor1 .callouts-wrapper .callouts h3 a {
  color: #e9e9e9; }

.artha-landing-clor1 a.btnsm {
  background: #e9e9e9; }

.artha-landing-clor1 .callouts-wrapper .callouts:hover {
  border: 1px solid #e9e9e9; }

.artha-landing-clor1 .home-testimonial-wrapper {
  background: #e9e9e9; }

.table .user-with-avatar span {
  white-space: pre-line;
  margin: 0 15px 0 10px;
  overflow-wrap: break-word;
  word-break: break-word;
  width: 80%; }

.top-menu-secondary .logged-user-w .logged-user-menu {
  width: 290px; }

.top-menu-secondary .logged-user-w .logged-user-menu.admin-login-row {
  width: 220px; }

.top-menu-secondary .logged-user-w .logged-user-menu .avatar-w {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px #fff;
  margin-right: 10px; }

.top-menu-secondary .logged-user-w .avatar-w {
  padding: 0px;
  border: none;
  height: 40px;
  width: 40px; }
  .top-menu-secondary .logged-user-w .avatar-w img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .top-menu-secondary .logged-user-w .avatar-w.avatar-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F7F9;
    border: 1px solid #e7e7e7; }
    .top-menu-secondary .logged-user-w .avatar-w.avatar-svg svg {
      width: 20px;
      height: 20px;
      fill: #b3b3b3; }

.top-menu-secondary .logged-user-w .logged-user-menu .logged-user-avatar-info {
  padding: 0px 10px 10px 0px; }

.top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w {
  width: 79%; }

.top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
  white-space: normal; }

.projects-list-vk .table-editable.table-edit-custom-wdt select {
  width: 91%; }

.table-rm-style th.sorting-tbl-1 {
  width: 18%; }

.table-rm-style th.sorting-tbl-2 {
  width: 18%; }

@media (max-width: 1350px) {
  .support-index .support-tickets {
    padding-left: 6px; }
  .header-landing .header-main .header-section ul li {
    margin-left: 2%; } }

@media (max-width: 1350px) and (min-width: 1100px) {
  .portfolio-custom-vk .content-box-tb {
    padding: 2rem 1.5rem 0 3rem; }
  .profile-tile .profile-tile-meta ul li.text-wrap-row strong {
    width: 54%; }
  .element-header.process-hdcuts {
    width: 97%;
    margin: 0 auto 2rem; } }

@media (max-width: 1150px) {
  .content-panel-toggler {
    top: 14px;
    right: 266px; }
  .content-box:after {
    background: rgba(0, 0, 0, 0.6); }
  .portfolio-custom-vk .content-box-tb {
    padding: 2rem 2rem 0 1.5rem; }
  .element-header.process-hdcuts {
    width: 97%;
    margin: 0 auto 2rem; }
  .header-landing .header-main .header-section ul li {
    margin-left: 0.8%;
    padding: 8px; }
  .header-landing .home-slider-area ul.slick-slider .product-slider-img img {
    min-height: 80vh;
    max-height: initial; }
  .home-slider-area button.slick-arrow {
    display: none !important; }
  .home-slider-area .position-abso {
    position: relative;
    height: auto;
    padding: 20px 0; }
    .home-slider-area .position-abso .product-description-inner h1 {
      color: #334152; }
    .home-slider-area .position-abso .product-description-inner p {
      color: #334152; }
  .table.table-rm-style .user-with-avatar span {
    white-space: inherit;
    margin: 0 25px 0 10px; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .home-processbar .element-box, .home-processbar .invoice-w, .home-processbar .big-error-w {
    height: 342px; } }

@media screen and (max-width: 1024px) {
  .top-menu-secondary {
    overflow: initial; }
  .top-menu-secondary .logged-user-w .logged-user-menu {
    right: 15px; }
  .os-dropdown-trigger.os-dropdown-center .os-dropdown {
    right: 30px; }
  .copy-right {
    padding: 0 0 20px; }
  .login-information .auth-box-w {
    width: 95%;
    margin: 20px auto; }
  .callouts-wrapper .callouts .btnsm {
    position: static;
    width: auto; } }

@media screen and (max-width: 1000px) {
  .controls-above-table .filter-moble input.form-control + select.form-control.rounded {
    margin: 0 1rem 0 0; }
  .support-index.due-process-left .st-meta {
    top: -28px;
    right: 24px; }
  .support-index .support-tickets {
    padding-left: 6px;
    padding-right: 12px; }
  .table .user-with-avatar span {
    width: 150px; } }

@media (max-width: 768px) {
  .due-dili-process .support-index {
    display: block; }
    .due-dili-process .support-index .support-tickets {
      flex: none;
      width: 100%;
      margin-bottom: 15px; }
    .due-dili-process .support-index .support-ticket-content-w {
      display: block; } }

@media screen and (max-width: 767px) {
  .my-portfolio-rit .element-box .form-group label, .my-portfolio-rit .invoice-w .form-group label, .my-portfolio-rit .big-error-w .form-group label {
    display: block; }
  .portfolio-custom-vk .todo-app-w .todo-sidebar {
    padding: 0 0 0 18px; }
  .controls-pagination-cnt .table-records-info {
    text-align: center;
    margin-bottom: 10px; }
  .controls-pagination-cnt .align-rit {
    text-align: center; }
  .sds-cost-folder .col-md-6.text-right {
    margin-top: 10px; }
  .table-rit-section .table th.name {
    width: auto; }
  .due-dili-process .os-tabs-controls {
    display: block; }
    .due-dili-process .os-tabs-controls .nav {
      width: 100%;
      flex: none; }
      .due-dili-process .os-tabs-controls .nav li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px; }
  .due-dili-process .process-top-rit {
    margin: 16px 0;
    padding-bottom: 15px; }
  .due-dili-process .support-index .support-tickets {
    padding: 0 3px; }
  .messaage-row .full-chat-middle {
    margin: 15px 0 0; }
  .home-slider-area .position-abso .product-description-inner h1 {
    font-size: 30px; }
  .font-equl h2 {
    font-size: 25px; }
  .home-testimonial-wrapper .title h2 {
    font-size: 25px; }
  .home-faq-wrapper .title h2 {
    font-size: 25px; }
  .home-slider-area .position-abso .product-description-inner {
    width: 100%;
    padding: 0 20px; }
  .home-about-wrapper {
    padding: 35px 0 45px; }
  .home-testimonial-wrapper {
    padding: 35px 0 45px; }
  .home-faq-wrapper {
    padding: 35px 0 45px; }
  .callouts-wrapper {
    padding: 55px 0 35px; } }

@media screen and (max-width: 700px) {
  .login-information .step-triggers {
    flex-wrap: wrap; }
    .login-information .step-triggers .step-trigger {
      text-align: left;
      flex: none;
      width: 100%;
      margin-bottom: 1rem;
      padding-bottom: 7px; }
      .login-information .step-triggers .step-trigger.active {
        margin-bottom: 1rem; } }

@media screen and (max-width: 600px) {
  .home-processbar .element-box, .home-processbar .invoice-w, .home-processbar .big-error-w {
    height: auto; }
  .onboarding-modal .onboarding-side-by-side .onboarding-content {
    padding: 70px 20px 60px; }
  .investor-profile-view .invst-pfl .col-sm-5 {
    margin-bottom: 15px; }
  .investor-profile-view .rianta-img {
    position: static; }
    .investor-profile-view .rianta-img.text-right {
      float: left !important;
      clear: both; }
  .user-profile .up-head-w {
    overflow: hidden; }
  .profile-tile .profile-tile-meta ul li {
    overflow: hidden; }
  .filter-row-top.controls-above-table input {
    width: 100%;
    margin: 0 0 10px 0; }
  .filter-row-top.controls-above-table .form-control {
    width: 100%; }
  .controls-above-table .filter-moble {
    margin-top: 10px; }
    .controls-above-table .filter-moble input.form-control {
      width: 100%;
      margin: 0 0 15px 0; }
    .controls-above-table .filter-moble select.form-control {
      width: 100%;
      margin: 0 0 15px 0; }
  .controls-above-table .filter-moble input.form-control + select.form-control.rounded {
    margin: 0 0 10px 0; }
  .portfolio-custom-vk .content-box-tb .nav-tabs .nav-item {
    margin-bottom: 10px; }
    .portfolio-custom-vk .content-box-tb .nav-tabs .nav-item a {
      margin-right: 0; }
  .enterprise-company .step-triggers {
    display: block; }
    .enterprise-company .step-triggers .step-trigger {
      display: block;
      text-align: left;
      margin-bottom: 10px; }
  .header-main .cntr {
    text-align: center; }
  .topbuton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px; }
  .home-slider-area .position-abso .product-description-inner h1 {
    font-size: 25px; } }

@media screen and (max-width: 450px) {
  .my-portfolio-btm a.btn-yellow-custom {
    margin-bottom: 10px; }
  .interbtn a.btn-yellow-custom {
    margin-bottom: 0px; }
  .interbtn .my-portfolio-btm a {
    display: block;
    margin: 0 0 10px 0; }
  .interbtn .my-portfolio-btm.form-buttons-w a {
    margin: 0 0 10px 0; }
  .portfolio-custom-vk .content-box-tb {
    padding: 2rem 1rem 0 1.5rem; }
    .portfolio-custom-vk .content-box-tb .nav-tabs {
      display: block;
      margin-bottom: 15px; }
      .portfolio-custom-vk .content-box-tb .nav-tabs .nav-item {
        margin: 0 0 5px 0; }
  .controls-above-table .form-control {
    width: 100%;
    margin: 0 0 10px;
    display: block; } }

/* Changes done by jitendra */
.top-menu-secondary {
  padding: 0px; }
  .top-menu-secondary .fancy-selector-w {
    margin-left: 0px; }

.fancy-selector-w .fancy-selector-current, .fancy-selector-w .fancy-selector-option {
  background-color: #b11f37; }

.fancy-selector-w .fancy-selector-current .fs-selector-trigger, .fancy-selector-w .fancy-selector-option .fs-selector-trigger {
  background-color: #3E4B5B; }

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

.pd_inside {
  padding: 20px 5%;
  padding-top: 3rem;
  background: #fff;
  border-radius: 6px; }

.border_top_blk {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 36px;
  margin-top: 24px; }

.box_shadow {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }

.tab_hide {
  display: none; }
  .tab_hide.active {
    display: block; }

.projects-list_deal .project-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8e9eb;
  padding: 18px 25px;
  border-radius: 6px 6px 0 0; }
  .projects-list_deal .project-head h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px; }

.projects-list_deal .border_top_blk {
  padding-top: 18px;
  width: 100%; }
  .projects-list_deal .border_top_blk .sdg {
    margin-right: 0;
    margin-top: 10px; }

.projects-list_deal .list_common {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .projects-list_deal .list_common li {
    width: 54px;
    margin: 0 4px 4px 0; }
    .projects-list_deal .list_common li .recd_inner {
      text-align: left;
      line-height: normal;
      margin-bottom: 10px;
      display: flex; }
      .projects-list_deal .list_common li .recd_inner strong,
      .projects-list_deal .list_common li .recd_inner span {
        color: #fff; }
      .projects-list_deal .list_common li .recd_inner strong {
        font-size: 25px;
        margin-right: 8px; }
      .projects-list_deal .list_common li .recd_inner span {
        overflow: hidden;
        font-size: 13px;
        width: 65px;
        display: inline-block; }
    .projects-list_deal .list_common li .recd_icons {
      text-align: center; }

.projects-list_deal.custom_text_right {
  text-align: left; }

.projects-list_deal .custom_text_right {
  text-align: left; }

.custom_text_right {
  text-align: right; }

.more_info_btn_wrap .more_info_btn .btn, .more_info_btn_wrap .more_info_btn .all-wrapper .fc-button, .all-wrapper .more_info_btn_wrap .more_info_btn .fc-button {
  background: #9d1818;
  border: 1px solid #9d1818;
  color: #fff; }
  .more_info_btn_wrap .more_info_btn .btn:hover, .more_info_btn_wrap .more_info_btn .all-wrapper .fc-button:hover, .all-wrapper .more_info_btn_wrap .more_info_btn .fc-button:hover {
    background: #fff;
    color: #9d1818; }

.pd_rit0 {
  padding-right: 0; }

.more_info_wrap {
  display: none; }
  .more_info_wrap.active {
    display: block; }

.btn_active .more_btn {
  display: none; }

.btn_active .less_btn {
  display: inline-block; }

.less_btn {
  display: none; }

.min_height {
  min-height: 1000px; }

.table th,
.table td {
  font-size: 0.8rem; }

.pd_rit0 {
  padding-right: 0; }

.more_info_wrap {
  display: none; }
  .more_info_wrap.active {
    display: block; }

.btn_active .more_btn {
  display: none; }

.btn_active .less_btn {
  display: inline-block; }

.less_btn {
  display: none; }

.table .user-with-avatar span {
  width: 150px; }
  .table .user-with-avatar span.companyname__is__hidden {
    background: #b11f37;
    width: auto;
    display: inline-block;
    white-space: inherit;
    color: #fff;
    border-radius: 20px;
    line-height: normal;
    padding: 3px 9px;
    font-size: 13px; }

.oveflowtnl.table-responsive {
  overflow-x: scroll; }

.margin-btm {
  margin-bottom: 3.2rem; }

.menu-side .d-flex-custom {
  display: flex; }

.el-tablo .label {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6); }

.currency_font {
  font-size: 22px; }

.el-tablo .dash_invest_asset {
  display: flex;
  align-items: baseline; }

.el-tablo .font_27 {
  font-size: 27px; }

.onboarding-modal button.close .close-label {
  display: none; }

div.table-responsive > div.dataTables_wrapper > div.row.dashboard_search_rit {
  width: 100%; }
  div.table-responsive > div.dataTables_wrapper > div.row.dashboard_search_rit .col-sm-6 {
    max-width: 100%;
    flex: 1; }
  div.table-responsive > div.dataTables_wrapper > div.row.dashboard_search_rit div.dataTables_filter label {
    text-align: right;
    justify-content: flex-end; }
  div.table-responsive > div.dataTables_wrapper > div.row.dashboard_search_rit div.dataTables_filter input {
    margin-right: 0; }

.project-title.kinaracpital {
  padding-left: 15px; }

.avatarcompany {
  display: flex;
  align-items: center; }

.login-information .auth-box-w .logo-w {
  padding: 3% 11% 0%; }

.login-information .auth-box-w .logo-w img {
  max-height: 150px; }

.step-content.active.label-two label {
  min-height: 45px; }

.language_row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px; }
  .language_row .top-icon {
    display: flex;
    align-items: center;
    margin-right: 0; }
  .language_row .icon-book-open {
    margin-right: 5px; }
  .language_row .os-dropdown-trigger.os-dropdown-center .os-dropdown {
    transform: translate(48%, 115%);
    padding: 6px;
    min-width: 135px;
    max-width: 135px; }
  .language_row .os-dropdown-trigger.os-dropdown-center.over .os-dropdown {
    transform: translate(48%, 107%); }

.auth-box-w .logo-w.login-logo-p-1 {
  padding: 13%; }

.country-flag .flag-us img {
  width: 25px;
  position: relative;
  top: -2px;
  margin-right: 4px; }

.country-flag span {
  font-size: 14px; }

.top-menu-controls .language_row {
  border: none; }

.top-menu-controls .country-flag.align-content-center {
  align-items: center; }

.top-menu-controls .country-flag .flag-us img {
  width: 25px;
  position: relative;
  top: -2px;
  margin-right: 4px; }

.top-menu-controls .country-flag span {
  font-size: 14px; }

.top-menu-controls .os-dropdown .country-flag .flag-us img {
  top: 0px; }

.country-flag.align-content-center {
  align-items: center; }

.font-weight-500 {
  font-weight: 500; }

.top-menu-secondary .logged-user-w .avatar-w.user-image {
  width: 40px;
  height: 40px; }
  .top-menu-secondary .logged-user-w .avatar-w.user-image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .top-menu-secondary .logged-user-w .avatar-w.user-image.if__logo {
    display: flex;
    align-items: center;
    background: #dfdfdf; }
    .top-menu-secondary .logged-user-w .avatar-w.user-image.if__logo img {
      height: auto;
      object-fit: unset;
      width: auto;
      border-radius: unset;
      margin: auto; }
  .top-menu-secondary .logged-user-w .avatar-w.user-image.if__user__image__missing {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .top-menu-secondary .logged-user-w .avatar-w.user-image.if__user__image__missing img {
      width: auto;
      height: auto;
      object-fit: unset;
      padding: 6px; }

.fancy-selector-w .fancy-selector-current .fs-img.topUserimg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-left: 11px;
  background: #fff; }
  .fancy-selector-w .fancy-selector-current .fs-img.topUserimg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    box-shadow: none;
    border-radius: 0; }

.video-play-row {
  height: 357px;
  padding: 1.5rem 0 0;
  background: #aaaaaa;
  text-align: center; }
  .video-play-row .slick-list, .video-play-row .slick-track {
    height: 100%;
    border-radius: 0 0 6px 6px; }

.live-pitch-data {
  background: #474554;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0 6px 6px;
  height: 100%; }
  .live-pitch-data strong {
    margin-bottom: 10px;
    display: block; }
  .live-pitch-data strong, .live-pitch-data .live-pith-desct {
    color: #fff; }

.not-slider {
  overflow: hidden; }

.slick_dots_design .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px; }
  .slick_dots_design .slick-dots li {
    width: 10px;
    height: 10px;
    background: #253148;
    border-radius: 50%;
    margin: 0 8px;
    outline: 0;
    opacity: 1; }
    .slick_dots_design .slick-dots li button {
      width: 10px;
      height: 10px;
      border: 0;
      padding: 0;
      background: transparent; }
      .slick_dots_design .slick-dots li button::before {
        display: none; }
    .slick_dots_design .slick-dots li.slick-active {
      background: #b11f37; }

.inputtenant .select2-container--default {
  width: 100% !important; }

.users-list-w .user-w .user-action.team-mbr-row {
  flex: 1;
  text-align: right;
  margin-left: 15px; }

.users-list-w .user-w.with-status .user-avatar-w .user-avatar {
  width: 50px;
  height: 50px; }

.users-list-w .user-w.file-type .user-action {
  width: auto; }
  .users-list-w .user-w.file-type .user-action .os-icon {
    position: relative;
    right: -9px; }

.users-list-w .user-w.file-type .user-name {
  width: 100%;
  flex: 100%;
  padding: 0; }
  .users-list-w .user-w.file-type .user-name .user-title {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.menu-mobile.color-scheme-dark.color-scheme-custom ul.sub-menu li a {
  color: #fff;
  padding-left: 20px; }
  .menu-mobile.color-scheme-dark.color-scheme-custom ul.sub-menu li a::after {
    left: 0; }

.sidebarcustom .os-icon {
  position: relative;
  top: -3px; }

.all-wrapper.footer-Hit {
  min-height: unset;
  padding: 30px 0;
  background: #fff; }

.all-wrapper .footer-outer {
  max-width: 80%;
  margin: 0 auto; }

.mr-search-rit {
  margin-right: 13px; }

.pre_register.for__left__expandable__menu .all-wrapper.menu-side {
  min-height: 100%; }

.body-center {
  justify-content: center;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0px;
  display: flex;
  flex-direction: column; }

.search-and-sortby {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .search-and-sortby .eqwidth {
    width: 23%; }
  .search-and-sortby .searchdflex {
    order: 2; }
  .search-and-sortby .selectflter {
    order: 1; }

.filter-profil-edit {
  margin: 0; }

.bktodash {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.p-edit-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .p-edit-outer h5 {
    margin: 0; }

.bdr-btm {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.videogallery .users-list-w .user-w .user-name {
  flex: auto;
  width: 88%; }

.videogallery .element-box, .videogallery .invoice-w, .videogallery .big-error-w {
  padding: 1.5rem 0rem; }
  .videogallery .element-box .user-title, .videogallery .invoice-w .user-title, .videogallery .big-error-w .user-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: 88%; }

.dealsclsData {
  display: none;
  margin-top: 25px; }

.element-header.dealsclk {
  margin: 0;
  position: relative;
  cursor: pointer; }
  .element-header.dealsclk::before {
    border: 2px solid #334152;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    transition: all 0.5s ease; }
  .element-header.dealsclk.active::before {
    transform: rotate(225deg); }

.dealname {
  margin-left: 20px; }

.investor-deal {
  width: 92px;
  overflow: hidden;
  text-overflow: ellipsis; }

/* new Member page design CSS */
.team__members__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px; }
  @media (max-width: 1200px) {
    .team__members__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 1000px) {
    .team__members__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 700px) {
    .team__members__list {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px; } }
  @media (max-width: 600px) {
    .team__members__list {
      grid-template-columns: repeat(1, 1fr); } }
  .team__members__list li {
    list-style: none;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    min-height: 280px;
    border: 1px solid #fff;
    transition: all ease 0.5s;
    flex-basis: 214px; }
    .team__members__list li:hover {
      border-color: #DADADA; }
    .team__members__list li.team__members__eye__active .team__members__eye svg {
      fill: rgba(0, 0, 0, 0.4); }
    .team__members__list li .network__column__list__inner.add__more {
      padding: 20px;
      height: 100%;
      text-align: center; }
      .team__members__list li .network__column__list__inner.add__more .add__more__team__member {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 12px;
        color: #367BF6; }
      .team__members__list li .network__column__list__inner.add__more .add__more__inner {
        align-items: flex-start;
        height: calc(100% - 20px);
        margin-bottom: 10px; }
        .team__members__list li .network__column__list__inner.add__more .add__more__inner a {
          width: 100%;
          height: 100%; }
          .team__members__list li .network__column__list__inner.add__more .add__more__inner a span {
            padding: 0 15px;
            font-weight: 600;
            font-size: 15px; }
  .team__members__list--leadership {
    padding: 25px;
    height: 100%; }
    .team__members__list--leadership .heading__normal {
      margin: 0 0 20px; }
    .team__members__list--leadership-inner {
      padding: 25px;
      background: #F6F7F9;
      border-radius: 4px;
      padding: 20px 10px;
      height: calc(100% - 57px);
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center; }
      .team__members__list--leadership-inner .button__red {
        height: 40px;
        font-size: 12px;
        max-width: 100px;
        margin: 0 auto; }
      .team__members__list--leadership-inner p {
        text-align: center;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        max-width: 220px;
        margin: 0 auto; }
      .team__members__list--leadership-inner.story__white__bg {
        background: #fff;
        padding: 0;
        height: unset; }
        .team__members__list--leadership-inner.story__white__bg P {
          max-width: unset;
          font-weight: 400;
          font-size: 14px; }
        .team__members__list--leadership-inner.story__white__bg .scroll-data {
          max-height: 172px; }

.team__members__detail {
  text-align: center;
  padding: 30px 20px 0 20px;
  height: calc(100% - 40px); }
  .team__members__detail h1 {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    max-width: 210px;
    display: inline-block;
    text-overflow: ellipsis; }
    @media (max-width: 1500px) {
      .team__members__detail h1 {
        max-width: 180px; } }
    @media (max-width: 1400px) {
      .team__members__detail h1 {
        max-width: 150px; } }
    @media (max-width: 700px) {
      .team__members__detail h1 {
        max-width: 210px; } }
    @media (max-width: 600px) {
      .team__members__detail h1 {
        max-width: 160px; } }
    @media (max-width: 500px) {
      .team__members__detail h1 {
        max-width: 140px; } }
    @media (max-width: 500px) {
      .team__members__detail h1 {
        max-width: 120px; } }
    @media (max-width: 360px) {
      .team__members__detail h1 {
        max-width: 230px; } }
  .team__members__detail h6 {
    font-size: 13px;
    line-height: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px; }

.team__members__eye {
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px; }
  .team__members__eye svg {
    height: 8px;
    width: 14px;
    fill: #367BF6; }

.team__members__image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 15px;
  background: #F6F7F9;
  display: flex;
  align-items: center;
  justify-content: center; }
  .team__members__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .team__members__image svg {
    width: 30px;
    height: 30px;
    fill: #E0E9F1; }

.team__members__social--link {
  font-size: 13px;
  line-height: 12px;
  color: #367BF6;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin: 0 auto; }
  .team__members__social--link:hover {
    text-decoration: underline; }

.team__members__bottom {
  height: 40px;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .team__members__bottom a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4); }
  .team__members__bottom--detail {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .team__members__bottom .dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 15px; }
    .team__members__bottom .dropdown-menu a {
      justify-content: space-between;
      font-size: 13px;
      line-height: 18px;
      color: #999999;
      padding: 6px 10px;
      transition: all 0.5s ease; }
      .team__members__bottom .dropdown-menu a:hover {
        color: #B11F35;
        padding-left: 15px; }
  .team__members__bottom.show .dropdown-toggle {
    background: #b11f37;
    color: #fff;
    border-radius: 0 0 4px 0; }

.team__members-column {
  display: flex;
  gap: 25px; }
  @media (max-width: 1175px) {
    .team__members-column .team__members__list {
      grid-template-columns: repeat(3, 1fr); } }
  .team__members-column .team__members__list.our__story__outer {
    grid-template-columns: repeat(1, 1fr);
    flex-basis: 402px; }
  .team__members-column .team__members__list li.my_story {
    grid-column: 4 / span 2; }
    @media (max-width: 1175px) {
      .team__members-column .team__members__list li.my_story {
        grid-column: 3 / span 1; } }

.active__deals__wrap__list .element-box, .active__deals__wrap__list .invoice-w, .active__deals__wrap__list .big-error-w {
  display: none; }

.new--tab--design.os-tabs-controls {
  margin-bottom: 20px;
  flex-wrap: wrap; }
  @media screen and (max-width: 720px) {
    .new--tab--design.os-tabs-controls {
      gap: 20px;
      margin-bottom: 0px; } }

.new--tab--design .search {
  flex-wrap: wrap; }
  @media screen and (max-width: 720px) {
    .new--tab--design .search .gap-15 {
      gap: 20px; } }
  @media screen and (max-width: 720px) {
    .new--tab--design .search .form-group {
      width: 100%; } }

.new--tab--design ul {
  border: 0; }
  .new--tab--design ul.nav-tabs {
    gap: 10px; }
    @media screen and (max-width: 720px) {
      .new--tab--design ul.nav-tabs {
        flex: 100%;
        order: 2; } }
    .new--tab--design ul.nav-tabs li {
      margin: 0; }
      .new--tab--design ul.nav-tabs li a.nav-link {
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        height: 33px;
        padding: 0 10px;
        background: #FFFFFF;
        border: 2px solid #E3E4F0;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px; }
        .new--tab--design ul.nav-tabs li a.nav-link:after {
          display: none; }
        .new--tab--design ul.nav-tabs li a.nav-link svg {
          fill: #474B4E;
          width: 16px;
          height: 16px; }
        .new--tab--design ul.nav-tabs li a.nav-link.active, .new--tab--design ul.nav-tabs li a.nav-link:hover {
          background: #b11f37;
          border: 2px solid #b11f37;
          color: #fff; }
          .new--tab--design ul.nav-tabs li a.nav-link.active svg, .new--tab--design ul.nav-tabs li a.nav-link:hover svg {
            fill: #fff; }

.top__nav__wrap {
  position: relative;
  z-index: 111; }

.if__grid__view .active__deals__wrap__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  grid-gap: 35px;
  width: 100%; }
  @media screen and (max-width: 1450px) {
    .if__grid__view .active__deals__wrap__list {
      grid-gap: 20px; } }
  @media screen and (max-width: 780px) {
    .if__grid__view .active__deals__wrap__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
    .if__grid__view .active__deals__wrap__list {
      grid-template-columns: repeat(1, 1fr); } }
  .if__grid__view .active__deals__wrap__list li {
    height: 470px;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06); }
    .if__grid__view .active__deals__wrap__list li:hover {
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1450px) {
      .if__grid__view .active__deals__wrap__list li {
        height: 425px; } }
  .if__grid__view .active__deals__wrap__list .element-box, .if__grid__view .active__deals__wrap__list .invoice-w, .if__grid__view .active__deals__wrap__list .big-error-w {
    display: flex; }

.if__grid__view .investor__dashboard__list__image {
  max-height: 170px;
  min-height: 170px; }

.if__grid__view .investor__dashboard__list .element-box, .if__grid__view .investor__dashboard__list .invoice-w, .if__grid__view .investor__dashboard__list .big-error-w {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .if__grid__view .investor__dashboard__list .element-box:hover .investor__dashboard__list__image, .if__grid__view .investor__dashboard__list .invoice-w:hover .investor__dashboard__list__image, .if__grid__view .investor__dashboard__list .big-error-w:hover .investor__dashboard__list__image {
    max-height: 130px;
    min-height: 130px; }
    @media screen and (max-width: 1450px) {
      .if__grid__view .investor__dashboard__list .element-box:hover .investor__dashboard__list__image, .if__grid__view .investor__dashboard__list .invoice-w:hover .investor__dashboard__list__image, .if__grid__view .investor__dashboard__list .big-error-w:hover .investor__dashboard__list__image {
        max-height: 120px;
        min-height: 120px; } }

.if__grid__view .investor__dashboard__list__content {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .if__grid__view .investor__dashboard__list__content__inner p {
    -webkit-line-clamp: 6; }
  .if__grid__view .investor__dashboard__list__content__inner .slag .btn, .if__grid__view .investor__dashboard__list__content__inner .slag .all-wrapper .fc-button, .all-wrapper .if__grid__view .investor__dashboard__list__content__inner .slag .fc-button {
    border-radius: 100px; }
  .if__grid__view .investor__dashboard__list__content .title__main {
    margin: 10px 0 10px 0;
    line-height: 24px;
    width: calc(100% - 0px);
    max-width: 100%;
    font-weight: 700; }
  .if__grid__view .investor__dashboard__list__content h2 {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    padding: 0 0 5px 0; }
  .if__grid__view .investor__dashboard__list__content__hover {
    margin-top: 5px; }
    .if__grid__view .investor__dashboard__list__content__hover .sds__inner {
      width: auto;
      height: auto;
      gap: 5px; }
      .if__grid__view .investor__dashboard__list__content__hover .sds__inner img {
        width: 30px;
        height: 30px;
        border-radius: 3px;
        cursor: pointer; }
        @media screen and (max-width: 1450px) {
          .if__grid__view .investor__dashboard__list__content__hover .sds__inner img {
            width: 20px;
            height: 20px; } }
    .if__grid__view .investor__dashboard__list__content__hover__outer__inner {
      border-radius: 2px;
      padding: 5px 10px; }
      .if__grid__view .investor__dashboard__list__content__hover__outer__inner:nth-child(odd) {
        background: #F6F7F9; }
      @media screen and (max-width: 1450px) {
        .if__grid__view .investor__dashboard__list__content__hover__outer__inner {
          padding: 4px 10px; } }
      .if__grid__view .investor__dashboard__list__content__hover__outer__inner label {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: #354052; }
        @media screen and (max-width: 1450px) {
          .if__grid__view .investor__dashboard__list__content__hover__outer__inner label {
            font-size: 13px;
            line-height: 19px; } }
      .if__grid__view .investor__dashboard__list__content__hover__outer__inner .button__style {
        line-height: normal; }
        .if__grid__view .investor__dashboard__list__content__hover__outer__inner .button__style span {
          color: #354052;
          font-weight: 600;
          font-size: 12px;
          line-height: 18px; }

.if__grid__view .investor__dashboard__list .circle__img {
  display: flex;
  align-items: center;
  justify-content: center; }
  .if__grid__view .investor__dashboard__list .circle__img img {
    object-fit: contain;
    width: 37px;
    height: 37px; }
    @media screen and (max-width: 1450px) {
      .if__grid__view .investor__dashboard__list .circle__img img {
        width: 30px;
        height: 30px; } }

.remove--table--td-hover .table.table-padded tbody:hover {
  box-shadow: none; }

.remove--table--td-hover .table.table-padded tbody tr:hover {
  box-shadow: none; }

.document__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between; }

.document__upload {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 23px 20px;
  display: flex;
  gap: 10px;
  position: relative;
  max-width: 348px;
  flex: 1; }
  @media (max-width: 420px) {
    .document__upload {
      width: 100%; } }
  .document__upload .closed {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 3px;
    background: #B11F37;
    border-radius: 50%;
    width: 14px;
    height: 14px; }
    .document__upload .closed svg {
      width: 6px;
      height: 6px;
      fill: #fff;
      position: relative;
      left: 1px;
      top: 1px; }
  .document__upload__logo {
    border: 0;
    height: 32px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .document__upload__logo svg {
      height: 32px;
      fill: rgba(0, 0, 0, 0.4); }
  @media (max-width: 520px) {
    .document__upload a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; } }
  .document__upload__name .label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #000000;
    margin-bottom: 4px; }
    @media (max-width: 520px) {
      .document__upload__name .label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }
  .document__upload__name h5 {
    font-weight: 600;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0; }

.heading__normal--sub {
  margin: 12px 0; }
  .heading__normal--sub label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    color: #354052; }
  .heading__normal--sub .add__right--top .button__red {
    height: 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    padding: 0 10px; }

.heading__normal--v3 {
  margin-bottom: 5px; }
  .heading__normal--v3 span {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    color: #354052; }

.normal__table {
  margin-top: 10px; }
  .normal__table.year__report {
    margin-top: 30px; }
  .normal__table tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    color: #354052; }
  .normal__table tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #354052; }
    .normal__table tr td .table__user--name {
      font-weight: 600;
      font-size: 12px;
      line-height: 12px;
      white-space: nowrap; }
  .normal__table tr th, .normal__table tr td {
    border: 0;
    padding: 0 0 18px 0; }

.edit__field {
  margin: 0 5px; }
  .edit__field svg {
    width: 11px;
    height: 12px; }

.modal-body {
  padding: 0 30px; }
  .modal-body .team__members__list {
    grid-template-columns: unset; }
    .modal-body .team__members__list li {
      box-shadow: none;
      min-height: unset;
      padding-bottom: 30px; }
  .modal-body .team__members__detail {
    padding: 0;
    height: 100%; }
  .modal-body .team__bio {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .modal-body .team__bio h1 {
      font-weight: 500;
      font-size: 13px;
      line-height: 12px;
      color: #000000;
      margin-bottom: 10px; }
    .modal-body .team__bio p {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.03em;
      color: #000000; }

.modal-footer {
  justify-content: center;
  padding-bottom: 25px; }
  .modal-footer .btn, .modal-footer .all-wrapper .fc-button, .all-wrapper .modal-footer .fc-button {
    padding: 10px 20px; }
  .modal-footer .btn-danger {
    background: #B11F35;
    border-color: #B11F35;
    color: #fff;
    line-height: normal; }
  .modal-footer .btn-normal {
    color: #000; }

.team__address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  grid-row-gap: 0; }
  @media (max-width: 400px) {
    .team__address {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 15px; } }
  .team__address__col {
    display: flex;
    gap: 10px; }
    .team__address__col strong {
      font-size: 13px;
      line-height: 12px;
      color: #000000;
      font-weight: 400;
      position: relative;
      top: 2px; }
    .team__address__col span, .team__address__col a {
      font-size: 13px;
      line-height: 18px;
      color: #367BF6;
      text-decoration: none; }
    .team__address__col a:hover {
      text-decoration: underline; }

/* new Member page design CSS END */
.button__style {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 15px; }
  .button__style .btn, .button__style .all-wrapper .fc-button, .all-wrapper .button__style .fc-button {
    padding: 6px 20px;
    font-size: 13px; }
    .button__style .btn.btn__big, .button__style .all-wrapper .btn__big.fc-button, .all-wrapper .button__style .btn__big.fc-button {
      padding: 10px 20px; }
  .button__style .btn-danger {
    background: #b11f37;
    border-color: #b11f37;
    color: #fff;
    font-size: 13px; }
  .button__style .btn-normal {
    color: #000;
    font-size: 13px; }
    .button__style .btn-normal:hover {
      background: #b11f37;
      border-color: #b11f37;
      color: #fff; }
  .button__style a.btn-normal {
    background: #efefef;
    align-items: center;
    display: flex; }
    .button__style a.btn-normal:hover {
      background: #b11f37;
      border-color: #b11f37;
      color: #fff; }
  .button__style.button__font .btn, .button__style.button__font .all-wrapper .fc-button, .all-wrapper .button__style.button__font .fc-button {
    font-size: 10px; }
  .button__style.button--left {
    justify-content: flex-start; }

.circle__big {
  width: 200px;
  height: 200px; }
  @media (max-width: 1400px) {
    .circle__big {
      width: 150px;
      height: 150px; } }

.circle__user {
  width: 60px;
  height: 60px; }

.circle__user__small {
  width: 46px;
  height: 46px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  .circle__user__small svg {
    height: 23px;
    width: 100%;
    fill: #354052; }

.circle__img {
  border-radius: 100%;
  background: #F6F7F9;
  overflow: hidden; }
  .circle__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.user__profile__view__detail {
  display: flex;
  gap: 40px; }
  .user__profile__view__detail--right {
    flex: 1; }
    .user__profile__view__detail--right .team__address {
      grid-row-gap: 10px; }
      .user__profile__view__detail--right .team__address__col a, .user__profile__view__detail--right .team__address__col span {
        color: #B11F37; }
  .user__profile__view__detail--heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px; }
    .user__profile__view__detail--heading-left h1 {
      font-size: 36px;
      color: #000;
      font-weight: 500;
      margin: 0; }
    .user__profile__view__detail--heading-city {
      font-size: 16px;
      color: #000;
      font-weight: 400; }

.user__profile__top {
  position: relative;
  top: -130px; }

.btn-radius-100 {
  border-radius: 20px; }

.element-box-inner .button__style {
  justify-content: start; }

.element-box-inner .sdgs {
  display: flex;
  gap: 20px; }
  .element-box-inner .sdgs strong {
    font-size: 14px;
    color: #354052;
    display: block;
    margin-bottom: 5px; }
  .element-box-inner .sdgs__left__list {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap; }
    .element-box-inner .sdgs__left__list img {
      height: 100px; }
    .element-box-inner .sdgs__left__list.goals {
      flex-wrap: wrap; }
      .element-box-inner .sdgs__left__list.goals li {
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        border-radius: 6px 6px 0 0;
        overflow: hidden; }
        .element-box-inner .sdgs__left__list.goals li .dgs__left__list__detail {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .element-box-inner .sdgs__left__list.goals li .dgs__left__list__detail .button__style {
            padding: 0 25px 0 0; }
          .element-box-inner .sdgs__left__list.goals li .dgs__left__list__detail--left {
            display: grid; }
            .element-box-inner .sdgs__left__list.goals li .dgs__left__list__detail--left strong {
              font-size: 18px; }

.user__image__outer {
  display: flex;
  justify-content: space-between; }
  .user__image__outer__data {
    display: flex;
    gap: 20px; }
    .user__image__outer__data__pick {
      width: 100px;
      height: 70px;
      border-radius: 6px;
      overflow: hidden; }
      .user__image__outer__data__pick img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .user__image__outer__data__right strong {
      font-size: 18px;
      line-height: 24px;
      color: #000;
      font-weight: 500; }
    .user__image__outer__data__right p {
      font-size: 14px; }

.element__right .user__image__outer {
  display: grid;
  grid-gap: 20px; }
  .element__right .user__image__outer__data__right p {
    margin: 0; }
  .element__right .user__image__outer__data__pick {
    width: 80px;
    height: 70px; }

.heading__main {
  font-size: 24px;
  color: #354052;
  font-weight: 500;
  margin-bottom: 15px;
  display: block; }

.organization__profile__outer__contact .element-wrapper {
  display: flex;
  border-radius: 0;
  overflow: hidden;
  border-radius: 6px; }
  @media (max-width: 950px) {
    .organization__profile__outer__contact .element-wrapper {
      flex-wrap: wrap; } }
  .organization__profile__outer__contact .element-wrapper .element-box, .organization__profile__outer__contact .element-wrapper .invoice-w, .organization__profile__outer__contact .element-wrapper .big-error-w {
    flex: 1;
    margin-bottom: 0;
    border-radius: 0; }
    @media (max-width: 950px) {
      .organization__profile__outer__contact .element-wrapper .element-box, .organization__profile__outer__contact .element-wrapper .invoice-w, .organization__profile__outer__contact .element-wrapper .big-error-w {
        flex: 100%; } }
  .organization__profile__outer__contact .element-wrapper .map {
    flex: 1; }
    @media (max-width: 950px) {
      .organization__profile__outer__contact .element-wrapper .map {
        flex: 100%; } }
    .organization__profile__outer__contact .element-wrapper .map iframe {
      height: 100%; }
      @media (max-width: 950px) {
        .organization__profile__outer__contact .element-wrapper .map iframe {
          height: 250px; } }

.organization__profile__outer .gallery__outer {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .organization__profile__outer .gallery__outer__pick {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0;
    gap: 10px; }
    @media (max-width: 500px) {
      .organization__profile__outer .gallery__outer__pick {
        grid-template-columns: repeat(2, 1fr); } }
    .organization__profile__outer .gallery__outer__pick li {
      height: 170px;
      background: #F6F7F9;
      border-radius: 4px;
      overflow: hidden; }
      @media (max-width: 1250px) {
        .organization__profile__outer .gallery__outer__pick li {
          height: 150px; } }
      @media (max-width: 1150px) {
        .organization__profile__outer .gallery__outer__pick li {
          height: 130px; } }
      @media (max-width: 950px) {
        .organization__profile__outer .gallery__outer__pick li {
          height: 170px; } }
      @media (max-width: 500px) {
        .organization__profile__outer .gallery__outer__pick li {
          height: 140px; } }
      @media (max-width: 320px) {
        .organization__profile__outer .gallery__outer__pick li {
          height: 120px; } }
      .organization__profile__outer .gallery__outer__pick li img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .organization__profile__outer .gallery__outer__pick li a {
        margin: 0;
        height: 100%; }

.organization__profile__outer__view--image {
  height: 250px;
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden; }
  .organization__profile__outer__view--image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .organization__profile__outer__view--image::after {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 26.9%);
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.06));
    border-radius: 4px 4px 0px 4px; }
    @media (max-width: 700px) {
      .organization__profile__outer__view--image::after {
        display: none; } }
  .organization__profile__outer__view--image-outer {
    position: relative;
    margin: 20px 0 0 240px;
    width: 100%; }
    @media (max-width: 1000px) {
      .organization__profile__outer__view--image-outer {
        margin: 20px 0 0 150px; } }
    @media (max-width: 700px) {
      .organization__profile__outer__view--image-outer {
        margin: 0 auto; } }
    .organization__profile__outer__view--image-outer-name {
      position: absolute;
      width: 100%;
      bottom: 72px;
      z-index: 1;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 700px) {
        .organization__profile__outer__view--image-outer-name {
          margin: 0 auto 20px;
          position: static;
          flex-wrap: wrap;
          text-align: center;
          gap: 10px; } }
      .organization__profile__outer__view--image-outer-name strong {
        color: #fff;
        font-size: 35px;
        font-weight: 400; }
        @media (max-width: 1400px) {
          .organization__profile__outer__view--image-outer-name strong {
            font-size: 30px; } }
        @media (max-width: 1200px) {
          .organization__profile__outer__view--image-outer-name strong {
            font-size: 28px; } }
        @media (max-width: 1000px) {
          .organization__profile__outer__view--image-outer-name strong {
            font-size: 24px; } }
        @media (max-width: 700px) {
          .organization__profile__outer__view--image-outer-name strong {
            color: #000;
            flex: 100%; } }
      @media (max-width: 700px) {
        .organization__profile__outer__view--image-outer-name .button__style {
          margin: 0 auto; } }
      .organization__profile__outer__view--image-outer-name .button__style .btn, .organization__profile__outer__view--image-outer-name .button__style .all-wrapper .fc-button, .all-wrapper .organization__profile__outer__view--image-outer-name .button__style .fc-button {
        padding: 4px 15px; }

.organization__profile__outer__view__tab {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 40px;
  position: relative;
  padding-bottom: 40px; }
  @media (max-width: 700px) {
    .organization__profile__outer__view__tab {
      flex-wrap: wrap;
      padding: 20px; } }
  .organization__profile__outer__view__tab .circle__img {
    position: absolute;
    top: -140px;
    left: 40px;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1400px) {
      .organization__profile__outer__view__tab .circle__img {
        top: -80px; } }
    @media (max-width: 700px) {
      .organization__profile__outer__view__tab .circle__img {
        margin: 0 auto;
        position: static; } }
    .organization__profile__outer__view__tab .circle__img img {
      padding: 0px; }
  .organization__profile__outer__view__tab .tab__normal {
    gap: 20px; }
    @media (max-width: 700px) {
      .organization__profile__outer__view__tab .tab__normal {
        justify-content: center; } }
    .organization__profile__outer__view__tab .tab__normal li .nav-link {
      background-color: #f6f7f8;
      border-radius: 5px;
      font-size: 14px;
      color: #000; }
      .organization__profile__outer__view__tab .tab__normal li .nav-link.active {
        background: #B11F35;
        color: #fff; }

.organization__profile__outer__view--noimage-outer {
  position: relative;
  margin: 20px 0 0 66px;
  width: 100%; }
  @media (max-width: 1000px) {
    .organization__profile__outer__view--noimage-outer {
      margin: 20px 0 0 10px; } }
  @media (max-width: 700px) {
    .organization__profile__outer__view--noimage-outer {
      margin: 0 auto; } }

.organization__profile__outer .center-paragraph-justify h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 10px; }
  @media (max-width: 1000px) {
    .organization__profile__outer .center-paragraph-justify h1 {
      font-size: 30px; } }
  @media (max-width: 800px) {
    .organization__profile__outer .center-paragraph-justify h1 {
      font-size: 28px; } }
  @media (max-width: 700px) {
    .organization__profile__outer .center-paragraph-justify h1 {
      font-size: 24px; } }

.organization__profile__outer .center-paragraph-justify p {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #354052;
  max-width: 520px;
  margin: 0 auto;
  text-align: justify; }
  @media (max-width: 700px) {
    .organization__profile__outer .center-paragraph-justify p {
      font-size: 14px;
      line-height: 20px; } }
  .organization__profile__outer .center-paragraph-justify p:last-child {
    margin: 0 auto; }

.organization__profile__outer .center-paragraph-justify strong {
  font-weight: 600; }

.organization__profile__outer .label__name__view .label {
  font-size: 13px;
  color: #000000;
  opacity: 0.6; }

.organization__profile__outer .label__name__view h5, .organization__profile__outer .label__name__view a {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  margin: 3px 0 25px 0;
  display: block; }

.organization__profile__outer .label__name__view a {
  color: #001AFF; }

.organization__profile__outer .label__name__view .company__outer {
  display: flex;
  gap: 15px; }
  .organization__profile__outer .label__name__view .company__outer__logo {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }

.organization__profile__outer.org-v-3 .testimonials__outer .heading__normal {
  margin: 0; }

.organization__profile__outer.org-v-3 .testimonials__outer .testimonial-cnt {
  padding-top: 30px;
  padding-bottom: 55px; }

.organization__profile__outer.org-v-3 .affiliations__outer .heading__normal.mrgin-normal {
  margin-bottom: 20px; }
  .organization__profile__outer.org-v-3 .affiliations__outer .heading__normal.mrgin-normal + p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 26px;
    color: #3E4B5B; }

.organization__profile__outer.org-v-3 .organization__profile__outer__view--image.if__placeholder {
  height: 270px; }
  .organization__profile__outer.org-v-3 .organization__profile__outer__view--image.if__placeholder::after {
    display: none; }

.organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer {
  margin: 20px 0 0 220px;
  width: auto; }
  @media (max-width: 1400px) {
    .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer {
      margin: 20px 0 0 190px; } }
  @media (max-width: 1000px) {
    .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer {
      margin: 20px 0 0 150px; } }
  @media (max-width: 700px) {
    .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer {
      margin: 0 auto; } }
  .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name {
    position: static;
    padding-top: 10px; }
    .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title {
      flex: 1;
      word-break: break-word; }
      @media (max-width: 700px) {
        .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title {
          flex: 100%; } }
      .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title p {
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #3E4B5B; }
        @media (max-width: 700px) {
          .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title p {
            font-size: 14px;
            line-height: 20px; } }
      .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title strong {
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        color: #354052; }
        @media (max-width: 1400px) {
          .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title strong {
            font-size: 30px;
            line-height: 36px; } }
        @media (max-width: 1200px) {
          .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .org-top-title strong {
            font-size: 24px;
            line-height: 30px; } }
    .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .button__style {
      /* align-self: flex-start;
      padding-top: 10px; */ }
      .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .button__style .button__red.btn-radius-100 {
        width: 70px;
        height: 24px;
        border-radius: 33px;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF; }
      .organization__profile__outer.org-v-3 .organization__profile__outer__view--image-outer-name .button__style .link--normal {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        text-decoration-line: underline;
        color: #b11f37; }

.organization__profile__outer.org-v-3 .organization__profile__outer__view__tab {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: -19px;
  padding-bottom: 20px; }
  .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img {
    left: 0;
    top: -70px; }
    .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img svg {
      height: 100px;
      width: auto;
      fill: #E0E9F1; }
    .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img img {
      width: 125px;
      height: auto; }
    .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img .add--logo a {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      color: #354052;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 10px; }
      @media (max-width: 1400px) {
        .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img .add--logo a {
          font-size: 18px;
          line-height: 24px; } }
      .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img .add--logo a svg {
        height: 40px;
        width: 40px; }
        @media (max-width: 1400px) {
          .organization__profile__outer.org-v-3 .organization__profile__outer__view__tab .circle__img .add--logo a svg {
            height: 30px;
            width: 30px; } }

.organization__profile__outer.org-v-3 .tab-slider--container .heading__normal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px; }
  .organization__profile__outer.org-v-3 .tab-slider--container .heading__normal::before {
    display: block; }

.organization__profile__outer.org-v-3 .label__name__view h5, .organization__profile__outer.org-v-3 .label__name__view a {
  font-weight: 700;
  margin: 3px 0 15px 0;
  word-break: break-word;
  padding: 0 10px 0 0; }

.organization__profile__outer.org-v-3 .label__name__view .sdg a {
  padding: 0;
  margin-bottom: 0; }

.organization__profile__outer.org-v-3 .if__our__story--hidden .team__members__list {
  grid-template-columns: repeat(5, 1fr); }

.organization__profile__outer.org-v-3 .team__members__image {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 720px) {
    .organization__profile__outer.org-v-3 .team__members__image {
      width: 60px;
      height: 60px; } }
  .organization__profile__outer.org-v-3 .team__members__image svg {
    width: 30px;
    height: 30px;
    fill: #E0E9F1; }

.organization__profile__outer.org-v-3 .team__members__list {
  grid-template-columns: repeat(3, 1fr); }
  .organization__profile__outer.org-v-3 .team__members__list.modal--team--member {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .organization__profile__outer.org-v-3 .team__members__list li {
    min-height: unset; }

.organization__profile__outer.org-v-3 .team__members__detail {
  padding: 15px 20px 0 20px;
  height: auto; }
  .organization__profile__outer.org-v-3 .team__members__detail h1 {
    max-width: 130px;
    margin-bottom: 0;
    font-weight: 600; }
    @media (max-width: 720px) {
      .organization__profile__outer.org-v-3 .team__members__detail h1 {
        max-width: 80px; } }
  .organization__profile__outer.org-v-3 .team__members__detail h6 {
    margin-bottom: 15px; }

.organization__profile__outer.org-v-3 .team__members .button__style {
  padding-bottom: 20px; }
  .organization__profile__outer.org-v-3 .team__members .button__style .btn, .organization__profile__outer.org-v-3 .team__members .button__style .all-wrapper .fc-button, .all-wrapper .organization__profile__outer.org-v-3 .team__members .button__style .fc-button {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 6px 15px; }
    .organization__profile__outer.org-v-3 .team__members .button__style .btn:hover, .organization__profile__outer.org-v-3 .team__members .button__style .all-wrapper .fc-button:hover, .all-wrapper .organization__profile__outer.org-v-3 .team__members .button__style .fc-button:hover {
      color: #fff; }

.organization__profile__outer.org-v-3 .documents__outer .label__name__view {
  row-gap: 10px; }
  .organization__profile__outer.org-v-3 .documents__outer .label__name__view .company__outer {
    padding: 20px 20px;
    align-items: center; }
    .organization__profile__outer.org-v-3 .documents__outer .label__name__view .company__outer__logo svg {
      fill: rgba(0, 0, 0, 0.4); }
    .organization__profile__outer.org-v-3 .documents__outer .label__name__view .company__outer .label {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 12px; }
    .organization__profile__outer.org-v-3 .documents__outer .label__name__view .company__outer h5 {
      font-weight: 600; }

@media (max-width: 720px) {
  .organization__profile__outer.org-v-3 .heading__normal {
    margin: 0 0 30px 0;
    flex-wrap: wrap; }
    .organization__profile__outer.org-v-3 .heading__normal input.form-control {
      flex-basis: 100%; } }

.organization__profile__outer.org-v-3 .heading__normal.mrgin-normal {
  margin-bottom: 30px; }
  @media (max-width: 720px) {
    .organization__profile__outer.org-v-3 .heading__normal.mrgin-normal {
      margin-bottom: 20px; } }

.organization__profile__outer.org-v-3 .operatioanl .heading__normal.mrgin-normal {
  margin-top: 0; }

.organization__profile__outer.org-v-3 .heading__less .heading__normal {
  margin: 0 0 20px 0; }

.organization__profile__outer.org-v-3 .meat__team .team__members__list {
  grid-template-columns: repeat(5, 1fr); }

.organization__profile__outer.org-v-3 .label__name__view a.documents__outer__ankar {
  margin: 0; }

.organization__profile__outer.org-v-3 .sdg-100 {
  gap: 15px;
  display: flex;
  flex-wrap: wrap; }
  .organization__profile__outer.org-v-3 .sdg-100 img {
    width: 100px;
    height: 100px;
    border-radius: 4px; }

.organization__profile__outer.org-v-3 .table tr th {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #354052;
  min-width: 102px; }
  .organization__profile__outer.org-v-3 .table tr th:first-child {
    min-width: 250px; }

.organization__profile__outer.org-v-3 .table tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #000000; }
  .organization__profile__outer.org-v-3 .table tr td .user__name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000; }

.organization__profile__outer.org-v-3 .portfolios--v3 .table thead tr {
  background: transparent; }
  .organization__profile__outer.org-v-3 .portfolios--v3 .table thead tr th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: unset; }
    .organization__profile__outer.org-v-3 .portfolios--v3 .table thead tr th:first-child {
      min-width: 110px; }

.organization__profile__outer.org-v-3 .portfolios--v3 .table tr th, .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td {
  border: 0; }

.organization__profile__outer.org-v-3 .portfolios--v3 .table tr td {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px; }
  .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td.name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700; }

.organization__profile__outer.org-v-3 .portfolios--v3 .our-companies-slide .swiper-wrapper {
  height: auto; }
  .organization__profile__outer.org-v-3 .portfolios--v3 .our-companies-slide .swiper-wrapper .swiper-slide {
    max-width: 176px; }

.organization__profile__outer.org-v-3 .portfolios--v3 .our-companies-slide .network__column__list__inner a {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  display: block;
  overflow: hidden; }

.organization__profile__outer.org-v-3 .portfolios--v3 .our-companies-slide .network__column__list__inner__image {
  min-height: 150px; }
  .organization__profile__outer.org-v-3 .portfolios--v3 .our-companies-slide .network__column__list__inner__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    left: 0;
    right: 0; }

.organization__profile__outer.org-v-3 .portfolios--v3 .our-companies-slide .network__column__list__inner__detail {
  padding: 15px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center; }

.organization__profile__outer.deal-v-3 .table__font__big .table td, .organization__profile__outer.deal-v-3 .table__font__big .table th {
  padding-left: 30px; }

.organization__profile__outer.deal-v-3 .table__font__big .table td:last-child {
  text-align: right; }

.organization__profile__outer.deal-v-3 .table__font__big .table .pitches__events__data__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start; }
  .organization__profile__outer.deal-v-3 .table__font__big .table .pitches__events__data__inner strong {
    font-weight: 700; }

.organization__profile__outer.deal-v-3 .table__font__big .table .table--normal--font {
  font-weight: 600; }

.organization__profile__outer.deal-v-3 .table__font__big .table.tr__white tr:nth-of-type(odd) {
  background-color: #fff; }

.organization__profile__outer.deal-v-3 .view__intertop {
  margin-top: 20px; }

.organization__profile__outer.deal-v-3 .contact__info__btn {
  margin-top: 25px; }
  .organization__profile__outer.deal-v-3 .contact__info__btn .button__style .button__red {
    padding: 0 45px;
    height: 40px; }

.organization__profile__outer.deal-v-3 .view__enterprise .button__red {
  height: 34px;
  padding: 6px 15px; }

.organization__profile__outer.deal-v-3 .view__enterprise strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #354052;
  margin-top: 5px; }

.organization__profile__outer.deal-v-3 .view__enterprise__outer {
  max-width: 750px; }

.organization__profile__outer.deal-v-3 .view__enterprise__image {
  background: #F6F7F9; }
  .organization__profile__outer.deal-v-3 .view__enterprise__image + .view__enterprise__image {
    width: auto;
    flex: auto;
    background: transparent; }
  .organization__profile__outer.deal-v-3 .view__enterprise__image.view__enterprise--left {
    width: 114px;
    flex: unset; }

.organization__profile__outer.deal-v-3 .pitches__events__data__inner span {
  color: rgba(0, 0, 0, 0.6); }

.organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer {
  margin: 20px 0 0 180px; }
  @media (max-width: 700px) {
    .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer {
      margin: 20px auto; } }
  .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name {
    flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 700px) {
      .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name {
        margin: 0;
        padding: 0; } }
    .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .org-top-title p {
      font-weight: 400;
      font-size: 15px; }
      @media (max-width: 700px) {
        .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .org-top-title p {
          font-size: 14px;
          line-height: 20px; } }
    .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .title__top {
      flex: auto;
      justify-content: space-between; }
      @media (max-width: 700px) {
        .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .title__top {
          flex-wrap: wrap;
          flex: 100%; } }
      @media (max-width: 700px) {
        .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .title__top .org-top-title {
          flex: 100%; } }
      .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .title__top .org-top-title p {
        margin: 0; }
    .organization__profile__outer.deal-v-3 .organization__profile__outer__view--image-outer-name .button__style .link--normal {
      color: #354052;
      text-decoration: none; }

.organization__profile__outer.deal-v-3 .organization__profile__outer__view__tab .circle__img {
  width: 200px;
  height: 200px;
  top: -70px; }
  @media (max-width: 1400px) {
    .organization__profile__outer.deal-v-3 .organization__profile__outer__view__tab .circle__img {
      width: 150px;
      height: 150px; } }
  .organization__profile__outer.deal-v-3 .organization__profile__outer__view__tab .circle__img.if__placeholder__logo img {
    height: 60px;
    width: auto; }

.organization__profile__outer.deal-v-3 .tab__normal {
  background: #fff;
  border-top: 1px solid #ededed;
  top: -19px;
  position: relative;
  padding: 8px 0 0; }
  .organization__profile__outer.deal-v-3 .tab__normal--inner {
    justify-content: center; }
    .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs {
      border: 0; }
      .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-link {
        font-weight: 700;
        font-size: 21px;
        line-height: 27px;
        color: #474B4E;
        padding: 0 0 13px;
        margin: 0 20px 0 0; }
        @media screen and (max-width: 1400px) {
          .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-link {
            font-size: 18px; } }
        .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-link.active {
          color: #b11f37; }
        .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-link:after {
          height: 5px;
          border-radius: 5px;
          background-color: #b11f37; }
        .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-link.qa-open {
          position: relative; }
          .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-link.qa-open::before {
            content: attr(data);
            position: absolute;
            width: 44px;
            height: 16px;
            top: 0;
            right: -30px;
            background: #02A951;
            border-radius: 19px;
            font-weight: 700;
            font-size: 10px;
            line-height: 16px;
            color: #FFFFFF;
            text-align: center; }
      .organization__profile__outer.deal-v-3 .tab__normal--inner .nav-tabs .nav-item.disabled .nav-link {
        color: rgba(53, 64, 82, 0.3); }
    .organization__profile__outer.deal-v-3 .tab__normal--inner .button__style .btn, .organization__profile__outer.deal-v-3 .tab__normal--inner .button__style .all-wrapper .fc-button, .all-wrapper .organization__profile__outer.deal-v-3 .tab__normal--inner .button__style .fc-button {
      position: relative;
      top: -5px; }
      @media (max-width: 700px) {
        .organization__profile__outer.deal-v-3 .tab__normal--inner .button__style .btn, .organization__profile__outer.deal-v-3 .tab__normal--inner .button__style .all-wrapper .fc-button, .all-wrapper .organization__profile__outer.deal-v-3 .tab__normal--inner .button__style .fc-button {
          top: -55px; } }

.organization__profile__outer.deal-v-3 .sponsor {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background-position: 0 bottom;
  padding-bottom: 40px;
  flex-wrap: wrap;
  border-radius: 4px; }
  @media (max-width: 992px) {
    .organization__profile__outer.deal-v-3 .sponsor {
      padding-bottom: 10px; } }
  .organization__profile__outer.deal-v-3 .sponsor.if__missing__tab, .organization__profile__outer.deal-v-3 .sponsor.if__missing__overview__tab {
    padding: 20px 0 50px; }
    .organization__profile__outer.deal-v-3 .sponsor.if__missing__tab .sponsor--right, .organization__profile__outer.deal-v-3 .sponsor.if__missing__overview__tab .sponsor--right {
      flex-basis: 100%; }
      .organization__profile__outer.deal-v-3 .sponsor.if__missing__tab .sponsor--right--content, .organization__profile__outer.deal-v-3 .sponsor.if__missing__overview__tab .sponsor--right--content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        .organization__profile__outer.deal-v-3 .sponsor.if__missing__tab .sponsor--right--content .org-v-3--contact, .organization__profile__outer.deal-v-3 .sponsor.if__missing__overview__tab .sponsor--right--content .org-v-3--contact {
          margin: 0;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          margin: 0; }
    .organization__profile__outer.deal-v-3 .sponsor.if__missing__tab .sponsor--left, .organization__profile__outer.deal-v-3 .sponsor.if__missing__overview__tab .sponsor--left {
      flex-basis: 100%; }
  .organization__profile__outer.deal-v-3 .sponsor .tab__normal--inner .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    flex-wrap: wrap;}
    .organization__profile__outer.deal-v-3 .sponsor .tab__normal--inner .nav-tabs .nav-link {
      color: #354052; }
  .organization__profile__outer.deal-v-3 .sponsor__inner .discription p {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    word-break: break-word;
    padding-right: 20px; }
    @media (max-width: 1400px) {
      .organization__profile__outer.deal-v-3 .sponsor__inner .discription p {
        font-size: 15px;
        line-height: 21px; } }
  .organization__profile__outer.deal-v-3 .sponsor--left {
    flex-basis: 810px; }
    @media (max-width: 992px) {
      .organization__profile__outer.deal-v-3 .sponsor--left {
        flex-basis: 100%; } }
  .organization__profile__outer.deal-v-3 .sponsor--right {
    flex-basis: 270px;
    overflow: hidden; }
    @media (max-width: 992px) {
      .organization__profile__outer.deal-v-3 .sponsor--right {
        flex-basis: 100%; } }
    .organization__profile__outer.deal-v-3 .sponsor--right .heading__normal {
      margin: 0 0 20px 0;
      padding-bottom: 10px; }
    .organization__profile__outer.deal-v-3 .sponsor--right--inner {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      .organization__profile__outer.deal-v-3 .sponsor--right--inner .circle__img {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd; }
        .organization__profile__outer.deal-v-3 .sponsor--right--inner .circle__img a {
          border-radius: 100%;
          overflow: hidden;
          height: 100%;
          width: 100%; }
          .organization__profile__outer.deal-v-3 .sponsor--right--inner .circle__img a.if__default--img {
            display: flex;
            align-items: center;
            justify-content: center; }
            .organization__profile__outer.deal-v-3 .sponsor--right--inner .circle__img a.if__default--img img {
              width: 50%;
              margin: auto;
              height: auto; }
        .organization__profile__outer.deal-v-3 .sponsor--right--inner .circle__img.if--placeholder img {
          width: 30px;
          height: 30px;
          object-fit: contain; }
      .organization__profile__outer.deal-v-3 .sponsor--right--inner--user--detail {
        display: flex;
        flex-direction: column;
        width: 68%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        justify-content: center; }
        .organization__profile__outer.deal-v-3 .sponsor--right--inner--user--detail h1, .organization__profile__outer.deal-v-3 .sponsor--right--inner--user--detail a {
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 22px;
          color: #000000;
          margin: 0 0 3px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .organization__profile__outer.deal-v-3 .sponsor--right--inner--user--detail span, .organization__profile__outer.deal-v-3 .sponsor--right--inner--user--detail .email__address {
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: #000000;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
    .organization__profile__outer.deal-v-3 .sponsor--right .sponsor__content {
      margin-bottom: 25px; }

.organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment {
  border-radius: 0 4px 4px 0;
  padding: 40px 0 0 50px;
  justify-content: space-between;
  text-align: center;
  gap: 10px; }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment.if__button__not {
    justify-content: center; }
  @media (max-width: 992px) {
    .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment {
      padding: 20px 0 0; } }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #354052; }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #354052;
    margin-bottom: 0px; }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap {
    justify-content: center;
    gap: 30px; }
    .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .btn, .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .all-wrapper .fc-button, .all-wrapper .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .fc-button {
      min-width: 270px;
      max-width: 100%;
      min-height: 44px; }
      @media (max-width: 992px) {
        .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .btn, .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .all-wrapper .fc-button, .all-wrapper .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .fc-button {
          min-width: 48%; } }
      @media (max-width: 720px) {
        .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .btn, .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .all-wrapper .fc-button, .all-wrapper .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__wrap .fc-button {
          min-width: 40%; } }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .button__white {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify.investment .btn-radius-33 {
    font-size: 10px; }

.organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify .investment__circle {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 10px; }

.organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify .investment__tags {
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify .investment__tags + .investment__tags {
    margin-top: 10px;
    position: relative;
    top: -5px; }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify .investment__tags .sdg {
    margin: 0;
    position: static;
    gap: 5px; }
    .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper .center-paragraph-justify .investment__tags .sdg img {
      width: 50px;
      height: 50px; }

.organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper.if__video__missing .center-paragraph-justify.investment {
  padding: 40px 40px 0; }
  @media (max-width: 992px) {
    .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper.if__video__missing .center-paragraph-justify.investment {
      padding: 20px 0 0; } }
  .organization__profile__outer.deal-v-3 .user__wrapper .element-wrapper.if__video__missing .center-paragraph-justify.investment .button__wrap {
    justify-content: center; }

.organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view__tab .circle__img {
  width: 200px;
  height: 200px;
  left: 0;
  top: -70px; }
  @media (max-width: 1400px) {
    .organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view__tab .circle__img {
      width: 150px;
      height: 150px; } }
  .organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view__tab .circle__img.if__placeholder__logo img {
    width: 125px;
    height: auto;
    padding: 0; }

.organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view--image-outer {
  margin: 20px 0 0 220px;
  width: auto;
  min-height: 110px;  }
  @media (max-width: 1400px) {
    .organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view--image-outer {
      margin: 20px 0 0 190px; } }
  @media (max-width: 1000px) {
    .organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view--image-outer {
      margin: 20px 0 0 150px; } }
  @media (max-width: 700px) {
    .organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view--image-outer {
      margin: 0 auto; } }
  .organization__profile__outer.deal-v-3.newview-deal .organization__profile__outer__view--image-outer-name .org-top-title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #3E4B5B; }

.organization__profile__outer.deal-v-3.newview-deal .tab__normal--inner .nav-tabs .nav-link {
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;
  color: #474B4E;
  padding: 0;
  margin: 0 20px 0 0; }

.organization__profile__overview .element-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.organization__profile__overview__devider {
  position: relative; }
  .organization__profile__overview__devider::after {
    position: absolute;
    content: '';
    height: 91%;
    width: 1px;
    background: #C4C4C4;
    right: 10px;
    margin: auto;
    top: 10px; }
  .organization__profile__overview__devider .element-wrapper {
    padding-right: 10px; }
  .organization__profile__overview__devider + div .element-wrapper {
    padding-left: 10px; }

.organization__profile__overview p {
  font-size: 14px; }
  .organization__profile__overview p a {
    font-size: 13px;
    font-style: italic;
    margin-left: 7px; }

.if__button__right__top {
  flex-wrap: wrap;
  row-gap: 20px; }
  @media (max-width: 700px) {
    .if__button__right__top {
      padding-bottom: 15px; } }
  @media (max-width: 700px) {
    .if__button__right__top.os-tabs-controls .nav-tabs {
      flex: 100%; } }

.border-radius-0 {
  border-radius: 0 !important; }

.user__profile__view--banner.if__add--logo .add--logo--new {
  position: relative;
  top: -78px;
  border-radius: 100%;
  background: #fdfdfd;
  overflow: hidden;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 1400px) {
    .user__profile__view--banner.if__add--logo .add--logo--new {
      width: 140px;
      height: 140px;
      top: -62px; } }

.if__add--logo {
  display: flex;
  align-items: center;
  justify-content: center; }

.add--logo--new a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #354052;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 1400px) {
    .add--logo--new a {
      font-size: 18px;
      line-height: 24px; } }
  .add--logo--new a svg {
    height: 40px;
    width: 40px; }
    @media (max-width: 1400px) {
      .add--logo--new a svg {
        height: 30px;
        width: 30px; } }

.add--logo--new.if__longer--text a {
  font-size: 16px;
  line-height: 20px; }

.circle__img--new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px; }
  .circle__img--new svg {
    height: 75px;
    width: auto;
    fill: #E0E9F1; }
  .circle__img--new img {
    width: 75px;
    height: auto; }

.label--value .value-pair .label, .label--value .value-pair .value {
  font-style: normal;
  font-size: 18px;
  line-height: 12px;
  color: #354052;
  text-transform: none; }

.label--value .value-pair .label {
  font-weight: 500; }

.label--value .value-pair .value {
  font-weight: 700; }

.value-pair--wrap {
  display: flex;
  gap: 20px; }
  .value-pair--wrap .value-pair--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-self: flex-start; }
    .value-pair--wrap .value-pair--inner .value-pair {
      flex: 100%;
      padding: 0;
      margin: 0;
      border: 0;
      align-self: flex-start; }

.column--list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; }
  .column--list ul li {
    flex: 1; }
    .column--list ul li h5 {
      margin-bottom: 30px;
      display: block;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 12px;
      color: #354052; }

.sdgs_list .tooltip-item {
  width: 30px;
  height: 30px;
  display: inline-block; }

.table--normal--font--14 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #354052; }

.table.table-padded.border-spacing-1 {
  border-spacing: 0 1px;
  margin-bottom: 0; }

.white--area {
  border-radius: 5px;
  padding: 15px 20px; }

.organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table tr th {
  padding-left: 20px; }

.organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table tr td {
  padding: 20px; }

.organization__profile__outer.org-v-3 .portfolios--v3 .table__big--normal-font .table tr td {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #354052; }

.view__investor__account .sponsor--right--inner + .sponsor--right--inner {
  margin-top: 20px; }

.view__investor__account--top--right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }
  .view__investor__account--top--right--inner {
    gap: 10px; }
    .view__investor__account--top--right--inner--top {
      flex: 1;
      gap: 20px; }
      .view__investor__account--top--right--inner--top .button__style {
        align-items: flex-start;
        position: relative;
        top: 9px; }
        @media (max-width: 1450px) {
          .view__investor__account--top--right--inner--top .button__style {
            top: 0px; } }
  .view__investor__account--top--right--filter {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px; }
    .view__investor__account--top--right--filter .button__style {
      flex-wrap: wrap;
      justify-content: flex-end; }
    .view__investor__account--top--right--filter .filte--inner {
      align-items: center;
      gap: 10px; }
      .view__investor__account--top--right--filter .filte--inner label {
        white-space: nowrap;
        margin: 0; }

.view__investor__account--sdc {
  flex: 100%;
  gap: 20px; }
  .view__investor__account--sdc .sdg {
    margin: 0;
    align-items: center;
    position: static;
    gap: 7px; }
    .view__investor__account--sdc .sdg img {
      width: 29px;
      height: 29px; }
  .view__investor__account--sdc .button__style {
    justify-content: flex-start;
    gap: 10px; }

.controls-below-paginate div.dataTables_wrapper div.dataTables_info {
  color: rgba(0, 0, 0, 0.5);
  padding: 0; }

.controls-below-paginate ul.pagination {
  display: block; }
  .controls-below-paginate ul.pagination li {
    display: inline-block;
    margin: 0px 10px; }
    .controls-below-paginate ul.pagination li a.page-link {
      background: transparent;
      border: 0;
      padding: 0;
      margin: 0; }
    .controls-below-paginate ul.pagination li.active a.page-link {
      color: #3E4B5B; }

.org-name h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #354052;
  margin: 0; }

.org-name h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #354052;
  margin: 0; }

.table--font--size-all .table thead tr th {
  font-size: 15px;
  line-height: 21px; }

.table--font--size-all .table tbody tr td {
  font-size: 15px;
  line-height: 21px; }
  .table--font--size-all .table tbody tr td .pitches__events__data__inner span.date {
    font-size: 12px;
    line-height: 18px; }
  .table--font--size-all .table tbody tr td .pitches__events__data__inner a, .table--font--size-all .table tbody tr td .pitches__events__data__inner strong {
    font-size: 15px;
    line-height: 21px; }
  .table--font--size-all .table tbody tr td .button__style {
    font-size: 15px;
    line-height: 21px; }
  .table--font--size-all .table tbody tr td a {
    font-size: 15px;
    line-height: 21px; }

.circle--image--center {
  display: flex;
  align-items: center;
  justify-content: center; }

.user-with-avatar.company-name-img .image--circle img {
  margin: 0 auto; }

.user--profile .user-profile.compact {
  box-shadow: none; }

.btn--small {
  width: 276px;
  margin: 0 auto; }

.wave__bg {
  background-image: url("../img/wave-testimonial.svg");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  padding-bottom: 40px; }

.btn-fund {
  height: 20px;
  background: #b11f37;
  border-radius: 14px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif; }

.found__mobile {
  display: none; }
  @media (max-width: 700px) {
    .found__mobile {
      display: flex; } }

@media (max-width: 700px) {
  .found__desktop {
    display: none; } }

.slick-slide-height-auto .slick-slide {
  height: auto; }

.tabSlider .tabslides {
  overflow-y: auto;
  max-height: 580px;
  scrollbar-width: none; }

.tabSlider .tabslides::-webkit-scrollbar {
  display: none; }

.tabslide .scroll__horizontal--visible .table-responsive {
  overflow-x: auto; }

.investor__checkbox {
  display: flex;
  align-items: center; }

.if__data__blank {
  border-radius: 4px;
  background-color: #fff; }
  .if__data__blank p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #354052;
    text-align: center; }
  .if__data__blank .element-wrapper {
    padding: 20px;
    background: #F6F7F9;
    height: calc(100% - 57px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.deal__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 20px; }
  .deal__list.if__missing__deal {
    justify-content: flex-start;
    gap: 25px; }
  .deal__list li {
    list-style: none;
    display: flex;
    align-items: center;
    flex-basis: 270px;
    gap: 10px; }
    @media (min-width: 720px) {
      .deal__list li:hover .deal__list--name h6 {
        color: #B11F35; }
      .deal__list li:hover .deal__list--icons svg {
        fill: #B11F35; } }
    .deal__list li:nth-child(3) .deal__list--icons svg {
      stroke: #354052; }
    @media (min-width: 720px) {
      .deal__list li:nth-child(3):hover .deal__list--icons svg {
        stroke: #B11F35; } }
  .deal__list--icons {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 520px) {
      .deal__list--icons:hover {
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08); } }
    .deal__list--icons svg {
      width: 28px;
      height: 33px; }
  .deal__list--name {
    flex: 1; }
    .deal__list--name strong {
      font-weight: 700;
      font-size: 14px;
      line-height: 12px;
      color: rgba(53, 64, 82, 0.6);
      margin-bottom: 3px;
      display: block; }
    .deal__list--name h6 {
      font-weight: 700;
      font-size: 18px;
      line-height: normal;
      color: #354052;
      margin: 0; }

.flex-direction-column {
  flex-direction: column; }
  .flex-direction-column.svg--list--icons {
    gap: 10px; }

.investment__circle {
  width: 100px;
  height: 100px;
  background: #FFFFFF; }
  .investment__circle svg {
    fill: #354052;
    width: 56px;
    height: 45px; }

.btn-radius-33 {
  border-radius: 33px !important; }

.discription-font-17 {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #3E4B5B; }
  @media (max-width: 700px) {
    .discription-font-17 {
      font-size: 15px;
      line-height: 21px; } }
  .discription-font-17 p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #3E4B5B; }
    @media (max-width: 700px) {
      .discription-font-17 p {
        font-size: 14px;
        line-height: 20px; } }

.discription {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  word-break: break-word;
  padding-right: 20px; }
  @media (max-width: 1400px) {
    .discription {
      font-size: 15px;
      line-height: 21px; } }
  .discription.discription-font-17 {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #3E4B5B; }
    @media (max-width: 700px) {
      .discription.discription-font-17 {
        font-size: 14px;
        line-height: 20px; } }
    .discription.discription-font-17 p {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 26px;
      color: #3E4B5B; }
      @media (max-width: 700px) {
        .discription.discription-font-17 p {
          font-size: 14px;
          line-height: 20px; } }
  .discription p {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    word-break: break-word;
    padding-right: 20px; }
    @media (max-width: 1400px) {
      .discription p {
        font-size: 15px;
        line-height: 21px; } }
    .discription p + p {
      margin-top: 20px; }
    .discription p:last-child {
      margin: 0; }
    .discription p a {
      font-size: 14px;
      color: #B11F35; }
    .discription p strong {
      font-weight: 600; }
    .discription p + ol, .discription p ul {
      margin-top: 15px; }
    .discription p + ul, .discription p ol {
      margin-top: 15px; }
  .discription a {
    font-size: 14px;
    color: #B11F35; }
  .discription strong {
    font-weight: 600; }
  .discription + ol, .discription ul {
    margin-top: 15px; }
  .discription + ul, .discription ol {
    margin-top: 15px; }

.padding-bottom-0 {
  padding-bottom: 0; }

.sdg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px; }
  .sdg img {
    width: 34px;
    height: 34px;
    border-radius: 4px; }

.flex__div__eq__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; }
  .flex__div__eq__gallery .element-wrapper {
    height: 174px; }
  .flex__div__eq__gallery__inner {
    width: 48%; }
    @media (max-width: 720px) {
      .flex__div__eq__gallery__inner {
        width: 100%; } }
  .flex__div__eq__gallery.if__not__section .flex__div__eq__gallery__inner {
    width: 100%; }

.if__not__section > .col-sm-6 {
  width: 100%;
  flex: auto;
  max-width: 100%; }

@media (min-width: 800px) {
  .lightbox .lb-image {
    max-width: 800px !important;
    height: auto !important; } }

.flex__div__eq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; }
  .flex__div__eq__inner {
    flex: 1; }
    @media (max-width: 720px) {
      .flex__div__eq__inner {
        flex: 100%; } }

.investor--details--v2 .flex__div__eq__inner {
  flex: 1111;
  margin: 0; }
  .investor--details--v2 .flex__div__eq__inner + .flex__div__eq__inner {
    flex: 375px; }
    .investor--details--v2 .flex__div__eq__inner + .flex__div__eq__inner.theamcolor {
      background: #b11f37;
      margin: 0; }
      .investor--details--v2 .flex__div__eq__inner + .flex__div__eq__inner.theamcolor .heading__normal {
        color: #fff; }
        .investor--details--v2 .flex__div__eq__inner + .flex__div__eq__inner.theamcolor .heading__normal::before {
          background: #d5d3dd; }
      .investor--details--v2 .flex__div__eq__inner + .flex__div__eq__inner.theamcolor .intro--discrption p {
        color: #fff; }

.tab__normal .heading__normal {
  display: flex;
  border: 0;
  padding-bottom: 0; }
  .tab__normal .heading__normal::before {
    display: none; }
  .tab__normal .heading__normal .button__red {
    justify-content: flex-end; }
  .tab__normal .heading__normal .hidden-div {
    visibility: hidden; }

/* tab section start */
.tab__container {
  grid-gap: 40px;
  grid-template-columns: 26%  auto;
  position: relative;
  display: grid;
  max-height: 580px;
  min-height: 580px; }
  .tab__container .tab-slider--nav {
    margin-bottom: 10px;
    flex-basis: 300px;
    background: #fff;
    border-radius: 4px 4px 0;
    overflow: hidden; }
  .tab__container .tab-slider--container {
    flex: 1; }
  .tab__container .tab-slider--tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    user-select: none;
    border-radius: 4px 0px 0px 4px; }
  .tab__container .tab-slider--trigger a {
    color: #354052;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    padding: 15px 20px;
    flex: 1;
    transition: color 250ms ease-in-out;
    user-select: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid #F6F7F9; }
    .tab__container .tab-slider--trigger a:first-child {
      border-radius: 4px 0px 0px 0px; }
    .tab__container .tab-slider--trigger a.active {
      color: #b11f37;
      background: #F6F7F9;
      position: relative; }
      .tab__container .tab-slider--trigger a.active::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 4px;
        background: #b11f37; }
  .tab__container .tab-slider--body h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #354052; }
    .tab__container .tab-slider--body h2.active {
      color: #b11f37; }
  .tab__container .tab-slider--body p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #3E4B5B; }
    @media (max-width: 700px) {
      .tab__container .tab-slider--body p {
        font-size: 14px;
        line-height: 20px; } }
  .tab__container .scroll-data {
    max-height: 585px; }

/* tab section end */
#raising_and_open_opp .btn, #raising_and_open_opp .all-wrapper .fc-button, .all-wrapper #raising_and_open_opp .fc-button {
  /* cursor: default;
  pointer-events: none; */ }

.gallery__slide {
  width: 100%; }
  .gallery__slide .gallery-swiper {
    width: 100%; }

.gallery__slide .swiper-slide {
  width: 176px;
  height: 158px; }
  .gallery__slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gallery__slide .swiper-button-next,
.gallery__slide .swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #b11f37; }
  .gallery__slide .swiper-button-next::after,
  .gallery__slide .swiper-button-prev::after {
    display: none; }
  .gallery__slide .swiper-button-next svg,
  .gallery__slide .swiper-button-prev svg {
    width: 10px;
    height: 11px;
    fill: #fff; }
  .gallery__slide .swiper-button-next.swiper-button-disabled,
  .gallery__slide .swiper-button-prev.swiper-button-disabled {
    background: #FFFFFF;
    opacity: 1; }
    .gallery__slide .swiper-button-next.swiper-button-disabled svg,
    .gallery__slide .swiper-button-prev.swiper-button-disabled svg {
      fill: rgba(0, 0, 0, 0.2); }

.gallery__slide .swiper-button-prev svg {
  transform: rotate(179deg); }

.swiper--arrow--white .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper--arrow--white .swiper-button-next,
.swiper--arrow--white .swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #b11f37; }
  .swiper--arrow--white .swiper-button-next::after,
  .swiper--arrow--white .swiper-button-prev::after {
    display: none; }
  .swiper--arrow--white .swiper-button-next svg,
  .swiper--arrow--white .swiper-button-prev svg {
    width: 10px;
    height: 11px;
    fill: #fff; }
  .swiper--arrow--white .swiper-button-next.swiper-button-disabled,
  .swiper--arrow--white .swiper-button-prev.swiper-button-disabled {
    background: #FFFFFF;
    opacity: 1; }
    .swiper--arrow--white .swiper-button-next.swiper-button-disabled svg,
    .swiper--arrow--white .swiper-button-prev.swiper-button-disabled svg {
      fill: rgba(0, 0, 0, 0.2); }

.swiper--arrow--white .swiper-button-prev svg {
  transform: rotate(179deg); }

.sponsor__name {
  margin-top: 8px; }
  .sponsor__name--img {
    width: 34px;
    height: 34px;
    background: #D9D9D9;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sponsor__name--img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .sponsor__name--img svg {
      width: 25px;
      height: 25px; }
  .sponsor__name p {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin: 0;
    flex: 1; }

.heading__normal-2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #354052;
  text-align: center; }
  @media (max-width: 1400px) {
    .heading__normal-2 {
      font-size: 18px;
      line-height: 24px; } }

.element-header--sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  color: #354052; }

.heading__normal-24 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px; }
  @media (max-width: 1400px) {
    .heading__normal-24 {
      font-size: 18px;
      line-height: 24px; } }

.pattern__normal {
  padding-bottom: 55px; }

.heading__normal--bold {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 1400px) {
    .heading__normal--bold {
      font-size: 18px;
      line-height: 24px; } }
  .heading__normal--bold.subtitle {
    font-size: 21px;
    line-height: 27px; }
    @media (max-width: 1400px) {
      .heading__normal--bold.subtitle {
        font-size: 16px;
        line-height: 22px; } }

.organization__profile__outer.deal-v-3 .sponsor--right .heading__normal--bold.subtitle {
  padding-bottom: 13px; }

.list {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .list li {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    flex: 100%; }

.margin-top-1 {
  margin-top: 32px; }
  @media (max-width: 720px) {
    .margin-top-1 {
      margin-top: 25px; } }

.padding-top-1 {
  padding-top: 32px; }
  @media (max-width: 720px) {
    .padding-top-1 {
      padding-top: 25px; } }

.padding-top-40 {
  padding-top: 40px; }
  @media (max-width: 720px) {
    .padding-top-40 {
      padding-top: 30px; } }

.organization__profile__outer.org-v-3 .profit-loss-snapshot .table tr th, .organization__profile__outer.org-v-3 .profit-loss-snapshot .table tr td {
  padding-left: 5px; }

.profit-loss-snapshot h2 {
  font-size: 18px;
  font-weight: 600; }

.element-box--shadow--none {
  box-shadow: none; }

.element-box--background--none {
  background: transparent; }

.if__sticky--header--background {
  background-image: url("../img/bg--hole-div.svg");
  background-repeat: repeat-y;
  background-size: 100%;
  background-color: #fff; }

.event--listing .event--list {
  padding: 0; }
  .event--listing .event--list .pitches__events.events__outer li {
    padding: 0;
    box-shadow: 1px 1px 3px #dfdfdf; }
  .event--listing .event--list .pitches__events.events__outer .pitches__events__image {
    border: 0;
    padding: 0; }
  .event--listing .event--list .pitches__events.events__outer .pitches__events__data__inner {
    padding: 15px 15px 15px 0; }

.past--event {
  margin-top: 45px; }

.divfor--new--background {
  position: relative;
  z-index: 1;
  background: #fff; }
  .divfor--new--background.top--margin--less {
    top: -19px; }
  .divfor--new--background.top--margin--less--or--padding {
    top: -19px;
    padding-top: 19px; }
  .divfor--new--background.top--margin--less--or--padding--for--sticky {
    top: -40px;
    padding-top: 30px; }
  .divfor--new--background:after {
    content: '';
    position: absolute;
    height: 100%;
    background: url("../img/bg--hole-div.svg") repeat-y;
    background-size: 100%;
    top: 0;
    left: 0;
    width: 72%;
    z-index: -1; }
  .divfor--new--background.padding-bottom {
    padding-bottom: 100px; }

.our-companies-slide .network__column__list {
  display: block; }

.bgtransparent-child .network__people, .bgtransparent-child .content-w {
  background: transparent; }

.tab--big--font .tab__normal {
  background: #fff;
  border-top: 1px solid #ededed;
  top: -19px;
  position: relative;
  padding: 8px 0 0; }
  .tab--big--font .tab__normal--inner {
    justify-content: center; }
    .tab--big--font .tab__normal--inner .nav-tabs {
      border: 0; }
      .tab--big--font .tab__normal--inner .nav-tabs .nav-link {
        font-weight: 700;
        font-size: 24px;
        line-height: 52px;
        color: #474B4E;
        padding: 0;
        margin: 0 20px 0 0; }
        .tab--big--font .tab__normal--inner .nav-tabs .nav-link.active {
          color: #b11f37; }
        .tab--big--font .tab__normal--inner .nav-tabs .nav-link:after {
          height: 5px;
          border-radius: 5px;
          background-color: #b11f37; }
        .tab--big--font .tab__normal--inner .nav-tabs .nav-link.qa-open {
          position: relative; }
          .tab--big--font .tab__normal--inner .nav-tabs .nav-link.qa-open::before {
            content: attr(data);
            position: absolute;
            width: 44px;
            height: 16px;
            top: 0;
            right: -30px;
            background: #02A951;
            border-radius: 19px;
            font-weight: 700;
            font-size: 10px;
            line-height: 16px;
            color: #FFFFFF;
            text-align: center; }
      .tab--big--font .tab__normal--inner .nav-tabs .nav-item.disabled .nav-link {
        color: rgba(53, 64, 82, 0.3); }
    .tab--big--font .tab__normal--inner .button__style .btn, .tab--big--font .tab__normal--inner .button__style .all-wrapper .fc-button, .all-wrapper .tab--big--font .tab__normal--inner .button__style .fc-button {
      position: relative;
      top: -5px; }
      @media (max-width: 700px) {
        .tab--big--font .tab__normal--inner .button__style .btn, .tab--big--font .tab__normal--inner .button__style .all-wrapper .fc-button, .all-wrapper .tab--big--font .tab__normal--inner .button__style .fc-button {
          top: -55px; } }

.gap-5 {
  gap: 5px; }

.column-gap {
  column-gap: 10px; }

.gap-10 {
  gap: 10px; }

.gap-15 {
  gap: 10px; }

.gap-20 {
  gap: 20px; }

.gap-25 {
  gap: 25px; }

.gap-30 {
  gap: 30px; }

.switch {
  font-size: 12px;
  position: relative; }
  .switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0; }
    .switch input + label {
      position: relative;
      min-width: calc(calc(1.6rem * .8) * 2);
      border-radius: calc(1.6rem * .8);
      height: calc(1.6rem * .8);
      line-height: calc(1.6rem * .8);
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(calc(1.6rem * .8) * 2) + 0.5rem);
      margin: 0; }
    .switch input + label::before,
    .switch input + label::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: calc(calc(1.6rem * .8) * 2);
      bottom: 0;
      display: block; }
    .switch input + label::before {
      right: 0;
      background-color: #dee2e6;
      border-radius: calc(1.6rem * .8);
      transition: 0.2s all; }
    .switch input + label::after {
      top: 2px;
      left: 2px;
      width: calc(calc(1.6rem * .8) - calc(2px * 2));
      height: calc(calc(1.6rem * .8) - calc(2px * 2));
      border-radius: 50%;
      background-color: white;
      transition: 0.2s all; }
    .switch input:checked + label::before {
      background: #B11F35; }
    .switch input:checked + label::after {
      margin-left: calc(1.6rem * .8); }
    .switch input:focus + label::before {
      outline: none; }
    .switch input:disabled + label {
      color: #eee;
      cursor: not-allowed; }
    .switch input:disabled + label::before {
      background-color: #eee; }

.custom_radio--inner {
  display: flex;
  align-items: center;
  gap: 10px; }
  .custom_radio--inner label {
    margin: 0; }

.custom--checkbox .form-group input[type='checkbox'] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }
  .custom--checkbox .form-group input[type='checkbox']:checked {
    cursor: pointer; }
  .custom--checkbox .form-group input[type='checkbox']:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  .custom--checkbox .form-group input[type='checkbox']:checked + label:before {
    background-color: #b11f37;
    border: 2px solid #b11f37; }

.custom--checkbox .form-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px; }
  .custom--checkbox .form-group label:before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 2px solid #E3E4F0;
    border-radius: 4px;
    top: -1px; }

.move--border {
  border: 1px dashed #9f9c9c; }

.public-feed-subscribe--modal .heading__center p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 0 20px; }

.chart_div .label__name__view p strong {
  font-weight: 600; }

.net--work {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #354052;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 0.7rem;
  margin-bottom: 1.4rem; }
  @media (max-width: 750px) {
    .net--work {
      font-size: 20px;
      line-height: 26px; } }
  .net--work.border-none {
    border: 0;
    padding-bottom: 5px;
    margin-bottom: 5px; }

.responsive--arrow {
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 750px) {
    .responsive--arrow {
      display: none; } }
  .responsive--arrow svg {
    width: 100%;
    height: 100%;
    fill: #b11f37; }
  .responsive--arrow.active {
    transform: rotate(180deg); }

.network--v4 {
  display: flex;
  gap: 20px;
  position: relative; }
  .network--v4 .os-tabs-w {
    max-width: 270px;
    min-width: 270px; }
    @media (max-width: 750px) {
      .network--v4 .os-tabs-w {
        max-width: 100%;
        min-width: 100%; } }
    @media (max-width: 750px) {
      .network--v4 .os-tabs-w.network-customizations--toggle {
        display: none;
        position: absolute;
        top: 0;
        max-width: 100%;
        min-width: 100%;
        z-index: 11;
        box-shadow: 1px 2px 4px #dddbdb; } }
    .network--v4 .os-tabs-w .tab--heading--v4 {
      margin: 0;
      padding: 0; }
      .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 4px 0px 0px 0px;
        border: 0; }
        .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li {
          margin: 0;
          border-bottom: 1px solid #efefef; }
          .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li:last-child {
            border: 0; }
          .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li .nav-link {
            padding: 16px 30px;
            font-style: normal;
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            color: #354052; }
            @media (max-width: 750px) {
              .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li .nav-link {
                font-size: 14px;
                line-height: 20px;
                padding: 15px 25px; } }
            @media (max-width: 550px) {
              .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li .nav-link {
                padding: 10px 20px; } }
            @media (max-width: 550px) {
              .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li .nav-link {
                padding: 10px 15px; } }
            .network--v4 .os-tabs-w .tab--heading--v4 .nav-tabs li .nav-link.active {
              color: #b11f37;
              background: #F9F9F9; }
  .network--v4 .tab__outer--v4 {
    flex: 1; }
    @media (max-width: 750px) {
      .network--v4 .tab__outer--v4 {
        min-height: 500px; } }
    .network--v4 .tab__outer--v4 p {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 24px;
      color: #354052; }
      @media (max-width: 750px) {
        .network--v4 .tab__outer--v4 p {
          font-size: 14px;
          line-height: 20px; } }
    .network--v4 .tab__outer--v4 .form-group {
      margin-bottom: 20px; }
      .network--v4 .tab__outer--v4 .form-group label {
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 22px;
        color: #354052;
        margin-bottom: 15px;
        display: block; }
        @media (max-width: 750px) {
          .network--v4 .tab__outer--v4 .form-group label {
            font-size: 14px;
            line-height: 20px; } }
        .network--v4 .tab__outer--v4 .form-group label.with-errors {
          font-size: 14px;
          color: #b11f37; }
          .network--v4 .tab__outer--v4 .form-group label.with-errors:hover {
            text-decoration: underline; }
    .network--v4 .tab__outer--v4 .custom--checkbox .form-group {
      margin-bottom: 10px; }
      .network--v4 .tab__outer--v4 .custom--checkbox .form-group.if--checkbox--missing {
        margin-bottom: 20px; }
        .network--v4 .tab__outer--v4 .custom--checkbox .form-group.if--checkbox--missing label {
          padding-bottom: 10px;
          cursor: default; }
          .network--v4 .tab__outer--v4 .custom--checkbox .form-group.if--checkbox--missing label:before {
            display: none; }
      .network--v4 .tab__outer--v4 .custom--checkbox .form-group label {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #354052;
        margin-bottom: 0px;
        display: flex; }
        @media (max-width: 750px) {
          .network--v4 .tab__outer--v4 .custom--checkbox .form-group label {
            font-size: 13px;
            line-height: 19px; } }
  .network--v4.edithomepage .tab__outer--v4 .form-group label {
    margin-bottom: 5px;
    font-size: 14px; }

.network--configuration--repeat {
  margin-bottom: 20px; }
  .network--configuration--repeat h6 {
    margin: 0 0 10px 0;
    font-size: 20px; }

.network--configuration--inner {
  background: #e3e8ec;
  padding: 10px; }
  .network--configuration--inner h5 {
    font-size: 16px; }

.dz-message--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .dz-message--img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover; }

.button__outer {
  display: flex;
  align-items: center;
  gap: 20px; }

.schedule__meeting .element-wrapper .element-box, .schedule__meeting .element-wrapper .invoice-w, .schedule__meeting .element-wrapper .big-error-w {
  background-color: #b11f37;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  background-image: url("../img/map__pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  text-align: center; }
  .schedule__meeting .element-wrapper .element-box .calling, .schedule__meeting .element-wrapper .invoice-w .calling, .schedule__meeting .element-wrapper .big-error-w .calling, .schedule__meeting .element-wrapper .element-box .icon, .schedule__meeting .element-wrapper .invoice-w .icon, .schedule__meeting .element-wrapper .big-error-w .icon {
    height: 50px;
    width: 50px;
    fill: #fff; }
  .schedule__meeting .element-wrapper .element-box h2, .schedule__meeting .element-wrapper .invoice-w h2, .schedule__meeting .element-wrapper .big-error-w h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 650px) {
      .schedule__meeting .element-wrapper .element-box h2, .schedule__meeting .element-wrapper .invoice-w h2, .schedule__meeting .element-wrapper .big-error-w h2 {
        font-size: 25px; } }
    @media (max-width: 550px) {
      .schedule__meeting .element-wrapper .element-box h2, .schedule__meeting .element-wrapper .invoice-w h2, .schedule__meeting .element-wrapper .big-error-w h2 {
        font-size: 18px; } }
  .schedule__meeting .element-wrapper .element-box h1, .schedule__meeting .element-wrapper .invoice-w h1, .schedule__meeting .element-wrapper .big-error-w h1 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 10px auto 0;
    max-width: 610px; }
    @media (max-width: 650px) {
      .schedule__meeting .element-wrapper .element-box h1, .schedule__meeting .element-wrapper .invoice-w h1, .schedule__meeting .element-wrapper .big-error-w h1 {
        font-size: 18px; } }
    @media (max-width: 550px) {
      .schedule__meeting .element-wrapper .element-box h1, .schedule__meeting .element-wrapper .invoice-w h1, .schedule__meeting .element-wrapper .big-error-w h1 {
        font-size: 16px; } }
    .schedule__meeting .element-wrapper .element-box h1.Join--company, .schedule__meeting .element-wrapper .invoice-w h1.Join--company, .schedule__meeting .element-wrapper .big-error-w h1.Join--company {
      font-size: 20px; }
  .schedule__meeting .element-wrapper .element-box .button__wrap, .schedule__meeting .element-wrapper .invoice-w .button__wrap, .schedule__meeting .element-wrapper .big-error-w .button__wrap {
    margin-top: 15px; }
  .schedule__meeting .element-wrapper .element-box .btn, .schedule__meeting .element-wrapper .invoice-w .btn, .schedule__meeting .element-wrapper .big-error-w .btn, .schedule__meeting .element-wrapper .element-box .all-wrapper .fc-button, .all-wrapper .schedule__meeting .element-wrapper .element-box .fc-button, .schedule__meeting .element-wrapper .invoice-w .all-wrapper .fc-button, .all-wrapper .schedule__meeting .element-wrapper .invoice-w .fc-button, .schedule__meeting .element-wrapper .big-error-w .all-wrapper .fc-button, .all-wrapper .schedule__meeting .element-wrapper .big-error-w .fc-button {
    padding: 6px 20px;
    color: #b11f37;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 10px auto 0; }
    .schedule__meeting .element-wrapper .element-box .btn svg, .schedule__meeting .element-wrapper .invoice-w .btn svg, .schedule__meeting .element-wrapper .big-error-w .btn svg, .schedule__meeting .element-wrapper .element-box .all-wrapper .fc-button svg, .all-wrapper .schedule__meeting .element-wrapper .element-box .fc-button svg, .schedule__meeting .element-wrapper .invoice-w .all-wrapper .fc-button svg, .all-wrapper .schedule__meeting .element-wrapper .invoice-w .fc-button svg, .schedule__meeting .element-wrapper .big-error-w .all-wrapper .fc-button svg, .all-wrapper .schedule__meeting .element-wrapper .big-error-w .fc-button svg {
      height: 16px;
      width: 16px;
      margin-right: 6px;
      position: relative;
      top: -1px;
      fill: #b11f37; }

strong.checklist {
  margin-bottom: 10px;
  display: block;
  font-size: 16px; }

.q__and__ans .status__outer__lft {
  flex-wrap: wrap; }

.active__deals__views {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  gap: 10px; }
  .active__deals__views_inner {
    font-size: 13px;
    color: #354052; }
    .active__deals__views_inner svg {
      width: 20px;
      height: 11px; }

.active__deals__wrap__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
  list-style: none; }
  .active__deals__wrap__list li {
    display: flex;
    background: #FFFFFF;
    border-radius: 4px;
    gap: 15px;
    border: 1px solid #f6f7f9;
    transition: all 0.5s ease;
    min-height: 250px; }
    @media (max-width: 900px) {
      .active__deals__wrap__list li {
        flex-wrap: wrap; } }
    .active__deals__wrap__list li:hover {
      border: 1px solid #DADADA; }
    .active__deals__wrap__list li.deal__detail__no__data .active__deals__wrap__list__right:hover .active__deals__wrap__list__right__image {
      opacity: 1; }
  .active__deals__wrap__list__outer {
    flex: 1;
    display: flex;
    position: relative;
    padding: 20px 30px; }
    @media (max-width: 1200px) {
      .active__deals__wrap__list__outer {
        padding: 10px; } }
    @media (max-width: 900px) {
      .active__deals__wrap__list__outer {
        flex: 100%;
        padding: 20px; } }
    .active__deals__wrap__list__outer__detail {
      display: flex;
      gap: 15px;
      flex: 1;
      padding-top: 22px; }
      .active__deals__wrap__list__outer__detail__inner {
        flex: 1;
        flex-basis: 100%; }
        .active__deals__wrap__list__outer__detail__inner h1 {
          font-size: 18px;
          color: #354052;
          font-weight: 700; }
        .active__deals__wrap__list__outer__detail__inner h2 {
          font-weight: 700;
          font-size: 14px;
          margin: 0;
          color: #354052; }
        .active__deals__wrap__list__outer__detail__inner p {
          font-size: 13px;
          line-height: 24px;
          color: #000000; }
        .active__deals__wrap__list__outer__detail__inner .deal__column__inner > div {
          word-break: break-word; }
  .active__deals__wrap__list__right {
    flex: 1;
    max-height: 100%;
    min-height: 100%;
    position: relative; }
    @media (max-width: 900px) {
      .active__deals__wrap__list__right {
        max-height: 218px;
        min-height: 218px; } }
    .active__deals__wrap__list__right:hover .active__deals__wrap__list__right__image {
      opacity: 0; }
    .active__deals__wrap__list__right:hover .active__deals__wrap__list__right__details {
      opacity: 1; }
    .active__deals__wrap__list__right__image {
      max-height: 100%;
      min-height: 100%;
      position: relative;
      cursor: pointer; }
      @media (max-width: 900px) {
        .active__deals__wrap__list__right__image {
          max-height: 218px;
          min-height: 218px; } }
      .active__deals__wrap__list__right__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0; }
    .active__deals__wrap__list__right__details {
      height: 100%;
      background: #F6F7F9;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      position: absolute;
      width: 100%;
      top: 0;
      opacity: 0;
      transition: all 0.5s ease; }
      .active__deals__wrap__list__right__details .active__deals__list {
        min-width: 281px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .active__deals__wrap__list__right__details .active__deals__list strong {
          font-size: 14px;
          font-weight: 400;
          color: #354052; }
        .active__deals__wrap__list__right__details .active__deals__list span {
          height: 26px;
          background: #FFFFFF;
          border-radius: 26px;
          color: #354052;
          font-size: 12px;
          padding: 0 20px;
          display: flex;
          align-items: center; }
  .active__deals__wrap__list__small__image {
    max-width: 114px;
    min-height: 80px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    background: #F6F7F9;
    display: flex;
    align-items: center;
    justify-content: center; }
    .active__deals__wrap__list__small__image img {
      width: 80%; }
  .active__deals__wrap__list__small__sdgs__image {
    flex: 1;
    flex-basis: 140px; }
  .active__deals__wrap__list__small__sdgs__list {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    justify-content: center; }
    .active__deals__wrap__list__small__sdgs__list a {
      border-radius: 2px;
      overflow: hidden;
      background: #B11F37;
      width: 33px; }

.deal__column {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  display: flex; }
  .deal__column .button__style {
    justify-content: space-between; }

.opportunities__document__outer {
  display: flex;
  align-items: center;
  gap: 5px; }
  .opportunities__document__outer__pdf svg {
    width: 40px;
    height: 40px;
    fill: #666; }
  .opportunities__document__outer__inner {
    display: flex;
    align-items: center; }

.opportunities__name .label {
  font-size: 14px;
  font-weight: 500; }

.opportunities__name h5 {
  font-weight: 300;
  font-size: 12px;
  margin: 0; }

.contact__info__btn p {
  color: #000000;
  opacity: 0.6;
  font-size: 10px;
  margin: 10px 0 0 0; }

.eso__dashboard .active__deals__wrap__list__outer {
  padding: 20px 20px; }
  .eso__dashboard .active__deals__wrap__list__outer__detail {
    flex: 1; }
    .eso__dashboard .active__deals__wrap__list__outer__detail__inner {
      flex: 1;
      flex-basis: 100%; }

.eso__dashboard .active__deals__wrap__list__right {
  flex: 0.7; }

.eso__dashboard .active__deals__wrap__list__small__sdgs__image {
  flex: 1;
  flex-basis: 140px; }

.eso__dashboard .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network h1 {
  text-align: left;
  color: #354052;
  font-size: 18px;
  line-height: 20px; }

.eso__dashboard__pipeline {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr); }

.investor_type {
  color: #2FA851;
  font-size: 10px;
  margin: 0 0 0 7px;
  font-weight: 500;
  opacity: 1; }

.main-heading-no-border {
  font-size: 24px; }
  .main-heading-no-border span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 15px 0 0; }

.subheading {
  text-align: center;
  padding: 25px 0; }
  @media (max-width: 720px) {
    .subheading {
      padding: 20px 0; } }
  .subheading .main-heading-no-border {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #354052; }
    @media (max-width: 720px) {
      .subheading .main-heading-no-border {
        font-size: 30px;
        line-height: 36px; } }

.table__no__bg .table.table-v2 thead tr th {
  background-color: #fff;
  text-align: left;
  border-color: #d9dee2;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: #000; }

.table__no__bg .table.table-v2.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }

.table__no__bg .table.table-v2.table-striped tbody tr td {
  background-color: #fff; }
  .table__no__bg .table.table-v2.table-striped tbody tr td.font-bold {
    color: #000; }

.modal-dialog.all-wrapper.create__account__step {
  max-width: unset; }
  .modal-dialog.all-wrapper.create__account__step .create__account__step__inner {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 0; }
    @media (max-width: 800px) {
      .modal-dialog.all-wrapper.create__account__step .create__account__step__inner .auth-box-w {
        max-width: 650px; } }
    @media (max-width: 700px) {
      .modal-dialog.all-wrapper.create__account__step .create__account__step__inner .auth-box-w {
        max-width: 100%;
        padding: 45px 10px;
        margin-left: 15px;
        margin-right: 15px; }
        .modal-dialog.all-wrapper.create__account__step .create__account__step__inner .auth-box-w .modal-body {
          padding: 0; } }
    .modal-dialog.all-wrapper.create__account__step .create__account__step__inner .close {
      position: relative;
      z-index: 9999;
      pointer-events: all;
      top: -30px;
      right: -30px; }
      @media (max-width: 700px) {
        .modal-dialog.all-wrapper.create__account__step .create__account__step__inner .close {
          right: -10px; } }
    @media (max-width: 600px) {
      .modal-dialog.all-wrapper.create__account__step .create__account__step__inner .create__account__step__inner__step.investor__list {
        grid-template-columns: repeat(1, 1fr); } }

.loader {
  margin: 0 auto; }

#networktable {
  padding: 0 50px;
  margin: 50px 0 0; }
  #networktable .table.table-padded thead tr th {
    white-space: nowrap; }
  @media (max-width: 800px) {
    #networktable {
      padding: 0 20px;
      margin: 20px 0 0; } }
  @media (max-width: 700px) {
    #networktable {
      padding: 0 10px; } }

.meat__team .team__members__list li {
  min-height: 260px; }
  .meat__team .team__members__list li .button__style .btn, .meat__team .team__members__list li .button__style .all-wrapper .fc-button, .all-wrapper .meat__team .team__members__list li .button__style .fc-button {
    font-size: 13px; }

.meat__team .team__members__detail {
  height: auto; }
  .meat__team .team__members__detail h1 {
    max-width: 180px; }

.documents__outer .label__name__view {
  row-gap: 20px; }
  @media (max-width: 1400px) {
    .documents__outer .label__name__view {
      row-gap: 13px; } }
  .documents__outer .label__name__view .company__outer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 23px 20px; }
    @media (max-width: 1450px) {
      .documents__outer .label__name__view .company__outer {
        padding: 23px 12px; } }
    .documents__outer .label__name__view .company__outer:hover {
      border: 1px solid #b11f37;
      box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.12); }
      .documents__outer .label__name__view .company__outer:hover .company__outer__name .label {
        color: #b11f37; }
      .documents__outer .label__name__view .company__outer:hover .company__outer__name h5 {
        color: #000;
        opacity: 1; }
      .documents__outer .label__name__view .company__outer:hover .company__outer__logo svg {
        fill: #000000;
        opacity: 0.4; }
    .documents__outer .label__name__view .company__outer__name .label {
      font-size: 14px;
      line-height: 12px;
      color: #000;
      font-weight: 500;
      opacity: 1;
      margin-bottom: 4px; }
      @media (max-width: 1400px) {
        .documents__outer .label__name__view .company__outer__name .label {
          width: 90%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
      @media (max-width: 1200px) {
        .documents__outer .label__name__view .company__outer__name .label {
          width: 80%; } }
      @media (max-width: 1100px) {
        .documents__outer .label__name__view .company__outer__name .label {
          width: 70%; } }
      @media (max-width: 1000px) {
        .documents__outer .label__name__view .company__outer__name .label {
          width: 60%; } }
    .documents__outer .label__name__view .company__outer__name h5 {
      font-size: 10px;
      color: #000;
      font-weight: 500;
      margin: 0;
      opacity: 0.4; }
    .documents__outer .label__name__view .company__outer__logo {
      border: 0;
      height: 32px;
      width: 25px; }
      .documents__outer .label__name__view .company__outer__logo svg {
        height: 32px;
        fill: #b11f37; }
    .documents__outer .label__name__view .company__outer.impact__assessment__outer {
      padding: 0;
      align-items: center; }
      .documents__outer .label__name__view .company__outer.impact__assessment__outer .company__outer__logo {
        height: 100%;
        width: 108px;
        height: 105px;
        background: #F6F7F9;
        border-radius: 3px 0px 0px 3px; }
        .documents__outer .label__name__view .company__outer.impact__assessment__outer .company__outer__logo svg {
          fill: #000000;
          opacity: 0.4; }
      .documents__outer .label__name__view .company__outer.impact__assessment__outer .impact__assessment__outer__inner {
        flex: 1;
        display: flex;
        justify-content: space-between;
        padding-right: 25px;
        align-items: center; }

.documents__outer__ankar {
  overflow: hidden; }
  .documents__outer__ankar .company__outer__name .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }

@media (max-width: 950px) {
  .if__tow__section__for__responsive .if__div__flex {
    flex: 100%;
    max-width: 100%; }
  .organization__profile__overview__devider::after {
    display: none; } }

.no__data__found {
  color: #B11F35;
  font-size: 13px;
  position: relative;
  top: -170px;
  text-align: center; }

.search__network .create__account__step__inner {
  border-radius: 0; }

.create__account__outer.all-wrapper {
  padding: 0;
  max-width: 600px;
  margin: 0 auto; }
  @media (max-width: 820px) {
    .create__account__outer.all-wrapper.body-center {
      padding: 0 20px; } }
  .create__account__outer.all-wrapper .logo-w {
    text-align: center;
    margin-bottom: 35px; }
  .create__account__outer.all-wrapper .auth-box-w {
    max-width: 800px;
    border-radius: 10px; }
    @media (max-width: 720px) {
      .create__account__outer.all-wrapper .auth-box-w {
        max-width: 100%; } }
    .create__account__outer.all-wrapper .auth-box-w form, .create__account__outer.all-wrapper .login-information .auth-box-w .login-info-hd, .login-information .create__account__outer.all-wrapper .auth-box-w .login-info-hd {
      padding: 0; }
    .create__account__outer.all-wrapper .auth-box-w .element-wrapper {
      padding: 40px;
      margin: 0; }
      @media (max-width: 720px) {
        .create__account__outer.all-wrapper .auth-box-w .element-wrapper {
          padding: 10px 0; } }

.create__account__outer h1 {
  font-size: 24px;
  margin: 0 0 5px 0;
  text-align: center; }

.create__account__outer__para {
  margin-bottom: 30px; }
  .create__account__outer__para strong {
    font-size: 14px;
    margin: 0 0 5px 0;
    display: block; }
  .create__account__outer__para p {
    font-size: 13px;
    line-height: 19px; }

.create__account__outer .button__style .btn-danger {
  width: 100%; }

.create__account__outer .characters__limit {
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  opacity: 0.5; }

.create__account__outer .checkbox {
  display: flex;
  justify-content: space-between; }
  .create__account__outer .checkbox label {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000; }
  .create__account__outer .checkbox .show__terms a {
    text-decoration: underline;
    font-size: 13px;
    position: relative;
    top: -2px;
    font-weight: 500;
    color: #b11f35; }

.create__account__outer .login--with--bottom--outer {
  gap: 15px; }
  .create__account__outer .login--with--bottom--outer .button__style {
    flex: 1; }
    .create__account__outer .login--with--bottom--outer .button__style .button {
      flex: 1; }
  .create__account__outer .login--with--bottom--outer .sig {
    width: 100%;
    padding: 0; }
    @media (max-width: 650px) {
      .create__account__outer .login--with--bottom--outer .sig {
        flex: none; } }
    @media (max-width: 650px) {
      .create__account__outer .login--with--bottom--outer .sig .ico-wrapper {
        flex: none; } }

.switch {
  position: relative;
  display: flex;
  align-items: center;
  height: 27px;
  padding-left: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #354052;
  font-family: "proxima-nova", sans-serif; }
  .switch__inverse .slidertoggle {
    background-color: #d9d9d9; }
    .switch__inverse .slidertoggle:before {
      background: #B11F35; }
  .switch__inverse input:checked + .slidertoggle {
    background: #B11F35; }
  .switch__inverse input:checked + .slidertoggle:before {
    background: #fff; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slidertoggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B11F35;
  -webkit-transition: .4s;
  transition: .4s; }

.slidertoggle:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slidertoggle {
  background: #fff; }

input:checked + .slidertoggle:before {
  background: #B11F35; }

input:focus + .slidertoggle {
  box-shadow: 0 0 1px #cccccc; }

input:checked + .slidertoggle:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

/* Rounded slidertoggles */
.slidertoggle.round {
  border-radius: 34px;
  width: 46px;
  height: 24px; }

.slidertoggle.round:before {
  border-radius: 50%; }

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

.if__not__highlights__section .col-sm-8 {
  flex: 0 0 100%;
  max-width: 100%; }

.if__not__highlights__section .label__name__view {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  .if__not__highlights__section .label__name__view .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%; }

.button--loader {
  position: relative;
  pointer-events: none; }
  .button--loader::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.8;
    background: #1e273c;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .button--loader::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #00d0fd;
    font-size: 0;
    z-index: 11;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .button--loader span {
    visibility: hidden; }

.terms_conditions {
  margin-bottom: 20px; }

.copy-right p {
  font-size: 11px;
  color: #000000;
  opacity: 0.4;
  margin: 6px 0 0; }

.copy-right--footer-nav {
  margin-bottom: 10px; }
  .copy-right--footer-nav a {
    font-size: 14px;
    font-weight: 400;
    color: #b11f37;
    position: relative;
    margin: 0 5px; }
    .copy-right--footer-nav a::after {
      content: "|";
      font-size: 14px;
      top: 0px;
      right: -6px;
      position: absolute; }
    .copy-right--footer-nav a:last-child::after {
      display: none; }

.all-wrapper.login__message {
  padding: 0;
  max-width: 600px;
  margin: 0 auto; }
  .all-wrapper.login__message .auth-box-w {
    max-width: unset;
    border-radius: 10px; }
    .all-wrapper.login__message .auth-box-w .logo-w {
      padding: 0 0 40px 0; }
    .all-wrapper.login__message .auth-box-w .element-wrapper {
      padding: 40px;
      margin: 0; }

.login__message__para {
  margin: 0 auto; }
  .login__message__para p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000; }
  .login__message__para strong {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
    display: block; }
    .login__message__para strong a {
      color: #B11F35; }

.login__message .copy-right {
  padding-bottom: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 50px; }

.login__step {
  padding: 0; }
  .login__step.auth-wrapper .all-wrapper {
    padding: 0;
    height: 100%;
    max-width: 100%; }
    .login__step.auth-wrapper .all-wrapper .create__account__step {
      padding: 20px; }

.create__white__bg {
  padding: 30px 0;
  background: #fff; }

.create__account__step__secound .create__account__step__inner__step {
  grid-gap: 0; }
  @media (max-width: 530px) {
    .create__account__step__secound .create__account__step__inner__step {
      grid-row-gap: 20px; } }
  .create__account__step__secound .create__account__step__inner__step__active .create__account__step__inner__step__inner {
    border: 1px solid #B11F37;
    border-radius: 4px 0 0 4px;
    position: relative; }
    .create__account__step__secound .create__account__step__inner__step__active .create__account__step__inner__step__inner::after {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      border: solid #B11F37;
      border-width: 0 1px 1px 0;
      display: inline-block;
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      right: -6px;
      background: #fff;
      z-index: 1; }
      @media (max-width: 400px) {
        .create__account__step__secound .create__account__step__inner__step__active .create__account__step__inner__step__inner::after {
          right: auto;
          top: auto;
          bottom: -6px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); } }
    .create__account__step__secound .create__account__step__inner__step__active .create__account__step__inner__step__inner:hover {
      border: 1px solid #B11F37; }
  .create__account__step__secound .create__account__step__inner__step__inner {
    border-right: 0;
    border-radius: 0; }
    .create__account__step__secound .create__account__step__inner__step__inner:hover {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 0;
      box-shadow: none; }
      .create__account__step__secound .create__account__step__inner__step__inner:hover strong {
        color: #000; }

.create__account__step__footer {
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .create__account__step__footer .copy-right {
    margin: 0; }

.create__account__step__inner {
  background: #F4F6F8;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0;
  padding-bottom: 170px;
  height: 100%;
  position: relative; }
  .create__account__step__inner .logo-w {
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px 10px 0 0; }
    .create__account__step__inner .logo-w .logout {
      position: absolute;
      right: 20px;
      top: 15px;
      color: #000000;
      font-weight: 500; }
      .create__account__step__inner .logo-w .logout:hover {
        color: #b11f37; }
  .create__account__step__inner .auth-box-w {
    max-width: 800px;
    margin: 40px auto 0;
    padding: 45px 40px;
    border-radius: 10px; }
    @media (max-width: 800px) {
      .create__account__step__inner .auth-box-w {
        max-width: 650px; } }
    @media (max-width: 700px) {
      .create__account__step__inner .auth-box-w {
        max-width: 100%;
        padding: 45px 10px;
        margin-left: 15px;
        margin-right: 15px; } }
    .create__account__step__inner .auth-box-w .element-wrapper h1, .create__account__step__inner .auth-box-w .element-wrapper span {
      text-align: center;
      color: #000000;
      display: block; }
    .create__account__step__inner .auth-box-w .element-wrapper h1 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.02em;
      margin-bottom: 16px; }
    .create__account__step__inner .auth-box-w .element-wrapper span {
      font-size: 14px;
      line-height: 12px; }
  .create__account__step__inner__step {
    padding: 0;
    margin: 10px 0 30px 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px; }
    @media (max-width: 530px) {
      .create__account__step__inner__step {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 400px) {
      .create__account__step__inner__step {
        grid-template-columns: repeat(1, 1fr); } }
    .create__account__step__inner__step.investor__list {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
      max-width: 460px;
      margin: 0 auto; }
      @media (max-width: 600px) {
        .create__account__step__inner__step.investor__list {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 20px; } }
      .create__account__step__inner__step.investor__list li {
        min-height: 180px; }
    .create__account__step__inner__step li {
      text-align: center; }
      .create__account__step__inner__step li p {
        margin: 0 0 10px;
        font-size: 12px;
        color: #000000;
        opacity: 0.4; }
      .create__account__step__inner__step li .active--user--para {
        position: relative;
        top: 5px; }
        .create__account__step__inner__step li .active--user--para a {
          opacity: 0.8;
          font-size: 14px;
          margin: 0;
          color: #000000;
          font-style: italic; }
      .create__account__step__inner__step li.create__account__step__inner__step__active .create__account__step__inner__step__inner {
        border-color: #B11F37;
        box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.12); }
        .create__account__step__inner__step li.create__account__step__inner__step__active .create__account__step__inner__step__inner strong {
          color: #B11F37; }
        .create__account__step__inner__step li.create__account__step__inner__step__active .create__account__step__inner__step__inner svg {
          fill: #B11F37; }
      .create__account__step__inner__step li:last-child .create__account__step__inner__step__inner {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
        .create__account__step__inner__step li:last-child .create__account__step__inner__step__inner::after {
          display: none; }
      .create__account__step__inner__step li:last-child.create__account__step__inner__step__active {
        border: 0; }
        .create__account__step__inner__step li:last-child.create__account__step__inner__step__active .create__account__step__inner__step__inner {
          border: 1px solid #B11F37;
          border-radius: 0 4px 4px 0; }
      .create__account__step__inner__step li:nth-child(2) .create__account__step__inner__step__inner {
        border-radius: 0; }
        @media (max-width: 530px) {
          .create__account__step__inner__step li:nth-child(2) .create__account__step__inner__step__inner {
            border-right: 1px solid rgba(0, 0, 0, 0.1); } }
    .create__account__step__inner__step__inner {
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      border-radius: 4px;
      min-height: 190px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      padding: 0 20px;
      position: relative; }
      .create__account__step__inner__step__inner svg {
        width: 50px;
        height: 58px;
        margin-bottom: 15px; }
      .create__account__step__inner__step__inner strong {
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        color: #000;
        min-height: 40px; }
  .create__account__step__inner__join {
    font-size: 12px;
    color: #000000;
    opacity: 0.7;
    font-style: italic;
    margin: 15px auto 0;
    display: block;
    text-align: center; }
    .create__account__step__inner__join a {
      font-size: 12px;
      color: #000000; }

.create__account__step .create__an__investment.auth-box-w {
  max-width: 500px; }
  .create__account__step .create__an__investment.auth-box-w .create__account__step__inner__step {
    padding: 0; }

.create__account__step .create__an__investment .schedule__meeting .element-wrapper svg {
  width: 40px;
  height: 35px;
  fill: #fff; }

.create__account__step .create__an__investment .schedule__meeting .element-wrapper h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center; }

.create__account__step .create__an__investment .invite_team_members .element-wrapper svg {
  width: 40px;
  height: 40px;
  fill: #000; }

.create__account__step .create__an__investment .invite_team_members .element-wrapper h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #000; }

.create__account__step .create__an__investment .invite_team_members .element-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #000; }

.footernavtop {
  background: #fff;
  padding: 50px 0;
  min-height: initial; }
  .footernavtop .footer-outer {
    display: flex;
    gap: 100px;
    justify-content: center; }
    @media (max-width: 1450px) {
      .footernavtop .footer-outer {
        gap: 120px; } }
    @media (max-width: 1300px) {
      .footernavtop .footer-outer {
        gap: 90px; } }
    @media (max-width: 900px) {
      .footernavtop .footer-outer {
        gap: 50px; } }
    @media (max-width: 800px) {
      .footernavtop .footer-outer {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center; } }
    .footernavtop .footer-outer ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .footernavtop .footer-outer ul li strong {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 14px;
        color: #354052;
        display: block; }
      .footernavtop .footer-outer ul li a {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #354052; }
        .footernavtop .footer-outer ul li a:hover {
          color: #b11f37; }
      .footernavtop .footer-outer ul li + li {
        margin-top: 8px;
        text-align: center; }
    .footernavtop .footer-outer .social__section {
      margin-top: 15px; }
      .footernavtop .footer-outer .social__section .button__style .btn, .footernavtop .footer-outer .social__section .button__style .all-wrapper .fc-button, .all-wrapper .footernavtop .footer-outer .social__section .button__style .fc-button {
        padding: 6px 38px; }
      .footernavtop .footer-outer .social__section ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        margin-top: 25px; }
        .footernavtop .footer-outer .social__section ul li {
          margin: 0;
          padding: 0; }
          .footernavtop .footer-outer .social__section ul li a {
            border: 1px solid rgba(10, 20, 47, 0.15);
            width: 39px;
            height: 39px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .footernavtop .footer-outer .social__section ul li a svg {
              width: 14px;
              height: 14px;
              fill: #354052; }
            .footernavtop .footer-outer .social__section ul li a:hover {
              border-color: #b11f37;
              fill: #b11f37; }
              .footernavtop .footer-outer .social__section ul li a:hover svg {
                fill: #b11f37; }

@media (max-width: 700px) {
  .nav-flex-wrap {
    flex-wrap: wrap; } }

@media (max-width: 700px) {
  .nav-flex-wrap .nav {
    flex: 100%; } }

@media (max-width: 700px) {
  .invite__button {
    margin-top: 20px; } }

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

.padding-0 {
  padding: 20px; }
  .padding-0.auth-wrapper .all-wrapper {
    padding: 10px;
    height: 100%;
    max-width: 100%;
    background: #F6F7F9;
    border-radius: 8px 6px 6px 6px; }

.pitches__events {
  padding: 0;
  margin: 0; }
  .pitches__events li {
    list-style: none;
    display: flex;
    gap: 20px;
    flex: 1; }
    .pitches__events li + li {
      margin-top: 20px; }
    .pitches__events li.active .play__button {
      background: #b11f37; }
      .pitches__events li.active .play__button svg {
        fill: #fff;
        opacity: 1; }
  .pitches__events__image {
    width: 100px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden; }
    .pitches__events__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pitches__events__data {
    display: flex;
    gap: 10px;
    flex: 1;
    justify-content: space-between;
    align-items: center; }
    .pitches__events__data__inner {
      flex: 1; }
      .pitches__events__data__inner strong, .pitches__events__data__inner a {
        font-size: 17px; }
      .pitches__events__data__inner span {
        font-weight: 500;
        font-size: 15px;
        color: #b11f37;
        display: block; }
        .pitches__events__data__inner span.date {
          color: rgba(0, 0, 0, 0.4); }
      .pitches__events__data__inner a span {
        font-size: 15px; }
      .pitches__events__data__inner p span {
        margin: 0 !important;
        font-size: 14px !important;
        color: #000000;
        display: inline-block;
        font-weight: 400; }
      .pitches__events__data__inner p strong, .pitches__events__data__inner p b {
        font-weight: 400; }
      .pitches__events__data__inner p a {
        display: inline-block !important;
        margin: 0 !important;
        font-size: 14px !important;
        color: #000000 !important;
        pointer-events: none; }
      .pitches__events__data__inner .know--title {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal; }

.element-box, .invoice-w, .big-error-w {
  box-shadow: none; }

.slag {
  justify-content: flex-start; }
  .slag .btn, .slag .all-wrapper .fc-button, .all-wrapper .slag .fc-button {
    font-size: 12px; }
  .slag .btn-gray {
    background: #F6F7F9;
    color: #354052; }

.table__anchor {
  color: #367BF6;
  font-size: 14px;
  font-weight: 500; }

.table td.font-bold {
  font-weight: 500;
  font-size: 18px; }

.user__small__image {
  width: 50px;
  height: 50px;
  background: #C4C4C4;
  border-radius: 4px;
  overflow: hidden; }
  .user__small__image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.youtube__players img {
  width: 100%; }

.youtube__players strong {
  font-size: 24px;
  color: #354052;
  display: block;
  margin-bottom: 10px; }

.youtube__players p {
  margin-bottom: 20px;
  text-align: justify;
  padding-right: 20px; }

.opportunities__right__top {
  padding: 15px; }
  .opportunities__right__top__box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .opportunities__right__top__box a {
      background: #B11F35;
      border-radius: 4px;
      height: 40px;
      display: flex;
      align-items: center;
      color: #fff;
      flex: 1;
      justify-content: center; }
      @media (max-width: 1400px) {
        .opportunities__right__top__box a {
          font-size: 13px;
          flex: 100%; } }
      @media (max-width: 1160px) {
        .opportunities__right__top__box a {
          flex: 45%; } }
      @media (max-width: 500px) {
        .opportunities__right__top__box a {
          flex: 100%; } }
      .opportunities__right__top__box a:last-of-type {
        flex-basis: 100%; }
      .opportunities__right__top__box a:last-child {
        flex-basis: 100%; }
  .opportunities__right__top .network__column {
    margin: 0 0 20px 0; }
    .opportunities__right__top .network__column strong {
      font-size: 16px;
      display: block;
      margin-bottom: 10px; }
    .opportunities__right__top .network__column__list {
      grid-template-columns: repeat(1, 1fr); }
      .opportunities__right__top .network__column__list__inner {
        box-shadow: none;
        border: 1px solid #DADADA; }
        .opportunities__right__top .network__column__list__inner__image {
          min-height: 140px;
          border-bottom: 1px solid #DADADA; }
          .opportunities__right__top .network__column__list__inner__image.if__logo {
            display: flex;
            align-items: center;
            justify-content: center; }
            .opportunities__right__top .network__column__list__inner__image.if__logo img {
              height: auto;
              width: auto; }
  .opportunities__right__top .sdgs strong {
    font-size: 16px;
    margin-bottom: 10px;
    display: block; }
  .opportunities__right__top .sdgs__inner {
    display: flex;
    gap: 15px; }
    .opportunities__right__top .sdgs__inner img {
      height: 60px;
      width: 55px;
      border-radius: 4px; }

.artha--red {
  background: #b11f37;
  color: #fff; }
  .artha--red:hover {
    color: #fff; }

.artha--red-text {
  color: #B11F35; }

.artha--normal {
  background: #474B4E;
  color: #fff; }
  .artha--normal.default:not(:disabled):not(.disabled) {
    cursor: default; }

.artha--red-font {
  color: #b11f37 !important; }

.no-statistics-inner {
  display: none; }

.no-statistics .no-statistics-inner {
  visibility: hidden;
  display: block; }
  @media (max-width: 992px) {
    .no-statistics .no-statistics-inner {
      display: none; } }

.status__outer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .status__outer {
      flex-wrap: wrap;
      gap: 20px; } }
  .status__outer__lft {
    display: flex;
    gap: 15px; }
  .status__outer .button__style .btn, .status__outer .button__style .all-wrapper .fc-button, .all-wrapper .status__outer .button__style .fc-button {
    height: 100%; }

#previous-reply .switch {
  padding-left: 0; }

.slag__outer {
  justify-content: flex-start;
  padding-left: 50px; }

.btn-yellow {
  background: #EDBB3A;
  color: #fff; }

.btn-blue {
  background: #54B9E3;
  color: #fff; }

.btn-darkblue {
  background: #6A71E5;
  color: #fff; }

.btn-sky {
  background: #0091FF;
  color: #fff; }

.btn-sky--dark {
  background: #14438F;
  color: #fff; }

.btn-blue-light {
  background: #505153;
  color: #fff; }

.btn-orange {
  background: #FD6B3A;
  color: #fff; }

.btn-green {
  background: #02A951;
  color: #fff; }

.btn-green--light {
  background: #75BD96;
  color: #fff; }

.btn-green--lighter {
  background: #C1EDD8;
  color: #354052; }

.view__enterprise__outer {
  max-width: 685px;
  margin: 0 auto; }

@media (min-width: 720px) {
  .full__width__list {
    min-height: 700px; } }

.view__enterprise {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  @media (max-width: 420px) {
    .view__enterprise {
      flex-wrap: wrap; } }
  .view__enterprise .button__style {
    justify-content: flex-start; }
  .view__enterprise__image {
    position: relative;
    width: 170px;
    min-height: 80px;
    margin-right: 10px;
    border-radius: 4px;
    flex: 1;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column; }
    .view__enterprise__image.if__logo {
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center; }
      .view__enterprise__image.if__logo img {
        height: auto;
        margin: 0 auto;
        object-fit: unset;
        border-radius: 0; }
    .view__enterprise__image img {
      border-radius: 4px;
      height: 100%;
      object-fit: cover; }
  .view__enterprise span {
    font-size: 13px;
    color: #354052;
    opacity: 0.7; }
  .view__enterprise strong {
    font-size: 20px;
    color: #354052;
    display: inline;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden; }

.word__break {
  word-break: break-word; }
  .word__break p {
    word-break: break-word; }
  .word__break > div {
    word-break: break-word; }

.div__eq__two .if__div_missing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 1150px) {
    .div__eq__two .if__div_missing .if__div__flex {
      flex: 100%; } }

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

.table__eq__td__width table tr td {
  width: 30%; }

.table--normal--font {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  white-space: nowrap;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px; }

.play__button {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .play__button svg {
    width: 9px;
    height: 11px;
    fill: #000000;
    opacity: 0.2; }
  .play__button:hover {
    background: #b11f37; }
    .play__button:hover svg {
      fill: #fff;
      opacity: 1; }

.toogle__tip {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 14px;
  width: 14px;
  background-color: #B11F37;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .toogle__tip svg {
    height: 8px;
    width: 4px;
    margin: 0; }

.register__footer {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 15px auto 0;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .register__footer {
      max-width: 650px; } }
  @media (max-width: 700px) {
    .register__footer {
      max-width: 100%;
      margin-left: 15px;
      margin-right: 15px; } }
  .register__footer a {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    line-height: normal;
    margin: 0; }

.setup__invesotor__profile {
  text-align: center; }
  .setup__invesotor__profile strong {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 10px; }
  .setup__invesotor__profile p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 15px;
    max-width: 360px; }

.search__section .button__style {
  margin: 0;
  background: #F6F7F9;
  border-radius: 4px;
  padding: 4px;
  gap: 5px; }
  .search__section .button__style .form-control {
    border-color: #F6F7F9;
    background: #F6F7F9; }

.setep__investor__form .button__style {
  justify-content: end; }
  .setep__investor__form .button__style.button_prev {
    justify-content: space-between; }

.setep__investor__form .auth-box-w {
  max-width: 600px; }
  .setep__investor__form .auth-box-w form, .setep__investor__form .login-information .auth-box-w .login-info-hd, .login-information .setep__investor__form .auth-box-w .login-info-hd {
    padding: 0; }

.setep__investor__form .register__footer {
  max-width: 600px; }

.setep__investor__form .create__account__outer .checkbox label {
  margin-bottom: 20px; }

.paragraph p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000; }

.congrats__outer__paragraph {
  max-width: 350px;
  margin: 0 auto; }
  .congrats__outer__paragraph p {
    font-size: 14px;
    text-align: center;
    color: #000; }
    .congrats__outer__paragraph p b {
      font-weight: 500; }
  .congrats__outer__paragraph__bg {
    background: #F6F7F9;
    border-radius: 6px;
    padding: 20px 40px;
    margin-bottom: 30px; }
    .congrats__outer__paragraph__bg p {
      line-height: 22px; }

.congrats__outer .element-wrapper {
  text-align: center; }
  .congrats__outer .element-wrapper svg {
    fill: #0ACF83;
    height: 114px;
    margin: 10px 0 0; }

.congrats__outer .meantime__outer {
  box-shadow: none;
  background: transparent;
  padding: 0;
  text-align: center; }
  .congrats__outer .meantime__outer strong {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    display: block; }
  .congrats__outer .meantime__outer .create__account__step__progress {
    margin-top: 15px; }
    .congrats__outer .meantime__outer .create__account__step__progress span {
      font-size: 10px;
      color: #000000;
      opacity: 0.3; }
    .congrats__outer .meantime__outer .create__account__step__progress__inner {
      height: 10px;
      background: #FFFFFF;
      border-radius: 39px; }
      .congrats__outer .meantime__outer .create__account__step__progress__inner__green {
        background: #0ACF83;
        border-radius: 58px;
        height: 100%; }
  .congrats__outer .meantime__outer .create__account__step__inner__step {
    padding: 0 60px; }
    .congrats__outer .meantime__outer .create__account__step__inner__step__inner {
      min-height: 144px;
      background-color: #fff;
      border-color: #fff; }
      .congrats__outer .meantime__outer .create__account__step__inner__step__inner svg {
        height: 36px; }
      .congrats__outer .meantime__outer .create__account__step__inner__step__inner strong {
        font-size: 13px;
        line-height: 18px; }
    .congrats__outer .meantime__outer .create__account__step__inner__step li:last-child .create__account__step__inner__step__inner {
      border: 0; }
    .congrats__outer .meantime__outer .create__account__step__inner__step li:last-child.create__account__step__inner__step__active .create__account__step__inner__step__inner {
      border: 1px solid #B11F37; }

.congrats__outer .due__diligence p {
  font-size: 17px;
  line-height: 23px; }
  @media (max-width: 720px) {
    .congrats__outer .due__diligence p {
      font-size: 15px;
      line-height: 21px; } }

.orgnization__contact__outer__button {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 35px 0 0; }
  .orgnization__contact__outer__button a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 19px 25px;
    font-size: 14px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer; }
    @media (max-width: 380px) {
      .orgnization__contact__outer__button a {
        padding: 10px;
        gap: 10px; } }
    .orgnization__contact__outer__button a svg {
      height: 26px;
      width: 28px;
      fill: #000000; }
    .orgnization__contact__outer__button a:hover {
      color: #B11F37 !important;
      border-color: #B11F37; }
      .orgnization__contact__outer__button a:hover svg {
        height: 26px;
        fill: #B11F37; }

.orgnization__contact__outer__list {
  padding: 0;
  margin: 0; }
  .orgnization__contact__outer__list li {
    display: flex;
    border-radius: 4px;
    background: #eff2f6; }
    @media (max-width: 992px) {
      .orgnization__contact__outer__list li {
        background: #EFF2F6; } }
    @media (max-width: 620px) {
      .orgnization__contact__outer__list li {
        flex-wrap: wrap; } }
    .orgnization__contact__outer__list li + li {
      margin-top: 20px; }
  .orgnization__contact__outer__list__image {
    max-width: 350px;
    flex-basis: 350px;
    max-height: 230px;
    min-height: 230px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #EFF2F6;
    justify-content: center; }
    @media (max-width: 992px) {
      .orgnization__contact__outer__list__image {
        max-width: 280px;
        flex-basis: 280px;
        max-height: 200px;
        min-height: 200px; } }
    @media (max-width: 750px) {
      .orgnization__contact__outer__list__image {
        max-width: 160px;
        flex-basis: 160px;
        padding: 10px; } }
    @media (max-width: 620px) {
      .orgnization__contact__outer__list__image {
        margin: 0 auto; } }
    .orgnization__contact__outer__list__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .orgnization__contact__outer__list__image a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
    .orgnization__contact__outer__list__image.ifcompanylogo img {
      width: auto;
      height: 70%;
      object-fit: unset;
      margin: auto;
      right: 0;
      left: 0; }
  .orgnization__contact__outer__list__detail {
    flex: 1;
    padding: 23px;
    background: #fff; }
    @media (max-width: 992px) {
      .orgnization__contact__outer__list__detail {
        background: #fff; } }
    @media (max-width: 620px) {
      .orgnization__contact__outer__list__detail {
        flex: 100%; } }
    @media (max-width: 380px) {
      .orgnization__contact__outer__list__detail {
        padding: 10px; } }
    .orgnization__contact__outer__list__detail .team__address {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 6px; }
      .orgnization__contact__outer__list__detail .team__address__col {
        gap: 5px; }
        .orgnization__contact__outer__list__detail .team__address__col strong {
          font-size: 14px;
          top: 3px; }
          @media (max-width: 750px) {
            .orgnization__contact__outer__list__detail .team__address__col strong {
              top: 0px;
              line-height: normal; } }
        .orgnization__contact__outer__list__detail .team__address__col span {
          font-size: 14px;
          font-weight: 500;
          color: #000; }
          .orgnization__contact__outer__list__detail .team__address__col span.team__address__col__pending {
            color: #E67E22;
            font-weight: 400; }
            .orgnization__contact__outer__list__detail .team__address__col span.team__address__col__pending.active {
              color: #5eb314; }
        .orgnization__contact__outer__list__detail .team__address__col .btn, .orgnization__contact__outer__list__detail .team__address__col .all-wrapper .fc-button, .all-wrapper .orgnization__contact__outer__list__detail .team__address__col .fc-button {
          margin-top: 15px; }
    .orgnization__contact__outer__list__detail h1 {
      font-size: 22px;
      color: #000000;
      display: block;
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        .orgnization__contact__outer__list__detail h1 {
          font-size: 18px;
          margin-bottom: 10px; } }
    .orgnization__contact__outer__list__detail_outer {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 620px) {
        .orgnization__contact__outer__list__detail_outer {
          flex-wrap: wrap; } }
      .orgnization__contact__outer__list__detail_outer .team__members__bottom {
        position: relative;
        top: -43px;
        border: 0; }
        @media (max-width: 620px) {
          .orgnization__contact__outer__list__detail_outer .team__members__bottom {
            position: relative;
            bottom: -5px;
            top: auto;
            align-self: flex-end; } }
        .orgnization__contact__outer__list__detail_outer .team__members__bottom .dropdown-toggle {
          background: #b11f37;
          border-color: #b11f37; }
          .orgnization__contact__outer__list__detail_outer .team__members__bottom .dropdown-toggle:focus {
            box-shadow: none;
            border-radius: 4px;
            background: #b11f37;
            border-color: #b11f37; }

.orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px; }
  @media (max-width: 1300px) {
    .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
      grid-template-columns: repeat(1, 1fr); } }
  .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list li {
    flex-wrap: wrap; }
  .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__image {
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    border-radius: 4px 4px 0 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__image img {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: auto;
      width: auto;
      object-fit: unset; }
    .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__image:hover {
      opacity: 0.9; }
  .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail {
    flex: 100%;
    padding: 20px  25px 40px; }
    @media (max-width: 700px) {
      .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail {
        padding: 20px; } }
    .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer {
      align-items: start; }
      @media (max-width: 700px) {
        .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer {
          flex-wrap: wrap; } }
      .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 700px) {
          .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap {
            flex: 100%; } }
        .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
          margin-bottom: 10px;
          line-height: normal;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 220px;
          overflow: hidden; }
          @media (max-width: 1550px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 190px; } }
          @media (max-width: 1450px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 165px; } }
          @media (max-width: 1300px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 275px; } }
          @media (max-width: 1200px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 240px; } }
          @media (max-width: 1100px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 240px; } }
          @media (max-width: 1050px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 170px; } }
          @media (max-width: 1000px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 240px;
              font-size: 18px; } }
          @media (max-width: 950px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 200px; } }
          @media (max-width: 800px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 150px; } }
          @media (max-width: 700px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 230px; } }
          @media (max-width: 650px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: 200px; } }
          @media (max-width: 600px) {
            .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__detail_outer .orgnization__contact__members__wrap h1 {
              width: auto;
              white-space: normal; } }
  .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list .team__members__bottom {
    flex: 100%;
    height: 51px; }
    .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list .team__members__bottom--detail {
      transition: all 0.2s ease;
      font-size: 13px; }
      .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list .team__members__bottom--detail:hover {
        background-color: #B11F35;
        color: #fff;
        border-radius: 0 0 0 4px; }
      .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list .team__members__bottom--detail:last-child {
        border-right: 0; }
        .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list .team__members__bottom--detail:last-child:hover {
          border-radius: 0 0 4px 0; }

.orgnization__contact .my__orgnization__wrapper__numbers {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0 40px; }
  @media (max-width: 600px) {
    .orgnization__contact .my__orgnization__wrapper__numbers {
      grid-template-columns: repeat(2, 1fr); } }
  .orgnization__contact .my__orgnization__wrapper__numbers__inner {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .orgnization__contact .my__orgnization__wrapper__numbers__inner strong {
      font-weight: 500;
      font-size: 36px;
      color: #000;
      line-height: normal; }
      @media (max-width: 750px) {
        .orgnization__contact .my__orgnization__wrapper__numbers__inner strong {
          font-size: 28px; } }
    .orgnization__contact .my__orgnization__wrapper__numbers__inner span {
      font-size: 14px;
      color: #000; }
      @media (max-width: 750px) {
        .orgnization__contact .my__orgnization__wrapper__numbers__inner span {
          font-size: 12px; } }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network h1 {
  text-align: center;
  font-size: 24px;
  color: #354052;
  font-weight: 500; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .if__filter__blank .enterprises__found {
  margin-top: 0px; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .if__filter__blank .enterprises__found .scroll-data {
    max-height: 326px; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .if__multipale__searchbox--missing {
  margin-top: 0px; }
  @media (max-width: 1000px) {
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .if__multipale__searchbox--missing {
      margin-top: 20px; } }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .if__multipale__searchbox--missing .enterprises__found .scroll-data {
    max-height: 326px; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .if__multipale__searchbox--missing .enterprises__found {
    margin-top: 0px; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .nav-tabs .nav-item .nav-link {
  color: #354052;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .map {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav {
  gap: 15px; }
  @media (max-width: 720px) {
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav {
      flex-wrap: wrap;
      gap: 0px; } }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav .form-group {
    flex: 1; }
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav .form-group.forhidden {
      visibility: hidden; }
      @media (max-width: 720px) {
        .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav .form-group.forhidden {
          display: none; } }
    @media (max-width: 720px) {
      .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav .form-group {
        flex: 100%; } }
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__nav .form-group label {
      display: block; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found {
  margin-top: 36px; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found .scroll-data {
    max-height: 355px; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer {
    margin-top: 20px; }
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element {
      background: #f6f7f9;
      border-radius: 4px;
      padding: 14px 30px; }
      .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element + .enterprises__found__outer__element + .enterprises__found__outer {
        margin-top: 20px; }
      .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element strong {
        font-size: 18px;
        font-weight: 500;
        color: #354052;
        display: block;
        margin-bottom: 15px; }
      .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element .team__address {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 6px; }
        .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element .team__address__col strong {
          font-size: 14px;
          margin: 0; }
        .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element .team__address__col span {
          color: #000000;
          opacity: 0.4;
          word-break: break-word; }
          .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element .team__address__col span.sdgs__icons {
            opacity: 1;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            position: relative;
            top: -2px;
            gap: 5px; }
            .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element .team__address__col span.sdgs__icons svg, .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__outer__element .team__address__col span.sdgs__icons img {
              height: 20px; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__heading {
    display: flex;
    margin-bottom: 22px; }
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__heading__left {
      display: flex;
      align-items: baseline;
      gap: 6px; }
      .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__heading__left h2 {
        font-size: 24px;
        color: #354052; }
      .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer .orgnization__contact__outer__explore__network .enterprises__found__heading__left span {
        font-size: 12px;
        color: #354052; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer__list__image {
  flex: 1;
  max-width: 100%; }

.orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer__list__detail {
  flex-direction: column;
  display: flex;
  justify-content: center; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer__list__detail h1 {
    margin-bottom: 8px; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer__list__detail .button__style {
    justify-content: start;
    margin: 20px 0 0 0; }
  .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer__list__detail_outer .team__address__col__pending {
    display: flex;
    align-items: center;
    gap: 7px; }
    .orgnization__contact.my__orgnization__wrapper .orgnization__contact__outer__list__detail_outer .team__address__col__pending .toogle__tip {
      position: static; }

body {
  background-color: #f6f7f9; }
  body.pre_register::before {
    background: #F4F6F8; }

.my__contacts__conversations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%; }
  .my__contacts__conversations.if__one__row {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
  .my__contacts__conversations__list {
    display: flex;
    gap: 10px;
    align-items: center;
    overflow: hidden; }
    .my__contacts__conversations__list__detail {
      flex: 1;
      overflow: hidden; }
      .my__contacts__conversations__list__detail__heading {
        display: flex;
        align-items: center; }
        .my__contacts__conversations__list__detail__heading__left {
          flex: 1; }
          .my__contacts__conversations__list__detail__heading__left strong {
            font-weight: 500;
            font-size: 14px; }
          .my__contacts__conversations__list__detail__heading__left span {
            color: #000000;
            font-size: 10px;
            opacity: 0.4; }
        .my__contacts__conversations__list__detail__heading .date {
          font-size: 11px;
          color: #000000;
          line-height: normal; }
      .my__contacts__conversations__list__detail p {
        margin: 0;
        font-size: 14px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.knowledge__outer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none; }
  .knowledge__outer__list {
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    gap: 20px; }
    .knowledge__outer__list__image {
      border-radius: 4px 0 0 4px;
      max-width: 220px;
      min-height: 200px;
      overflow: hidden; }
      .knowledge__outer__list__image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .knowledge__outer__list__detail {
      display: flex;
      flex-direction: column;
      gap: 8px;
      justify-content: center;
      flex: 1; }
      .knowledge__outer__list__detail strong {
        font-size: 18px;
        color: #354052;
        font-weight: 500;
        margin: 0;
        line-height: normal; }
      .knowledge__outer__list__detail .button__style {
        justify-content: flex-start;
        margin-top: 40px; }

.bg--version2 {
  background: url("../images/knowledge/knldbg.svg") repeat-y 100% #F9FCFF; }

.knowledge--detailpage .all-wrapper {
  width: 100%; }

.knowledge--outer {
  border-top: 1px solid #3232321A;
  padding-top: 55px; }
  @media (max-width: 700px) {
    .knowledge--outer {
      padding-top: 25px; } }
  .knowledge--outer .btn.back_to_link, .knowledge--outer .all-wrapper .back_to_link.fc-button, .all-wrapper .knowledge--outer .back_to_link.fc-button {
    color: #323232;
    font-size: 20px;
    border: 1px solid #32323266;
    padding: 16px 50px; }
    @media (max-width: 700px) {
      .knowledge--outer .btn.back_to_link, .knowledge--outer .all-wrapper .back_to_link.fc-button, .all-wrapper .knowledge--outer .back_to_link.fc-button {
        font-size: 16px;
        padding: 14px 20px;
        min-height: 46px; } }

.knowledge---other--heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #323232;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #32323266; }
  @media (max-width: 800px) {
    .knowledge---other--heading {
      font-size: 18px;
      padding-bottom: 13px;
      margin-bottom: 30px; } }

.knowledge---other--resources--carosel--outer {
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px; }
  .knowledge---other--resources--carosel--outer .load__more {
    flex: 1 1 100%;
    text-align: center;
    margin: 20px 0 50px; }
    .knowledge---other--resources--carosel--outer .load__more.opn__dwn {
      text-align: left;
      margin: 10px 0 0px;
      display: flex;
      gap: 15px; }
    .knowledge---other--resources--carosel--outer .load__more a {
      color: #fff;
      background-color: #313475;
      padding: 18px 30px;
      border-radius: 56px;
      font-size: 20px;
      transition: all 0.5s ease; }
      @media (max-width: 700px) {
        .knowledge---other--resources--carosel--outer .load__more a {
          padding: 12px 26px; } }
      @media all and (min-width: 521px) {
        .knowledge---other--resources--carosel--outer .load__more a:hover {
          background-color: #B21F37; } }

.knowledge---other--resources--carosel--inner {
  border-radius: 8px;
  max-width: 277px;
  overflow: hidden; }
  @media (max-width: 700px) {
    .knowledge---other--resources--carosel--inner {
      max-width: 100%;
      width: 100%;
      border-radius: 5px;
      padding: 16px;
      background: #fff;
      display: flex; } }
  .knowledge---other--resources--carosel--inner .innovate--latet--investment--img {
    height: 210px;
    border-radius: 0;
    border-bottom: 1px solid #efefef; }
    @media (max-width: 700px) {
      .knowledge---other--resources--carosel--inner .innovate--latet--investment--img {
        width: 100px;
        height: 100px;
        border-radius: 5px; } }
  .knowledge---other--resources--carosel--inner .innovate--latet--investment--content {
    padding: 15px;
    border-radius: 0;
    position: static; }
    @media (max-width: 700px) {
      .knowledge---other--resources--carosel--inner .innovate--latet--investment--content {
        padding: 0 0 0 10px;
        flex: 1; } }
    .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .innovate--user a {
      font-size: 18px;
      color: #323232;
      font-weight: 600; }
      .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .innovate--user a .icon--hover {
        display: none; }
    .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .knowledge--date {
      display: none; }
      @media (max-width: 700px) {
        .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .knowledge--date {
          display: block;
          font-size: 12px;
          color: #B21F37;
          margin-bottom: 5px; } }
    .knowledge---other--resources--carosel--inner .innovate--latet--investment--content p {
      font-size: 19px;
      color: #323232;
      line-height: 28px;
      -webkit-line-clamp: 3;
      min-height: 84px; }
      @media (max-width: 700px) {
        .knowledge---other--resources--carosel--inner .innovate--latet--investment--content p {
          -webkit-line-clamp: 2;
          margin-bottom: 5px;
          min-height: 56px; } }
    .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .innovate--user .icon {
      width: 10px;
      height: 10px; }
  @media all and (min-width: 521px) {
    .knowledge---other--resources--carosel--inner:hover .innovate--user a {
      color: #B21F37; }
      .knowledge---other--resources--carosel--inner:hover .innovate--user a .icon--hover {
        display: none; }
      .knowledge---other--resources--carosel--inner:hover .innovate--user a .icon--hover {
        display: block; }
      .knowledge---other--resources--carosel--inner:hover .innovate--user a .icon--normal {
        display: none; } }

.knowledge--content--top {
  margin: 70px auto;
  max-width: 970px; }
  @media (max-width: 770px) {
    .knowledge--content--top {
      padding: 0 20px;
      margin: 50px auto; } }
  @media (max-width: 700px) {
    .knowledge--content--top {
      margin: 20px auto; } }
  .knowledge--content--top--banner {
    border-radius: 5px;
    overflow: hidden; }

.knowledge--heading--main {
  margin: 30px 0; }
  .knowledge--heading--main h1 {
    color: #323232;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px; }

.knowledge--paragraph p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #323232; }

.knowledge--footer .knowledge--paragraph p {
  color: #8D8D8D; }

.knowledge--footer--bottom {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px; }
  @media (max-width: 700px) {
    .knowledge--footer--bottom {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px; } }
  .knowledge--footer--bottom .copy--right p {
    color: #323232;
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 4px; }
    .knowledge--footer--bottom .copy--right p span {
      font-size: 30px;
      line-height: normal;
      height: 28px; }

.knowledge--main .home-faq-wrapper {
  padding: 0; }
  @media (max-width: 1175px) {
    .knowledge--main .home-faq-wrapper {
      padding: 0 20px; } }
  .knowledge--main .home-faq-wrapper .accordion_head {
    border: 0;
    box-shadow: 0px 4px 30px 0px #00000014;
    background-color: #ffff;
    padding: 16px 26px;
    border-radius: 8px;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .knowledge--main .home-faq-wrapper .accordion_head {
        padding: 8px 18px;
        margin: 30px 0; } }
    @media (max-width: 700px) {
      .knowledge--main .home-faq-wrapper .accordion_head {
        margin: 20px 0; } }
    .knowledge--main .home-faq-wrapper .accordion_head.first-row-head {
      margin-top: 0; }
    .knowledge--main .home-faq-wrapper .accordion_head span {
      font-size: 28px;
      text-transform: none;
      color: #323232; }
      @media (max-width: 800px) {
        .knowledge--main .home-faq-wrapper .accordion_head span {
          font-size: 28px; } }
      @media (max-width: 700px) {
        .knowledge--main .home-faq-wrapper .accordion_head span {
          font-size: 18px; } }
    .knowledge--main .home-faq-wrapper .accordion_head i {
      height: 24px;
      width: 24px; }
      @media (max-width: 800px) {
        .knowledge--main .home-faq-wrapper .accordion_head i {
          height: 20px;
          width: 20px; } }
      @media (max-width: 700px) {
        .knowledge--main .home-faq-wrapper .accordion_head i {
          height: 16px;
          width: 16px; } }

.knowledge--main .accordion_body {
  margin-top: 20px; }

.knowledge--main .knowledge--content--top {
  margin: 0px auto; }

.knowledge--main .knowledge--heading--main {
  max-width: 600px; }
  .knowledge--main .knowledge--heading--main h1 {
    font-size: 42px;
    line-height: normal; }
    @media (max-width: 1100px) {
      .knowledge--main .knowledge--heading--main h1 {
        font-size: 46px; } }
    @media (max-width: 700px) {
      .knowledge--main .knowledge--heading--main h1 {
        font-size: 32px; } }
  .knowledge--main .knowledge--heading--main p {
    font-size: 18px; }

.knowledge--main .knowledge--list--view.basics--accounting--top {
  margin-top: 45px; }

.knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner {
  min-width: 49%;
  border-radius: 5px;
  padding: 16px;
  background: #fff;
  display: flex; }
  @media (max-width: 1100px) {
    .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner {
      min-width: 48%; } }
  @media (max-width: 700px) {
    .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner {
      min-width: 100%; } }
  .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--img {
    width: 160px;
    height: 145px;
    border-radius: 5px;
    border: 1px solid #efefef; }
    @media (max-width: 700px) {
      .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--img {
        width: 100px;
        height: 100px; } }
  .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content {
    padding: 0 0 0 15px;
    flex: 1;
    display: flex;
    flex-wrap: wrap; }
    .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content--top {
      flex: 100%; }
    .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content p {
      margin: 0; }
      @media (max-width: 1100px) {
        .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content p {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 800px) {
        .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content p {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 700px) {
        .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content p {
          font-size: 16px;
          line-height: 22px; } }
    .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .knowledge--date {
      display: block;
      font-size: 16px;
      color: #B21F37;
      margin-bottom: 12px;
      line-height: normal; }
      @media (max-width: 700px) {
        .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .knowledge--date {
          margin-bottom: 8px; } }
    .knowledge--main .knowledge--list--view .knowledge---other--resources--carosel--inner .innovate--latet--investment--content .innovate--user {
      flex: 1; }

.accordion-container {
  position: relative;
  cursor: pointer;
  padding-left: 25px; }
  .accordion-container .article-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer; }
  .accordion-container .content-entry i {
    font-style: normal;
    font-weight: 500;
    font-size: 1.625em;
    color: #323232;
    font-style: normal; }
    .accordion-container .content-entry i:before {
      content: "+ "; }
  .accordion-container .content-entry.open i:before {
    content: "- "; }
  .accordion-container .accordion-content {
    display: none; }

.tags {
  display: flex;
  gap: 10px; }
  .tags span {
    padding: 4px 15px;
    background: #F6F7F9;
    border-radius: 26px;
    font-size: 11px;
    color: #000000; }

.enterprises__found__heading {
  display: flex;
  text-align: center;
  justify-content: space-between; }
  .enterprises__found__heading h2 {
    color: #354052;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center; }
  .enterprises__found__heading .button__style .btn, .enterprises__found__heading .button__style .all-wrapper .fc-button, .all-wrapper .enterprises__found__heading .button__style .fc-button {
    font-size: 13px; }

.network__column__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  @media (max-width: 650px) {
    .network__column__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .network__column__list {
      grid-template-columns: repeat(1, 1fr); } }
  .network__column__list__inner {
    background: #FFFFFF;
    border-radius: 4px; }
    .network__column__list__inner.add__more {
      box-shadow: none; }
      @media (max-width: 650px) {
        .network__column__list__inner.add__more {
          min-height: 160px; } }
      .network__column__list__inner.add__more .add__more__inner {
        height: 100%;
        display: flex;
        align-items: center; }
        .network__column__list__inner.add__more .add__more__inner a {
          width: 245px;
          height: 188px;
          margin: 0 auto;
          background: #F6F7F9;
          border: 1px dashed rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          border-radius: 4px;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          gap: 12px; }
          @media (max-width: 1100px) {
            .network__column__list__inner.add__more .add__more__inner a {
              width: 145px;
              height: 145px; } }
          @media (max-width: 650px) {
            .network__column__list__inner.add__more .add__more__inner a {
              width: 120px;
              height: 120px; } }
          .network__column__list__inner.add__more .add__more__inner a svg {
            fill: #000;
            height: 40px;
            width: 40px; }
          .network__column__list__inner.add__more .add__more__inner a span {
            font-size: 14px;
            color: #000; }
    .network__column__list__inner__image {
      min-height: 230px;
      background: #F6F7F9;
      position: relative; }
      @media (max-width: 1100px) {
        .network__column__list__inner__image {
          min-height: 140px; } }
      .network__column__list__inner__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .network__column__list__inner__detail {
      padding: 15px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .network__column__list__inner__detail strong {
        font-size: 18px;
        color: #000000;
        line-height: normal;
        font-weight: 500; }

.members {
  background: #F6F7F9;
  border-radius: 4px;
  min-width: 94px;
  text-align: center;
  display: flex;
  padding: 14px 0;
  flex-direction: column;
  position: relative;
  top: 5px; }
  @media (max-width: 900px) {
    .members {
      min-width: 75px;
      padding: 10px 0; } }
  .members strong {
    font-weight: 400;
    font-size: 22px;
    color: #000;
    display: block;
    line-height: normal; }
  .members span {
    font-size: 11px;
    color: #000; }

.request-access-modal .icon {
  margin: 0 auto 20px;
  height: 78px;
  fill: #0ACF83; }

.request-access-modal h1 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px; }

.request-access-modal p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #000000; }

.request-access-modal .modal-content {
  padding: 40px 20px;
  text-align: center; }
  .request-access-modal .modal-content .button__style .btn span, .request-access-modal .modal-content .button__style .all-wrapper .fc-button span, .all-wrapper .request-access-modal .modal-content .button__style .fc-button span {
    font-size: 13px; }

@media (min-width: 700px) {
  .request-access-modal .modal-dialog {
    max-width: 450px; } }

.user__wrapper .element-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 950px) {
    .user__wrapper .element-wrapper {
      grid-template-columns: repeat(1, 1fr); } }
  .user__wrapper .element-wrapper .center-paragraph-justify {
    border-radius: 6px 0 0 6px;
    flex: 1;
    padding: 0 50px;
    /*min-height: 380px;*/
    flex-direction: column;
    display: flex;
    background: transparent;
    box-shadow: none; }
    @media (max-width: 992px) {
      .user__wrapper .element-wrapper .center-paragraph-justify {
        padding: 20px; } }
    @media (max-width: 950px) {
      .user__wrapper .element-wrapper .center-paragraph-justify {
        min-height: unset; } }
    .user__wrapper .element-wrapper .center-paragraph-justify .scroll-data.overview-scroll {
      max-height: 377px; }
  .user__wrapper .element-wrapper.if__videocontent__missing {
    grid-template-columns: repeat(1, 1fr); }
    .user__wrapper .element-wrapper.if__videocontent__missing .user__wrapper__video {
      position: relative;
      padding-bottom: 49.25%;
      height: 0; }
      .user__wrapper .element-wrapper.if__videocontent__missing .user__wrapper__video iframe {
        position: absolute;
        top: 0;
        left: 0; }
    .user__wrapper .element-wrapper.if__videocontent__missing .center-paragraph-justify {
      /* min-height: 220px; */ }
      .user__wrapper .element-wrapper.if__videocontent__missing .center-paragraph-justify p {
        max-width: 880px; }

.user__wrapper__video {
  flex: 1; }
  @media (max-width: 950px) {
    .user__wrapper__video {
      position: relative;
      border-radius:6px;
      /* padding-bottom: 56.25%; */
      /* 16:9 */
      /*height: 0;*/ } }
  .user__wrapper__video iframe {
    width: 100%;
    height: 100%; }
    @media (max-width: 950px) {
      .user__wrapper__video iframe {
        position: absolute;
        top: 0;
        left: 0; } }
  .user__wrapper__video img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.finacial__wrapper__top__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px; }
  .finacial__wrapper__top__outer__inner {
    display: flex;
    flex-direction: column; }
    .finacial__wrapper__top__outer__inner strong {
      color: #000000;
      opacity: 0.4;
      font-size: 14px;
      font-weight: 500; }
    .finacial__wrapper__top__outer__inner span {
      color: #354052;
      font-size: 24px;
      font-weight: 500; }
  .finacial__wrapper__top__outer__icon {
    width: 70px;
    height: 70px;
    background: #F6F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; }
    .finacial__wrapper__top__outer__icon .icon {
      height: 30px;
      width: 28px; }

.finacial__wrapper .element-wrapper .box-style, .finacial__wrapper .element-wrapper .user-profile, .finacial__wrapper .element-wrapper .element-box, .finacial__wrapper .element-wrapper .invoice-w, .finacial__wrapper .element-wrapper .big-error-w, .finacial__wrapper .element-wrapper .activity-boxes-w .activity-box, .activity-boxes-w .finacial__wrapper .element-wrapper .activity-box, .finacial__wrapper .element-wrapper .projects-list .project-box, .projects-list .finacial__wrapper .element-wrapper .project-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 4px; }

.financial__information__tab {
  display: flex;
  align-items: center;
  gap: 75px; }
  .financial__information__tab .os-tabs-w {
    padding: 0; }
  .financial__information__tab .os-tabs-controls {
    margin: 0; }
    .financial__information__tab .os-tabs-controls .nav {
      gap: 60px;
      padding-left: 0;
      padding-right: 0;
      border: 0; }
      .financial__information__tab .os-tabs-controls .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px; }

.financial__information__change__log {
  margin-top: 30px; }
  .financial__information__change__log strong {
    font-size: 18px;
    color: #354052; }
  .financial__information__change__log__number {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none; }
    .financial__information__change__log__number li {
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      border-radius: 4px; }
      .financial__information__change__log__number li p {
        letter-spacing: 0.05em;
        color: #000000;
        opacity: 0.4;
        padding: 10px 20px;
        margin: 0;
        font-size: 14px; }

.finacial__wrapper .schedule__meeting h1 {
  margin-bottom: 0 !important; }

.finacial__wrapper .schedule__meeting .calling {
  width: 56px !important;
  height: 48px !important; }

.finacial__wrapper .schedule__meeting .btn, .finacial__wrapper .schedule__meeting .all-wrapper .fc-button, .all-wrapper .finacial__wrapper .schedule__meeting .fc-button {
  padding: 6px 60px !important; }

.schedule__meeting span {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block; }

.impact__wrap .sdgs__left__list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 850px) {
    .impact__wrap .sdgs__left__list {
      grid-template-columns: repeat(1, 1fr); } }
  .impact__wrap .sdgs__left__list li {
    border-radius: 6px !important; }

.impact__wrap .organization__profile__overview .button__style .btn, .impact__wrap .organization__profile__overview .button__style .all-wrapper .fc-button, .all-wrapper .impact__wrap .organization__profile__overview .button__style .fc-button {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  right: 0; }

.beneficiaries__outer .element-wrapper {
  margin-bottom: 0;
  height: 100%; }
  .beneficiaries__outer .element-wrapper .element-box, .beneficiaries__outer .element-wrapper .invoice-w, .beneficiaries__outer .element-wrapper .big-error-w {
    height: 100%; }
  .beneficiaries__outer .element-wrapper .element-header.inside__header {
    color: #354052;
    font-size: 24px; }

.beneficiaries__outer__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .beneficiaries__outer__list li a {
    color: #354052;
    font-size: 14px; }
    .beneficiaries__outer__list li a:hover {
      color: #B11F37; }
  .beneficiaries__outer__list li + li {
    margin: 5px 0 0 0; }

.table__font__big .table th {
  color: #354052;
  font-size: 18px;
  text-transform: none;
  white-space: nowrap; }

.table__font__big .table th, .table__font__big .table td {
  border: 0; }

.table__font__big .table td.no__wrap {
  white-space: nowrap; }

.user__image__name {
  display: flex;
  align-items: center;
  gap: 20px; }
  .user__image__name strong {
    font-size: 14px;
    color: #000;
    font-weight: 500; }
  .user__image__name--opportunity {
    gap: 10px;
    margin-bottom: 15px; }
    .user__image__name--opportunity .circle__user {
      width: 40px;
      height: 40px; }

.total td {
  padding: 30px 15px; }

.total strong {
  color: #354052;
  font-size: 18px; }

.operational__updates__element p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px; }

.operational__updates__element .element-inner-header {
  font-size: 18px;
  color: #354052; }
  .operational__updates__element .element-inner-header span {
    font-size: 12px;
    color: #000000;
    opacity: 0.4;
    margin: 0 0 0 10px; }

.table__font__big strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block; }

.table__font__big p {
  max-width: 200px;
  font-size: 14px;
  line-height: 18px;
  margin: 0; }

.table__font__big .table .data__no__warp tr td {
  vertical-align: text-top; }

@media (max-width: 720px) {
  .section__auto__adjust__unset {
    padding: 0; } }

.enterprise__dashboard .documents__outer .label__name__view {
  display: grid;
  row-gap: 15px; }
  .enterprise__dashboard .documents__outer .label__name__view .company__outer {
    padding: 15px 20px; }
    .enterprise__dashboard .documents__outer .label__name__view .company__outer__name .label {
      font-size: 11px;
      opacity: 0.4;
      margin-bottom: 6px; }
    .enterprise__dashboard .documents__outer .label__name__view .company__outer__name h5 {
      font-size: 14px;
      opacity: 1; }

.enterprise__dashboard .pitches__events.events__two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  @media (max-width: 1050px) {
    .enterprise__dashboard .pitches__events.events__two {
      grid-template-columns: repeat(1, 1fr); } }
  .enterprise__dashboard .pitches__events.events__two li + li {
    margin: 0; }

.enterprise__dashboard .pitches__events.events__outer li {
  background: #FFFFFF;
  border-radius: 4px;
  flex-wrap: wrap;
  padding: 15px; }
  @media (max-width: 720px) {
    .enterprise__dashboard .pitches__events.events__outer li {
      gap: 0; } }

.enterprise__dashboard .pitches__events.events__outer .pitches__events__image {
  width: 170px;
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 10px; }
  @media (max-width: 720px) {
    .enterprise__dashboard .pitches__events.events__outer .pitches__events__image {
      width: 100%;
      height: auto; } }

@media (max-width: 720px) {
  .enterprise__dashboard .pitches__events.events__outer .pitches__events__data {
    padding: 10px; } }

.enterprise__dashboard .pitches__events.events__outer .pitches__events__data__inner {
  padding-right: 15px; }
  .enterprise__dashboard .pitches__events.events__outer .pitches__events__data__inner span {
    font-size: 12px;
    margin-bottom: 7px; }
  .enterprise__dashboard .pitches__events.events__outer .pitches__events__data__inner a {
    font-size: 18px;
    line-height: 24px;
    color: #354052;
    margin-bottom: 15px;
    display: block; }
    .enterprise__dashboard .pitches__events.events__outer .pitches__events__data__inner a .title__knowledge {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .enterprise__dashboard .pitches__events.events__outer .pitches__events__data__inner p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    max-width: 350px; }
    .enterprise__dashboard .pitches__events.events__outer .pitches__events__data__inner p + p {
      margin-top: 5px; }

.visualizations .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px; }

.selectBox {
  background: #FFFFFF;
  border: 2px solid #E3E4F0;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  padding: 6px 44px 6px 13px;
  cursor: pointer; }
  .selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 13px; }
  .selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: url("../images/droupdownmenu.svg"); }
  .selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px; }
    .selectBox .dropdown-menu .dropdown-item {
      padding: 6px 10px; }
      .selectBox .dropdown-menu .dropdown-item.active {
        background: #F6F7F9;
        color: #B11F35; }
  .selectBox.show {
    background-color: #fff; }
    .selectBox.show:after {
      transform: translateY(-50%) rotate(180deg); }
    .selectBox.show .dropdown-menu {
      transition: all 0.3s ease-in-out;
      visibility: visible;
      opacity: 1;
      z-index: 111;
      transform: translateY(0); }

@media (max-width: 1250px) {
  .two__row__flex > div {
    flex: 1;
    max-width: unset; }
    .two__row__flex > div.statistics__outer {
      flex: 0.5;
      margin: 0; } }

@media (max-width: 992px) {
  .two__row__flex > div {
    flex: 100%;
    max-width: 100%; }
    .two__row__flex > div.statistics__outer {
      flex: 1;
      margin: 15px 0 0 0; } }

.answers__outer .element-box, .answers__outer .invoice-w, .answers__outer .big-error-w {
  padding: 15px; }

.answers__outer .selectBox {
  padding-right: 16px;
  width: 185px;
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis; }

.answers__outer__list label {
  color: #474B4E;
  font-size: 12px;
  opacity: 0.7; }

.answers__outer__list .form-control {
  font-size: 13px;
  color: #474B4E;
  padding: 10px 12px; }
  .answers__outer__list .form-control:hover {
    color: #B11F35;
    background: #FFFFFF;
    box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }

@media (max-width: 720px) {
  .answers__outer .modules__wrap {
    flex-wrap: wrap;
    gap: 15px; } }

.answers__outer__comment {
  background: #F6F7F9;
  border-radius: 4px;
  padding: 10px 15px; }
  .answers__outer__comment.comment__replay {
    margin: 10px 0;
    background: #d7d7d7; }
  .answers__outer__comment p {
    font-size: 14px;
    color: #354052;
    margin: 0; }
  .answers__outer__comment ol, .answers__outer__comment ul {
    margin: 10px 0; }
    .answers__outer__comment ol li, .answers__outer__comment ul li {
      font-size: 14px;
      color: #354052;
      margin: 0; }
  .answers__outer__comment__area {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .answers__outer__comment__area strong {
      font-weight: 600; }
    .answers__outer__comment__area .icon {
      width: 15px;
      height: 15px; }
    .answers__outer__comment__area--icons {
      display: flex;
      align-items: center;
      gap: 5px; }
      .answers__outer__comment__area--icons img {
        width: 15px;
        height: 15px; }
  .answers__outer__comment__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .answers__outer__comment__heading .icon {
      width: 12px;
      height: 12px; }
    .answers__outer__comment__heading--left {
      display: flex;
      align-items: center; }
      .answers__outer__comment__heading--left strong {
        font-size: 14px;
        color: #474B4E; }
      .answers__outer__comment__heading--left span {
        font-size: 13px;
        color: #474B4E;
        opacity: 0.5;
        margin-left: 7px; }
    .answers__outer__comment__heading--rit {
      gap: 10px;
      display: flex;
      align-items: center; }
      .answers__outer__comment__heading--rit svg {
        cursor: pointer; }
      .answers__outer__comment__heading--rit a {
        display: flex;
        align-items: center; }

.answers__outer__left__row {
  display: flex;
  align-items: center;
  gap: 10px; }
  .answers__outer__left__row span {
    font-size: 14px;
    line-height: 17px;
    color: #354052; }
  .answers__outer__left__row .icon {
    width: 15px;
    height: 15px; }

.answers__outer__rit__row {
  display: flex;
  align-items: center; }
  @media (max-width: 720px) {
    .answers__outer__rit__row {
      flex-wrap: wrap;
      gap: 15px; } }
  .answers__outer__rit__row__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px; }
    .answers__outer__rit__row__inner span {
      font-size: 14px;
      line-height: 17px;
      color: #354052; }
    .answers__outer__rit__row__inner .selectBox__value {
      font-size: 12px;
      color: #02A951; }
    .answers__outer__rit__row__inner select.selectBox {
      width: 185px;
      padding: 6px 13px 6px 13px; }

.if__readmore {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  @media (max-width: 1000px) {
    .if__readmore {
      display: block; } }
  .if__readmore .youtube__players {
    flex: 1; }
    @media (max-width: 1000px) {
      .if__readmore .youtube__players {
        flex: auto; } }
  .if__readmore .deal_cover_image, .if__readmore iframe {
    flex: 1; }
    @media (max-width: 1000px) {
      .if__readmore .deal_cover_image, .if__readmore iframe {
        flex: auto;
        height: auto !important; } }

.move--filter--up {
  position: relative; }
  .move--filter--up .dataTables_length {
    position: absolute;
    top: -31px;
    left: 0; }
    @media screen and (max-width: 700px) {
      .move--filter--up .dataTables_length {
        position: static; } }

.table.table-lightfont td {
  font-weight: 400; }

.remove--hover--table--ankar .dropdown-item {
  color: #b11f37; }
  .remove--hover--table--ankar .dropdown-item:hover, .remove--hover--table--ankar .dropdown-item:focus {
    background: transparent;
    color: #b11f37; }

.element-wrapper .dynamicemailtoprightheading {
  gap: 10px; }
  .element-wrapper .dynamicemailtoprightheading .element-info-icon {
    flex: 0; }
  .element-wrapper .dynamicemailtoprightheading .element-inner-header {
    margin: 0; }

.table--even--odd .table tr:nth-child(odd) {
  background: #fff; }

.image--circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f6f7f9;
  padding: 5px; }
  .image--circle img {
    width: 100%; }

.answers__outer--v2 .home-faq-wrapper {
  padding: 0; }
  .answers__outer--v2 .home-faq-wrapper .accordion_head {
    text-transform: unset;
    border: 0;
    padding: 5px 0; }
    .answers__outer--v2 .home-faq-wrapper .accordion_head span {
      font-style: normal;
      font-weight: 700;
      font-size: 17px;
      line-height: 23px;
      color: #354052; }
    .answers__outer--v2 .home-faq-wrapper .accordion_head i {
      right: 0px; }
      .answers__outer--v2 .home-faq-wrapper .accordion_head i.plusminus {
        background: transparent;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #354052; }
      .answers__outer--v2 .home-faq-wrapper .accordion_head i.minus {
        background: transparent;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #b11f37; }
    .answers__outer--v2 .home-faq-wrapper .accordion_head.accordion_active {
      padding-bottom: 10px; }
      .answers__outer--v2 .home-faq-wrapper .accordion_head.accordion_active + .accordion_body {
        padding-bottom: 20px; }
  .answers__outer--v2 .home-faq-wrapper .accordion_body.accordion_active {
    padding-bottom: 20px; }
  .answers__outer--v2 .home-faq-wrapper .accordion_body .form-control {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px; }
    .answers__outer--v2 .home-faq-wrapper .accordion_body .form-control + .form-control {
      margin-top: 10px; }

.answers__outer--v2 .answ-right .switch {
  padding-left: 0; }

.answers__outer--v2 .answ-right .form-group label {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #354052;
  margin-bottom: 15px; }

.answers__outer--v2 .answ-right .answers__outer__comment {
  background-color: #fff;
  padding: 15px; }
  .answers__outer--v2 .answ-right .answers__outer__comment p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #354052; }

.status--right--v2 {
  flex-wrap: wrap; }
  .status--right--v2 p {
    margin-top: 10px; }
  .status--right--v2 .form-desc {
    flex: 100%;
    margin: 0; }
    .status--right--v2 .form-desc.pipelinedealid-top-btn {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
    .status--right--v2 .form-desc + .form-desc {
      margin-top: 15px;
      border-top: 1px solid #ddd;
      padding-top: 15px; }
  .status--right--v2 .button__style {
    width: 100%;
    flex-wrap: wrap; }
    .status--right--v2 .button__style .btn, .status--right--v2 .button__style .all-wrapper .fc-button, .all-wrapper .status--right--v2 .button__style .fc-button {
      width: 100%;
      padding: 10px 30px;
      height: auto; }
    .status--right--v2 .button__style.slag .btn, .status--right--v2 .button__style.slag .all-wrapper .fc-button, .all-wrapper .status--right--v2 .button__style.slag .fc-button {
      padding: 7px 30px; }
  .status--right--v2 .status__outer__lft {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 20px; }

.question__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 5px; }
  .question__list--outer {
    padding: 0; }
    .question__list--outer.element-box + .element-box, .question__list--outer.invoice-w + .element-box, .question__list--outer.big-error-w + .element-box, .question__list--outer.element-box + .invoice-w, .question__list--outer.invoice-w + .invoice-w, .question__list--outer.big-error-w + .invoice-w, .question__list--outer.element-box + .big-error-w, .question__list--outer.invoice-w + .big-error-w, .question__list--outer.big-error-w + .big-error-w {
      margin: 0 0 1rem 0; }
  .question__list p {
    font-size: 13px;
    color: #474B4E;
    margin: 0; }
  .question__list__status {
    display: flex;
    align-items: center;
    gap: 10px; }
    .question__list__status .pipeline-settings {
      display: flex;
      align-items: center; }
    .question__list__status span {
      line-height: normal;
      font-size: 11px; }
      .question__list__status span.pending {
        color: #FD6B3A; }
      .question__list__status span.complete {
        color: #02A951; }
    .question__list__status .icon {
      width: 16px;
      height: 16px;
      fill: #354052; }
  .question__list--status-bottom {
    justify-content: space-between;
    display: flex;
    padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .question__list--status-bottom--left, .question__list--status-bottom-right {
      color: #354052;
      font-size: 11px;
      opacity: 0.6; }
    .question__list--status-bottom--left .with-avatar img {
      height: 30px; }

.company__list .network__column__list {
  grid-template-columns: repeat(5, 1fr); }
  @media (max-width: 1300px) {
    .company__list .network__column__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 900px) {
    .company__list .network__column__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) {
    .company__list .network__column__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 450px) {
    .company__list .network__column__list {
      grid-template-columns: repeat(1, 1fr); } }
  .company__list .network__column__list__inner__image {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .company__list .network__column__list__inner__image svg {
      width: 100px;
      height: 100px;
      fill: #E0E9F1; }
  .company__list .network__column__list__inner__detail {
    justify-content: center;
    padding: 10px; }
    .company__list .network__column__list__inner__detail a {
      font-size: 16px;
      color: #000000;
      line-height: normal;
      font-weight: 400;
      text-decoration: none; }
      @media (max-width: 900px) {
        .company__list .network__column__list__inner__detail a {
          font-size: 14px; } }
    .company__list .network__column__list__inner__detail:hover a {
      color: #b11f37; }

.scroll-data {
  max-height: 368px;
  padding-right: 10px;
  overflow-y: auto;
  border-radius: 9px; }
  .scroll-data.overview-scroll {
    max-height: 278px; }
  .scroll-data.intro--discrption {
    max-height: 350px; }
  .scroll-data.our--story--scroll {
    max-height: 487px; }
  .scroll-data.our_story--scrollbar {
    max-height: 218px; }

.scroll-data::-webkit-scrollbar {
  -webkit-appearance: none; }

.scroll-data::-webkit-scrollbar:vertical {
  width: 6px;
  background-color: #E6E6E6;
  border-radius: 9px; }

.scroll-data::-webkit-scrollbar:horizontal {
  height: 12px; }

.scroll-data::-webkit-scrollbar-thumb {
  background: #b11f37;
  border-radius: 6px;
  border: 2px solid #E6E6E6; }

.scroll-data::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #E6E6E6; }

.scroll__horizontal {
  max-width: 830px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: scroll;
  border-radius: 9px; }

.scroll__horizontal::-webkit-scrollbar {
  -webkit-appearance: none; }

.scroll__horizontal::-webkit-scrollbar:vertical {
  width: 2px; }

.scroll__horizontal::-webkit-scrollbar:horizontal {
  height: 6px;
  background-color: #E6E6E6;
  border-radius: 9px; }

.scroll__horizontal::-webkit-scrollbar-thumb {
  background: #b11f37;
  border-radius: 6px;
  border: 2px solid #E6E6E6; }

.scroll__horizontal::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #E6E6E6; }

@media (max-width: 1000px) {
  .if__enterprises__found {
    margin-top: 20px; } }

.section__auto__adjust {
  display: flex;
  flex-wrap: wrap; }
  .section__auto__adjust__unset {
    max-width: unset;
    flex: 1; }
    @media (max-width: 1150px) {
      .section__auto__adjust__unset {
        flex: 100%; } }

@media (max-width: 1000px) {
  .statistics__outer {
    margin-top: 30px; } }

.statistics__outer__heading {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 10px; }

.statistics__outer__lsit {
  padding: 0;
  margin: 0 0 15px 0; }
  .statistics__outer__lsit li {
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px; }
    .statistics__outer__lsit li span {
      font-weight: 700;
      font-size: 18px;
      font-style: normal;
      color: #B11F37;
      margin-right: 4px; }

.network__activity li {
  position: relative; }
  .network__activity li::after {
    position: absolute;
    content: '';
    left: 21px;
    bottom: -46px;
    margin: auto;
    height: 100%;
    width: 2px;
    border: 1px dashed #000;
    opacity: 0.1; }
  .network__activity li:last-child::after, .network__activity li:nth-last-child(2)::after {
    display: none; }

.network__activity .pitches__events__data__inner span {
  font-size: 12px;
  font-weight: 400; }

.reviewing {
  align-items: center;
  gap: 5px; }

.avatar-svg svg {
  width: 20px;
  height: 20px;
  fill: #000; }

.tooltipv2 {
  margin: 0; }
  .tooltipv2 .info {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .tooltipv2 .info svg {
      fill: #b11f37;
      width: 14px;
      height: 14px; }

#Statistics_section .element-box, #Statistics_section .invoice-w, #Statistics_section .big-error-w {
  padding: 0; }

.connect__network {
  background: #B11F37;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 10px;
  flex-wrap: wrap;
  gap: 15px; }
  .connect__network__left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; }
    .connect__network__left strong {
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
      .connect__network__left strong span {
        display: block; }
    .connect__network__left__icon {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .connect__network__left__icon svg {
        height: 24px;
        fill: #B11F37; }

.investor__dashboard__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-gap: 15px;
  width: 100%; }
  @media (max-width: 1230px) {
    .investor__dashboard__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1000px) {
    .investor__dashboard__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 700px) {
    .investor__dashboard__list {
      grid-template-columns: repeat(1, 1fr); } }
  .investor__dashboard__list.investor__dash__2 {
    justify-content: start; }
  .investor__dashboard__list li {
    list-style: none;
    min-width: 276px; }
    .investor__dashboard__list li .element-box, .investor__dashboard__list li .invoice-w, .investor__dashboard__list li .big-error-w {
      padding: 0;
      margin: 0;
      height: 340px;
      overflow: hidden; }
      @media (max-width: 1450px) {
        .investor__dashboard__list li .element-box, .investor__dashboard__list li .invoice-w, .investor__dashboard__list li .big-error-w {
          height: 330px; } }
      .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
        max-height: 128px;
        min-height: 128px; }
        @media (max-width: 992px) {
          .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
            max-height: 160px;
            min-height: 160px; } }
        @media (max-width: 700px) {
          .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
            max-height: 250px;
            min-height: 250px; } }
        @media (max-width: 520px) {
          .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
            max-height: 200px;
            min-height: 200px; } }
      .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__inner, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__inner, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__inner {
        display: none; }
      .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__hover, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__hover, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__hover {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .investor__dashboard__list li .element-box:hover .network__hover__content, .investor__dashboard__list li .invoice-w:hover .network__hover__content, .investor__dashboard__list li .big-error-w:hover .network__hover__content {
        opacity: 1; }
      .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__hover, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__hover, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__hover {
        display: block; }
        .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__hover .slag .btn, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__hover .slag .btn, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__hover .slag .btn, .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__hover .slag .all-wrapper .fc-button, .all-wrapper .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__hover .slag .fc-button, .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__hover .slag .all-wrapper .fc-button, .all-wrapper .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__hover .slag .fc-button, .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__hover .slag .all-wrapper .fc-button, .all-wrapper .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__hover .slag .fc-button {
          max-width: 117px;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 6px 15px; }
      @media (max-width: 620px) {
        .investor__dashboard__list li .element-box, .investor__dashboard__list li .invoice-w, .investor__dashboard__list li .big-error-w {
          height: auto; } }
  .investor__dashboard__list__image {
    max-height: 170px;
    min-height: 170px;
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    transition: all 0.5s ease;
    background: #EFF2F6;
    border-bottom: 1px solid #ebebeb; }
    .investor__dashboard__list__image .slag {
      position: absolute;
      right: 10px;
      top: 10px; }
    @media (max-width: 1230px) {
      .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
    @media (max-width: 700px) {
      .investor__dashboard__list__image {
        max-height: 300px;
        min-height: 300px; } }
    @media (max-width: 620px) {
      .investor__dashboard__list__image {
        max-height: 250px;
        min-height: 250px; } }
    @media (max-width: 520px) {
      .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
    .investor__dashboard__list__image img, .investor__dashboard__list__image svg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .investor__dashboard__list__image svg {
      fill: #E0E9F1;
      width: auto;
      height: 110px; }
    .investor__dashboard__list__image.user__default img, .investor__dashboard__list__image.user__default svg {
      width: auto;
      height: 110px;
      left: 0;
      right: 0; }
    .investor__dashboard__list__image.ifcompanylogo img {
      width: auto;
      height: auto;
      object-fit: unset;
      margin: auto;
      right: 0;
      left: 0; }
    .investor__dashboard__list__image--logo {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      background-color: #f3f2f2; }
      .investor__dashboard__list__image--logo img {
        width: auto;
        max-width: 60%;
        object-fit: unset;
        height: auto;
        right: 0;
        left: 0; }
    .investor__dashboard__list__image .network__hover__content {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0; }
      .investor__dashboard__list__image .network__hover__content__inner {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px; }
        .investor__dashboard__list__image .network__hover__content__inner img {
          position: static;
          height: 40px;
          width: 60px;
          margin: 0;
          object-fit: cover; }
          .investor__dashboard__list__image .network__hover__content__inner img.user__default__company {
            width: 40px;
            height: 40px;
            object-fit: unset; }
        .investor__dashboard__list__image .network__hover__content__inner .investor__title {
          color: #fff; }
  .investor__dashboard__list__content {
    padding: 20px 25px 25px;
    position: relative; }
    .investor__dashboard__list__content p {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 1450px) {
        .investor__dashboard__list__content p {
          -webkit-line-clamp: 2; } }
    .investor__dashboard__list__content .network__hover__content {
      display: flex;
      align-items: center;
      gap: 10px; }
      .investor__dashboard__list__content .network__hover__content .investor__title {
        font-size: 16px;
        max-width: 150px;
        margin: 0; }
      .investor__dashboard__list__content .network__hover__content img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden; }
        .investor__dashboard__list__content .network__hover__content img.user__default__company {
          overflow: unset;
          border-radius: unset;
          object-fit: unset;
          width: 30px;
          height: 30px; }
      .investor__dashboard__list__content .network__hover__content + .slag {
        margin-top: 15px; }
    .investor__dashboard__list__content__outer {
      position: relative; }
    .investor__dashboard__list__content .circle__img {
      width: 60px;
      height: 60px;
      background: #F6F7F9;
      border: 3px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 100%;
      position: absolute;
      top: -30px; }
      .investor__dashboard__list__content .circle__img svg, .investor__dashboard__list__content .circle__img img {
        width: 100%;
        height: 100%; }
      .investor__dashboard__list__content .circle__img img {
        object-fit: cover; }
    .investor__dashboard__list__content .investor__title, .investor__dashboard__list__content strong {
      margin-bottom: 10px;
      color: #354052;
      font-size: 18px;
      display: block;
      max-width: 233px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (max-width: 1550px) {
        .investor__dashboard__list__content .investor__title, .investor__dashboard__list__content strong {
          width: 12rem; } }
      @media (max-width: 1350px) {
        .investor__dashboard__list__content .investor__title, .investor__dashboard__list__content strong {
          width: 11rem; } }
    .investor__dashboard__list__content .investor__title__for__logo__top {
      margin: 14px 0 5px; }
    .investor__dashboard__list__content .slag .btn-gray {
      color: #000000; }
    .investor__dashboard__list__content__hover {
      width: 100%;
      display: none;
      bottom: 0;
      height: 100%;
      background: #fff;
      color: #3c4a50;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .investor__dashboard__list__content__hover__outer__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 9px;
        flex-wrap: wrap; }
        .investor__dashboard__list__content__hover__outer__inner:last-child {
          margin-bottom: 0; }
        .investor__dashboard__list__content__hover__outer__inner label {
          font-size: 14px;
          color: #354052; }
      .investor__dashboard__list__content__hover .sds {
        display: flex;
        gap: 12px;
        margin-top: 10px; }
        .investor__dashboard__list__content__hover .sds__inner {
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center; }
          .investor__dashboard__list__content__hover .sds__inner svg, .investor__dashboard__list__content__hover .sds__inner img {
            width: 50px;
            height: 50px; }

.user__profile__view .element__right .user__image__outer {
  grid-template-columns: repeat(1, 1fr); }
  .user__profile__view .element__right .user__image__outer__data__pick img.default-user {
    width: auto;
    object-fit: unset;
    margin: 0 auto;
    display: block; }
    @media (max-width: 992px) {
      .user__profile__view .element__right .user__image__outer__data__pick img.default-user {
        margin: 0; } }

.user__profile__view .user__image__outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px; }
  @media (max-width: 620px) {
    .user__profile__view .user__image__outer {
      grid-template-columns: repeat(1, 1fr); } }
  .user__profile__view .user__image__outer__data__pick img.default-user {
    width: auto;
    object-fit: unset;
    margin: 0 auto;
    display: block; }
    @media (max-width: 992px) {
      .user__profile__view .user__image__outer__data__pick img.default-user {
        margin: 0; } }

.user__profile__view--banner {
  height: 300px; }
  .user__profile__view--banner img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

@media (max-width: 1150px) {
  .user__profile__view__detail {
    gap: 20px; } }

@media (max-width: 520px) {
  .user__profile__view__detail {
    flex-wrap: wrap;
    justify-content: center; } }

@media (max-width: 520px) {
  .user__profile__view__detail--heading {
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center; } }

@media (max-width: 520px) {
  .user__profile__view__detail--heading-left {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px; } }

@media (max-width: 992px) {
  .user__profile__view__detail--heading-left h1 {
    font-size: 27px; } }

@media (max-width: 992px) {
  .user__profile__view__detail--right .team__address {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 520px) {
  .user__profile__view__detail--right .team__address .team__address__col {
    justify-content: center; } }

@media (max-width: 1150px) {
  .user__profile__top > div.content-box {
    padding: 15px; } }

.user__profile__top .button__style {
  flex-wrap: wrap; }

.user__profile__top .element-box-inner .sdgs {
  flex-wrap: wrap; }

@media (max-width: 1150px) {
  .user__profile__top .circle__big {
    width: 100px;
    height: 100px;
    flex-basis: auto; } }

.if__default__image {
  display: flex;
  align-items: center;
  justify-content: center; }
  .if__default__image img, .if__default__image svg {
    height: auto;
    width: 50%;
    display: block;
    object-fit: unset;
    margin: 0 auto; }
  .if__default__image .circle__img {
    border: 1px solid rgba(0, 0, 0, 0.05); }

.circle__img img.if__activity__logo__image {
  height: auto;
  display: block;
  object-fit: unset;
  margin: 0 auto;
  padding: 2px; }

.table__font__big .no__wrap {
  text-align: right; }

@media (max-width: 700px) {
  .network__people__sub, .nav {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap; } }

@media (max-width: 700px) {
  .network__people__sub li, .nav li {
    white-space: nowrap; } }

.network__people__sub::-webkit-scrollbar, .nav::-webkit-scrollbar {
  display: none; }

.impact__indicators__button {
  gap: 10px; }

.impact__indicators__data + .impact__indicators__data {
  border-top: 1px solid #f3f3f3;
  padding-top: 20px; }

.impact__indicators__data strong {
  font-size: 18px; }

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

.company__user__list a {
  align-self: flex-start; }

.network__people__main .nav-tabs {
  border: 0;
  justify-content: center; }
  .network__people__main .nav-tabs .nav-item .nav-link {
    font-size: 24px;
    color: #474B4E;
    cursor: pointer; }
    @media (max-width: 992px) {
      .network__people__main .nav-tabs .nav-item .nav-link {
        font-size: 20px; } }
    .network__people__main .nav-tabs .nav-item .nav-link.active {
      color: #b11f37; }

.network__people__sub .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  color: #474B4E; }
  .network__people__sub .nav-tabs .nav-item .nav-link.active {
    color: #b11f37; }

.network__people__outer__top__filter {
  margin: 20px 0;
  flex-wrap: wrap;
  gap: 15px; }
  @media (max-width: 700px) {
    .network__people__outer__top__filter {
      margin: 0;
      gap: 20px; } }
  .network__people__outer__top__filter__left {
    display: flex;
    gap: 15px;
    align-items: flex-start; }
    @media (max-width: 700px) {
      .network__people__outer__top__filter__left {
        flex: 100%;
        flex-wrap: wrap; } }
    .network__people__outer__top__filter__left .form-group {
      flex: 1;
      margin: 0; }
      @media (max-width: 700px) {
        .network__people__outer__top__filter__left .form-group {
          flex: 100%; } }
      .network__people__outer__top__filter__left .form-group.select-min-width {
        min-width: 200px; }
      .network__people__outer__top__filter__left .form-group.select2--dropdown .select2-container--default .select2-selection--single {
        height: 45px; }
        .network__people__outer__top__filter__left .form-group.select2--dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 41px; }
        .network__people__outer__top__filter__left .form-group.select2--dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
          top: 10px; }
  .network__people__outer__top__filter__right {
    flex: 1;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: flex-start; }
    @media (max-width: 700px) {
      .network__people__outer__top__filter__right {
        flex: 100%;
        justify-content: space-between; } }
    @media (max-width: 700px) {
      .network__people__outer__top__filter__right form, .network__people__outer__top__filter__right .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w .network__people__outer__top__filter__right .login-info-hd {
        width: 100%;
        justify-content: space-between; } }

.network__people__outer__top .investor__dashboard__list li .element-box, .network__people__outer__top .investor__dashboard__list li .invoice-w, .network__people__outer__top .investor__dashboard__list li .big-error-w {
  height: 360px; }
  @media (max-width: 1230px) {
    .network__people__outer__top .investor__dashboard__list li .element-box, .network__people__outer__top .investor__dashboard__list li .invoice-w, .network__people__outer__top .investor__dashboard__list li .big-error-w {
      height: 365px; } }
  @media (max-width: 700px) {
    .network__people__outer__top .investor__dashboard__list li .element-box, .network__people__outer__top .investor__dashboard__list li .invoice-w, .network__people__outer__top .investor__dashboard__list li .big-error-w {
      height: auto; } }
  .network__people__outer__top .investor__dashboard__list li .element-box.if__paragraph__Cont__not__there:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.invoice-w:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.big-error-w:hover .investor__dashboard__list__image {
    max-height: 170px;
    min-height: 170px; }
    @media (max-width: 1230px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__paragraph__Cont__not__there:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.invoice-w:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.big-error-w:hover .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
    @media (max-width: 700px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__paragraph__Cont__not__there:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.invoice-w:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.big-error-w:hover .investor__dashboard__list__image {
        max-height: 300px;
        min-height: 300px; } }
    @media (max-width: 620px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__paragraph__Cont__not__there:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.invoice-w:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.big-error-w:hover .investor__dashboard__list__image {
        max-height: 250px;
        min-height: 250px; } }
    @media (max-width: 520px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__paragraph__Cont__not__there:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.invoice-w:hover .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__paragraph__Cont__not__there.big-error-w:hover .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
  .network__people__outer__top .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content p, .network__people__outer__top .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content p, .network__people__outer__top .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content p {
    display: none; }
  @media (max-width: 1230px) {
    .network__people__outer__top .investor__dashboard__list li .element-box:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .invoice-w:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .big-error-w:hover.if__onelinepitch__there .investor__dashboard__list__image {
      max-height: 140px;
      min-height: 140px; } }
  @media (max-width: 700px) {
    .network__people__outer__top .investor__dashboard__list li .element-box:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .invoice-w:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .big-error-w:hover.if__onelinepitch__there .investor__dashboard__list__image {
      max-height: 300px;
      min-height: 300px; } }
  @media (max-width: 620px) {
    .network__people__outer__top .investor__dashboard__list li .element-box:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .invoice-w:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .big-error-w:hover.if__onelinepitch__there .investor__dashboard__list__image {
      max-height: 250px;
      min-height: 250px; } }
  @media (max-width: 520px) {
    .network__people__outer__top .investor__dashboard__list li .element-box:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .invoice-w:hover.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .big-error-w:hover.if__onelinepitch__there .investor__dashboard__list__image {
      max-height: 200px;
      min-height: 200px; } }
  .network__people__outer__top .investor__dashboard__list li .element-box.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.invoice-w .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.big-error-w .investor__dashboard__list__image {
    max-height: 170px;
    min-height: 170px; }
    @media (max-width: 700px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.invoice-w .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.big-error-w .investor__dashboard__list__image {
        max-height: 300px;
        min-height: 300px; } }
    @media (max-width: 620px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.invoice-w .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.big-error-w .investor__dashboard__list__image {
        max-height: 250px;
        min-height: 250px; } }
    @media (max-width: 520px) {
      .network__people__outer__top .investor__dashboard__list li .element-box.if__onelinepitch__there .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.invoice-w .investor__dashboard__list__image, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.big-error-w .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
  .network__people__outer__top .investor__dashboard__list li .element-box.if__onelinepitch__there .network__hover__content, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.invoice-w .network__hover__content, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.big-error-w .network__hover__content {
    display: flex; }
  @media (max-width: 700px) {
    .network__people__outer__top .investor__dashboard__list li .element-box.if__onelinepitch__there:hover .network__hover__content, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.invoice-w:hover .network__hover__content, .network__people__outer__top .investor__dashboard__list li .if__onelinepitch__there.big-error-w:hover .network__hover__content {
      display: flex; } }

@media (max-width: 700px) {
  .network__people__outer__top .investor__dashboard__list__content p {
    opacity: 1;
    display: block;
    margin-bottom: 10px; } }

.network__people__outer .investor__dashboard__list {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense; }
  @media (max-width: 1230px) {
    .network__people__outer .investor__dashboard__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1230px) {
    .network__people__outer .investor__dashboard__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1000px) {
    .network__people__outer .investor__dashboard__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 700px) {
    .network__people__outer .investor__dashboard__list {
      grid-template-columns: repeat(1, 1fr); } }
  .network__people__outer .investor__dashboard__list li .element-box .investor__dashboard__list__content__inner p, .network__people__outer .investor__dashboard__list li .invoice-w .investor__dashboard__list__content__inner p, .network__people__outer .investor__dashboard__list li .big-error-w .investor__dashboard__list__content__inner p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .network__people__outer .investor__dashboard__list li .element-box .investor__dashboard__list__content .paragraph__hoverCont, .network__people__outer .investor__dashboard__list li .invoice-w .investor__dashboard__list__content .paragraph__hoverCont, .network__people__outer .investor__dashboard__list li .big-error-w .investor__dashboard__list__content .paragraph__hoverCont {
    display: none; }
    .network__people__outer .investor__dashboard__list li .element-box .investor__dashboard__list__content .paragraph__hoverCont p, .network__people__outer .investor__dashboard__list li .invoice-w .investor__dashboard__list__content .paragraph__hoverCont p, .network__people__outer .investor__dashboard__list li .big-error-w .investor__dashboard__list__content .paragraph__hoverCont p {
      display: block; }
  .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__inner, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__inner, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__inner {
    opacity: 1; }
  .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content__hover, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content__hover, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content__hover {
    top: 50px; }
  .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content .paragraph__hoverCont, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content .paragraph__hoverCont, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content .paragraph__hoverCont {
    display: block; }
    .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__content .paragraph__hoverCont p, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__content .paragraph__hoverCont p, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__content .paragraph__hoverCont p {
      display: -webkit-box;
      -webkit-line-clamp: 5; }
  .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
    max-height: 128px;
    min-height: 128px; }
    @media (max-width: 1230px) {
      .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
    @media (max-width: 700px) {
      .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
        max-height: 250px;
        min-height: 250px; } }
    @media (max-width: 520px) {
      .network__people__outer .investor__dashboard__list li .element-box:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .invoice-w:hover .investor__dashboard__list__image, .network__people__outer .investor__dashboard__list li .big-error-w:hover .investor__dashboard__list__image {
        max-height: 200px;
        min-height: 200px; } }
  .network__people__outer .investor__dashboard__list__content .network__logo__name {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0; }
    .network__people__outer .investor__dashboard__list__content .network__logo__name .circle__img {
      position: static;
      width: 40px;
      height: 40px; }
    .network__people__outer .investor__dashboard__list__content .network__logo__name strong {
      font-size: 14px;
      margin: 0; }

.latest--activity--heading .nav-tabs .nav-link.active:after {
  width: 40%;
  left: 21px; }

.latest--activity--block {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E3E4F0;
  padding: 20px;
  min-height: 390px;
  max-height: 390px; }
  .latest--activity--block ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .latest--activity--block ul li {
      padding: 0;
      display: flex;
      align-self: start;
      gap: 10px; }
    .latest--activity--block ul .user {
      width: 50px;
      height: 50px;
      background: #F6F7F9;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #ededed; }
      .latest--activity--block ul .user svg {
        width: 22px;
        height: 22px; }
      .latest--activity--block ul .user img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .latest--activity--block--right {
    flex: 1; }
    .latest--activity--block--right .date {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5); }
    .latest--activity--block--right .tags {
      background: #3399FF;
      color: #fff;
      font-size: 10px;
      border-radius: 100px;
      padding: 3px 10px;
      line-height: normal; }
    .latest--activity--block--right p {
      font-size: 14px;
      line-height: 20px; }
      .latest--activity--block--right p a {
        color: #b11f37; }
    .latest--activity--block--right--top {
      margin-bottom: 3px; }

@media (max-width: 650px) {
  .network__people__main .nav-tabs {
    padding-left: 70px; } }

.service__provider__profile {
  padding: 20px; }
  .service__provider__profile p {
    margin: 0 !important; }

.error p {
  color: #B11F35;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center; }

.error-dynamic-message {
  color: #B11F35;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  position: relative;
  top: -20px; }

.text--success {
  color: #6CC24A;
  text-align: center; }

.text--error {
  color: #B11F35;
  text-align: center; }

.error-dynamic-message--normal-success,
.error-dynamic-message--normal,
.error-dynamic-message--normal {
  padding: 9px;
  position: relative;
  top: -5px;
  margin-bottom: 10px;
  background: #E7F9F1;
  border: 1px solid #02C20F;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #147B1B; }

.error__red textarea,
.error__red input {
  border-color: #B11F35 !important; }

.error__green textarea,
.error__green input {
  border-color: #6CC24A !important; }

.content-w {
  background-color: #F6F7F9; }

.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #474B4E;
  font-weight: 500;
  font-size: 13px; }

@media (max-width: 1000px) {
  #knowledge_list_section {
    margin-top: 20px; } }

@media (max-width: 992px) {
  .viewknowlege-modal .modal-dialog {
    max-width: 100%;
    padding: 0 20px; } }

.viewknowlege-modal .modal-content {
  padding: 20px 10px; }
  @media (max-width: 720px) {
    .viewknowlege-modal .modal-content .modal-body {
      padding: 0 10px; } }
  .viewknowlege-modal .modal-content span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 4px;
    display: block; }
    @media (max-width: 720px) {
      .viewknowlege-modal .modal-content span {
        font-size: 18px;
        line-height: 24px; } }
  .viewknowlege-modal .modal-content .view_knowledge_inner {
    display: flex;
    justify-content: space-between;
    gap: 15px; }
    @media (max-width: 720px) {
      .viewknowlege-modal .modal-content .view_knowledge_inner {
        flex-wrap: wrap; } }
    .viewknowlege-modal .modal-content .view_knowledge_inner img {
      width: 250px;
      align-self: flex-start; }
      @media (max-width: 720px) {
        .viewknowlege-modal .modal-content .view_knowledge_inner img {
          margin: 0 auto; } }
    .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content {
      flex: 1; }
      @media (max-width: 720px) {
        .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content {
          flex: auto;
          gap: 15px; } }
      .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content--heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px; }
        .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content--heading .category {
          background: #efefef;
          padding: 5px 20px;
          border-radius: 20px;
          font-weight: 500; }
      .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content .button__style {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 15px; }
        .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content .button__style .weburl {
          background: #B11F35; }
          .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content .button__style .weburl a {
            color: #fff;
            font-weight: 500; }
      .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content .date {
        color: rgba(0, 0, 0, 0.4);
        font-size: 15px;
        font-weight: 500; }
      .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content .paragraph_knowledege p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
        color: #3E4B5B; }
      .viewknowlege-modal .modal-content .view_knowledge_inner .view_knowledge_inner__content .paragraph_knowledege + .button__style {
        margin: 0; }

.fast-links--top--right a {
  color: #3E4B5B; }
  .fast-links--top--right a:hover {
    color: #3E4B5B; }

.investor__profile__version__2__mission {
  margin: 30px 0; }
  .investor__profile__version__2__mission .main-heading-no-border {
    margin-bottom: 0px;
    text-align: center;
    font-size: 32px;
    font-weight: 500; }
    @media (max-width: 992px) {
      .investor__profile__version__2__mission .main-heading-no-border {
        font-size: 28px; } }
    @media (max-width: 700px) {
      .investor__profile__version__2__mission .main-heading-no-border {
        font-size: 26px; } }
    .investor__profile__version__2__mission .main-heading-no-border.eso__profile__sub__heading {
      margin-bottom: 25px;
      line-height: normal; }
      .investor__profile__version__2__mission .main-heading-no-border.eso__profile__sub__heading strong {
        font-weight: 400;
        font-size: 25px; }
        @media (max-width: 700px) {
          .investor__profile__version__2__mission .main-heading-no-border.eso__profile__sub__heading strong {
            font-size: 20px; } }
  .investor__profile__version__2__mission .orgnization__contact {
    margin: 20px 0; }
    .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
      grid-template-columns: repeat(6, 1fr); }
      @media (max-width: 1440px) {
        .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
          grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 1100px) {
        .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 600px) {
        .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 420px) {
        .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list {
          grid-template-columns: repeat(1, 1fr); } }
      .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__image {
        border-radius: 0;
        min-height: 130px; }
        @media (max-width: 600px) {
          .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__image {
            min-height: 210px; } }
        @media (max-width: 420px) {
          .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list__image {
            min-height: 180px; } }
      .investor__profile__version__2__mission .orgnization__contact.explore__other__platforms__wrapper .orgnization__contact__outer__list .team__members__bottom {
        height: 40px; }
    .investor__profile__version__2__mission .orgnization__contact .company__external__link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 10px 15px; }
      .investor__profile__version__2__mission .orgnization__contact .company__external__link .link_left {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #354052;
        background: #F6F7F9;
        border-radius: 26px;
        padding: 4px 12px; }
        .investor__profile__version__2__mission .orgnization__contact .company__external__link .link_left:hover {
          background: #B11F35;
          color: #fff; }

.investor__profile__version__2__banner {
  min-height: 330px;
  position: relative; }
  @media (max-width: 720px) {
    .investor__profile__version__2__banner {
      min-height: 260px; } }
  .investor__profile__version__2__banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.investor__profile__version__2__company__detail {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .investor__profile__version__2__company__detail .if__div__flex {
      flex: 100%; } }

.investor__profile__version__2 .element-box-inner .sdgs__left__list {
  margin-bottom: 40px; }

.investor__profile__version__2__tab {
  margin: 20px 0; }
  .investor__profile__version__2__tab .os-tabs-w .nav-tabs .nav-link {
    padding-left: 0;
    color: #354052;
    font-size: 18px; }

.investor__profile__version__2 .gallery__outer {
  height: auto; }
  @media (max-width: 700px) {
    .investor__profile__version__2 .gallery__outer__pick {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 350px) {
    .investor__profile__version__2 .gallery__outer__pick {
      grid-template-columns: repeat(1, 1fr); } }
  .investor__profile__version__2 .gallery__outer__pick li {
    height: 270px;
    border: 1px solid #ddd; }
    @media (max-width: 1250px) {
      .investor__profile__version__2 .gallery__outer__pick li {
        height: 150px; } }
    @media (max-width: 1150px) {
      .investor__profile__version__2 .gallery__outer__pick li {
        height: 130px; } }
    @media (max-width: 950px) {
      .investor__profile__version__2 .gallery__outer__pick li {
        height: 170px; } }

.investor__profile__version__2 .documents__outer .label__name__view {
  gap: 20px;
  display: flex; }
  .investor__profile__version__2 .documents__outer .label__name__view a {
    margin: 0;
    text-align: left;
    padding: 0; }
    .investor__profile__version__2 .documents__outer .label__name__view a .company__outer__name h5 {
      margin: 5px 0 0 0; }

.investor__profile__version__2 .network__activity {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px; }
  @media (max-width: 400px) {
    .investor__profile__version__2 .network__activity {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 10px; } }
  .investor__profile__version__2 .network__activity li {
    list-style: none;
    display: flex;
    gap: 20px;
    flex: 1;
    position: relative; }
    .investor__profile__version__2 .network__activity li + li {
      margin-top: 20px; }
  .investor__profile__version__2 .network__activity__outer .activity-title {
    font-size: 18px;
    line-height: 39px;
    color: #354052;
    font-weight: 500;
    margin-bottom: 15px; }

.s__development__goals .element-box-inner .scroll-data + .button__style {
  justify-content: center;
  margin: 15px 0 0 0; }

.s__development__goals .element-box-inner ul.goals li {
  border-radius: 6px; }

.development__goals span {
  font-size: 13px;
  line-height: 12px;
  color: #000000;
  opacity: 0.4; }

.development__goals strong {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 3px 0 25px 0;
  display: block; }

.tooltip.show {
  opacity: 1; }

.sdgs-tooltip.show {
  opacity: 1; }
  .sdgs-tooltip.show .title {
    opacity: 1;
    width: 300px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 1px 0px 9px #eee;
    margin: -105px 0 0 0px;
    display: flex;
    gap: 10px;
    border-radius: 4px; }
    .sdgs-tooltip.show .title img {
      height: 80px;
      width: 80px;
      border-radius: 4px;
      background: #4c9f38; }
    .sdgs-tooltip.show .title p {
      font-size: 13px;
      color: #3E4B5B;
      line-height: 19px;
      margin: 0;
      flex: 1; }
  .sdgs-tooltip.show .tooltip-arrow {
    position: relative; }
    .sdgs-tooltip.show .tooltip-arrow::after {
      content: '';
      top: -1px;
      left: 42%;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #eee transparent transparent;
      border-width: 8px; }

.sdgs-tooltip.goles-right-tooltip.show .title {
  margin: 0;
  overflow: auto; }

/* slider css */
.list-slide .carousel {
  position: relative; }
  .list-slide .carousel .carousel-inner .carousel-item > div {
    height: 100%; }

.list-slide .carousel-control-prev, .list-slide .carousel-control-next {
  width: 40px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #B11F35;
  margin: auto; }
  .list-slide .carousel-control-prev:focus, .list-slide .carousel-control-next:focus {
    background: #B11F35; }
    .list-slide .carousel-control-prev:focus .carousel-control-prev-icon, .list-slide .carousel-control-next:focus .carousel-control-prev-icon {
      border-right-color: #fff; }
    .list-slide .carousel-control-prev:focus .carousel-control-next-icon, .list-slide .carousel-control-next:focus .carousel-control-next-icon {
      border-left-color: #fff; }

.list-slide .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #047bf8; }

.list-slide .carousel-control-next .carousel-control-next-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #047bf8; }

.list-slide .card {
  border: 0;
  margin: 0;
  overflow: hidden; }
  .list-slide .card .card-img {
    max-height: 250px;
    min-height: 250px;
    margin: 0 15px;
    overflow: hidden; }
    .list-slide .card .card-img img {
      width: 100%;
      height: 100%;
      max-height: 250px;
      min-height: 250px;
      object-fit: cover; }

.affiliations__list__title {
  margin-bottom: 25px; }
  .affiliations__list__title strong {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 1000px) {
      .affiliations__list__title strong {
        font-size: 30px;
        line-height: 36px; } }
    @media (max-width: 800px) {
      .affiliations__list__title strong {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px; } }
    @media (max-width: 700px) {
      .affiliations__list__title strong {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 50px) {
      .affiliations__list__title strong {
        font-size: 16px;
        line-height: 22px; } }
  .affiliations__list__title p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin: 0 auto;
    max-width: 722px; }

.affiliations__list .network__column__list__inner__image {
  min-height: 230px; }

.if__div_missing .youtube__players.if__div__flex {
  flex: 40%; }
  @media (max-width: 1160px) {
    .if__div_missing .youtube__players.if__div__flex {
      flex: 100%; } }

.youtube__players + iframe {
  height: calc(100% - 130px); }

.youtube__players .deal__para {
  min-height: 64px; }
  .youtube__players .deal__para ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .youtube__players .deal__para ul li {
      display: inline-block;
      margin: 0 5px; }
  .youtube__players .deal__para p ~ p {
    display: none; }

.youtube__players + .deal_cover_image {
  height: calc(100% - 132px); }

.if__paragraph__top__missing {
  height: 100%; }

.deal_cover_image {
  position: relative;
  height: 100%; }
  .deal_cover_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

@media (max-width: 1440px) {
  .pitches__video .youtube__players {
    max-width: 70%; }
  .pitches__video .video__pitches__right {
    flex: 0 0 30%;
    max-width: 30%; } }

@media (max-width: 1350px) {
  .pitches__video .youtube__players {
    flex: 0 0 65%;
    max-width: 65%; }
  .pitches__video .video__pitches__right {
    flex: 0 0 35%;
    max-width: 35%; } }

@media (max-width: 1150px) {
  .pitches__video .youtube__players {
    flex: 0 0 60%;
    max-width: 60%; }
  .pitches__video .video__pitches__right {
    flex: 0 0 40%;
    max-width: 40%; } }

@media (max-width: 992px) {
  .pitches__video {
    gap: 30px; }
    .pitches__video .youtube__players {
      flex: 0 0 100%;
      max-width: 100%; }
    .pitches__video .video__pitches__right {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (max-width: 992px) {
  .pitches__events__data__inner a {
    display: block; } }

@media (max-width: 992px) {
  .pitches__events__data__inner span {
    display: inline-block; } }

@media (max-width: 992px) {
  .pitches__events__data__inner span.date {
    display: block; } }

.video__pitches__right .pitches__events__data__inner span {
  font-size: 15px;
  line-height: 21px; }
  .video__pitches__right .pitches__events__data__inner span.date {
    font-size: 12px;
    line-height: 18px; }

.video__pitches__right .pitches__events__data__inner a {
  font-size: 15px;
  line-height: 21px; }
  .video__pitches__right .pitches__events__data__inner a span {
    font-size: 15px;
    line-height: 21px; }

.for__left__expandable__menu {
  padding: 0px; }
  .for__left__expandable__menu #networktable {
    padding: 0; }
  .for__left__expandable__menu .all-wrapper {
    max-width: 100%; }
    .for__left__expandable__menu .all-wrapper.menu-side {
      display: flex;
      flex-direction: column;
      min-height: calc(100vh - 145px); }
    .for__left__expandable__menu .all-wrapper.footer-Hit {
      min-height: unset;
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      background: transparent; }
    .for__left__expandable__menu .all-wrapper.footernavtop {
      background: transparent; }
  .for__left__expandable__menu .menu-side-w, .for__left__expandable__menu .menu-side-compact-w {
    border-radius: 0; }
  .for__left__expandable__menu .menu-side .content-w {
    border-radius: 0; }
  .for__left__expandable__menu .main__container {
    max-width: 1170px;
    margin: 0 auto; }
    @media (max-width: 1175px) {
      .for__left__expandable__menu .main__container {
        padding: 0 20px; } }
  .for__left__expandable__menu .artha__top__nav {
    height: 75px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11; }
    @media (max-width: 750px) {
      .for__left__expandable__menu .artha__top__nav {
        position: static; } }
    .for__left__expandable__menu .artha__top__nav__left .logo {
      display: flex;
      align-items: center;
      margin-left: -20px;
      margin-right: 0px;
      min-width: 200px;
      position: relative; }
      .for__left__expandable__menu .artha__top__nav__left .logo img {
        padding: 0 10px;
        position: absolute;
        width: auto;
        height: auto;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 60px; }
      .for__left__expandable__menu .artha__top__nav__left .logo.if__tinent__logo {
        margin-left: 0;
        padding-right: 15px; }
        .for__left__expandable__menu .artha__top__nav__left .logo.if__tinent__logo img {
          height: auto;
          min-width: 48px;
          max-width: 40px; }
    .for__left__expandable__menu .artha__top__nav__left .main-menu li > a .icon-w .icon {
      fill: #fff;
      stroke: #fff; }
    .for__left__expandable__menu .artha__top__nav__left .main-menu li > a span {
      color: #fff; }
    .for__left__expandable__menu .artha__top__nav .icon-w {
      display: flex;
      align-items: center;
      position: relative; }
      .for__left__expandable__menu .artha__top__nav .icon-w .notification__number {
        font-size: 10px;
        background: #b11f37;
        border-radius: 9px;
        color: #fff;
        padding: 0 4px;
        position: absolute;
        right: -6px;
        line-height: normal;
        top: 3px; }
      .for__left__expandable__menu .artha__top__nav .icon-w .icon {
        width: 18px;
        height: 18px;
        fill: #b11f37;
        stroke: #b11f37; }
    .for__left__expandable__menu .artha__top__nav .fancy-selector-w .fancy-selector-current {
      background: transparent; }
      .for__left__expandable__menu .artha__top__nav .fancy-selector-w .fancy-selector-current .fs-img.topUserimg {
        width: unset;
        height: 40px;
        overflow: unset;
        margin: 0;
        vertical-align: unset;
        display: flex;
        border: 0; }
        .for__left__expandable__menu .artha__top__nav .fancy-selector-w .fancy-selector-current .fs-img.topUserimg img {
          width: auto;
          object-fit: unset;
          height: auto; }
      .for__left__expandable__menu .artha__top__nav .fancy-selector-w .fancy-selector-current .fs-main-info .fs-name {
        color: #354052;
        font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: unset; }
      .for__left__expandable__menu .artha__top__nav .fancy-selector-w .fancy-selector-current .fs-main-info .fs-sub span {
        color: #A5A2AE;
        font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 600;
        font-size: 12px; }
    .for__left__expandable__menu .artha__top__nav .main-menu {
      padding: 0;
      margin: 0 0 0 80px;
      display: flex;
      align-items: center;
      gap: 20px; }
      @media (max-width: 800px) {
        .for__left__expandable__menu .artha__top__nav .main-menu {
          margin: 0 0 0 5px; } }
      .for__left__expandable__menu .artha__top__nav .main-menu li {
        list-style: none;
        position: relative; }
        .for__left__expandable__menu .artha__top__nav .main-menu li > a {
          display: flex;
          align-items: center;
          gap: 10px;
          color: #3E4B5B;
          font-size: 14px; }
          .for__left__expandable__menu .artha__top__nav .main-menu li > a.stroke-none .icon-w .icon {
            stroke: none; }
        .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu {
          padding: 0;
          margin: 0;
          display: none;
          position: absolute;
          top: 50px;
          z-index: 1;
          background: #FFFFFF;
          border: 1px solid #EBEBEB;
          box-sizing: border-box;
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
          border-radius: 4px;
          min-width: 455px;
          z-index: 111; }
          .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu li {
            list-style: none;
            border-bottom: 1px solid #ddd; }
            .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu li:last-child {
              border: 0; }
            .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu li a {
              border-radius: 0; }
            .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu li.no-border {
              border: 0; }
          .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu.sub-menu-hover-inner {
            position: static;
            display: block;
            box-shadow: none; }
        .for__left__expandable__menu .artha__top__nav .main-menu li .dropdown--toplayout {
          box-shadow: none;
          border-radius: 0;
          right: 470%; }
          @media (max-width: 620px) {
            .for__left__expandable__menu .artha__top__nav .main-menu li .dropdown--toplayout {
              right: 360%; } }
        .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu > a:hover:before {
          color: #fff; }
        .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.manage__nav .sub-menu li {
          border: 0; }
        .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show a {
          text-decoration: none;
          background: #b11f37; }
          .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show a .icon-w .icon {
            fill: #fff;
            stroke: #fff; }
          .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show a .icon-w .notification__number {
            background: #b11f37; }
          .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show a span {
            color: #fff; }
        .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu {
          display: block;
          transform: none !important;
          margin-top: 50px;
          left: auto !important; }
          .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list {
            padding: 0;
            margin: 0;
            list-style: none; }
            .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li {
              display: grid;
              grid-template-columns: repeat(2, 1fr); }
              .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li > a {
                display: flex;
                align-items: center;
                gap: 10px;
                color: #3E4B5B;
                font-size: 14px;
                background: transparent;
                padding: 12px 15px; }
                .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li > a .icon {
                  fill: #000;
                  stroke: #000; }
                .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li > a span {
                  color: #000; }
                .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li > a:hover .icon {
                  fill: #b11f37;
                  stroke: #b11f37; }
                .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li > a:hover span {
                  color: #b11f37; }
                .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li > a.stroke-none .icon-w .icon {
                  stroke: none; }
              .for__left__expandable__menu .artha__top__nav .main-menu li.has-sub-menu.show .sub-menu .sub-menu-list li.if_no_grid {
                grid-template-columns: repeat(1, 1fr); }
        .for__left__expandable__menu .artha__top__nav .main-menu li > a {
          position: relative;
          background: #b11f37;
          border-radius: 4px;
          padding: 8px 15px; }
          .for__left__expandable__menu .artha__top__nav .main-menu li > a span {
            font-size: 15px; }
          .for__left__expandable__menu .artha__top__nav .main-menu li > a:focus {
            text-decoration: none; }
          .for__left__expandable__menu .artha__top__nav .main-menu li > a:hover, .for__left__expandable__menu .artha__top__nav .main-menu li > a .active {
            text-decoration: none;
            background: #F6F7F9; }
            .for__left__expandable__menu .artha__top__nav .main-menu li > a:hover span, .for__left__expandable__menu .artha__top__nav .main-menu li > a .active span {
              color: #000; }
            .for__left__expandable__menu .artha__top__nav .main-menu li > a:hover .icon-w .icon, .for__left__expandable__menu .artha__top__nav .main-menu li > a .active .icon-w .icon {
              fill: #b11f37;
              stroke: #b11f37; }
        .for__left__expandable__menu .artha__top__nav .main-menu li span {
          padding: 0 1rem;
          display: block;
          flex: 1;
          transition: all 0s ease;
          font-family: "proxima-nova", sans-serif;
          font-weight: 600;
          font-size: 14px; }
        .for__left__expandable__menu .artha__top__nav .main-menu li .icon-w + span {
          padding: 0px; }
      .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list {
        margin: 0 0 0 35px; }
        @media (max-width: 1100px) {
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list {
            margin: 0 0 0 15px; } }
        .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li {
          background: transparent;
          box-shadow: none;
          min-height: 40px;
          display: flex;
          align-items: center; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li:nth-child(2) .sub-menu {
            right: 5px; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li a {
            background: transparent;
            box-shadow: none;
            padding: 0;
            margin: 0; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li a .logged-user-w {
              padding-left: 0; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li a:hover .icon-w .icon {
              fill: #b11f37;
              stroke: none; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.share__profile a {
            font-weight: 600;
            padding: 5px 15px;
            background: #F6F7F9;
            border-color: #F6F7F9; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.share__profile svg {
            fill: #000;
            width: 18px;
            height: 20px; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.show a {
            background: transparent;
            box-shadow: none; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.show a .icon-w .icon {
              fill: #b11f37;
              stroke: none; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list {
            margin-top: 5px;
            padding: 0;
            margin: 0;
            list-style: none; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list li {
              display: grid;
              grid-template-columns: repeat(1, 1fr);
              border: 0; }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list li a {
                text-align: left;
                padding: 6px 0;
                font-size: 12px;
                margin: 0 17px;
                transition: all 0.5s ease; }
                .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list li a .icon-w .icon {
                  fill: #b11f37;
                  stroke: none; }
                .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list li a span {
                  padding: 0; }
                .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list li a:hover {
                  background: #F6F7F9;
                  border-radius: 2px;
                  padding-left: 10px; }
                  .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .sub-menu-list li a:hover span {
                    color: #b11f37; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent.is-active .sub-menu {
            display: block;
            left: auto;
            right: 20px;
            max-height: 600px;
            overflow-x: hidden;
            overflow-y: auto;
            padding: 10px 0; }
            @media (max-width: 750px) {
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent.is-active .sub-menu {
                right: 0px; } }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent .common_comp_menu {
            display: none; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent .toggle__nav {
            border-bottom: 1px solid #ddd; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent .toggle__nav.accordionButtonActive::after {
              transform: rotate(0deg); }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent .toggle__nav.active .common_comp_menu {
              display: block; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent .toggle__nav .nav__user__wrap {
              padding: 10px 0;
              border: 0;
              background: #F6F7F9;
              position: relative; }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.menu-click-parent .toggle__nav .nav__user__wrap::after {
                content: '';
                position: absolute;
                right: 20px;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #000; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show a .icon-w .icon {
            fill: #b11f37;
            stroke: none; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show a .notification__number {
            background: #b11f37;
            color: #fff; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .sub-menu {
            right: 0;
            min-width: 270px; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .sub-menu.show > a {
              text-align: left;
              padding: 10px 16px;
              font-size: 12px;
              margin: 0;
              transition: all 0.5s ease; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .icon-w .icon {
            width: 26px;
            height: 32px;
            stroke: none; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu .logged-user-i {
            display: flex;
            align-items: center; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show .sub-menu .sub-menu-list {
            margin-top: 5px; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show .sub-menu .sub-menu-list li {
              grid-template-columns: repeat(1, 1fr);
              border: 0; }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show .sub-menu .sub-menu-list li a {
                text-align: left;
                padding: 6px 0;
                font-size: 12px;
                margin: 0 17px;
                transition: all 0.5s ease; }
                .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show .sub-menu .sub-menu-list li a span {
                  padding: 0; }
                .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li.has-sub-menu.show .sub-menu .sub-menu-list li a:hover {
                  background: #F6F7F9;
                  border-radius: 2px;
                  padding-left: 10px; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .nav__user__wrap {
            border-bottom: 1px solid #ddd;
            padding-bottom: 13px; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .nav__user__wrap .logged-user-i {
              gap: 10px;
              padding-right: 20px; }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .nav__user__wrap .logged-user-i strong {
                font-size: 14px;
                color: #474B4E;
                flex: 1;
                text-align: left; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .nav__user__wrap.toggle__nav {
              padding: 10px 0;
              border: 0;
              background: #F6F7F9;
              position: relative; }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .nav__user__wrap.toggle__nav::after {
                content: '';
                position: absolute;
                right: 20px;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #000;
                transform: rotate(180deg); }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li .nav__user__wrap.toggle__nav .logged-user-w .avatar-w.user-image {
                width: 36px;
                height: 36px;
                flex-basis: 36px; }
        .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup .logged-user-i {
          padding: 10px 1rem;
          gap: 8px; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup .logged-user-i + .logged-user-i {
            border-top: 1px solid #ddd; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup .logged-user-i:hover {
            background: #F6F7F9; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup .logged-user-i .user-image {
            width: 40px;
            height: 40px;
            flex-basis: 40px;
            overflow: hidden;
            border-radius: 100%;
            background: #d9d9d9; }
            .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup .logged-user-i .user-image img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
              .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup .logged-user-i .user-image img.if__placeholder {
                width: auto;
                height: auto;
                padding: 9px; }
        .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup__name {
          flex: 1; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup__name span {
            padding: 0 !important;
            font-size: 11px;
            line-height: normal;
            color: #474B4E !important;
            font-weight: 400; }
          .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list .notification__droup__name strong {
            font-size: 14px;
            font-weight: 700;
            color: #474B4E; }

.dropdown--toplayout {
  background: transparent;
  padding: 0; }

@media (max-width: 750px) {
  .fancy-selector-w .fancy-selector-current .fs-main-info, .fancy-selector-w .fancy-selector-option .fs-main-info {
    padding: 0px; } }

.top__nav__eq {
  height: 75px; }
  @media (max-width: 750px) {
    .top__nav__eq {
      display: none; } }

.document-mobile-menu-trigger {
  display: none; }

@media (max-width: 750px) {
  .mm-buttons {
    cursor: pointer; }
  .fancy-selector-w .fancy-selector-current .fs-img.topUserimg {
    margin-left: 0px; }
  .artha__top__nav .top-menu-secondary .logged-user-w {
    padding-right: 0; }
  .for__left__expandable__menu .artha__top__nav__left .logo {
    display: none; }
  .for__left__expandable__menu .artha__top__nav .mobile-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1111;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    background: #d5d6d7; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li a::after {
      content: '';
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #000; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li.show a::after {
      transform: rotate(180deg);
      border-top-color: #fff; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li > a {
      padding: 8px 18px;
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      background: #d5d6d7; }
      .for__left__expandable__menu .artha__top__nav .mobile-toggle li > a:hover {
        background: #d5d6d7; }
        .for__left__expandable__menu .artha__top__nav .mobile-toggle li > a:hover .icon-w .icon {
          fill: #000;
          stroke: #000; }
        .for__left__expandable__menu .artha__top__nav .mobile-toggle li > a:hover span {
          color: #000; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li.has-sub-menu li a {
      position: relative; }
      .for__left__expandable__menu .artha__top__nav .mobile-toggle li.has-sub-menu li a::after {
        display: none; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li.has-sub-menu.show a {
      border-radius: 0; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li.has-sub-menu.show .sub-menu {
      min-width: 100%;
      border-radius: 0;
      margin-top: 0;
      position: relative !important;
      padding: 0; }
    .for__left__expandable__menu .artha__top__nav .mobile-toggle li:last-child a {
      border-bottom: 1px solid transparent; }
  .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu li {
    border: 0; }
    .for__left__expandable__menu .artha__top__nav .main-menu li .sub-menu li.no-border a {
      border: 0; }
  .for__left__expandable__menu .artha__top__nav .main-menu.artha__top__nav__right__list li:nth-child(2) .sub-menu {
    right: -60px; }
  .document-mobile-menu-trigger {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ddd; }
    .document-mobile-menu-trigger .logo {
      display: flex;
      align-items: center;
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      padding: 15px 15px 20px 0;
      margin-right: 10px; }
      .document-mobile-menu-trigger .logo img {
        min-width: 60px;
        height: auto;
        max-width: 60px; }
    .document-mobile-menu-trigger .mm-logo-buttons-w {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px; } }

@media (max-width: 750px) {
  .document-mobile-menu-trigger--hide .document-mobile-menu-trigger {
    display: none; } }

@media (max-width: 750px) {
  .document-mobile-menu-trigger--hide.for__left__expandable__menu .artha__top__nav__left .logo {
    display: flex; }
    .document-mobile-menu-trigger--hide.for__left__expandable__menu .artha__top__nav__left .logo img {
      margin: 0;
      left: 10px; } }

@media (max-width: 1150px) {
  .document-mobile-menu-trigger--hide.with-content-panel .content-box {
    padding: 0;
    padding-top: 20px; } }

.load__more {
  grid-column: 1 / -1; }

.organization__profile__outer .label__name__view .referred__by {
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
  gap: 15px; }
  .organization__profile__outer .label__name__view .referred__by:last-child {
    margin-bottom: 0; }
  .organization__profile__outer .label__name__view .referred__by a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0; }
    .organization__profile__outer .label__name__view .referred__by a img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.tab__font__big .nav-tabs .nav-item .nav-link, .tab__font__big .nav-tabs .nav-item div {
  font-size: 24px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  color: #474B4E;
  font-family: "proxima-nova", sans-serif; }
  .tab__font__big .nav-tabs .nav-item .nav-link.disabled, .tab__font__big .nav-tabs .nav-item div.disabled {
    opacity: 0.3; }
  @media (max-width: 1000px) {
    .tab__font__big .nav-tabs .nav-item .nav-link, .tab__font__big .nav-tabs .nav-item div {
      font-size: 18px; } }
  @media (max-width: 620px) {
    .tab__font__big .nav-tabs .nav-item .nav-link, .tab__font__big .nav-tabs .nav-item div {
      font-size: 16px; } }
  .tab__font__big .nav-tabs .nav-item .nav-link.active, .tab__font__big .nav-tabs .nav-item div.active {
    color: #b11f37; }

ul.user__dashboard__link {
  border-top: 1px solid #ddd; }

.user__images__normal .circle__img {
  text-align: center; }
  .user__images__normal .circle__img .icon {
    width: 30px;
    height: 60px;
    fill: #E0E9F1; }

.enter__orgname {
  display: flex;
  flex-direction: column; }
  .enter__orgname p {
    margin: 0;
    padding: 0; }

.dropzone_new {
  cursor: pointer;
  border: 2px dashed #dde2ec; }
  .dropzone_new .dz-success-mark, .dropzone_new .dz-error-mark {
    display: none; }

#notable_partnership .network__column__list__inner {
  background: #FFFFFF; }
  #notable_partnership .network__column__list__inner a {
    min-height: 100%; }
  #notable_partnership .network__column__list__inner__image {
    background: transparent;
    min-height: 230px;
    max-height: 230px; }
    #notable_partnership .network__column__list__inner__image img {
      padding: 10px; }

.full__width__list .active__deals__wrap__list__outer {
  padding: 25px;
  flex-wrap: wrap; }
  .full__width__list .active__deals__wrap__list__outer__detail {
    padding: 0;
    justify-content: space-around;
    width: 100%;
    flex: 100%; }
    .full__width__list .active__deals__wrap__list__outer__detail__inner--outer {
      position: relative;
      flex: 1; }
      .full__width__list .active__deals__wrap__list__outer__detail__inner--outer .affiliated__bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%; }
        .full__width__list .active__deals__wrap__list__outer__detail__inner--outer .affiliated__bottom--outer {
          display: flex;
          align-items: center;
          gap: 10px; }
        .full__width__list .active__deals__wrap__list__outer__detail__inner--outer .affiliated__bottom .small__user {
          position: static;
          width: auto; }
      .full__width__list .active__deals__wrap__list__outer__detail__inner--outer .button__style {
        border: 0;
        align-items: flex-end; }

.full__width__list .active__deals__wrap__list__small__image {
  align-self: flex-start;
  width: 114px; }
  .full__width__list .active__deals__wrap__list__small__image--outer {
    position: relative; }

.small__user {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap; }
  .small__user label {
    margin: 0;
    font-size: 13px;
    line-height: 18px; }
  .small__user__sdg {
    font-size: 13px;
    line-height: normal;
    color: #b11f35; }

.header-center h1 {
  text-align: center;
  font-size: 36px;
  color: #354052;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  font-family: "proxima-nova", sans-serif; }
  @media (max-width: 620px) {
    .header-center h1 {
      font-size: 28px; } }
  @media (max-width: 520px) {
    .header-center h1 {
      font-size: 23px; } }

.search__box {
  flex-basis: 30%; }
  .search__box input {
    border-radius: 25px; }
  .search__box .slag {
    justify-content: flex-end; }
    .search__box .slag .btn-gray {
      background: #B11F37;
      color: #fff; }

.element-wrapper .element-header.search__small {
  padding-bottom: 10px; }

.search__small .form-control {
  flex-basis: 25%; }

.my__opportunities .finacial__wrapper__top__outer__inner strong {
  opacity: 1; }

.select-full-width .select2 {
  width: 100% !important; }

.dealpipeline .active__deals__wrap__list__outer__detail {
  flex: 1; }
  .dealpipeline .active__deals__wrap__list__outer__detail__inner {
    position: relative; }
    .dealpipeline .active__deals__wrap__list__outer__detail__inner .button__style {
      justify-content: flex-start;
      position: absolute;
      top: -31px;
      right: -20px; }
      .dealpipeline .active__deals__wrap__list__outer__detail__inner .button__style .step-trigger-btn {
        border-radius: 20px;
        font-weight: 500; }

.dealpipeline .active__deals__wrap__list li.button__style {
  box-shadow: none;
  background-color: transparent;
  border: 0;
  min-height: unset; }

.list-carosel .carousel-control-prev {
  left: -10px; }

.list-carosel .carousel-control-next {
  right: -10px; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute; }

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

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%); }
  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%); } }

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0); }

/* slider css  END */
/* new desing css */
.margin-top-gap-big {
  margin-top: 0px; }

.svg-red {
  fill: #B11F35;
  width: 14px;
  height: 14px; }

.font-proxima * {
  font-family: "proxima-nova", sans-serif; }

.font-product-sans * {
  font-family: "Product Sans", sans-serif; }

.indicator__added {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px; }
  .indicator__added span {
    color: #354052;
    font-weight: 600;
    font-size: 14px; }
  .indicator__added a {
    background: #0ACF83;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    padding: 7px 20px; }
  .indicator__added-form {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px; }
    .indicator__added-form .form-group {
      display: flex;
      align-items: center;
      margin: 0;
      gap: 10px; }
      .indicator__added-form .form-group .form-control {
        height: 34px;
        min-width: 268px; }

.button {
  border: 0;
  outline: 0;
  padding: 9px 20px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #354052;
  font-family: "proxima-nova", sans-serif;
  cursor: pointer; }

.heading__top--center {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 35px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff; }
  @media (max-width: 720px) {
    .heading__top--center {
      padding: 25px 0; } }
  .heading__top--center strong {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 35px;
    color: #354052;
    font-family: "proxima-nova", sans-serif; }
    @media (max-width: 720px) {
      .heading__top--center strong {
        font-size: 25px;
        line-height: 31px; } }
    @media (max-width: 620px) {
      .heading__top--center strong {
        font-size: 20px;
        line-height: 26px; } }
  .heading__top--center .if__helpdev {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 620px) {
      .heading__top--center .if__helpdev strong {
        display: block;
        width: 100%;
        text-align: center; } }
    .heading__top--center .if__helpdev .help--top-right {
      margin: 0; }
      @media (max-width: 620px) {
        .heading__top--center .if__helpdev .help--top-right {
          margin: 0 auto; } }

.main__container--form {
  margin: 0 auto;
  max-width: 714px;
  padding-bottom: 10px; }

.cke_bottom {
  display: none !important; }

.new__form__desing .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 5px; }

.new__form__desing .select2-container .select2-search--inline .select2-search__field {
  padding: 0 8px; }

.new__form__desing .button__wrap {
  padding: 30px 0; }

.new__form__desing .button__red {
  display: inline-flex;
  padding: 0 20px; }
  @media (max-width: 720px) {
    .new__form__desing .button__red {
      padding: 0 10px; } }

.new__form__desing .cke_chrome {
  width: 100%; }

.new__form__desing .form-text.with-errors.error {
  position: relative;
  top: -9px; }

.new__form__desing .button__two__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .new__form__desing .button__two__row.margin-bottom-0 {
    margin-bottom: 0; }

.new__form__desing .table td input {
  min-height: inherit; }

.new__form__desing .step-triggers {
  justify-content: center;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  padding: 10px 0;
  background: #fff;
  gap: 40px;
  z-index: 11; }
  @media (max-width: 620px) {
    .new__form__desing .step-triggers {
      gap: 10px;
      white-space: nowrap;
      display: flex;
      overflow-y: auto;
      justify-content: flex-start;
      padding-left: 20px; } }
  .new__form__desing .step-triggers a {
    flex: unset;
    padding-bottom: 0;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #354052; }
    @media (max-width: 720px) {
      .new__form__desing .step-triggers a {
        font-size: 16px; } }
    .new__form__desing .step-triggers a span {
      padding: 3px 10px;
      border-radius: 15px;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px; }
  @media (max-width: 620px) {
    .new__form__desing .step-triggers .step-trigger {
      display: inline-block;
      text-align: left;
      margin-bottom: 10px;
      margin-right: 20px;
      white-space: nowrap; } }
  .new__form__desing .step-triggers .step-trigger:before {
    bottom: -10px;
    left: 0;
    right: auto; }
  .new__form__desing .step-triggers .step-trigger.active:before {
    right: 0px; }
  .new__form__desing .step-triggers .step-trigger.active span {
    background: #b11f37;
    color: #fff; }

.new__form__desing .form-control {
  min-height: 44px; }
  .new__form__desing .form-control.cardname {
    color: #495057; }
    .new__form__desing .form-control.cardname::placeholder {
      color: #495057; }
  .new__form__desing .form-control.StripeElement--focus {
    color: #495057;
    background-color: #fff;
    border-color: #b11f37;
    outline: 0;
    box-shadow: none; }
  .new__form__desing .form-control.StripeElement > div {
    top: 7px; }
  .new__form__desing .form-control.StripeElement input {
    color: #495057;
    font-family: "proxima-nova", sans-serif !important; }

.new__form__desing .form-group label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #354052;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 10px;
  display: flex;
  gap: 5px; }
  .new__form__desing .form-group label span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #354052;
    font-family: "proxima-nova", sans-serif;
    display: block;
    margin-bottom: 5px; }
    .new__form__desing .form-group label span.icon-tooltop {
      margin-bottom: 0; }

.new__form__desing .slidertoggle.round {
  margin: 0; }

.new__form__desing .full-wdth-select-min-height .select2-container .select2-selection--multiple {
  min-height: 44px; }

.new__form__desing .select2 {
  min-width: 100%;
  max-width: 100%; }

.new__form__desing .add__portfolio {
  display: flex;
  gap: 20px;
  flex: 100%; }
  @media (max-width: 520px) {
    .new__form__desing .add__portfolio {
      overflow-y: auto; } }
  .new__form__desing .add__portfolio__repeat__outer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
  .new__form__desing .add__portfolio--img {
    background: #FFFFFF;
    border: 2px solid #E3E4F0;
    border-radius: 4px;
    flex-basis: 120px;
    min-height: 116px;
    max-height: 116px;
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 720px) {
      .new__form__desing .add__portfolio--img {
        flex-basis: 100px;
        min-height: 86px;
        max-height: 86px; } }
    .new__form__desing .add__portfolio--img img {
      width: 90px;
      padding: 5px;
      margin: 0 auto; }
      @media (max-width: 720px) {
        .new__form__desing .add__portfolio--img img {
          width: 65px; } }
    .new__form__desing .add__portfolio--img .icon {
      height: 75px;
      width: 115px;
      fill: #E0E9F1; }
      @media (max-width: 720px) {
        .new__form__desing .add__portfolio--img .icon {
          height: 55px;
          width: 95px; } }
  .new__form__desing .add__portfolio--right {
    flex: 1; }
  .new__form__desing .add__portfolio--outer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .new__form__desing .add__portfolio--outer .button__wrap {
      margin: 0;
      gap: 10px;
      padding: 0; }
      .new__form__desing .add__portfolio--outer .button__wrap .button__red {
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        height: 30px;
        padding: 0 10px; }
  .new__form__desing .add__portfolio--title svg {
    width: 11px;
    height: 12px;
    margin-right: 5px; }
  .new__form__desing .add__portfolio--description {
    margin-top: 20px; }

.new__form__desing .add__more {
  margin-top: 30px; }

.new__form__desing .error__outer .cke_chrome {
  border: 1px solid #e65252; }

a:not([href]):not([tabindex]) {
  cursor: pointer; }

.comment--edit .dropdown:hover > .dropdown-menu {
  display: block; }

.comment--edit .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

.ElementsApp input {
  font-family: "proxima-nova", sans-serif !important; }

.feed--trigger {
  position: sticky;
  top: 0; }

.email__designer__wrap {
  margin: 0 auto;
  max-width: 715px;
  padding-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .email__designer__wrap {
      padding: 0 20px 30px; } }
  .email__designer__wrap .targeting .btn, .email__designer__wrap .targeting .all-wrapper .fc-button, .all-wrapper .email__designer__wrap .targeting .fc-button {
    min-width: 178px; }
  .email__designer__wrap .step-content {
    padding: 0;
    display: block; }
  .email__designer__wrap .feed--list li {
    border: 1px dashed #C6CCD6;
    border-radius: 4px; }
  .email__designer__wrap .feed--list-warp {
    padding: 20px; }
  .email__designer__wrap .feed--list-img {
    min-width: 210px;
    max-width: 210px;
    min-height: 100%;
    max-height: 100%; }
  .email__designer__wrap .feed--list-content .feed-bottom {
    position: relative;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 8px;
    width: auto; }
    .email__designer__wrap .feed--list-content .feed-bottom .sdg {
      align-self: flex-start;
      margin: 0; }
  .email__designer__wrap .feed--list-content .button__style {
    flex-wrap: wrap;
    gap: 7px; }
    .email__designer__wrap .feed--list-content .button__style .sdg {
      align-self: flex-start; }
  .email__designer__wrap .feed--list-content .discription strong {
    padding-right: 96px;
    display: block; }
  .email__designer__wrap .feed--list.investor--list .feed--list-img {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 4px;
    background: #F6F7F9;
    display: flex;
    align-items: center;
    justify-content: center; }
    .email__designer__wrap .feed--list.investor--list .feed--list-img svg {
      width: 52px;
      height: 52px;
      margin: 0 auto; }
  .email__designer__wrap .feed--list.investor--list--bottom {
    position: relative;
    bottom: -10px; }
  .email__designer__wrap .feed--list.investor--list .button__style {
    flex: 1; }
  @media screen and (max-width: 900px) {
    .email__designer__wrap .feed--list.feed--designer .feed--list-img {
      min-width: 100%;
      max-width: 100%; } }
  .email__designer__wrap .discription hr {
    margin: 4px 0 10px; }
  .email__designer__wrap .heading__normal--v3 {
    justify-content: space-between; }
    .email__designer__wrap .heading__normal--v3 span.optn {
      font-size: 10px;
      font-style: italic;
      font-weight: 400;
      line-height: 12px; }
  .email__designer__wrap .file-size {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #b9b9b9; }
  .email__designer__wrap .profile__image__uploaded {
    position: relative; }
    .email__designer__wrap .profile__image__uploaded img {
      width: 100%;
      object-fit: cover; }
    .email__designer__wrap .profile__image__uploaded--inner {
      overflow: hidden;
      border-radius: 4px;
      height: 100%;
      height: 250px;
      background: #fff;
      border: 1px solid #ddd; }
      .email__designer__wrap .profile__image__uploaded--inner img {
        width: 100%;
        object-fit: contain;
        height: 100%; }
  .email__designer__wrap .event--row .feed--list-img {
    border-radius: 0 10px 10px 0;
    min-width: 282px;
    max-width: 282px; }
  .email__designer__wrap .event--row .feed--list-warp {
    padding: 0px;
    gap: 0px; }
  .email__designer__wrap .event--row .feed--list-content {
    padding: 16px; }
    @media screen and (max-width: 900px) {
      .email__designer__wrap .event--row .feed--list-content {
        width: 100%; } }
    .email__designer__wrap .event--row .feed--list-content .discription {
      padding-right: 0px; }
      .email__designer__wrap .event--row .feed--list-content .discription p {
        padding: 0; }
    .email__designer__wrap .event--row .feed--list-content .feed-bottom {
      position: relative;
      margin-top: 0;
      bottom: -10px;
      justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .email__designer__wrap .event--row .feed--list.feed--designer .feed--list-img {
      margin-top: 20px;
      border-radius: 0 0 10px 10px; } }
  .email__designer__wrap .event--row .button__style .btn, .email__designer__wrap .event--row .button__style .all-wrapper .fc-button, .all-wrapper .email__designer__wrap .event--row .button__style .fc-button {
    padding: 0 28px; }
  .email__designer__wrap .event--bottom {
    flex-wrap: wrap;
    gap: 30px; }
    @media screen and (max-width: 900px) {
      .email__designer__wrap .event--bottom {
        width: 100%; } }
    .email__designer__wrap .event--bottom--data, .email__designer__wrap .event--bottom--place {
      display: inline-flex;
      flex-direction: column; }
      @media screen and (max-width: 720px) {
        .email__designer__wrap .event--bottom--data, .email__designer__wrap .event--bottom--place {
          display: block;
          width: 100%; } }
      .email__designer__wrap .event--bottom--data strong, .email__designer__wrap .event--bottom--place strong {
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 4px; }
      .email__designer__wrap .event--bottom--data span, .email__designer__wrap .event--bottom--place span {
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        display: block; }
    .email__designer__wrap .event--bottom--place span {
      width: 210px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 900px) {
        .email__designer__wrap .event--bottom--place span {
          width: 450px; } }
      @media screen and (max-width: 720px) {
        .email__designer__wrap .event--bottom--place span {
          width: 100%; } }
  .email__designer__wrap .heading__normal--v3 {
    margin-bottom: 8px; }
  .email__designer__wrap .team__members {
    margin-top: 20px; }
    .email__designer__wrap .team__members__list {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 14px; }
      @media screen and (max-width: 750px) {
        .email__designer__wrap .team__members__list {
          grid-template-columns: repeat(4, 1fr); } }
      @media screen and (max-width: 600px) {
        .email__designer__wrap .team__members__list {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (max-width: 450px) {
        .email__designer__wrap .team__members__list {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 350px) {
        .email__designer__wrap .team__members__list {
          grid-template-columns: repeat(1, 1fr); } }
      .email__designer__wrap .team__members__list li {
        background: transparent;
        min-height: unset;
        border-color: #eee; }
    .email__designer__wrap .team__members__detail {
      padding: 0; }
      .email__designer__wrap .team__members__detail h1 {
        margin: 0;
        max-width: 95px;
        font-size: 14px; }
        @media screen and (max-width: 450px) {
          .email__designer__wrap .team__members__detail h1 {
            max-width: 145px; } }
        @media screen and (max-width: 350px) {
          .email__designer__wrap .team__members__detail h1 {
            max-width: 100%; } }
    .email__designer__wrap .team__members__image {
      width: 78px;
      height: 78px;
      background: #ccd2d7; }
      .email__designer__wrap .team__members__image.if__placeholder img {
        width: 55%;
        height: 55%;
        object-fit: contain; }
  .email__designer__wrap .add__content--list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px; }
    @media screen and (max-width: 650px) {
      .email__designer__wrap .add__content--list {
        display: flex;
        flex-wrap: wrap; } }
    .email__designer__wrap .add__content--list .btn, .email__designer__wrap .add__content--list .all-wrapper .fc-button, .all-wrapper .email__designer__wrap .add__content--list .fc-button {
      width: 100%; }
  .email__designer__wrap .element-wrapper .element-header {
    margin-bottom: 1rem; }
  .email__designer__wrap .refine__targeting .heading__normal--v3 {
    margin-bottom: 10px; }
    .email__designer__wrap .refine__targeting .heading__normal--v3 span {
      font-size: 17px;
      font-weight: 700;
      line-height: 21px; }

.min-height .overflow__auto__big__screen {
  min-height: 600px; }

.min-height--network--admin {
  min-height: 800px; }
  @media screen and (max-width: 1450px) {
    .min-height--network--admin {
      min-height: 600px; } }

.pricing_anchor_class {
  float: right;
  color: #313475;
  font-size: 14px; }

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

.send--wrap--list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px; }
  @media screen and (max-width: 750px) {
    .send--wrap--list {
      grid-template-columns: repeat(1, 1fr); } }
  .send--wrap--list li {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 15px 20px 0px #0000000D;
    padding: 20px; }
    .send--wrap--list li p {
      font-size: 14px;
      font-weight: 600;
      line-height: 21px;
      color: #000000;
      text-align: center;
      margin: 0; }
    .send--wrap--list li:last-child {
      grid-column: 1 / 3;
      background: #b11f37; }
      @media screen and (max-width: 750px) {
        .send--wrap--list li:last-child {
          grid-column: 1; } }
      .send--wrap--list li:last-child p {
        color: #fff;
        max-width: 420px;
        margin: auto; }
    .send--wrap--list li .button__style {
      margin-bottom: 15px; }

button.close__butto {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #b11f37;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1; }
  button.close__butto span {
    display: flex;
    align-items: center;
    justify-content: center; }
    button.close__butto span svg {
      fill: #fff;
      width: 8px;
      height: 8px; }

.browse__image--wrap {
  min-height: 44px; }
  .browse__image--wrap .file-wrapper {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 5px; }
    .browse__image--wrap .file-wrapper input[type='file'] {
      color: rgba(0, 0, 0, 0);
      width: 120px; }
    .browse__image--wrap .file-wrapper #button {
      position: absolute;
      left: 0;
      top: -2px;
      align-items: center;
      background: #E0E5E9;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      min-height: 44px;
      display: flex;
      min-width: 113px;
      justify-content: center;
      cursor: pointer; }

.normal__table .table thead th {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #354052;
  padding: 15px 0 20px 0;
  border: 0;
  text-transform: capitalize;
  min-width: 80px; }
  @media (max-width: 720px) {
    .normal__table .table thead th {
      min-width: 70px; } }
  .normal__table .table thead th:last-child {
    text-align: right; }

.normal__table .table thead td:last-child {
  text-align: right; }

.normal__table .table tbody tr {
  background-color: transparent; }
  .normal__table .table tbody tr td {
    padding: 0 0 10px 0;
    border: 0; }
    .normal__table .table tbody tr td .button__wrap {
      margin: 0;
      display: flex;
      gap: 10px;
      padding: 0; }
    .normal__table .table tbody tr td:last-child {
      text-align: right; }
  .normal__table .table tbody tr th:last-child {
    text-align: right; }

.normal__table .table__user--name {
  display: block;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 250px;
  overflow: hidden; }
  @media (max-width: 720px) {
    .normal__table .table__user--name {
      width: 150px;
      margin-right: 10px; } }
  .normal__table .table__user--name input {
    position: relative;
    margin-right: 4px;
    top: 2px; }

@media (max-width: 720px) {
  .normal__table--column.normal__table {
    margin-bottom: 20px; } }

.normal__table--column.normal__table .table thead th:nth-child(1) {
  width: 30%; }

.normal__table--column.normal__table .table thead th:nth-child(2) {
  width: 37%; }

.normal__table--column.normal__table .table thead th:nth-child(3) {
  width: 8%; }

.normal__table--column.normal__table .table__user__coments, .normal__table--column.normal__table p {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
  padding-right: 25px;
  font-weight: 400;
  font-size: 12px;
  margin: 0; }
  @media (max-width: 1080px) {
    .normal__table--column.normal__table .table__user__coments, .normal__table--column.normal__table p {
      width: 150px; } }
  .normal__table--column.normal__table .table__user__coments--normal-width, .normal__table--column.normal__table p--normal-width {
    width: auto; }

.normal__table--column.normal__table .table__user__date {
  font-weight: 400;
  font-size: 12px; }

.heading__top--center.heading__paragraph {
  background: transparent;
  border: 0;
  padding: 0;
  gap: 20px; }
  .heading__top--center.heading__paragraph p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #354052;
    max-width: 830px; }

.heading__top--center--sub {
  background: transparent;
  border: 0;
  padding-bottom: 20px; }
  .heading__top--center--sub strong {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #354052; }

.upload__file .heading__normal {
  margin-top: 0; }

.full--width {
  width: 100%; }

.edit__profile__pitch .document__wrap {
  margin-top: 25px; }

.edit__profile__pitch .document__upload {
  border: 0;
  position: relative;
  padding: 0; }
  .edit__profile__pitch .document__upload--inner {
    background: #F6F7F9;
    border-radius: 4px;
    padding: 15px 15px;
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 10px; }
  .edit__profile__pitch .document__upload .percentage {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #CED7DE;
    width: 100%;
    border-radius: 4px; }
    .edit__profile__pitch .document__upload .percentage__inner {
      height: 3px;
      background: #0ACF83;
      border-radius: 0px 4px 4px 0px; }
  .edit__profile__pitch .document__upload .closed {
    right: -4px;
    top: -6px; }
  .edit__profile__pitch .document__upload__name .label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #354052; }

.if__video__placeholder {
  background: #F4F6F8;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .if__video__placeholder svg {
    fill: #E1E5ED;
    width: 60px;
    height: 60px; }

.box--shadow.box--shadow a {
  position: relative;
  z-index: 111; }

.sponsors--list .team__members__list {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .sponsors--list .team__members__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 700px) {
    .sponsors--list .team__members__list {
      grid-template-columns: repeat(2, 1fr); } }
  .sponsors--list .team__members__list li {
    min-height: 240px;
    box-shadow: 0px 0px 5px #d7c5c5; }
    .sponsors--list .team__members__list li .close__user {
      background: transparent;
      width: 30px;
      height: 30px;
      border-radius: unset;
      right: 0;
      top: 0; }
      .sponsors--list .team__members__list li .close__user svg {
        width: 12px;
        height: 12px; }

.sponsors--list .team__members__detail h1 {
  margin: 0; }

.sponsors--list .team__members__detail .sponsors_description, .sponsors--list .team__members__detail .sponsors_url {
  max-width: 210px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  max-width: 210px;
  display: inline-block;
  text-overflow: ellipsis;
  margin: 0; }
  @media (max-width: 1500px) {
    .sponsors--list .team__members__detail .sponsors_description, .sponsors--list .team__members__detail .sponsors_url {
      max-width: 180px; } }
  @media (max-width: 1400px) {
    .sponsors--list .team__members__detail .sponsors_description, .sponsors--list .team__members__detail .sponsors_url {
      max-width: 150px; } }

.sponsors--list .team__members__detail .sponsors_url {
  color: #b11f37; }

.public-feed--sign-up.view_feed__accblock {
  background: url("/img/view_feed-pattern.svg") no-repeat bottom right #75BD96;
  overflow: hidden;
  padding: 0;
  display: flex !important; }
  .public-feed--sign-up.view_feed__accblock .view_feed__accblock--img {
    flex: 1; }
    @media screen and (max-width: 800px) {
      .public-feed--sign-up.view_feed__accblock .view_feed__accblock--img {
        flex: 100%; } }
    .public-feed--sign-up.view_feed__accblock .view_feed__accblock--img img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
      @media screen and (max-width: 800px) {
        .public-feed--sign-up.view_feed__accblock .view_feed__accblock--img img {
          width: 100%; } }
  .public-feed--sign-up.view_feed__accblock .view_feed__accblock--inner {
    width: 100%;
    flex-wrap: wrap; }
  .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content {
    margin: 0 auto;
    padding: 25px 20px;
    text-align: center;
    flex: 1; }
    @media screen and (max-width: 800px) {
      .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content {
        flex: 100%; } }
    .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content--heading p {
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      color: #fff; }
      .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content--heading p strong {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px; }
    .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content .acc-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      color: #fff; }
    .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content .sponsors_description {
      margin: 15px 0; }
      .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content .sponsors_description p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #fff;
        max-width: 100%; }
    .public-feed--sign-up.view_feed__accblock .view_feed__accblock--content .sponsors_link a {
      text-decoration: underline;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      color: #fff; }

.custome-checkbox--normal .form-control[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex: unset; }

.custome-checkbox--normal .input-group {
  gap: 10px; }

.custome-checkbox--normal label {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  top: -3px; }

.uploadimages--inner {
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 5px; }
  .uploadimages--inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media (max-width: 720px) {
  .upload__preview {
    margin-bottom: 30px; } }

.upload__preview--outer {
  margin-top: 20px; }
  @media (max-width: 720px) {
    .upload__preview--outer .img_preview {
      height: 100%; } }

@media (max-width: 720px) {
  .upload__preview--video {
    padding-top: 56.25%; } }

@media (max-width: 720px) {
  .upload__preview--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; } }

.upload__preview--image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  max-height: 260px; }
  .upload__preview--image img, .upload__preview--image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.play--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 30px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .play--icon svg {
    fill: #fff;
    width: 12px;
    height: 12px; }

.browse__image input {
  border: 2px solid #eee;
  padding: 1em .25em;
  width: 96%;
  color: #999;
  border-radius: 5px; }

.browse__image .left {
  width: 6em;
  min-width: 6em;
  padding-right: 1em; }
  .browse__image .left img {
    width: 100%; }

.browse__image .right .form-group label {
  display: block; }

.browse__image .right .form-group .form-control-outer {
  cursor: pointer; }
  .browse__image .right .form-group .form-control-outer .file-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    position: relative; }
    .browse__image .right .form-group .form-control-outer .file-wrapper .uploader {
      height: 31px;
      padding: 0;
      margin: 0; }
    .browse__image .right .form-group .form-control-outer .file-wrapper .form-control {
      display: flex;
      align-items: center;
      width: auto;
      background: #E0E5E9;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px; }

.browse__image .img-holder {
  display: block;
  width: 2em;
  height: 2em; }
  .browse__image .img-holder img {
    width: 100%;
    max-width: 100%; }

.browse__image .file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.browse__image .file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9; }

.testimonial__image {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .testimonial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .testimonial__image svg {
    width: 20px;
    height: 20px;
    fill: #e0e9f1; }

.new__modal__design * {
  font-family: "proxima-nova", sans-serif; }

.new__modal__design .normal__box {
  border-radius: 4px;
  box-shadow: none; }
  .new__modal__design .normal__box .form-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #354052;
    margin: 0;
    border: 0;
    padding-bottom: 0; }
    .new__modal__design .normal__box .form-desc strong {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: #354052; }

.new__modal__design .modal-dialog {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  max-width: 600px; }
  .new__modal__design .modal-dialog .modal-content {
    background: linear-gradient(180deg, #F4F4F9 0%, #FFFFFF 99.07%);
    position: relative; }
    .new__modal__design .modal-dialog .modal-content .logo__upload__button {
      display: flex;
      gap: 20px; }
      .new__modal__design .modal-dialog .modal-content .logo__upload__button .upload__images {
        margin: 0; }
      .new__modal__design .modal-dialog .modal-content .logo__upload__button--inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px; }
        .new__modal__design .modal-dialog .modal-content .logo__upload__button--inner.error__outer .with-errors {
          position: relative;
          top: -10px; }
      .new__modal__design .modal-dialog .modal-content .logo__upload__button .upload--message p {
        font-style: italic;
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
        color: rgba(0, 0, 0, 0.4);
        margin: 0; }
    .new__modal__design .modal-dialog .modal-content .upload__images {
      margin-bottom: 20px; }
      .new__modal__design .modal-dialog .modal-content .upload__images--inner {
        width: 100px;
        height: 100px; }
        .new__modal__design .modal-dialog .modal-content .upload__images--inner img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .new__modal__design .modal-dialog .modal-content .form-group label {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 12px;
      color: #354052;
      margin-bottom: 5px; }
    .new__modal__design .modal-dialog .modal-content .form-control {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      min-height: 44px; }
    .new__modal__design .modal-dialog .modal-content .modal-body {
      position: relative;
      z-index: 11;
      padding: 0 87px; }
      @media (max-width: 720px) {
        .new__modal__design .modal-dialog .modal-content .modal-body {
          padding: 0 40px; } }
      @media (max-width: 520px) {
        .new__modal__design .modal-dialog .modal-content .modal-body {
          padding: 0 20px; } }
      .new__modal__design .modal-dialog .modal-content .modal-body .modal-overlap {
        overflow: auto; }
      .new__modal__design .modal-dialog .modal-content .modal-body.min-height {
        min-height: 200px; }
        @media (max-width: 720px) {
          .new__modal__design .modal-dialog .modal-content .modal-body.min-height {
            height: 150px; } }
      .new__modal__design .modal-dialog .modal-content .modal-body.min-height-140 {
        min-height: 140px; }
        @media (max-width: 720px) {
          .new__modal__design .modal-dialog .modal-content .modal-body.min-height-140 {
            height: 90px; } }
      .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less {
        padding: 0 55px; }
        @media (max-width: 720px) {
          .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less {
            padding: 0 40px;
            margin-bottom: 20px; } }
        @media (max-width: 520px) {
          .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less {
            padding: 0 20px; } }
      .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less--more {
        padding: 0 30px; }
        @media (max-width: 720px) {
          .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less--more {
            padding: 0 30px;
            margin-bottom: 20px; } }
        @media (max-width: 520px) {
          .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less--more {
            padding: 0 20px; } }
      .new__modal__design .modal-dialog .modal-content .modal-body.body-padding-less--0 {
        padding: 0 0px; }
      .new__modal__design .modal-dialog .modal-content .modal-body .public-feed--header--logo {
        margin-bottom: 20px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        @media (max-width: 720px) {
          .new__modal__design .modal-dialog .modal-content .modal-body .public-feed--header--logo {
            width: 100px;
            height: 100px; } }
        .new__modal__design .modal-dialog .modal-content .modal-body .public-feed--header--logo img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .new__modal__design .modal-dialog .modal-content .modal-body--center-content {
        text-align: center;
        padding-bottom: 5px; }
        .new__modal__design .modal-dialog .modal-content .modal-body--center-content h5 {
          font-weight: 600; }
      .new__modal__design .modal-dialog .modal-content .modal-body p strong {
        font-weight: 600; }
      .new__modal__design .modal-dialog .modal-content .modal-body strong {
        font-weight: 600; }
    .new__modal__design .modal-dialog .modal-content::after {
      content: '';
      width: 100%;
      bottom: 0;
      background: url("/img/modal-shadow-bottom.svg") no-repeat center;
      height: 277px;
      position: absolute; }
      @media (max-width: 720px) {
        .new__modal__design .modal-dialog .modal-content::after {
          height: 180px; } }
    .new__modal__design .modal-dialog .modal-content .modal-header {
      justify-content: flex-end; }
      @media (max-width: 720px) {
        .new__modal__design .modal-dialog .modal-content .modal-header {
          padding-bottom: 10px; } }
    .new__modal__design .modal-dialog .modal-content .modal__footer {
      margin: 0 auto;
      padding: 35px 0 60px;
      position: relative;
      z-index: 11;
      display: flex;
      gap: 15px; }
      .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button {
        padding: 15px 0px 60px;
        justify-content: center; }
        @media (max-width: 720px) {
          .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button {
            padding: 0 40px 40px; } }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button .btn, .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button .all-wrapper .fc-button, .all-wrapper .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button .fc-button {
          min-width: 120px; }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button .button__gray {
          background: #F6F7F9;
          border: 1px solid rgba(0, 0, 0, 0.1); }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button.if-body-less-class-added {
          padding: 15px 28px 60px; }
          @media (max-width: 720px) {
            .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button.if-body-less-class-added {
              padding: 0 36px 40px; } }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button--left-align {
          justify-content: flex-start;
          padding-left: 0;
          margin: 0 0 0 89px; }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button--right-align {
          justify-content: flex-end;
          margin: 0;
          padding-top: 10px; }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button.if__indicators {
          padding-bottom: 40px; }
        .new__modal__design .modal-dialog .modal-content .modal__footer.footer__button.button__center {
          justify-content: center;
          margin: 0 auto; }
    .new__modal__design .modal-dialog .modal-content .footer__relative {
      position: relative;
      z-index: 1; }
    .new__modal__design .modal-dialog .modal-content .paragraph__discription p {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #354052;
      margin: 0;
      border: 0;
      padding-bottom: 0; }
    .new__modal__design .modal-dialog .modal-content .modal-body .modal-title-sub {
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      line-height: normal;
      color: #354052;
      margin: 0; }
    .new__modal__design .modal-dialog .modal-content .modal-body .modal-title {
      text-align: center;
      margin: 20px 0 15px;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: normal;
      color: #354052;
      font-family: "proxima-nova", sans-serif; }
      @media (max-width: 720px) {
        .new__modal__design .modal-dialog .modal-content .modal-body .modal-title {
          margin: 10px 0 20px;
          font-size: 20px; } }
      .new__modal__design .modal-dialog .modal-content .modal-body .modal-title span span {
        color: #B11F35; }
      .new__modal__design .modal-dialog .modal-content .modal-body .modal-title .share__icon {
        width: 73px;
        height: 86px;
        display: block;
        margin: 0 auto 15px;
        fill: #75BD96; }
    .new__modal__design .modal-dialog .modal-content .modal-body .dropzone {
      background: #F6F7F9;
      border: 1px dashed #C6CCD6;
      border-radius: 4px;
      padding: 0; }
    .new__modal__design .modal-dialog .modal-content .modal-body .upload__msg {
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 12px;
      color: rgba(0, 0, 0, 0.43);
      text-align: center;
      margin: 5px 0; }
    .new__modal__design .modal-dialog .modal-content .modal-body .dz-message {
      text-align: center; }
      .new__modal__design .modal-dialog .modal-content .modal-body .dz-message svg {
        width: 48px;
        height: 64px;
        margin-bottom: 14px; }
      .new__modal__design .modal-dialog .modal-content .modal-body .dz-message h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        line-height: 22px;
        text-align: center;
        color: #354052;
        font-family: "proxima-nova", sans-serif;
        margin: 0; }
      .new__modal__design .modal-dialog .modal-content .modal-body .dz-message .button__red {
        margin: 15px auto 0; }
    .new__modal__design .modal-dialog .modal-content .modal-body .company__modal__top .modal-title {
      margin: 15px 0 5px; }
    .new__modal__design .modal-dialog .modal-content .modal-body .company__modal__top .company__url {
      text-align: center;
      margin-bottom: 20px; }
      .new__modal__design .modal-dialog .modal-content .modal-body .company__modal__top .company__url a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 12px;
        color: #367BF6; }
    .new__modal__design .modal-dialog .modal-content .modal-body .modal__top {
      margin-bottom: 30px;
      text-align: center; }
      .new__modal__design .modal-dialog .modal-content .modal-body .modal__top .modal-title {
        margin: 0 0 5px 0; }
    .new__modal__design .modal-dialog .modal-content .modal-body .element-wrapper__inner {
      padding: 0 0 0 52px; }
      .new__modal__design .modal-dialog .modal-content .modal-body .element-wrapper__inner strong {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 7px;
        display: block; }
      .new__modal__design .modal-dialog .modal-content .modal-body .element-wrapper__inner ul {
        list-style: decimal;
        padding-left: 25px; }
        .new__modal__design .modal-dialog .modal-content .modal-body .element-wrapper__inner ul li p {
          font-size: 14px;
          font-weight: 400;
          line-height: 22px; }
    .new__modal__design .modal-dialog .modal-content .modal-body .due__diligence .element-wrapper__inner {
      padding: 0 0 0 15px; }
      .new__modal__design .modal-dialog .modal-content .modal-body .due__diligence .element-wrapper__inner strong {
        font-size: 16px; }
      .new__modal__design .modal-dialog .modal-content .modal-body .due__diligence .element-wrapper__inner ul {
        padding-left: 15px; }
        .new__modal__design .modal-dialog .modal-content .modal-body .due__diligence .element-wrapper__inner ul li p {
          font-size: 17px;
          line-height: 23px; }
          @media (max-width: 720px) {
            .new__modal__design .modal-dialog .modal-content .modal-body .due__diligence .element-wrapper__inner ul li p {
              font-size: 15px;
              line-height: 21px; } }
  .new__modal__design .modal-dialog .close {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    z-index: 1; }
    .new__modal__design .modal-dialog .close span {
      margin: 0 auto;
      color: #354052; }
      .new__modal__design .modal-dialog .close span svg {
        width: 12px;
        height: 12px;
        fill: #354052; }

.new__modal__design #impact_indicator_edit td .modal__footer.footer__button {
  padding: 0;
  border: 0;
  margin: 0; }
  .new__modal__design #impact_indicator_edit td .modal__footer.footer__button .btn, .new__modal__design #impact_indicator_edit td .modal__footer.footer__button .all-wrapper .fc-button, .all-wrapper .new__modal__design #impact_indicator_edit td .modal__footer.footer__button .fc-button {
    min-width: 90px;
    line-height: normal; }

.new__modal__design .modal__user__img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f1; }
  .new__modal__design .modal__user__img img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .new__modal__design .modal__user__img svg {
    width: 80px;
    height: 80px;
    fill: #E0E9F1;
    display: block;
    margin: 0 auto; }
  .new__modal__design .modal__user__img.if__modal--logo img {
    height: auto;
    width: 50%;
    object-fit: unset; }

.new__modal__design .paragraph__center p {
  text-align: center; }

.new__modal__design .overview--img {
  margin: 30px 0;
  justify-content: space-between; }
  .new__modal__design .overview--img--inner {
    padding-right: 20px; }
  .new__modal__design .overview--img img {
    margin: 0 auto;
    border-radius: 5px;
    object-fit: cover; }
  .new__modal__design .overview--img.overview--img--two {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; }
    @media (max-width: 520px) {
      .new__modal__design .overview--img.overview--img--two {
        grid-template-columns: repeat(1, 1fr); } }
    .new__modal__design .overview--img.overview--img--two img {
      margin: 0 auto; }

.new__modal__design.view_feed--modal .modal-dialog {
  max-width: 900px; }
  .new__modal__design.view_feed--modal .modal-dialog .modal-content::after {
    background: transparent; }

.new__modal__design.view-company-overview .modal-dialog .modal-content {
  padding-bottom: 27px; }
  .new__modal__design.view-company-overview .modal-dialog .modal-content::after {
    background: transparent; }

.new__modal__design.view-company-overview strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }

.new__modal__design.publicfeedmodal .modal-dialog .modal-content::after {
  background: transparent; }

.new__modal__design.publicfeedmodal strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }

.new__modal__design.dealselectpopup .create__account__step__inner__step__inner {
  min-height: 150px;
  border-radius: 4px !important; }
  .new__modal__design.dealselectpopup .create__account__step__inner__step__inner svg {
    fill: #354052;
    width: 34px;
    height: 32px; }
  .new__modal__design.dealselectpopup .create__account__step__inner__step__inner strong {
    font-weight: 600;
    color: #354052;
    font-size: 14px; }

.new__modal__design.dealselectpopup .create__account__step__inner__step .active .create__account__step__inner__step__inner {
  border-color: #b11f37;
  border-radius: 0 !important; }
  .new__modal__design.dealselectpopup .create__account__step__inner__step .active .create__account__step__inner__step__inner svg {
    fill: #b11f37; }
  .new__modal__design.dealselectpopup .create__account__step__inner__step .active .create__account__step__inner__step__inner strong {
    color: #b11f37; }

.new__modal__design.dealselectpopup .modal-dialog .modal-content .modal__footer.footer__button {
  justify-content: center;
  margin: 0 auto; }

.new__modal__design.modal--help .modal-dialog {
  max-width: 960px; }
  .new__modal__design.modal--help .modal-dialog .modal-content {
    border-radius: 4px; }
    .new__modal__design.modal--help .modal-dialog .modal-content::after {
      background-size: 110%; }
    .new__modal__design.modal--help .modal-dialog .modal-content .modal-body {
      padding: 0 50px; }
      @media (max-width: 800px) {
        .new__modal__design.modal--help .modal-dialog .modal-content .modal-body {
          padding: 0 30px; } }
      .new__modal__design.modal--help .modal-dialog .modal-content .modal-body .modal-title, .new__modal__design.modal--help .modal-dialog .modal-content .modal-body span {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        margin-top: 0; }

.new__modal__design.viewknowlege-modal .button__red a {
  color: #FFFFFF; }
  .new__modal__design.viewknowlege-modal .button__red a:hover {
    color: #b11f37; }

.new__modal__design.viewknowlege-modal .weburl {
  display: flex;
  align-items: center; }
  .new__modal__design.viewknowlege-modal .weburl a {
    color: #367BF6; }

.new__modal__design.viewknowlege-modal .modal-dialog .close {
  background: transparent; }
  .new__modal__design.viewknowlege-modal .modal-dialog .close span {
    padding: 0; }
    .new__modal__design.viewknowlege-modal .modal-dialog .close span svg {
      fill: #fff; }

.new__modal__design.viewknowlege-modal .modal-dialog .modal-content {
  padding: 0;
  overflow: hidden; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .view_knowledge_inner .view_knowledge_inner__content .date {
    margin: 0;
    padding: 0; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .view_knowledge_inner .view_knowledge_inner__content .paragraph_knowledege {
    margin-bottom: 30px; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .modal__footer {
    padding: 0; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 60px; }
    @media (max-width: 1450px) {
      .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .modal-body {
        padding: 30px 40px; } }
    @media (max-width: 720px) {
      .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .modal-body {
        padding: 20px 30px; } }
    .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .modal-body .modal-title {
      text-align: left;
      margin: 20px 0 0; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .knowledge-thumnail {
    max-height: 300px;
    min-height: 300px;
    position: relative; }
    .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .knowledge-thumnail img {
      height: 100%;
      object-fit: cover;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content::after {
    display: none; }
  .new__modal__design.viewknowlege-modal .modal-dialog .modal-content .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11; }

@media (min-width: 576px) {
  .new__modal__design--2xl .modal-dialog {
    max-width: calc(100% - 30px); } }

@media (min-width: 992px) {
  .new__modal__design--2xl .modal-dialog {
    max-width: 900px; } }

.new__modal__design--2xl .modal-dialog .modal-content::after {
  background-size: 110%; }

.new__modal__design.congrats--modal .modal-dialog .modal-content::before {
  content: '';
  background: url("/images/congrats-pattern.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 250px; }

.new__modal__design.shareprofile--modal .modal-dialog .modal-content .modal__footer.footer__button .btn, .new__modal__design.shareprofile--modal .modal-dialog .modal-content .modal__footer.footer__button .all-wrapper .fc-button, .all-wrapper .new__modal__design.shareprofile--modal .modal-dialog .modal-content .modal__footer.footer__button .fc-button {
  min-width: 150px; }

.new__modal__design.shareprofile--modal .user_urlcopy .form-control {
  color: #001AFF;
  font-size: 12px;
  border: 0;
  padding-left: 30px;
  cursor: pointer; }

.new__modal__design.shareprofile--modal .user_urlcopy .link {
  width: 12px;
  height: 12px;
  fill: #354052;
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto; }

.new__modal__design .note {
  background: #fff3d7;
  font-weight: 400;
  font-size: 10px;
  color: #354052;
  padding: 10px 15px;
  border: 1px solid #F4E0B1; }
  .new__modal__design .note strong {
    font-weight: 700;
    font-size: 10px; }

.new__modal__design .note--profile {
  font-weight: 400;
  font-size: 12px;
  color: #354052; }
  .new__modal__design .note--profile b {
    font-weight: 700;
    font-size: 12px;
    color: #75BD96; }

.new__modal__design.new__modal--bold strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }

.new__modal__design ul {
  margin: 20px 0; }
  .new__modal__design ul li {
    background: none;
    box-shadow: none;
    border: 0; }

.public-feed .feed--list-content--heading h5 {
  padding-right: 96px; }

.business--highlights ul {
  padding: 0 0 0 19px;
  margin: 0; }
  .business--highlights ul li {
    font-size: 14px;
    font-weight: 400; }
    .business--highlights ul li + li {
      margin-top: 10px; }
  .business--highlights ul + strong {
    margin-top: 10px; }

#btnModuleEdit {
  cursor: pointer; }

.divcompany-list .controls-pagination-cnt {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0; }
  .divcompany-list .controls-pagination-cnt > div {
    flex: 1;
    max-width: 100%; }
    .divcompany-list .controls-pagination-cnt > div.col-lg-6 {
      flex: 0.5; }
      .divcompany-list .controls-pagination-cnt > div.col-lg-6 + .col-lg-6 {
        flex: 1; }

.checkbox--modal input {
  align-self: flex-start;
  position: relative;
  top: 4px;
  margin-right: 8px; }

.dz-message {
  text-align: center; }
  .dz-message h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    text-align: center;
    color: #354052;
    font-family: "proxima-nova", sans-serif;
    margin: 0; }

.bg-white .wmnax.company_filter {
  border: 0; }

.dataTables_wrapper .row:first-child {
  border: 0;
  margin-bottom: 0; }

.border-top-right {
  border-radius: 6px; }

.border-left-right-remove .element-box, .border-left-right-remove .invoice-w, .border-left-right-remove .big-error-w {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.if__resetbtn {
  width: 100%; }

.if__div--right {
  display: flex;
  gap: 10px;
  align-items: center; }
  .if__div--right select {
    flex: 1; }
  .if__div--right .remove-input-field {
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #b11f37;
    border-radius: 100%;
    width: 30px;
    height: 30px; }
    .if__div--right .remove-input-field svg {
      width: 12px;
      height: 12px;
      fill: #fff; }

.button__ankur .btn, .button__ankur .all-wrapper .fc-button, .all-wrapper .button__ankur .fc-button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #B11F35;
  padding: 0;
  font-weight: 600; }
  .button__ankur .btn span, .button__ankur .all-wrapper .fc-button span, .all-wrapper .button__ankur .fc-button span {
    width: 15px;
    height: 15px;
    background: #B11F35;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px; }

@media (min-width: 720px) {
  .deal__list.deal--color--v2 li:hover .deal__list--name h6 {
    color: #75BD96; }
  .deal__list.deal--color--v2 li:hover .deal__list--icons svg {
    fill: #75BD96;
    stroke: transparent; } }

.deal__list.deal--color--v2 .deal__list--icons svg {
  fill: #354052; }

.deal__list.deal--color--v2 .deal__list--name strong {
  display: block !important; }

.repeat--key--figures .element-box-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  @media (max-width: 800px) {
    .repeat--key--figures .element-box-inner {
      gap: 20px;
      flex-wrap: wrap; } }

.repeat--key--figures--repeat {
  flex: 1; }
  @media (max-width: 520px) {
    .repeat--key--figures--repeat {
      flex: 100%; } }
  @media (max-width: 800px) {
    .repeat--key--figures--repeat:last-child {
      flex: 100%; } }
  .repeat--key--figures--repeat p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #354052; }
    @media (max-width: 1450px) {
      .repeat--key--figures--repeat p {
        font-size: 15px;
        line-height: 21px; } }
  .repeat--key--figures--repeat strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #354052;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block; }
    @media (max-width: 1450px) {
      .repeat--key--figures--repeat strong {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
        margin-bottom: 15px; } }
  .repeat--key--figures--repeat ul {
    padding: 0 0 0 19px;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .repeat--key--figures--repeat ul li {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 23px;
      color: #354052;
      flex: 100%; }
      @media (max-width: 1450px) {
        .repeat--key--figures--repeat ul li {
          font-size: 15px;
          line-height: 21px; } }
    .repeat--key--figures--repeat ul + .repeat--key--figures--sub--heading {
      margin: 0 0 10px 0; }

.repeat--key--figures--sub--heading {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #354052; }
  @media (max-width: 1450px) {
    .repeat--key--figures--sub--heading {
      font-size: 15px;
      line-height: 21px; } }

.dd_dashboard {
  padding-bottom: 40px; }

.dealinfo--green-bg {
  background: #E8F9F1;
  border: 1px solid #A8D2AD;
  border-radius: 4px;
  padding: 13px;
  margin: 10px 0 20px; }
  .dealinfo--green-bg p {
    font-size: 16px;
    font-weight: 600;
    color: #354052;
    margin: 0;
    text-align: center; }
    .dealinfo--green-bg p span {
      font-weight: 700;
      font-size: 18px;
      color: #02A951; }

.modal--help__content {
  flex: 1;
  padding: 20px; }
  .modal--help__content h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 12px; }
  .modal--help__content .discription p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #000000; }

.modal--help__center {
  display: flex; }
  @media (max-width: 700px) {
    .modal--help__center {
      flex-wrap: wrap; } }
  .modal--help__center .nav-tabs {
    background: #fff;
    border-radius: 4px 0px 0px 0px;
    border: 0;
    flex-basis: 350px;
    display: block;
    overflow: hidden; }
    @media (max-width: 800px) {
      .modal--help__center .nav-tabs {
        flex-basis: 330px; } }
    @media (max-width: 700px) {
      .modal--help__center .nav-tabs {
        flex-basis: 100%; } }
    .modal--help__center .nav-tabs .nav-link {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      padding: 10px 20px;
      border-bottom: 1px solid #f5f5f9; }
      .modal--help__center .nav-tabs .nav-link.active {
        background: #F6F7F9;
        color: #b11f37; }
        .modal--help__center .nav-tabs .nav-link.active:after {
          left: 0;
          bottom: 0;
          height: 100%;
          width: 2px; }
        .modal--help__center .nav-tabs .nav-link.active::before {
          border-left: 5px solid #b11f37 !important; }
    .modal--help__center .nav-tabs .nav-item {
      margin: 0;
      flex: 100%;
      padding: 0; }
      .modal--help__center .nav-tabs .nav-item:hover .nav-link {
        color: #b11f37; }
        .modal--help__center .nav-tabs .nav-item:hover .nav-link:after {
          left: 0;
          bottom: 0;
          height: 100%;
          width: 2px; }
        .modal--help__center .nav-tabs .nav-item:hover .nav-link::before {
          border-left: 5px solid #b11f37; }
      .modal--help__center .nav-tabs .nav-item .nav-link::after {
        transition: none;
        transform: none; }
      .modal--help__center .nav-tabs .nav-item .nav-link::before {
        position: absolute;
        content: '';
        bottom: 0;
        top: 0;
        margin: auto;
        right: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #000; }
      .modal--help__center .nav-tabs .nav-item:last-child a {
        border: 0; }

.overflow__auto__big__screen {
  overflow-x: auto; }

.video__visibility {
  max-width: 290px;
  margin: 30px auto 0; }
  .video__visibility .button__red {
    padding: 0 30px;
    margin: 0 auto;
    display: block; }

.year__report .text-left-align {
  text-align: left; }

.year__report th, .year__report td {
  text-align: right; }

.indicator__added--outer {
  margin: 0; }
  .indicator__added--outer .indicator__added {
    flex-wrap: wrap; }
    .indicator__added--outer .indicator__added__button {
      gap: 10px;
      display: flex;
      flex-wrap: wrap; }

.indicator__added {
  flex-wrap: wrap; }
  .indicator__added__button {
    gap: 10px;
    display: flex;
    flex-wrap: wrap; }

#editactivepopup .modal__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 26px 0 60px;
  margin: 0; }

@media (max-width: 750px) {
  .investor-profil .step-contents .step-content {
    padding: 0 20px; } }

.cv--download a {
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.button__eq {
  height: 44px;
  border-radius: 4px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px; }

.button__red {
  height: 44px;
  background: #b11f37;
  border-radius: 4px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #b11f37; }
  @media (max-width: 720px) {
    .button__red {
      padding: 0 10px;
      font-size: 12px;
      height: 36px; } }
  .button__red:hover {
    background: #ecedf1;
    color: #3E4B5B;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.button__blue {
  background: #313475;
  height: 44px;
  border-radius: 4px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #313475; }
  @media (max-width: 720px) {
    .button__blue {
      padding: 0 10px;
      font-size: 12px;
      height: 36px; } }
  .button__blue:hover {
    background: #ecedf1;
    color: #3E4B5B;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.button__sky__blue {
  background: #2142FF;
  height: 44px;
  border-radius: 4px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #2142FF; }
  @media (max-width: 720px) {
    .button__sky__blue {
      padding: 0 10px;
      font-size: 12px;
      height: 36px; } }
  .button__sky__blue:hover {
    background: #ecedf1;
    color: #3E4B5B;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.button__white {
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #354052;
  font-family: "proxima-nova", sans-serif; }

.button__gray {
  background-color: #F6F7F9;
  color: #354052;
  height: 44px;
  border: 1px solid #c6c9cf; }
  @media (max-width: 720px) {
    .button__gray {
      padding: 0 10px;
      font-size: 12px;
      height: 36px; } }

.button__gray--dark {
  background: #F4F6F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #354052; }
  .button__gray--dark:hover {
    background: #ecedf1;
    color: #3E4B5B; }

.button--small {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  min-height: 30px;
  padding: 0 20px;
  height: auto;
  font-family: "proxima-nova", sans-serif; }
  @media (max-width: 720px) {
    .button--small {
      padding: 0 10px;
      min-height: 25px; } }

.button__30 {
  height: 30px;
  font-size: 12px;
  padding: 0 20px; }

.button__37 {
  height: 37px;
  font-size: 12px;
  padding: 0 20px; }

.button__40 {
  height: 40px;
  padding: 0 25px; }

.button__56 {
  height: 56px;
  padding: 0 25px; }

.button__form--eq {
  height: calc(2.1rem + 4px); }

.opacity {
  opacity: 0.5;
  pointer-events: none; }

.icon-tooltop {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .icon-tooltop svg {
    fill: #b11f37;
    width: 14px;
    height: 14px; }

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

.profile__edit__gallery {
  padding-bottom: 20px; }

.update__tooltip {
  margin-bottom: 20px; }
  .update__tooltip.tooltip-bottom-0 {
    margin-bottom: 0; }
  .update__tooltip label {
    display: flex;
    align-items: center;
    gap: 5px; }
  .update__tooltip .button__red {
    display: inline-flex; }

.add__image__right {
  display: flex;
  gap: 20px; }
  @media (max-width: 620px) {
    .add__image__right {
      flex-wrap: wrap; } }
  .add__image__right.min-height-normal .form-control {
    min-height: 44px; }
  .add__image__right--single {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .add__image__right--single.profit__loss {
      margin-top: 20px; }
    .add__image__right--single #pitchvideo {
      flex: 1; }
  .add__image__right .form-control {
    min-height: calc(100% - 28px); }
  .add__image__right .form-group a {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    text-decoration: underline; }
    .add__image__right .form-group a.disable {
      color: rgba(53, 64, 82, 0.2); }
    .add__image__right .form-group a.button__red {
      text-decoration: none; }
  .add__image__right .form-group:nth-child(1) {
    flex: 1;
    margin: 0; }
    @media (max-width: 620px) {
      .add__image__right .form-group:nth-child(1) {
        flex: 100%;
        margin: 0; } }
  .add__image__right .form-group:nth-child(2) {
    flex-basis: 150px;
    margin: 0; }
    .add__image__right .form-group:nth-child(2) label {
      display: block;
      text-align: right; }
      @media (max-width: 620px) {
        .add__image__right .form-group:nth-child(2) label {
          text-align: left; } }
  .add__image__right .upload__images--outer {
    display: block; }
    .add__image__right .upload__images--outer .upload__images {
      width: 100%;
      height: 100px;
      margin-top: 7px; }
      .add__image__right .upload__images--outer .upload__images .closed {
        width: 22px;
        height: 22px; }
        .add__image__right .upload__images--outer .upload__images .closed svg {
          width: 10px;
          height: 10px; }

.close__user {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -4px;
  background: #b11f37;
  border-radius: 50%;
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .close__user svg {
    width: 8px;
    height: 8px;
    fill: #fff; }
  .close__user.edit {
    right: 18px;
    background: #4e4e4e; }

.event--close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 111; }

.event--listing--v4 .pitches__events__data {
  align-items: unset; }

.deal--discription {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 21px;
  color: #000000; }

.margintop {
  margin-top: 20px; }

.margintop-30 {
  margin-top: 30px; }

.margin-bottom-0 {
  margin-bottom: 0; }

.beneficiaries .form-group.add__image__right {
  justify-content: space-between;
  margin-bottom: 10px; }
  .beneficiaries .form-group.add__image__right label {
    margin: 0; }
  .beneficiaries .form-group.add__image__right a {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #354052;
    text-decoration: underline; }
    .beneficiaries .form-group.add__image__right a.disable {
      color: rgba(53, 64, 82, 0.2); }

.beneficiaries .add__image__right .upload__images--outer .upload__images {
  margin-top: 0; }

.edit__video__link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  min-height: 44px;
  border-radius: 4px;
  padding: 0 10px;
  flex: 1;
  margin: 0 13px; }
  .edit__video__link svg {
    width: 18px;
    height: 24px; }
  .edit__video__link-right {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
    .edit__video__link-right h6 {
      width: 100%;
      margin: 0;
      font-weight: 600;
      font-size: 12px;
      line-height: 12px;
      color: #354052; }
    .edit__video__link-right span {
      font-weight: 600;
      font-size: 10px;
      line-height: 12px;
      color: rgba(0, 0, 0, 0.4); }

.top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
  z-index: 1;
  margin: 0 auto;
  width: 80%; }
  .top-sticky.if__no__error__box {
    top: 86px;
    margin-top: 20px; }
  @media (max-width: 620px) {
    .top-sticky {
      top: 0px; } }
  .top-sticky.top-sticky--full-width {
    width: 100%; }

.edituser__profile .element-info-text {
  width: 100%; }

#dealtable .element-box, #dealtable .invoice-w, #dealtable .big-error-w {
  box-shadow: none; }

@media (min-width: 1450px) {
  .network-customization--inner {
    width: 70%; } }

.message-default {
  background: #FFEBEA;
  border: 1px solid #FFEBEA;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0; }
  .message-default p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: #B11F35;
    font-family: "proxima-nova", sans-serif; }
    .message-default p svg {
      width: 14px;
      height: 12px; }
    .message-default p i {
      color: #b54b45;
      font-size: 12px; }
  .message-default .button__wrap {
    gap: 10px;
    padding: 0;
    margin: 0; }
  .message-default .button__red {
    font-size: 12px; }

.error__message {
  background: #ffebea;
  border-top: 1px solid #f3dfde;
  padding: 11px 15px; }
  .error__message p {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px; }
    .error__message p svg {
      width: 14px;
      height: 12px; }

.is-sticky {
  position: fixed;
  top: 75px;
  z-index: 1;
  width: 100%; }
  @media (max-width: 750px) {
    .is-sticky {
      top: 0; } }

.add__images-right--top {
  margin-bottom: 10px; }

.element-wrapper .element-header:after {
  display: none; }

.heading__normal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin: 15px 0 30px;
  position: relative; }
  .heading__normal.margin-eq {
    margin: 0 0 20px 0; }
  .heading__normal.margin-top-0 {
    margin-top: 0; }
  .heading__normal.margin-bottom-10 {
    margin-top: 10px; }
  @media (max-width: 720px) {
    .heading__normal {
      margin: 15px 0 20px;
      padding-bottom: 7px; } }
  .heading__normal span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    display: flex;
    gap: 5px; }
    @media (max-width: 720px) {
      .heading__normal span {
        font-size: 16px; } }
  .heading__normal a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #354052;
    font-family: "proxima-nova", sans-serif; }
    .heading__normal a.btn, .heading__normal .all-wrapper a.fc-button, .all-wrapper .heading__normal a.fc-button {
      color: #fff;
      text-decoration: none;
      font-size: 14px; }

.margintop-5 {
  margin-top: 15px; }

.upload__images {
  position: relative; }
  .upload__images .closed {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px;
    background: #fff;
    border-radius: 50%; }
    .upload__images .closed svg {
      width: 7px;
      height: 7px; }
  .upload__images--outer {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px; }
    @media (max-width: 720px) {
      .upload__images--outer {
        display: flex;
        flex-wrap: wrap; } }
    .upload__images--outer .upload__images {
      width: 100px;
      height: 100px; }
    .upload__images--outer--single {
      display: flex; }
      .upload__images--outer--single .upload__images {
        width: 100px;
        height: 80px; }
      .upload__images--outer--single.empaty + .button__red {
        margin: 0; }
    .upload__images--outer + .button__red {
      margin-top: 10px; }
  .upload__images--inner {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
    .upload__images--inner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.main-heading-no-border.button__style {
  justify-content: space-between;
  flex-wrap: wrap; }

.no__data {
  padding: 25px; }
  .no__data--inner {
    padding: 25px;
    background: #f6f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px; }
    .no__data--inner p {
      text-align: center;
      font-weight: 600;
      margin: 0 auto;
      max-width: initial;
      color: #818181; }
      .no__data--inner p .link--normal {
        text-decoration: underline;
        color: #b11f37; }
    .no__data--inner .button__red {
      margin: 0 auto; }

.button__wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px; }

.social__icon label {
  display: flex;
  gap: 5px;
  align-items: center; }
  .social__icon label svg {
    width: 12px;
    height: 12px; }

@media (max-width: 720px) {
  .white-space-nowrap .table tbody tr th, .white-space-nowrap .table tbody tr td {
    white-space: nowrap;
    padding-right: 20px; } }

@media (max-width: 720px) {
  .white-space-nowrap .table thead tr th, .white-space-nowrap .table thead tr td {
    white-space: nowrap;
    padding-right: 20px; } }

.new__form__desing .button__big {
  flex-wrap: wrap; }

.date__formate {
  gap: 5px;
  align-items: center;
  margin-bottom: 10px; }
  .date__formate strong {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #354052; }
  .date__formate .date {
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.4); }

.impact__indicators__outer {
  margin-top: 30px; }
  .impact__indicators__outer strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #354052;
    display: block;
    margin-bottom: 5px; }
  .impact__indicators__outer span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #354052; }
  .impact__indicators__outer .form-group {
    margin-top: 20px; }
    .impact__indicators__outer .form-group label {
      font-style: normal;
      line-height: 12px;
      color: #354052; }

.year__wrap {
  max-width: 714px;
  gap: 10px; }

.input-select-big select.form-control:not([size]):not([multiple]) {
  height: 44px; }

.button__big {
  display: flex;
  gap: 10px;
  align-items: center; }
  .button__big .btn, .button__big .all-wrapper .fc-button, .all-wrapper .button__big .fc-button {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    transition: all 0.5s ease;
    padding: 10px 20px; }
  .button__big--red {
    color: #FFF;
    background: #b11f37;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
    .button__big--red:hover {
      background: #ecedf1;
      color: #3E4B5B; }

.button__small {
  display: flex;
  gap: 10px;
  align-items: center; }
  .button__small .btn, .button__small .all-wrapper .fc-button, .all-wrapper .button__small .fc-button {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    transition: all 0.5s ease;
    padding: 10px 20px; }
  .button__small--white {
    color: #354052;
    background: #fff; }
  .button__small--red {
    color: #FFF;
    background: #B11F35;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
    .button__small--red:hover {
      background: #ecedf1;
      color: #3E4B5B; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #b11f37; }

.bs-tooltip-top .tooltip-inner, .bs-tooltip-auto[x-placement^="top"] .tooltip-inner {
  background-color: #b11f37; }

.help--top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  background: #F6F7F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .help--top-right img {
    margin-right: 5px; }
  @media (max-width: 720px) {
    .help--top-right {
      margin-bottom: 20px; } }

.sponsor--tooltip {
  gap: 8px; }

.sponsor--tooltip .icon-tooltop {
  position: relative;
  top: -3px; }

.normal-possition-btn {
  margin-top: 20px;
  justify-content: flex-start; }
  .normal-possition-btn .btn, .normal-possition-btn .all-wrapper .fc-button, .all-wrapper .normal-possition-btn .fc-button {
    height: 24px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0; }

.affiliated--button .btn, .affiliated--button .all-wrapper .fc-button, .all-wrapper .affiliated--button .fc-button {
  height: 24px;
  padding-top: 0;
  padding-bottom: 0; }

.section--impact {
  margin: 20px 0;
  display: flex;
  background: #fff; }
  @media screen and (max-width: 700px) {
    .section--impact {
      flex-wrap: wrap; } }

.impact--left {
  flex-basis: 49%; }
  @media screen and (max-width: 800px) {
    .impact--left {
      flex-basis: 43%; } }
  @media screen and (max-width: 700px) {
    .impact--left {
      flex-basis: 100%;
      order: 2; } }
  .impact--left img {
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 700px) {
      .impact--left img {
        width: 100%; } }

.impact--right {
  flex: 1; }
  @media screen and (max-width: 700px) {
    .impact--right {
      flex-basis: 100%; } }
  .impact--right--inner {
    padding: 20px 25px;
    height: 100%;
    display: flex;
    align-items: center; }
    .impact--right--inner .scroll-data {
      flex: 1; }
    .impact--right--inner h1 {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 40px;
      color: #576370; }
      @media screen and (max-width: 800px) {
        .impact--right--inner h1 {
          font-size: 20px;
          line-height: 26px; } }
    .impact--right--inner p {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 23px;
      color: #576370;
      margin: 0; }
      @media screen and (max-width: 800px) {
        .impact--right--inner p {
          font-size: 14px;
          line-height: 20px; } }
    .impact--right--inner h6 {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      margin: 25px 0 15px;
      color: #576370;
      padding-top: 10px; }
      @media screen and (max-width: 800px) {
        .impact--right--inner h6 {
          font-size: 16px;
          line-height: 20px; } }
    .impact--right--inner .goles {
      display: flex;
      flex-direction: column;
      gap: 25px; }
      @media screen and (max-width: 800px) {
        .impact--right--inner .goles {
          flex-wrap: wrap; } }
      .impact--right--inner .goles--inner {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        padding-right: 30px; }
        .impact--right--inner .goles--inner.goles-w-100 {
          flex: 100%; }
        .impact--right--inner .goles--inner .goles--img {
          width: 56px;
          height: 56px; }
          .impact--right--inner .goles--inner .goles--img a {
            display: block; }
          .impact--right--inner .goles--inner .goles--img img {
            border-radius: 4px; }
        .impact--right--inner .goles--inner .goles--content {
          flex: 1;
          margin-right: auto; }
          @media screen and (max-width: 800px) {
            .impact--right--inner .goles--inner .goles--content {
              flex: 50%; } }
          .impact--right--inner .goles--inner .goles--content h5 {
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #576370;
            margin: 0; }
            @media screen and (max-width: 800px) {
              .impact--right--inner .goles--inner .goles--content h5 {
                font-size: 16px;
                line-height: 22px; } }
          .impact--right--inner .goles--inner .goles--content p {
            font-style: normal;
            font-weight: 400;
            font-size: 17px;
            line-height: 23px;
            color: #576370;
            margin: 0; }
            @media screen and (max-width: 800px) {
              .impact--right--inner .goles--inner .goles--content p {
                font-size: 14px;
                line-height: 20px; } }
        .impact--right--inner .goles--inner .goles--right {
          display: flex;
          align-items: center;
          justify-content: center; }
          .impact--right--inner .goles--inner .goles--right a {
            display: flex;
            width: 56px;
            height: 56px; }
          .impact--right--inner .goles--inner .goles--right img {
            border: 0;
            width: 100%;
            height: 100%; }

.if_banner_is_missing .impact--right--inner .goles {
  flex-wrap: wrap;
  flex-direction: unset; }
  .if_banner_is_missing .impact--right--inner .goles--inner {
    flex: 45%; }
    .if_banner_is_missing .impact--right--inner .goles--inner.goles-w-100 {
      flex: 100%; }

.baraka--health {
  background-color: #b11f37;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  background-image: url("../img/map__pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  text-align: center;
  margin: 20px 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; }
  @media screen and (max-width: 800px) {
    .baraka--health {
      gap: 10px; } }
  .baraka--health--heading {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF; }
    @media screen and (max-width: 800px) {
      .baraka--health--heading {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (max-width: 700px) {
      .baraka--health--heading {
        font-size: 25px;
        line-height: 31px; } }
  .baraka--health p {
    max-width: 570px;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .baraka--health p {
        font-size: 15px;
        line-height: 19px; } }
  .baraka--health .btn, .baraka--health .all-wrapper .fc-button, .all-wrapper .baraka--health .fc-button {
    background: #FFF;
    color: #b11f37; }
  .baraka--health--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer; }
    .baraka--health--bottom img {
      width: 14px;
      height: 14px; }
    .baraka--health--bottom p {
      margin: 0; }

.opdates {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .opdates--left {
    background: #fff;
    flex: 1;
    padding: 20px; }
    @media screen and (max-width: 700px) {
      .opdates--left {
        flex: 100%; } }
    .opdates--left .loadmore .btn, .opdates--left .loadmore .all-wrapper .fc-button, .all-wrapper .opdates--left .loadmore .fc-button {
      background: #b11f37;
      color: #fff; }
    .opdates--left .opdates--title {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      color: #576370;
      display: block;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 10px; }
      @media screen and (max-width: 800px) {
        .opdates--left .opdates--title {
          font-size: 20px;
          line-height: 26px; } }
    .opdates--left-inner--heading {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 800px) {
        .opdates--left-inner--heading {
          flex-wrap: wrap;
          gap: 0; } }
      .opdates--left-inner--heading strong {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #576370; }
        @media screen and (max-width: 800px) {
          .opdates--left-inner--heading strong {
            font-size: 16px;
            line-height: 22px;
            flex: 100%; } }
      .opdates--left-inner--heading .date {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: rgba(87, 99, 112, 0.4);
        position: relative;
        bottom: -2px; }
        @media screen and (max-width: 800px) {
          .opdates--left-inner--heading .date {
            flex: 100%; } }
    .opdates--left-inner--content p {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 23px;
      color: #576370; }
      @media screen and (max-width: 800px) {
        .opdates--left-inner--content p {
          font-size: 14px;
          line-height: 20px; } }
  .opdates--right {
    flex-basis: 370px; }
    @media screen and (max-width: 700px) {
      .opdates--right {
        flex-basis: 100%; } }
    .opdates--right .element-wrapper {
      height: 100%;
      margin: 0; }
      .opdates--right .element-wrapper .element-box, .opdates--right .element-wrapper .invoice-w, .opdates--right .element-wrapper .big-error-w {
        height: inherit;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: url("../img/map__pattern--small.svg");
        background-color: #b11f37; }
        @media screen and (max-width: 700px) {
          .opdates--right .element-wrapper .element-box, .opdates--right .element-wrapper .invoice-w, .opdates--right .element-wrapper .big-error-w {
            gap: 0px; } }

.modal-open .divfor--new--background {
  z-index: unset; }

.svg--list--icons {
  gap: 30px; }
  @media screen and (max-width: 1450px) {
    .svg--list--icons {
      gap: 10px; } }
  @media screen and (max-width: 520px) {
    .svg--list--icons {
      gap: 20px; } }
  .svg--list--icons li {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    flex: 1; }
    @media screen and (max-width: 1450px) {
      .svg--list--icons li {
        padding: 10px; } }
    @media screen and (max-width: 520px) {
      .svg--list--icons li {
        flex: 100%; } }
    .svg--list--icons li .deal__list--icons {
      background: #F4F6F8;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
      width: 60px;
      height: 60px; }
      @media screen and (max-width: 1450px) {
        .svg--list--icons li .deal__list--icons {
          padding: 10px; } }
      .svg--list--icons li .deal__list--icons svg {
        fill: #354052; }
        @media screen and (max-width: 1450px) {
          .svg--list--icons li .deal__list--icons svg {
            width: 22px;
            height: 26px; } }
    .svg--list--icons li .deal__list--name strong {
      display: block; }
    .svg--list--icons li:nth-child(3) .deal__list--icons svg {
      fill: #354052;
      stroke: #354052; }
    .svg--list--icons li:nth-child(3):hover .deal__list--icons svg {
      fill: #354052;
      stroke: #354052; }
    @media screen and (min-width: 551px) {
      .svg--list--icons li:hover {
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05); } }
    @media (min-width: 720px) {
      .svg--list--icons li:hover .deal__list--name strong {
        color: #b11f37; }
      .svg--list--icons li:hover .deal__list--icons svg {
        fill: #354052; } }
    .svg--list--icons li.svg--list--icons--first-li {
      gap: 20px; }
      @media screen and (max-width: 1450px) {
        .svg--list--icons li.svg--list--icons--first-li {
          gap: 10px; } }
    .svg--list--icons li .button__style .btn, .svg--list--icons li .button__style .all-wrapper .fc-button, .all-wrapper .svg--list--icons li .button__style .fc-button {
      padding: 3px 12px;
      font-size: 11px; }

.all_dropdown_filter_class {
  column-gap: 10px; }

.network--grow li {
  justify-content: space-between; }
  @media screen and (max-width: 520px) {
    .network--grow li {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (max-width: 520px) {
    .network--grow li .button__style {
      flex-wrap: wrap;
      flex: 100%;
      justify-content: center; } }

.tab--heading--v3,
.tab--heading--v5 {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px; }
  @media screen and (max-width: 721px) {
    .tab--heading--v3,
    .tab--heading--v5 {
      flex-wrap: wrap; } }
  .tab--heading--v3 .element-header,
  .tab--heading--v5 .element-header {
    margin: 0;
    border: 0;
    padding: 0; }
  .tab--heading--v3 .nav-tabs,
  .tab--heading--v5 .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
    flex: unset; }
    .tab--heading--v3 .nav-tabs .nav-item,
    .tab--heading--v5 .nav-tabs .nav-item {
      margin: 0; }
      .tab--heading--v3 .nav-tabs .nav-item + .nav-item,
      .tab--heading--v5 .nav-tabs .nav-item + .nav-item {
        margin-left: 30px; }
    .tab--heading--v3 .nav-tabs .nav-link,
    .tab--heading--v5 .nav-tabs .nav-link {
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      color: #354052;
      padding-left: 0;
      padding-right: 0; }
      @media screen and (max-width: 720px) {
        .tab--heading--v3 .nav-tabs .nav-link,
        .tab--heading--v5 .nav-tabs .nav-link {
          font-size: 18px;
          line-height: 24px; } }
      .tab--heading--v3 .nav-tabs .nav-link.active,
      .tab--heading--v5 .nav-tabs .nav-link.active {
        color: #b11f37; }
      .tab--heading--v3 .nav-tabs .nav-link:after,
      .tab--heading--v5 .nav-tabs .nav-link:after {
        height: 5px;
        border-radius: 10px; }

.tab--heading--v5 .nav-tabs .nav-link {
  font-size: 17px;
  line-height: 23px; }
  @media screen and (max-width: 720px) {
    .tab--heading--v5 .nav-tabs .nav-link {
      font-size: 15px;
      line-height: 21px; } }

.font--weight--600 {
  font-weight: 500; }

.select--v3 {
  margin-bottom: 15px; }
  @media screen and (max-width: 720px) {
    .select--v3 {
      flex-wrap: wrap; } }
  .select--v3 .select--small {
    flex-basis: 50%; }
  @media screen and (max-width: 720px) {
    .select--v3 .form-control {
      flex-basis: 47%; } }
  @media screen and (max-width: 550px) {
    .select--v3 .form-control {
      flex-basis: 80%; } }
  @media screen and (max-width: 350px) {
    .select--v3 .form-control {
      flex-basis: 100%; } }

.dashboard--v2 .pipelinekey {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 767px) {
    .dashboard--v2 .pipelinekey {
      gap: 20px;
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 520px) {
    .dashboard--v2 .pipelinekey {
      grid-template-columns: repeat(1, 1fr); } }

.dashboard--v2 .table.table-padded tbody td {
  border-right: 0; }

.keyimpact--indicators {
  margin: 15px 0; }
  .keyimpact--indicators--heading {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #576370;
    margin-bottom: 8px; }
  .keyimpact--indicators ul {
    padding-left: 20px;
    list-style: none; }
    .keyimpact--indicators ul li {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 26px;
      color: #576370;
      position: relative; }
      .keyimpact--indicators ul li::before {
        position: absolute;
        content: "";
        color: red;
        left: -18px;
        bottom: 0;
        top: 6px;
        width: 8px;
        height: 8px;
        font-size: 30px;
        border-radius: 100%;
        background: #b11f37; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.all-wrapper--width--full .all-wrapper {
  min-width: 100%; }

.all-wrapper--width--full .artha__top__nav, .all-wrapper--width--full .top__nav__eq {
  display: none; }

.notification {
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  max-width: 600px;
  margin: 30px auto;
  padding: 30px;
  text-align: center; }
  .notification .button__wrap {
    justify-content: center;
    margin-top: 20px; }
  .notification h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #354052; }
  .notification p {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #474B4E;
    max-width: 290px;
    margin: 0 auto; }

.fast-links--outer {
  gap: 10px; }
  .fast-links--outer .element-box, .fast-links--outer .invoice-w, .fast-links--outer .big-error-w {
    margin-top: 0; }

@media screen and (max-width: 350px) {
  .glb--impact--investor--listing-added {
    flex-direction: column;
    gap: 5px; } }

.glb--impact--investor--listing-added--inner {
  flex-direction: column; }
  .glb--impact--investor--listing-added--inner .listing01 {
    color: #313475; }
  .glb--impact--investor--listing-added--inner .listing01 {
    color: #74bd96; }
  .glb--impact--investor--listing-added--inner strong {
    font-size: 55px;
    font-weight: 600; }
    @media screen and (max-width: 780px) {
      .glb--impact--investor--listing-added--inner strong {
        font-size: 45px; } }
    @media screen and (max-width: 550px) {
      .glb--impact--investor--listing-added--inner strong {
        font-size: 40px; } }
  .glb--impact--investor--listing-added--inner span {
    font-size: 16px;
    position: relative;
    top: -9px; }

.glb--impact--investor .sortby {
  margin: 25px 0; }
  .glb--impact--investor .sortby--inner {
    justify-content: flex-end;
    flex-wrap: wrap; }
    @media screen and (max-width: 720px) {
      .glb--impact--investor .sortby--inner {
        justify-content: flex-start; } }
    .glb--impact--investor .sortby--inner label {
      margin: 0;
      display: flex;
      align-items: center; }
    .glb--impact--investor .sortby--inner .button__gray {
      background: #EDF0F7;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .glb--impact--investor .sortby--inner select.form-control:not([size]):not([multiple]) {
      height: calc(2rem + 0px);
      flex-basis: 244px; }

.glb--impact--investor #investor_db_form .filter--wrap .filte--inner select.form-control:not([size]):not([multiple]),
.glb--impact--investor #investor_db_form .filter--wrap .filte--inner .form-control {
  padding-left: 10px; }

.glb--impact--investor .gradient:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 70px;
  background: linear-gradient(270deg, #F6F7F9 31.81%, rgba(255, 255, 255, 0) 100%); }

.glb--impact--investor .table--even--odd .table tr:nth-child(odd) .gradient:after {
  background: linear-gradient(270deg, #FFFFFF 31.81%, rgba(255, 255, 255, 0) 100%); }

.glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table {
  position: relative;
  margin: 0; }
  .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
    width: 100%;
    height: 85px;
    background: linear-gradient(0deg, #F6F7F9 31.81%, rgba(255, 255, 255, 0) 100%); }
  .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr th {
    padding-left: 10px; }
    .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr th:first-child {
      padding-left: 0; }
    .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr th:last-child {
      min-width: 72px; }
  .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td {
    padding: 10px;
    position: relative; }
    .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td .sdg {
      flex-wrap: unset;
      gap: 5px;
      margin: 0;
      position: static; }
      .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td .sdg img {
        width: 22px;
        height: 22px; }
    .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td .button__style {
      justify-content: flex-start; }
      .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table tr td .button__style .btn-radius-100 {
        padding: 5px 15px;
        font-size: 12px; }
  .glb--impact--investor .organization__profile__outer.org-v-3 .portfolios--v3 .table .user-with-avatar span {
    width: 110px; }

.glb--impact--investor .portfolios--v3 .container-fluid {
  margin: 0; }

.glb--impact--investor .portfolios--v3 .white-nowarp {
  white-space: nowrap; }

.glb--impact--investor .baraka--health {
  margin: 30px 0 0;
  background-color: #313475;
  padding: 60px 30px; }
  .glb--impact--investor .baraka--health p {
    max-width: 790px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px; }

.glb--impact--investor--inner {
  padding: 20px 30px;
  background-image: url("/img/pattern-v4.svg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #FAFDFF; }
  @media screen and (max-width: 1450px) {
    .glb--impact--investor--inner {
      background-position: center bottom; } }

.glb--impact--investor--top--sign-up {
  text-align: center;
  max-width: 656px;
  margin: 0 auto; }
  @media screen and (max-width: 1450px) {
    .glb--impact--investor--top--sign-up {
      padding-top: 40px; } }
  .glb--impact--investor--top--sign-up .button__wrap {
    justify-content: center;
    margin-top: 0; }
  .glb--impact--investor--top--sign-up h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #354052;
    margin: 0; }
    @media screen and (max-width: 1450px) {
      .glb--impact--investor--top--sign-up h1 {
        font-size: 30px;
        line-height: 36px; } }
  .glb--impact--investor--top--sign-up p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #354052;
    margin: 0;
    padding: 15px 0 25px; }
    @media screen and (max-width: 1450px) {
      .glb--impact--investor--top--sign-up p {
        font-size: 18px;
        line-height: 24px; } }

.org-v-3 .table tr {
  cursor: pointer; }
  .org-v-3 .table tr .status img {
    position: relative;
    top: 6px; }

.filter--wrap {
  flex-wrap: wrap; }
  .filter--wrap .filte--inner {
    flex: 0.5; }
    @media screen and (max-width: 1000px) {
      .filter--wrap .filte--inner {
        flex: 15%; } }
    .filter--wrap .filte--inner.form--text {
      flex: 1; }
      @media screen and (max-width: 1000px) {
        .filter--wrap .filte--inner.form--text {
          flex: 20%; } }
      .filter--wrap .filte--inner.form--text i.search {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        bottom: 0;
        left: 16px;
        margin: auto; }
        .filter--wrap .filte--inner.form--text i.search svg {
          width: 20px;
          height: 20px;
          fill: #c9c9c9; }
    .filter--wrap .filte--inner select.form-control:not([size]):not([multiple]),
    .filter--wrap .filte--inner .form-control {
      height: 40px;
      padding-left: 45px; }
  .filter--wrap .filte--inner[disabled],
  .filter--wrap .filte--inner[disabled] select {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none; }
  .filter--wrap .button__wrap {
    margin: 0; }

.glb--impact--investor .baraka--health .error--text--inner p {
  font-size: 14px;
  color: #354052;
  font-weight: 400;
  line-height: normal; }

.error--text {
  border-radius: 4px;
  background-color: #fff;
  margin-top: 15px;
  padding: 15px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 14px; }
  .error--text--inner {
    text-align: left; }
    .error--text--inner strong {
      font-size: 15px;
      color: #354052;
      font-weight: 600; }

.search--box--v4 .heading__normal--bold {
  color: #fff;
  font-weight: 400; }

.search--box--v4 .filter--outer {
  width: 540px;
  margin: 0 auto; }
  .search--box--v4 .filter--outer h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600; }
  .search--box--v4 .filter--outer p {
    font-size: 14px; }
  @media screen and (max-width: 650px) {
    .search--box--v4 .filter--outer {
      width: 100%; } }
  .search--box--v4 .filter--outer form, .search--box--v4 .filter--outer .login-information .auth-box-w .login-info-hd, .login-information .auth-box-w .search--box--v4 .filter--outer .login-info-hd {
    margin: 30px 0 0 0; }

.arthalogonewbottom.gii--mission {
  box-shadow: none; }
  .arthalogonewbottom.gii--mission .gii--mission--discription h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: normal; }

.triangle--top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: right; }
  .triangle--top-right p {
    padding: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    background: #B11F37;
    border-radius: 2px;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -17px;
    right: 70px; }
  .triangle--top-right--inner svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    z-index: 1;
    position: relative;
    top: 9px;
    right: 6px;
    cursor: pointer; }
  .triangle--top-right--inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 70px solid #B11F35;
    border-left: 70px solid transparent; }

.heading__normal.font-s-36 {
  font-size: 36px;
  line-height: 42px; }

.partners--outer .heading__normal {
  border: 0;
  margin-bottom: 50px; }

.partners--wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  @media screen and (max-width: 720px) {
    .partners--wrap {
      flex-wrap: wrap; } }

.partners--inner {
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 30px 20px;
  text-align: center; }
  .partners--inner:nth-child(2) {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
    transform: scale(1.19);
    margin: 0 40px; }
  .partners--inner .circle__img {
    margin: 0 auto;
    width: 60px;
    height: 60px; }
  .partners--inner p {
    margin: 15px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #000000; }

.partners--info {
  display: flex;
  flex-direction: column; }
  .partners--info strong {
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #000000; }
  .partners--info span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }

.pricing--wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  @media screen and (max-width: 900px) {
    .pricing--wrap {
      gap: 30px; } }
  @media screen and (max-width: 600px) {
    .pricing--wrap {
      flex-wrap: wrap; } }

.pricing--inner {
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
  flex: 1; }
  @media screen and (max-width: 600px) {
    .pricing--inner {
      flex: 100%; } }
  .pricing--inner:nth-child(2) {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
    flex: 1.5; }
  .pricing--inner h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #354052;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .pricing--inner h3 {
        margin-bottom: 20px; } }
  .pricing--inner h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #354052; }
  .pricing--inner .price--list {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 10px; }
    @media screen and (max-width: 700px) {
      .pricing--inner .price--list {
        flex-wrap: wrap; } }
    .pricing--inner .price--list strong {
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 24px;
      text-align: center;
      color: #354052; }
      @media screen and (max-width: 900px) {
        .pricing--inner .price--list strong {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (max-width: 800px) {
        .pricing--inner .price--list strong {
          font-size: 26px;
          line-height: 28px; } }
    .pricing--inner .price--list span {
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #354052;
      position: relative;
      top: 3px; }
      @media screen and (max-width: 700px) {
        .pricing--inner .price--list span {
          position: static; } }
  .pricing--inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: rgba(53, 64, 82, 0.7);
    margin: 10px 0 0; }
  .pricing--inner .button__wrap {
    justify-content: center; }
    .pricing--inner .button__wrap .button {
      flex-basis: 240px; }
  .pricing--inner.pricing--v2 {
    background: url("../img/wave-testimonial.svg") no-repeat -300px; }
  .pricing--inner .pricing--v2--bottom p + p {
    margin: 0; }

.footer--v4 {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin-top: 70px;
  justify-content: center;
  gap: 25px; }
  @media screen and (max-width: 700px) {
    .footer--v4 {
      flex-wrap: wrap;
      row-gap: 5px; } }
  .footer--v4--new {
    display: flex;
    gap: 10px;
    position: relative; }
    .footer--v4--new::before {
      content: '|';
      position: absolute;
      left: -15px;
      top: -6px;
      bottom: 0;
      font-size: 20px; }
    .footer--v4--new a {
      color: #313475; }
  .footer--v4 p {
    padding: 0;
    margin: 0;
    color: #000000; }
  .footer--v4 p, .footer--v4 a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center; }

.for--new--tooltip .tooltip .arrow::before {
  border-top-color: #313475; }

.for--new--tooltip .tooltip .arrow::before {
  border-bottom-color: #313475; }

.for--new--tooltip .tooltip .tooltip-inner {
  background: #313475;
  box-shadow: 0px 4px 20px rgba(51, 153, 255, 0.25); }

.tooltip--theamColor .tooltip .arrow::before {
  border-top-color: #b11f37; }

.tooltip--theamColor .tooltip .arrow::before {
  border-bottom-color: #b11f37; }

.tooltip--theamColor .tooltip .tooltip-inner {
  background: #b11f37;
  box-shadow: 0px 4px 20px rgba(51, 153, 255, 0.25); }

.footer--remove .footernavtop,
.footer--remove .footer-Hit {
  display: none !important; }

.new__modal--big-table .organization__profile__outer .label__name__view h5,
.new__modal--big-table .organization__profile__outer .label__name__view a {
  font-weight: 700; }
  @media screen and (max-width: 720px) {
    .new__modal--big-table .organization__profile__outer .label__name__view h5,
    .new__modal--big-table .organization__profile__outer .label__name__view a {
      margin: 3px 0 16px 0; } }

.new__modal--big-table .organization__profile__outer .label__name__view .sdg a {
  margin: 0; }

.new__modal--big-table .scroll-data {
  max-height: 825px;
  padding: 0 25px 40px; }
  @media screen and (max-width: 1450px) {
    .new__modal--big-table .scroll-data {
      max-height: 525px; } }

.new__modal--big-table .discription p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #354052; }

.new__modal--big-table .label__name__view .col-sm-4 {
  padding-left: 0; }

.new__modal--big-table .label__name__view a {
  color: #000000; }

.new__modal--big-table .label__name__view .button__style {
  justify-content: flex-start;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 10px; }
  .new__modal--big-table .label__name__view .button__style .btn-red {
    background: #b11f37;
    color: #fff; }

.new__modal--big-table .label__name__view .label.hidden {
  visibility: hidden;
  display: block; }

.new__modal--big-table .label__name__view .label .button__style {
  margin: 0;
  justify-content: flex-start;
  gap: 5px; }

.new__modal--big-table .heading__normal {
  border-bottom: 1px solid #C4C4C4;
  flex-wrap: wrap; }
  @media screen and (max-width: 720px) {
    .new__modal--big-table .heading__normal .button__style {
      flex: 100%;
      justify-content: flex-start;
      margin-top: 12px; } }

.new__modal--big-table .modal-dialog {
  max-width: 960px; }
  .new__modal--big-table .modal-dialog .close {
    background: #313475; }
    .new__modal--big-table .modal-dialog .close svg {
      fill: #fff; }
  .new__modal--big-table .modal-dialog .modal-content .modal-body {
    padding: 0 10px; }
  .new__modal--big-table .modal-dialog .modal-content::after {
    display: none; }

.new__modal--big-table .investor--modal--top {
  background-image: url("/img/pattern-v4.svg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #FAFDFF;
  min-height: 152px; }
  .new__modal--big-table .investor--modal--top .circle__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
    bottom: -60px;
    border: 6px solid #FFFFFF; }
    .new__modal--big-table .investor--modal--top .circle__img svg {
      width: 180px;
      height: 180px; }
      @media screen and (max-width: 720px) {
        .new__modal--big-table .investor--modal--top .circle__img svg {
          width: 80px;
          height: 80px; } }
    @media screen and (max-width: 720px) {
      .new__modal--big-table .investor--modal--top .circle__img {
        width: 110px;
        height: 110px;
        bottom: -50px; } }

.new__modal--big-table .investor--modal--bottom {
  padding: 30px; }
  @media screen and (max-width: 720px) {
    .new__modal--big-table .investor--modal--bottom {
      padding: 20px; } }
  .new__modal--big-table .investor--modal--bottom--top {
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 520px) {
      .new__modal--big-table .investor--modal--bottom--top {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-bottom: 20px; } }
    .new__modal--big-table .investor--modal--bottom--top .date {
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      color: rgba(53, 64, 82, 0.4); }
      @media screen and (max-width: 520px) {
        .new__modal--big-table .investor--modal--bottom--top .date {
          flex: 100%;
          text-align: center; } }
    .new__modal--big-table .investor--modal--bottom--top .button__wrap {
      margin: 0; }
  .new__modal--big-table .investor--modal--bottom--center {
    text-align: center; }
    .new__modal--big-table .investor--modal--bottom--center h1 {
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      line-height: 40px;
      color: #354052;
      margin: 0; }
      @media screen and (max-width: 720px) {
        .new__modal--big-table .investor--modal--bottom--center h1 {
          font-size: 25px;
          line-height: 31px; } }
    .new__modal--big-table .investor--modal--bottom--center p {
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 21px;
      color: #354052;
      margin: 0; }
      @media screen and (max-width: 720px) {
        .new__modal--big-table .investor--modal--bottom--center p {
          font-size: 14px;
          line-height: 20px; } }

.new__modal--big-table .similar-companies {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0; }
  .new__modal--big-table .similar-companies li {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 20px;
    list-style: none;
    flex: 48%; }
    .new__modal--big-table .similar-companies li .similar-companies--detail {
      display: flex;
      gap: 20px; }
      .new__modal--big-table .similar-companies li .similar-companies--detail .circle__big {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .new__modal--big-table .similar-companies li .similar-companies--detail .circle__big svg {
          width: 70px;
          height: 70px; }
      .new__modal--big-table .similar-companies li .similar-companies--detail--right {
        flex: 1; }
        .new__modal--big-table .similar-companies li .similar-companies--detail--right strong {
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 20px;
          color: #354052; }
        .new__modal--big-table .similar-companies li .similar-companies--detail--right p {
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 20px;
          color: #000000; }
        .new__modal--big-table .similar-companies li .similar-companies--detail--right--bottom {
          display: flex;
          align-items: center;
          gap: 10px; }
          .new__modal--big-table .similar-companies li .similar-companies--detail--right--bottom .button__style {
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 8px; }
            .new__modal--big-table .similar-companies li .similar-companies--detail--right--bottom .button__style .btn-red {
              background-color: #b11f37;
              color: #fff; }
          .new__modal--big-table .similar-companies li .similar-companies--detail--right--bottom .sdg {
            margin: 0;
            position: static; }
            .new__modal--big-table .similar-companies li .similar-companies--detail--right--bottom .sdg img {
              width: 28px;
              height: 28px; }

.element-box-add {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }

.box--shadow.box--shadow {
  z-index: 11; }
  .box--shadow.box--shadow--01::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 4px 0px #0000000F; }

.user--profile--v4 .main__container {
  max-width: 714px; }

.user--profile--v4 .user-profile.compact {
  position: relative; }

.user--profile--v4 .user-profile .up-head-w {
  height: 190px; }

.user--profile--v4 .user-profile.compact .up-main-info {
  padding: 20px 20px 90px 20px;
  box-shadow: 0px 3px 4px 0px #0000000F; }
  @media (max-width: 520px) {
    .user--profile--v4 .user-profile.compact .up-main-info {
      padding: 20px 20px 140px 20px; } }
  .user--profile--v4 .user-profile.compact .up-main-info--inner {
    align-items: center;
    position: absolute;
    top: -80px; }
    @media (max-width: 750px) {
      .user--profile--v4 .user-profile.compact .up-main-info--inner {
        top: -40px; } }
    @media (max-width: 520px) {
      .user--profile--v4 .user-profile.compact .up-main-info--inner {
        flex-wrap: wrap;
        justify-content: center; } }
  .user--profile--v4 .user-profile.compact .up-main-info .user-avatar {
    width: 170px;
    height: 170px;
    border: 6px solid #fff;
    border-radius: 100%;
    background: #f6f7f9;
    overflow: hidden; }
    @media (max-width: 750px) {
      .user--profile--v4 .user-profile.compact .up-main-info .user-avatar {
        width: 120px;
        height: 120px;
        border-width: 1px; } }
    .user--profile--v4 .user-profile.compact .up-main-info .user-avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.user--profile--v4 .user-profile--heading--top {
  margin-left: 20px;
  align-self: flex-end;
  position: relative;
  top: -10px; }
  @media (max-width: 520px) {
    .user--profile--v4 .user-profile--heading--top {
      position: static;
      justify-content: center;
      width: 100%;
      margin: 0 auto; } }
  .user--profile--v4 .user-profile--heading--top--inner {
    gap: 8px; }
    @media (max-width: 520px) {
      .user--profile--v4 .user-profile--heading--top--inner {
        justify-content: center;
        gap: 10px; } }
    .user--profile--v4 .user-profile--heading--top--inner .up-header {
      font-size: 30px;
      font-weight: 700;
      line-height: 33px;
      color: #354052;
      text-shadow: none;
      margin: 0;
      padding: 0; }
    .user--profile--v4 .user-profile--heading--top--inner .up-sub-header {
      font-size: 16px;
      font-weight: 600;
      line-height: 19px;
      color: #727985;
      text-shadow: none;
      margin: 0;
      padding: 0;
      align-self: flex-end; }

.user--profile--v4 .user-profile--heading--bottom {
  margin-top: 5px; }
  @media (max-width: 520px) {
    .user--profile--v4 .user-profile--heading--bottom {
      justify-content: center; } }
  .user--profile--v4 .user-profile--heading--bottom .el-tablo.centered {
    padding: 0;
    align-items: center;
    gap: 10px; }
    .user--profile--v4 .user-profile--heading--bottom .el-tablo.centered .value {
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      color: #B11F35; }
    .user--profile--v4 .user-profile--heading--bottom .el-tablo.centered .label {
      font-size: 16px;
      font-weight: 600;
      line-height: 19px;
      color: #354052;
      text-transform: none; }
    .user--profile--v4 .user-profile--heading--bottom .el-tablo.centered + .padded-v {
      margin-left: 10px; }

.user--profile--v4 .element-box--wrap {
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 520px) {
    .user--profile--v4 .element-box--wrap {
      flex-wrap: wrap; } }
  .user--profile--v4 .element-box--wrap .image--wrap {
    flex: 1; }
    .user--profile--v4 .element-box--wrap .image--wrap .file-size {
      font-size: 10px;
      font-weight: 400;
      line-height: 12px;
      color: #b9b9b9; }

.user--profile--v4 .dropzone_new--v3 {
  border: 1px dashed #C6CCD6;
  margin: auto;
  padding: 30px 20px;
  border-radius: 6px;
  background: #FCFDFF; }
  .user--profile--v4 .dropzone_new--v3 .file-upload {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px; }
    .user--profile--v4 .dropzone_new--v3 .file-upload svg {
      width: 50px;
      height: 70px;
      fill: #E1E5ED; }
    .user--profile--v4 .dropzone_new--v3 .file-upload--right {
      display: flex;
      flex-wrap: wrap;
      gap: 5px; }
      .user--profile--v4 .dropzone_new--v3 .file-upload--right h4, .user--profile--v4 .dropzone_new--v3 .file-upload--right h5 {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        color: #354052;
        flex: 100%;
        text-align: left;
        margin: 0; }
      .user--profile--v4 .dropzone_new--v3 .file-upload--right .btn, .user--profile--v4 .dropzone_new--v3 .file-upload--right .all-wrapper .fc-button, .all-wrapper .user--profile--v4 .dropzone_new--v3 .file-upload--right .fc-button {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px; }

.user--profile--v4 .password_minimum {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #b9b9b9; }

.user--profile--v4 .change--email {
  align-items: center;
  gap: 5px;
  color: #b11f37;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px; }
  .user--profile--v4 .change--email label {
    margin: 0;
    padding: 0;
    color: #354052; }

.gii--signup .all-wrapper {
  padding: 0 !important; }

.databse {
  text-align: center; }

.header--gii {
  background: url("../img/investor_profile.svg") no-repeat;
  display: flex;
  align-items: center;
  padding: 30px 0;
  flex-direction: column;
  justify-content: center; }
  .header--gii--inner .button {
    position: relative;
    top: -15px; }
  .header--gii--inner .circle__img {
    border: 7px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header--gii--inner .circle__img svg {
      width: 120px;
      height: 120px;
      margin: 0 auto; }

.new__form__desing .form-group .checkbox--custom label {
  margin: 0;
  align-items: center; }

.new__form__desing .step-triggers a.disabled {
  pointer-events: none; }

.new__form__desing .button__blue {
  display: inline-flex;
  padding: 0 20px; }

.checkbox--custom .form-control {
  min-height: 20px; }

.div--databse {
  display: flex;
  gap: 15px;
  margin: 25px 0;
  background-color: #fff;
  position: relative; }
  .div--databse::before {
    content: '';
    position: absolute;
    left: 11px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    background-image: url("/img/pattern-v5.svg");
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat; }
  .div--databse .databse {
    flex: 0.5;
    text-align: center; }
    .div--databse .databse h6 {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      color: #354052; }
    .div--databse .databse p {
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
      line-height: 19px;
      text-align: center;
      color: #354052; }
    .div--databse .databse svg {
      width: 75px;
      height: 95px;
      fill: #313475;
      margin-bottom: 10px; }
  .div--databse .table__font__big {
    flex: 1; }
    .div--databse .table__font__big tr td, .div--databse .table__font__big tr th {
      padding: 0 10px;
      padding-bottom: 10px;
      color: #354052;
      font-style: normal; }
    .div--databse .table__font__big tr th {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px; }
    .div--databse .table__font__big tr td {
      font-weight: 700;
      font-size: 20px;
      line-height: 26px; }
    .div--databse .table__font__big tr.trborder td {
      padding: 0; }
    .div--databse .table__font__big tr.total th {
      padding: 0;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      color: #313475; }
      .div--databse .table__font__big tr.total th.totalsub {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        color: #313475; }

.button__with--text span {
  margin-left: 10px;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #313475; }

@media (max-width: 1650px) {
  body.gii--database .all-wrapper {
    padding: 0; } }

@media (max-width: 1550px) {
  body.gii--database .all-wrapper {
    padding: 0; } }

@media (max-width: 1250px) {
  body.gii--database .all-wrapper {
    padding: 0; } }

.gii--database .all-wrapper {
  padding: 0; }
  .gii--database .all-wrapper .layout-w {
    height: 100%; }
  .gii--database .all-wrapper.menu-side {
    height: 100%;
    min-height: 100%;
    padding: 0; }

.footer-v5 .copy-right {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-v5 .copy-right p {
    opacity: 1;
    margin: 0; }
  .footer-v5 .copy-right--footer-nav a {
    color: #354052;
    opacity: 1; }

.menu-side .content-w.investor-database--outer {
  text-align: center;
  display: block;
  margin: auto; }

.investor-database--outer .investor-database--wrap {
  max-width: 418px;
  margin: auto;
  position: relative;
  z-index: 11; }

.investor-database--outer .glbimpact {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 70px; }
  @media (max-width: 1450px) {
    .investor-database--outer .glbimpact {
      padding-top: 50px; } }
  .investor-database--outer .glbimpact .box_shadow {
    align-self: flex-start;
    padding: 70px 65px;
    box-sizing: border-box;
    position: relative; }
    .investor-database--outer .glbimpact .box_shadow::after {
      content: '';
      width: 100%;
      bottom: 0;
      left: 0;
      background: url("/img/pattern__normal--modal.svg") no-repeat center;
      height: 337px;
      position: absolute;
      background-size: 144%; }
  .investor-database--outer .glbimpact .button__wrap {
    justify-content: center;
    gap: 15px;
    margin: 25px 0; }
  .investor-database--outer .glbimpact .databse svg {
    width: 100px;
    height: 105px;
    fill: #313475; }
  .investor-database--outer .glbimpact .databse h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #354052;
    margin: 20px 0; }
  .investor-database--outer .glbimpact .databse--access {
    background: #E8F9F1;
    border: 1px solid #A8D2AD;
    border-radius: 4px;
    padding: 15px; }
    .investor-database--outer .glbimpact .databse--access h6 {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 26px;
      text-align: center;
      color: #354052;
      margin: 0; }
    .investor-database--outer .glbimpact .databse--access p {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 26px;
      text-align: center;
      color: #02A951;
      margin: 0; }
  .investor-database--outer .glbimpact .paragraph {
    padding: 0 10px; }
    .investor-database--outer .glbimpact .paragraph p {
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 24px;
      text-align: center;
      color: #354052; }

.intelligence--description p strong {
  font-weight: 700; }

.glbimpact--modal {
  text-align: center; }
  .glbimpact--modal .databse--modal svg {
    width: 100px;
    height: 105px;
    fill: #313475; }
  .glbimpact--modal .databse--modal h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #354052;
    margin: 15px 0; }
  .glbimpact--modal .investor-database--wrap .databse--access .discription {
    font-size: 14px;
    line-height: 20px;
    color: #354052; }
    .glbimpact--modal .investor-database--wrap .databse--access .discription strong {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
    .glbimpact--modal .investor-database--wrap .databse--access .discription b {
      font-weight: 600; }
  .glbimpact--modal .investor-database--wrap .databse--access p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(53, 64, 82, 0.7);
    margin: 15px 0 5px;
    padding: 0 30px; }

.search--custom .searchdflexttcompany {
  margin: 0;
  max-width: 480px;
  align-items: center;
  position: absolute;
  left: 220px;
  z-index: 11; }
  @media screen and (max-width: 767px) {
    .search--custom .searchdflexttcompany {
      position: static;
      margin: 0 auto 20px;
      max-width: 430px; } }

.giifooter {
  position: static;
  padding-top: 0;
  background: transparent; }

.last-update-data-info {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%; }
  .last-update-data-info strong {
    color: #000;
    font-weight: 700;
    font-size: 14px; }

.feed--list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .feed--list li {
    position: relative;
    box-shadow: 0px 20px 30px 0px #0000000D;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    background: #fff; }
    .feed--list li .close {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      background: #b11f37;
      justify-content: center;
      opacity: 1;
      position: absolute;
      top: -7px;
      right: -7px; }
      .feed--list li .close span {
        display: flex;
        align-items: center;
        justify-content: center; }
      .feed--list li .close svg {
        fill: #fff;
        width: 8px;
        height: 8px; }
    .feed--list li + li {
      margin-top: 25px; }
  .feed--list-warp {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 25px;
    flex-wrap: wrap; }
  .feed--list-img {
    min-width: 370px;
    max-width: 370px;
    min-height: 210px;
    max-height: 210px;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 620px) {
      .feed--list-img {
        min-width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px; } }
    .feed--list-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .feed--list-content {
    position: relative;
    flex: 1; }
    .feed--list-content--heading {
      justify-content: space-between;
      margin-bottom: 10px;
      flex-wrap: wrap;
      position: relative; }
      @media screen and (max-width: 550px) {
        .feed--list-content--heading {
          flex-wrap: wrap;
          row-gap: 10px; } }
      .feed--list-content--heading h5 {
        font-weight: 700;
        font-size: 20px;
        color: #354052;
        margin: 0; }
    .feed--list-content .discription {
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      margin-bottom: 0;
      padding-bottom: 8px; }
      @media screen and (max-width: 850px) {
        .feed--list-content .discription {
          padding-right: 0px; } }
      .feed--list-content .discription strong {
        font-size: 13px; }
      .feed--list-content .discription a {
        color: #b11f37;
        font-size: 13px;
        font-weight: 400; }
      .feed--list-content .discription p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 8px; }
        .feed--list-content .discription p strong {
          font-size: 13px;
          padding-right: 96px;
          display: block; }
        .feed--list-content .discription p a {
          color: #b11f37;
          font-size: 13px;
          font-weight: 400; }
      .feed--list-content .discription--inner {
        border-top: 1px solid #F2F2F2;
        padding-top: 10px; }
    .feed--list-content--img {
      max-width: 150px;
      position: absolute;
      right: 0;
      top: 0; }
      .feed--list-content--img img {
        max-height: 70px; }
    .feed--list-content .button__style {
      justify-content: flex-start;
      margin-top: 0px;
      gap: 10px;
      flex-wrap: wrap; }
      .feed--list-content .button__style .btn, .feed--list-content .button__style .all-wrapper .fc-button, .all-wrapper .feed--list-content .button__style .fc-button {
        font-size: 10px; }
    .feed--list-content .feed-bottom {
      margin-top: 10px;
      width: 100%;
      flex-wrap: wrap;
      row-gap: 10px; }
      @media screen and (max-width: 850px) {
        .feed--list-content .feed-bottom {
          position: static;
          margin-top: 10px;
          flex-wrap: wrap;
          row-gap: 13px;
          column-gap: 10px; } }
      .feed--list-content .feed-bottom .closing--date {
        margin-left: auto;
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        color: #949494; }
        @media screen and (max-width: 850px) {
          .feed--list-content .feed-bottom .closing--date {
            margin-left: 0; } }
      .feed--list-content .feed-bottom .sdg {
        margin-top: 0px;
        position: static;
        gap: 8px; }
        .feed--list-content .feed-bottom .sdg a {
          cursor: pointer; }
        .feed--list-content .feed-bottom .sdg img {
          width: 26px;
          height: 26px;
          border-radius: 4px; }
  @media screen and (max-width: 900px) {
    .feed--list.feed--designer .feed-bottom {
      flex-wrap: wrap; } }
  @media screen and (max-width: 900px) {
    .feed--list.feed--designer .feed--list-img {
      min-width: 340px;
      max-width: 340px; } }
  @media screen and (max-width: 500px) {
    .feed--list.feed--designer .feed--list-img {
      min-width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 760px) {
    .feed--list.feed--designer .feed--list-warp {
      flex-wrap: wrap; } }

.gii--signup--middle {
  display: block; }

.giithans--section {
  min-height: 750px; }
  @media screen and (max-width: 760px) {
    .giithans--section {
      min-height: unset; } }

@media screen and (max-width: 760px) {
  .feed--designer--outer .element-header {
    flex-wrap: wrap;
    row-gap: 10px; } }

@media screen and (max-width: 760px) {
  .feed--designer--outer .element-header .button__style {
    flex: 100%; } }

@media screen and (max-width: 1440px) {
  .if__tab--morethen-3 {
    display: block; } }

@media screen and (max-width: 1440px) {
  .if__tab--morethen-3 .nav-tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap; } }

.public-feed {
  margin: 0 auto;
  max-width: 810px; }
  @media screen and (max-width: 1251px) {
    .public-feed {
      padding: 20px; } }
  .public-feed .feed--list li:hover {
    background: transparent; }
  .public-feed .feed--list-warp {
    padding: 20px 15px; }
    @media screen and (max-width: 850px) {
      .public-feed .feed--list-warp {
        flex-wrap: wrap; } }
  .public-feed .feed--list-img {
    min-width: 300px;
    max-width: 300px; }
    @media screen and (max-width: 620px) {
      .public-feed .feed--list-img {
        min-width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px; } }
  .public-feed--header {
    text-align: center; }
    .public-feed--header .public--date {
      margin: 30px 0; }
      .public-feed--header .public--date--inner {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        color: #949494; }
      .public-feed--header .public--date .element-wrapper {
        margin: 0;
        padding-bottom: 0; }
        .public-feed--header .public--date .element-wrapper .element-header {
          margin: 0;
          font-style: normal;
          font-weight: 700;
          font-size: 30px;
          line-height: 36px;
          border: 0;
          color: #354052;
          padding: 8px 0 5px; }
          @media screen and (max-width: 900px) {
            .public-feed--header .public--date .element-wrapper .element-header {
              font-size: 25px;
              line-height: 31px;
              padding: 5px 0 5px; } }
        .public-feed--header .public--date .element-wrapper p {
          font-size: 14px;
          font-weight: 500;
          line-height: 22px;
          padding: 0;
          margin-bottom: 0;
          text-align: left; }
          .public-feed--header .public--date .element-wrapper p strong {
            font-weight: 600; }
          .public-feed--header .public--date .element-wrapper p + p {
            margin-top: 5px; }
        .public-feed--header .public--date .element-wrapper ul, .public-feed--header .public--date .element-wrapper ol {
          text-align: left;
          margin-top: 8px; }
          .public-feed--header .public--date .element-wrapper ul li, .public-feed--header .public--date .element-wrapper ol li {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px;
            padding: 0;
            margin-bottom: 0; }
            .public-feed--header .public--date .element-wrapper ul li + li, .public-feed--header .public--date .element-wrapper ol li + li {
              margin-top: 10px; }
    .public-feed--header--logo {
      max-width: 250px;
      margin: 0 auto; }
  .public-feed--sign-up {
    background: url("/img/signup-login-bg.svg") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 230px;
    background-color: #F4F6F8;
    border-radius: 10px; }
    @media screen and (max-width: 500px) {
      .public-feed--sign-up {
        padding: 0 20px; } }
    .public-feed--sign-up p {
      text-align: center;
      font-size: 17px;
      font-weight: 400;
      line-height: 23px;
      color: #354052;
      max-width: 430px;
      margin: 0 auto;
      padding-bottom: 22px; }
      @media screen and (max-width: 500px) {
        .public-feed--sign-up p {
          font-size: 15px; } }
      .public-feed--sign-up p a {
        font-weight: 600;
        color: #75BD96; }
    .public-feed--sign-up .button__style .button__white {
      border: 1px solid #0000001A; }
    .public-feed--sign-up h1 {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px; }
    .public-feed--sign-up.public-feed--about--opt {
      background: transparent;
      min-height: unset; }
      .public-feed--sign-up.public-feed--about--opt p {
        max-width: 670px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center; }
  .public-feed--footer {
    text-align: center;
    padding: 60px 0 20px; }
    .public-feed--footer p {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(53, 64, 82, 0.6);
      margin: 20px 0; }
    .public-feed--footer .fotter--social {
      display: flex;
      align-items: center;
      gap: 5px;
      justify-content: center; }
      .public-feed--footer .fotter--social a {
        background: #ddd;
        width: 26px;
        height: 26px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .public-feed--footer .fotter--social a:hover {
          background: #b11f37; }
        .public-feed--footer .fotter--social a svg {
          width: 16px;
          height: 16px;
          fill: #fff; }
  .public-feed .font-inter > * {
    font-family: "Inter", sans-serif; }

.form-control.min-height-44 {
  min-height: 44px; }

.video--play {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #F4F6F8; }
  .video--play svg {
    width: 7px;
    height: 7px;
    fill: #fff; }

.eng--center--list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 30px;
  list-style: none; }
  .eng--center--list li {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 30px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    @media screen and (min-width: 551px) {
      .eng--center--list li:hover .video--play {
        background: #b11f37; } }
  .eng--center--list--icons {
    background: #F4F6F8;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .eng--center--list--icons svg {
      fill: #354052;
      width: 28px;
      height: 33px; }
  .eng--center--list--name {
    flex: 1;
    padding-top: 15px;
    position: relative; }
    .eng--center--list--name strong {
      font-size: 22px;
      font-weight: 700;
      line-height: 28px; }
    .eng--center--list--name p {
      font-size: 17px;
      font-weight: 400;
      line-height: 23px;
      margin: 0;
      min-height: 110px;
      padding: 0 40px 0 0; }
    .eng--center--list--name .button__wrap {
      justify-content: flex-start;
      margin-top: 10px;
      width: 100%; }
  .eng--center--list--wrap {
    margin-bottom: 5px; }
  @media (max-width: 700px) {
    .eng--center--list.profileedit__list {
      padding: 0 25px; } }
  @media (max-width: 450px) {
    .eng--center--list.profileedit__list {
      gap: 15px; } }
  .eng--center--list.profileedit__list li {
    display: block;
    position: relative;
    padding: 30px 10px; }
    @media (max-width: 450px) {
      .eng--center--list.profileedit__list li {
        gap: 10px;
        display: flex;
        flex: 100%;
        justify-content: center;
        padding: 20px 10px; } }
    .eng--center--list.profileedit__list li .custom--checkbox {
      position: absolute;
      right: 20px;
      top: 20px; }
      .eng--center--list.profileedit__list li .custom--checkbox .form-group label:before {
        border-radius: 15px; }
  .eng--center--list.profileedit__list .profileedit__list--name {
    text-align: center;
    padding-top: 20px; }
  .eng--center--list.profileedit__list strong {
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 650px) {
      .eng--center--list.profileedit__list strong {
        font-size: 18px; } }
    @media (max-width: 350px) {
      .eng--center--list.profileedit__list strong {
        font-size: 16px; } }
  .eng--center--list.profileedit__list p {
    font-size: 18px;
    font-weight: 400;
    min-height: 54px; }
    @media (max-width: 650px) {
      .eng--center--list.profileedit__list p {
        font-size: 16px; } }
    @media (max-width: 350px) {
      .eng--center--list.profileedit__list p {
        font-size: 14px; } }
  .eng--center--list.profileedit__list button {
    margin: 0 auto; }

.engagementcenter .table .user-with-avatar .circle__user__small {
  width: 40px;
  height: 40px;
  border-width: 0px; }

.engagementcenter .table .user-with-avatar img {
  width: 100%;
  height: 100%; }

.engagementcenter .organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table tr td {
  padding: 10px 12px; }

.engagementcenter .organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table .button__style {
  gap: 5px; }
  .engagementcenter .organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table .button__style.tags .btn, .engagementcenter .organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table .button__style.tags .all-wrapper .fc-button, .all-wrapper .engagementcenter .organization__profile__outer.org-v-3 .portfolios--v3 .table__big .table .button__style.tags .fc-button {
    padding: 4px 13px;
    font-size: 10px; }

.search-magnify {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px; }
  .search-magnify svg {
    width: 100%;
    height: 100%;
    fill: #354052; }

.addopt--modal .scroll-data {
  padding-top: 10px; }

.congrats--modal .create__account__step__inner {
  background: transparent;
  padding-bottom: 30px;
  border-radius: 0; }
  .congrats--modal .create__account__step__inner svg {
    margin-bottom: 20px; }
  .congrats--modal .create__account__step__inner h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center; }
  .congrats--modal .create__account__step__inner .user_urlcopy input {
    background: #fff;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #001AFF;
    width: 100%;
    border: 1px solid #eee; }
  .congrats--modal .create__account__step__inner .user_urlcopy .copied {
    position: absolute;
    display: none;
    right: 0;
    top: -23px;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    background: #1e273c; }

.congrats--modal.create--feed .create__account__step__inner {
  padding-bottom: 10px; }

.congrats--modal.create--feed .congrats--modal .create__account__step__inner {
  max-width: 900px; }

.congrats--modal.create--feed .modal-dialog .modal-content .modal-body .element-wrapper__inner {
  padding: 0; }
  .congrats--modal.create--feed .modal-dialog .modal-content .modal-body .element-wrapper__inner .user_urlcopy {
    margin-bottom: 20px; }
  .congrats--modal.create--feed .modal-dialog .modal-content .modal-body .element-wrapper__inner ul li p {
    margin: 0 0 5px; }

.removeopt svg {
  width: 70px;
  height: 64px;
  fill: #B11F35;
  stroke: #B11F35; }

.session--expired {
  background: #F4F6F8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }
  .session--expired--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 636px;
    flex-direction: column;
    text-align: center; }
    .session--expired--inner .button__wrap {
      margin-top: 5px; }
  .session--expired--content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin: 40px 0 20px; }
    @media (max-width: 1250px) {
      .session--expired--content h1 {
        font-size: 34px;
        line-height: 40px; } }
    @media (max-width: 850px) {
      .session--expired--content h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 23px 0 10px; } }
  .session--expired--content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center; }

.user--search--right {
  position: relative;
  top: 20px; }
  @media screen and (max-width: 767px) {
    .user--search--right {
      display: flex;
      justify-content: space-between;
      padding-bottom: 30px; }
      .user--search--right .btn, .user--search--right .all-wrapper .fc-button, .all-wrapper .user--search--right .fc-button {
        order: 2; } }
  .user--search--right .searchdflex {
    width: auto; }

@media screen and (max-width: 767px) {
  #dataTable1_wrapper .dataTables_length {
    text-align: left; } }

.animation-none .element-box, .animation-none .invoice-w, .animation-none .big-error-w {
  animation-name: none; }

.if--pipeline .pipeline {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px; }
  .if--pipeline .pipeline-body {
    min-height: unset; }
  .if--pipeline .pipeline-item {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0px;
    border-radius: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    cursor: move; }

.if--pipeline-v2 .pipeline {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px; }
  .if--pipeline-v2 .pipeline-body {
    min-height: unset; }
  .if--pipeline-v2 .pipeline.white.lined-primary {
    border-top: none;
    border-radius: 0; }
  .if--pipeline-v2 .pipeline.white .pipeline-item:hover {
    border: 1px solid #d1d4e8;
    box-shadow: none; }

.arthaloginforgot {
  margin: 15px 0;
  color: #b11f37; }

.login--with--bottom--outer {
  gap: 10px;
  flex-wrap: wrap; }
  .login--with--bottom--outer .sig {
    position: relative;
    box-sizing: border-box;
    flex: 1; }
    .login--with--bottom--outer .sig a {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #dde2ec;
      color: #000;
      gap: 10px;
      border-radius: 5px;
      padding: 6px 0; }
  .login--with--bottom--outer .ico-wrapper {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    box-sizing: border-box; }
    .login--with--bottom--outer .ico-wrapper .ico {
      width: 100%;
      height: 100%; }
    .login--with--bottom--outer .ico-wrapper.ico-linkedin {
      background-color: #0288d1;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .login--with--bottom--outer .ico-wrapper.ico-linkedin .ico {
        width: 13px;
        height: 13px;
        fill: #fff; }

.login--or {
  margin: 20px 0;
  position: relative;
  text-align: center; }
  .login--or:before {
    background: #dde2ec;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .login--or strong {
    background: #fff;
    color: #3E4B5B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 1; }

.discription-praragrap p {
  color: #000; }

.our--mission-pattern {
  background: url("../img/pattern.svg") no-repeat center bottom;
  background-size: 100%; }

.gii--mission {
  text-align: center;
  padding: 20px 0;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06); }
  .gii--mission--discription {
    margin: 20px 0 0; }
    .gii--mission--discription h2 {
      font-size: 36px;
      font-weight: 600;
      line-height: 40px; }
      @media screen and (max-width: 800px) {
        .gii--mission--discription h2 {
          font-size: 25px;
          line-height: 31px; } }
    .gii--mission--discription p {
      font-size: 20px;
      font-weight: 400;
      margin: 0;
      line-height: 30px; }
      @media screen and (max-width: 800px) {
        .gii--mission--discription p {
          font-size: 15px;
          line-height: 19px; } }

.our--collaborators--list {
  display: flex;
  justify-content: center;
  gap: 50px; }
  @media screen and (max-width: 800px) {
    .our--collaborators--list {
      gap: 20px; } }
  @media screen and (max-width: 600px) {
    .our--collaborators--list {
      flex-wrap: wrap; } }
  .our--collaborators--list--inner {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    min-height: 130px; }

.form-desciption {
  font-size: 16px;
  font-weight: 700; }

.createyourhead a {
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block; }

.view-company-overview .button__style {
  flex-wrap: wrap;
  margin-top: 5px; }

.view-company-overview .modal-dialog {
  max-width: 900px; }

.dynamic--table--width .table {
  width: 100% !important; }

.element-header--subtitle {
  font-size: 18px;
  font-weight: 800; }

.element-header--previous-funding {
  font-size: 15px;
  font-weight: 600; }
  .element-header--previous-funding strong {
    font-weight: 600;
    font-size: 16px; }

.comment--edit .btn, .comment--edit .all-wrapper .fc-button, .all-wrapper .comment--edit .fc-button {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  padding: 4px;
  background: #f6f7f9;
  position: relative;
  top: -3px; }
  .comment--edit .btn::after, .comment--edit .all-wrapper .fc-button::after, .all-wrapper .comment--edit .fc-button::after {
    display: none; }
  .comment--edit .btn svg, .comment--edit .all-wrapper .fc-button svg, .all-wrapper .comment--edit .fc-button svg {
    width: 100%;
    height: 100%;
    fill: #c4c4c4; }

.comment--edit .dropdown-menu .dropdown-item {
  padding: 8px 20px;
  color: #4c4c4c !important;
  transition: all 0.5s ease; }
  .comment--edit .dropdown-menu .dropdown-item:hover {
    padding: 8px 20px 8px 28px; }
  .comment--edit .dropdown-menu .dropdown-item:focus, .comment--edit .dropdown-menu .dropdown-item:active {
    color: #fff; }

.comment__replay {
  padding: 20px 0 0 70px; }
  .comment__replay .comment--user {
    gap: 15px;
    width: 100%; }
    .comment__replay .comment--user + .comment--user {
      margin-top: 10px; }
    .comment__replay .comment--user--inner {
      width: 40px;
      height: 40px; }
    .comment__replay .comment--user--reaction .blocks {
      color: #354052; }
  .comment__replay .comment__inner--right {
    margin-top: 5px;
    flex: 1; }
    .comment__replay .comment__inner--right .comment--area {
      border-radius: 5px;
      background: #F6F7F9;
      padding: 5px 8px;
      gap: 5px; }
      .comment__replay .comment__inner--right .comment--area textarea {
        border: 0;
        outline: 0;
        height: 30px;
        width: 100%;
        background: transparent;
        font-size: 13px;
        font-weight: 400;
        line-height: 25px;
        resize: none; }
      .comment__replay .comment__inner--right .comment--area a {
        display: flex;
        align-self: flex-start;
        padding-top: 10px; }
        .comment__replay .comment__inner--right .comment--area a svg {
          width: 19px;
          height: 18px; }
    .comment__replay .comment__inner--right--bottom .user-sort--info {
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      color: rgba(0, 0, 0, 0.4); }
      .comment__replay .comment__inner--right--bottom .user-sort--info .user--name {
        font-size: 14px;
        font-weight: 700;
        color: #B11F37; }
    .comment__replay .comment__inner--right--info {
      color: #354052;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px; }
      .comment__replay .comment__inner--right--info a {
        font-weight: 700;
        color: #b11f37; }

.comment__inner {
  display: block;
  position: relative; }
  .comment__inner::after {
    position: absolute;
    content: '';
    left: 24px;
    top: 60px;
    width: 1px;
    height: 84%;
    background-color: #dbd4d4; }
  .comment__inner:last-of-type::after {
    display: none; }
  .comment__inner.beforeloadmore::after {
    display: none; }
  .comment__inner + .comment__inner {
    margin-top: 10px; }
  .comment__inner--right {
    margin-top: 10px; }
    .comment__inner--right--bottom {
      gap: 9px; }
    .comment__inner--right span {
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      color: rgba(0, 0, 0, 0.4); }
    .comment__inner--right--bottom {
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      color: #354052; }
      .comment__inner--right--bottom strong, .comment__inner--right--bottom a {
        color: #B11F37;
        font-weight: 700; }

.comment--user {
  display: flex;
  gap: 20px; }
  .comment--user--inner {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #F6F7F9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .comment--user--inner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .comment--user--inner.if--placeholder {
      padding: 10px; }
      .comment--user--inner.if--placeholder img {
        width: 30px;
        height: 30px;
        object-fit: initial; }
    .comment--user--inner svg {
      width: 25px;
      height: 25px;
      object-fit: initial;
      fill: #354052; }
  .comment--user--reaction {
    margin-top: 10px; }
    .comment--user--reaction .blocks {
      background: #F6F7F9;
      border-radius: 40px;
      padding: 4px 15px;
      position: relative; }
      .comment--user--reaction .blocks svg {
        width: 20px;
        height: 20px;
        fill: #354052; }
      .comment--user--reaction .blocks a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        color: #000000; }
        .comment--user--reaction .blocks a.replay {
          color: #354052; }
    .comment--user--reaction--block1 {
      display: flex;
      font-size: 10px;
      font-weight: 600;
      line-height: 12px;
      color: #000000;
      align-items: center;
      gap: 8px; }

.matchmaking__main {
  margin: 10px 0; }
  .matchmaking__main--heading {
    background: #313475;
    border-radius: 4px;
    min-height: 60px;
    gap: 10px;
    margin-bottom: 10px; }
    .matchmaking__main--heading strong {
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      background: #fff;
      border-radius: 15px;
      color: #313475;
      padding: 2px 20px; }
    .matchmaking__main--heading p {
      font-size: 15px;
      font-weight: 600;
      line-height: 18px;
      color: #fff;
      margin: 0; }
      .matchmaking__main--heading p a {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: underline;
        margin-left: 10px; }
  .matchmaking__main .table tbody tr.rTableRow {
    cursor: pointer; }
    .matchmaking__main .table tbody tr.rTableRow.active {
      box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1); }
  .matchmaking__main .table tbody tr td,
  .matchmaking__main .table tbody tr th {
    vertical-align: top;
    min-width: 150px; }
  .matchmaking__main .table tbody tr td.if__button .deal__list--name .table--normal--font--normal {
    font-size: 12px; }
  .matchmaking__main .table tbody tr td .button__style {
    margin-top: 5px;
    align-items: flex-end;
    gap: 10px;
    justify-content: flex-end; }
    .matchmaking__main .table tbody tr td .button__style .btn, .matchmaking__main .table tbody tr td .button__style .all-wrapper .fc-button, .all-wrapper .matchmaking__main .table tbody tr td .button__style .fc-button {
      min-width: unset;
      max-width: unset;
      line-height: normal;
      font-size: 14px;
      white-space: unset;
      word-break: unset;
      font-weight: 400; }
    .matchmaking__main .table tbody tr td .button__style .button__white {
      border: 2px solid #E3E4F0; }
    .matchmaking__main .table tbody tr td .button__style .button__blue {
      color: #FFFFFF;
      min-width: 140px;
      display: flex;
      justify-content: center; }
      .matchmaking__main .table tbody tr td .button__style .button__blue:hover {
        color: #3E4B5B; }
  .matchmaking__main .table tbody:hover {
    box-shadow: none; }
  .matchmaking__main .table .circle__user__small {
    width: 60px;
    height: 60px;
    border: 1px solid #eee; }
    .matchmaking__main .table .circle__user__small svg {
      height: 30px; }
    .matchmaking__main .table .circle__user__small img {
      width: auto;
      height: 30px;
      object-fit: contain;
      border-radius: 0; }
  .matchmaking__main .table.border-spacing-15 {
    border-spacing: 0 15px; }
  .matchmaking__main .table .user-with-avatar span.table--normal--font--14 {
    margin: 0;
    font-weight: 400; }
  .matchmaking__main .table .deal__list--name.if__user {
    margin-left: 10px; }
  .matchmaking__main .table .deal__list--name .table--normal--font--normal {
    color: #354052;
    font-weight: 400; }
  .matchmaking__main .table .deal__list--name h6 {
    line-height: 23px;
    white-space: pre-wrap;
    max-width: 150px;
    display: block; }
    .matchmaking__main .table .deal__list--name h6 .info {
      width: 14px;
      height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .matchmaking__main .table .deal__list--name h6 .info svg {
        width: 100%;
        height: 100%;
        fill: #313475; }
    .matchmaking__main .table .deal__list--name h6.if--tooltip {
      display: flex;
      align-items: center;
      gap: 5px;
      max-width: unset;
      white-space: unset; }
  .matchmaking__main .table .deal__list--name a {
    color: #354052;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
    max-width: 150px;
    display: block; }
  .matchmaking__main .table.no--data .rs-data {
    text-align: center; }
    .matchmaking__main .table.no--data .rs-data--heading--inner p {
      padding-top: 13px;
      font-size: 17px;
      font-weight: 700; }

.matchmaking__tooltip--custom--Class ul {
  padding: 10px 0 0 5px;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px; }
  .matchmaking__tooltip--custom--Class ul li {
    width: 100%; }
    .matchmaking__tooltip--custom--Class ul li strong {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 5px;
      display: block;
      flex: 50%; }
    .matchmaking__tooltip--custom--Class ul li p {
      padding: 0;
      font-size: 12px;
      font-weight: 500;
      margin: 0 0 10px 0;
      flex: 1; }

.matchmaking__tooltip--custom--Class.tooltip .arrow::before {
  border-top-color: #313475; }

.matchmaking__tooltip--custom--Class.tooltip .arrow::before {
  border-bottom-color: #313475; }

.matchmaking__tooltip--custom--Class.tooltip .tooltip-inner {
  background: #313475;
  box-shadow: 0px 4px 20px rgba(51, 153, 255, 0.25);
  max-width: 400px;
  min-width: 400px;
  text-align: left; }

.matchmaking__tooltip--content--header {
  display: flex;
  justify-content: space-between;
  gap: 10px; }

.matchmaking__tooltip--content--inner {
  display: flex;
  justify-content: space-between;
  gap: 10px; }

.matchmaking__tooltip--arthaTheam p {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  margin: 0; }

.matchmaking__tooltip--arthaTheam.tooltip .arrow::before {
  border-top-color: #b11f37; }

.matchmaking__tooltip--arthaTheam.tooltip .arrow::before {
  border-bottom-color: #b11f37; }

.matchmaking__tooltip--arthaTheam.tooltip .tooltip-inner {
  background: #b11f37;
  box-shadow: 0px 4px 20px rgba(51, 153, 255, 0.25);
  max-width: 400px;
  min-width: 400px;
  text-align: left; }

.modal-open .menu-side .content-w {
  width: 100%; }

.if__is__hidden {
  row-gap: 10px; }
  .if__is__hidden.user-with-avatar span {
    width: 112px; }
    @media screen and (max-width: 1450px) {
      .if__is__hidden.user-with-avatar span {
        width: 80px; } }
  .if__is__hidden.user-with-avatar .circle__img {
    width: 40px;
    height: 40px; }
    .if__is__hidden.user-with-avatar .circle__img.if--placeholder img {
      width: 26px;
      height: 26px;
      border-radius: unset; }

.table .user-with-avatar .is__hidden--outer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .table .user-with-avatar .is__hidden--outer span.companyname__is__hidden {
    margin: 0; }

.table.table-padded tbody .rs-data td {
  background: transparent; }

.table.table-padded tbody .rs-data:hover {
  box-shadow: none; }

.table.table-padded tbody .rs-data table {
  width: 100%; }
  .table.table-padded tbody .rs-data table + table {
    margin-top: 20px; }
  .table.table-padded tbody .rs-data table tbody:hover {
    box-shadow: none; }
  .table.table-padded tbody .rs-data table tr:hover {
    box-shadow: none; }

.table.table-padded tbody .rs-data td.rs-data--heading {
  padding: 10px 0 10px 90px;
  position: relative; }
  .table.table-padded tbody .rs-data td.rs-data--heading::before {
    position: absolute;
    content: '';
    left: 45px; }
  .table.table-padded tbody .rs-data td.rs-data--heading::before {
    top: 0;
    width: 2px;
    height: calc(100% - 60px);
    background-color: #DCDDDF; }
  .table.table-padded tbody .rs-data td.rs-data--heading .element-wrapper {
    padding-bottom: 0; }
    .table.table-padded tbody .rs-data td.rs-data--heading .element-wrapper .element-header {
      font-size: 20px;
      line-height: 26px; }
  .table.table-padded tbody .rs-data td.rs-data--heading--inner {
    padding: 0; }
  .table.table-padded tbody .rs-data td.rs-data--heading .no--data .rs-data--heading::before {
    content: none; }

.table.table-padded tbody .rs-data--inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
  .table.table-padded tbody .rs-data--inner td {
    background-color: #fff;
    border: 0;
    position: relative;
    min-width: unset; }
    .table.table-padded tbody .rs-data--inner td:first-child::after {
      position: absolute;
      content: '';
      left: -45px;
      width: 30px;
      height: 20px;
      bottom: 31px;
      background: url("/img/arrow__curve.svg") no-repeat left; }
    .table.table-padded tbody .rs-data--inner td.sdg--data .deal__list--name h6 {
      width: unset;
      max-width: unset; }

.rs-data {
  display: none;
  border-bottom: 1px solid #eee; }
  .rs-data.d-tbl-block {
    display: table-row; }
  .rs-data .dtarow {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 10px; }
    .rs-data .dtarow:last-child {
      border-bottom: 0; }
    .rs-data .dtarow .swiperratin_rit img {
      position: relative;
      top: -2px;
      margin-left: 2px; }
  .rs-data .rsdt_rs .rsvdnam {
    display: flex;
    align-items: center; }
    .rs-data .rsdt_rs .rsvdnam img {
      margin-left: 4px; }

.table.table-lightfont td {
  max-width: 200px; }

.trigger--social {
  position: absolute;
  top: -39px;
  left: -19px;
  right: 0;
  width: 87px;
  display: none;
  box-shadow: 0px 1px 12px 0px #00000029;
  background: #fff;
  padding: 7px 0;
  border-radius: 20px;
  margin: 0; }
  .trigger--social::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    top: auto;
    bottom: -8px;
    right: 0;
    left: 0;
    margin: auto; }

.checkbox label {
  font-size: 12px;
  font-weight: 600;
  margin: 0; }

.textarea-row textarea {
  min-height: 180px; }

.textarea-row-v2 textarea {
  min-height: 100px; }

.testimonials--list {
  margin-top: 20px; }
  .testimonials--list ul {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 0; }
    .testimonials--list ul li {
      position: relative;
      flex: 1; }
  .testimonials--list--inner {
    border-radius: 4px;
    background: #F4F6F8;
    padding: 20px; }
    .testimonials--list--inner .user {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      overflow: hidden;
      background: #ffff; }
      .testimonials--list--inner .user svg {
        width: 48px;
        height: 48px; }
      .testimonials--list--inner .user img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .testimonials--list--content {
    flex: 1; }
    .testimonials--list--content h3 {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      color: #354052; }
    .testimonials--list--content p {
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      color: #354052; }

.textarea_div_custom .button__eq {
  cursor: pointer; }

.uploaded--images .email__designer__wrap {
  margin: 0;
  max-width: unset;
  padding-bottom: 0; }
  .uploaded--images .email__designer__wrap .team__members__image {
    width: unset;
    height: 100%;
    background: #ccd2d7;
    border-radius: 5px;
    margin: 0; }
  .uploaded--images .email__designer__wrap .team__members__detail {
    height: 100%; }
  .uploaded--images .email__designer__wrap .team__members__list li {
    min-height: 100px; }

.uploaded--images .close__user {
  background: #fff; }
  .uploaded--images .close__user svg {
    fill: #000; }

.element-box--padding {
  padding: 1.5rem 2rem;
  border-radius: 6px; }

.flex__wrap--input {
  display: flex;
  gap: 20px; }

.flex__wrap--group {
  flex: 1; }

.custome-checkbox--normal .color--right .form-control[type="checkbox"] {
  width: 48px;
  height: 36px; }

.custome-checkbox--normal .color--right .input-group--color input {
  padding: 0;
  width: 48px;
  height: 36px;
  outline: 0;
  border: 2px solid #dde2ec; }

.bg__light--gray {
  background: #FCFDFF; }

.business-highlights.scroll-data {
  max-height: 280px; }

.button--right {
  width: 100%; }
  .button--right .btn, .button--right .all-wrapper .fc-button, .all-wrapper .button--right .fc-button {
    width: 100%; }
  .button--right--img {
    position: relative; }
    .button--right--img--inner {
      overflow: hidden;
      border-radius: 4px;
      height: 37px; }
      .button--right--img--inner img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

.ai {
  flex-basis: 550px; }
  @media screen and (max-width: 1000px) {
    .ai {
      flex-basis: 500px; } }
  @media screen and (max-width: 800px) {
    .ai {
      flex-basis: 400px; } }
  @media screen and (max-width: 700px) {
    .ai {
      flex-basis: auto; } }
  .ai__info {
    flex: 1; }
    .ai__info--heading {
      padding: 8px 0 4px;
      gap: 5px; }
      .ai__info--heading strong {
        font-size: 18px;
        font-weight: 600;
        line-height: 17px;
        margin: 0; }
      .ai__info--heading .date {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
        line-height: 18px; }
  @media screen and (max-width: 700px) {
    .ai--outer {
      flex-wrap: wrap; } }
  .ai__qu {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap; }
    .ai__qu p {
      font-size: 14px;
      font-weight: 600;
      line-height: 17px;
      margin: 0; }
    .ai__qu.ai__qu--ans {
      background: #F4F6F8;
      border-radius: 10px;
      align-items: flex-start;
      padding: 25px 15px;
      margin: 15px 0; }
      .ai__qu.ai__qu--ans p {
        font-weight: 400;
        flex: 1;
        line-height: 20px; }
      .ai__qu.ai__qu--ans .ai__user {
        background: #fff;
        color: #b11f37;
        border: 0; }
    .ai__qu--type {
      box-shadow: 0px 10px 25px 0px #00000012;
      border: 1px solid #F2F2F2;
      border-radius: 10px;
      padding: 15px 20px; }
      .ai__qu--type--inner {
        display: flex;
        align-items: center;
        gap: 10px;
        /* FF 4-18 */
        /* FF 19+ */
        /* IE 10+ */ }
        .ai__qu--type--inner span {
          font-size: 14px;
          color: #AEB7C7; }
        .ai__qu--type--inner input {
          outline: 0;
          border: 0;
          font-size: 14px;
          color: #354052;
          flex: 1; }
        .ai__qu--type--inner input:focus::-webkit-input-placeholder {
          color: transparent; }
        .ai__qu--type--inner input:focus:-moz-placeholder {
          color: transparent; }
        .ai__qu--type--inner input:focus::-moz-placeholder {
          color: transparent; }
        .ai__qu--type--inner input:focus:-ms-input-placeholder {
          color: transparent; }
        .ai__qu--type--inner .question--click {
          outline: 0;
          border: 0;
          background: transparent;
          padding: 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-left: auto; }
          .ai__qu--type--inner .question--click svg {
            width: 18px;
            height: 18px;
            fill: #75BD96; }
  .ai__user {
    width: 30px;
    height: 30px;
    background-color: rgba(177, 31, 55, 0.8);
    border: 2px solid rgba(177, 31, 55, 0.9);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 50%;
    display: flex;
    align-self: flex-start;
    justify-content: center;
    overflow: hidden; }
    .ai__user--inner {
      display: flex;
      align-items: center;
      justify-content: center; }
    .ai__user img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ai__simple--qu {
    flex: 1; }
    .ai__simple--qu h2 {
      font-size: 24px;
      font-weight: 700;
      line-height: 40px;
      color: #576370; }
    .ai__simple--qu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .ai__simple--qu ul li {
        border-radius: 10px;
        background: #F4F6F8;
        border: 1px solid #F4F6F8;
        transition: all 0.5s ease; }
        .ai__simple--qu ul li a {
          padding: 15px 20px;
          display: block; }
        .ai__simple--qu ul li span {
          font-size: 15px;
          font-weight: 600;
          line-height: 21px;
          color: #474B4E; }
        .ai__simple--qu ul li + li {
          margin-top: 15px; }
        .ai__simple--qu ul li:hover {
          background: #fff;
          box-shadow: 0px 10px 25px 0px #00000012;
          border: 1px solid #F2F2F2; }
          .ai__simple--qu ul li:hover span {
            color: #75BD96; }

.comment--message {
  background: #fff;
  padding: 15px; }
  .comment--message::after {
    left: 40px;
    top: 64px; }

.sector_Acceleration_and_Incubation {
  background: #f7971e;
  color: #fff; }

.sector_Other {
  background: #cbceff;
  color: #000; }

.sector_Waste {
  background: #ff98a8;
  color: #000; }

.sector_Pollution {
  background: #2ed8c1;
  color: #fff; }

.sector_Climate {
  background: #8fd112;
  color: #fff; }

.sector_Education {
  background: #f8ccff;
  color: #000; }

.sector_Land {
  background: #ff8cb5;
  color: #fff; }

.sector_Agriculture {
  background: #dbe75c;
  color: #000; }

.sector_Employment_Livelihoods_creation {
  background: #84c6e0;
  color: #000; }

.sector_Infrastructure {
  background: #f7971e;
  color: #fff; }

.sector_Real_estate {
  background: #84e099;
  color: #000; }

.sector_Financial_services {
  background: #f7971e;
  color: #000; }

.sector_Biodiversity_ecosystems {
  background: #f7971e;
  color: #000; }

.sector_Oceans_coastal_zones {
  background: #f7971e;
  color: #000; }

.sector_Water {
  background: #f7971e;
  color: #000; }

.sector_Diversity_inclusion {
  background: #f7971e;
  color: #000; }

.sector_Health {
  background: #f7971e;
  color: #000; }

.sector_Energy {
  background: #f7971e;
  color: #000; }

.sector_Air {
  background: #b11f37;
  color: #fff; }

.fancy-selector-option {
  background: #3399ff;
  color: #fff; }

.skills__list li {
  display: flex;
  align-items: center; }
  @media (max-width: 350px) {
    .skills__list li {
      flex-wrap: wrap; } }
  .skills__list li + li {
    margin-top: 15px; }

.skills__list--image {
  flex-basis: 110px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 350px) {
    .skills__list--image {
      margin-bottom: 10px;
      justify-content: flex-start; } }

.skills__list__progress {
  background: rgba(124, 244, 197, 0.5);
  box-sizing: border-box;
  border-radius: 8px;
  height: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  max-width: 330px;
  flex: auto;
  margin: 0 auto; }
  @media (max-width: 350px) {
    .skills__list__progress {
      flex: 65%; } }
  .skills__list__progress--rate {
    background: #11d187;
    background: linear-gradient(90deg, #11d187 0%, #11d187 100%);
    border-radius: 4px;
    height: 100%;
    animation: load 3s 0s;
    -webkit-animation: load 3s 0s;
    -moz-animation: load 3s 0s;
    -o-animation: load 3s 0s; }
  .skills__list__progress strong {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(15, 20, 34, 0.8); }
    @media (max-width: 1450px) {
      .skills__list__progress strong {
        font-size: 20px; } }
    @media (max-width: 400px) {
      .skills__list__progress strong {
        font-size: 16px;
        line-height: 22px; } }

.innovate--outer .btn, .innovate--outer .all-wrapper .fc-button, .all-wrapper .innovate--outer .fc-button {
  min-height: 56px;
  border-radius: 100px;
  transition: all 0.5s ease-in; }

.innovate--bg {
  background: url("/images/innovate-food/innovatebg.svg") repeat center;
  background-size: cover; }

.innovate--marginTop {
  margin-top: 50px; }

.innovate--co--invest {
  background: url("/images/innovate-food/co-invest.svg") no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  border-radius: 60px 60px 0 0; }
  .innovate--co--invest--wrap {
    justify-content: space-between;
    margin-top: 60px; }
    .innovate--co--invest--wrap ul {
      padding: 50px 0 0 0; }
      .innovate--co--invest--wrap ul li {
        font-size: 24px;
        color: #000;
        position: relative;
        list-style: none;
        transition: all 0.5s ease-in-out;
        padding: 20px 20px 20px 30px;
        border-radius: 100px; }
        .innovate--co--invest--wrap ul li::before {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 10px;
          font-size: 15px;
          background: #000; }
        .innovate--co--invest--wrap ul li:hover {
          background-color: #2142FF;
          color: #fff;
          padding-left: 45px; }
          .innovate--co--invest--wrap ul li:hover::before {
            background: #fff;
            left: 25px; }
  .innovate--co--invest--content {
    max-width: 670px;
    background: url("/images/innovate-food/share-documents.svg") no-repeat center;
    background-color: #F8FFFF;
    background-size: cover;
    border-radius: 40px;
    padding: 50px 100px; }
    .innovate--co--invest--content strong {
      font-size: 40px;
      color: #000000;
      display: block;
      margin-bottom: 20px; }
    .innovate--co--invest--content p {
      font-size: 20px;
      line-height: 35px;
      margin: 0;
      color: #000000; }
  .innovate--co--invest--img {
    border-radius: 50px;
    overflow: hidden;
    margin-top: 130px; }

.innovate--main {
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 1175px) {
    .innovate--main {
      padding: 0 20px; } }

.innovate--menu {
  padding: 35px 0; }
  .innovate--menu--right {
    gap: 45px; }
    .innovate--menu--right ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      gap: 45px; }
      .innovate--menu--right ul li a {
        color: #000;
        font-size: 15px; }

.innovate--login a {
  color: #000;
  font-size: 14px; }
  .innovate--login a.signup {
    min-width: 100px;
    min-height: 40px;
    background: #fff;
    border-radius: 50px; }

.innovate--button {
  margin-top: 30px; }
  .innovate--button button {
    font-weight: 400; }
    .innovate--button button.button__white {
      box-shadow: 0px 0px 4px #bdbdbd; }
  .innovate--button .btn, .innovate--button .all-wrapper .fc-button, .all-wrapper .innovate--button .fc-button {
    border-radius: 50px; }

.innovate--banner .innovate--main {
  width: calc(1170px - -19vw);
  max-width: unset;
  margin: 0 0 0 auto;
  justify-content: space-between; }

.innovate--banner-left {
  max-width: 602px;
  min-width: 602px;
  padding-top: 100px; }
  .innovate--banner-left h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 76px;
    color: #000;
    margin-bottom: 35px; }
  .innovate--banner-left p {
    font-size: 20px;
    line-height: 33px;
    color: #000;
    max-width: 500px;
    font-weight: 400; }

.innovate--video {
  margin-top: 50px;
  position: relative; }
  .innovate--video::before {
    content: '';
    left: 0;
    right: 40px;
    margin: auto;
    bottom: -145px;
    width: 1097px;
    height: 896px;
    position: absolute;
    background: url("/images/innovate-food/video-bg.svg") no-repeat center bottom;
    background-size: cover; }
  .innovate--video h2 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    color: #000; }
    .innovate--video h2 span {
      color: #2142FF; }
  .innovate--video .block-video {
    position: relative;
    max-width: 892px;
    margin: 0 auto; }
    .innovate--video .block-video .popup-wrapper {
      border-radius: 20px;
      overflow: hidden; }
    .innovate--video .block-video img {
      width: 100%; }
    .innovate--video .block-video .icon-popup {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--sala-alway-white, #fff);
      color: var(--sala-primary-navy, #0057fc); }
      .innovate--video .block-video .icon-popup i {
        display: flex;
        align-items: center; }
      .innovate--video .block-video .icon-popup.background-navy {
        background-color: var(--sala-primary-navy, #0057fc); }
        .innovate--video .block-video .icon-popup.background-navy:after, .innovate--video .block-video .icon-popup.background-navy:before {
          background: var(--sala-primary-navy, #0057fc); }
        .innovate--video .block-video .icon-popup.background-navy i {
          color: var(--sala-alway-white, #fff); }
      .innovate--video .block-video .icon-popup.size-m {
        width: 64px;
        height: 64px; }
        .innovate--video .block-video .icon-popup.size-m i {
          font-size: 36px; }
      .innovate--video .block-video .icon-popup:before {
        opacity: .8;
        animation: ripple-1 2s ease-in-out infinite; }
      .innovate--video .block-video .icon-popup:after, .innovate--video .block-video .icon-popup:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        background: var(--sala-alway-white, #fff);
        z-index: -1; }
      .innovate--video .block-video .icon-popup:after {
        opacity: .6;
        animation: ripple-2 2s ease-in-out infinite;
        animation-delay: 0s;
        animation-delay: .5s; }
      .innovate--video .block-video .icon-popup .la-play svg {
        fill: #fff;
        width: 20px;
        height: 20px; }

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.7);
    opacity: 0; } }

.innovate--gloab {
  margin-top: 100px;
  justify-content: space-between; }
  .innovate--gloab--right {
    max-width: 590px; }
    .innovate--gloab--right--inner h3 {
      font-size: 60px;
      color: #000;
      font-weight: 400;
      line-height: 66px; }
    .innovate--gloab--right--inner p {
      font-size: 20px;
      line-height: 34px;
      color: #000; }
    .innovate--gloab--right .innovate--button .btn, .innovate--gloab--right .innovate--button .all-wrapper .fc-button, .all-wrapper .innovate--gloab--right .innovate--button .fc-button {
      min-width: 170px; }

.innovate--join {
  background-color: #fff;
  border-radius: 24px;
  min-height: 130px;
  justify-content: space-between;
  margin: 25px 0; }
  .innovate--join--block {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EAF5FF; }
    .innovate--join--block--inner {
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
    .innovate--join--block:last-child {
      border: 0; }
    .innovate--join--block span {
      font-size: 14px;
      color: #000; }
    .innovate--join--block strong {
      font-size: 50px;
      color: #000;
      line-height: normal; }
    .innovate--join--block:hover span, .innovate--join--block:hover strong {
      color: #2142FF; }

.innovate--latet--investment {
  margin-top: 60px; }
  .innovate--latet--investment__wrap {
    overflow: hidden; }
  .innovate--latet--investment--img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 222px; }
    .innovate--latet--investment--img a {
      display: block;
      height: 100%; }
    .innovate--latet--investment--img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .innovate--latet--investment--content {
    padding: 35px 35px 30px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    top: -20px; }
    .innovate--latet--investment--content:hover h6 {
      color: #2142FF; }
    .innovate--latet--investment--content:hover p {
      color: #000; }
    .innovate--latet--investment--content h6 {
      font-size: 50px;
      line-height: normal;
      color: #000; }
    .innovate--latet--investment--content p {
      font-size: 17px;
      line-height: 23px;
      color: #5A6B84;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .innovate--latet--investment ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    .innovate--latet--investment ul li {
      flex: 1; }

.innovate--heading {
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  text-align: center;
  margin-bottom: 30px; }
  .innovate--heading--outer {
    margin-bottom: 60px;
    text-align: center; }
    .innovate--heading--outer .innovate--heading {
      margin-bottom: 10px; }
    .innovate--heading--outer span {
      font-size: 20px;
      color: #000;
      max-width: 620px;
      display: inline-block; }

.innovate--user a {
  gap: 10px; }

.innovate--user--img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }
  .innovate--user--img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.innovate--user span {
  font-size: 20px;
  font-weight: 400;
  color: #000; }

.innovate--currentopt {
  margin-top: 30px; }

.innovate--secure {
  background-color: #0066F3;
  position: relative;
  border-radius: 60px;
  min-height: 444px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center; }
  .innovate--secure h1 {
    font-size: 60px;
    color: #fff;
    line-height: normal; }
  .innovate--secure p {
    font-size: 30px;
    color: #fff; }
  .innovate--secure .button__white {
    min-height: 56px;
    min-width: 170px;
    border-radius: 100px; }
  .innovate--secure::after {
    position: absolute;
    content: '';
    left: 15px;
    top: 12px;
    width: 248px;
    height: 248px;
    background: url("/images/innovate-food/secure-bg.svg") no-repeat center;
    background-size: cover; }
  .innovate--secure--outer.innovate--marginTop {
    margin-top: 130px; }

.innovate--work--with {
  padding: 0;
  background: url("/images/innovate-food/workwithus_bg.svg") no-repeat center;
  background-size: cover; }
  .innovate--work--with.innovate--marginTop {
    margin-top: 130px; }
  .innovate--work--with .innovate--banner-left {
    padding: 100px 0 0 100px; }
    .innovate--work--with .innovate--banner-left h1 {
      font-size: 60px;
      line-height: normal;
      margin: 0; }
    .innovate--work--with .innovate--banner-left p {
      margin: 20px 0 30px; }
    .innovate--work--with .innovate--banner-left .btn, .innovate--work--with .innovate--banner-left .all-wrapper .fc-button, .all-wrapper .innovate--work--with .innovate--banner-left .fc-button {
      min-width: 180px; }

.innovate--join--impact.innovate--marginTop {
  margin-top: 130px; }

.innovate--join--impact .innovate--main {
  position: relative; }

.innovate--join--impact--content {
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center; }
  .innovate--join--impact--content--inner {
    position: relative;
    top: -40px;
    max-width: 550px; }
    .innovate--join--impact--content--inner h1 {
      font-size: 60px;
      line-height: normal;
      color: #fff; }
    .innovate--join--impact--content--inner p {
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      max-width: 498px;
      margin: 20px 0 30px; }
    .innovate--join--impact--content--inner .btn, .innovate--join--impact--content--inner .all-wrapper .fc-button, .all-wrapper .innovate--join--impact--content--inner .fc-button {
      min-width: 150px; }
      @media all and (min-width: 521px) {
        .innovate--join--impact--content--inner .btn:hover, .innovate--join--impact--content--inner .all-wrapper .fc-button:hover, .all-wrapper .innovate--join--impact--content--inner .fc-button:hover {
          background: #2142FF;
          color: #fff; } }
  .innovate--join--impact--content--img {
    border-radius: 50px;
    overflow: hidden; }

.innovate--current--opt.innovate--marginTop {
  margin-top: 130px; }

.innovate--current--opt .innovate--heading--main {
  margin-bottom: 30px; }
  .innovate--current--opt .innovate--heading--main .innovate--heading {
    max-width: 540px;
    margin-bottom: 0px;
    text-align: left; }

.innovate--current--opt .explore__current__swiper {
  position: relative; }
  .innovate--current--opt .explore__current__swiper .swiper-button-prev,
  .innovate--current--opt .explore__current__swiper .swiper-button-next {
    position: absolute;
    top: -88px;
    right: 0; }
  .innovate--current--opt .explore__current__swiper .swiper-button-prev {
    left: auto;
    right: 80px; }
  .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-next,
  .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: #0053E5; }
    .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-next svg,
    .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-prev svg {
      width: 20px;
      height: 13px;
      fill: #fff; }
    .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-next.swiper-button-disabled,
    .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-prev.swiper-button-disabled {
      background: #FFFFFF;
      opacity: 1; }
      .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-next.swiper-button-disabled svg,
      .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-prev.swiper-button-disabled svg {
        fill: rgba(0, 0, 0, 0.2); }
  .innovate--current--opt .explore__current__swiper.swiper--arrow--white .swiper-button-prev svg {
    transform: rotate(179deg); }

.innovate--current--opt .investor__dashboard__list .swiper-slide {
  max-width: 370px; }
  .innovate--current--opt .investor__dashboard__list .swiper-slide .element-box, .innovate--current--opt .investor__dashboard__list .swiper-slide .invoice-w, .innovate--current--opt .investor__dashboard__list .swiper-slide .big-error-w {
    border-radius: 20px;
    height: 500px;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .innovate--current--opt .investor__dashboard__list .swiper-slide .element-box:hover .investor__title__for__logo__top, .innovate--current--opt .investor__dashboard__list .swiper-slide .invoice-w:hover .investor__title__for__logo__top, .innovate--current--opt .investor__dashboard__list .swiper-slide .big-error-w:hover .investor__title__for__logo__top {
      color: #2142FF; }
    .innovate--current--opt .investor__dashboard__list .swiper-slide .element-box:hover .investor__dashboard__list__image, .innovate--current--opt .investor__dashboard__list .swiper-slide .invoice-w:hover .investor__dashboard__list__image, .innovate--current--opt .investor__dashboard__list .swiper-slide .big-error-w:hover .investor__dashboard__list__image {
      max-height: 160px;
      min-height: 160px; }
    .innovate--current--opt .investor__dashboard__list .swiper-slide .element-box:hover .investor__dashboard__list__content, .innovate--current--opt .investor__dashboard__list .swiper-slide .invoice-w:hover .investor__dashboard__list__content, .innovate--current--opt .investor__dashboard__list .swiper-slide .big-error-w:hover .investor__dashboard__list__content {
      height: calc(100% - 160px);
      border-radius: 20px;
      position: relative;
      top: -20px; }
    .innovate--current--opt .investor__dashboard__list .swiper-slide .element-box:hover .investor__dashboard__list__content__inner, .innovate--current--opt .investor__dashboard__list .swiper-slide .invoice-w:hover .investor__dashboard__list__content__inner, .innovate--current--opt .investor__dashboard__list .swiper-slide .big-error-w:hover .investor__dashboard__list__content__inner {
      height: 0;
      opacity: 0; }
    .innovate--current--opt .investor__dashboard__list .swiper-slide .element-box:hover .investor__dashboard__list__content__hover, .innovate--current--opt .investor__dashboard__list .swiper-slide .invoice-w:hover .investor__dashboard__list__content__hover, .innovate--current--opt .investor__dashboard__list .swiper-slide .big-error-w:hover .investor__dashboard__list__content__hover {
      display: block;
      transform: translate3d(0, 0%, 0); }

.innovate--current--opt .investor__dashboard__list__image {
  max-height: 220px;
  min-height: 220px; }

.innovate--current--opt .investor__dashboard__list__content {
  height: calc(100% - 220px);
  background: #fff; }
  .innovate--current--opt .investor__dashboard__list__content__outer {
    height: calc(100% - 61px); }
  .innovate--current--opt .investor__dashboard__list__content__inner {
    height: 100%; }
  .innovate--current--opt .investor__dashboard__list__content .circle__img {
    width: 80px;
    height: 80px;
    left: 22px; }
  .innovate--current--opt .investor__dashboard__list__content .investor__title__for__logo__top, .innovate--current--opt .investor__dashboard__list__content .investor__title__for__logo strong {
    margin: 40px 0 10px 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    max-width: 100%; }
  .innovate--current--opt .investor__dashboard__list__content p {
    font-size: 17px;
    color: #5A6B84; }
  .innovate--current--opt .investor__dashboard__list__content .slag {
    margin-top: 30px;
    flex-wrap: wrap; }
    .innovate--current--opt .investor__dashboard__list__content .slag .btn, .innovate--current--opt .investor__dashboard__list__content .slag .all-wrapper .fc-button, .all-wrapper .innovate--current--opt .investor__dashboard__list__content .slag .fc-button {
      min-height: 30px;
      padding: 6px 15px;
      font-size: 14px; }
      .innovate--current--opt .investor__dashboard__list__content .slag .btn.color1, .innovate--current--opt .investor__dashboard__list__content .slag .all-wrapper .color1.fc-button, .all-wrapper .innovate--current--opt .investor__dashboard__list__content .slag .color1.fc-button {
        background-color: #FEF5DF; }
      .innovate--current--opt .investor__dashboard__list__content .slag .btn.color2, .innovate--current--opt .investor__dashboard__list__content .slag .all-wrapper .color2.fc-button, .all-wrapper .innovate--current--opt .investor__dashboard__list__content .slag .color2.fc-button {
        background-color: #E4FBFA; }
      .innovate--current--opt .investor__dashboard__list__content .slag .btn.color3, .innovate--current--opt .investor__dashboard__list__content .slag .all-wrapper .color3.fc-button, .all-wrapper .innovate--current--opt .investor__dashboard__list__content .slag .color3.fc-button {
        background-color: #FCE5EF; }
  .innovate--current--opt .investor__dashboard__list__content__hover__outer__inner label {
    font-size: 17px;
    color: #000;
    margin: 0; }
  .innovate--current--opt .investor__dashboard__list__content__hover .slag {
    margin: 0; }
    .innovate--current--opt .investor__dashboard__list__content__hover .slag .btn, .innovate--current--opt .investor__dashboard__list__content__hover .slag .all-wrapper .fc-button, .all-wrapper .innovate--current--opt .investor__dashboard__list__content__hover .slag .fc-button {
      font-size: 12px; }
  .innovate--current--opt .investor__dashboard__list__content__hover .sds {
    position: absolute;
    bottom: 20px;
    margin: 0; }
    .innovate--current--opt .investor__dashboard__list__content__hover .sds__inner {
      overflow: hidden;
      border-radius: 4px; }

.innovate--our--partner.innovate--marginTop {
  margin-top: 130px; }

.innovate--our--partner ul {
  padding: 20px 0;
  margin: 0;
  list-style: none; }
  .innovate--our--partner ul li {
    display: flex;
    gap: 20px;
    justify-content: center; }
    .innovate--our--partner ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 200px;
      height: 160px;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      transition: all 0.5s ease-in-out; }
      @media all and (min-width: 521px) {
        .innovate--our--partner ul li a:hover {
          box-shadow: 1px 2px 4px #c7c7c7; } }

.innovate--our--partner--inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px; }
  .innovate--our--partner--inner:last-child {
    justify-content: flex-end; }

.innovate--our--focus {
  position: relative; }
  .innovate--our--focus.innovate--marginTop {
    margin-top: 130px; }
  .innovate--our--focus::after, .innovate--our--focus::before {
    position: absolute;
    content: '';
    z-index: -1; }
  .innovate--our--focus::before {
    left: 0;
    right: 0;
    margin: auto;
    top: -105px;
    width: 100%;
    height: 673px;
    background: url("/images/innovate-food/our-focus_top.svg") no-repeat center top;
    background-size: cover;
    opacity: 0.6; }
  .innovate--our--focus::after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -278px;
    width: 100%;
    height: 100%;
    background: url("/images/innovate-food/our-focus_bottom.svg") no-repeat center bottom;
    background-size: cover; }
  .innovate--our--focus--list {
    display: flex;
    flex-wrap: wrap; }
    .innovate--our--focus--list--row1 {
      display: flex;
      flex: 1; }
      @media all and (max-width: 1120px) {
        .innovate--our--focus--list--row1 {
          flex-wrap: wrap; } }
      .innovate--our--focus--list--row1 > div {
        flex: 1;
        flex-basis: 390px; }
      .innovate--our--focus--list--row1--imgouter {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
        .innovate--our--focus--list--row1--imgouter.color1 {
          background-color: #F03061;
          border-radius: 10px 0 0 0; }
        .innovate--our--focus--list--row1--imgouter.color2 {
          background-color: #8757D6;
          border-radius: 0 0 0 10px; }
        .innovate--our--focus--list--row1--imgouter.color3 {
          background-color: #57D6CB;
          border-radius: 0 10px 0 0; }
        .innovate--our--focus--list--row1--imgouter.color4 {
          background-color: #F7C6DC;
          border-radius: 0 0 10px 0; }
      .innovate--our--focus--list--row1--img {
        width: 210px;
        height: 210px;
        border-radius: 50%;
        overflow: hidden; }
      .innovate--our--focus--list--row1--content {
        background-color: #FFF5F5;
        min-height: 300px;
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .innovate--our--focus--list--row1--content strong {
          font-size: 40px;
          color: #000; }
        .innovate--our--focus--list--row1--content p {
          font-size: 20px;
          line-height: 26px;
          margin: 5px 0 15px;
          color: #000; }
        .innovate--our--focus--list--row1--content.middle {
          background: #2142FF;
          text-align: center;
          align-items: center; }
          .innovate--our--focus--list--row1--content.middle strong {
            color: #fff; }
          .innovate--our--focus--list--row1--content.middle p {
            color: #fff; }
        .innovate--our--focus--list--row1--content .btn, .innovate--our--focus--list--row1--content .all-wrapper .fc-button, .all-wrapper .innovate--our--focus--list--row1--content .fc-button {
          min-width: 100px;
          min-height: 40px; }
          @media all and (min-width: 521px) {
            .innovate--our--focus--list--row1--content .btn:hover, .innovate--our--focus--list--row1--content .all-wrapper .fc-button:hover, .all-wrapper .innovate--our--focus--list--row1--content .fc-button:hover {
              background: #2142FF;
              color: #fff; } }

.innovate--frequently--bg {
  background: url("/images/innovate-food/faq.svg") no-repeat center;
  background-size: cover;
  border-radius: 60px 60px 0 0; }

.innovate--frequently--outer {
  position: relative;
  padding: 110px 0; }

.innovate--frequently.innovate--marginTop {
  margin-top: 130px; }

.innovate--frequently .accordion {
  margin: 0 auto;
  max-width: 900px; }

.innovate--frequently .card {
  border: 0; }
  .innovate--frequently .card:first-child .btn-header-link {
    border-top: 1px solid #EAEAEB; }
  .innovate--frequently .card .card-header {
    border: 0;
    padding: 0; }
    .innovate--frequently .card .card-header .btn-header-link {
      color: #2142FF;
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 20px 40px;
      font-size: 20px;
      text-align: left;
      font-weight: 600; }
      .innovate--frequently .card .card-header .btn-header-link span {
        background: #2142FF;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px; }
      .innovate--frequently .card .card-header .btn-header-link:after {
        margin-left: auto;
        content: "";
        width: 20px;
        height: 20px;
        background: url("/images/innovate-food/arrow-up.svg") no-repeat center; }
      .innovate--frequently .card .card-header .btn-header-link.collapsed {
        color: #000;
        font-size: 20px;
        border-bottom: 1px solid #EAEAEB; }
        .innovate--frequently .card .card-header .btn-header-link.collapsed span {
          color: #000;
          background: #dff0fb; }
        .innovate--frequently .card .card-header .btn-header-link.collapsed:after {
          background: url("/images/innovate-food/arrow-down.svg") no-repeat center; }
  .innovate--frequently .card .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease; }
  .innovate--frequently .card .card-body {
    padding-left: 110px;
    font-size: 17px;
    line-height: 30px;
    color: #5A6B84;
    max-width: 790px; }
  .innovate--frequently .card .collapse {
    border: 0; }
    .innovate--frequently .card .collapse:not(.show) {
      display: none; }

.innovate--footer {
  position: relative;
  background: url("/images/innovate-food/footer.svg") no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  text-align: center; }
  .innovate--footer--social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px; }
    .innovate--footer--social a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 7px;
      height: 35px;
      width: 35px;
      background-color: #fff;
      border-radius: 50%; }
      @media all and (min-width: 521px) {
        .innovate--footer--social a:hover {
          background-color: #2142FF; }
          .innovate--footer--social a:hover svg {
            fill: #fff; } }
    .innovate--footer--social svg {
      height: 18px;
      width: 18px;
      fill: #000000; }
  .innovate--footer--link {
    padding-bottom: 10px; }
    .innovate--footer--link a {
      font-size: 13px;
      color: #000;
      position: relative;
      padding-right: 15px; }
      @media all and (min-width: 521px) {
        .innovate--footer--link a:hover {
          text-decoration: underline; } }
      .innovate--footer--link a:last-child {
        padding-right: 0; }
        .innovate--footer--link a:last-child::after {
          display: none; }
      .innovate--footer--link a::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 90%;
        right: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #000; }
  .innovate--footer--copy {
    font-size: 14px;
    color: #000; }

.innovate--testimonials .testimonials__slide .swiper::after, .innovate--testimonials .testimonials__slide .swiper::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 100%;
  z-index: 11; }

.innovate--testimonials .testimonials__slide .swiper::before {
  background: linear-gradient(90deg, #DDE9FF 30%, rgba(30, 39, 60, 0) 80%);
  left: 0px; }

.innovate--testimonials .testimonials__slide .swiper::after {
  background: linear-gradient(270deg, #DDE9FF 30%, rgba(30, 39, 60, 0) 80%);
  right: 0; }

.innovate--testimonials .testimonials__slide .swiper-slide--inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 25px; }
  .innovate--testimonials .testimonials__slide .swiper-slide--inner .user {
    display: flex;
    align-items: center;
    gap: 10px; }
    .innovate--testimonials .testimonials__slide .swiper-slide--inner .user--inner {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden; }
      .innovate--testimonials .testimonials__slide .swiper-slide--inner .user--inner img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .innovate--testimonials .testimonials__slide .swiper-slide--inner .user--info strong {
      font-size: 20px;
      color: #000;
      display: block; }
    .innovate--testimonials .testimonials__slide .swiper-slide--inner .user--info span {
      font-size: 14px;
      color: #000; }
  .innovate--testimonials .testimonials__slide .swiper-slide--inner p {
    margin: 15px 0;
    font-size: 17px;
    line-height: 23px;
    color: #000; }
    .innovate--testimonials .testimonials__slide .swiper-slide--inner p a {
      color: #2142FF; }

#glassAnimalsVideo {
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-bottom: 20px; }

/* custom css */
.fw-bold{ font-weight: 700; }
.padding-bottom-1 {padding-bottom: 32px;}

/* Page Loader Styles */
.page-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* Hidden by default */
}

.page-loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* custom css */

@keyframes load {
  from {
    width: 0%; } }

@-webkit-keyframes load {
  from {
    width: 0%; } }

@-moz-keyframes load {
  from {
    width: 0%; } }

@-o-keyframes load {
  from {
    width: 0%; } }

@media screen and (max-width: 1450px) {
  .projects-list_deal .list_common li {
    width: 13%; } }

@media screen and (max-width: 1280px) {
  .table-responsive.table-responsive-sml-scrn {
    overflow-x: auto;
    overflow-y: hidden; }
  .search-and-sortby .eqwidth {
    width: 32%; } }

@media screen and (max-width: 1100px) {
  .all-wrapper.footer-outer {
    padding: 0 30px; }
  .content-panel-toggler {
    top: 23px; } }

@media (min-width: 1100px) {
  .table-responsive.table-responsive-desktop {
    overflow-x: auto; } }

@media (min-width: 1150px) {
  .sidebarcustom {
    display: none; } }

@media screen and (max-width: 800px) {
  .search-and-sortby .eqwidth {
    width: 42%; }
  .projects-list_deal .list_common {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .projects-list_deal .list_common li {
      margin: 0 8px 8px;
      width: 18%; } }

@media screen and (max-width: 767px) {
  .sidebarcustom {
    display: none; }
  .el-tablo .dash_invest_asset {
    justify-content: center; } }

@media screen and (max-width: 700px) {
  .p-edit-outer h5 {
    margin-bottom: 20px; }
  .search-and-sortby .searchdflex {
    margin: 15px 0 0 0; }
  .search-and-sortby .eqwidth {
    width: 100%; }
  .projects-list_deal .project-head {
    flex-wrap: wrap; }
    .projects-list_deal .project-head h5 {
      margin-bottom: 10px; } }

@media screen and (max-width: 500px) {
  .bktodash .bktodash-hd {
    margin-bottom: 10px; }
  .more_info_wrap {
    margin-top: 25px; }
  .projects-list_deal .list_common {
    justify-content: space-between; }
    .projects-list_deal .list_common li {
      width: 48%;
      margin-right: 0;
      margin-left: 0; }
  .projects-list_deal .row .border_top_blk {
    padding-right: 15px;
    padding-left: 15px; }
  .pd_rit0 {
    padding-right: 15px; } }
